@charset "utf-8";
:root {
  --Off_white: #FFF4E9;
  --Creamy_orange: #FFD9B5;
  --Orange: #DE6900;
  --Brown: #9B3300;
  --Olieve: #73A576;
  --Green: #1F5349;
  --Dark_green: #1D312C;
  --Pink: #DA8B8A;
  --Dark_pink: #6B1E40;
  --Dark_brown: #341021;
}

/*------------| body frame start |-----------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'noe_displaybold';
    src: url('fonts/noedisplay-bold-webfont.woff2') format('woff2'),
         url('fonts/noedisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}
/* font-family: adelle-sans, sans-serif; */
html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  min-width: 320px;
  color: #000000;
  font-family: 'adelle-sans', sans-serif;
  overflow-x: hidden;
}

/*=============== tags start ===================**/
section {
  position: relative;

  clear: both;
  width: 100%;
}
*:focus,
a:hover,
a:active,
a:focus {
  outline: 0;
}
*:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
button::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

figure {
  padding: 0;
  margin: 0;
}
a {
  color: var(--Creamy_orange);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}
a:hover {
  color: var(--Pink)
}

img {
  border: 0;
  outline: none;
  display: block;
  min-height: 1px;
  max-width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
img::selection {
  background: none;
}


.imgloader {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/ajax-loader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px;
}

@-webkit-keyframes appearImg {
  0% {
  opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes appearImg {
  0% {
  opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
body:not(.logged-in) img[data-lazy-src],
body:not(.logged-in) .entry img, img:not(.l_logo), img:not(.fancybox-image) {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
img#MapImagesrc {
  opacity: 1;
}
img.lazyloaded{
  opacity: 1;
  /* -webkit-animation: appearImg 0.8s forwards ease-in-out;
          animation: appearImg 0.8s forwards ease-in-out;
          animation-delay: 0.5s; */
}
img.lazyloaded ~ .imgloader {
  opacity: 0;
}


input {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'noe_displaybold';
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 70px;
  line-height: 75px;
  margin-bottom: 20px;
}
h2 {
  font-size: 63px;
  line-height: 68px;
  letter-spacing: -1.26px;
  color: var(--Dark_pink);
  margin-bottom: 40px;
}
h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
}
h4 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 15px;
}
h5 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}
h6 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}
ul {
  padding: 0 0 30px 30px;
  margin: 0;
}
ol {
  padding: 0 0 30px 30px;
  margin: 0;
}
ul li {
  position: relative;
  padding: 5px 0 5px 0px;
}

ol li {
  padding: 5px 0 5px 0px;
}

p {
  margin: 0;
  padding: 0 0 20px 0;
}

hr {
  padding: 0;
  border: 0;
  height: 1px;
  margin: 30px auto;
  background-color: #000;
}
strong,
b {
  font-family: 'adelle-sans', sans-serif;
  font-weight: 600;
}
img {
  /*  display:block;*/
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
  width: 100%;
}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="email"],
textarea,
select {
  border: 1px solid #ededed;
  font-size: 16px;
  line-height: 26px;
  padding: 8px 15px;
  margin: 0;
  color: #000000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent !important;
  box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.btn {
  color: #ffffff;

  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  margin: 0;
  padding: 17px;
  border-radius: 0;
  display: inline-block;
  background-color: #0f6cb6;
  border: 0;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  background-image: url("../images/dd-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  border: 1px solid #ededed;
  background-color: transparent;
  padding: 3px 32px 3px 15px;
  height: 45px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select option {
  padding: 10px 0;
  display: block;
  font-size: 16px;
}

select::-ms-expand {
  display: none;
}
input[type="checkbox"]:not(old) {
  width: 30px;
  margin: 0;
  padding: 0;
  /* opacity: 0; */
  position: absolute;
}
.cky-switch input[type="checkbox"]
{
  background-color: var(--Creamy_orange) !important
}
.cky-switch input[type="checkbox"]:checked
{
    background-color: var(--Dark_pink) !important
}
input[type="checkbox"]:not(old) + span {
  display: inline-block;
  margin-left: 0;
  padding-left: 36px;
  background: url("../images/checkbox_unchecked.svg") no-repeat;
  background-position: left top;
  background-size: 25px;
  line-height: 20px;
  margin-bottom: 0;
  cursor: pointer;
}

input[type="checkbox"]:not(old):checked + span {
  background: url("../images/checkbox_checked.svg") no-repeat;
  background-position: left top;
  background-size: 25px;
  cursor: pointer;
}

textarea {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  height: 75px;
  padding: 8px 15px;
  box-sizing: border-box;
  color: #000000;
  border: 1px solid #ededed;
  background-color: transparent;
  border-radius: 0;
  resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

table {
  width: 100% !important;
  border: 0;
  table-layout: fixed;
}

table tr td {
  padding: 12px 15px;
  border-collapse: collapse;
}

table {
    background: transparent !important;
  text-align: left;
  margin-bottom: 20px;
  border-left: 1px solid #FFD9B5 !important;
  border-top: 1px solid #FFD9B5 !important;
  border-collapse: collapse;
  font-size: 20px;
}

table h1,
table h2,
table h3,
table h4,
table h5 {
  margin: 0;
}

table th {
  background: #FFD9B5 !important;
  color:#6B1E40 !important;
  padding: 15px;
  text-align: left;
  border-right: 1px solid #FFD9B5 !important;
  font-weight: 500;
  border-bottom: 1px solid #FFD9B5 !important;
  word-wrap: break-word;
}

table td {
  background: transparent !important;
  border-right: 1px solid #FFD9B5!important;
  border-bottom: 1px solid #FFD9B5!important;
  color:#FFD9B5 !important;
  word-wrap: break-word;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 20px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  position: relative;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  background: #c0dae7;
  margin: 10px 0 0 0;
  padding: 5px;
}
blockquote {
    margin: 0 0 35px 0;
  padding: 20px 35px 20px 70px;
  position: relative;
  font-size: 20px;
  line-height: 32px;
}
blockquote p {
  padding: 0;
}
blockquote em {
  margin-top: 20px;
  display: block;
}
blockquote::before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 40px;
  height: 30px;
  vertical-align: middle;
  background-image: url("../images/start-quote.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ajax-loader {
  background-image: url("../images/ajax-loader.svg") !important;
  background-color: #a5aad6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  width: 36px !important;
  height: 36px !important;
  margin: 0 0 0 -18px !important;
  position: absolute;
  bottom: -40px;
  left: 50%;
}
/* ==================================== breadcrumb menu & pagination css start here========================== */
.breadcrumb {
  width: 100%;
  clear: both;
  padding-bottom: 30px;
}
.breadcrumb ul {
  padding: 0;
  list-style: none;
  font-size: 17px;
  line-height: 27px;
  text-transform: lowercase;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li + li:before,
.breadcrumb ul li + li + li:before {
  padding: 1px;
  color: #9d9dcc;
  content: "/\00a0";
}

.breadcrumb ul li a {
  color: #9d9dcc;
  text-decoration: none;
  text-transform: lowercase;
}

.breadcrumb ul li a:hover {
  color: #c80065;
  text-decoration: underline;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.pagination a.active {
  background-color: #4caf50;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}
/* ==================================== breadcrumb menu & pagination css end here========================== */
.box {
  position: relative;
}
.box:before {
  content: "";
  display: block;
  padding-top: 100%; /* initial ratio of 1:1*/
}
.imageHolder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--Off_white)
}

.OF-cover {
  object-fit: cover;
  font-family: "object-fit: cover";
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center";
  width: 100%;
  height: 100%;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: opacity .8s ease-in-out;
  -moz-transition: opacity .8s ease-in-out;
  -o-transition: opacity .8s ease-in-out;
  transition: opacity .8s ease-in-out;
}

.fadeIn.animated {
  opacity: 1;
}

.fadeInUp {
  -webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
  transition: opacity 1s ease .2s,transform 1s ease .2s;
	-webkit-transition: opacity 1s ease .2s,transform 1s ease .2s;
	-moz-transition: opacity 1s ease .2s,transform 1s ease .2s;
	-o-transition: opacity 1s ease .2s,transform 1s ease .2s;
}
.fadeInUp.animated {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.animation {
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
}

.flexNoWrap,
.flexWrap,
.flexStretch,
.flexHorizontalCenter,
.flexVerticalCenter,
.flexRowReverse,
.flexcolReverse,
.flexGrow {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}

.flexWrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.flexStretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flexHorizontalCenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexVerticalCenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexRowReverse {
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
}

.flexcolReverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flexcolReverse .col {
  width: 100%;
}

.flexGrow {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.flexGrow .col:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fluidVideo {
  padding-bottom: 56.1%;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.fluidVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
  display: none !important;
}
div.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff;
  padding: 10px !important;
  margin: 20px 0 !important;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  max-width: 560px;
  margin: 20px auto 0 auto !important;
}

.wpcf7-mail-sent-ng {
  max-width: 100%;
  text-align: center;
  margin: 20px auto 0 auto !important;
}

.col_1_1,
.col_1_1_1,
.col_1_1_1_1 {
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col_1_1_1 .col {
  width: 33.33%;
}
.col_1_1_1_1 .col {
  width: 25%;
}
.col_1_1 .col {
  width: 50%;
}
.col_1_1::after,
.col_1_1_1::after,
.centerBlock::after,
.content_1130::after,
.col::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0%;
}

.col {
  float: left;
  padding: 0;
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  text-align: left;
}
.col_1_1 .col {
  width: 50%;
  padding: 0;
}
.col_1_1_1 .col {
  width: 33.33%;
  padding: 0;
}
.col_1_1 .col p:last-child {
  padding-bottom: 0;
}

.btn {
  background: transparent;
  color: #ff5640;
  border: 2px solid #fff;
  font-family: "Brown-Bold";
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 45px 12px 45px;
  margin-top: 50px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
  overflow: hidden;
}
.mac-os .btn {
  padding: 14px 45px 7px 45px;
}
a.btn::after {
  bottom: auto;
  border-radius: 0 0 75% 75%/0 0 50% 50%;
  background: #000;
}
a.btn::after {
  height: 300%;
}
.no-touch a.btn:hover {
  color: #fff !important;
  text-decoration: none;
}
.no-touch a.btn:hover::after {
  height: 0;
}
a.btn::after,
a.btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
a.btn::before,
a.logo::before,
.parnerlogo a::before,
.downloadRow ul li a::before {
  display: none;
}
a.btn::after {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
}
.no-touch a.btn:hover::after {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  height: 300%;
}

.gchoice {
  position: relative;
}
.gchoice input[type="checkbox"],
.gchoice input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.gchoice label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2em;
  height: 1.5em;
  line-height: 1.5;
  cursor: pointer;
}
.gchoice label::before,
.gchoice label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
}
.gchoice label::before {
  content: " ";
  border: 1px solid #00385b;
  border-radius: 20%;
}
/* Checkbox */
.gchoice input[type="checkbox"] + label::after {
  content: "\2714";
  color: #00385b;
  line-height: 1.5;
  text-align: center;
}
/* Radio */
.gchoice input[type="radio"] + label::before {
  border-radius: 50%;
}
.gchoice input[type="radio"] + label::after {
  content: " ";
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #00385b;
  border: 0 solid #00385b;
  border-radius: 50%;
}
/* :checked */
.gchoice input[type="checkbox"]:checked + label::before,
.gchoice input[type="radio"]:checked + label::before {
  background: transparent;
  border-color: #00385b;
}
.gchoice input[type="checkbox"] + label::after,
.gchoice input[type="radio"] + label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.gchoice input[type="checkbox"]:checked + label::after,
.gchoice input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Transition */
.gchoice label::before,
.gchoice label::after {
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.resWrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.entry .resWrap table {
  min-width: 480px;
}
.cookielawinfo-row-cat-table {
  margin-left: 0px !important;
}

.cli_pg_page_contaner div > p:last-of-type {
  padding: 0px;
}
.cli_pg_page_contaner div + h3 {
  margin-top: 20px;
}
table.cookielawinfo-classic,
table.cookielawinfo-winter {
  font-family: "proxima-nova", sans-serif !important;
}
.gform_ajax_spinner {
  border: 0 solid #fff;
  border-left: 0 solid #000;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  background: #336b9f;
  top: 15px;
  left: 160px;
  /* background-color: #80E0A7; */
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hideLink  {pointer-events: none ; curser:default;}
