* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background: #fff;
  font-family: roboto, open sans, helvetica neue, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  position: relative;
  left: 0;
}

body.full_screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main {
  padding: 50px 0;
  background: #fff;
}

.full_width {
  width: 100%;
}

.a_left {
  text-align: left;
}

.a_center {
  text-align: center;
}

.a_right {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

ol,
ul {
  margin: 0;
}

ul.list_menu {
  margin: 30px 0;
  padding-left: 15px;
}

ul.list_menu li {
  font-size: 1em;
  list-style: outside none none;
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
}

ul.list_menu li::before {
  background: #e3e3e3;
  border-radius: 100%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
}

.navbar-nav li a:focus,
.navbar-nav li a:hover {
  background: 0 0;
}

a {
  color: #272727;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:active,
a:focus,
a:hover {
  color: #2c88c0;
  text-decoration: none;
  outline: 0;
  background: 0 0;
}

.small,
small {
  font-size: 0.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: raleway, sans-serif;
  color: #a1b1c1;
  font-weight: 400;
}

h1 {
  font-size: 2.2em;
  line-height: 1.5em;
}

h2 {
  font-size: 2em;
  line-height: 1.2em;
}

h3 {
  font-size: 1.7em;
  line-height: 1.2em;
}

h4 {
  font-size: 1.5em;
  line-height: 1.2em;
}

h5 {
  font-size: 1.3em;
  line-height: 1.1em;
}

h6 {
  font-size: 1.1em;
  line-height: 1em;
  font-family: lato, sans-serif;
}

blockquote {
  padding: 20px 0;
  position: relative;
  margin: 30px 0;
  font-size: 1.2em;
  line-height: 1.6em;
  border: none;
}

p {
  font-size: 1em;
  line-height: 1.6;
  margin: 10px 0;
}

.p5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.nopadding {
  padding: 0 !important;
}

.nopadding_right {
  padding-right: 0 !important;
}

.nopadding_left {
  padding-left: 0 !important;
}

.nopadding_top {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mt85 {
  padding-top: 85px;
}

blockquote i {
  color: #272727;
  font-size: 32px;
  position: absolute;
  top: 28px;
}

blockquote .quote_text {
  color: #888;
  display: block;
  font-style: italic;
  font-weight: 300;
  padding-left: 30px;
}

.p5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.hover_effect {
  display: block;
  position: relative;
  background: 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hover_effect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hover_effect:after {
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  font-size: 1.6em;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.hover_effect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hover_effect:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.hover_effect:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "alpha(opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.hover_effect.h_blue:hover {
  background: #272727;
}

.hover_effect.h_yellow:hover {
  background: #cbb590;
}

.hover_effect.h_dark:hover {
  background: #5e6667;
}

.hover_effect.h_link:after {
  content: "\f0c1";
}

.hover_effect.h_lightbox:after {
  content: "\f00e";
}

select:focus::-ms-value {
  background: 0 0;
  color: #b3b3b3;
}

.datepicker-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.datepicker-dropdown.datepicker {
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #f5f5f5;
}

.bootstrap-select .dropdown-menu {
  margin-bottom: 15px;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.bootstrap-select .dropdown-menu li a {
  color: #a1b1c1;
}

button {
  outline: 0;
}

.button {
  border: 1px solid;
  border-radius: 1px;
  font-size: 0.9em;
  padding: 8px 15px;
  background: #fff;
  border-color: #e6eff2;
  color: #a9a9a9;
  font-weight: 600;
  letter-spacing: 0.04em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: inline-block;
  line-height: 1.82857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button.btn_sm {
  font-size: 0.8em;
  padding: 3px 10px;
}

.button.btn_xs {
  font-size: 0.7em;
  padding: 0 5px;
}

.button.btn_blue {
  background: #272727;
  border-color: #272727;
  color: #fff;
}

.button.btn_yellow {
  background: #cbb590;
  border-color: #cbb590;
  color: #fff;
}

.button.btn_dark {
  background: #5e6667;
  border-color: #5e6667;
  color: #fff;
}

.button:active,
.button:focus,
.button:hover {
  background: #fff;
  border-color: #e6eff2;
}

.button.btn_blue:active,
.button.btn_blue:focus,
.button.btn_blue:hover {
  background: #2c88c0;
  border-color: #2c88c0;
}

.button.btn_yellow:active,
.button.btn_yellow:focus,
.button.btn_yellow:hover {
  background: #cbb590;
  border-color: #cbb590;
}

.button.btn_dark:active,
.button.btn_dark:focus,
.button.btn_dark:hover {
  background: #4f5758;
  border-color: #4f5758;
}

.button i {
  margin-right: 10px;
}

.button.btn_sm i {
  margin-right: 6px;
}

.button.btn_xs i {
  margin-right: 6px;
}

.btn_full {
  width: 100% !important;
}

.social_media a {
  background: #fff;
  border: 1px solid #e6eff2;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 1px;
  line-height: 40px;
  margin: 4px;
  text-align: center;
}

.social_media a:hover {
  color: #fff;
}

.social_media a:last-child {
  margin-right: 0;
}

.social_media .youtube {
  color: #b00;
}

.social_media .youtube:hover {
  background: #b00;
  border-color: #b00;
}

.social_media .facebook {
  color: #3b5998;
}

.social_media .facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}

.social_media .twitter {
  color: #4099ff;
}

.social_media .twitter:hover {
  background: #4099ff;
  border-color: #4099ff;
}

.social_media .googleplus {
  color: #d34836;
}

.social_media .googleplus:hover {
  background: #d34836;
  border-color: #d34836;
}

.social_media .pinterest {
  color: #cb2027;
}

.social_media .pinterest:hover {
  background: #cb2027;
  border-color: #cb2027;
}

.social_media .linkedin {
  color: #007bb6;
}

.social_media .linkedin:hover {
  background: #007bb6;
  border-color: #007bb6;
}

.social_media .instagram {
  color: #125688;
}

.social_media .instagram:hover {
  background: #125688;
  border-color: #125688;
}

.main_title {
  position: relative;
}

.main_title h2 {
  font-size: 2.2em;
  font-family: raleway, sans-serif;
  display: inline-block;
  position: relative;
  color: #a1b1c1;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.main_title.mt_dark h2 {
  color: #444;
}

.main_title.mt_blue h2 {
  color: #272727;
}

.mt_blue {
  color: #272727;
}

.main_title.mt_yellow h2 {
  color: #272727;
}

.main_title.mt_white h2 {
  color: #fff;
}

.pad_me {
  padding: 20px;
}

.pad_me_left {
  padding-left: 10px;
}

.main_title:after {
  content: "";
  display: block;
  height: 5px;
  position: relative;
  width: 80px;
  margin: 10px auto;
}

.main_title.a_left:after {
  margin-left: 0;
}

.main_title.a_right:after {
  margin-right: 0;
}

.main_title.mt_wave:after {
  background: url(../images/icons/wave.svg);
  opacity: 0.5;
}

.main_title.mt_wave.mt_dark:after {
  background: url(../images/icons/wave_dark.svg);
}

.main_title.mt_wave.mt_blue:after {
  background: url(../images/icons/wave_blue.svg);
}

.main_title.mt_wave.mt_yellow:after {
  background: url(../images/icons/wave_yellow.svg);
}

.main_title.mt_wave.mt_white:after {
  background: url(../images/icons/wave_white.svg);
}

.main_description {
  margin-bottom: 50px;
}

.main_description {
  font-size: 1em;
  line-height: 1.6;
  text-align: justify;
  padding: 1px 10px;
}

.main_description.a_center {
  padding: 0 10%;
}

.main_description.md_white {
  color: #fff;
}

.main_title:after {
  content: "";
  display: block;
  height: 5px;
  position: relative;
  width: 80px;
  margin: 10px auto;
}

.notification {
  position: fixed;
  padding: 8px;
  bottom: 15px;
  right: 15px;
  width: 55px;
  height: 55px;
  border-radius: 3px;
  color: #fff;
  opacity: 0;
  overflow: hidden;
  -webkit-animation: scale-in 0.3s ease-out forwards,
    expand 0.3s 1.5s ease-out forwards;
  animation: scale-in 0.3s ease-out forwards, expand 0.3s 1.5s ease-out forwards;
  z-index: 99;
}

.notification:hover {
  cursor: pointer;
}

.notification .notification-icon {
  margin-right: 10px;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background: #ce4848;
  text-align: center;
}

.notification .notification-icon i {
  font-size: 22px;
  line-height: 40px;
  color: #f5f5f5;
}

.notification-text {
  opacity: 0;
  font-size: 0.9em;
  text-align: left;
  color: #f5f5f5;
  letter-spacing: 0.5px;
  -webkit-animation: fade-in 1s 1s ease-in forwards;
  animation: fade-in 1s 1s ease-in forwards;
}

@-webkit-keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes expand {
  0% {
    width: 55px;
  }

  100% {
    width: 330px;
  }
}

@keyframes expand {
  0% {
    width: 55px;
  }

  100% {
    width: 330px;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.notification.scale-out {
  opacity: 1;
  -webkit-animation: collapse 0.3s ease-in forwards,
    scale-out 0.3s 1.5s ease-out forwards;
  animation: collapse 0.3s ease-in forwards,
    scale-out 0.3s 1.5s ease-out forwards;
}

.notification.scale-out .notification-text {
  -webkit-animation: fade-out 1s ease-in forwards;
  animation: fade-out 1s ease-in forwards;
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
}

#loading .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.loading_effect {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  margin-top: -80px;
  margin-left: -50px;
}

.loading_effect .object {
  width: 20px;
  height: 20px;
  background-color: #cbb590;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}

.loading_effect #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

.loading_effect #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.loading_effect #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes collapse {
  0% {
    width: 330px;
  }

  100% {
    width: 55px;
  }
}

@keyframes collapse {
  0% {
    width: 330px;
  }

  100% {
    width: 55px;
  }
}

@-webkit-keyframes scale-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes scale-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes loading_effect2 {
  50% {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
}

@keyframes loading_effect2 {
  50% {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
}

@-webkit-keyframes loading_effect3 {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}

@keyframes loading_effect3 {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}

#back_to_top.active {
  right: 15px;
  bottom: 100px;
}

#back_to_top {
  height: 40px;
  width: 40px;
  background: #ffe60c;
  border-radius: 3px;
  right: -100px;
  bottom: 47px;
  position: fixed;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}

#back_to_top i {
  color: #fff;
  line-height: 40px;
  font-size: 22px;
}

#back_to_top:focus,
#back_to_top:hover {
  background: #cbb590;
  box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
}

#back_to_top:hover {
  cursor: pointer;
}

.top_menu {
  width: 100%;
  position: relative;
  font-size: 0.9em;
  background: #98c555;
  border-bottom: 1px solid #8d6a2d;
  color: #fff;
}

.top_menu .welcome_mssg {
  padding: 7px 0;
  float: left;
}

.top_menu a {
  color: #fff;
}

.top_menu a:hover {
  color: #8e8f8e;
}

.top_menu .top_menu_right {
  padding: 7px 0;
  float: right;
}

.top_menu .top_menu_right li {
  display: inline-block;
  float: left;
  padding-left: 30px;
}

.top_menu .top_menu_right li:first-child {
  padding-left: 0;
}

.top_menu .top_menu_right li i {
  margin-right: 4px;
}

.top_menu .dropdown .select {
  padding-bottom: 12px;
}

.top_menu .dropdown .select .caret {
  margin-top: 0;
}

.top_menu .dropdown .select i {
  margin-right: 4px;
}

.top_menu .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  min-width: 110px;
  margin-left: -10px;
}

.top_menu .dropdown .dropdown-menu {
  animation-name: TopMenu;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: TopMenu;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: TopMenu;
  -moz-animation-duration: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes TopMenu {
  from {
    opacity: 0;
    margin-top: 10px;
  }

  to {
    opacity: 1;
    margin-top: 6px;
  }
}

@-webkit-keyframes TopMenu {
  from {
    opacity: 0;
    margin-top: 10px;
  }

  to {
    opacity: 1;
    margin-top: 6px;
  }
}

.top_menu .dropdown-menu {
  background: #f5f5f5;
}

.top_menu .dropdown-menu li,
.top_menu .dropdown-menu li:first-child {
  width: 100%;
  padding: 0;
  margin: 0;
}

.top_menu .dropdown-menu li a {
  padding: 6px 10px;
  line-height: 1em;
  color: #a9a9a9;
}

.top_menu .dropdown-menu li a {
  border-bottom: 1px solid #fcfcfc;
}

.top_menu .dropdown-menu li a:hover {
  background: #ededed;
}

.top_menu .caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e6eff2;
  z-index: 9999;
}

header.nav_bg {
  background: #fff;
}

header .navbar-header .navbar-brand {
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .navbar-header .mobile_menu_btn {
  margin-right: 0;
  padding-right: 0;
}

header .navbar-header .mobile_menu_btn .icon-bar {
  background: #a1b1c1;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

header.transparent .navbar-header .mobile_menu_btn .icon-bar {
  background: #fff;
}

header.scroll .navbar-header .mobile_menu_btn .icon-bar {
  background: #a1b1c1;
}

header .navbar-header .mobile_menu_btn .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
}

header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(2) {
  top: 0;
}

header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(3) {
  top: 0;
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(3) {
  top: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main_menu {
  float: right;
  margin: 0;
}

#main_menu ul {
  list-style: none;
}

#main_menu .navbar-nav li a {
  color: #020b14;
  font-size: 0.95em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 30px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main_menu .navbar-nav li a:hover {
  color: #82b73a;
}

#main_menu .navbar-nav .menu_button .button {
  margin-top: 22px;
  padding: 8px 16px;
  color: #fff !important;
}

#main_menu .navbar-nav .menu_button .button:active,
#main_menu .navbar-nav .menu_button .button:focus,
#main_menu .navbar-nav .menu_button .button:hover {
  background: #cbb590;
  border-color: #cbb590;
  color: #fff !important;
}

#main_menu .navbar-nav .dropdown .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e6eff2;
  border-top: 2px solid #e6eff2;
  padding: 0;
  min-width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#main_menu .navbar-nav .dropdown .dropdown-menu {
  animation-name: MainMenu;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: MainMenu;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: MainMenu;
  -moz-animation-duration: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes MainMenu {
  from {
    opacity: 0;
    margin-top: 10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes MainMenu {
  from {
    opacity: 0;
    margin-top: 10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

header #main_menu .navbar-nav .dropdown .dropdown-menu {
  left: auto;
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eef2f5;
  color: #a5b4be;
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li:hover {
  background: #fbfbfb;
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li a {
  padding: 8px 20px;
  color: #16344d;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: none;
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li a:hover {
  color: #164a75;
}

#main_menu .navbar-nav .dropdown b.caret,
#main_menu .navbar-nav .dropdown b.caret-up {
  display: none;
}

section {
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden !important;
  max-width: 100%;
}

section.white_bg {
  background: #fff;
}

section.lightgrey_bg {
  background: #f5f5f5;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

section.blue_bg {
  background: #272727;
}

section .main_title {
  margin-bottom: 30px;
  margin-top: 20px;
}

.rev_slider {
  overflow-x: hidden !important;
}

.full_slider {
  position: relative;
  margin: 0;
  padding: 0;
}

.rev_slider {
  overflow: hidden;
}

.rev_slider video {
  border: none !important;
}

#hero .tp_b_title {
  margin-bottom: 50px;
  font-family: raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(22, 22, 22, 0.05);
}

.tp_m_title {
  color: #fff;
  line-height: 2em;
  font-family: raleway, sans-serif;
}

.tp_m_title i {
  font-size: 1em;
  margin-right: 5px;
}

#hero .tp_s_title {
  font-family: lato, sans-serif;
  color: #fff;
  line-height: 2em;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 1px;
}

.gradient_overlay {
  position: relative;
}

.gradient_overlay:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.1);
}

.room {
  background: #fafafa;
}

.room figure {
  position: relative;
}

.room figure img {
  width: 100%;
}

.room figcaption {
  padding: 15px 10px;
  border: 1px solid #f0f2f6;
  border-top: none;
}

.room figcaption h4,
.room figcaption h5 {
  display: inline-block;
  font-weight: 600;
}

.room figcaption h4 a,
.room figcaption h5 a {
  color: #a1b1c1;
}

#features .owl-thumb-item {
  display: block;
  width: 100%;
  background: #fff;
  margin-bottom: 16px;
  border-radius: 2px;
  padding: 9px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#features .owl-thumb-item:hover {
  cursor: pointer;
}

#features .owl-thumb-item .media {
  cursor: pointer;
  padding-bottom: 48px;
}

#features .owl-thumb-item .media-body h5 {
  font-weight: 600;
  color: #a1b1c1;
}

#features .owl-thumb-item .media-body p {
  font-size: 0.98em;
  color: #acbac4;
  margin: 7px 0;
}

#features .owl-thumb-item .media-left {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  display: block;
  vertical-align: middle;
  width: 50px;
}

#features .owl-thumb-item .media-left {
  color: #cbb590;
  font-size: 2em;
  line-height: 2em;
  text-align: center;
  margin-left: 14px;
}

#features .owl-thumb-item .media-left i:before {
  font-size: 38px;
  margin: 0;
}

#blog .blog_item {
  background: #f6f7fb;
  border: 1px solid #f0f2f6;
  border-radius: 2px;
  min-height: 200px;
  margin-bottom: 30px;
}

#blog .blog_item figure img {
  width: 100%;
}

#blog .blog_item .main {
  padding: 15px;
}

#blog .blog_item .main h3 a {
  color: #a1b1c1;
  font-size: 0.8em;
  font-weight: 600;
}

#blog .blog_item .main p {
  color: #98a9b8;
  line-height: 1.7em;
}

#blog .blog_item .main .info {
  margin-top: 20px;
}

#blog .blog_item .main .info a {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: #98a9b8;
}

#blog .blog_item .main .info i {
  margin-left: 10px;
  margin-right: 4px;
}

#blog .blog_item .main .info i:first-child {
  margin-left: 0;
}

#video {
  position: relative;
  padding: 0;
  margin: 0;
  background-image: url(../images/slider/2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#video .inner {
  padding: 100px 0;
}

#video .video_popup {
  padding: 100px 0;
  text-align: center;
}

#video .video_popup a {
  position: relative;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: block;
  background: 0 0;
  border: 6px solid #fff;
  margin: 0 auto;
  opacity: 0.5;
  text-align: center;
  z-index: 9;
}

#video .video_popup a i {
  color: #fff;
  margin-left: 8px;
  font-size: 2.8em;
  line-height: 2.8em;
}

#video .video_popup a:after {
  position: absolute;
  content: "";
  background: 0 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.3;
  border-radius: 200px;
}

#video .video_popup a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

#video .video_popup a:hover:after {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: scale(1.8, 1.8);
  transform: scale(1.8, 1.8);
  opacity: 0;
  background: #fff;
}

.contact-item h6 {
  font-size: 0.9em;
  color: #fff;
  letter-spacing: 0.01em;
}

.contact-item i {
  float: left;
  font-size: 1em;
  color: #fff;
  margin-right: 5px;
  line-height: 0.7em;
}

#gallery {
  overflow: hidden;
  position: relative;
}

#gallery .main_title h2 {
  color: #fff;
}

#gallery .s_description.a_center {
  color: #fff;
}

#gallery_slider .item {
  margin: 0 15px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
  list-style: none;
}

#gallery_slider .item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.gallery_item_info {
  text-align: center;
  padding: 15px 0;
}

.gallery_item_info h4 {
  font-size: 1.4em;
}

.gallery_item_info p {
  font-size: 0.8em;
  margin: 0;
  margin-top: 4px;
}

#about {
  height: 100%;
  padding: 10px 20px;
  border: 5px double #f2f2f2;
  background: #f7f8f9;
}

#about_style_2 .about_img_1,
#about_style_2 .about_img_2 {
  padding: 0;
  margin-top: 25px;
  display: inline-block;
  border: 6px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

#about_style_2 .about_img_2_col {
  margin-left: -80px;
}

#about_style_2 .about_img_1 .about_img_inner,
#about_style_2 .about_img_2 .about_img_inner {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#about_style_2 .about_img_1 .about_img_inner img {
  z-index: 9;
}

footer {
  border-top: 1px solid #f5f5f5;
  background-color: #f9f9f9;
  color: #777;
}

footer.dark {
  background-color: #272727;
  border-top-color: #272727;
  color: #aaa;
}

footer .inner {
  padding-top: 50px;
  padding-bottom: 30px;
}

footer .inner {
  border-bottom: 1px solid #f5f5f5;
}

footer.dark .inner {
  border-bottom: none;
}

footer .widget {
  padding-bottom: 20px;
}

footer .widget h5 {
  color: #a1b1c1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 0;
}

footer.dark .widget h5 {
  color: #fff;
}

footer .widget a {
  color: #929292;
}

footer .widget a:hover {
  color: #272727;
}

footer .about p {
  margin-top: 8px;
}

footer .logo {
  margin-bottom: 22px;
}

address,
footer .blog_posts,
footer .useful_links {
  padding-top: 15px;
}

footer ul {
  list-style: none;
}

footer li {
  border-bottom: 1px dotted rgba(228, 228, 228, 0.5);
}

footer.dark li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

footer .blog_posts li {
  padding: 8px 0;
}

footer .blog_posts li small {
  color: #acbac4;
  display: block;
  padding-top: 4px;
}

footer .useful_links li {
  padding: 6.1px 0;
}

footer .useful_links li a:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 12px;
  color: #acbac4;
  display: block;
  float: left;
  font-size: 0.8em;
  line-height: 1.8em;
}

footer .useful_links li a:hover:before {
  color: #272727;
}

footer .address_details li {
  padding: 6px 0;
}

footer .address_details li i {
  margin-right: 12px;
  font-size: 1em;
  color: #acbac4;
}

footer .subfooter {
  padding: 35px 0;
  background: #fff;
}

footer.dark .subfooter {
  background: #222;
  color: #aaa;
}

footer .copyrights {
  line-height: 3em;
  display: flex;
  align-items: center;
}

footer .copyrights p {
  margin-right: 5px;
}

footer .subfooter .social_media {
  float: right;
  padding: 2px 0;
}

footer .subfooter .social_media a {
  background: #f4f4f4;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  line-height: 30px;
  border: none;
}

footer.dark .subfooter .social_media a {
  border: none;
  color: #aaa;
}

.page_title {
  position: relative;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_title .inner {
  position: relative;
  z-index: 9;
}

.page_title h1 {
  color: #fff;
  font-size: 2.6em;
  font-weight: 400;
  display: inline-block;
}

#about_us_page .about_img {
  margin-top: 5px;
  position: relative;
}

#about_us_page .about_img .img1 {
  border-radius: 4px;
  opacity: 0.3;
}

#about_us_page .about_img .img2 {
  position: absolute;
  top: 0;
  margin: -5px;
  border-radius: 4px;
}

.blog .blog_list {
  margin-bottom: 50px;
  border-bottom: 3px double #f5f5f5;
}

.blog .blog_list .details {
  margin: 30px 0;
}

.blog .blog_list .details h2 a {
  font-size: 1.3em;
  color: #585858;
  font-weight: 600;
}

.blog .blog_list .details h2 a:hover {
  color: #272727;
}

.blog .blog_list .details .info {
  margin-top: 10px;
  margin-bottom: 25px;
}

.blog .blog_list .details p {
  font-size: 1em;
  line-height: 1.6;
}

.blog .blog_list .details .button {
  margin: 10px 0;
}

.blog_post .details {
  margin: 30px 0;
}

.blog_post .details h2 a {
  font-size: 1.3em;
  color: #585858;
  font-weight: 600;
}

.blog_post .details h2 a:hover {
  color: #272727;
}

.blog_post .details .info {
  margin-top: 10px;
  margin-bottom: 25px;
}

.blog_post .details p {
  font-size: 1em;
  line-height: 1.6;
}

.blog_post .details .meta_post {
  margin: 50px 0;
}

.blog_post .details .meta_post span {
  margin-right: 10px;
}

#map {
  padding: 0;
}

#map #google-map {
  position: absolute;
  margin-top: 20px;
  left: 50%;
  margin-left: -80px;
  z-index: 5;
}

#location {
  margin: 0;
  padding: 0;
}

.menu_item {
  margin-bottom: 60px;
  border: 1px solid #f5f5f5;
}

.menu_item .info p {
  margin-top: 2px;
}

.menu_item .title {
  position: relative;
  padding-top: 17px;
  padding-bottom: 15px;
  overflow: hidden;
  font-size: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.menu_item .title a.name {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
  padding-right: 5px;
}

.room_list {
  background: #f5f5f5;
  margin-bottom: 50px;
  border: 1px solid #eee;
  border-radius: 1px;
}

.room_list img {
  width: 100%;
}

.room_list .room_list_slider .item img {
  display: block;
  width: 100%;
  height: 100%;
}

.room_list_slider .owl-nav {
  text-align: center;
  margin-top: 0;
  position: absolute;
  top: 40%;
  width: 100%;
}

.room_list_slider .owl-nav div:hover {
  background: #2c88c0;
}

.room_list .room_list_sliderx .item img {
  display: block;
  width: 100%;
  height: 100%;
}

.room_list_sliderx .owl-nav {
  text-align: center;
  margin-top: 0;
  position: absolute;
  top: 40%;
  width: 100%;
}

.room_list_sliderx .owl-nav div:hover {
  background: #2c88c0;
}

.room_list .room_details .room_services {
  padding-top: 30px;
}

.room_list .room_details .room_services i {
  background: #cbb590;
  padding: 5px 14px;
  font-size: 1.2em;
  color: #fff;
  margin: 5px;
  border: 1px solid #cbb590;
  border-radius: 2px;
  cursor: pointer;
}

.room_list .room_details .room_services i:hover {
  background: #cbb590;
}

#room_page .slider #slider-larg {
  padding: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

#room_page .slider #slider-larg1 {
  padding: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

#room_page .slider #thumbs {
  margin-top: 15px;
}

#room_page .slider #thumbs .owl-item .item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  padding: 3px;
  margin: 2px;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#room_page .slider #thumbs .owl-item .item img:hover {
  opacity: 0.8;
}

#room_page .slider #thumbs1 {
  margin-top: 15px;
}

#room_page .slider #thumbs1 .owl-item .item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  padding: 3px;
  margin: 2px;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#room_page .slider #thumbs1 .owl-item .item img:hover {
  opacity: 0.8;
}

#room_page .slider #thumbs2 {
  margin-top: 15px;
}

#room_page .slider #thumbs2 .owl-item .item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  padding: 3px;
  margin: 2px;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#room_page .slider #thumbs2 .owl-item .item img:hover {
  opacity: 0.8;
}

.room_facilitys_list {
  margin-top: 35px;
  padding-bottom: 10px;
}

.room_facilitys_list h2 span {
  float: right;
}

.room_facilitys_list h2 span span {
  text-transform: none;
}

.all_facility_list {
  overflow: hidden;
  width: 100%;
  border-top: none;
  display: flex;
  justify-content: space-between;
}

.all_facility_list ul li {
  color: #a9a9a9;
  margin-bottom: 15px;
}

.all_facility_list ul li i {
  color: #82b73a;
  margin-right: 8px;
}

.all_facility_list ul .no i {
  color: #f1572f !important;
}

.single_room_details>p {
  font-size: 17px;
  line-height: 30px;
  margin-top: 20px;
}

.single_room_details>p {
  font-size: 17px;
  line-height: 30px;
  margin-top: 20px;
}

#icons .col-md-3 {
  display: block;
  color: #a1b1c1;
  line-height: 32px;
  height: 32px;
}

#icons .col-md-3 i {
  color: #a1b1c1;
}

#icons .col-md-3 i {
  padding-right: 10px;
}

#gallery_page_style_2 figure {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}

#gallery_page_style_2 figure:before {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-top: 50px solid #fefefe;
  top: -70px;
  left: -70px;
  box-shadow: 0 -7px 6px -9px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 9;
}

#gallery_page_style_222 figure:after {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-bottom: 50px solid #fefefe;
  bottom: 0;
  right: 0;
  box-shadow: 0 7px 6px -9px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 9;
}

#location {
  margin: 0;
  padding: 0;
}

.navbar-brand {
  float: none !important;
}

#contact_page .contact-info,
#contact_page_style_2 .contact-info {
  list-style: none;
}

#contact_page .contact-info li,
#contact_page_style_2 .contact-info li {
  padding: 8px 0;
  font-weight: 700;
}

#contact_page .contact-info li span,
#contact_page_style_2 .contact-info li span {
  display: block;
  font-size: 1em;
  color: #cbb590;
  font-weight: 900;
  margin-bottom: 10px;
}

#contact_page .contact-info .social-media,
#contact_page_style_2 .contact-info .social-media {
  padding-top: 30px;
}

#contact_page .contact-info .social-media i,
#contact_page_style_2 .contact-info .social-media i {
  background-color: #fff;
  -webkit-transition: all ease 0.45s;
  transition: all ease 0.45s;
  width: 35px;
  height: 35px;
  line-height: 2.6em;
  color: #8a959e;
  border-bottom: 1px solid #8a959e;
}

#contact_page .contact-info .social-media i:hover,
#contact_page_style_2 .contact-info .social-media i:hover {
  color: #fff;
  -webkit-transition: all ease 0.45s;
  transition: all ease 0.45s;
}

#contact_page_style_2 .contact-info {
  padding-top: 0 !important;
}

#restaurant_page .restaurant_img {
  padding-bottom: 10px;
}

#restaurant_page .restaurant_img img {
  border-radius: 5px;
}

.menu_item {
  margin-bottom: 60px;
  border: 1px solid #f5f5f5;
}

.menu_item .info p {
  margin-top: 2px;
}

.menu_item .title {
  position: relative;
  padding-top: 17px;
  padding-bottom: 15px;
  overflow: hidden;
  font-size: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.menu_item .title a.name {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
  padding-right: 5px;
}

.grid_filters {
  float: left;
  margin-bottom: 40px;
}

.grid_filters .button {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.grid_filters .button.active {
  background: #2c88c0;
  border: 1px solid #2c88c0;
}

.gallery_items figure {
  margin-bottom: 30px;
}

.countup_box {
  display: inline-block;
  width: 100%;
  height: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 4px;
  background: rgba(255, 182, 0, 0.3);
}

.countup_box .inner {
  background: #cbb590;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  text-align: center;
  padding-top: 20px;
  margin: -5px;
}

.countup_box .inner .number {
  font-size: 2em;
  color: #fff;
}

.countup_box .inner .text {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #fff;
}

.form-group {
  margin: 0;
}

.form-control {
  color: #b3b3b3;
  border: 1px solid #e6eff2;
  box-shadow: none;
  border-radius: 1px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 1em;
}

.form-control:disabled {
  background: #f5f5f5 !important;
}

.form-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}

.form-select select::-ms-expand {
  display: none;
}

textarea.form-control {
  max-width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}

.form-control:-moz-placeholder {
  color: #b3b3b3;
}

.form-control::-moz-placeholder {
  color: #b3b3b3;
}

.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}

.form-control:focus {
  border-color: #d4d3d3;
  box-shadow: none;
  outline: 0;
}

select:focus::-ms-value {
  background: 0 0;
  color: #b3b3b3;
}

.form-control .btn-select,
.form-control .btn-select:focus,
.form-control .btn-select:hover {
  background: 0 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 4px;
  font-size: 1em;
}

.input-group {
  width: 100%;
}

label {
  font-size: 0.9em;
  color: #a1b1c1;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 10px;
}

label .label_icon_info {
  color: #a1b1c1;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  width: 10px;
  height: 10px;
  border: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  position: absolute;
  top: -2px;
  right: -10px;
  content: "\f078";
  font-family: FontAwesome;
  font-size: 0.8em;
  color: #b3b3b3;
}

#map {
  padding: 0;
}

#map #google-map {
  position: absolute;
  margin-top: 20px;
  left: 50%;
  margin-left: -80px;
  z-index: 5;
}

#contact #map-canvas {
  border: 1px solid #cfd7da;
  border-radius: 2px;
  width: 100%;
  height: 380px;
}

#contact-form {
  margin-top: 20px;
}

#contact .form-control {
  height: 52px;
  border-radius: 1px;
  border: 1px solid #dfdfdf;
  background-color: #fcfcfc;
  margin-bottom: 15px;
}

#contact textarea.form-control {
  min-height: 128px;
}

#map #map-canvas {
  width: 100%;
  height: 400px;
}

#google-map .openmap-btn {
  position: relative;
  top: 100px;
  background: #fff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
}

#google-map .openmap-btn:hover {
  background-color: #f7f7f7;
}

#contact-form-page {
  margin-top: 30px;
}

#contact-form-page .form-control {
  height: 52px;
  border-radius: 1px;
  border: 1px solid #dfdfdf;
  background-color: #fcfcfc;
}

#contact-form-page .form-group {
  padding-bottom: 30px;
}

#contact-form-page .form-group textarea {
  height: 135px;
}

#contact_page_style_2 #map-canvas {
  width: 100%;
  height: 168px;
}

#contact_page_style_2 .contact-info {
  padding-top: 0 !important;
}

#location #map-canvas {
  width: 100%;
  height: 474px;
}

.mySlides {
  display: none;
}

.myslide-content img {
  width: 100%;
  object-fit: cover;
  height: 80vh;
}

.myslide-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
}

.left-slidebutton,
.right-slidebutton {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  padding: 4px 16px;
  font-size: 28px;
  opacity: 0.7;
  border-radius: 50%;
  cursor: pointer;
  border: 0 solid #000;
  color: #fff;
  background-color: #000;
}

.left-slidebutton:focus,
.right-slidebutton:focus {
  outline: 0;
}

.left-slidebutton {
  left: 40px;
}

.right-slidebutton {
  right: 40px;
}

.left-slidebutton:hover {
  opacity: 0.9;
}

.right-slidebutton:hover {
  opacity: 0.9;
}

.roommb {
  margin-bottom: 22px;
}

#rs-widget {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
}

@media screen and (max-width: 1377px) {
  #classic_slider {
    height: 600px !important;
  }
}

/* @media screen and (max-width: 900px) {
  #rs-widget {
    top: 250px;
  }
} */
@media screen and (max-width: 767px) {
  .myslide-content img {
    height: 60vh;
  }

  .left-slidebutton,
  .right-slidebutton {
    padding: 2px 10px;
    font-size: 18px;
  }

  .left-slidebutton {
    left: 36px;
  }

  .right-slidebutton {
    right: 36px;
  }

  #back_to_top {
    bottom: 87px;
  }
}

.imggg {
  height: 50px;
  width: 333px;
}

.flexxx {
  display: flex;
  justify-content: center;
  padding-right: 19px;
}

.flexxx {
  display: flex;
  justify-content: center;
  padding-right: 19px;
  align-items: center;
  flex-wrap: wrap;
}

.flexxx img {
  width: 70px;
  height: 50px;
  margin-right: 30px;
}

.flexxx img:nth-child(2) {
  width: 10%;
  height: 7%;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 28px;
}

.main h1 {
  text-align: center;
}

.main img {
  margin: 0px 16px;
}

.main p {
  margin-left: 20px;
}