/*--------------------------
      Global Styles
---------------------------*/
html,
body {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

::selection {
  background-color: #d3a971;
  color: #ffffff;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

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

textarea {
  resize: none;
}

section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

img {
  max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  margin-top: 0;
  padding-top: 0;
}

*,
:active,
:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
  padding: 0;
}

button,
button:focus,
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  background-color: #f4f3f8;
}

/*Color Schemes and Colors*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

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

/* Grouping content
	 ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

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

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

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

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

   .list-group-item {
    border: none !important;
   }

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

.header-logo,
.footer-logo {
  background-image: url(Images/logo/01-03.png);
}
.menu-item span {
  color: #ffffff;
}
.menu-item i:first-child {
  color: #5f5f5f;
}
.menu-item i:last-child {
  color: #aaa;
}
.toggle-menu-header {
  color: #ffffff;
}
.toggle-menu-icon {
  background-color: #5d9cec;
  color: #ffffff;
}
input[id="toggle-menu"] + label .l1,
input[id="toggle-menu"] + label .l2,
input[id="toggle-menu"] + label .l3 {
  background-color: #ffffff;
}
.submenu-item label {
  color: #ffffff;
}
input[data-submenu-items] + label:before {
  color: #aaa;
}
input[data-submenu-items] + label:before {
  color: #ffffff;
}
input[data-submenu-items]:checked + label:before {
  color: #ed5565;
}
.submenu-wrapper .menu-item .fa-angle-right {
  color: #666;
}
.submenu-wrapper a {
  color: #aaa;
}
header {
  background-color: #171717;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.header-icon-1,
.header-icon-2 {
  color: #ffffff;
}
.body-bg {
  background-image: url(Images/nook_pattern_001.png);
}
.body-bg .cover-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.footer {
  background-color: #141414;
}
.footer .decoration {
  background-color: rgba(255, 255, 255, 0.05);
}
.menu-item em {
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
}
.menu-item strong {
  color: #fc6e51;
  font-weight: 400;
  font-size: 16px;
}

.bg-teal-light {
  background-color: #1abc9c;
  color: #ffffff;
}
.bg-teal-dark {
  background-color: #16a085;
  color: #ffffff;
}
.border-teal-light {
  border: solid 1px #1abc9c;
}
.border-teal-dark {
  border: solid 1px #16a085;
}
.color-teal-light {
  color: #1abc9c;
}
.color-teal-dark {
  color: #16a085;
}
.bg-green-light {
  background-color: #2ecc71;
  color: #ffffff;
}
.bg-green-dark {
  background-color: #2abb67;
  color: #ffffff;
}
.border-green-light {
  border: solid 1px #2ecc71;
}
.border-green-dark {
  border: solid 1px #2abb67;
}
.color-green-light {
  color: #2ecc71;
}
.color-green-dark {
  color: #2abb67;
}
.bg-blue-light {
  background-color: #3498db;
  color: #ffffff;
}
.bg-blue-dark {
  background-color: #2980b9;
  color: #ffffff;
}
.border-blue-light {
  border: solid 1px #3498db;
}
.border-blue-dark {
  border: solid 1px #2980b9;
}
.color-blue-light {
  color: #3498db;
}
.color-blue-dark {
  color: #2980b9;
}
.bg-magenta-light {
  background-color: #9b59b6;
  color: #ffffff;
}
.bg-magenta-dark {
  background-color: #8e44ad;
  color: #ffffff;
}
.border-magenta-light {
  border: solid 1px #9b59b6;
}
.border-magenta-dark {
  border: solid 1px #8e44ad;
}
.color-magenta-light {
  color: #9b59b6;
}
.color-magenta-dark {
  color: #8e44ad;
}
.bg-night-light {
  background-color: #34495e;
  color: #ffffff;
}
.bg-night-dark {
  background-color: #2c3e50;
  color: #ffffff;
}
.border-night-light {
  border: solid 1px #34495e;
}
.border-night-dark {
  border: solid 1px #2c3e50;
}
.color-night-light {
  color: #34495e;
}
.color-night-dark {
  color: #2c3e50;
}
.bg-yellow-light {
  background-color: #e67e22;
  color: #ffffff;
}
.bg-yellow-dark {
  background-color: #e86f2a;
  color: #ffffff;
}
.border-yellow-light {
  border: solid 1px #e67e22;
}
.border-yellow-dark {
  border: solid 1px #f27935;
}
.color-yellow-light {
  color: #f1c40f;
}
.color-yellow-dark {
  color: #f39c12;
}
.bg-orange-light {
  background-color: #f9690e;
  color: #ffffff;
}
.bg-orange-dark {
  background-color: #d35400;
  color: #ffffff;
}
.border-orange-light {
  border: solid 1px #f9690e;
}
.border-orange-dark {
  border: solid 1px #d35400;
}
.color-orange-light {
  color: #e67e22;
}
.color-orange-dark {
  color: #d35400;
}
.bg-red-light {
  background-color: #e74c3c;
  color: #ffffff;
}
.bg-red-dark {
  background-color: #c0392b;
  color: #ffffff;
}
.border-red-light {
  border: solid 1px #e74c3c;
}
.border-red-dark {
  border: solid 1px #c0392b;
}
.color-red-light {
  color: #e74c3c;
}
.color-red-dark {
  color: #c0392b;
}
.bg-pink-light {
  background-color: #fa6a8e;
  color: #ffffff;
}
.bg-pink-dark {
  background-color: #fb3365;
  color: #ffffff;
}
.border-pink-light {
  border: solid 1px #fa6a8e;
}
.border-pink-dark {
  border: solid 1px #fb3365;
}
.color-pink-light {
  color: #fa6a8e;
}
.color-pink-dark {
  color: #fb3365;
}
.bg-gray-light {
  background-color: #bdc3c7;
  color: #ffffff;
}
.bg-gray-dark {
  background-color: #95a5a6;
  color: #ffffff;
}
.border-gray-light {
  border: solid 1px #bdc3c7;
}
.border-gray-dark {
  border: solid 1px #95a5a6;
}
.color-gray-light {
  color: #bdc3c7;
}
.color-gray-dark {
  color: #95a5a6;
}
.bg-white {
  background-color: #ffffff;
}
.color-white {
  color: #ffffff;
}
.border-white {
  border: solid 1px #ffffff;
}
.bg-black {
  background-color: #000000;
}
.color-black {
  color: #000000;
}
.border-black {
  border: solid 1px #000000;
}
.color-heading {
  color: #676767;
}

/*Social Icons*/
.facebook-bg {
  background-color: #3b5998;
  color: #ffffff;
}
.linkedin-bg {
  background-color: #0077b5;
  color: #ffffff;
}
.twitter-bg {
  background-color: #4099ff;
  color: #ffffff;
}
.google-bg {
  background-color: #d34836;
  color: #ffffff;
}
.whatsapp-bg {
  background-color: #34af23;
  color: #ffffff;
}
.pinterest-bg {
  background-color: #c92228;
  color: #ffffff;
}
.sms-bg {
  background-color: #27ae60;
  color: #ffffff;
}
.mail-bg {
  background-color: #3498db;
  color: #ffffff;
}
.dribbble-bg {
  background-color: #ea4c89;
  color: #ffffff;
}
.tumblr-bg {
  background-color: #2c3d52;
  color: #ffffff;
}
.reddit-bg {
  background-color: #336699;
  color: #ffffff;
}
.youtube-bg {
  background-color: #d12827;
  color: #ffffff;
}
.phone-bg {
  background-color: #27ae60;
  color: #ffffff;
}
.skype-bg {
  background-color: #12a5f4;
  color: #ffffff;
}
.facebook-color {
  color: #3b5998;
}
.linkedin-color {
  color: #0077b5;
}
.twitter-color {
  color: #4099ff;
}
.google-color {
  color: #d34836;
}
.whatsapp-color {
  color: #34af23;
}
.pinterest-color {
  color: #c92228;
}
.sms-color {
  color: #27ae60;
}
.mail-color {
  color: #3498db;
}
.dribbble-color {
  color: #ea4c89;
}
.tumblr-color {
  color: #2c3d52;
}
.reddit-color {
  color: #336699;
}
.youtube-color {
  color: #d12827;
}
.phone-color {
  color: #27ae60;
}
.skype-color {
  color: #12a5f4;
}

/*Background Images*/
.bg-1 {
  background-image: url(Images/pictures/kahvalti.png);
}
.bg-2 {
  background-image: url(Images/pictures/2.jpg);
}
.bg-3 {
  background-image: url(Images/pictures/3.jpg);
}
.bg-4 {
  background-image: url(Images/pictures/4.jpg);
}
.bg-5 {
  background-image: url(Images/pictures/5.jpg);
}
.bg-6 {
  background-image: url(Images/pictures/6.jpg);
}
.bg-7 {
  background-image: url(Images/pictures/7.jpg);
}
.bg-8 {
  background-image: url(Images/pictures/8.jpg);
}
.bg-9 {
  background-image: url(Images/pictures/9.jpg);
}
.bg-body {
  background-image: url(Images/pictures_vertical/bg2.jpg);
}
.bg-body-1 {
  background-image: url(Images/pictures_vertical/kahvalti.png);
}
.bg-body-2 {
  background-image: url(Images/pictures_vertical/bg0.jpg);
}
.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

/*Font Settings*/
h1 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
h6 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
}
.decoration {
  margin-bottom: 30px;
}
.ultrathin {
  font-weight: 200;
}
.thin {
  font-weight: 300;
}
.thiner {
  font-weight: 400;
}
.boder {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.ultrabold {
  font-weight: 800;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.small-text {
  font-size: 12px;
  display: block;
}
.center-text {
  text-align: center;
  display: block;
}
.right-text {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.boxed-text {
  width: 85%;
  margin: 0px auto 30px auto;
}
.boxed-image {
  width: 75%;
  margin: 0px auto 30px auto;
}
.round-image {
  border-radius: 500px;
}
p a {
  display: inline;
}
.disabled {
  display: none;
}
.heading-icon {
  font-size: 40px;
}
.heading-small {
  font-size: 26px;
}
.heading-large {
  font-size: 32px;
}
.heading-huge {
  font-size: 38px;
}
.heading-medium {
  font-size: 28px;
}

/*Content Settings*/
.content {
  padding: 0px 20px 0px 20px;
}

.full-bottom {
  height: 95vh;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .full-bottom {
    height: 45vh;
  }
}
/* @media screen and (max-width: 374px) {
  .full-bottom {
    height: 35vh;
  }
} */
.double-bottom {
  margin-bottom: 60px;
}
.no-bottom {
  margin-bottom: 0px;
}
.full-top {
  margin-top: 25px;
}
.half-bottom {
  margin-bottom: 15px;
}
.half-top {
  margin-top: 15px;
}
.quarter-bottom {
  margin-bottom: 5px;
}
.hidden {
  display: none;
}
.left-column {
  width: 45%;
  margin-right: 5%;
  float: left;
}
.right-column {
  width: 45%;
  margin-left: 5%;
  float: left;
}
.one-third-left {
  float: left;
  width: 29%;
  margin-right: 1%;
}
.one-third-center {
  float: left;
  width: 29%;
  margin-left: 5%;
  margin-right: 5%;
}
.one-third-right {
  float: left;
  width: 29%;
  margin-left: 1%;
}
.clear {
  clear: both;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate3d(1, 1, 1);
  transform: translate3d(1, 1, 1);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div,
a,
p,
img,
blockquote,
form,
fieldset,
textarea,
input,
label,
iframe,
code,
pre {
  display: block;
  position: relative;
}

p {
  line-height: 20px;
  font-weight: 400;
  color: #666666;
  font-size: 13px;
  margin-bottom: 5px;
}

a {
  text-decoration: none;
  color: #3498db;
}

/*Lists*/
.icon-list {
  list-style: none;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.icon-list i {
  width: 30px;
}

.center-icon {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  margin: 0px auto 30px auto;
  display: block;
}

.decoration,
.decoration-no-bottom {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.deco {
  height: 1px;
  margin-bottom: 30px;
}

.deco-box .deco {
  width: 10%;
  float: left;
  height: 5px;
}

.decoration-margins {
  margin: 0px 20px 30px 20px;
}

/*Page Content*/

::-webkit-scrollbar {
  width: 0;
}

.menu * {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

@media (min-height: 300px) and (max-height: 450px) {
  .menu-clear {
    height: 10px;
  }
  .menu-scroll {
    padding-bottom: 35px;
  }
}
@media (min-height: 450px) and (max-height: 500px) {
  .menu-clear {
    height: 40px;
  }
  .menu-scroll {
    padding-bottom: 45px;
  }
}
@media (min-height: 500px) and (max-height: 600px) {
  .menu-clear {
    height: 55px;
  }
  .menu-scroll {
    padding-bottom: 90px;
  }
}
@media (min-height: 600px) {
  .menu-clear {
    height: 140px;
  }
  .menu-scroll {
    padding-bottom: 120px;
  }
}

.menu-sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  width: 240px;
  transform: translateX(-250px);
  transition: all 450ms ease;
}

.menu-scroll {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding-left: 30px;
  padding-top: 10px;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/*input[id="toggle-menu"]*/
input[data-submenu-items] {
  position: absolute;
  top: -9999px;
  left: -9999px;
  /* For mobile, it's typically better to position checkbox on top of clickable
      area and turn opacity to 0 instead. */
}

input[id="toggle-menu"]:checked ~ #menu-sidebar {
  transform: translateX(0px);
  transition: all 450ms ease;
}

input[id="toggle-menu"]:checked ~ header {
  transform: translateX(100%) translateY(0px);
  transition: all 450ms ease;
}

input[id="toggle-menu"]:checked ~ .menu-hider {
  display: block;
}

input[id="toggle-menu"]:checked ~ .toggle-menu-header {
  transform: translateX(0) translateY(0px);
  transition: all 450ms ease;
}

input[id="toggle-menu"]:checked ~ .page-content {
  transform: translateX(100%) translateY(0px);
  transition: all 450ms ease;
}

.page-content {
  background-image: url("");
  background-repeat: none;
  background-size: cover;
  height: 100%;
  z-index: 9;
  transition: all 450ms ease;
  padding-top: 60px;
}

.page-content-scroll {
  overflow-x: hidden;
}

.header-clear {
  padding-top: 60px;
}
.header-clear-large {
  padding-top: 90px;
}

.page-content-transparent {
  background-color: rgba(255, 255, 255, 0);
}

.menu-hider {
  position: fixed;
  top: 0px;
  left: 150px;
  bottom: 0px;
  right: 0px;
  z-index: 99999;
  display: none;
}

.body-bg {
  background-size: cover;
  background-position: top right;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  padding: 0;
  margin: 0;
}

/*Main Items*/
.menu-item {
  height: 47px;
  line-height: 47px;
  display: block;
  padding-left: 55px;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.menu-item i {
  position: absolute;
  height: 45px;
  width: 55px;
  line-height: 45px;
  text-align: center;
}

.active-item em {
  font-size: 16px;
  text-align: center;
  position: absolute;
  width: 4px;
  height: 4px;
  right: 25px;
  border-radius: 7px;
  top: 50%;
  margin-top: -2px;
}

.active-item strong {
  font-weight: 400;
}

.active-item .fa-circle {
  display: none;
}
.active-item span {
  margin-left: -3px;
}
.active-item i:first-child {
  margin-left: -3px;
}
.menu-item i:first-child {
  left: 0px;
  font-size: 15px;
}
.menu-item i:last-child {
  right: 0px;
}
.menu-item .fa-circle {
  font-size: 4px;
}
.menu-item .fa-angle-down {
  font-size: 8px;
}

.toggle-menu-header {
  height: 60px;
  width: 50px;
  line-height: 60px;
  text-align: center;
  top: 0px;
  z-index: 99;
  position: fixed;
  top: 0px;
  left: 0px;
  cursor: pointer;
  transition: all 4s50ms ease;
}

.toggle-menu-icon .l1 {
  top: -7px;
}
.toggle-menu-icon .l2 {
  opacity: 0;
}
.toggle-menu-icon .l3 {
  top: -8px;
}

input[id="toggle-menu"] {
  display: none;
} /* to hide the checkbox itself */
input[id="toggle-menu"] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}
input[id="toggle-menu"] + label .l1,
input[id="toggle-menu"] + label .l2,
input[id="toggle-menu"] + label .l3 {
  height: 1px;
  width: 14px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  transition: all 250ms ease;
}

input[id="toggle-menu"] + label .l1 {
  margin-top: 25px;
}
input[id="toggle-menu"] + label .l2 {
  margin-top: 29px;
}
input[id="toggle-menu"] + label .l3 {
  margin-top: 33px;
}

input[id="toggle-menu"]:checked + label .l1 {
  transform: rotate(45deg);
  margin-top: 30px;
  transition: all 250ms ease;
}
input[id="toggle-menu"]:checked + label .l2 {
  opacity: 0;
  transition: all 250ms ease;
}
input[id="toggle-menu"]:checked + label .l3 {
  transform: rotate(-45deg);
  margin-top: 30px;
  transition: all 250ms ease;
}

input[id="toggle-menu"] {
  display: none;
} /* to hide the checkbox itself */
input[id="toggle-menu"] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

.submenu-item label {
  height: 50px;
  cursor: pointer;
}

input[class="toggle-submenu"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.submenu-wrapper {
  height: 0px;
  overflow: hidden;
  color: white;
  transition: all 250ms ease;
}

input[data-submenu-items] {
  display: none;
} /* to hide the checkbox itself */
input[data-submenu-items] + label:before {
  font-family: FontAwesome;
  position: absolute;
  right: 0px;
  height: 60px;
  width: 55px;
  line-height: 60px;
  text-align: center;
  font-size: 9px;
}

.submenu-wrapper a {
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  border-bottom: none;
}

.submenu-wrapper a i {
  line-height: 55px;
}
.submenu-wrapper .menu-item .fa-angle-right {
  font-size: 8px;
  margin-top: -1px;
}
.submenu-wrapper a:first-child {
  margin-top: -5px;
}
.submenu-wrapper a:last-child {
  padding-bottom: 5px;
}

/* Toggled State */
/*Value Obtain by (Number of Submenus * 55) + 11px ( paddings & border )*/

[data-submenu-items="2"]:checked ~ .submenu-wrapper {
  height: 100px;
}
[data-submenu-items="3"]:checked ~ .submenu-wrapper {
  height: 150px;
}
[data-submenu-items="4"]:checked ~ .submenu-wrapper {
  height: 200px;
}
[data-submenu-items="5"]:checked ~ .submenu-wrapper {
  height: 250px;
}
[data-submenu-items="6"]:checked ~ .submenu-wrapper {
  height: 300px;
}
[data-submenu-items="7"]:checked ~ .submenu-wrapper {
  height: 350px;
}
[data-submenu-items="8"]:checked ~ .submenu-wrapper {
  height: 400px;
}
[data-submenu-items="9"]:checked ~ .submenu-wrapper {
  height: 450px;
}
[data-submenu-items="10"]:checked ~ .submenu-wrapper {
  height: 500px;
}
[data-submenu-items="11"]:checked ~ .submenu-wrapper {
  height: 550px;
}
[data-submenu-items="12"]:checked ~ .submenu-wrapper {
  height: 600px;
}
[data-submenu-items="13"]:checked ~ .submenu-wrapper {
  height: 650px;
}
[data-submenu-items="14"]:checked ~ .submenu-wrapper {
  height: 700px;
}
[data-submenu-items="15"]:checked ~ .submenu-wrapper {
  height: 750px;
}

/*Header*/
header {
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 98;
  transition: all 450ms ease;
}

.header-transparent header {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: none;
}
.header-transparent .page-content {
  padding-top: 0px;
}

.header-icon-1,
.header-icon-2 {
  position: absolute;
  line-height: 60px;
  text-align: center;
  width: 60px;
  display: block;
  font-size: 14px;
  background-color: transparent;
}

.header-icon-2 {
  right: 0px;
  top: 0px;
}

.header-logo {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 110px;
  height: 65px;
  display: block;
  background-size: 130px 35px;
}

/*Footer*/
.footer {
  padding-bottom: 5px;
  padding-top: 5px;
}
.footer-logo {
  background-repeat: no-repeat;
  background-size: 140px 35px;
  width: 142px;
  height: 35px;
  display: block;
  margin: 10px auto 10px auto;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  float: left;
}

.footer-socials a {
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
}

.footer-socials {
  width: 132px;
  margin: 0px auto 30px auto;
}

.news-slider .caption {
  background-color: rgba(0, 0, 0, 0.8);
}

.addthis-wrapper {
  margin-left: -8px;
}

/*Contact Page*/

.contactField {
  font-family: "Roboto", sans-serif;
  height: 40px;
  line-height: 40px;
  line-height: 100%;
  width: 100%;
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.1);
  text-indent: 10px;
  font-size: 13px;
  transition: all 250ms ease;
  margin-bottom: 20px;
}

.contactField:focus {
  border: solid 1px rgb(140, 193, 82);
  transition: all 250ms ease;
}

.contactTextarea {
  font-family: "Roboto", sans-serif;
  padding-top: 10px;
  min-height: 80px;
  line-height: 40px;
  line-height: 100%;
  width: 100%;
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.1);
  text-indent: 10px;
  font-size: 13px;
  transition: all 250ms ease;
  margin-bottom: 30px;
}

.contactTextarea:focus {
  transition: all 250ms ease;
  border: solid 1px rgb(140, 193, 82);
}

.field-title {
  font-size: 13px;
  margin-bottom: 5px;
}

.field-title span {
  font-size: 10px;
  color: #cacaca;
  position: absolute;
  right: 0px;
  margin-top: 2px;
}

.buttonWrap {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}

#contactDateField {
  line-height: 40px;
}
input,
textarea {
  appearance: none;
  -webkit-appearance: none;
}
textarea::placeholder {
  text-indent: 10px;
  color: #969696;
}
input::placeholder {
  font-size: 12px;
  line-height: 150%;
  color: #969696;
}
input[type="date"] {
  padding-left: 10px;
  box-sizing: border-box;
  text-indent: 0px;
  font-size: 12px;
  color: #969696;
}

input[type="date"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  display: none;
}

.contact-icon {
  color: #666666;
  line-height: 30px;
}

.contact-icon i {
  color: white;
  width: 30px;
}

/*Homepage*/

.cover-bg-1 {
  background-image: url(Images/nook_pattern_001.png);
}
.cover-bg-1 .cover-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.cover-bg-2 {
  background-image: url(Images/covers/2.jpg);
}
.cover-bg-2 .cover-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

.cover-class {
  background-size: cover;
  background-position: center center;
  height: 100%;
}

.cover-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.cover-content {
  z-index: 999;
}

.cover-logo {
  background-image: url(Images/holiday-inn-logo.png);
  width: 200px;
  height: 53px;
  background-size: 200px 53px;
  margin: 0px auto 20px auto;
}

.cover-content p {
  text-align: center;
  max-width: 280px;
  color: #c4c4c4;
  margin: 0 auto;
}

.width {
  width: 100%;
}

.cover-cta {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  margin-bottom: 20px;
  width: 200px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  z-index: 999;
  bottom: 70px;
  border: solid 1px rgba(255, 255, 255, 0.2);
}

.cover-boxes {
  overflow: hidden;
  margin-top: -3px;
  z-index: 999;
  position: relative;
  width: 101%;
}

.cover-boxes a {
  width: 33.3%;
  height: 100px;
  float: left;
  box-sizing: border-box;
}

.cover-boxes a i {
  position: absolute;
  width: 100%;
  display: block;
  font-size: 24px;
  line-height: 75px;
  text-align: center;
}

.cover-boxes a em {
  display: block;
  text-align: center;
  color: #ffffff;
  line-height: 130px;
  font-style: normal;
  font-size: 12px;
}

/*Heading Cursive*/

.heading-cursive {
  font-family: "Satisfy", cursive;
}
.heading-serif {
  font-family: "Times New Roman", sans-serif;
}

/*Home Bar*/

.home-bar {
  border-radius: 10px;
  margin-top: 0px;
}

.home-bar-large-icons i {
  transform: scale(1.5, 1.5);
}

.home-bar-2-icons a {
  width: 50%;
}
.home-bar-3-icons a {
  width: 33.3%;
}
.home-bar-4-icons a {
  width: 25%;
}

.home-bar a {
  float: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #1f1f1f;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 11px;
}

.home-bar a i {
  display: block;
  font-size: 20px;
  margin-bottom: -10px;
}

/*Home Thumbs*/

.home-thumbnails.home-1-thumbs strong {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-thumbnails.home-1-thumbs em {
  font-size: 12px;
  padding-top: 10px;
}

.home-thumbnails {
  margin-bottom: 20px;
}
.home-thumbnails.home-2-thumbs a:nth-child(2n + 2) {
  margin-left: 2%;
}
.home-thumbnails.home-2-thumbs a:nth-child(2n + 1) {
  margin-right: 2%;
}

.home-thumbnails.home-2-thumbs a {
  width: 48%;
  text-decoration: none;
  float: left;
}

.home-thumbnails.home-3-thumbs a:nth-child(3n + 3) {
  margin-left: 1%;
}
.home-thumbnails.home-3-thumbs a:nth-child(3n + 2) {
  margin-left: 1%;
}
.home-thumbnails.home-3-thumbs a:nth-child(2n + 1) {
  margin-right: 1%;
}

.home-thumbnails.home-3-thumbs a {
  width: 31%;
  text-decoration: none;
  float: left;
}

.home-thumbnails a u {
  position: absolute;
  right: 0px;
  left: 0px;
  font-size: 12px;
  color: #1f1f1f;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-top: -22px;
  padding: 4px 15px;
  font-weight: 700;
  display: none;
}

.home-thumbnails a strong {
  font-size: 15px;
  display: block;
  font-weight: 400;
  line-height: 25px;
  padding-top: 5px;
  text-align: center;
}

.home-thumbnails a span {
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.home-thumbnails a em {
  font-size: 10px;
  display: block;
  font-weight: 400;
  color: #868686;
  padding-bottom: 10px;
  text-align: center;
}

.home-thumbnails amp-img {
  border-radius: 5px;
  overflow: hidden;
}

/*Home Quote*/

.home-quote {
  font-size: 17px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
  font-weight: 300;
  color: #8b8b8b;
  line-height: 34px;
  text-align: center;
}

.home-quote a {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

/*Home Testimonials*/

.testimonials:before {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  font-size: 140px;
  color: rgba(255, 206, 84, 0.05);
  width: 140px;
  height: 140px;
  text-align: center;
  display: block;
  left: 50%;
  margin-left: -70px;
  margin-top: 170px;
}

.testimonials amp-img {
  width: 80px;
  margin: 0 auto;
  border-radius: 80px;
  display: block;
  margin-bottom: 20px;
}

.testimonials h1 {
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  font-weight: 300;
  color: #555555;
  font-style: italic;
  padding: 0px 35px 0px 35px;
}

.testimonials a {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 30px;
  color: #000000;
}

.testimonials span {
  width: 115px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  font-size: 20px;
}

.amp-carousel-button-next,
.amp-carousel-button-prev {
  top: 55px;
  background-image: none;
  background-color: transparent;
  color: #000000;
  font-size: 24px;
  text-align: center;
  width: 40px;
  line-height: 35px;
  display: block;
}

.amp-carousel-button-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
.amp-carousel-button-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}

/*Home delivery*/
.home-delivery {
  height: 80px;
}

.home-delivery i {
  font-size: 34px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  display: block;
  position: absolute;
}

.home-delivery h1 {
  text-align: right;
  display: block;
  font-size: 18px;
}

.home-delivery em {
  text-align: right;
  display: block;
  font-size: 12px;
  color: #838383;
  font-style: normal;
}

/*Menu Fancy*/
ul.menu-list {
  max-width: 40em;
  padding-top: 3rem;
  border: none;
  overflow-x: hidden;
  list-style: none;
  color: #ffffff;
}
ul.menu-list li:after {
  float: left;
  width: 0;
  padding-top: 10px;
  color: #cacaca;
  white-space: nowrap;
  content: "________________________________________"
    "________________________________________"
    "________________________________________"
    "________________________________________";
}

.menu-list-no:after {
  width: 0;
  padding-top: 10px;
  white-space: nowrap;
  content: "" !important;
}

.menu-list-res:after {
  float: left;
  width: 0;
  padding-top: 0px !important;
  color: #cacaca;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . ";
}

ul.menu-list li.az-asagi-45px:before {
  padding-top: 45px;
}
ul.menu-list li.az-asagi-55px:before {
  padding-top: 55px;
}
ul.menu-list li.az-asagi-65px:before {
  padding-top: 65px;
}
ul.menu-list li.az-asagi-75px:before {
  padding-top: 75px;
}
ul.menu-list li.az-asagi-85px:before {
  padding-top: 85px;
}
ul.menu-list li.az-asagi-95px:before {
  padding-top: 95px;
}
ul.menu-list li.az-asagi-105px:before {
  padding-top: 105px;
}

ul.menu-list li.nobor:nth-child(2)::before {
  float: right;
  width: 0;
  padding-top: 10px;
  color: #ffffff !important;
  white-space: nowrap;
  content: "";
}

.button-color-red {
  background-color: transparent;

  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 50px green;
}

.button-color-red:active span {
  color: red;
  border: none;
}
.button-color-red:focus span {
  color: red;
  border: none;
}

.button-color-red span {
  border: green;
  border: 50px green;
}

ul.menu-list span:first-child {
  padding-right: 0.33em;
  font-weight: 400;
}

ul.menu-list span + span {
  float: right;
  padding-left: 0.33em;
  margin-top: -3px;
}

ul.menu-list span:nth-child(3) {
  display: block;
  clear: both;
  text-align: left;
  width: 100%;
  float: left;
  padding-left: 0.33em;
  padding-right: 0.33em;
  color: #aaaaaa;
  font-size: 12px;
  margin-left: -5px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: -12px;
}

ul.menu-list li {
  font-size: 13px;
  line-height: 25px;
  padding-bottom: 5px;
}

ul.menu-list sup {
  vertical-align: super;
  font-size: smaller;
}

.decoration-fancy strong {
  position: absolute;
  left: 50px;
  right: 50px;
  height: 1px;
  top: 25px;
  background-color: rgba(0, 0, 0, 0.2);
}

.decoration-fancy span {
  position: relative;
  width: 70px;
  height: 30px;
  margin: 0 auto;
  display: block;
  z-index: 999;
}

.decoration-fancy i {
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  z-index: 9999;
  left: 50%;
  margin-left: -35px;
  top: -10px;
  font-size: 28px;
}

/*Menu Classic*/

.menu-classic {
  height: 70px;
  margin-bottom: 10px;
}

.menu-classic i {
  right: 10px;
  font-size: 34px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  display: block;
  position: absolute;
}

.menu-classic h1 {
  text-align: left;
  display: block;
}

.menu-classic em {
  text-align: left;
  display: block;
  font-size: 12px;
  color: #838383;
  font-style: normal;
}

/*Menu Fancy*/
ul.menu-list-minimal {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}

ul.menu-list-minimal li {
  line-height: 40px;
  text-transform: uppercase;
  font-size: 12px;
}

ul.menu-list-minimal li:before {
  float: left;
  width: 0;
  padding-top: 10px;
  color: #cacaca;
  white-space: nowrap;
}

ul.menu-list-minimal span:first-child {
  padding-right: 0.33em;
  font-weight: 400;
}

ul.menu-list-minimal span + span {
  float: right;
  padding-left: 0.33em;
  margin-top: -3px;
}

/*Menu BG*/

.menu-bg {
  background-image: url(Images/body-bg.jpg);
  background-size: cover;
}

/*Buttons*/
.button {
  display: inline-block;
  padding: 13px 25px;
  font-size: 12px;
}

.button-round {
  border-radius: 30px;
}
.button-full {
  display: block;
  text-align: center;
}
.button-center {
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.button:hover {
  opacity: 0.9;
}

.icon-square,
.icon-round {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 10px;
  font-size: 14px;
}
.icon-square:hover,
.icon-round:hover {
  opacity: 0.9;
}
.icon-round {
  border-radius: 45px;
}

/*Booking*/

.booking-hours {
  width: 300px;
  margin: 0px auto 30px auto;
}

.booking-hours a {
  width: 28%;
  float: left;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 50px;
  color: #1f1f1f;
  font-size: 13px;
  transition: all 250ms ease;
}

.booking-hours a:nth-child(2) {
  margin-left: 5%;
  margin-right: 5%;
}

.booking-hours a:hover {
  background-color: #000000;
  color: #ffffff;
  transition: all 250ms ease;
}

/*Locations*/

.location-box h6 {
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
}

.location-box .button {
  padding: 12px 25px;
  font-size: 11px;
}

/*Review Box*/

.review-box amp-img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin: 0px auto 15px auto;
}

.review-box h1 {
  top: 0px;
  left: 75px;
  font-size: 22px;
}

.review-box em {
  font-size: 11px;
  font-weight: 400;
  color: #909090;
  display: block;
}

.review-box strong {
  display: block;
  width: 92px;
  margin: 10px auto 15px auto;
}

.review-box strong i {
  font-size: 16px;
}

.review-box p {
  max-width: 300px;
  text-align: center;
  margin: 0px auto 30px auto;
  font-size: 18px;
  font-weight: 300;
  color: #5c5c5c;
  font-style: italic;
  line-height: 40px;
}

/*Heading Box*/

.heading-box {
  height: 120px;
  margin-bottom: 30px;
}

.heading-box h3 {
  z-index: 999;
  color: #ffffff;
  position: relative;
  padding-top: 35px;
  font-size: 22px;
  text-align: center;
}

.heading-box p {
  z-index: 999;
  position: relative;
  text-align: center;
}

/*Large Link*/

.large-link {
  height: 45px;
  line-height: 45px;
  color: #666666;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.large-link i:last-child {
  width: 30px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding-right: 10px;
  color: #1f1f1f;
}

.large-link .fa-angle-right {
  position: absolute;
  right: 0px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

/*Accordion Styles*/
.accordion h4 {
  background-color: transparent;
  border: none;
}

.accordion h4 {
  font-size: 16px;
  line-height: 40px;
}

.accordion h4 i {
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0px;
  font-size: 12px;
}

.nested-accordion h4 {
  font-size: 14px;
}

section[expanded] .fa-plus {
  transform: rotate(45deg);
}
section[expanded] .fa-angle-down {
  transform: rotate(180deg);
}
section[expanded] .fa-chevron-down {
  transform: rotate(180deg);
}

/*Slider Caption*/
.amp-carousel-button {
  color: #ffffff;
}
.amp-carousel-button-next,
.amp-carousel-button-prev {
  background-color: rgba(0, 0, 0, 0.8);
  height: 40px;
  top: 50%;
  margin-top: -23px;
  line-height: 40px;
  background-size: 10px 10px;
  transform: scale(0.8, 0.8);
  cursor: pointer;
}

.amp-carousel-button-next {
  right: -5px;
}
.amp-carousel-button-prev {
  left: -5px;
}

.caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 65px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.caption h4 {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 12px;
}

.caption h3 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 16px;
  padding-top: 23px;
  line-height: 0px;
}

.caption p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

/*Fonts*/
.demo-icons a {
  color: #ffffff;
  width: 20%;
  height: 50px;
  float: left;
}
.demo-icons a i {
  color: #1f1f1f;
  font-size: 21px;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  overflow: hidden;
}

/*Highlights*/
.highlight {
  margin-bottom: 10px;
}
.highlight span {
  padding: 3px 5px 3px 5px;
  margin-right: 2px;
}
ol ul {
  padding-left: 5px;
}
ol,
ul {
  line-height: 24px;
}
.icon-list {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.icon-list i {
  font-size: 10px;
}
.icon-list ul {
  list-style: none;
  padding-left: 10px;
}
.icon-list ul ul {
  padding-left: 10px;
}

/*User Notifications*/
.user-notification {
  text-align: left;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #27ae60;
  height: 50px;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  width: 70%;
  float: left;
}

.user-notification button {
  background-color: #27ae60;
  color: #ffffff;
  height: 55px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 25%;
}

/*Social Share*/

amp-social-share[type="twitter"],
amp-social-share[type="whatsapp"],
amp-social-share[type="sms"],
amp-social-share[type="facebook"],
amp-social-share[type="gplus"],
amp-social-share[type="email"],
amp-social-share[type="pinterest"],
amp-social-share[type="linkedin"] {
  background-image: none;
}

amp-social-share {
  font-family: FontAwesome;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
}

amp-social-share[type="twitter"]:before {
  content: "\f099";
}
amp-social-share[type="facebook"]:before {
  content: "\f09a";
}
amp-social-share[type="gplus"]:before {
  content: "\f0d5";
}
amp-social-share[type="email"]:before {
  content: "\f0e0";
}
amp-social-share[type="pinterest"]:before {
  content: "\f231";
}
amp-social-share[type="linkedin"]:before {
  content: "\f0e1";
}
amp-social-share[type="whatsapp"]:before {
  content: "\f232";
}
amp-social-share[type="sms"]:before {
  content: "\f075 ";
}

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

.pagination a {
  color: white;
  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;
}

.menu-img-container {
  background-image: url("./Images/background-3");
  height: 300px;
  width: 100%;

  z-index: 1;
}
.menu-img {
  position: -webkit-sticky;
  position: sticky;
  margin-left: auto;
  margin-left: auto;
  top: 0;
  background-color: yellow;
  width: 200px;
  height: 200px;
  left: 50%;
  right: 50%;
}

.records-title {
  margin-right: auto;
  margin-left: auto;
}
div.stickyyy {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.1px);
  -webkit-backdrop-filter: blur(11.1px);
  /* background-image: url("./Images/background-3.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}

@media screen and (max-width: 375px) {
  .content-div {
    max-height: 50%;
  }
  .content-div img {
    height: 30%;
  }
}
@media screen and (min-width: 375px) {
  .content-div {
    max-height: 50%;
  }
  .content-div img {
    max-height: 320px;
  }
}

/* @media screen and (min-width: 992px) {
  .stickyyy {
    height: 30%;
  }
} */

.altp {
  padding-top: 0;
}

.shadoww {
  box-shadow: 10px 0 3px gray;
}

.link-button-group {
  width: 8em;
  height: 4em;
  background-color: transparent;
  font-size: 0.7rem;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  padding: 2px;
}

.link-button-group:hover {
  background-color: rgba(128, 128, 128, 0.363);
}

button a {
  color: white;
}
button a:hover {
  color: white;
}
.nobor {
  border: none !important;
}

a:hover {
  text-decoration: none !important;
  color: #c40f3d !important;
}
Link {
  text-decoration: none !important;
  color: lime !important;
}
.underline {
  text-decoration-style: dotted;
  text-decoration-color: white;
}
.small-txt {
  font-size: 8px;
}

@media screen and (min-width: 992px) {
  .small-txt {
    font-size: 12px;
    min-width: 1000px;
  }
}

.cursor {
  cursor: pointer;
}

.custom-img {
  object-fit: contain;
}
/* html{
  font-size: 20px !important;
} */

.text-size {
  font-size: 0.8rem;
}

.contact-img {
  aspect-ratio: 3/2;
  object-fit: contain;
}

.margin-set {
  margin-top: 300px;
}
@media screen and (max-width: 375px) {
  .margin-set {
    margin-top: 230px;
  }
}
/* 
.button-set {

} */

@media screen and (max-width: 375px) {
  .link-button-group {
    width: 7em;
  }
}
