/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
// 0 - Bootstrap variables and mixins
 1.0 - Reset
 2.0 - Typography
 3.0 - Elements
 4.0 - Utilities
 5.0 - Main
	5.1 - Structure
 6.0 - Navigation
	6.1 - Top Menu
	6.2 - Main Menu
	6.3 - Sub header Menu
	6.4 - Footer Menu
 7.0 - Header
 8.0 - Content
	8.1 - Structure
	8.2 - Featured area
	8.3 - Post & Pages
	8.4 - Error page
	8.5 - Navigation
	8.6 - Comments
	8.7 - Elements
	8.8 - Breadcrumbs
 9.0 - Media
	9.1 - Galleries
10.0 - Page/Post Layouts
11.0 - Sidebar
12.0 - Widgets
13.0 - Footer
	13.1 - Footer Widgets
	13.2 - Social icons
	13.3 - Copyright & Powered
14.0 - Extras (alignment)
15.0 - Accessibility
16.0 - Plugin specific styles
	16.1 - WooCommerce
	16.2 - Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 1.0 - Reset
--------------------------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.eot');
    src: url('fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Regular.woff2') format('woff2'),
        url('fonts/Raleway-Regular.woff') format('woff'),
        url('fonts/Raleway-Regular.ttf') format('truetype'),
        url('fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Medium.eot');
    src: url('fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Medium.woff2') format('woff2'),
        url('fonts/Raleway-Medium.woff') format('woff'),
        url('fonts/Raleway-Medium.ttf') format('truetype'),
        url('fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Raleway';
	src: url('fonts/Raleway-Bold.eot');
	src: url('fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Raleway-Bold.woff2') format('woff2'),
		url('fonts/Raleway-Bold.woff') format('woff'),
		url('fonts/Raleway-Bold.ttf') format('truetype'),
		url('fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'dm_serif_text';
    src: url('fonts/dmseriftext-regular-webfont.eot');
    src: url('fonts/dmseriftext-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dmseriftext-regular-webfont.woff2') format('woff2'),
         url('fonts/dmseriftext-regular-webfont.woff') format('woff'),
         url('fonts/dmseriftext-regular-webfont.ttf') format('truetype'),
         url('fonts/dmseriftext-regular-webfont.svg#dm_serif_textregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'dm_serif_text';
    src: url('fonts/DMSerifText-Italic.woff2') format('woff2'),
        url('fonts/DMSerifText-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Medium.eot');
    src: url('fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Medium.woff2') format('woff2'),
        url('fonts/Inter-Medium.woff') format('woff'),
        url('fonts/Inter-Medium.ttf') format('truetype'),
        url('fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.eot');
    src: url('fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff'),
        url('fonts/Inter-Regular.ttf') format('truetype'),
        url('fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-SemiBold.eot');
    src: url('fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-SemiBold.woff2') format('woff2'),
        url('fonts/Inter-SemiBold.woff') format('woff'),
        url('fonts/Inter-SemiBold.ttf') format('truetype'),
        url('fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Light.woff2') format('woff2'),
        url('fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?bxc6an');
  src:  url('fonts/icomoon.eot?bxc6an#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?bxc6an') format('truetype'),
    url('fonts/icomoon.woff?bxc6an') format('woff'),
    url('fonts/icomoon.svg?bxc6an#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*--------------------------------------------------------------
 2.0 - Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Typography
*/
/* HEADINGS ===================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

/* BODY TEXT ===================*/
p {
  margin: 0 0 10px;
}

/* EMPHASIS ===================*/
small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* LISTS ===================*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* DESCRIPTION LISTS ===================*/
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* MISC ===================*/
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/*--------------------------------------------------------------
 3.0 - Elements
--------------------------------------------------------------*/
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

table {
  width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
  font-family: 'Inter';
  font-size: 16px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  line-height: 1.42857;
  color: #555555;
  background-image: none;
  border-radius: 0;
  padding: 15px 15px;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  box-shadow: none;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: normal;
  resize: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border: solid 1px #dbdbdb;
  outline: none;
  box-shadow:none;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #999999;
}
select[disabled], select[readonly], fieldset[disabled] select,
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea,
input[type="text"][disabled],
input[type="text"][readonly], fieldset[disabled]
input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly], fieldset[disabled]
input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly], fieldset[disabled]
input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly], fieldset[disabled]
input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly], fieldset[disabled]
input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly], fieldset[disabled]
input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly], fieldset[disabled]
input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly], fieldset[disabled]
input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly], fieldset[disabled]
input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly], fieldset[disabled]
input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly], fieldset[disabled]
input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly], fieldset[disabled]
input[type="color"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea {
  height: 200px;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active, .open > input[type="submit"].dropdown-toggle,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="reset"].active, .open >
input[type="reset"].dropdown-toggle,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"].active, .open >
input[type="button"].dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
input[type="submit"]:active, input[type="submit"].active, .open > input[type="submit"].dropdown-toggle,
input[type="reset"]:active,
input[type="reset"].active, .open >
input[type="reset"].dropdown-toggle,
input[type="button"]:active,
input[type="button"].active, .open >
input[type="button"].dropdown-toggle {
  background-image: none;
}
input[type="submit"].disabled, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"].disabled:active, input[type="submit"].disabled.active, input[type="submit"][disabled], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus, input[type="submit"][disabled]:active, input[type="submit"][disabled].active, fieldset[disabled] input[type="submit"], fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] input[type="submit"]:active, fieldset[disabled] input[type="submit"].active,
input[type="reset"].disabled,
input[type="reset"].disabled:hover,
input[type="reset"].disabled:focus,
input[type="reset"].disabled:active,
input[type="reset"].disabled.active,
input[type="reset"][disabled],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="reset"][disabled]:active,
input[type="reset"][disabled].active, fieldset[disabled]
input[type="reset"], fieldset[disabled]
input[type="reset"]:hover, fieldset[disabled]
input[type="reset"]:focus, fieldset[disabled]
input[type="reset"]:active, fieldset[disabled]
input[type="reset"].active,
input[type="button"].disabled,
input[type="button"].disabled:hover,
input[type="button"].disabled:focus,
input[type="button"].disabled:active,
input[type="button"].disabled.active,
input[type="button"][disabled],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="button"][disabled]:active,
input[type="button"][disabled].active, fieldset[disabled]
input[type="button"], fieldset[disabled]
input[type="button"]:hover, fieldset[disabled]
input[type="button"]:focus, fieldset[disabled]
input[type="button"]:active, fieldset[disabled]
input[type="button"].active {
  background-color: #428bca;
  border-color: #357ebd;
}
input[type="submit"] .badge,
input[type="reset"] .badge,
input[type="button"] .badge {
  color: #428bca;
  background-color: #fff;
}
input[type="submit"]:focus, input[type="submit"]:active:focus, input[type="submit"].active:focus,
input[type="reset"]:focus,
input[type="reset"]:active:focus,
input[type="reset"].active:focus,
input[type="button"]:focus,
input[type="button"]:active:focus,
input[type="button"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"]:hover, input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  color: #e6e6e6;
  text-decoration: none;
}
input[type="submit"]:active, input[type="submit"].active,
input[type="reset"]:active,
input[type="reset"].active,
input[type="button"]:active,
input[type="button"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.post-password-form input[type="submit"], .post-password-form
input[type="reset"], .post-password-form
input[type="button"] {
  vertical-align: bottom;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
 5.0 Main
--------------------------------------------------------------*/
body {
  word-wrap: break-word;
  background: #fff;
}

li {
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
 5.1 Structure
--------------------------------------------------------------*/
.container, .content-area, #featured-area, .home-widgets, #footer #footer-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /*
  @media (min-width: $screen-sm-min) {
  	width: $container-sm;
  }
  @media (min-width: $screen-md-min) {
  	width: $container-md;
  }
  */
}
.container:before, .content-area:before, #featured-area:before, .home-widgets:before, #footer #footer-wrapper:before, .container:after, .content-area:after, #featured-area:after, .home-widgets:after, #footer #footer-wrapper:after {
  content: " ";
  display: table;
}
.container:after, .content-area:after, #featured-area:after, .home-widgets:after, #footer #footer-wrapper:after {
  clear: both;
}
@media (min-width: 1200px) {
  /*.container, .content-area, #featured-area, .home-widgets, #footer #footer-wrapper*/
  .container, #featured-area, .home-widgets, #footer #footer-wrapper {
    width: 1170px;
  }
}

.container-full-width,
.home-widgets {
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
 6.0 Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 6.1 Top Menu
--------------------------------------------------------------*/
#top-menu-container {
  padding: 5px 0;
  background-color: #333333;
}
#top-menu-container .top-menu {
  float: right;
  margin: 0;
  padding: 0;
}
#top-menu-container .top-menu li {
  float: left;
  margin-left: 10px;
  list-style: none;
}
#top-menu-container .top-menu li:after {
  content: '|';
  color: #999999;
  font-weight: 100;
  margin-left: 10px;
}
#top-menu-container .top-menu li:last-child:after {
  margin-left: 0;
  content: '';
}
#top-menu-container .top-menu li a {
  text-decoration: none;
  color: #eeeeee;
  font-size: 0.8em;
}
#top-menu-container .top-menu li a:hover {
  color: #428bca;
}

/*--------------------------------------------------------------
 6.2 Main Menu
--------------------------------------------------------------*/
#main-menu {
  position: relative;
}

#mobile-nav-button {
  float: right;
  padding: 0 10px;
  font-size: 2em;
  background: #333333;
  border: none;
}
#mobile-nav-button:before {
  content: "\f0c9";
  color: #eeeeee;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mobile-nav-button:hover {
  cursor: pointer;
}
#mobile-nav-button:hover:before {
  color: #999999;
}
@media (min-width: 992px) {
  #mobile-nav-button {
    display: none;
  }
}

#mobile-current-item {
  position: absolute;
  top: 10px;
  padding-left: 10px;
  color: #eeeeee;
}
@media (min-width: 992px) {
  #mobile-current-item {
    display: none;
  }
}

#main-menu-container {
  background-color: #333333;
}

#main-navigation:before, #main-navigation:after {
  content: " ";
  display: table;
}
#main-navigation:after {
  clear: both;
}
#main-navigation.menu-open ul {
  display: block;
}
#main-navigation ul {
  display: none;
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
#main-navigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-navigation ul li a {
  color: #eeeeee;
  text-decoration: none;
  line-height: 3em;
}
#main-navigation ul li a:hover {
  color: #999999;
}
#main-navigation .main-nav > ul {
  padding-top: 35px;
}
#main-navigation .main-nav .menu li li a::before {
  content: '\2013';
  position: absolute;
  margin-left: -15px;
}
@media (min-width: 992px) {
  #main-navigation ul {
    display: block;
  }
  #main-navigation .main-nav ul {
    padding: 0;
  }
  #main-navigation .main-nav ul:before, #main-navigation .main-nav ul:after {
    content: " ";
    display: table;
  }
  #main-navigation .main-nav ul:after {
    clear: both;
  }
  #main-navigation .main-nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
  }
  #main-navigation .main-nav ul li:hover > ul {
    display: block;
  }
  #main-navigation .main-nav ul li li:hover > ul {
    left: 100%;
    top: 0;
  }
  #main-navigation .main-nav ul li a {
    margin: 13px;
    color: #eeeeee;
  }
  #main-navigation .main-nav ul li a:hover {
    text-decoration: none;
    color: #999999;
  }
  #main-navigation .main-nav ul li > ul {
    position: absolute;
    z-index: 999;
    width: auto;
    min-width: 200px;
    padding: 0;
	padding-top:21px;
	margin-left:25px;
  }
	#main-navigation .main-nav ul li > ul  li{
		background-color: #FFF;
	}
	#main-navigation .main-nav ul li > ul  li a{
		margin:0px !important;
		padding:10px 15px;
		color:#2a2a2a !important;
		font-weight: 500 !important;
	}
	#main-navigation .main-nav ul li > ul  li a:hover,
	#main-navigation .main-nav ul li.current-menu-item a{
		color:#00d0ff !important;
	}
  #main-navigation .main-nav ul li ul {
    display: none;
  }
  #main-navigation .main-nav ul li ul li {
    float: none;
  }
  #main-navigation .main-nav ul li ul li a {
    line-height: 2.5em;
    white-space: nowrap;
  }
  #main-navigation .main-nav .menu li li a::before {
    content: '';
    position: relative;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
 6.3 Subheader Menu
--------------------------------------------------------------*/
#sub-menu-container {
  background-color: #999999;
}

#sub-navigation:before, #sub-navigation:after {
  content: " ";
  display: table;
}
#sub-navigation:after {
  clear: both;
}
#sub-navigation.menu-open ul {
  display: block;
}
#sub-navigation ul {
  display: none;
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
#sub-navigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sub-navigation ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 3em;
}
#sub-navigation ul li a:hover {
  color: #fff;
}
#sub-navigation > ul {
  padding-top: 35px;
}
@media (min-width: 992px) {
  #sub-navigation ul {
    display: block;
  }
  #sub-navigation ul {
    padding: 0;
  }
  #sub-navigation ul:before, #sub-navigation ul:after {
    content: " ";
    display: table;
  }
  #sub-navigation ul:after {
    clear: both;
  }
  #sub-navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
  }
  #sub-navigation ul li:hover ul {
    display: block;
  }
  #sub-navigation ul li li:hover > ul {
    left: 100%;
    top: 0;
  }
  #sub-navigation ul li a {
    margin: 13px;
    color: #fff;
  }
  #sub-navigation ul li a:hover {
    text-decoration: none;
    color: #fff;
  }
  #sub-navigation ul li > ul {
    position: absolute;
    z-index: 999;
    width: auto;
    min-width: 200px;
    padding: 0;
    background-color: #999999;
  }
  #sub-navigation ul li ul {
    display: none;
  }
  #sub-navigation ul li ul li {
    float: none;
  }
  #sub-navigation ul li ul li a {
    line-height: 2.5em;
    white-space: nowrap;
  }
}

/*--------------------------------------------------------------
 6.4 Footer Menu
--------------------------------------------------------------*/
#footer-menu-container .footer-menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  #footer-menu-container .footer-menu {
    float: left;
  }
}
#footer-menu-container .footer-menu li {
  float: left;
  margin-left: 10px;
  list-style: none;
}
#footer-menu-container .footer-menu li:after {
  content: '|';
  color: #999999;
  font-weight: 100;
  margin-left: 10px;
}
#footer-menu-container .footer-menu li:last-child:after {
  margin-left: 0;
  content: '';
}
#footer-menu-container .footer-menu li a {
  text-decoration: none;
  color: #eeeeee;
  font-size: 0.8em;
}
#footer-menu-container .footer-menu li a:hover {
  color: #428bca;
}

/*--------------------------------------------------------------
 7.0 - Header
--------------------------------------------------------------*/
#header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-row {
  margin-left: -15px;
  margin-right: -15px;
	display:flex;
	flex-wrap:nowrap;
}
.header-row:before, .header-row:after {
  content: " ";
  display: table;
}
.header-row:after {
  clear: both;
}

#site-branding {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #site-branding {
    float: left;
    width: 66.66667%;
  }
}
#site-branding .site-name a {
  color: #333333;
}
#site-branding .site-description {
  font-size: 20px;
	margin-bottom: 0.3em;
}
#site-branding .site-name {
	font-size: 36px;
    margin-top: 0.4em;
    margin-bottom: 0.3em;
}

#secondary-header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 992px) {
  #secondary-header {
    float: left;
    width: 33.33333%;
  }
}

/*--------------------------------------------------------------
 8.0 - Structure
--------------------------------------------------------------*/
.content-area {
  padding: 15px 0px;
  background: #fff;
}
.content-area:before, .content-area:after {
  content: " ";
  display: table;
}
.content-area:after {
  clear: both;
}
.front-page .content-area {
  width: 100%;
  padding: 0;
  background: #0079C0;
  margin: 0;
  color: #fff;
}

main:before, main:after {
  content: " ";
  display: table;
}
main:after {
  clear: both;
}

/*--------------------------------------------------------------
 8.2 - Featured area
--------------------------------------------------------------*/
main #featured-content, main #featured-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 40px 0;
}
@media (min-width: 992px) {
  main #featured-content, main #featured-image {
    float: left;
    width: 50%;
  }
  #full-width #featured-content, #full-width #featured-image{
  	float: none;
  	width: 100%;
  }
  #full-width .featured-text{
  	padding: 0px 40px;
  }
  #callout_content main #featured-content {
   float: left;
   width: 65%;
 }
 #callout_content main #featured-image
 {
   float: left;
   width: 34%;
 }
}
@media (min-width: 992px) {
  main #featured-content, main #featured-image {
    padding: 40px 30px;
  }
}
main #featured-content h1, main #featured-image h1, main #featured-content h2, main #featured-image h2, main #featured-content p, main #featured-image p {
  text-align: center;
}
main #featured-content .call-to-action, main #featured-image .call-to-action {
  padding: 15px 0;
  text-align: center;
  margin-top: 30px;
}
#full-width #featured-image
#full-width #featured-content .call-to-action, #full-width #featured-image .call-to-action {
	margin-top: 10px;
}
#full-width #featured-image { padding-top: 0px;}
main #featured-content .call-to-action .cta-button, main #featured-image .call-to-action .cta-button {
  color: #fff;
  background-color: #0D4C82;
  border-color: #0b3e6b;
  padding: 15px 35px;
  font-size: 24px;
  line-height: 24px;
  border-radius: 0;
}
main #featured-content .call-to-action .cta-button:hover, main #featured-image .call-to-action .cta-button:hover, main #featured-content .call-to-action .cta-button:focus, main #featured-image .call-to-action .cta-button:focus, main #featured-content .call-to-action .cta-button:active, main #featured-image .call-to-action .cta-button:active, main #featured-content .call-to-action .cta-button.active, main #featured-image .call-to-action .cta-button.active, .open > main #featured-content .call-to-action .cta-button.dropdown-toggle, .open > main #featured-image .call-to-action .cta-button.dropdown-toggle {
  color: #fff;
  background-color: #083154;
  border-color: #051e33;
}
main #featured-content .call-to-action .cta-button:active, main #featured-image .call-to-action .cta-button:active, main #featured-content .call-to-action .cta-button.active, main #featured-image .call-to-action .cta-button.active, .open > main #featured-content .call-to-action .cta-button.dropdown-toggle, .open > main #featured-image .call-to-action .cta-button.dropdown-toggle {
  background-image: none;
}
main #featured-content .call-to-action .cta-button.disabled, main #featured-image .call-to-action .cta-button.disabled, main #featured-content .call-to-action .cta-button.disabled:hover, main #featured-image .call-to-action .cta-button.disabled:hover, main #featured-content .call-to-action .cta-button.disabled:focus, main #featured-image .call-to-action .cta-button.disabled:focus, main #featured-content .call-to-action .cta-button.disabled:active, main #featured-image .call-to-action .cta-button.disabled:active, main #featured-content .call-to-action .cta-button.disabled.active, main #featured-image .call-to-action .cta-button.disabled.active, main #featured-content .call-to-action .cta-button[disabled], main #featured-image .call-to-action .cta-button[disabled], main #featured-content .call-to-action .cta-button[disabled]:hover, main #featured-image .call-to-action .cta-button[disabled]:hover, main #featured-content .call-to-action .cta-button[disabled]:focus, main #featured-image .call-to-action .cta-button[disabled]:focus, main #featured-content .call-to-action .cta-button[disabled]:active, main #featured-image .call-to-action .cta-button[disabled]:active, main #featured-content .call-to-action .cta-button[disabled].active, main #featured-image .call-to-action .cta-button[disabled].active, fieldset[disabled] main #featured-content .call-to-action .cta-button, fieldset[disabled] main #featured-image .call-to-action .cta-button, fieldset[disabled] main #featured-content .call-to-action .cta-button:hover, fieldset[disabled] main #featured-image .call-to-action .cta-button:hover, fieldset[disabled] main #featured-content .call-to-action .cta-button:focus, fieldset[disabled] main #featured-image .call-to-action .cta-button:focus, fieldset[disabled] main #featured-content .call-to-action .cta-button:active, fieldset[disabled] main #featured-image .call-to-action .cta-button:active, fieldset[disabled] main #featured-content .call-to-action .cta-button.active, fieldset[disabled] main #featured-image .call-to-action .cta-button.active {
  background-color: #0D4C82;
  border-color: #0b3e6b;
}
main #featured-content .call-to-action .cta-button .badge, main #featured-image .call-to-action .cta-button .badge {
  color: #0D4C82;
  background-color: #fff;
}
main #featured-content .call-to-action .cta-button:hover, main #featured-image .call-to-action .cta-button:hover {
  text-decoration: none;
}

.home-widget {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .home-widget {
    float: left;
    width: 33.33333%;
  }
}
.home-widget .widget-wrapper .widget-title-home {
  text-align: center;
  margin-top: 0;
}

/*--------------------------------------------------------------
 8.3 - Post & Pages
--------------------------------------------------------------*/
#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#main article {
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
}
#main article:before, #main article:after {
  content: " ";
  display: table;
}
#main article:after {
  clear: both;
}
#main article:last-child {
  border-bottom: none;
}

.single #main article {
  border-bottom: none;
}

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

.entry-thumbnail {
  margin-bottom: 20px;
}

.page-feature-image {
    padding-bottom: 10px;
}

/*--------------------------------------------------------------
 8.4 - Error Page
--------------------------------------------------------------*/
#main.error-page {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #main.error-page {
    float: left;
    width: 100%;
  }
}

/*--------------------------------------------------------------
 8.5 - Navigation
--------------------------------------------------------------*/
.site-main [class*="navigation"] {
  overflow: hidden;
}

.navigation {
  margin-top: 20px;
}
.navigation .nav-previous {
  float: left;
  width: 50%;
}
.navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

/*--------------------------------------------------------------
 8.6 - Comments
--------------------------------------------------------------*/
.comment-content {
  clear: both;
}
.comment-content a {
  word-wrap: break-word;
}

.comment-body {
  padding: 10px;
}
.comment-body .comment-meta {
  text-align: left;
}
.comment-body .comment-meta a {
  font-size: 11px;
}

.commentlist {
  list-style: none;
  padding-left: 0;
}
.commentlist li.alt > article {
  background: #f9f9f9;
}
.commentlist .children {
  list-style: none;
}
.commentlist .avatar {
  float: left;
  margin-right: 10px;
  vertical-align: middle;
}

/*--------------------------------------------------------------
 8.7 - Elements
--------------------------------------------------------------*/
blockquote cite {
  display: block;
  text-align: right;
}

/*--------------------------------------------------------------
 8.8 - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb-list {
	line-height: 2em;
}

article .post-data {
  margin-top: 35px;
}
article .post-data .tags-links {
  float: left;
}
article .post-data .entry-meta {
  float: right;
}

/*--------------------------------------------------------------
 9.0 - Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #cccccc;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 98%;
  margin: 1.2% auto 0;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
 9.1 - Gallery
--------------------------------------------------------------*/
.gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery:before, .gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery.gallery-columns-1 .gallery-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-2 .gallery-item {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-3 .gallery-item {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-4 .gallery-item {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-5 .gallery-item {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-6 .gallery-item {
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-7 .gallery-item {
  position: relative;
  float: left;
  width: 14.28571%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-8 .gallery-item {
  position: relative;
  float: left;
  width: 12.5%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.gallery-columns-9 .gallery-item {
  position: relative;
  float: left;
  width: 11.11111%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/*--------------------------------------------------------------
10.0 - Page/Post Layouts
--------------------------------------------------------------*/
main#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sidebar-content-page main#main {
    left: 33.33333%;
  }
}
.content-sidebar-half-page main#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .content-sidebar-half-page main#main {
    float: left;
    width: 50%;
  }
}
.sidebar-content-half-page main#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sidebar-content-half-page main#main {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .sidebar-content-half-page main#main {
    left: 50%;
  }
}
.full-width-page main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .full-width-page main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main {
    float: left;
    width: 100%;
  }
}
main#main.sitemap .sitemap-widgets {
  margin-left: -15px;
  margin-right: -15px;
}
main#main.sitemap .sitemap-widgets:before, main#main.sitemap .sitemap-widgets:after {
  content: " ";
  display: table;
}
main#main.sitemap .sitemap-widgets:after {
  clear: both;
}

.page-template-page-templateslanding-page-php #top-menu-container,
.page-template-page-templateslanding-page-php #main-menu-container,
.page-template-page-templateslanding-page-php #sub-menu-container,
.page-template-page-templateslanding-page-php #footer-menu-container {
  display: none;
}

/*--------------------------------------------------------------
11.0 - Sidebar
--------------------------------------------------------------*/
.default-sidebar, .gallery-sidebar, .right-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .default-sidebar, .gallery-sidebar, .right-sidebar {
    float: left;
    width: 33.33333%;
  }
}

#colophon-widget {
  margin-left: -15px;
  margin-right: -15px;
}
#colophon-widget:before, #colophon-widget:after {
  content: " ";
  display: table;
}
#colophon-widget:after {
  clear: both;
}

.colophon-widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .colophon-widget {
    float: left;
    width: 100%;
  }
}

.home-widgets {
  margin-top: 40px;
}

.left-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .left-sidebar {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .left-sidebar {
    right: 66.66667%;
  }
}

.left-half-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .left-half-sidebar {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .left-half-sidebar {
    right: 50%;
  }
}

.right-half-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .right-half-sidebar {
    float: left;
    width: 50%;
  }
}

/*--------------------------------------------------------------
12.0 - Widgets
--------------------------------------------------------------*/
#widgets, main#main.sitemap .sitemap-widgets {
  margin-bottom: 20px;
}
#widgets:before, main#main.sitemap .sitemap-widgets:before, #widgets:after, main#main.sitemap .sitemap-widgets:after {
  content: " ";
  display: table;
}
#widgets:after, main#main.sitemap .sitemap-widgets:after {
  clear: both;
}
#widgets .widget-title, main#main.sitemap .sitemap-widgets .widget-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #333333;
}
#widgets ul, main#main.sitemap .sitemap-widgets ul {
  padding-left: 5px;
}
#widgets ul li, main#main.sitemap .sitemap-widgets ul li {
  list-style: none;
}

.widget-wrapper {
  padding: 15px;
}

.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar caption {
  margin-bottom: 20px;
}
.widget_calendar #wp-calendar thead tr th {
  padding-bottom: 10px;
  text-align: center;
}
.widget_calendar #wp-calendar tbody tr {
  border-bottom: 1px solid #555555;
}
.widget_calendar #wp-calendar tbody tr:last-child {
  border-bottom: none;
}
.widget_calendar #wp-calendar tbody tr td {
  text-align: center;
  padding: 5px;
}
.widget_calendar #wp-calendar tfoot tr td {
  padding-top: 10px;
}

.sitemap .sitemap-widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sitemap .sitemap-widget {
    float: left;
    width: 33.33333%;
  }
}

.widget_search {
  margin-top: 40px;
  text-align: left;
}
@media (min-width: 1200px) {
  .widget_search {
    text-align: left;
  }
}

.search-form {
  position: relative;
}
.search-form .search-field {
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-form .search-submit {
  position: relative;
  height: 34px;
  left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/*--------------------------------------------------------------
13.0 - Footer
--------------------------------------------------------------*/

#footer {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
  padding-top: 20px;
  background-color: #333333;
  color: #999999;
}
#footer:before, #footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}

/*--------------------------------------------------------------
13.1 - Footer widgets
--------------------------------------------------------------*/
#footer-widgets-container {
  margin-left: -15px;
  margin-right: -15px;
}
#footer-widgets-container:before, #footer-widgets-container:after {
  content: " ";
  display: table;
}
#footer-widgets-container:after {
  clear: both;
}

#footer-widget {
  margin-bottom: 20px;
}
#footer-widget:before, #footer-widget:after {
  content: " ";
  display: table;
}
#footer-widget:after {
  clear: both;
}
#footer-widget .footer-widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #footer-widget .footer-widget {
    float: left;
    width: 33.33333%;
  }
  #footer-widget .footer-widget-2col {
    width: 50%;
  }
  #footer-widget .footer-widget-1col {
    width: 100%;
  }
}
#footer-widget .footer-widget .widget-title {
  color: #999999;
}
#footer-widget .footer-widget ul {
  padding: 0;
}
#footer-widget .footer-widget ul li {
  list-style: none;
}

/*--------------------------------------------------------------
13.2 - Social icons
--------------------------------------------------------------*/
#menu-social-container {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #555555;
}
#menu-social-container:before, #menu-social-container:after {
  content: " ";
  display: table;
}
#menu-social-container:after {
  clear: both;
}

#footer-menu-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #footer-menu-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer-menu-container {
    float: left;
    width: 58.33333%;
  }
}

#social-icons-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #social-icons-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #social-icons-container {
    float: left;
    width: 41.66667%;
  }
}

.social-icons {
  padding: 0;
}
@media (min-width: 992px) {
  .social-icons {
    float: right;
  }
}
.social-icons li {
  display: inline-block;
  height: 24px;
  width: 24px;
  list-style: none;
  margin-left: 5px;
}
.social-icons li a {
  color: #fff;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 1.2em;
}
.social-icons li a:hover {
  opacity: 0.8;
}
.social-icons li.facebook-icon a:before {
  content: "\f09a";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.foursquare-icon a:before {
  content: "\f180";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.googleplus-icon a:before {
  content: "\f0d5";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.instagram-icon a:before {
  content: "\f16d";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.linkedin-icon a:before {
  content: "\f0e1";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.pinterest-icon a:before {
  content: "\f0d2";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.rss-icon a:before {
  content: "\f09e";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.stumbleupon-icon a:before {
  content: "\f1a4";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.twitter-icon a:before {
  content: "\f099";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.vimeo-icon a:before {
  content: "\f194";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons li.youtube-icon a:before {
  content: "\f167";
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
13.3 - Copyright & Powered
--------------------------------------------------------------*/
#footer-base {
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 0;
}
#footer-base:before, #footer-base:after {
  content: " ";
  display: table;
}
#footer-base:after {
  clear: both;
}
#footer-base .copyright {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #footer-base .copyright {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer-base .copyright {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer-base .copyright {
    float: left;
    width: 33.33333%;
  }
}

#footer-base .scroll-top {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #footer-base .scroll-top {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer-base .scroll-top {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer-base .scroll-top {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer-base .scroll-top {
    right: 33.33333%;
  }
}

#footer-base .powered {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  #footer-base .powered {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer-base .powered {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer-base .powered {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #footer-base .powered {
    left: 33.33333%;
  }
}

/*--------------------------------------------------------------
14.0 - Extras
--------------------------------------------------------------*/
/* ALIGNMENT ===================*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
15.0 - Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  z-index: 100000;
  /* Above WP toolbar */
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #428bca;
  border-radius: 3px;
  background-color: #f2f2f2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

.accessibile-label {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: block;
}

/*--------------------------------------------------------------
16.0 - Plugin specific styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.2 - Jetpack
--------------------------------------------------------------*/
/*
 *Infinite scroll
 */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-footer .container, #infinite-footer .content-area, #infinite-footer #featured-area, #infinite-footer .home-widgets, #infinite-footer #footer #footer-wrapper, #footer #infinite-footer #footer-wrapper {
  width: 1170px;
}

/*--------------------------------------------------------------
16.1 - WooCommerce
--------------------------------------------------------------*/
#breadcrumb {
  padding: 40px 0 0 0;
}

#breadcrumb a {
  color: #0066cc;
  font-size: 12px;
  font-weight: 400;
}

#breadcrumb a:hover {
  color: #444444;
  text-decoration: none;
}

#content-woocommerce {
  margin-top: 40px;
  margin-bottom: 20px;
}

.products ul, ul.products {
  margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
  width: 100%;
}

table.shop_table {
  table-layout: fixed;
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

@media screen and (max-width: 767px) {
  table.shop_table {
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  table.shop_table {
    font-size: 8px;
  }
}
table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
  cursor: text;
}
.responsive-mobile-top-widget
{
	display:block;
}

/**************** Customizer edit links **************************/
.customize-partial-edit-shortcut-button
{
	top:-20px !important;
	left:-10px !important;
}

/**************** Callout button *********************/
@media screen and (max-width: 500px)
{
	main #featured-content .call-to-action .cta-button, main #featured-image .call-to-action .cta-button
	{
		font-size:14px;
	}
}

/*============ our team =============*/
#team_inner_div {
  margin-top: 5%;
  margin-bottom: 5%;
}
  .team_single_row {
    display: -moz-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .team_single_row > [class*='col-'] {
      display: -moz-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
              flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column; }
    .team_single_row .team_img {
      padding: 0; }
	.team_single_row .team_img .fa {
        position: absolute;
        bottom: 0px;
        right: 0px;
        padding: 12px;
        background-color: #fff;
        color: #1f73d1;
        font-size: 20px;
        visibility: hidden; }
    .team_single_row .team_data {
      background: #f6f6f6;
      padding: 0px 4%; }
      .team_single_row .team_data .team_member {
        margin-top: 20%;
        font-weight: 600;
        font-size: 1.125em;
        color: #202020; }
      .team_single_row .team_data .team_designation {
        font-weight: 500;
        color: #2e2e2e;
        margin: 5px 0px; }
      .team_single_row .team_data .team_desc {
        color: #2e2e2e;
        margin: 5px 0px; }
  .arrow-left {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f6f6f6;
    position: absolute;
    top: 50%;
    right: 0px; }
  .arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f6f6f6;
    position: absolute;
    top: 50%;
    left: 0px; }
  .symbol_widget {
    margin-right: 5px;
    color: #202020; }
  .symbol_widget:hover {
    color: #1da1f2; }
  .entry_hover {
    background-color: #1f73d1;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s; }
  .team_img:hover .entry_hover {
    background-color: #1f73d1;
    display: block;
    opacity: .70;
    visibility: visible;
    cursor: pointer; }
  .team_img:hover .fa {
    visibility: visible;
    cursor: pointer; }
  .modal-content {
    width: 75%;
    margin: 100px auto;
    padding: 40px; }
    .modal-content .close-modal {
      position: absolute;
      cursor: pointer;
      background-color: transparent;
      top: 20px;
      width: 50px;
      height: 50px;
      right: 50px; }
      .modal-content .close-modal .lr {
        z-index: 1051;
        width: 1px;
        margin-left: 35px;
        background-color: #222222;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
        height: 25px; }
        .modal-content .close-modal .lr .rl {
          z-index: 1052;
          width: 1px;
          background-color: #222222;
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
               -o-transform: rotate(90deg);
                  transform: rotate(90deg);
          height: 25px; }

@media all and (max-width: 480px) {
  .team_single_row .team_img,
  .team_single_row .team_data {
    margin: 0px auto;
    display: block; }
  .team_single_row .team_data .team_member {
    margin-top: 10px; }
  .team_single_row {
    margin-bottom: 30px; }
  .team_single_row .team_data .team_member {
    margin-top: 0; }
  .team_single_row .team_data {
    padding-top: 10px;
    padding-bottom: 10px; }
  .arrow-right,
  .arrow-left {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f6f6f6;
    top: 50%;
    right: 50%;
    bottom: 0;
    left: 50%; } }

@media all and (min-width: 481px) and (max-width: 991px) {
  .team_single_row {
    margin-bottom: 30px; }
  .arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f6f6f6;
    position: absolute;
    top: 50%;
    right: 0px;
    border-left: none; } }


.team_img{
    width:50%; }

.col-md-5{
    width:50%; }

.team_first_row .team_single_row{
    padding:0; }

.section_title{
    text-align:center; }

.portfolio-modal .modal-content .modal-body
{
	padding:0;
}

.portfolio-modal .modal-content .modal-body p
{
	margin:10px 0;
}
/*   ================= Sticky Header ====================== */

/*================Sticky header option ==================*/
.sticky-header
{
	position: fixed;
	top: 0;
	left: 0px;
	z-index: 200;
	width: 100%;
	background-color: #fff;
	margin: 0 !important;
	opacity:0.9;

	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	-o-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
}
.admin-bar .sticky-header
{
	top:46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .sticky-header {
    top: 32px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .sticky-header {
    top: 0;
  }
}
/* ====== Services Section ================ */
.service_section_title, .testimonial_section_title,.contact_section_title{
    text-align: center;
}
#services_section, #testimonial_section{
    margin: 3% 0;
}
.services-block-list{
    position: relative;
    padding: 20px 0 20px 100px;
}
.services-icon{
    position: absolute;
    left: 0;
}
.services_featured
{
padding: 2% 0 0 10% !important;
}
.services-block-list > h4{
    margin-top: 0;
}
@media all and (max-width: 769px)
{
    .services_featured
    {
        text-align: center;
        padding: 10px !important;
    }
}
/* ====== Testimonial Section ================ */
#testimonial
{
    padding-bottom: 0;
}
.card-up {
    height: 120px;
}
.testimonial_top_color {
    background-color: #0079c0;
}

.testimonial_img img {
    width: 100%;
}
.testimonial_img {
    border: 5px solid #fff;
    border-radius: 50%;
    height: 150px;
    margin: -65px auto 0;
    overflow: hidden;
    width: 150px;
}
.card-block {
    padding: 20px;
}
.card.testimonial-card {
border: 1px solid #cfcfcf;
}

.fa.fa-quote-left {
    padding: 5px;
    color: #0d4c82;
}
#testimonial_wrapper .carousel-control
 {
    background-image: none;
}
.glyphicon.glyphicon-chevron-left, .glyphicon.glyphicon-chevron-right
{
    color: #717171;
    text-shadow: none;
}
.testimonial_section_title{
    margin-bottom: 2%;
}
@media screen and (max-width: 992px)
{
    .testimonial-card{
        margin-bottom: 4%;
    }
}

/* ====== Contact Us Section ================ */
.contact_content{
    padding: 0 15px;
    color: #fff;
}
#contact_us_wrapper{
    padding: 3% 1%;
}
.section_title
{
    margin-bottom: 3%;
}
.contact_address,.contact_number, .contact_email{
    padding-bottom: 2%;
}
.fa.fa-map-marker, .fa.fa-phone, .fa.fa-envelope{
    font-size: 25px;
}
.wpcf7-form input[type="submit"]{
   padding: 15px 42px;
  border-radius: 30px;
  border: solid 1px #00b5de;
  background-color: #00b5de;
  display:inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform:uppercase;
}
.wpcf7-form input[type="submit"]:focus{
  border: solid 1px #00b5de;
  outline: none;
  box-shadow:none;
}
.wpcf7-form input[type="submit"]:hover {
  border: solid 1px #00b5de;
  color:#00b5de;
  background:#fff;
}
@media screen and (max-width: 1799px){
	.wpcf7-form input[type="submit"] {padding: 12px 42px;}
}
@media screen and (max-width: 1199px){
	label {font-size:15px;}
	input[type="text"], .contact-from-details input[type="email"],textarea {font-size:15px;}
}
@media screen and (max-width: 992px)
{
    .contact_info_right{text-align: center;}
	label {font-size: 14px;}
	input[type="text"], .contact-from-details input[type="email"] {font-size:14px;}
	.contact-from-details textarea{font-size:14px;height:100px;}
}
@media screen and (max-width: 767px){
	.wpcf7-form input[type="submit"] {padding: 10px 30px;}
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{padding: 12px 12px;}
}
.three-column-posts #main article :: before {
  clear: both;
}

.three-column-posts main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width:100%;
}
@media (min-width: 980px) {
  .three-column-posts #main article {
    display: inline-block;
    width: 33%;
    padding-right:20px;
    padding-left:20px;
    vertical-align:top;
    border-bottom:none;
  }
}

@media (min-width: 750px) {
  .three-column-posts #main article {
    display: inline-block;
    width: 32%;
    padding-right:20px;
    padding-left:20px;
    vertical-align:top;
    border-bottom:none;
  }
}

.three-column-posts .read-more .meta-nav
{
	display:none;
}

.three-column-posts #main article
{
	text-align:center;
}

.three-column-posts #main article .read-more a
{
    text-transform:uppercase;
    background: #3071a9;
    color: #ffffff;
    text-align: center;
    padding:8px 15px;

}

.three-column-posts article .post-data, .three-column-posts article .entry-header
{
	margin-top:0;
	margin-bottom:0;
}


.three-column-posts article a img
{
	margin-top:15px;
}

.three-column-posts #main article .post-data {
    margin-bottom: 10px;
}

.three-column-posts .blog-title {
    text-align: center;
}

.three-column-posts article .post-data .tags-links {
    float: none;
}

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

.wp-block-column p {
    padding: 0 14px;
}

div .wp-block-cover-image-text{
 	position: absolute;
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 100%;

}

.wp-block-image {
    margin-bottom: 20px;
}
.post-entry dd{
	margin-left: 1.5em;
}
body{
	font-family:Inter;
	font-size:14px;
	font-weight:normal;
}
/*  Header section start here */

.logoheader{
	display:inline-block;
}
.logoheader a{
	display:block;
	line-height:3;
}
.logoheader img{
	object-fit:contain;
	max-width:195px;
	width:100%;
}
#main-menu-container.container-full-width{
	padding:20px 0;
	border-top: solid 1px rgba(255,255,255,0.2);
    border-bottom: solid 1px rgba(255,255,255,0.2);
    background:#fff;
	transition: all 0.5s cubic-bezier(0, 0, 0.82, 0.21);
}
.transparent-header.fixed-header #main-menu-container.container-full-width{
	padding:20px 0;
	border-top: solid 1px rgba(255,255,255,0.2);
    border-bottom: solid 1px rgba(255,255,255,0.2);
    background:#fff;
	transition: all 0.5s cubic-bezier(0, 0, 0.82, 0.21);
}
.transparent-header #main-navigation.site-navigation .main-nav ul li a{
	color:#fff;
	font-weight:300;
}
#main-navigation.site-navigation .main-nav ul li a,
.transparent-header.fixed-header #main-navigation .main-nav ul li a,
#main-navigation.menu-open .main-nav ul li a,
.transparent-header #main-navigation.menu-open .main-nav ul li a{
	font-family:Inter;
	font-weight:500;;
	font-size:12px;
	text-transform:uppercase;
	color:#2a2a2a;
	margin:6px 10px;
	line-height: normal;
	display:block;
}
#header_section{
	position: fixed;
    z-index: 10000;
    width: 100%;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
	top:0;
	left:0;
	right:0;
}
.main-nav{display:flex; justify-content:end; height:100%; align-items:center;}
#header #menu-top-menu{
	margin-bottom:0;
}
.header-row a:hover,
.hd-social-media li a:hover,
#main-menu-container.container-full-width #main-menu a:hover{
	color:#00d0ff;
}

.hd-contact-info,.hd-social-media{padding-left:0; margin-bottom:0;}
.hd-social-media li{
	list-style:none;
	display:inline-block;
	margin: 0 15px;
	line-height: normal;
}
.hd-contact-info li{
	list-style:none;
	display:inline-block;
	margin-right:15px;
	line-height: normal;
	padding-bottom: 3px;
	margin-bottom:0;
}
.hd-social-media li a,
.hd-contact-info li a{
	display:block;
	font-size:13px;
	color:#fff;
	font-weight:500;
	text-decoration:none;
}
.hd-contact-info li a{
	font-family: raleway;
	position:relative;
	padding-left:25px;
}
.hd-social-media li a::before,
.hd-contact-info li a::before{
	font-size:19px;
}
.hd-contact-info li a::before{
	position: absolute;
    width: 19px;
    height: 15px;
    left: 0;
    top: 0;
    vertical-align: middle;
}
.hd-social-media .facebook a::before{
	content:'\f09a';
	font-family:"FontAwesome";
} 
.hd-social-media .instagram a::before{
	content:'\f16d';
	font-family:"FontAwesome";
} 
.hd-social-media .twitter a{
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.hd-social-media .twitter a::before{
	/*content:'\f099';
	font-family:"FontAwesome";*/
	content: "\e900";
} 
.hd-social-media .youtube a::before{
	content:'\f16a';
	font-family:"FontAwesome";
} 
.hd-contact-info .email{
	position:relative;
	margin-left: 0;
    padding-left: 15px;
	border-left: solid 1px rgba(255,255,255,1);
}
.hd-contact-info .email a::before{
	content:'';
	background: url(../images/mail.svg) no-repeat center center;
	background-size:contain;
}
.hd-contact-info .phone a::before{
	content:'';
	background: url(../images/phone.svg) no-repeat center;
	background-size:contain;
}
#header{
	padding: 15px 0;   
	background: #2a2a2a !important;
  	opacity: 1;
	transition: all 0.5s cubic-bezier(0, 0, 0.82, 0.21);
}
.transparent-header #header{
  	background: transparent !important;
	transition: all 0.5s cubic-bezier(0, 0, 0.82, 0.21);
}
.transparent-header.fixed-header #header{
	padding: 15px 0;   
	background: #2a2a2a !important;
  	opacity: 1;
	/*transition: all 0.5s cubic-bezier(0, 0, 0.82, 0.21);*/
}
.transparent-header #main-menu-container{
	background:transparent;
	transition: all 0.5s cubic-bezier(0, 0, 0.82, 0.21);
}
#header-row{display:flex; flex-wrap:nowrap;}

.transparent-header #main-navigation.menu-open .main-nav ul li a,
.transparent-header.fixed-header #main-navigation.menu-open .main-nav ul li a,
#main-navigation.menu-open .main-nav ul li a{
	color:#2a2a2a;
	
}
#main-navigation.site-navigation .menu .signin-btn a,
.transparent-header #main-navigation.site-navigation .menu .signin-btn a,
.transparent-header.fixed-header #main-navigation.site-navigation .menu .signin-btn a,
.transparent-header.fixed-header #main-navigation.site-navigation.menu-open .menu .signin-btn a,
.transparent-header #main-navigation.site-navigation.menu-open .menu .signin-btn a,
#main-navigation.site-navigation.menu-open .menu .signin-btn a{
	position:relative;
	margin:6px 0;
	padding-left:30px;
}
.transparent-header.fixed-header #main-navigation.site-navigation .menu .signin-btn a::before,
#main-navigation.site-navigation .menu .signin-btn a::before{
	content:'';
	background: url("../images/black-profile.svg") no-repeat center;
	background-size: contain;
	position: absolute;
    width: 27px;
    height: 27px;
    left: -5px;
    top: -6px;
    vertical-align: middle;
}
#main-navigation.site-navigation.menu-open .menu li a,
.transparent-header #main-navigation.site-navigation.menu-open .menu li a,
.transparent-header.fixed-header #main-navigation.site-navigation.menu-open .menu li a{
	color:#2a2a2a;
	margin: 0;
    padding: 10px 0;
}

#main-navigation.menu-open .menu .signin-btn a::before,
.transparent-header.fixed-header #main-navigation.site-navigation.menu-open .menu .signin-btn a::before,
#main-navigation.site-navigation.menu-open .menu .signin-btn a::before{
	background: url("../images/black-profile.svg") no-repeat center !important;
	background-size: contain !important;
	top:4px;
	left:0;
}
.transparent-header #main-navigation.site-navigation .menu .signin-btn a::before{
	background: url("../images/white-profile.svg") no-repeat center;
	background-size: contain;
}
.transparent-header #mobile-nav-button:before{
	color:#fff;
}
#mobile-nav-button:before,
.transparent-header.fixed-header #mobile-nav-button:before{
	color:#2a2a2a;
}
#main-navigation.site-navigation #mob-menu-closed,
#main-navigation.site-navigation .menu-logo{
	display:none;
}
.logoheader .white-logo{
	display:none;
}
.transparent-header .logoheader .white-logo{
	display:block;
}
.transparent-header.fixed-header .logoheader .white-logo{
	display:none;
}
.transparent-header .logoheader .black-logo{
	display:none;
}
.transparent-header.fixed-header .logoheader .black-logo{
	display:block;
}
.header-row .site-branding,.header-row.secondary-header{padding:0 10px !important;}
#main-navigation{height:100%;}
#main-menu-container .row{margin:0 -7px;}

/* Banner section start here */
.hd-social-media li:last-child{margin-right:0;}
.rss-inner-slider-item .rss-banner-title{
	font-size: 80px;
    line-height: 70px;
    font-weight: normal;
    font-family: dm_serif_text;
	text-align:center;
	margin-bottom: 20px;
}
.rss-inner-slider-item .rss-banner-description{
	font-size:20px;
	font-family:Inter;
	font-weight:300;
	text-align:center;
}
.banner-section .rss-inner-page-slider-1_45 .slickprev,
.banner-section .rss-inner-page-slider-1_45 .slicknext{
	top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-section .rss-inner-page-slider-1_45 .slickprev{
	background:url("../images/arrow-left.svg");
	background-size:cover;
	width:42px;
	display:block;
	left:40px;
}
.banner-section .rss-inner-page-slider-1_45 .slicknext{
	background:url("../images/arrow-right.svg");
	background-size:cover;
	width:42px;
	display:block;
	right:40px;
}
.rss-banner-layer.container::before{
	content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: center center;
    z-index: 1 !important;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
    width: 100%;
    height: 100%;
	display:block;
}
.banner-section .centercenter .rss-banner-caption_45{
	top:50%;
	/*transform:translatey(-50%);*/
	z-index: 2;
	padding-top: 0px;
	padding-bottom: 0;
	max-width:1000px;
	text-align:center;
}
.banner-section .rss-banner-caption_45{z-index: 2;}
.banner-section .rss-banner-url a{
	display: inline-block;
    padding: 21px 47px;
    border-radius: 30px;
    border: solid 1px #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	text-transform:uppercase;
	background-color:transparent;
	outline:none !important;
}
.banner-section .rss-banner-url a:hover{
    background-color: #36b5de;
    color: #fff;
    text-decoration: none;
    border: 1px solid #36b5de;
}
.top-deals .nxt-arrow.custom-arrow.slick-arrow{right:9px;}
.top-deals .prv-arrow.custom-arrow.slick-arrow{right:79px;}
@media screen and (min-width:992px){
	#main-navigation .main-nav ul .signin-btn,
	.transparent-header.fixed-header #main-navigation .main-nav ul .signin-btn{
		padding-left: 15px;
		border-left: solid 1px rgba(0,0,0,0.5);
	}
	.transparent-header #main-navigation .main-nav ul .signin-btn{
		border-color:rgba(255,255,255,0.5);
	}
	
}
@media (min-width:1200px){
	
	#main-navigation.site-navigation .main-nav ul li a, 
	.transparent-header #main-navigation .main-nav ul li a, 
	.transparent-header.fixed-header #main-navigation .main-nav ul li a{
		margin: 6px 20px;
	}
	#main-navigation .main-nav ul .signin-btn,
	.transparent-header.fixed-header #main-navigation .main-nav ul .signin-btn{
		padding-left:25px;
	}
	
}
@media screen and (max-width:1440px){
.rss-inner-slider-item .rss-banner-title{font-size: 54px; line-height: 1.1;}
}
@media screen and (max-width:1151px){
	.rss-inner-slider-item .rss-banner-title{font-size:60px;}
	.rss-inner-slider-item .rss-banner-description{font-size:15px;}
	.banner-section .centercenter .rss-banner-caption_45{max-width:calc(100% - 180px);}
}
@media screen and (max-width:991px){
	#header{
		padding:13px 0;
	}
	.main-nav{
		display:block;
		left: -270px;
	}
	#main-navigation.menu-open .main-nav{
		display: block;
		position: fixed;
		height: 100%;
		left: 0;
		top: 0;
		height: 100%;
		width: 270px;
		background: #fff;
		overflow:auto;
		z-index:9999;
		transition:all 0.5s ease-out;
	} 
	#main-navigation.menu-open ul li{
		padding: 5px 20px;
		border-bottom: solid 1px rgba(0,0,0,0.2);
	}
	#main-navigation.menu-open ul .signin-btn{
		border-top: solid 1px rgba(0,0,0,0.2);
	}
	#main-navigation.menu-open .main-nav > ul{
		padding-left:0;
		position:relative;
	}
	#mobile-nav-button{
		background:transparent;
		padding:0;
	}
	#main-navigation.menu-open .menu-logo{
		position: absolute;
		top: 30px;
		max-width: 190px;
		left: 40px;
	}
	#main-navigation.menu-open .menu-logo a{
		display:block;
	}
	#main-navigation.menu-open .menu{
		padding-top: 85px;
	}
	#main-navigation.menu-open #mob-menu-closed{
		position: absolute;
		font-size: 40px;
		top: -15px;
		right: 10px;
	}
	#main-navigation.menu-open #mob-menu-closed,
	#main-navigation.menu-open .menu-logo{
		display:block;
	}
	#main-navigation.menu-open:after{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0;
		background: rgba(0,0,0,0.5);
	}
	.hd-social-media li{
		margin:0 9px;
	}
	.rss-inner-slider-item .rss-banner-title{
		font-size:50px;
		margin-bottom: 15px;
		/*max-width: 550px;
		margin: 0 auto;*/
	}
	.rss-inner-slider-item .rss-banner-description{
		font-size:12px;
	}
	.logoheader img{
		max-width:150px;
	}
	#main-menu-container.container-full-width,
	.transparent-header #main-menu-container.container-full-width,
	.transparent-header.fixed-header #main-menu-container.container-full-width{
		padding:10px 0;
	}
	.fixed-header #header{
		margin-top: -55px;
		transition: all 0.5s ease-out;
	}
	
}
@media screen and (max-width:767px){
	#header{
		padding:11px 0;
	}
	.fixed-header #header{
		margin-top: -59px;
	}
	#secondary-header{
		padding-top:4px;
	}
	.hd-contact-info li a{
		line-height:15px;
		font-size:0px;
	}
	.banner-section .centercenter .rss-banner-caption_45 {max-width: calc(100% - 140px);}
	.banner-section,
	.banner-section .rss-inner-slider-item,
	.banner-section .rss-inner-page-slider-1_45,
	.banner-section .rss-inner-slider-sec,
	.banner-section .slick-list{
		height:400px !important;
	}
	.rss-inner-slider-item .rss-banner-title{
		font-size:38px;
		margin-bottom: 10px;
	}
	.hd-contact-info li{
		margin-right:0;
	}
	.hd-contact-info .email{
		padding-left:10px;
	}
}
@media (max-width: 480px){
	.rss-banner-layer .rss-banner-caption_45 {
		padding: 0px;
		/*top: 62% !important;
		transform: translatey(-62%) !important;*/
	}
	.rss-inner-slider-item .rss-banner-title{
		font-size: 28px;
		line-height:1.2 !important;
	}
}
/* News Post type */
.news-list .news-box{ padding: 15px 0;}
.news-list .post-title{text-align: center; font-size: 40px; color: #2a2a2a; margin-bottom: 50px;}
.news-list .news-box .head-type1{color: #2a2a2a; text-decoration: none; font-size: 25px; font-family: 'dm_serif_text'; line-height:normal;}
.news-inner strong{
	color:#2a2a2a;
	font-size:20px;
}
.news-box .news-innerimg{overflow:hidden;transition: all ease 2s; margin-bottom: 15px;}
.news-box .news-innerimg:hover img{
	transform: scale(1.1);
    transition: all ease 2s;
}
.news-box .news-innerimg img{
	object-fit:cover;
	height:300px;
	width:100%;
	/*margin-bottom:15px;*/
	transition: all .30s ease;
}
.news-box .btn-type1{
	padding:10px 20px;
	line-height:1.2;
	margin-top:15px;	
}
.news-post{padding:50px 0 50px;}
.news-inner .entry-header{margin-bottom:0; color: #2a2a2a; }
.news-inner .entry-header h1{font-size:40px;}
.news-inner .news-inner-date{padding-left: 5px;}
.news-inner .news-inner-txt{padding-top:25px;}
.news-inner img{	object-fit: cover; margin-top: 50px; width: 100%; height: 500px;}
.news-list .row{
	margin:0 -12.5px;
}
.news-list .row [class*='col-']{
	padding:0 12.5px;
}
.navigation{
	margin: 0 0 50px;
}
.navigation ul{
	list-style:none;
	text-align:center;
}
.navigation ul li{
	display: inline-block;
	line-height: normal;
	margin-right: 10px;
}
.navigation ul li a{
	text-decoration: none;
	color: #2a2a2a;
	border: solid 1px #2a2a2a;
	padding: 10px 15px;
	display:block;
	transition:all 0.4s ease;
}
.navigation ul li a:hover, .navigation ul li.active a{
	background: #00b5de;
	border-color:#00b5de;
	color:#fff;
	transition:all 0.4s ease;
}
.fa-angle-right::before{
	content: '\f105';
    font-family: 'FontAwesome';
    font-style: normal;
}
.fa-angle-left::before{
	content: '\f104';
    font-family: 'FontAwesome';
    font-style: normal;
}
@media(min-width:1500px){
	.news-box .news-innerimg img{
		height:345px;
	}
}
@media(max-width:991px){
	.news-box .news-innerimg img{
		height:245px;
	}
}
@media(max-width:767px){
	.news-box .news-innerimg img{
		height:245px;
	}
	.news-inner img{height: 400px;}
}
@media (max-width:420px){
	.news-inner img{height: 345px;}
}
.btn-type1{
	margin-top:20px;
	padding: 22px 41px 22px 42px;
    border-radius: 30px;
    border: solid 1px #5a5a5a;
    display: inline-block;
    text-decoration: none;
	text-transform:uppercase;
    color: #5a5a5a;
	transition:all 0.4s ease;
}
.btn-type1:hover{
	background:#00b5de;
	border-color:#00b5de;
	color:#fff;
	text-decoration: none;
	transition:all 0.4s ease;
}
.btn-type1:focus{
	background:#00b5de;
	border-color:#00b5de;
	color:#fff;
	text-decoration: none;
}
/* Thank you page CSS START */

#thank-you{
  padding: 30px 0;
  margin: 20px 0;
}
#thank-you .thankyou-box{
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px; 
}
#thank-you .thankyou-box p{
  font-size: 25px;
  color: #000;

}
#thank-you .thankyou-box h1{
  font-size: 54px;
    background: #00b5de;
    color: #fff;
    border-radius: 15px;
    padding: 30px;
	margin-bottom: 40px;
}
/* Thank you page CSS END */

/* Enquiry Steps page start */

.enquiry-info h2{ font-family: dm_serif_text; font-size:20px; font-weight: normal; line-height: 1.1; color: #000; margin-bottom:15px;}
.enquiry-info h3{ font-family:Inter; font-size: 16px; font-weight: 600; color: #000; margin: 15px 0;}
.enquiry-info .dropdown-typ1,
.enquiry-info .datetime,
.enquiry-info .trip-size,
.enquiry-info .flights{padding-bottom:50px;}
.enquiry-info .chkbx-typ1 .wpcf7-list-item-label{font-family: 'Inter'; font-weight: normal; font-size: 16px; line-height: 1.56; color: #000;position:relative; padding-left: 25px; cursor: pointer;}
.enquiry-info .checkbox .chkbx-typ1 .wpcf7-list-item{margin-left:0;}
.enquiry-info .contact-info a{color: #00b5de; text-decoration: none; font-family: 'Inter'; font-size: 16px; font-weight: 500; padding-left:30px; position:relative; display:inline-block; margin-bottom:15px;}
.enquiry-info .contact-info a:hover{
	color:#7d7d7d;
}
.enquiry-info .contact-info a::before{content:''; position:absolute; left:0;top:50%; transform:translatey(-50%); background-repeat:no-repeat; width:20px; height:20px}
.enquiry-info .contact-info .cphn::before{background:url("../images/cphone.svg"); background-size:contain;}
.enquiry-info .contact-info .cpmail::before{background:url("../images/cpmail.svg") no-repeat; background-size:contain;}
.enquiry-info .contact-info .chat::before{background:url("../images/chat.svg"); background-size:contain;}
.enquiry-info .next-btn, .enquiry-info .next-btn>p{text-align:right; margin-top: 50px; display: flex; justify-content: space-between;}
.enquiry-info .next-btn>p{width:100%;}
.enquiry-info .wpcf7-spinner{display:none;}
.enquiry-info .contact-info h2{margin-bottom:30px;}
.enquiry-info .checkbox .chkbx-typ1 .wpcf7-list-item-label::before{
	content: '';
    width: 20px;
    height: 20px;
    border: solid 0.8px #979797;
	border-radius: 3px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.enquiry-info .choice .wpcf7-radio .wpcf7-list-item-label,
.enquiry-info .flights .wpcf7-radio .wpcf7-list-item-label{position:relative; padding-left:25px; cursor:pointer;}
.enquiry-info .choice .wpcf7-radio .wpcf7-list-item-label::before,
.enquiry-info .flights .wpcf7-radio .wpcf7-list-item-label::before{
	content: '';
    width: 20px;
    height: 20px;
    border: solid 0.8px #979797;
	border-radius: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.enquiry-info .checkbox .chkbx-typ1 .wpcf7-list-item-label::after{
	font-family: "FontAwesome";
    content: '\f00c';
    width: 20px;
    height: 20px;
    border: solid 0.8px #979797;
	border-radius: 3px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: normal;
    opacity: 0;
}
.enquiry-info .choice .wpcf7-radio .wpcf7-list-item-label::after,
.enquiry-info .flights .wpcf7-radio .wpcf7-list-item-label::after{
	content: '';
    background: #1797d0;
    background-position: center center;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translatey(-50%);
    opacity: 0;
}
.enquiry-info .choice .wpcf7-radio input,
.enquiry-info .flights .wpcf7-radio input{
	width:0;
	height:0;
}
.enquiry-info .choice .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after,
.enquiry-info .flights .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after{
	opacity:1;
}
.enquiry-info .checkbox .chkbx-typ1 input[type=checkbox]:checked + .wpcf7-list-item-label::after{
	opacity:1;
}
.enquiry-info .checkbox .chkbx-typ1 input[type=checkbox]{
	width:0;
	height:0;visibility:hidden;
}
.enquiry-info .travel-info span.wpcf7-list-item-label{
	position:relative;
	display:block;
	width:46px;
	z-index:9;
	text-align:center;
	font-family: Inter;
    font-size: 14.9px;
    font-weight: normal;
    line-height: 1.56;
	cursor: pointer;
    color: #000;
}

.enquiry-info .travel-info .wpcf7-list-item,
.enquiry-info .flights .wpcf7-list-item,
.enquiry-info .imp .wpcf7-list-item{margin:0;}
.enquiry-info .travel-info label{line-height:0.5;}
.enquiry-info .imp .wpcf7-list-item,
.enquiry-info .flights .wpcf7-list-item{margin-right:15px;}
.enquiry-info .travel-info span.wpcf7-list-item-label::before {
    content: '';
    display: inline-block;
    padding: 22px;
    border: solid 0.9px #ccc;
	border-left:0; 
    position: absolute;
    top: 50%;
    left: 50%;
	cursor: pointer;
    transform: translate(-50%, -50%);
	background-color:#fff;
	z-index:-1;
}
.enquiry-info .travel-info .wpcf7-list-item:first-child span.wpcf7-list-item-label::before{
	border-left: solid 0.9px #ccc;
}
.enquiry-info .travel-info input[type=radio]:checked + .wpcf7-list-item-label::before{
    background-color: #00b5de;
	 border: solid 0.9px #00b5de;
}
.enquiry-info .travel-info input[type=radio]:checked + .wpcf7-list-item-label{
	color:#fff;
}
.enquiry-info .travel-info .wpcf7-list-item input[type=radio]{
	height:0;
	width:0;visibility:hidden;
}
.enquiry-info .trip-size .trip-box{
	display: flex;
    align-items: center;
}
.enquiry-info .trip-size .trip-box a{
	display: block;
    border: solid 0.8px #979797;
    border-radius: 100%;
    padding: 20px;
    cursor: pointer;
    position: relative;
	background:#fff;
}
.enquiry-info .trip-size .trip-box > p {display:contents;}
.enquiry-info .trip-size .trip-box a span{
	background: #000;
    display: block;
    height: 3px;
    width: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.enquiry-info .trip-size .trip-box .inc-btn span:first-child{
	transform: translate(-50%,-50%) rotate(90deg);
}
.enquiry-info .trip-size .trip-box a:hover{
	background-color:#00b5de;
	color:#fff;
	border-color:#00b5de;
}
.enquiry-info .trip-size .trip-box .wpcf7-form-control-wrap{
	display: inline-block;
    width: 20%;
}
.enquiry-info .trip-size .trip-box .wpcf7-form-control-wrap input{border: 0; text-align:center; color:#7d7d7d; background: #f3f3f3;}
.enquiry-info .row{margin:0 -25px;}
.enquiry-info .row [class*='col-']{
	padding:0 25px;
}
.enquiry-info .next-btn .prev-btn{
	border-radius: 30px;
    border: none;
    /*background-color: transparent;*/
    display: inline-block;
    /*color: #7d7d7d;*/
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 42px;
}
.enquiry-info .next-btn .prev-btn:hover{
	color:#00b5de;
}
.enquiry-info .next-btn .prev-btn:focus{
	border-radius: 30px;
    border: none;
    background-color: transparent;
    display: inline-block;
    color: #00b5de;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 42px;
	outline: none;
	outline-offset: 0;
	box-shadow:none;
}
.enquiry-info .message textarea{
	resize:none;
	height:180px;
}
.enquiry-info .wpcf7-list-item-label{
	font-family: Inter;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.56;
	color: #000;
}
.enquiry-info .lbl-typ1{
	font-family: Inter;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.56;
	color: #7d7d7d;
	margin-bottom:15px;
}
.enquiry-info select{
	border-color:#dbdbdb;
	appearance:none;
	background:#FFF url("../images/dropdown.svg");
	background-repeat:no-repeat;
	background-position: center right 10px;
	padding: 15px 35px 15px 15px;
}
.enquiry-info .budget{
	width:55%;
}
.enquiry-info .cnt-box{
	width:70%;
}
.enquiry-info .cnt-box .row{
	margin:0 -12.5px;
}
.enquiry-info .cnt-box .row [class*='col-']{
	padding:0 12.5px;
}
.enquiry-info .checkbox-typ1 .wpcf7-not-valid-tip{
	position:relative;
	display:inline-block;
	padding:0 4px;
}
.enquiry-info .form-outer-line{
	background: #dbdbdb;
    height: 1px;
    margin-bottom: 80px;
	position:relative;
}
.enquiry-info .form-outer-line.bottom-line{
	margin:80px 0 0;
}
.enquiry-info .form-outer-line .form-inner-line-1{
	background: #59bb35;
    height: 3px;
    width: 33.33%;
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.enquiry-info .form-outer-line .form-inner-line-2{
	background: #59bb35;
    height: 3px;
    width: 66.66%;
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.enquiry-info .form-outer-line .form-inner-line-3{
	background: #59bb35;
    height: 3px;
    width: 100%;
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.enquiry-info .next-btn input{
	padding:20px 34px !important;
}
.enquiry-info .next-btn input.wpcf7-submit{margin-left: auto;}
.enquiry-info .travel-info .adult-box,
.enquiry-info .travel-info .child-box,
.enquiry-info .travel-info .room-box{
	margin-bottom:30px;
}
.page-id-15353 .thankyou-box h1.thank-you-title{display:none;}
.enquiry-info input[type="radio"], .enquiry-info input[type="checkbox"]{visibility:hidden;}
.tax-destination .moontp-listing,
.tax-tour_type .moontp-listing{margin-top:15px;}
@media (max-width:991px){
	.enquiry-info h2{
		font-size:17px;
	}
	.enquiry-info h3{
		font-size:14px;
	}
	.enquiry-info .checkbox .chkbx-typ1 .wpcf7-list-item-label{
		font-size: 12px;
	}
	.enquiry-info .checkbox .chkbx-typ1 .wpcf7-list-item-label::before,
	.enquiry-info .checkbox .chkbx-typ1 .wpcf7-list-item-label::after{
		top: 50%;
		transform: translateY(-50%);
	}
	.enquiry-info .checkbox-typ1{
		margin-bottom: 25px;
	}
	.enquiry-info .lbl-typ1{
		font-size: 14px;
	}
	.enquiry-info .contact-info a{
		font-size: 14px;
	}
	.enquiry-info .travel-info{
		margin-bottom:25px;
	}
	.enquiry-info .dropdown-typ1,
	.enquiry-info .datetime{width:50%;}
	.enquiry-info .step2 .dropdown-typ1,
	.enquiry-info .step2 .datetime{width:100%;}
	.enquiry-info .cnt-box{
		width:100%;
	}
}
@media (max-width:767px){
	.enquiry-info .dropdown-typ1, .enquiry-info .datetime{
		width: 100%;
	}
    .enquiry-info .datetime{padding-bottom: 0;}
	.enquiry-info .step2 .wpcf7-list-item-label{
		font-size: 13px;
		padding-left:10px;
	}
}
@media (max-width:480px){
	.enquiry-info .travel-info span.wpcf7-list-item-label::before{
		padding: 14px;
	}
	.enquiry-info .travel-info span.wpcf7-list-item-label{
		width: 29px;
		font-size:12.9px;
	}
	.enquiry-info .trip-size .trip-box .wpcf7-form-control-wrap{
		width: 100%;
	}
}

/* Destination Hotels Taxonomy */

.desti-hotels-tax-section{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: -2px;
  margin-right: -2px;
}
.desti-hotels-tax-section .desti-hotels-tax-col{
  padding: 0 2px;
  margin-bottom: 4px;
  width: 25%;
}
.desti-hotels-tax-col .desti-hotels-tax-box{
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.desti-hotels-tax-col .desti-hotels-tax-desc{
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  bottom: unset;
  right: unset;
  position: absolute;
  z-index: 2;
}
.desti-hotels-tax-col .desti-hotels-cat-name{
  font-size: 22px;
  font-family: 'dm_serif_text';
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
}
.desti-hotels-tax-col .desti-hotels-tax-box a{display: block;}
.desti-hotels-tax-col .desti-hotels-tax-img{position: relative;}
.desti-hotels-tax-col .desti-hotels-tax-img img{
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: transform .2s;
}
.desti-hotels-tax-col .desti-hotels-tax-img img:before{
  content: "";
  position: absolute;
  width: 100%;
  overflow: hidden;
  bottom: 0px;
  z-index: 1;
  top: 0;
  background-color: rgba(0,0,0,0.2);
}
.desti-hotels-tax-col a:hover .desti-hotels-tax-img img{
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* Taxonomy Page */
.destination-hotels-tax-pg .tax-hotel-description .row{align-items:center;}
.tax-hotel-description{margin-bottom: 60px;}
.tax-hotel-description .tax-hotel-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destination-hotels-tax-pg .header-typ1{margin-bottom: 15px;}
.tax-desti-hotels-posts-content .tax-desti-hotels-title a{
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  color: #000;
}
.tax-desti-hotels-posts-content .tax-desti-hotels-title a:hover{color: #00b5de;}
.tax-desti-hotels-posts-content .tax-desti-hotels-content{
  font-family: 'Inter';
  font-size: 14px;
  line-height: 1.79;
  color: #7d7d7d;
}
.tax-desti-hotels-posts-box .tax-desti-btn{
  border-radius: 3px;
  background-color: #f1f2f1;
  align-items: center;
  margin-top: auto;
  position: relative;
  padding: 15px;
}
.tax-desti-hotels-posts-box .tax-desti-hotels-posts-content{padding-bottom: 15px;}
.tax-desti-hotels-posts-box .tax-desti-btn a{
  font-family: 'dm_serif_text';
  font-size: 20px;
  line-height: 1.1;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
.tax-desti-hotels-posts-box .tax-desti-btn a:hover{color: #00b5de;}
.tax-desti-hotels-posts-box .tax-desti-btn a:after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 15.8px;
  height: 13.9px;
  right: 14px;
  background: url('../images/destination-arrow.svg') no-repeat right center;
  top: 50%;
  transform: translateY(-50%);
}
.tax-desti-hotels-posts-box .tax-desti-btn a:hover:after{
  background: url('../images/destination-arrow-hover.svg') no-repeat right center;
}
.tax-hotels-desti-posts-section .desti-hotels-tax-section{
  margin: 0 -15px;
}
.desti-hotels-list-col{
  padding: 0 15px;
  margin-bottom: 30px;
  width: 25%;
}
.desti-hotels-list-col .tax-desti-hotels-posts-box{
	height: 100%;
    display: flex;
    flex-direction: column;
}
.tax-desti-hotels-posts-box .tax-post-img{margin-bottom: 20px;}
.tax-post-img .desti-hotels-tax-img{transition: transform .2s;}
.desti-hotels-list-col .desti-hotels-tax-img img{
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: transform .2s;
}
.tax-desti-hotels-posts-box a:hover .desti-hotels-tax-img{
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tax-desti-hotels-posts-box .tax-post-img{overflow: hidden; display: block;}

/* Hotel Single Page */
.hotel-single-infosection{padding: 50px 0 0;}
.gallery-section{display: flex; flex-wrap: wrap;}
.gallery-section .gallery-section-img{flex: 0 0 20%;}
.single-hotel-desc .row{align-items: center;}
.single-hotel-info{display: flex;}
.single-hotel-info ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-hotel-info ul.title{
  font-weight: bold;
  width: 150px;
  color: #000;
}
.single-hotel-desc .single-hotel-info{margin-bottom:18px;}
.hotel-single-pg .header-typ1{margin-bottom:20px;}
.gallery-section-img a:focus{outline:none;}
.mfp-bg,.mfp-wrap{z-index:99999 !important;}
.mfp-arrow-left:after{
	background: url('../images/arrow-left.svg') no-repeat;
	background-size: 50px 50px;
	width: 100%;
    height: 100%;
}
.nav-links a{
	font-size: 13px;
    font-weight: 600;
    display: inline-block;
    padding: 21px 47px;
    border-radius: 30px;
    border: solid 1px #5a5a5a;
    line-height: 15px;
    color: #5a5a5a;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: uppercase;
}
.nav-links a:hover{
	background-color: #36b5de;
    color: #fff;
    text-decoration: none;
    border: 1px solid #36b5de;
}
.archive-hotel .tax-hotels-desti-posts-section .header-typ1{margin-bottom:30px;}

/* 02/08/2022 */
.outer-taxonomy-moontp .inner-btn {
    text-align: left;
    margin-top: 30px;
}
.fixed-header .taxonomy-content-sec .notificationText{
	height: unset;
	padding: 15px 40px;
    text-align: left;
	visibility: visible;
    display: block;
	margin-bottom: 20px;
    border-radius: 3px;
}
.fixed-header .taxonomy-content-sec .notificationText .notification-arrow{
	display:inline-block;
}
.fixed-header .taxonomy-content-sec .notificationText .container{
	display:block;
}
/* Airlines Page */
.baggage-inner-sec{
	padding:40px 0 90px;
}
.baggage-inner-sec .header-typ1{
	font-size:40px;
	text-align:center;
}
.baggage-inner-sec .base-font{
	text-align:center;
	font-size:16px;
}
.airlines-partner-sec{
	padding: 90px 0 40px;
    background: #f3f3f3;
}
.airlines-partner-sec .inner-partners-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.airlines-partner-sec .outer-partner-box{
    flex: 0 0 20%;
    padding: 0 10px;
    margin-bottom: 50px;
}
.airlines-partner-sec .inner-partner-box{
    text-align: center;
}
.airlines-partner-sec .partner-img{
    background-color: #fff;
    display: inline-block;
    margin-bottom: 18px;
    max-height: 138px;
    object-fit: contain;
}
.airlines-partner-sec .partner-img img{
	max-height: 138px;
    object-fit: contain;
	height:138px;
	width:100%;
}
.airlines-partner-sec .partner-title{
	margin-bottom:10px;
}
.airlines-partner-sec .partner-code{
    color: #7d7d7d;
    line-height: 1.79;
    font-family: Inter;
    font-size: 14px;
    text-transform: uppercase;
}
.page-template-airlines-baggage-page #footer{
	margin-top:0;
}

/* Essential Travel Post */
.essential-travel-sec .essential-travel-box{
	background-color:#f3f3f3;
	height: 100%;
}
.essential-travel-sec .essential-travel-box .essential-travel-title{
	text-align:center;
}
.essential-travel-sec .essential-travel-post-section{
	margin:0 -15px;
}
.essential-travel-sec .header-typ1{
	margin-bottom:30px;
}
.essential-travel-sec .tax-desti-hotels-posts-box a:hover .desti-hotels-tax-img{
	transform: scale(1.1);
	transition:transform 0.3s ease-in-out;
}
.tax-post-img .desti-hotels-tax-img .essential-post-img .desti-hotels-tax-img{
	transition:transform 0.3s ease-in-out;
}
.tax-desti-hotels-posts-box .essential-post-img{
	margin-bottom:0;
}
.essential-travel-box .essential-travel-content{
	padding:30px 15px;
}
.essential-single-pg .small-content-desciption{
	max-width:100%;
}
.essential-single-pg .small-content-desciption a{
	color: #7d7d7d;
	text-decoration:none;
}
.essential-single-pg .small-content-desciption a:hover{
	color: #00b5de;
}
.essential-single-pg .arrival-img{
	margin-bottom:40px;
}
.essential-single-pg .arrival-img img{
	height: 375px;
	max-height:375px;
    width: 100%;
    object-fit: cover;
}
.essential-single-pg .arrival-map{
	margin-bottom:35px;
}
.essential-single-pg .practical-tabs{
	display: flex;
    flex-wrap: wrap;
	margin-bottom:50px;
}
.essential-single-pg .practical-tabs .responsive-tabs{
	flex: 0 0 25%;
}
.essential-single-pg .practical-tabs .practical-tab-list{
	display: block;
    list-style: none;
    padding-left: 0;
    height:100%;
	margin-bottom:0;
}
.essential-single-pg .practical-tabs .practical-tab-content-list{
	flex: 0 0 75%;
}
.essential-single-pg .practical-tabs .practical-tab-title,
.essential-single-pg .practical-tabs .info-tab-title{
	margin-bottom:0;
}
.essential-single-pg .practical-tabs .practical-tab-title a,
.essential-single-pg .practical-tabs .info-tab-title a{
	display: block;
    text-decoration: none;
    color: #7d7d7d;
    padding: 5px 15px;
    height: 100%;
	text-transform:capitalize;
}
.essential-single-pg .practical-tabs .practical-tab-title.active-service a,
.essential-single-pg .practical-tabs .practical-tab-title a:hover,
.essential-single-pg .practical-tabs .info-tab-title.active-info a,
.essential-single-pg .practical-tabs .info-tab-title a:hover{
	background: #f3f3f3;
	color:#000;
}
.essential-single-pg .practical-tabs .practical-tab-content-list{
	background: #f3f3f3;
    padding: 10px 20px;
    color: #7d7d7d;
}
.essential-single-pg .practical-tabs .practical-tab-content-list .practical-tab-content,
.essential-single-pg .practical-tabs .practical-tab-content-list .info-tab-content{
	display:none;
}
.essential-single-pg .practical-tabs .practical-tab-content-list .practical-tab-content.active-service-tab,
.essential-single-pg .practical-tabs .practical-tab-content-list .info-tab-content.active-info-tab{
	display:block;
}
.essential-single-pg .tablepress thead th{
	background-color: #f3f3f3;
}
.essential-single-pg .tablepress td.column-1{
	font-weight:bold;
}
.essential-single-pg .arrival-desc{
	margin-bottom:15px;
}
.essential-single-pg .arrival-hd{
	margin-bottom:10px;
}
.essential-single-pg .dataTables_scrollHeadInner,
.essential-single-pg table{
	width:100% !important;
}
@media (max-width: 1151px){
  .desti-hotels-tax-section .desti-hotels-tax-col{width: 33.3333%;}
  .desti-hotels-list-col{width: 33.3333%;}
  	.airlines-partner-sec .outer-partner-box{
		flex:0 0 25%;
	}
	.airlines-partner-sec .partner-img img{
		height:100%;
	}
	.airlines-partner-sec{
		padding:70px 0 20px;
	}
	.baggage-inner-sec {
		padding: 20px 0 70px;
	}
}
@media (max-width: 992px){
  .desti-hotels-tax-section .desti-hotels-tax-col{width: 50%;}
  .tax-hotels-desti-posts-section .desti-hotels-tax-section{margin: 0 -6px;}
  .desti-hotels-list-col{padding: 0 15px; margin-bottom: 30px; width: 50%;}
}
@media (max-width: 768px){
  .desti-hotels-tax-col .desti-hotels-tax-img img{height: 245px;}
  .desti-hotels-list-col .desti-hotels-tax-img img{height: 225px;}
}
@media (max-width:767px){
	.baggage-inner-sec{
		padding:0 0 50px;
	}
	.baggage-inner-sec .header-typ1 {
		font-size: 25px;
		text-align: center;
		margin-bottom: 20px;
	}
	.baggage-inner-sec .base-font {
		font-size: 14px;
	}
	.airlines-partner-sec .outer-partner-box {
		flex: 0 0 33.33%;
	}
	.airlines-partner-sec{
		padding:50px 0 20px;
	}
	.hero-banner .hero-banner-title{
		font-size:30px !important;
	}
	.transparent-header .hero-banner{
		height:400px !important;
	}
	.airlines-partner-sec .outer-partner-box{
		margin-bottom:30px;
	}
	.essential-single-pg .practical-tabs .responsive-tabs{
		flex:0 0 100%;
		width:100%;
	}
	.essential-single-pg .practical-tabs .practical-tab-list{
		display:flex;
	}
	.essential-single-pg .practical-tabs .practical-tab-title,
	.essential-single-pg .practical-tabs .info-tab-title{
		display: inline-block;
    	flex: 1;
	}
	.essential-single-pg .practical-tabs .practical-tab-content-list{
		flex:0 0 100%;
	}
	.essential-single-pg .practical-tabs .practical-tab-content-list{
		padding:15px;
	}
	.essential-single-pg .practical-tabs .practical-tab-list{
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
	}
	.essential-single-pg .practical-tabs .practical-tab-title,
	.essential-single-pg .practical-tabs .info-tab-title{
		flex:auto;
		position: relative;
	}
	li.practical-tab-title.active-service::after,
	li.info-tab-title.active-info::after{
		border: solid transparent;
		content: " ";
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: transparent;
		border-top-color: #f3f3f3;
		border-width: 10px;
	}
	.essential-single-pg .practical-tabs .responsive-tabs{
		display:block;
		position:relative;
	}
	.responsive-tabs::before {
		content: '';
		height: 75%;
		position: absolute;
		top: 0;
		left: 0;
		box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 8%);
	}
	.responsive-tabs::after {
		content: '';
		height: 75%;
		position: absolute;
		top: 0;
		right: 0;
		box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 8%);
	}
}
@media(max-width: 575px){
	.enquiry-info .row{margin: 0;}
}
@media (max-width: 420px){
  .desti-hotels-tax-col .desti-hotels-tax-img img{height: 190px;}
  .desti-hotels-tax-section .desti-hotels-tax-col{width: 100% ; padding: 0;}
  .desti-hotels-list-col{width: 100%; padding: 0 15px; margin-bottom: 30px;}
  .tax-hotels-desti-posts-section .desti-hotels-tax-section{margin: 0 auto;}
	.airlines-partner-sec .outer-partner-box {
		flex: 0 0 50%;
	}
	
	
}

/*section.banner-section {
    max-height: 100vh;
    min-height: 600px;
}
@media(max-width: 1199px){
section.banner-section {
    max-height: unset;
    min-height: auto;
}
}*/