


/*
 * Plugin: Web Slide Navigation System
 * Demo Link: https://uxwing.com/webslide/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/


/*------------------------------------------*/
/*  Desktop Base CSS
--------------------------------------------*/

.wsmenu html,
.wsmenu body,
.wsmenu iframe,
.wsmenu h1,
.wsmenu h2,
.wsmenu h3,
.wsmenu h4,
.wsmenu h5,
.wsmenu h6 {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
  clear: both;
}

.wsmenu img {
  border: 0 none;
  max-width: 100%;
}

.wsmenu a:focus {
  outline: none;
}

.wsmenu:before,
.wsmenu:after {
  content: "";
  display: table;
}

.wsmenu:after {
  clear: both;
}

/*------------------------------------------*/
/*  Desktop Main Menu CSS
--------------------------------------------*/

.wsmenucontainer {
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.wsmainfull {
  width: 100%;
  height: auto;
  background-color: #fff!important;
  z-index: 999;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.wsmainwp {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px;
  position: relative;
}

/* Header Logo */
.desktoplogo {
  padding: 0;
  margin: 0;
  float: left;
  line-height: 70px;
}

.desktoplogo img {
  vertical-align: middle;
}

/* Navigation Menu */
.wsmenu {
  padding: 0;
  float: right;
  display: block;
}

.centered-menu .wsmenu {
  width: 100%;
}

.wsmenu > .wsmenu-list {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: block;
  padding: 0;
}

.centered-menu .wsmenu > .wsmenu-list {
  display: table;
}

.wsmenu > .wsmenu-list > li {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}

.centered-menu .wsmenu > .wsmenu-list > li {
  text-align: center;
  display: table-cell;
  float: none;
}

.wsmenu > .wsmenu-list > li > a {
  display: block;
  color: #666;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 10px 32px 10px 18px;
  line-height: 50px;
  text-decoration: none;
  position: relative;
}

.wsmenu > .wsmenu-list > li > a.last-link {
  padding: 10px 0px 10px 0;
}

.wsmenu > .wsmenu-list > li > a.callusbtn {
  font-size: 15px;
}

.wsmenu > .wsmenu-list > li > a.callusbtn i,
.wsmenu > .wsmenu-list > li > a.callusbtn span {
  font-size: 13px;
  margin-top: 1px;
  margin-right: 1px;
}

.tra-menu .wsmenu > .wsmenu-list > li > a,
.aqua-menu .wsmenu > .wsmenu-list > li > a,
.blue-menu .wsmenu > .wsmenu-list > li > a {
  color: #fff;
}

.white-menu .wsmenu > .wsmenu-list > li > a {
  color: #444;
}

.tra-menu .wsmenu.dark-txt > .wsmenu-list > li > a {
  color: #333;
}

.wsmenu > .wsmenu-list > li:hover > a {
  color: #f0f0f0;
}

.white-menu .wsmenu > .wsmenu-list > li:hover > a {
  color: #171819;
}

.wsmenu > .wsmenu-list > li a.menuhomeicon {
  padding-left: 29px;
  padding-right: 29px;
}

.wsmenu > .wsmenu-list > li > a i {
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  margin-right: 12px;
  vertical-align: top;
}

.wsmenu > .wsmenu-list > li > a.menuhomeicon i {
  margin-right: 0px;
  font-size: 15px;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 15px;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}

/* Desktop Search Bar */
.wsmenu > .wsmenu-list > li.rightmenu {
  float: right;
}

.wsmenu > .wsmenu-list > li.rightmenu a {
  padding: 0px 30px 0px 20px;
  border-right: none;
}

.wsmenu > .wsmenu-list > li.rightmenu a i {
  font-size: 15px;
}

.wsmenu > .wsmenu-list > li.rightmenu {
  float: right;
}

.wsmenu > .wsmenu-list > li.rightmenu:before,
.wsmenu-list > li.rightmenu:after {
  content: "";
  display: table;
}

.wsmenu > .wsmenu-list > li.rightmenu:after {
  clear: both;
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch {
  float: right;
  width: 210px;
  height: 39px;
  position: relative;
  margin: 16px 0px 0px 0px;
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch .searchicon {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 39px;
  z-index: 2;
  outline: none;
  color: #333;
  background-color: #efefef;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  font-size: 12px;
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input::placeholder {
  color: #a9a9a9;
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus {
  color: #333;
  width: 220px;
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus~.btnstyle i {
  color: #000;
  opacity: 1;
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus~.searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch .btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.3;
  color: #333;
  z-index: 1000;
  background-color: transparent;
  border: solid 0px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch .btnstyle i {
  line-height: 37px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch .btnstyle:hover i {
  opacity: 1;
}

.wsmenu > .wsmenu-list > li.rightmenu {
  zoom: 1;
}

/*------------------------------------------*/
/*  Desktop Drop Down Menu CSS
--------------------------------------------*/

.wsmenu > .wsmenu-list > li > ul.sub-menu {
  position: absolute;
  top: 70px;
  z-index: 1000;
  margin: 0px;
  padding: 12px;
  min-width: 200px;
  background-color: #fff;
  border: solid 1px #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu.last-sub-menu {
  min-width: 160px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
  /*border-bottom: 1px dashed #c0c0c0;*/
}
/*
.wsmenu > .wsmenu-list > li > ul.sub-menu > li:last-child {
  border-bottom: none;
}
*/
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  position: relative;
  background-image: none;  
  border-right: 0 none;
  text-align: left;
  display: block;
  padding: 9px;
  text-transform: none;
  color: #888;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  border-right: 0px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu.last-sub-menu > li > a {
  padding: 11px 0;  
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  padding: 9px 9px 9px 10px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu.last-sub-menu > li > a:hover {
  padding: 11px 0 11px 8px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > i {
  position: absolute;
  top: 12px;
  right: 0;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
  min-width: 200px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  background-color: #fff;
  border: solid 1px #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
  border-bottom: 1px dashed #c0c0c0;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:last-child {
  border-bottom: none;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
  position: relative;
  background-image: none;
  border-right: 0 none;
  text-align: left;
  display: block;
  padding: 9px;
  text-transform: none;
  color: #888;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: normal;
  border-right: 0px solid;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  padding: 8px 15px 8px 23px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
  position: absolute;
  top: 12px;
  right: 12px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  min-width: 200px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0px;
  list-style: none;
  padding: 0px;
  background-color: #fff;
  border: solid 1px #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  background-image: none;
  border-right: 0 none;
  text-align: left;
  display: block;
  padding: 9px;
  text-transform: none;
  color: #888;
  font-size: 16px;
  font-family: 'Roboto', sans-serif; 
  line-height: 22px;
  font-weight: 400;
  letter-spacing: normal;
  border-right: 0px solid;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  padding: 9px 9px 9px 20px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
  margin-left: 9px;
}

/*------------------------------------------*/
/*  Desktop Mega Menus CSS
--------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 70px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 20px 30px;
  border: solid 1px #eee;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  padding: 20px 20px;
}
/*
.wsmenu > .wsmenu-list > li > .wsmegamenu .title {
  padding: 9px 5px 9px 0px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px 7px 0px;
  text-align: left;
  height: 39px;
}
*/
.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-control-next {
  opacity: 0.8;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-control-prev {
  opacity: 0.8;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .wsmwnutxt {
  width: 100%;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  margin-top: 0;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
  display: block;
  text-align: center;
  text-align: left;
  border-bottom: 1px dashed #c0c0c0;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.title,
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li:last-child {
  border-bottom: none;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a {
  line-height: 22px;
  border-right: none;
  text-align: left;
  padding: 13px 0px;
  background: #fff;
  background-image: none;
  border-right: 0 none;
  display: block;
  background-color: #fff;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .mrgtop {
  margin-top: 15px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}

/*= Desktop Half Menu CSS =*/
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  width: 40%;
  right: auto;
  left: auto;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.ext-halfmenu {
  width: 50%;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfdiv {
  width: 35%;
  right: auto;
  left: auto;
}

/*= Desktop HTML Form Menu CSS =*/
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form {
  width: 100%;
  display: block;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="text"] {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="submit"] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  margin-right: 15px;
  cursor: pointer;
  background-color: #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="button"] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  cursor: pointer;
  background-color: #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-inner .item img {
  width: 100%;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text {
  padding: 0px 0px;
  font-size: 14px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text ul {
  padding: 0px 0px;
  margin: 0px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text p {
  text-align: justify;
  line-height: 24px;
  color: #656565;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text ul li {
  display: block;
  padding: 2px 0px;
  line-height: 22px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text ul li a {
  color: #656565;
}

/*------------------------------------------*/
/*  Desktop Extra CSS
--------------------------------------------*/

.wsmobileheader {
  display: none;
}

.overlapblackbg {
  opacity: 0;
  visibility: hidden;
}

.wsmenu .wsmenu-click {
  display: none;
}

.wsmenu .wsmenu-click02 {
  display: none;
}

.hometext {
  display: none;
}

/*==============================================================================
                              Start Mobile CSS
===============================================================================*/

/* ================== Mobile Menu Change Brake Point ================== */

@media only screen and (max-width: 991px) {

/* ================== Mobile Base CSS ================== */

/* ================== Mobile Main Menu CSS ================== */

.desktoplogo {
  display: none;
}

.wsmainfull {
  height: 0;
}

.wsmenu {
  width: 100%;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  right: 0;
  overflow-y: hidden;
  padding: 0;
  top: 0;
  visibility: hidden;
  position: fixed;
  margin: 0px;
}

.wsmenu > .wsmenu-list {
  height: auto;
  min-height: 100%;
  width: 240px;
  width: 300px;
  width: 350px;
  background: #fff;
  padding-bottom: 0;
  margin-right: -240px;
  margin-right: -300px;
  margin-right: -350px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.wsmenu > .wsmenu-list > li {
  width: 100%;
  display: block;
  float: none;
  border-right: none;
  background-color: transparent;
  position: relative;
  white-space: inherit;
  clear: right;
}

@supports (-webkit-overflow-scrolling: touch) {
  .wsmenu > .wsmenu-list > li:last-child {
    padding-bottom: 110px;
  }
}

.wsmenu > .wsmenu-list > li >a {
  padding: 12px 32px 12px 17px;
  font-size: 15px;
  text-align: left;
  border-right: solid 0px;
  color: #666666;
  line-height: 25px;
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.13);
  position: static;
}

.wsmenu > .wsmenu-list > li a.menuhomeicon {
  padding-left: 17px;
  padding-right: 17px;
  border-top: solid 1px rgba(0, 0, 0, 0.13);
}

.wsmenu > .wsmenu-list > li >a.menuhomeicon i {
  margin-right: 2px;
  font-size: 13px;
}

.wsmenu > .wsmenu-list > li > a >i {
  font-size: 14px;
  color: #bfbfbf;
}

.wsmenu > .wsmenu-list > li >a .wsarrow:after {
  display: none;
}

.wsmenu > .wsmenu-list > li:hover>a {
  background-color: rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

.wsmenu > .wsmenu-list > li > a > .hometext {
  display: inline-block;
}

/* ================== Mobile Slide Down Links CSS ================== */

.wsmenu > .wsmenu-list > li > ul.sub-menu {
  display: none;
  position: relative;
  top: 0px;
  background-color: #fff;
  border: none;
  padding: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  -webkit-transform-style: flat;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  line-height: 20px;
  font-size: 13px;
  padding: 10px 0px 10px 16px;
  color: #383838;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li span + a {
  padding-right: 30px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > i {
  display: none;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  background-color: #e7e7e7;
  1color: #666666;
  text-decoration: underline;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu li:hover > a {
  background-color: #e7e7e7;
  color: #666666;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
  width: 100%;
  position: static;
  left: 100%;
  top: 0;
  display: none;
  margin: 0px;
  padding: 0px;
  border: solid 0px;
  transform: none;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  -webkit-transform-style: flat;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  position: relative;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
  line-height: 20px;
  font-size: 13px;
  padding: 10px 0px 10px 26px;
  color: #383838;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li span + a {
  padding-right: 30px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
  display: none;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  background-color: #e7e7e7;
  color: #666666;
  text-decoration: underline;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
  color: #000;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
  color: #000;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  width: 100%;
  position: static;
  left: 100%;
  top: 0;
  display: none;
  margin: 0px;
  padding: 0px;
  border: solid 0px;
  transform: none;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  -webkit-transform-style: flat;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
  margin: 0px 0px 0px 0px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li >a {
  line-height: 20px;
  font-size: 13px;
  padding: 10px 0px 10px 34px;
  color: #383838;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li span+a {
  padding-right: 30px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a >i {
  display: none;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li >a:hover {
  background-color: #e7e7e7;
  color: #666666;
  text-decoration: underline;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li >a.active {
  color: #000;
}

/* ================== Mobile Mega Menus CSS  ================== */

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  color: #666666;
  display: none;
  position: relative;
  top: 0px;
  padding: 10px 0px;
  border: solid 0px;
  transform: none;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  -webkit-transform-style: flat;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  width: 100%;
  margin: 0px;
  padding: 5px 0px 10px 0px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .title {
  color: #666666;
  font-size: 15px;
  padding: 10px 8px 10px 0px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu> ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu> ul > li > a {
  padding: 9px 14px;
  line-height: normal;
  font-size: 13px;
  background-color: #e7e7e7;
  color: #666666;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu> ul> li >a:hover {
  background-color: #000000;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu ul li.title {
  line-height: 26px;
  color: #666666;
  margin: 0px;
  font-size: 15px;
  padding: 7px 0px;
  background-color: transparent;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfdiv {
  width: 100%;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form {
  padding: 5px 0px 62px 0px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .show-grid div {
  margin: 0px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="button"] {
  width: 46%;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="submit"] {
  width: 46%;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form textarea {
  min-height: 100px;
}

/* ================== Mobile Header CSS ================== */

.wsmobileheader {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10002;
  height: 54px;
  /*background-color: #eaecf0;*/
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 0 1px rgba(0, 0, 0, .3);
}

.wsactive .wsmobileheader {
  margin-right: 240px;
  margin-right: 300px;
  margin-right: 350px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.wsmobileheader .smllogo {
  display: inline-block;
  margin-top: 12px;
  padding-left: 18px;
}

/* Mobile Search Bar*/
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch {
  width: 86%;
  margin: 7% 7%;
  padding: 0px;
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input {
  border-radius: 50px
}

.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus {
  width: 100%;
}

.callusbtn {
  color: #a9a9a9;
  font-size: 18px;
  position: absolute;
  left: 5px;
  top: 0px;
  transition: all 0.4s ease-in-out 0s;
  z-index: 102;
  padding: 12px 14px;
}

.callusbtn i,
.callusbtn span {
  vertical-align: top;
  margin-top: 0;
}

.callusbtn:hover i {
  color: #a9a9a9;
}

/* Mobile Toggle Menu icon (X ICON) */
.wsanimated-arrow {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 102;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.wsanimated-arrow {
  cursor: pointer;
  padding: 16px 35px 16px 0px;
  margin: 7px 0 0 15px;
}

.wsanimated-arrow span,
.wsanimated-arrow span:before,
.wsanimated-arrow span:after {
  cursor: pointer;
  height: 3px;
  width: 22px;
  background: #a9a9a9;
  position: absolute;
  display: block;
  content: '';
}

.wsanimated-arrow span:before {
  top: -7px;
  width: 26px;
}

.wsanimated-arrow span:after {
  bottom: -7px;
  width: 20px;
}

.wsanimated-arrow span,
.wsanimated-arrow span:before,
.wsanimated-arrow span:after {
  transition: all 500ms ease-in-out;
}

.wsactive .wsanimated-arrow span:after {
  width: 23px;
}

.wsactive .wsanimated-arrow span {
  background-color: transparent;
}

.wsactive .wsanimated-arrow span:before,
.wsactive .wsanimated-arrow.active span:after {
  top: 7px;
}

.wsactive .wsanimated-arrow span:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: 0px;
}

.wsactive .wsanimated-arrow span:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* ================== Mobile Overlay/Drawer CSS ================== */

.overlapblackbg {
  left: 0;
  width: calc(100% - 240px);
  width: calc(100% - 350px);
  height: 100vh;
  min-height: 100%;
  position: fixed;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.wsactive .wsmenu .overlapblackbg {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -ms-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
}

.wsmenucontainer {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.wsactive .wsmenucontainer {
  margin-right: 240px;
  margin-right: 300px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.wsactive .wsmenu {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  z-index: 1000;
  top: 0;
}

.wsactive .wsmenu > .wsmenu-list {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: 0;
}

/* ================== Mobile Sub Menu Expander Arrows  ================== */

.wsmenu > .wsmenu-list > li > .wsmenu-click {
  height: 49px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i {
  transform: rotate(-45deg);
  margin-top: 23px;
}

.wsmenu > .wsmenu-list > li > .wsmenu-click > i {
  display: block;
  height: 8px;
  width: 8px;
  float: right;
  transform: rotate(-225deg);
  margin: 18px 18px 0px 0px;
}

.wsmenu > .wsmenu-list > li > .wsmenu-click > i:before {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 1.5px 1.5px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.40);
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 {
  height: 41px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02>i {
  display: block;
  height: 8px;
  width: 8px;
  float: right;
  transform: rotate(-225deg);
  margin: 14px 18px 0px 0px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 > i:before {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 1.5px 1.5px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.40);
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02>i.wsmenu-rotate {
  transform: rotate(-45deg);
  margin-top: 19px;
}

/*End Media Query*/
}

/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width:1162px) {
.desktoplogo {
  margin-left: 12px;
}

.wsmenu > .wsmenu-list > li > a {
  padding-left: 16px;
  padding-right: 16px;
}

.wsmenu > .wsmenu-list > li a.menuhomeicon {
  padding-left: 22px;
  padding-right: 22px;
}
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 

body {
  font-family: 'Catamaran', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #6c757d;
  font-weight: 400;
}

.container {
  position: relative;
  z-index: 3;
}

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

#page { overflow: hidden; }

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.wide-100 { padding-top: 100px; padding-bottom: 100px; }
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.wide-60 { padding-top: 100px; padding-bottom: 60px; }
.wide-50 { padding-top: 100px; padding-bottom: 50px; }
.wide-40 { padding-top: 100px; padding-bottom: 40px; }
.wide-30 { padding-top: 100px; padding-bottom: 30px; }
.wide-20 { padding-top: 100px; padding-bottom: 20px; }

/*------------------------------------------*/
/*  Margin Top
/*------------------------------------------*/

.mt-100 { margin-top: 100px; }
.mt-95 { margin-top: 95px; }
.mt-90 { margin-top: 90px; }
.mt-85 { margin-top: 85px; }
.mt-80 { margin-top: 80px; }
.mt-75 { margin-top: 75px; }
.mt-70 { margin-top: 70px; }
.mt-65 { margin-top: 65px; }
.mt-60 { margin-top: 60px; }
.mt-55 { margin-top: 55px; }
.mt-50 { margin-top: 50px; }
.mt-45 { margin-top: 45px; }
.mt-40 { margin-top: 40px; }
.mt-35 { margin-top: 35px; }
.mt-30 { margin-top: 30px; }
.mt-25 { margin-top: 25px; }
.mt-20 { margin-top: 20px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-5 { margin-top: 5px!important; }
.mt-0 { margin-top: 0; }

/*------------------------------------------*/
/*  Margin Top Inverse
/*------------------------------------------*/

.mt-inverse-150 { margin-top: -150px; }
.mt-inverse-140 { margin-top: -140px; }
.mt-inverse-130 { margin-top: -130px; }
.mt-inverse-120 { margin-top: -120px; }
.mt-inverse-110 { margin-top: -110px; }
.mt-inverse-100 { margin-top: -100px; }
.mt-inverse-90 { margin-top: -90px; }
.mt-inverse-80 { margin-top: -80px; }
.mt-inverse-70 { margin-top: -70px; }
.mt-inverse-60 { margin-top: -60px; }
.mt-inverse-50 { margin-top: -50px; }
.mt-inverse-40 { margin-top: -40px; }
.mt-inverse-30 { margin-top: -30px; }
.mt-inverse-20 { margin-top: -20px; }

/*------------------------------------------*/
/*  Margin Bottom
/*------------------------------------------*/

.mb-100 { margin-bottom: 100px; }
.mb-95 { margin-bottom: 95px; }
.mb-90 { margin-bottom: 90px; }
.mb-85 { margin-bottom: 85px; }
.mb-80 { margin-bottom: 80px; }
.mb-75 { margin-bottom: 75px; }
.mb-70 { margin-bottom: 70px; }
.mb-65 { margin-bottom: 65px; }
.mb-60 { margin-bottom: 60px; }
.mb-55 { margin-bottom: 55px; }
.mb-50 { margin-bottom: 50px; }
.mb-45 { margin-bottom: 45px; }
.mb-40 { margin-bottom: 40px; }
.mb-35 { margin-bottom: 35px; }
.mb-30 { margin-bottom: 30px; }
.mb-25 { margin-bottom: 25px; }
.mb-20 { margin-bottom: 20px; }
.mb-15 { margin-bottom: 15px; }
.mb-10 { margin-bottom: 10px; }
.mb-5 { margin-bottom: 5px!important; }
.mb-0 { margin-bottom: 0; }

/*------------------------------------------*/
/*  Margin Left
/*------------------------------------------*/

.ml-100 { margin-left: 100px; }
.ml-95 { margin-left: 95px; }
.ml-90 { margin-left: 90px; }
.ml-85 { margin-left: 85px; }
.ml-80 { margin-left: 80px; }
.ml-75 { margin-left: 75px; }
.ml-70 { margin-left: 70px; }
.ml-60 { margin-left: 60px; }
.ml-55 { margin-left: 55px; }
.ml-50 { margin-left: 50px; }
.ml-45 { margin-left: 45px; }
.ml-40 { margin-left: 40px; }
.ml-35 { margin-left: 35px; }
.ml-30 { margin-left: 30px; }
.ml-25 { margin-left: 25px; }
.ml-20 { margin-left: 20px; }
.ml-15 { margin-left: 15px; }
.ml-10 { margin-left: 10px; }
.ml-5 { margin-left: 5px!important; }

/*------------------------------------------*/
/*  Margin Right
/*------------------------------------------*/

.mr-100 { margin-right: 100px; }
.mr-95 { margin-right: 95px; }
.mr-90 { margin-right: 90px; }
.mr-85 { margin-right: 85px; }
.mr-80 { margin-right: 80px; }
.mr-75 { margin-right: 75px; }
.mr-70 { margin-right: 70px; }
.mr-65 { margin-right: 65px; }
.mr-60 { margin-right: 60px; }
.mr-55 { margin-right: 55px; }
.mr-50 { margin-right: 50px; }
.mr-45 { margin-right: 45px; }
.mr-40 { margin-right: 40px; }
.mr-35 { margin-right: 35px; }
.mr-30 { margin-right: 30px; }
.mr-25 { margin-right: 25px; }
.mr-20 { margin-right: 20px; }
.mr-15 { margin-right: 15px; }
.mr-10 { margin-right: 10px; }
.mr-5 { margin-right: 5px!important; }

/*------------------------------------------*/
/*  Padding Top
/*------------------------------------------*/

.pt-100 { padding-top: 100px; }
.pt-95 { padding-top: 95px; }
.pt-90 { padding-top: 90px; }
.pt-85 { padding-top: 85px; }
.pt-80 { padding-top: 80px; }
.pt-75 { padding-top: 75px; }
.pt-70 { padding-top: 70px; }
.pt-65 { padding-top: 65px; }
.pt-60 { padding-top: 60px; }
.pt-55 { padding-top: 55px; }
.pt-50 { padding-top: 50px; }
.pt-45 { padding-top: 45px; }
.pt-40 { padding-top: 40px; }
.pt-35 { padding-top: 35px; }
.pt-30 { padding-top: 30px; }
.pt-25 { padding-top: 25px; }
.pt-20 { padding-top: 20px; }
.pt-15 { padding-top: 15px; }
.pt-10 { padding-top: 10px; }
.pt-5 { padding-top: 5px!important; }

/*------------------------------------------*/
/*  Padding Bottom
/*------------------------------------------*/

.pb-200 { padding-bottom: 200px; }
.pb-190 { padding-bottom: 190px; }
.pb-180 { padding-bottom: 180px; }
.pb-170 { padding-bottom: 170px; }
.pb-160 { padding-bottom: 160px; }
.pb-150 { padding-bottom: 150px; }
.pb-100 { padding-bottom: 100px; }
.pb-95 { padding-bottom: 95px; }
.pb-90 { padding-bottom: 90px; }
.pb-85 { padding-bottom: 85px; }
.pb-80 { padding-bottom: 80px; }
.pb-75 { padding-bottom: 75px; }
.pb-70 { padding-bottom: 70px; }
.pb-65 { padding-bottom: 65px; }
.pb-60 { padding-bottom: 60px; }
.pb-55 { padding-bottom: 55px; }
.pb-50 { padding-bottom: 50px; }
.pb-45 { padding-bottom: 45px; }
.pb-40 { padding-bottom: 40px; }
.pb-35 { padding-bottom: 35px; }
.pb-30 { padding-bottom: 30px; }
.pb-25 { padding-bottom: 25px; }
.pb-20 { padding-bottom: 20px; }
.pb-15 { padding-bottom: 15px; }
.pb-10 { padding-bottom: 10px; }
.pb-5 { padding-bottom: 5px!important; }

/*------------------------------------------*/
/*  Padding Left
/*------------------------------------------*/

.pl-100 { padding-left: 100px; }
.pl-95 { padding-left: 95px; }
.pl-90 { padding-left: 90px; }
.pl-85 { padding-left: 85px; }
.pl-80 { padding-left: 80px; }
.pl-75 { padding-left: 75px; }
.pl-70 { padding-left: 70px; }
.pl-65 { padding-left: 65px; }
.pl-60 { padding-left: 60px; }
.pl-55 { padding-left: 55px; }
.pl-50 { padding-left: 50px; }
.pl-45 { padding-left: 45px; }
.pl-40 { padding-left: 40px; }
.pl-35 { padding-left: 35px; }
.pl-30 { padding-left: 30px; }
.pl-25 { padding-left: 25px; }
.pl-20 { padding-left: 20px; }
.pl-15 { padding-left: 15px; }
.pl-10 { padding-left: 10px; }
.pl-5 { padding-left: 5px!important; }

/*------------------------------------------*/
/*  Padding Right
/*------------------------------------------*/

.pr-100 { padding-right: 100px; }
.pr-95 { padding-right: 95px; }
.pr-90 { padding-right: 90px; }
.pr-85 { padding-right: 85px; }
.pr-80 { padding-right: 80px; }
.pr-75 { padding-right: 75px; }
.pr-70 { padding-right: 70px; }
.pr-65 { padding-right: 65px; }
.pr-60 { padding-right: 60px; }
.pr-55 { padding-right: 55px; }
.pr-50 { padding-right: 50px; }
.pr-45 { padding-right: 45px; }
.pr-40 { padding-right: 40px; }
.pr-35 { padding-right: 35px; }
.pr-30 { padding-right: 30px; }
.pr-25 { padding-right: 25px; }
.pr-20 { padding-right: 20px; }
.pr-15 { padding-right: 15px; }
.pr-10 { padding-right: 10px; }
.pr-5 { padding-right: 5px!important; }

/*------------------------------------------*/
/*  Padding Centered
/*------------------------------------------*/

.pc-70 { padding-right: 70px; padding-left: 70px; } 
.pc-65 { padding-right: 65px; padding-left: 65px; } 
.pc-60 { padding-right: 60px; padding-left: 60px; } 
.pc-55 { padding-right: 55px; padding-left: 55px; } 
.pc-50 { padding-right: 50px; padding-left: 50px; } 
.pc-45 { padding-right: 45px; padding-left: 45px; } 
.pc-40 { padding-right: 40px; padding-left: 40px; }
.pc-35 { padding-right: 35px; padding-left: 35px; }
.pc-30 { padding-right: 30px; padding-left: 30px; }
.pc-25 { padding-right: 25px; padding-left: 25px; }
.pc-20 { padding-right: 20px; padding-left: 20px; }
.pc-15 { padding-right: 15px; padding-left: 15px; }
.pc-10 { padding-right: 10px; padding-left: 10px; }

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.rel { 
  position: relative!important; 
  z-index: 3; 
}

.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed!important;
}

/*------------------------------------------*/
/*  Background Colors
/*------------------------------------------*/

.bg--white { background-color: #fff; }
.bg--alice-blue { background-color: #f0f0f2; }
.bg--corn-silk { background-color: #f8f6f4; }
.bg--deep-blue { background-color: #2d303a; }
.bg--honey-dew { background-color: #f7f5f3; }
.bg--lavender { background-color: #fcf2ff; }
.bg--mint-cream { background-color: #e7eeec; }
.bg--moccasin { background-color: #f5f0ef; }
.bg--papaya { background-color: #fff6f3; }
.bg--plum { background-color: #d07ea7; }
.bg--rose { background-color: #fd1c79; }
.bg--steel-blue { background-color: #c1c9d0; }
.bg--tiny-pink { background-color: #fff1f6; }
.bg--violet { background-color: #912d8e; }
.bg--violet-red { background-color: #da3b85; }
.bg--white-smoke { background-color: #f5f1f2; }
.bg--wheat { background-color: #f1ede5; }

/*------------------------------------------*/
/*  Background Shapes
/*------------------------------------------*/

.white--shape:after { background-color: #ffffff; }
.dark--shape:after { background-color: #ffffff; }
.alice-blue--shape:after { background-color: #f0f0f2; }
.corn-silk--shape:after { background-color: #f8f6f4; }  
.deep-blue--shape:after { background-color: #2d303a; }
.honey-dew--shape:after { background-color: #f7f5f3; }
.lavender--shape:after { background-color: #fcf2ff; }
.mint-cream--shape:after { background-color: #e7eeec; }
.moccasin--shape:after { background-color: #f5f0ef; }
.papaya--shape:after { background-color: #fff6f3; }
.plum--shape:after { background-color: #d07ea7; }
.steel-blue--shape:after { background-color: #c1c9d0; }
.tiny-pink--shape:after { background-color: #fff1f6; }
.white-smoke--shape:after { background-color: #f5f1f2; }
.wheat--shape:after { background-color: #f1ede5; }

/*------------------------------------------*/
/*  Background Image
/*------------------------------------------*/

.bg--tra-img {
  background-image: url(../images/tra-bg.png);
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: scroll!important;
}




/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

h6, h5, h4, h3, h2, h1 {  
  color: #373b4d;
  font-family: 'Lora', serif;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.015625rem;
}

/* Header H6 */
h6.h6-xs { font-size: 1rem; }        /* 16px */
h6.h6-sm { font-size: 1.0625rem; }   /* 17px */
h6.h6-md { font-size: 1.125rem; }    /* 18px */
h6.h6-lg { font-size: 1.1875rem; }   /* 19px */
h6.h6-xl { font-size: 1.25rem; }     /* 20px */

/* Header H5 */
h5.h5-xs { font-size: 1.3125rem; }  /* 21px */
h5.h5-sm { font-size: 1.375rem; }   /* 22px */
h5.h5-md { font-size: 1.5rem; }     /* 24px */
h5.h5-lg { font-size: 1.625rem; }   /* 26px */
h5.h5-xl { font-size: 1.75rem; }    /* 28px */

/* Header H4 */
h4.h4-xs { font-size: 1.875rem; }   /* 30px */
h4.h4-sm { font-size: 2rem; }       /* 32px */
h4.h4-md { font-size: 2.125rem; }   /* 34px */
h4.h4-lg { font-size: 2.25rem; }    /* 36px */
h4.h4-xl { font-size: 2.375rem; }   /* 38px */

h3.h3-xs { font-size: 2.5rem; }     /* 40px */
h3.h3-sm { font-size: 2.625rem; }   /* 42px */
h3.h3-md { font-size: 2.75rem; }    /* 44px */
h3.h3-lg { font-size: 2.875rem; }   /* 46px */
h3.h3-xl { font-size: 3rem; }       /* 48px */

/* Header H2 */
h2.h2-xs { font-size: 3.125rem; }   /* 50px */
h2.h2-sm { font-size: 3.25rem; }    /* 52px */
h2.h2-md { font-size: 3.375rem; }   /* 54px */
h2.h2-lg { font-size: 3.5rem; }     /* 56px */ 
h2.h2-xl { font-size: 3.75rem; }    /* 60px */

h2.h2-title-xs { font-size: 4.0625rem; } /* 65px */
h2.h2-title-sm { font-size: 4.375rem; }  /* 70px */
h2.h2-title-md { font-size: 4.6875rem; } /* 75px */
h2.h2-title-lg { font-size: 5rem; }      /* 80px */
h2.h2-title-xl { font-size: 5.3125rem; } /* 85px */

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/

p.p-sm { font-size: 1rem; }       /* 16px */
p { font-size: 1.0625rem; }       /* 17px */
p.p-md { font-size: 1.125rem; }   /* 18px */
p.p-lg { font-size: 1.1875rem; }  /* 19px */
p.p-xl { font-size: 1.25rem; }    /* 20px */

p.p-title-xs { font-size: 1.3125rem; }  /* 21px */
p.p-title-sm { font-size: 1.375rem; }   /* 22px */
p.p-title-md { font-size: 1.4375rem; }  /* 23px */
p.p-title-lg { font-size: 1.5rem; }     /* 24px */
p.p-title-xl { font-size: 1.5625rem; }  /* 25px */

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #6c757d;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

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

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  TRANSPARENT LINK
/*------------------------------------------*/

p.tra-link {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}

p.tra-link a {
  color: #373b4d; 
  position: relative;
  padding-bottom: 6px;
  text-decoration: none;
}

p.tra-link a:after {
  content: '';
  background-color: #373b4d;
  height: 2px;
  width: 60%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: .2s all ease-in;
  -moz-transition: .2s all ease-in;
  -o-transition: .2s all ease-in;
  transition: .2s all ease-in;
}

p.tra-link a:hover:after {
  width: 60%;
}

p.deep-blue--color.tra-link a, 
h5.deep-blue--color.sbox-link a, 
.blog-post-txt h5.deep-blue--color a { 
  color: #204e5b; 
}

p.deep-brown--color.tra-link a, 
h5.deep-brown--color.sbox-link a, 
.blog-post-txt h5.deep-brown--color a { 
  color: #333233; 
}

p.deep-blue--color.tra-link a:after, 
h5.deep-blue--color.sbox-link a:after { 
  background-color: #204e5b; 
}

p.deep-brown--color.tra-link a:after, 
h5.deep-brown--color.sbox-link a:after { 
  background-color: #333233; 
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
} 

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

.txt-list li i {
  position: relative;
  font-size: 1.05rem;
  line-height: 1.5rem;
  float: left;
  margin-right: 10px;
  top: 2px;
}

.txt-list li p {
  overflow: hidden;
  margin-bottom: 10px;
}

ul.simple-list {
  list-style: disc;
  margin-left: 15px;
}

/*------------------------------------------*/
/*  NUMBER LIST
/*------------------------------------------*/

ol.num-list {
  margin-left: -20px;
}

ol.num-list li p {
  padding-left: 5px;
  margin-bottom: 5px;
}

ol.digit-list {
  padding: 0;
  margin-left: 15px;
}

ol.digit-list p {
  margin-bottom: 8px;
}

/*------------------------------------------*/
/*  BOX LIST
/*------------------------------------------*/

.box-list p {
  position: relative;
  font-weight: 400;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #ddd;
}

.bg-dark .box-list p {
  border-bottom: 1px dashed #777;
}

.box-list p:last-child {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.box-list p span {
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 15px;
}

.bg-dark .box-list p span {
  color: #fff;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  background-color: transparent;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  padding: 13px 34px 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

/*------------------------------------------*/
/*  Button Size
/*------------------------------------------*/

.btn.btn-sm {
  font-size: 0.85rem;
  padding: 12px 26px 11px;
}

.btn.btn-md {
  font-size: 0.95rem;
  padding: 15px 44px 14px;
}

/*------------------------------------------*/
/*  Button Icon
/*------------------------------------------*/

.btn.ico-15 span {
  position: relative;
  top: 3px;
  right: 1px;
}

/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/

.white--btn, 
.white--hover:hover,
.white--color .white--btn,
.scroll .white--hover:hover {
  color: #373b4d!important;
  background-color: #fff;
  border-color: #fff!important;
}

.tra-white--btn,
.tra-white--hover:hover,
.white--color .tra-white--hover:hover,
.dark-menu .scroll .tra-white--hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff!important;
}

.scroll .tra-white--btn,
.scroll .tra-white--hover:hover {
  color: #373b4d!important;
  background-color: transparent;
  border-color: #373b4d!important;
}

.black--btn,
.scroll .black--btn, 
.black--hover:hover,
.navbar-dark .black--btn,
.white--color .black--btn,
.scroll .black--hover:hover,
.white--color .black--hover:hover {
  color: #fff!important;
  background-color: #373b4d;
  border-color: #373b4d!important;
}

.tra-black--btn,
.tra-black--hover:hover,
.white--color .tra-black--btn,
.scroll .tra-black--hover:hover,
.white--color .tra-black--hover:hover {
  color: #373b4d!important;;
  background-color: transparent;
  border-color: #373b4d!important;
}

.grey--btn, 
.white--color .grey--btn {
  color: #666;
  background-color: rgba(17, 36, 70, .04);
  border-color: rgba(17, 36, 70, .02)!important;
}

.tra-grey--btn, 
.white--color .tra-grey--btn {
  color: #373b4d;
  background-color: transparent;
  border-color: #ccc!important;
}

.grey--hover:hover,
.scroll .grey--hover:hover {
  color: #373b4d!important;
  background-color: rgba(17, 36, 70, .04);
  border-color: rgba(17, 36, 70, .02)!important;
}

.tra-grey--hover:hover,
.scroll .tra-grey--hover:hover {
  color: #373b4d!important;
  background-color: transparent;
  border-color: #ccc!important;
}

.deep-brown--btn, 
.scroll .deep-brown--btn, 
.white--color .deep-brown--btn,
.deep-brown--hover:hover, 
.scroll .deep-brown--hover:hover, 
.white--color .deep-brown--hover:hover {
  color: #fff!important;
  background-color: #333233;
  border-color: #333233!important;
}

.tra-deep-brown--btn, 
.scroll .tra-deep-brown--btn, 
.white--color .tra-deep-brown--btn,
.tra-deep-brown--hover:hover, 
.scroll .tra-deep-brown--hover:hover, 
.white--color .tra-deep-brown--hover:hover {
  color: #333233!important;
  background-color: transparent;
  border-color: #333233!important;
}

.deep-blue--btn, 
.scroll .deep-blue--btn, 
.white--color .deep-blue--btn,
.deep-blue--hover:hover, 
.scroll .deep-blue--hover:hover, 
.white--color .deep-blue--hover:hover {
  color: #fff!important;
  background-color: #204e5b;
  border-color: #204e5b!important;
}

.tra-deep-blue--btn, 
.scroll .tra-deep-blue--btn, 
.white--color .tra-deep-blue--btn,
.tra-deep-blue--hover:hover, 
.scroll .tra-deep-blue--hover:hover, 
.white--color .tra-deep-blue--hover:hover {
  color: #204e5b!important;
  background-color: transparent;
  border-color: #204e5b!important;
}

.violet-red--btn, 
.scroll .violet-red--btn, 
.white--color .violet-red--btn,
.violet-red--hover:hover, 
.scroll .violet-red--hover:hover, 
.white--color .violet-red--hover:hover {
  color: #fff!important;
  background-color: #da3b85;
  border-color: #da3b85!important;
}

.tra-violet-red--btn, 
.scroll .tra-violet-red--btn, 
.white--color .tra-violet-red--btn,
.tra-violet-red--hover:hover, 
.scroll .tra-violet-red--hover:hover, 
.white--color .tra-violet-red--hover:hover {
  color: #da3b85!important;
  background-color: transparent;
  border-color: #da3b85!important;
}

.plum--btn, 
.scroll .plum--btn, 
.white--color .plum--btn,
.plum--hover:hover, 
.scroll .plum--hover:hover, 
.white--color .plum--hover:hover {
  color: #fff!important;
  background-color: #d07ea7;
  border-color: #d07ea7!important;
}

.tra-plum--btn, 
.scroll .tra-plum--btn, 
.white--color .tra-plum--btn,
.tra-plum--hover:hover, 
.scroll .tra-plum--hover:hover, 
.white--color .tra-plum--hover:hover {
  color: #d07ea7!important;
  background-color: transparent;
  border-color: #d07ea7!important;
}

.red--btn, 
.scroll .red--btn, 
.white--color .red--btn,
.red--hover:hover, 
.scroll .red--hover:hover, 
.white--color .red--hover:hover {
  color: #fff!important;
  background-color: #f1292e;
  border-color: #f1292e!important;
}

.tra-red--btn, 
.scroll .tra-red--btn, 
.white--color .tra-red--btn,
.tra-red--hover:hover, 
.scroll .tra-red--hover:hover, 
.white--color .tra-red--hover:hover {
  color: #f1292e!important;
  background-color: transparent;
  border-color: #f1292e!important;
}

.rose--btn, 
.scroll .rose--btn, 
.white--color .rose--btn,
.rose--hover:hover, 
.scroll .rose--hover:hover, 
.white--color .rose--hover:hover {
  color: #fff!important;
  background-color: #fd1c79;
  border-color: #fd1c79!important;
}

.tra-rose--btn, 
.scroll .tra-rose--btn, 
.white--color .tra-rose--btn,
.tra-rose--hover:hover, 
.scroll .tra-rose--hover:hover, 
.white--color .tra-rose--hover:hover {
  color: #fd1c79!important;
  background-color: transparent;
  border-color: #fd1c79!important;
}

/*------------------------------------------*/
/*  Button Focus
/*------------------------------------------*/

.btn:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn.btn-black:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn-grey:focus {
  color: #666; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn-tra-black:focus, 
.btn.btn-tra-grey:focus {
  color: #333; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

/*------------------------------------------*/
/*  VIDEO LINK
/*------------------------------------------*/

.btn-md.btn-video-link {
  color: #666;
  font-size: 18px;
  padding: 10px 8px;
}

.btn-md.btn-video-link span {
  position: relative;
  top: 5px;
  right: 6px;
}

.btn-md.btn-video-link {
  line-height: 30px!important;
}

/*------------------------------------------*/
/*  VIDEO POPUP ICON
/*------------------------------------------*/

.video-preview {
  position: relative; 
  text-align: center;
}

.video-btn {
  position: absolute!important;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

.video-btn.bg--tra {
  background-color: transparent;
  border: 5px solid #fff;
}

.video-btn-xl {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px; 
}

.video-btn-lg {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px; 
}

.video-btn-md {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px; 
}

.video-btn-sm {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px; 
}

.video-block-wrapper {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-btn.video-btn-xl [class^="flaticon-"]:before, 
.video-btn.video-btn-xl [class^="flaticon-"]:after {
  line-height: 120px!important;   
  margin-left: 10px;
}

.video-btn.bg--travideo-btn-xl [class^="flaticon-"]:before, 
.video-btn.bg--travideo-btn-xl [class^="flaticon-"]:after {
  line-height: 90px!important;   
  margin-left: 10px;
}


.video-btn.video-btn-lg [class^="flaticon-"]:before, 
.video-btn.video-btn-lg [class^="flaticon-"]:after {
  line-height: 100px!important;   
  margin-left: 8px;
}

.video-btn.video-btn-md [class^="flaticon-"]:before, 
.video-btn.video-btn-md [class^="flaticon-"]:after {
  line-height: 80px!important;   
  margin-left: 7px;
}

.video-btn.video-btn-sm [class^="flaticon-"]:before, 
.video-btn.video-btn-sm [class^="flaticon-"]:after {
  line-height: 60px!important;   
  margin-left: 6px;
}

.video-btn:hover .video-block-wrapper {
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.video-btn:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-btn.video-btn-xl:hover:before {
  opacity: .75;
  left: -32px;
  right: -32px;
  top: -32px;
  bottom: -32px;
}

.video-btn.video-btn-lg:hover:before {
  opacity: .75;
  left: -25px;
  right: -25px;
  top: -25px;
  bottom: -25px;
}

.video-btn.video-btn-md:hover:before {
  opacity: .75;
  left: -18px;
  right: -18px;
  top: -18px;
  bottom: -18px;
}

.video-btn.video-btn-sm:hover:before {
  opacity: .75;
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
}

/*------------------------------------------*/
/*  VECTOR ICONS
/*------------------------------------------*/

.ico-10 [class*="flaticon-"]:before, .ico-10 [class*="flaticon-"]:after { font-size: 0.75rem; }     /* 15px */
.ico-15 [class*="flaticon-"]:before, .ico-15 [class*="flaticon-"]:after { font-size: 0.9375rem; }   /* 15px */
.ico-20 [class*="flaticon-"]:before, .ico-20 [class*="flaticon-"]:after { font-size: 1.25rem; }     /* 20px */
.ico-25 [class*="flaticon-"]:before, .ico-25 [class*="flaticon-"]:after { font-size: 1.5625rem; }   /* 25px */
.ico-30 [class*="flaticon-"]:before, .ico-30 [class*="flaticon-"]:after { font-size: 1.875rem; }    /* 30px */
.ico-35 [class*="flaticon-"]:before, .ico-35 [class*="flaticon-"]:after { font-size: 2.1875rem; }   /* 35px */
.ico-40 [class*="flaticon-"]:before, .ico-40 [class*="flaticon-"]:after { font-size: 2.5rem; }      /* 40px */
.ico-45 [class*="flaticon-"]:before, .ico-45 [class*="flaticon-"]:after { font-size: 2.8125rem; }   /* 45px */
.ico-50 [class*="flaticon-"]:before, .ico-50 [class*="flaticon-"]:after { font-size: 3.125rem; }    /* 50px */
.ico-55 [class*="flaticon-"]:before, .ico-55 [class*="flaticon-"]:after { font-size: 3.4375rem; }   /* 55px */
.ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 3.75rem; }     /* 60px */
.ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 4.0625rem; }   /* 65px */
.ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 4.375rem; }    /* 70px */
.ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.6875rem; }   /* 75px */
.ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 5rem; }        /* 80px */
.ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 5.3125rem; }   /* 85px */
.ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 5.625rem; }    /* 90px */
.ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5.9375rem; }   /* 95px */
.ico-100 [class*="flaticon-"]:before, .ico-100 [class*="flaticon-"]:after { font-size: 6.25rem; }   /* 100px */
.ico-105 [class*="flaticon-"]:before, .ico-105 [class*="flaticon-"]:after { font-size: 6.5625rem; } /* 105px */
.ico-110 [class*="flaticon-"]:before, .ico-110 [class*="flaticon-"]:after { font-size: 6.875rem; }  /* 110px */
.ico-115 [class*="flaticon-"]:before, .ico-115 [class*="flaticon-"]:after { font-size: 7.1875rem; } /* 115px */
.ico-120 [class*="flaticon-"]:before, .ico-120 [class*="flaticon-"]:after { font-size: 7.5rem; }    /* 120px */
.ico-125 [class*="flaticon-"]:before, .ico-125 [class*="flaticon-"]:after { font-size: 7.8125rem; } /* 125px */

/*------------------------------------------*/
/*  SECTION ID
/*------------------------------------------*/

.section-id {
  display: block;
  color: #8e8987;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  margin-bottom: 28px;   
}

.section-id.section-id-lg {
  font-size: 1rem;
}

.white-color .section-id {
  color: #fff;   
}

/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

.title-01,
.title-02 {
  text-align: center;
}

.title-01 h4 {
  line-height: 1;
}

/*------------------------------------------*/
/*  FONT SETTINGS
/*------------------------------------------*/

.txt-300 { font-weight: 300; }
.txt-400 { font-weight: 400; }
.txt-500 { font-weight: 500; }
.txt-600 { font-weight: 600; }
.txt-700 { font-weight: 700; }
.txt-900 { font-weight: 900; }

.txt-upcase  {
  display: block;
  font-size: 0.9rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.125rem;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  TEXT COLORS
/*------------------------------------------*/

.white--color,
.white--color h2, 
.white--color h3, 
.white--color h4, 
.white--color h5, 
.white--color h6, 
.white--color p, 
.white--color a, 
.white--color li,
.white--color i, 
.white--color span { color: #fff; }

.white-smoke--color,
.white-smoke--color h2, 
.white-smoke--color h3, 
.white-smoke--color h4, 
.white-smoke--color h5, 
.white-smoke--color h6, 
.white-smoke--color p, 
.white-smoke--color a, 
.white-smoke--color li,
.white-smoke--color i, 
.white-smoke--color span { color: #f2f2f2; }

.black--color,
.black--color h2, 
.black--color h3, 
.black--color h4, 
.black--color h5, 
.black--color h6, 
.black--color p, 
.black--color a,
.black--color li, 
.black--color i, 
.black--color span,
.white--color .black--color { color: #373b4d; }

.deep-brown--color,
.deep-brown--color h2, 
.deep-brown--color h3, 
.deep-brown--color h4, 
.deep-brown--color h5, 
.deep-brown--color h6, 
.deep-brown--color p, 
.deep-brown--color a,
.deep-brown--color li, 
.deep-brown--color i,
.deep-brown--color span, 
.white---color .deepbrown--color { color: #333233; }

.deep-blue--color,
.deep-blue--color h2, 
.deep-blue--color h3, 
.deep-blue--color h4, 
.deep-blue--color h5, 
.deep-blue--color h6, 
.deep-blue--color p, 
.deep-blue--color a,
.deep-blue--color li, 
.deep-blue--color i,
.deep-blue--color span, 
.white--color .deep-blue--color { color: #204e5b; }

.violet-red--color,
.violet-red--color h2, 
.violet-red--color h3, 
.violet-red--color h4, 
.violet-red--color h5, 
.violet-red--color h6, 
.violet-red--color p, 
.violet-red--color a,
.violet-red--color li, 
.violet-red--color i,
.violet-red--color span, 
.white--color .violetred--color { color: #da3b85; }

.plum--color,
.plum--color h2, 
.plum--color h3, 
.plum--color h4, 
.plum--color h5, 
.plum--color h6, 
.plum--color p, 
.plum--color a,
.plum--color li, 
.plum--color i,
.plum--color span, 
.white--color .plum--color { color: #d07ea7; }

.rose--color,
.rose--color h2, 
.rose--color h3, 
.rose--color h4, 
.rose--color h5, 
.rose--color h6, 
.rose--color p, 
.rose--color a,
.rose--color li, 
.rose--color i, 
.rose--color span,
.white--color .rose--color { color: #fd1c79; }

/*------------------------------------------*/
/*  MORE BUTTON
/*------------------------------------------*/ 

.more-btn {
  text-align: center;
  margin-bottom: 40px;
}

#pricing-3 .more-btn,
#pricing-4 .more-btn {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  OLD PRICE
/*------------------------------------------*/

.old-price {
  color: #aaa!important;
  font-weight: 700;
  text-decoration: line-through;
  margin-right: 10px;
}

/*------------------------------------------*/
/*  IMG BLOCK IMAGE
/*------------------------------------------*/ 

.img-block {
  text-align: center;
}

/*------------------------------------------*/
/*  MASONRY IMAGE
/*------------------------------------------*/

.masonry-wrap .masonry-image {
  position: relative;
  width: 33.33333%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.masonry-image img {
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*  MASONRY IMAGES HOLDER
/*------------------------------------------*/ 

.masonry-image .hover-overlay,
.masonry-image .hover-overlay img {
  overflow: hidden;
}

/*------------------------------------------*/
/*  Image Hover Overlay
/*------------------------------------------*/

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; 
}

.hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

/*------------------------------------------*/
/*    Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
  opacity: 0;
  -moz-opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, .5);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}




/* ==========================================================================
  03. PRELOAD SPINNER 
  ========================================================================== */

#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99999999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.spinner {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner .blob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.spinner .blob.top {
  top: 0;
  -webkit-animation: blob-top 1s infinite ease-in;
          animation: blob-top 1s infinite ease-in;
}

.spinner .blob.bottom {
  top: 100%;
  -webkit-animation: blob-bottom 1s infinite ease-in;
          animation: blob-bottom 1s infinite ease-in;
}

.spinner .blob.left {
  left: 0;
  -webkit-animation: blob-left 1s infinite ease-in;
          animation: blob-left 1s infinite ease-in;
}

.spinner .move-blob {
  top: 0;
  -webkit-animation: blob-spinner-mover 1s infinite ease-in;
          animation: blob-spinner-mover 1s infinite ease-in;
}

@keyframes blob-bottom {
  25%, 50%, 75% {
    top: 50%;
    left: 100%;
  }
  100% {
    top: 0;
    left: 50%;
  }
}

@keyframes blob-left {
  25% {
    top: 50%;
    left: 0;
  }
  50%, 100% {
    top: 100%;
    left: 50%;
  }
}

@keyframes blob-top {
  50% {
    top: 0;
    left: 50%;
  }
  75%, 100% {
    top: 50%;
    left: 0;
  }
}

@keyframes blob-spinner-mover {
  0%, 100% {
    top: 0;
    left: 50%;
  }
  25% {
    top: 50%;
    left: 100%;
  }
  50% {
    top: 100%;
    left: 50%;
  }
  75% {
    top: 50%;
    left: 0;
  }
}

/*------------------------------------------*/
/*  PRELOAD SPINNER COLOR
/*------------------------------------------*/

#loading { background-color: #f8f6f4; }
.spinner .blob { border: 2px solid #f08080; }
.spinner .move-blob { background: #f08080; }

#loading.plum-loading { background-color: #f7f5f3; }
.plum-loading .spinner .blob { border: 2px solid #d07ea7; }
.plum-loading .spinner .move-blob { background: #d07ea7; }

#loading.rose-loading { background-color: #f0f0f2; }
.rose-loading .spinner .blob { border: 2px solid #fd1c79; }
.rose-loading .spinner .move-blob { background: #fd1c79; }

#loading.violet-red-loading { background-color: #f7f5f3; }
.violet-red-loading .spinner .blob { border: 2px solid #da3b85; }
.violet-red-loading .spinner .move-blob { background: #da3b85; }





/* ==========================================================================
  04. HEADER & NAVIGATION
  ========================================================================== */

#header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

/*------------------------------------------*/
/*  HEADER LOGO
/*------------------------------------------*/

.desktoplogo img,
.wscenterlogo img {
  width: auto;
  max-width: inherit;
  max-height: 45px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.wscenterlogo img {
  max-height: 50px;
}

.scroll .wscenterlogo img {
  max-height: 45px;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.tra-menu .wsmainfull {
  background-color: transparent!important;
  padding: 20px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tra-menu.tra-menu-wide .wsmainfull {
  padding: 40px 0;
}

.white-menu .wsmainfull {
  background-color: #fff!important;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.dark-menu .wsmainfull {
  background-color: #1d293f!important;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.centered-menu .wsmenu {
  padding: 0 30px;
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > a {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  margin: 0 9px;
  padding: 10px 13px;
  line-height: 50px;
  text-decoration: none;  
}

.navbar-dark .wsmenu > .wsmenu-list > li > a {
  color: #383838;
}

.navbar-light .wsmenu > .wsmenu-list > li > a {
  color: #fff;
}

.wsmenu > .wsmenu-list > li > a.last-link {
  padding: 10px 0px;
  margin: 0 0 0 7px;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 32px;
  width: 0;
}

/*------------------------------------------*/
/*  HEADER BUTTONS
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.btn {
  font-size: 0.85rem;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 14px;
  margin-left: 12px;
  padding: 5px 22px 4px;
}

/*------------------------------------------*/
/*  HEADER SUBMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > ul.sub-menu {
  padding: 12px 20px;
  width: auto;
  min-width: 200px;
  top: 65px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 40px;
  height: .9375rem;
  width: .9375rem;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -2;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  color: #2c3e50;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  padding: 5px 0;
  transition: all 0.3s ease-in-out;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  padding: 5px 0 5px 5px;
}

/*------------------------------------------*/
/*   HALFMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  top: 65px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  width: 36%;
  padding: 15px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 40px;
  height: .9375rem;
  width: .9375rem;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -2;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
  border-bottom: none;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  color: #656565;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  padding: 5px 0;
  transition: all 0.3s ease-in-out;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  padding: 5px 0 5px 5px;
}

/*------------------------------------------*/
/*   MEGAMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  padding: 15px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.wsmenu > .wsmenu-list > li.mg_link:hover > a:after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 34%;
  height: .9375rem;
  width: .9375rem;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 9990;
  transition: all 1.4s ease-in-out;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 {
  width: 76%!important;
  left: 22%;
  padding: 20px 10px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .title p,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .title p {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/

.tra-menu .wsmainfull.scroll,
.white-menu .wsmainfull.scroll,
.tra-menu.tra-menu-wide .wsmainfull.scroll,
.dark-menu.dark-scroll .wsmainfull.scroll {
  background-color: #fff!important;
  padding: 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.scroll .white-color.header-socials span {
  color: #463853!important;
}

/*------------------------------------------*/
/*  Navigation Menu
/*------------------------------------------*/

.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li a {
  color: #463853;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list > li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list > li a {
  color: #fff;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list li .wsmegamenu a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list li .wsmegamenu a {
  color: #666;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.logo-white, 
.logo-black {
  display: block;
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.tra-menu.navbar-dark .logo-white,
.tra-menu.navbar-light .logo-black,
.white-menu.navbar-dark .logo-white,
.dark-menu.navbar-light .logo-black,
.white-menu.navbar-light .logo-black,
.tra-menu.navbar-light .scroll .logo-white {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black {
  display: block;
}




/* ==========================================================================
  05. HERO
  ========================================================================== */

.hero-section .container {
  position: relative;
  z-index: 3;
}

/*------------------------------------------*/
/*  HERO SLIDER
/*------------------------------------------*/

.slider {
  position: relative;
  max-width: 100%;
  height: 560px;
}

.slider .slides {
  margin: 0;
  height: 560px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slider .slides li.active {
  z-index: 2;
}

/*------------------------------------------*/
/*  Slider Animation
/*------------------------------------------*/

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

/*------------------------------------------*/
/*  Slider Indicators
/*------------------------------------------*/

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0; 
  z-index: 98;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  margin: 0 7px;
  opacity: .5;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: #fff;
  opacity: .65;
}

/*------------------------------------------*/
/*  HERO-1
/*------------------------------------------*/

#hero-1 .slider {
  margin-top: 80px;
}

#hero-1 .caption-txt {
  margin-top: -10px;
}

#hero-1 .caption-txt h2 {
  font-size: 5.25rem;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

#hero-1 .caption-txt h2 span {
  display: block;
}

/*------------------------------------------*/
/*  HERO-2
/*------------------------------------------*/

#hero-2 {
  position: relative;
  background-color: #eeb4c7;
  padding-top: 100px;
  margin-bottom: 60px;
} 

.hero-2-txt {
  margin-top: -50px;
}

.hero-2-txt h2 {
  font-size: 5.35rem;
  line-height: 1.15;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.hero-2-txt p {
  color: #fdf2f6;
  padding-right: 10%;
  margin-bottom: 30px;
}

.hero-2-img {
  margin: 0 -50px -60px -50px;
}

.wave-shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*------------------------------------------*/
/*  HERO-3
/*------------------------------------------*/

#hero-3 {
  background-image: url(../images/hero-3.jpg);
  padding-top: 175px;
  padding-bottom: 125px;
} 

.hero-3-txt h2 {
  font-size: 4.35rem;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
}

.hero-3-txt p {
  font-size: 1.7rem;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  HERO-4
/*------------------------------------------*/

#hero-4 .slider {
  height: 530px;
  margin-top: 80px;
}

#hero-4 .slider .slides {
  height: 530px;
  margin: 0;
}

/*------------------------------------------*/
/*  HERO-5
/*------------------------------------------*/

.hero-5-overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, .55);
  padding-top: 180px;
  padding-bottom: 125px;
}

.hero-5-txt h2 {
  font-size: 4.75rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.hero-5-txt p {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  HERO-6
/*------------------------------------------*/

#hero-6 {
  padding-top: 170px;
}

.hero-6-txt h2 {
  line-height: 1.2;
  margin-bottom: 30px;
}

.hero-6-images {
  margin-top: 70px;
}

#img-6-1 img,
#img-6-2 img {
  text-align: center;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

#img-6-1:hover img,
#img-6-2:hover img  {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

/*------------------------------------------*/
/*  HERO-7
/*------------------------------------------*/

#hero-7 .slider {
  height: 550px;
  margin-top: 140px;
}

#hero-7 .slider .slides {
  height: 550px;
  margin: 0;
}

#hero-7 .caption-txt {
  padding-left: 60px;
}

#hero-7 .caption-txt h2 {
  font-family: 'Catamaran', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

#hero-7 .caption-txt h2 span {
  display: block;
}

#hero-7 .caption-txt p {
  padding-right: 15%;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  HERO-8
/*------------------------------------------*/

#hero-8 {
  position: relative;
  padding-top: 160px;
  margin-bottom: 120px;
}

.hero-8-txt {
  position: relative;
  padding: 0 10%;
  z-index: 5;
}

.hero-8-txt h2 {
  font-size: 4.75rem;
  line-height: 1.25;
  font-weight: 500;
  font-style: italic;
}

.hero-8-img {
  position: relative;
  margin: 50px 4% -120px;
  z-index: 2;
}

/*------------------------------------------*/
/*  HERO-9
/*------------------------------------------*/

#hero-9 {
  background-image: url(../images/hero-9.jpg);
  padding-top: 260px;
  padding-bottom: 90px;
}

.hero-9-txt h2 {
  font-size: 4.35rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-9-txt p {
  padding-right: 3%;
  margin-bottom: 30px;
}




/* ==========================================================================
  06. ABOUT
  ========================================================================== */

#about-6,
#about-7 {
  position: relative;
  margin-bottom: 60px;
}

#about-7 .container {
  padding-left: 25px;
}

#about-6 .container:after,
#about-7 .container:after {
  position: absolute;
  content: '';
  width: 85%;
  height: 100%;
  top: 0;
  z-index: -1;
}

#about-6 .container:after {
  left: 15%;
}

#about-7 .container:after {
  left: 0;
}

#about-8 {
  margin-top: 60px;
}

#about-9 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}

#about-9:after {
  position: absolute;
  content: '';
  width: 65%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#about-10 .container:after {
  position: absolute;
  content: '';
  width: 85%;
  height: 100%;
  top: 0;
  left: 15%;
  z-index: -1;
}

#about-12 {
  position: relative;
  z-index: 1;
}

/*------------------------------------------*/
/*  ABOUT TEXT
/*------------------------------------------*/ 

.txt-block.left-column,
.txt-table.left-column,
.img-block.left-column {
  padding-left: 5px;
  padding-right: 20px;
}

.txt-block.right-column,
.img-block.right-column {
  padding-left: 20px;
  padding-right: 5px;
}

#about-4 .txt-block.right-column {
  padding-left: 30px;
}

.about-6-txt {
  position: relative;
  padding: 80px 70px 80px 10px;
}

.about-7-txt {
  position: relative;
  padding-left: 60px;
  padding-right: 10px;
}

.about-8-txt {
  margin-top: 70px;
  padding-right: 50px;
  padding-left: 20px;
}

.about-9-txt {
  padding-left: 5px;
}

.about-10-txt {
  padding: 60px 70px 60px 10px;
}

.about-11-txt {
  position: relative;
  padding: 80px;
  margin-right: -80px;
  z-index: 7;
}

/*------------------------------------------*/
/*  ABOUT TYPOGRAPHY
/*------------------------------------------*/ 

.about-section h5,
.about-section h6 {
  margin-top: 12px;
  margin-bottom: 22px;
}

.about-section h4 {
  margin-bottom: 20px;
}

.about-section h3,
.about-section h2 {
  margin-bottom: 22px;
}

#about-2 .txt-block p,
#about-5 .txt-block p {
  margin-bottom: 0;
}

.about-section .btn {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}

#about-1.about-section .btn,
#about-2.about-section .btn {
  margin-top: 5px;
}

/*------------------------------------------*/
/*  ABOUT TABLES
/*------------------------------------------*/ 

.table-rounded {
  padding: 45px 55px;
  border: 2px solid #232424;
}

.table-rounded.no-border {
  border: none;
}

.table-rounded.deepblue-border {
  border: 2px solid #204e5b;
}

.txt-table h5 {
  margin-bottom: 25px;
}

.txt-table table {
  margin-bottom: 0;
}

.txt-table .table td,
.txt-table .table th {
  font-size: 1.25rem;
  padding: 14px 0;
  border-top: none;
  border-bottom: 1px dashed #aaa;
}

.txt-table .table .last-tr td,
.txt-table .table .last-tr th {
  border-bottom: none;
}

td.text-end {
  font-weight: 600;
}

/*------------------------------------------*/
/*  ABOUT ACCORDION  
/*------------------------------------------*/

.accordion-wrapper {
  margin-bottom: 10px;
}

.accordion-item {
  background-color: transparent!important;
  border: none;
}

.accordion-thumb {
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}

.accordion-item .accordion-thumb:before,
.accordion-item.is-active .accordion-thumb:before {
  font-family: Flaticon;
  font-weight: 300; 
  content: "\f147";
  position: absolute;
  font-size: 0.8rem;
  top: 35px;
  left: 0;
}

.accordion-item.is-active .accordion-thumb:before {
  content: "\f163";
}

.accordion-panel {
  margin: 0;
  padding: 0;
  display: none;
}

.accordion-thumb h6,
.accordion-thumb h5,
.accordion-thumb h4 {
  line-height: 1;
  margin-bottom: 0;
  padding-left: 25px;
}

/*------------------------------------------*/
/*  ABOUT IMAGES
/*------------------------------------------*/ 

.about-6-img {
  position: relative;
  margin: 60px 40px -60px 0;
}

.about-7-img {
  position: relative;
  margin: 60px 0 -60px 40px;
}

.about-8-img {
  padding: 0 30px 0 0;
  margin-top: -60px;
}

.about-9-img {
  position: relative;
  margin-left: 60px;
}

.about-10-img { 
  margin: 80px 20px 80px 0;
}

.about-11-img { 
  position: relative;
  z-index: 2;
}

.about-12-img { 
  background-image: url(../images/about-12-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 53%;
}

/*------------------------------------------*/
/*  ABOUT IMAGE HOVER
/*------------------------------------------*/ 

.sbox-7 .item-overlay {
  background: rgba(240, 240, 240, .25);
}

.sbox-7:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.sbox-7:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}




/* ==========================================================================
  07. SERVICES
  ========================================================================== */

#services-3,
#services-4 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

#services-3:after,
#services-4:after {
  position: absolute;
  content: '';
  width: 70%;
  height: 100%;
  top: 0;
  z-index: 2;
}

#services-3:after {
  left: 30%;
}

#services-4:after {
  left: 0;
}

/*------------------------------------------*/
/*  SERVICE BOXES WRAPPER
/*------------------------------------------*/

.sbox-3-wrapper {
  margin-left: 80px;
}

.sbox-4-wrapper {
  margin-right: 80px;
}

/*------------------------------------------*/
/*  SERVICE BOX 
/*------------------------------------------*/

.sbox-1 {
  text-align: center;
  border:  2px solid #dae3e0;
  padding: 50px 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 450ms ease-in-out; 
} 

.sbox-1:hover {
  background-color: rgba(201, 208, 206, .05);
  border: 2px solid rgba(201, 208, 206, .05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sbox-2 {
  padding: 0 8%;
} 

.sbox-3,
.sbox-4 {
  padding: 0 10px;
} 

/*------------------------------------------*/
/*  SERVICE BOX ICON
/*------------------------------------------*/ 

.sbox-ico {
  margin-bottom: 20px;
}

.sbox-2 .sbox-ico {
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  SERVICE BOX TYPOGRAPHY
/*------------------------------------------*/ 

.sbox-1 h5,
.sbox-3 h5,
.sbox-4 h5 {
  margin-bottom: 13px;
} 

.sbox-2 h5,
.sbox-5 h5 {
  margin-bottom: 10px;
} 

.sbox-6 h5 {
  margin-top: 13px;
  margin-bottom: 0;
} 

.sbox-1 p,
.sbox-2 p,
.sbox-3 p,
.sbox-4 p,
.sbox-5 p {
  margin-bottom: 0;
} 

/*------------------------------------------*/
/*  Service Box link
/*------------------------------------------*/ 

h5.sbox-link a {
  position: relative;
  color: #201e29;
  padding-bottom: 6px;
  text-decoration: none;
}

h5.sbox-link a:after {
  content: '';
  background-color: #201e29;
  width: 20%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
  transition: .3s all ease-in;
}

.sbox-1:hover h5.sbox-link a:after, 
.sbox-2:hover h5.sbox-link a:after, 
.sbox-3:hover h5.sbox-link a:after,
.sbox-4:hover h5.sbox-link a:after,
.sbox-6:hover h5.sbox-link a:after,
.sbox-7:hover h5.sbox-link a:after {
  width: 100%;
  opacity: 1;
}

/*------------------------------------------*/
/*  SERVICE IMAGE
/*------------------------------------------*/ 

.sbox-6 .item-overlay {
  background: rgba(20, 20, 20, .3);
}

.services-3-img {
  position: relative;
  margin-left: 0;
  margin-right: -50px;
}

.services-4-img {
  position: relative;
  margin-left: -50px;
  margin-right: 0;
}

.sbox-6-img {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  Sbox Image Hover
/*------------------------------------------*/

.sbox-6:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.sbox-6:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
  bottom: 0;
}




/* ==========================================================================
  08. GALLERY
  ========================================================================== */

#gallery-2 .col {
  padding: 0 8px;
}

#img-2-1, #img-2-2, #img-2-3, #img-2-4 {
  margin-bottom: 16px;
}

/*------------------------------------------*/
/*  MASONRY IMAGES HOLDER
/*------------------------------------------*/ 

#img-4-1 { margin-top: 60px; }
#img-4-2 { margin-bottom: 30px; }
#img-4-3 { margin-right: -30px; }
#img-4-4 { margin-top: 60px; margin-bottom: 30px; }
#img-4-5 { margin-left: 30px; }
#img-4-6 { margin: 30px 10px 30px; }

/*------------------------------------------*/
/*  MASONRY IMAGES HOLDER
/*------------------------------------------*/ 

.masonry-image .hover-overlay,
.masonry-image .hover-overlay img {
  overflow: hidden;
}

/*------------------------------------------*/
/*  IMAGE DESCRIPTION
/*------------------------------------------*/

.image-data,
.image-description {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.image-data {
  bottom: -40px;
}

.gallery-link,
.image-caption,
.gallery-5-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.image-caption h6,
.image-caption h5 {
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.image-caption p { 
  margin-bottom: 8px;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/*------------------------------------------*/
/*    Image Hover Effect 
/*------------------------------------------*/ 

.gallery-image:hover img,
.masonry-image:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.gallery-image:hover .image-data,
.masonry-image:hover .image-data,
.gallery-image:hover .item-overlay,
.masonry-image:hover .item-overlay,
.gallery-image:hover .image-description,
.masonry-image:hover .image-description {
  opacity: 1; 
  -moz-opacity: 1; 
  bottom: 0;
}

.gallery-image:hover .image-caption h5,
.masonry-image:hover .image-caption h5,
.gallery-image:hover .image-caption p,
.masonry-image:hover .image-caption p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}




/* ==========================================================================
  09. VIDEO
  =========================================================================== */

#video-1,
.video-2-wrapper {
  background-image: url(../images/video.jpg);
  padding-top: 240px;
  padding-bottom: 240px;
}

.video-2-overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  padding-top: 140px;
  padding-bottom: 140px;
}

/*------------------------------------------*/
/*  VIDEO TYPOGRAPHY
/*------------------------------------------*/ 

.video-2-txt h3 {
  margin-bottom: 15px;
}

.video-2-txt p {
  margin-bottom: 25px;
}

.video-2-txt span a {
  text-decoration: underline;
}




/* ==========================================================================
  10. TEAM
  =========================================================================== */

/*------------------------------------------*/
/*  TEAM MEMBER
/*------------------------------------------*/

.team-member {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

#team-2 .masonry-wrap .masonry-image {
  width: 50%;
  text-align: left;
  margin-bottom: 40px;
  padding: 0 15px;
}

/*------------------------------------------*/
/*  TEAM MEMBER PHOTO
/*------------------------------------------*/

.team-member-photo {
  position: relative;
  text-align: center;
  overflow: hidden;
}

/*------------------------------------------*/
/*  TEAM MEMBER TYPOGRAPHY
/*------------------------------------------*/

.team-member-data {
  margin-top: 30px;
}

.team-member-data span {
  margin-bottom: 13px;
}

.team-member-data h5 {
  line-height: 1;
  margin-bottom: 0;
}

.team-member .item-overlay {
  background: rgba(20, 20, 20, .4);
}

/*------------------------------------------*/
/*  Team Member Social Links
/*------------------------------------------*/

.tm-social ul {
  width: 100%;
  display: inline-block; 
  padding-left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  zoom: 1;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.tm-social li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none !important;
  margin: 0 10px;
  padding: 0;
}

.tm-social span {
  margin-bottom: 0;
}

.tm-social a {
  display: block;
  text-decoration: none;
}

/*------------------------------------------*/
/*  Team Member Hover
/*------------------------------------------*/

.team-member:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.team-member:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}

.team-member:hover .tm-social ul {
  bottom: 6%;
  opacity: 1; 
  -moz-opacity: 1; 
}

/*------------------------------------------*/
/*  CAREER BOX
/*------------------------------------------*/

.career-box {
  padding: 50px 45px 35px;
}

/*------------------------------------------*/
/*  CAREER BOX TITLE
/*------------------------------------------*/

.career-box-title {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.career-box-ico {   
  width: 20%;
  display: inline-block!important;  
  float: left;
  margin-top: -10px;
  text-align: left;
}

.career-box-title-txt {
  width: 80%;
  display: inline-block!important;
}

.career-box-title-txt h5 {
  line-height: 1; 
  margin-bottom: 10px;
}

.career-box-btn {
  position: absolute;
  top: 5px;
  right: -10px;
}

/*------------------------------------------*/
/*  CAREER BOX TEXT
/*------------------------------------------*/

.career-box .simple-list p {
  margin-bottom: 8px;
}




/* ==========================================================================
  11. PRICING
  ========================================================================== */

#pricing-1,
#pricing-2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

#pricing-1:after,
#pricing-2:after {
  position: absolute;
  content: '';
  width: 70%;
  height: 100%;
  top: 0;
  z-index: 2;
}

#pricing-1:after {
  left: 30%;
}

#pricing-2:after {
  left: 0;
}

/*------------------------------------------*/
/*  SERVICE BOXES WRAPPER
/*------------------------------------------*/

.pricing-1-wrapper {
  margin-left: 70px;
  padding-right: 5px;
}

.pricing-2-wrapper {
  margin-right: 70px;
  padding-left: 5px;
}

.pricing-3-wrapper {
  padding: 0 5px;
}

.p4-wrapper {
  padding: 75px 60px;
  overflow: hidden;
}

.pricing-5-wrapper {
  border: 1px solid #f5f5f5;
  padding: 55px 60px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.pricing-6-wrapper {
  padding: 0 5px;
}

.p7-wrapper {
  background-color: #3e3e3f;
  padding: 70px;
  overflow: hidden;
}

/*------------------------------------------*/
/*  PRICING TITLES
/*------------------------------------------*/ 

.pricing-title {
  line-height: 1;
  margin-bottom: 40px;
}

.pricing-7-title {
  text-align: center;
  border-bottom: 2px solid #fff;
  margin-bottom: 75px;
}

/*------------------------------------------*/
/*  PRICING LIST
/*------------------------------------------*/ 

.pricing-1-list li,
.pricing-2-list li,
.pricing-3-list li,
.pricing-5-list li,
.pricing-7-list li {
  margin-bottom: 18px;
}

.pricing-4-list li {
  margin-bottom: 25px;
}

.pricing-6-list li {
  margin-bottom: 15px;
}

.pricing-1-list li:last-child,
.pricing-2-list li:last-child,
.pricing-3-list li:last-child,
.pricing-4-list li:last-child,
.pricing-5-list li:last-child,
.pricing-6-list li:last-child,
.pricing-7-list li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  PRICING DETAILS
/*------------------------------------------*/ 

.detail-price {
  margin: 0;
  display: table;
}

.price-name {
  position: relative;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding: 0 10px 0 0;
}

.price-dots {
  position: relative;
  display: table-cell;
  height: 3px;
  width: 98%;
  z-index: 1;
  background-image: radial-gradient(circle closest-side,#878889 99%,transparent 100%);
  background-position: 50% 100%;
  background-size: 5px 2px;
  background-repeat: repeat-x;
}

.price-number {
  display: table-cell;
  width: 1%;
  padding: 0 0 0 10px;
  white-space: nowrap;
}

.price-name h5,
.price-number h5 {
  position: relative;
  line-height: 1;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Pricing Item Description
/*------------------------------------------*/ 

.price-txt {
  margin-top: 3px;
}

.pricing-4-item .price-txt {
  margin-top: 8px;
}

.price-txt p {
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

.pricing-4-item .price-txt p {
  margin-top: 10px;
  margin-bottom: 0;
}

.price-txt span {
  display: block;
  margin-bottom: 0;
  padding-right: 3px;
}

.pricing-4-item .price-name h5 {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.pricing-notice p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  PRICING IMAGE
/*------------------------------------------*/ 

.pricing-1-img {
  position: relative;
  margin-right: -30px;
}

.pricing-2-img {
  position: relative;
  margin-left: -30px;
}

.pricing-4-item .item-overlay {
  background: rgba(240, 240, 240, .35);
}

.pricing-5-img {
  margin-right: -60px;
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.pricing-4-item:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.pricing-4-item:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}

.pricing-4-item:hover .price-name h5 {
  color: #656565;
}




/* ==========================================================================
  12. GIFT CARDS
  ========================================================================== */

/*------------------------------------------*/
/*  GIFT CARDS TEXT
/*------------------------------------------*/ 

.cards-2-txt {
  padding-left: 5px;
  padding-right: 20px;
}

/*------------------------------------------*/
/*  GIFT CARD
/*------------------------------------------*/ 

.gift-card {
  background-image: url(../images/gift-card.png);
  text-align: center;
  padding: 80px 35px;
  margin-bottom: 40px;
}

.gift-card h5.h5-lg,
.gift-card h5.h5-xl {
  margin-bottom: 25px;
}

.gift-card span {
  font-family: 'Open Sans', sans-serif;
  font-size: 5.25rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.gift-card sup {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  top: -9px;
  right: 3px;
}

.gift-card p {
  margin-top: 15px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  GIFT CARDS TEXT TYPOGRAPHY
/*------------------------------------------*/ 

.cards-2-txt h3 {
  margin-bottom: 15px;
}

.cards-2-txt p {
  margin-bottom: 30px;
}




/* ==========================================================================
  13. BRANDS
  ========================================================================== */

#brands-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*------------------------------------------*/
/*  BRANDS LOGO HOLDER
/*------------------------------------------*/ 

.brand-logo {
  padding: 0 20px;
} 

.brands-section .owl-dots {
  display: none;
}




/* ==========================================================================
  14. TESTIONIALS
  ========================================================================== */

.reviews-section {
  position: relative;
}

/*------------------------------------------*/
/*  REVIEWS
/*------------------------------------------*/ 

.review-1 { 
  text-align: center;
  margin: 0 15px 40px;
}

.review-2-txt {
  text-align: center;
  margin-bottom: 40px;
} 

/*------------------------------------------*/
/*  QUOTE ICON
/*------------------------------------------*/ 

.review-1 .quote-icon {
  position: relative;
  margin-left: 5px;
  margin-bottom: -50px;
  opacity: .08;
}

.review-2 .quote-icon {
  position: relative;
  margin-bottom: -70px;
  opacity: .08;
}

/*------------------------------------------*/
/*  REVIEWS TYPOGRAPHY
/*------------------------------------------*/ 

span.testimonial-autor {
  display: block;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 0;
}

.review-2 span.testimonial-autor {
  margin-top: 0;
  margin-bottom: 70px;
}

/*------------------------------------------*/
/*  Testimonial Message Text
/*------------------------------------------*/

.reviews-section h6 {
  margin-bottom: 0;
}

.review-2-txt p {
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 400;
  padding: 0 10%;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  Reviews FlexSlider Navigation
/*------------------------------------------*/

.flex-control-paging li a {
  background: rgba(90, 90, 90, .25);
  width: 10px;
  height: 10px;  
  border: 2px solid rgba(90, 90, 90, .02);
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active { 
  background: rgba(111, 94, 77, .65); 
  border: 2px solid rgba(111, 94, 77, .2); 
}

/*------------------------------------------*/
/*  Carousel Dots
/*------------------------------------------*/

.reviews-section button {
  background-color: transparent;
  border: none;
  padding: 0 2px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 7px;
}

.owl-dots button:focus {
  outline: none;
  text-decoration: none;
}




/* ==========================================================================
  15. PROMO
  =========================================================================== */

#promo-3 .item-overlay {
  opacity: 1;
  background: rgba(20, 20, 20, .3);
}

#promo-4:before,
#promo-4:after {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  content: '';
  z-index: 2;
}

#promo-4:before {
  background-image: url(../images/pb_4-1.jpg);
  width: 49%;
  height: 90%;
  top: 5%; 
}

#promo-4:after {
  background-image: url(../images/pb_4-2.jpg);
  width: 49%;
  height: 100%;
  top: 0;
  left: 51%;
}

.pbox-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, .03));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, .03));
  padding: 100px 0 0;
}

.pbox-caption {
  position: absolute;
  width: 80%;
  bottom: 30px;
  left: 25px;
  z-index: 1;
}

.pbox-3-caption {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 3;
} 

#pb-4-1 {
  padding: 100px 80px 100px 30px;
}

#pb-4-2 {
  padding: 100px 30px 100px 80px;
}

.pbox-caption h5 {
  margin-bottom: 0;
}

#promo-2 .promo-box-txt h5 {
  margin-bottom: 0;
}

.pbox-3-caption h4 {
  margin-bottom: 30px;
} 

#pb-4-1 h3 {
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
}

#pb-4-1 h2 {
  letter-spacing: -2px;
  margin-bottom: 40px;
}

#pb-4-2 h2 {
  font-size: 9.75rem;
  line-height: 1;
  letter-spacing: -3px;
  margin-bottom: 35px;
}

#pb-4-2 h2 span {
  display: block;
}

.pbox-caption p {
  margin-bottom: 12px;
} 

#promo-2 p.txt-upcase {
  margin-bottom: 20px;
} 

/*------------------------------------------*/
/*  Promo Box link
/*------------------------------------------*/ 

h5.pbox-link a {
  position: relative;
  color: #fff;
  padding-bottom: 8px;
  text-decoration: none;
}

h5.pbox-link a:after {
  content: '';
  background-color: #fff;
  width: 20%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
  transition: .3s all ease-in;
}

.promo-box:hover h5.pbox-link a:after {
  width: 100%;
  opacity: 1;
}

/*------------------------------------------*/
/*  PROMO BOX IMAGE
/*------------------------------------------*/

.promo-box .item-overlay {
  background: rgba(20, 20, 20, .2);
}

#promo-1 .promo-box:hover img,
#promo-2 .promo-box:hover img,
#promo-3 .promo-box:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}




/* ==========================================================================
  16. BANNER
  ========================================================================== */

#banner-1 {
  background-image: url(../images/banner-1.jpg);
  padding-top: 90px;
  padding-bottom: 90px;
}

.banner-2-wrapper {
  background-image: url(../images/banner-2.jpg);
  padding-top: 70px;
  padding-bottom: 80px;
}

#banner-3 {
  background-image: url(../images/banner-3.jpg);
}

#banner-4 {
  position: relative;
  background-image: url(../images/banner-4.jpg);
}

#banner-4:after {
  position: absolute;
  content: '';
  width: 55%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.banner-5-wrapper {
  background-image: url(../images/banner-5.jpg);
  padding: 80px;
}

#banner-6 {
  background-image: url(../images/banner-6.jpg);
  padding-top: 180px;
  padding-bottom: 180px;
}

/*------------------------------------------*/
/*  BANNER TEXT
/*------------------------------------------*/ 

.banner-3-txt {
  text-align: center;
  padding: 90px 0;
}

.banner-4-txt {
  text-align: center;
  padding: 100px 80px 100px 20px;
}

/*------------------------------------------*/
/*  BANNER TYPOGRAPHY
/*------------------------------------------*/ 

.banner-1-txt h5,
.banner-1-txt h4 {
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 35px;
}

.banner-1-txt h3 {
  font-size: 6rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

.banner-1-txt h2 {
  font-size: 8.25rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.banner-2-txt h2,
.banner-5-txt h2,
.banner-5-txt h3 {
  margin-bottom: 30px;
}

.banner-3-txt h4,
.banner-4-txt h4 {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 30px;
}

.banner-3-txt h2,
.banner-4-txt h2 {
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.banner-3-txt h5,
.banner-4-txt h5 {
  line-height: 1.4;
  font-weight: 400;
  padding: 0 18%;
  margin-bottom: 25px;
}

.banner-3-txt p,
.banner-4-txt p {
  margin-top: 20px;
  margin-bottom: 0;
}

.banner-6-txt a {
  text-decoration: underline;
}




/* ==========================================================================
  17. FAQs
  =========================================================================== */

#faqs-1 .question {
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  FAQs TYPOGRAPHY
/*------------------------------------------*/

#faqs-1 .question h5 {
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*  MORE QUESTIONS BUTTON
/*------------------------------------------*/ 

.more-questions {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}




/* ==========================================================================
  18. NEWSLETTER
  ========================================================================== */

.newsletter-wrapper {
  padding: 70px 80px 40px;
}

#newsletter-1 .newsletter-form {
  padding: 0 15%;
}

/*------------------------------------------*/
/*  NEWSLETTER TYPOGRAPHY
/*------------------------------------------*/ 

#newsletter-1 .newsletter-form p {
  text-align: center;
  padding: 0 5%;
  margin-top: 30px;
  margin-bottom: 0;
}

#newsletter-1 .newsletter-form p a { 
  font-weight: 700;
  text-decoration: underline;
}

/*------------------------------------------*/
/*   Newsletter Form Input
/*------------------------------------------*/

.newsletter-section .form-control {
  height: 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  font-size: 1.1875rem;
  font-weight: 300;
  padding: 0 20px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; 
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;    
}

.newsletter-section .input-group > .custom-select:not(:last-child), 
.newsletter-section .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.newsletter-section .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Input Placeholder
/*------------------------------------------*/

.newsletter-section .form-control::-moz-placeholder { color: #999; } 
.newsletter-section .form-control:-ms-input-placeholder { color: #999; } 
.newsletter-section .form-control::-webkit-input-placeholder { color: #999; } 

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.newsletter-section .btn {
  width: 100%; 
  height: 60px;
  padding: 13px 45px 10px;
  margin-left: 10px;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.newsletter-section .form-notification {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1;
  margin: 7px 0 0;
}

.newsletter-section .form-notification.error {
  color: #f6412d!important;
}

.newsletter-section .form-notification.valid {
  color: #48af4b!important;
}




/* ==========================================================================
  19. BLOG
  ========================================================================== */

.blog-2-post {
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*  BLOG POST TYPOGRAPHY
/*------------------------------------------*/ 

.blog-1-post .blog-post-txt,
.blog-2-post .blog-post-txt {
  margin-top: 30px;
}

.blog-post-txt h6,
.blog-post-txt h5 {
  margin-bottom: 10px;
}

.blog-post-txt h5 a {
  color: #201e29;
}

.blog-post-txt h5 a:hover {
  text-decoration: underline;
}

p.post-tag {
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

p.post-tag span {
  padding: 0 4px;
}

.blog-post-txt p.p-lg {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Blog Post Image
/*------------------------------------------*/ 

.blog-1-post .item-overlay,
.blog-2-post .item-overlay {
  background: rgba(20, 20, 20, .3);
}

/*------------------------------------------*/
/*  Blog Post Image Hover Effect 
/*------------------------------------------*/ 

.blog-1-post:hover img,
.blog-2-post:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.blog-1-post:hover .item-overlay,
.blog-2-post:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}




/* ==========================================================================
  20. SINGLE BLOG POST
  ========================================================================== */

.post-content {
  padding: 0 5%;
}

/*------------------------------------------*/
/*  Single Post Title
/*------------------------------------------*/

.single-post-title h3,
.single-post-title h2 {
  padding: 0 3%;
  margin-bottom: 20px;
}

.single-post-title p.post-tag {
  font-size: 0.95rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.single-post-title p.post-tag span {
  padding: 0 8px;
}

.single-post-title p.post-tag a {
  color: #1d293f;
  font-weight: 700;
}

/*------------------------------------------*/
/*  Single Post Text
/*------------------------------------------*/

.single-post-txt h5 {
  margin-top: 20px;
  margin-bottom: 22px;
}

.single-post-txt span.txt-700 {
  color: #1d293f;
}

/*------------------------------------------*/
/*  Single Post Image
/*------------------------------------------*/

.post-inner-img {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*  POST SHARE LINKS
/*------------------------------------------*/ 

.post-share-links {
  border-top:  1px solid #ccc;
  margin-top: 60px;
  padding-top: 60px;
}

.post-tags-list span a {
  color: #999;
  background-color: #f6f7f8;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  padding: 10px 16px 9px;
  margin-right: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
/*-----------------------------------------*/

.post-share-links .share-social-icons {
  display: inline-block; 
  padding-left: 0;
  margin-top: 3px;
}

.post-share-links .share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.post-share-links .share-social-icons a.share-ico span {
  opacity: .75;
  margin-top: 3px;
  margin-left: 20px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.post-share-links .share-social-icons a.share-ico:hover span {
  opacity: 1;
}

/*------------------------------------------*/
/*  POST COMMENTS
/*------------------------------------------*/

.post-comments {
  padding-top: 100px;
}

.post-comments hr {
  margin-top: 24px; 
  margin-bottom: 40px; 
}

.post-comments h5.h5-lg,
.post-comments h5.h5-xl {
  margin-bottom: 60px;
}

.post-comments img {
  width: 68px;
  height: 68px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.comment-body {
  margin-left: 25px;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta h6 {
  line-height: 1;
  margin-bottom: 2px;
}

.comment-date {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

/*------------------------------------------*/
/*  Comment Reply 
/*------------------------------------------*/

.btn-reply {
  margin-left: 3px;
}

.btn-reply a {
  font-size: 17px;
  font-weight: 400; 
}

.btn-reply span {
  position: relative;
  top: 3px;
  margin-right: 4px;
  left: 3px;
}

.btn-reply.ico-20 [class*="flaticon-"]:before, 
.btn-reply.ico-20 [class*="flaticon-"]:after { font-size: 0.975rem; }

.btn-reply a:hover {
  color: #222;
}

/*------------------------------------------*/
/*  SINGLE POST COMMENT FORM
/*------------------------------------------*/

.post-comments #leave-comment h5 {
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 5px;
  border: none;
}

.comment-form {
  position: relative;
  margin-top: 60px;
}

.comment-form p {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 8px;
  display: block;
}

.comment-form .form-control {
  height: 56px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 0;
  color: #5f5842;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.comment-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
}

.comment-form textarea { min-height: 220px; }
.comment-form textarea.form-control { 
  padding: 20px 15px;
}

/*------------------------------------------*/
/*  Comment Form Button
/*------------------------------------------*/

.comment-form .btn {
  margin-top: 15px;
}

.comment-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

.comment-form-msg {
  width: 100%!important;
  display: block;
  margin-top: 15px;
  padding-left: 0;
}

.comment-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-weight: 400;
}

.comment-form .error {
  color: #e74c3c;
  font-size: 14.5px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 10px;
}

.comment-form .form-control.error {
  font-size: 17px!important;
}




/* ==========================================================================
  21. BOOKING
  ========================================================================== */

.booking-form .col-md-6,
.booking-form .col-lg-6,
.booking-form .col-md-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.booking-1-wrapper,
.booking-2-wrapper {
  position: relative;
  border: 1px solid #f5f5f5;
  padding: 65px 40px 55px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  z-index: 3;
}

.booking-2-txt {
  position: relative;
  z-index: 2;
  padding: 90px 90px 90px 100px;
  margin-right: -60px;
}

.booking-2-txt:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

/*------------------------------------------*/
/*  BOOKING TYPOGRAPHY
/*------------------------------------------*/

.booking-1-wrapper .section-id,
.booking-2-wrapper .section-id {
  margin-bottom: 16px;
}

.booking-1-wrapper h4,
.booking-2-wrapper h4 {
  margin-bottom: 35px;
}

.booking-2-txt h5 {
  margin-bottom: 15px;
}

.booking-2-hours {
  margin-top: 20px;
}

.booking-2-hours p {
  margin-bottom: 3px;
}

/*------------------------------------------*/
/*  BOOKING IMAGE
/*------------------------------------------*/

.booking-1-img {
  margin-right: -60px;
}

/*------------------------------------------*/
/*  BOOKING FORM
/*------------------------------------------*/

.booking-form .form-control,
.booking-form .form-select {
  height: 52px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 0;
  color: #5f5842;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  padding: 0 12px;
  margin-bottom: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*  Booking Form Placeholder
/*------------------------------------------*/

.booking-form .form-control::-moz-placeholder { color: #5f5842; } 
.booking-form .form-control:-ms-input-placeholder { color: #5f5842; }
.booking-form .form-control::-webkit-input-placeholder { color: #5f5842; }

/*------------------------------------------*/
/*  Booking Form Input Focus
/*------------------------------------------*/

.booking-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Booking Form Message
/*------------------------------------------*/

.booking-form-msg {
  width: 100%!important;
  display: block;
  margin-top: 10px;
  padding-left: 0;
}

.booking-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-weight: 400;
}

.booking-form .error {
  color: #e74c3c;
  font-size: 14.5px;
  font-weight: 300;
  margin-bottom: 20px;
}

.booking-form .form-control.error {
  font-size: 17px!important;
}




/* ==========================================================================
  22. CONTACTS
  ========================================================================== */

.contacts-1-wrapper {
  padding: 0 4%;
}  

.contacts-2-wrapper {
  padding: 0 5%;
}

.contacts-2-wrapper .title-01 {
  margin-top: 60px;
}

.contacts-3-wrapper {
  padding: 0 6%;
}

/*------------------------------------------*/
/*  CONTACT BOX
/*------------------------------------------*/

.cbox-3 {
  position: relative;
  height: 300px;
}

.cbox-3-txt {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  z-index: 3;
}

.cbox-2 h5 {
  line-height: 1;
  margin-bottom: 20px;
}

.cbox-3 h5 {
  margin-bottom: 18px;
}

.cbox-1 p,
.cbox-2 p {
  font-weight: 400;
  margin-bottom: 3px;
}

.cbox-3 p {
  font-weight: 400;
  padding: 0 6%;
  margin-bottom: 20px;
}

.cbox-2 p a,
.cbox-1 p.p-xl,
.cbox-1 p.p-xl a {
  color: #201e29;
  font-weight: 600;
}

.cbox-2 p span {
  color: #201e29;
  font-weight: 600;
  margin-left: 10px;
}

#contacts-3 .cbox-2 p span {
  margin-left: 15px;
}

.contacts-section .tra-link {
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 12px;
}

.cbox-1 a,
.cbox-2 a {
  text-decoration: underline;
} 

/*------------------------------------------*/
/*  CONTACT FORM
/*------------------------------------------*/

.contact-form .form-control {
  height: 56px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 0;
  color: #5f5842;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*  Contact Form Textarea
/*------------------------------------------*/

.contact-form textarea { min-height: 220px; }
.contact-form textarea.form-control { 
  padding: 20px 15px;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.contact-form .form-control::-moz-placeholder { color: #5f5842; } 
.contact-form .form-control:-ms-input-placeholder { color: #5f5842; }
.contact-form .form-control::-webkit-input-placeholder { color: #5f5842; }

/*------------------------------------------*/
/*  Contact Form Input Focus
/*------------------------------------------*/

.contact-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
}

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 {
  border: 1px solid green;
  -webkit-text-fill-color: #555;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*------------------------------------------*/
/*  Contact Form Message
/*------------------------------------------*/

.contact-form-msg {
  width: 100%!important;
  display: block;
  margin-top: 10px;
  padding-left: 0;
}

.contact-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-weight: 400;
}

.contact-form .error {
  color: #e74c3c;
  font-size: 14.5px;
  font-weight: 300;
  margin-bottom: 20px;
}

.contact-form .form-control.error {
  font-size: 17px!important;
}




/* ==========================================================================
  23. GOOGLE MAP
  =========================================================================== */

.google-map {
  position: relative;
  padding: 0px 0px 85%;
  height: 0px;
  overflow: hidden;
}

#gmap .google-map,
#gmap-1 .google-map {
  padding: 0px 0px 36%;
}

.footer .google-map {
  padding: 0px 0px 70%;
}

.google-map iframe, 
.google-map object, 
.google-map embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border:0;
}




/* ==========================================================================
  24. FOOTER
  ========================================================================== */

.footer {
  padding-top: 100px;
  padding-bottom: 40px;
}

#footer-1 .footer-info {
  padding-left: 3%;
}

#footer-2 .footer-contacts {
  padding-left: 30%;
  padding-right: 10%;
}

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h6,
.footer h5,
.footer h4 {
  line-height: 1;
  margin-bottom: 25px;
}

.footer-contacts p,
#footer-3 .footer-info p {
  margin-bottom: 3px;
}

#footer-2 .footer-contacts p {
  margin-bottom: 2px;
}

#footer-1 .footer-info p,
#footer-1 .footer-contacts p {
  font-weight: 400;
  margin-bottom: 3px;
}

.footer-info a,
.footer-contacts a {
  text-decoration: underline;
}

.footer-info h5.booking-link {
  line-height: 1;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 0;
}

#footer-2 h4.h4-xs,
#footer-2 h4.h4-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}

#footer-2 h4.h4-xs a,
#footer-2 h4.h4-sm a { 
  text-decoration: none;
}

/*------------------------------------------*/
/*  FOOTER LINKS
/*------------------------------------------*/

.footer-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.footer-links li p {
  margin-bottom: 5px;
}

/*------------------------------------------*/
/*   FOOTER SOCIAL LINKS
/*------------------------------------------*/

.foo-socials {
  display: inline-block; 
  margin-top: 20px;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 12px 0 0;
  padding: 0;
}

.foo-socials a {
  display: block;
  text-decoration: none;
}

.foo-socials.ico-20 [class*="flaticon-"]:before, 
.foo-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.4rem; }

/*------------------------------------------*/
/*  FOOTER INSTAGRAM IMAGES
/*------------------------------------------*/

.footer-img li {
  display: inline-block!important;
  margin: 0 0 10px 6px;
}

.footer-img img.insta-img {
  width: 110px;
  height: 110px;
}

.foo-img .item-overlay {
  background: rgba(40, 40, 40, .2);
}

.foo-img:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.foo-img:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}

/*------------------------------------------*/
/*  FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form p {
  font-size: 1rem;
  margin-top: 25px;
}

.footer-form p a {
  font-weight: 700;
  text-decoration: underline;
}

.footer-form .form-control {
  height: 56px;
  color: #666;
  font-size: 1.1rem;
  padding: 0 15px;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .form-control:focus {
  border: 1px solid #373b4d;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Footer Form Placeholder
/*------------------------------------------*/

.footer-form .form-control::-moz-placeholder { color: #6c757d; } 
.footer-form .form-control:-ms-input-placeholder { color: #6c757d; } 
.footer-form .form-control::-webkit-input-placeholder { color: #6c757d; } 

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.footer-form .btn {
  font-size: 0.85rem;
  height: 56px;
}

/*------------------------------------------*/
/*  Footer Form Notification
/*------------------------------------------*/

.footer-form .form-notification {
  color: #e03a3e;
  font-size: 0.95rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 12px;
  margin-left: 5px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

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

/*------------------------------------------*/
/*  BOTTOM FOOTER LINKS
/*------------------------------------------*/

.bottom-footer-list li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none !important;
}

.bottom-footer-list span {
  position: relative;
  top: 3px;
  padding: 0 8px;
}

.bottom-footer-list li p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  FOOTER COPYRIGHT
/*------------------------------------------*/

.footer-copyright p {
  margin-bottom: 0;
}




/* ==========================================================================
  25. INNER PAGE WRAPPER
  =========================================================================== */

.inner-page-hero {
  padding-top: 180px;
}

/*------------------------------------------*/
/*  INNER PAGE HERO
/*------------------------------------------*/

.page-hero-section {
  background: no-repeat center center;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 110px;
}

#about-page.page-hero-section {
  background-image: url(../images/about-page.jpg);
}

#booking-page.page-hero-section {
  background-image: url(../images/booking-page.jpg);
}

#careers-page.page-hero-section {
  background-image: url(../images/careers-page.jpg);
}

#contacts-page.page-hero-section {
  background-image: url(../images/contacts-page.jpg);
}

#faqs-page.page-hero-section {
  background-image: url(../images/faqs-page.jpg);
}

#gallery-page.page-hero-section {
  background-image: url(../images/gallery-page.jpg);
}

#gift-cards-page.page-hero-section {
  background-image: url(../images/gift-cards-page.jpg);
}

#pricing-page.page-hero-section {
  background-image: url(../images/pricing-page.jpg);
}

#team-page.page-hero-section {
  background-image: url(../images/team-page.jpg);
}

/*------------------------------------------*/
/*  INNER PAGE HERO TYPOGRAPHY
/*------------------------------------------*/

.page-hero-section h3,
.page-hero-section h2 {
  margin-bottom: 20px;
}




/* ==========================================================================
  26. BREADCRUMB
  =========================================================================== */

#breadcrumb {
  text-align: center;
}

.breadcrumb-nav {
  display: inline-block;
  margin: 0 auto;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
}

/*------------------------------------------*/
/*  BREADCRUMB TYPOGRAPHY
/*------------------------------------------*/ 

.breadcrumb-item {
  color: #fff;
  font-size: 0.85rem!important;
  line-height: 1!important;
  font-weight: 700;
  letter-spacing: 0.1865rem;
  text-transform: uppercase;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: underline;
}

.breadcrumb-item.active,
.breadcrumb-item1 a:hover {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.15rem;
  display: inline-block;
  padding-right: 16px;
  margin-top: -3px;
  color: #fff;
  content: "\00bb";
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 19px;
}




/* ==========================================================================
  27. PAGE PAGINATION
  =========================================================================== */

.page-link {
  font-size: 1.15rem;
  font-weight: 700;
  padding: 3px 13px;
  margin: 0 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.page-item:first-child .page-link {
  border-top-left-radius:0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination span { position: relative; font-size: 0.95rem; top: 2px; } 

.pagination.ico-20 [class*="flaticon-"]:before, 
.pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.85rem; } 

.page-link { 
  color: #333233; 
}

.page-item.active .page-link {
  color: #fff;
  background-color: #333233;
  border: 1px solid #333233;
}

.page-item.disabled .page-link {
  color: #333233;
  background-color: transparent;
  border: 1px solid transparent;
}

.page-link:hover {
  color: #333233;
  background-color: transparent;
  border: 1px solid #333233;
}

.page-link:focus {
  background-color: transparent;
  color: #333233;
  border: 1px solid transparent;
  box-shadow: 0 0;
}




/* ==========================================================================
  28. SCROLL TO TOP
  ========================================================================== */  
 
#scrollUp {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(10, 10, 10, .25);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

#scrollUp:hover {
  background-color: rgba(10, 10, 10, .85);
}

nav a#pull {  
  display: none;  
}




/* ==========================================================================
   STYLE CHANGER 
  ========================================================================== */

#stlChanger {
  position: fixed;
  z-index: 9999;
  font-size: 0.9375rem;
  overflow: hidden;
  right: -230px;
  top: 100px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#stlChanger.open {
  right: 0px;
}

#stlChanger .bgChanger {
  min-width: 280px;
  min-height: 280px;
}

#stlChanger .blockChanger {
  width: 230px;
}

#stlChanger .chBody {
  background: #282920;
  width: 230px;
  position: relative;
  overflow: hidden;
  border: 1px solid #282920;
  height: 550px; 
  overflow: scroll; 
  overflow-x: hidden;
  direction: rtl;
  margin-left: 50px;
}

#stlChanger .chBut {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 1000000;
  text-align: center;
  border-left: none;
  padding: 0 0 0 2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); 
}

#stlChanger .chBut.icon-xs [class*="flaticon-"]:before,
#stlChanger .chBut.icon-xs [class*="flaticon-"]:after {   
  color: #fff;
  font-size: 2.15rem;
  line-height: 48px!important;
}

#stlChanger p {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#stlChanger .stBgs a {
  text-decoration: none;
  width: 50px;
  height: 50px;
  float: left;
  padding: 0;
  margin: 0 5px 8px;
  cursor: pointer;
  opacity: 1;
}

#stlChanger .stBgs a img {
  width: 50px;
  height: 50px;
}

.stBlock1 {
  margin: 0 20px 25px 20px;
}

.stBlock .btn {
  width: 100%;
  font-size: 0.785rem;
  line-height: 1;
  padding: 13px 18px;
  margin-top: 15px;
}

.s_1 img {
  opacity: 1;
  margin-bottom: 15px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.s_1 img:hover {
  opacity: 0.8;
}







/*
  Template Name: La Notte - Nail Salon HTML5 Template
  Theme URL: https://themeforest.net/user/dsathemes
  Description: La Notte - Nail Salon HTML5 Template
  Author: DSAThemes
  Author URL: https://themeforest.net/user/dsathemes
  Version: 1.0.0
  Website: www.dsathemes.com
  Tags: DSAThemes, Beauty, Salon, Beauty Parlour, Nails, Manicure, Pedicure, Care, Health, Massage
*/




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1281px) and (max-width: 1920.99px) {


  /*------------------------------------------*/
  /*  HERO
  /*------------------------------------------*/

  /* Hero-1 */
  #hero-1 .caption-txt h2 { padding: 0 5%; }

  /* Hero-2 */
  #hero-2:after { width: 35%; }
  .hero-2-txt { padding-left: 80px; }
  .hero-2-txt p {padding-right: 10%; }

  /* Hero-5 */
  .hero-5-txt { padding: 80px; margin-left: 25px; margin-right: -50px; }
  .hero-5-txt h2 { padding-right: 3%; }

  /* Hero-6 */
  .hero-6-txt h2 { padding: 0 10%; }
  .hero-6-images { margin: 70px 3% 0; }

  /* Hero-7 */
  #hero-7 .caption-txt { padding-left: 80px; padding-right: 10%; }
  #hero-7 .caption-txt h2 { padding-right: 2%; }
  #hero-7 .caption-txt p { padding-right: 5%; }

  /* Hero-8 */
  .hero-8-txt { padding: 0 10%; }



}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199.95px) {

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/ 

  /* Header H6 */
  h6.h6-xs { font-size: 1.25rem; }  
  h6.h6-sm { font-size: 1.25rem; }  
  h6.h6-md { font-size: 1.25rem; }  
  h6.h6-lg { font-size: 1.25rem; }  
  h6.h6-xl { font-size: 1.3rem; }  

  /* Header H5 */
  h5.h5-xs { font-size: 1.3rem; }   
  h5.h5-sm { font-size: 1.3rem; }    
  h5.h5-md { font-size: 1.35rem; }   
  h5.h5-lg { font-size: 1.4rem; }  
  h5.h5-xl { font-size: 1.5rem; }     

  /* Header H4 */
  h4.h4-xs { font-size: 1.6rem; }  
  h4.h4-sm { font-size: 1.7rem; }    
  h4.h4-md { font-size: 1.8rem; }   
  h4.h4-lg { font-size: 1.9rem; }   
  h4.h4-xl { font-size: 2rem; }   

  h3.h3-xs { font-size: 2.1rem; }  
  h3.h3-sm { font-size: 2.2rem; }  
  h3.h3-md { font-size: 2.3rem; }   
  h3.h3-lg { font-size: 2.4rem; } 
  h3.h3-xl { font-size: 2.5rem; }    

  /* Header H2 */
  h2.h2-xs { font-size: 2.6rem; } 
  h2.h2-sm { font-size: 2.7rem; } 
  h2.h2-md { font-size: 2.8rem; }  
  h2.h2-lg { font-size: 2.9rem; }  
  h2.h2-xl { font-size: 3.125rem; }   

  h2.h2-title-xs { font-size: 3.4rem; } 
  h2.h2-title-sm { font-size: 3.65rem; }  
  h2.h2-title-md { font-size: 3.9rem; }
  h2.h2-title-lg { font-size: 4.16rem; }    
  h2.h2-title-xl { font-size: 4.42rem; } 

  /* Paragraphs */
  p { font-size: 1rem; }     
  p.p-md { font-size: 1.05rem; } 
  p.p-lg { font-size: 1.1rem; }  
  p.p-xl { font-size: 1.125rem; }

  p.p-title-xs { font-size: 1.125rem; } 
  p.p-title-sm { font-size: 1.15rem; }  
  p.p-title-md { font-size: 1.2rem; }  
  p.p-title-lg { font-size: 1.25rem; }   
  p.p-title-xl { font-size: 1.3rem; } 

  /* Video Popup Icon */
  .video-btn-xl { width: 110px; height: 110px; margin-top: -55px; margin-left: -55px; }

  .video-btn.video-btn-xl [class^="flaticon-"]:before, 
  .video-btn.video-btn-xl [class^="flaticon-"]:after {line-height: 110px!important; margin-left: 8px; }

  /* Vector Icons */
  .ico-15 [class*="flaticon-"]:before, .ico-15 [class*="flaticon-"]:after { font-size: 0.875rem; } 
  .ico-20 [class*="flaticon-"]:before, .ico-20 [class*="flaticon-"]:after { font-size: 1.125rem; }  
  .ico-25 [class*="flaticon-"]:before, .ico-25 [class*="flaticon-"]:after { font-size: 1.3rem; } 
  .ico-30 [class*="flaticon-"]:before, .ico-30 [class*="flaticon-"]:after { font-size: 1.5625rem; } 
  .ico-35 [class*="flaticon-"]:before, .ico-35 [class*="flaticon-"]:after { font-size: 1.85rem; }  
  .ico-40 [class*="flaticon-"]:before, .ico-40 [class*="flaticon-"]:after { font-size: 2.1rem; }  
  .ico-45 [class*="flaticon-"]:before, .ico-45 [class*="flaticon-"]:after { font-size: 2.35rem; } 
  .ico-50 [class*="flaticon-"]:before, .ico-50 [class*="flaticon-"]:after { font-size: 2.6rem; }
  .ico-55 [class*="flaticon-"]:before, .ico-55 [class*="flaticon-"]:after { font-size: 2.9rem; } 
  .ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 3.125rem; } 
  .ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 3.4rem; }  
  .ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 3.65rem; }  
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 3.9rem; } 
  .ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 4.175rem; }  
  .ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 4.45rem; } 
  .ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 4.7rem; }  
  .ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 4.95rem; } 
  .ico-100 [class*="flaticon-"]:before, .ico-100 [class*="flaticon-"]:after { font-size: 5.2rem; }  
  .ico-105 [class*="flaticon-"]:before, .ico-105 [class*="flaticon-"]:after { font-size: 5.5rem; } 
  .ico-110 [class*="flaticon-"]:before, .ico-110 [class*="flaticon-"]:after { font-size: 5.75rem; }  
  .ico-115 [class*="flaticon-"]:before, .ico-115 [class*="flaticon-"]:after { font-size: 6rem; } 
  .ico-120 [class*="flaticon-"]:before, .ico-120 [class*="flaticon-"]:after { font-size: 6.25rem; }   
  .ico-125 [class*="flaticon-"]:before, .ico-125 [class*="flaticon-"]:after { font-size: 6.5rem; } 

  /* Section Id */
  .section-id { font-size: 0.8rem; margin-bottom: 25px; }

  /* Section Title */
  .title-01.mb-60 { margin-bottom: 50px; }
  .title-01.mb-65 { margin-bottom: 55px; }
  .title-01.mb-70 { margin-bottom: 60px; }

  /* Uppercase Text */
  .txt-upcase { font-size: 0.8rem; }

  /* More Button */
  .more-btn.mt-40 { margin-top: 30px; }
  .more-btn.mt-70 { margin-top: 60px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  .desktoplogo img, .wscenterlogo img { max-height: 42px; }
  .wscenterlogo img { max-height: 45px; }
  .scroll .wscenterlogo img { max-height: 40px; }

  .centered-menu .wsmenu { padding: 0; }
  .tra-menu.tra-menu-wide .wsmainfull { padding: 30px 0; }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 { width: 90%!important; left: 8%; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 42%; }

  .wsmenu > .wsmenu-list > li > a { font-size: 0.85rem; margin: 0 4px; padding: 10px 13px; }
  .centered-menu .wsmenu > .wsmenu-list > li > a { font-size: 0.85rem; margin: 0 2px; padding: 10px 8px; }
  .centered-menu .wsmenu > .wsmenu-list > li.wscenterlogo > a { margin: 0; padding: 10px 0; }

  .wsmenu > .wsmenu-list > li a.btn {font-size: 0.85rem;line-height: 30px;margin-top: 14px;margin-left: 8px;padding: 4px 10px 3px;}

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { font-size: 0.8rem; }
  .wsmegamenu .post-summary a { font-size: 0.8rem; }

  /*------------------------------------------*/
  /*  HERO
  /*------------------------------------------*/

  /* Hero Slider */
  .slider, .slider .slides { height: 530px; }
  #hero-4 .slider, #hero-4 .slider .slides { height: 430px; }
  #hero-7 .slider { height: 500px; margin-top: 120px; }
  #hero-7 .slider .slides { height: 500px; }

  /* Hero-1 */
  #hero-1 .caption-txt h2 { font-size: 4.5rem; }

  /* Hero-2 */
  #hero-2 { padding-top: 100px; margin-bottom: 40px; } 
  .hero-2-txt h2 { font-size: 4.35rem; }
  .hero-2-img { margin: 0 -40px -40px -40px; }

  /* Hero-3 */
  #hero-3 { padding-top: 165px; padding-bottom: 115px; } 

  .hero-3-txt h2 { font-size: 3.85rem; margin-bottom: 5px; }
  .hero-3-txt p { font-size: 1.45rem; margin-bottom: 25px; }

  /* Hero-5 */
  .hero-5-overlay { padding-top: 160px; padding-bottom: 105px; }
  .hero-5-txt h2 { font-size: 3.85rem; }

  /* Hero-6 */
  #hero-6 { padding-top: 150px; }
  .hero-6-txt h2 { padding: 0 5%; margin-bottom: 25px; }
  .hero-6-images { margin-top: 60px; }

  /* Hero-7 */
  #hero-7 .caption-txt { padding-left: 50px; }
  #hero-7 .caption-txt h2 { font-size: 4.15rem;  }

  /* Hero-8 */
  #hero-8 { padding-top: 160px; margin-bottom: 80px; }
  .hero-8-txt h2 { font-size: 4rem; }
  .hero-8-img { margin: 50px 0 -80px; }

  /* Hero-9 */
  #hero-9 { padding-top: 210px; margin-bottom: 80px; }
  .hero-9-txt h2 { font-size: 3.65rem; margin-bottom: 20px; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/ 

  /* About */
  #about-9 { padding-top: 80px; padding-bottom: 60px; }
  #about-9:after { width: 75%; }

  .txt-block.left-column, .txt-table.left-column, .img-block.left-column { padding-left: 0; padding-right: 15px; }
  .txt-block.right-column, .img-block.right-column { padding-left: 15px; padding-right: 0; }
  #about-2 .txt-block.right-column { padding-left: 0; padding-right: 0; margin-left: -20px; }

  .about-6-txt { padding: 80px 40px 80px 15px; }
  .about-7-txt { padding: 80px 15px 80px 40px; }
  .about-8-txt { margin-top: 70px; padding-left: 5px; padding-right: 10px; }
  .about-9-txt { padding-left: 0; margin-right: -35px; }
  .about-10-txt { padding: 20px 40px 20px 20px; }
  .about-11-txt { padding: 55px; margin-right: -90px; }

  #about-4.about-section h3 { margin-bottom: 0; }
  .about-section .btn { margin-top: 15px; }

  .txt-table .table td, .txt-table .table th { font-size: 1.175rem; padding: 13px 0; }

  .accordion-wrapper { margin-bottom: 10px; }
  .accordion-thumb { padding: 14px 0 15px; }
  .accordion-thumb h6, .accordion-thumb h5, .accordion-thumb h4 { margin-top: 0; margin-bottom: 0; }
  .accordion-item .accordion-thumb:before, .accordion-item.is-active .accordion-thumb:before { top: 16px; }

  .about-6-img { margin: 60px 30px -60px 0; }
  .about-7-img { margin: 60px 0 -60px 30px; }
  .about-8-img { padding: 0 20px 0 0; }
  .about-10-img { margin: 60px 0; }

  /* Services */
  .sbox-5-wrapper .col { padding: 0 10px; }
  .sbox-3-wrapper { margin-left: 60px; }
  .sbox-4-wrapper { margin-right: 60px; }

  .sbox-1 { padding: 45px 25px; } 
  .sbox-2, .sbox-3, .sbox-4 { padding: 0; } 

  .sbox-6 h5 { margin-top: 10px; } 

  /* Gallery */
  #gallery-1 .container { padding: 0; }
  #gallery-4 .col { padding: 0 8px; }
  #img-4-1 { margin-top: 60px; }
  #img-4-2 { margin-bottom: 16px; }
  #img-4-3 { margin-right: -30px; }
  #img-4-4 { margin-top: 60px; margin-bottom: 16px; }
  #img-4-5 { margin-left: 30px; }
  #img-4-6 { margin: 30px 15px 16px; }

  /* Video */
  #video-1 { padding-top: 180px; padding-bottom: 180px; }
  .video-2-overlay { padding-top: 90px; padding-bottom: 90px; }

  /* Team */
  #team-2 { padding-bottom: 75px; }
  #team-2 .masonry-wrap .masonry-image { margin-bottom: 16px; padding: 0 6px; }
  .career-box { padding: 45px 35px 30px; }

  #team-1 .team-member-data h5 { font-size: 1.35rem; }
  .career-box-btn .btn { padding: 9px 22px 7px; }

  /* Pricing */
  .pricing-1-wrapper { margin-left: 60px; padding-right: 0; }
  .pricing-2-wrapper { margin-right: 60px; padding-left: 0; }
  .pricing-3-wrapper, .pricing-6-wrapper { padding: 0; }
  .p4-wrapper { padding: 60px 40px; }
  .p7-wrapper { padding: 60px; }

  .pricing-title { margin-bottom: 35px; }

  .pricing-3-table.pr-25, .pricing-6-table.pr-25 { padding-right: 10px; }
  .pricing-3-table.pl-25, .pricing-6-table.pl-25 { padding-left: 10px; }
  .pricing-4-item.pr-15 { padding-right: 5px; }
  .pricing-4-item.pl-15 { padding-left: 5px; }
  .pricing-4-item .col-lg-9 { padding-left: 0; }
  .pricing-7-table.pr-15 { padding-right: 10px; }
  .pricing-7-table.pl-15 { padding-left: 10px; }
  .pricing-4-item .price-txt p { font-size: 0.975rem; }

  .pricing-1-img { margin-left: -50px; margin-right: -20px; }
  .pricing-2-img { margin-left: -20px; margin-right: -50px; }
  .pricing-5-img { margin-left: -40%; }

  /* Gift Cards */
  .cards-1-row .col { padding: 0 8px; }
  .cards-2-txt { padding-left: 0; padding-right: 15px; }

  .gift-card { padding: 60px 25px; }
  .gift-card span { font-size: 4.85rem; }
  .gift-card sup { font-size: 2.75rem; }
  .cards-2-txt p { padding-right: 0; margin-bottom: 30px; }

  /* Brands */
  #brands-1 { padding-top: 50px; padding-bottom: 50px; }
  #brands-1 .brand-logo { padding: 0 10px; }

  /* Testimonials */
  .review-1 {  margin: 0 10px 40px; }
  .review-2 .quote-icon { margin-bottom: -50px; }

  .review-2-txt p { font-size: 1.7rem; }

  /* Promo */
  #promo-1 .col { padding: 0 8px; }
  #pb-4-1 {padding: 80px 60px 80px 20px;}
  #pb-4-2 { padding: 80px 20px 80px 60px; }

  #pb-4-1 h2 { font-size: 3.25rem; letter-spacing: -2px; margin-bottom: 40px; }
  #pb-4-2 h2 { font-size: 8.5rem; letter-spacing: -3px; margin-bottom: 35px; }

  /* Banner */
  #banner-1 { padding-top: 80px; padding-bottom: 80px; }
  .banner-2-wrapper { padding-top: 60px; padding-bottom: 70px; }
  .banner-5-wrapper { padding: 60px 65px; }
  #banner-6 { padding-top: 140px; padding-bottom: 140px; }

  .banner-3-txt { padding: 80px 0; }
  .banner-4-txt { padding: 80px 80px 80px 20px; }

  .banner-1-txt h3 { font-size: 5rem; }
  .banner-1-txt h2 { font-size: 6.85rem; }
  .banner-2-txt h2 { margin-bottom: 30px; }
  .banner-3-txt h2, .banner-4-txt h2 { font-size: 5.5rem; }
  .banner-3-txt h5 { padding: 0 15%; }
  .banner-4-txt h5 { padding: 0 12%; }

  /* FAQs */
  .questions-holder.pr-15 { padding-right: 0; }
  .questions-holder.pl-15 { padding-left: 0; }
  #faqs-1 .question { margin-bottom: 30px; }

  .more-questions { margin-top: 20px; }

  /* Newsletter */
  .newsletter-wrapper { padding: 70px 80px 40px; }
  #newsletter-1 .newsletter-form { padding: 0 10%; }
  #newsletter-1 .newsletter-form p { padding: 0 8%; }

  .newsletter-section .form-control { height: 54px; }
  .newsletter-section .btn { height: 54px; padding: 13px 40px; margin-left: 10px; }

  /* Blog */
  #blog-2 { padding-bottom: 50px; }
  #blog-1 .col { padding-left: 7px; padding-right: 7px; } 
  #blog-2 .masonry-image { padding: 0 8px; }
  #blog-1 p.post-tag { font-size: 0.8rem; margin-bottom: 20px; }
  p.post-tag span { padding: 0 3px; }

  /* Single Post */
  .post-content { padding: 0; }
  .single-post-title h2 { padding: 0 10%; }
  .single-post-title p.post-tag { font-size: 0.85rem; }

  .single-post-txt h5 { margin-top: 25px; margin-bottom: 20px; }
  .post-inner-img { margin-top: 40px; margin-bottom: 40px; }

  .post-share-links .share-social-icons { margin-top: 8px; }
  .post-tags-list span a { font-size: 0.8rem; }

  .post-share-links { margin-top: 50px; padding-top: 60px; }
  .post-comments { padding-top: 80px; }

  .post-comments #leave-comment h5 { margin-top: 60px; }

  /* Booking */
  .booking-1-wrapper, .booking-2-wrapper { padding: 50px 25px 40px; margin-left: -30px; }
  .booking-2-txt { padding: 80px; margin-right: -30px; }
  .booking-1-img { margin-right: -25%; }

  /* Contacts */
  .contacts-1-wrapper, .contacts-2-wrapper { padding: 0 2%; }
  .contacts-2-wrapper .title-01 { margin-top: 40px; }

  .cbox-3 { height: 270px; }
  .cbox-3-txt { width: 78%; left: 11%; }

  .form-holder.pc-30 { padding: 0 15px; }
  .contact-form .form-control { height: 54px; font-size: 16px; }
  .contact-form textarea { min-height: 180px; }

  /* Footer */
  .bottom-footer { padding-top: 30px; }
  #footer-1 .footer-info { padding-left: 0; }
  #footer-2 .footer-contacts { padding-left: 25%; padding-right: 10%; }

  .footer h6, .footer h5 { margin-bottom: 20px; }
  .footer-info h5.booking-link { margin-top: 20px; }
  #footer-3 .footer-contacts p.txt-600 { font-size: 1.15rem!important; }
  .foo-socials.ico-20 [class*="flaticon-"]:before, .foo-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.3rem; }

  .footer-img img.insta-img { width: 98px; height: 98px; }

  .footer-form p { font-size: 1.05rem; margin-top: 25px; }
  .footer-form .form-control, .footer-form .btn { height: 52px; }

  .bottom-footer-list span { top: 2px; padding: 0 7px; }
  .footer-copyright p, .bottom-footer-list p { font-size: 1.05rem; }

  /* Page Hero */
  .page-hero-section { padding-top: 140px; padding-bottom: 90px; }

  /* Scroll Up */
  #scrollUp { width: 40px; height: 40px; bottom: 20px; right: 20px; }


  

}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991.95px) { 

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/ 

  .mt-100 { margin-top: 80px; }
  .mb-100 { margin-bottom: 80px; }

  .wide-100 { padding-top: 80px; padding-bottom: 80px; }
  .wide-90 { padding-top: 80px; padding-bottom: 70px; }
  .wide-80 { padding-top: 80px; padding-bottom: 60px; }
  .wide-70 { padding-top: 80px; padding-bottom: 50px; }
  .wide-60 { padding-top: 80px; padding-bottom: 40px; }
  .wide-50 { padding-top: 80px; padding-bottom: 30px; }
  .wide-40 { padding-top: 80px; padding-bottom: 20px; }
  .wide-30 { padding-top: 80px; padding-bottom: 10px; }
  .wide-20 { padding-top: 80px; padding-bottom: 0; }

  .pt-100 { padding-top: 80px; }
  .pt-90 { padding-top: 70px; } 
  .pt-80 { padding-top: 60px; } 
  .pt-70 { padding-top: 50px; } 
  .pt-60 { padding-top: 40px; } 
  .pt-50 { padding-top: 30px; } 
  .pt-40 { padding-top: 20px; } 
  .pt-30 { padding-top: 10px; }

  .pb-100 { padding-bottom: 80px; } 
  .pb-90 { padding-bottom: 70px; } 
  .pb-80 { padding-bottom: 60px; } 
  .pb-70 { padding-bottom: 50px; } 
  .pb-60 { padding-bottom: 40px; } 
  .pb-50 { padding-bottom: 30px; } 
  .pb-40 { padding-bottom: 20px; } 
  .pb-30 { padding-bottom: 10px; } 

  .pl-5, .pl-10, .pl-15, .pl-20, .pl-25, .pl-30, .pl-35, .pl-40, .pl-45, .pl-50, .pl-55, .pl-60 { padding-left: 0; }
  .pr-5, .pr-10, .pr-15, .pr-20, .pr-25, .pr-30, .pr-35, .pr-40, .pr-45, .pr-50, .pr-55, .pr-60 { padding-right: 0; }
  .pc-10, .pc-15, .pc-20, .pc-25, .pc-30, .pc-35, .pc-40, .pc-45, .pc-50, .pc-55, .pc-60 { padding-left: 0; padding-right: 0; }

  .bg-scroll, .bg-01, .bg-02, .bg-03, .bg-04, .bg-05, .bg-06, .bg-07, .bg-08 { background-attachment: scroll!important; }

  /* Header H6 */
  h6.h6-xs { font-size: 1.2rem; }  
  h6.h6-sm { font-size: 1.2rem; }  
  h6.h6-md { font-size: 1.2rem; }  
  h6.h6-lg { font-size: 1.25rem; }  
  h6.h6-xl { font-size: 1.25rem; }  

  /* Header H5 */
  h5.h5-xs { font-size: 1.3rem; }   
  h5.h5-sm { font-size: 1.3rem; }    
  h5.h5-md { font-size: 1.35rem; }   
  h5.h5-lg { font-size: 1.4rem; }  
  h5.h5-xl { font-size: 1.4rem; }  

  /* Header H4 */
  h4.h4-xs { font-size: 1.6rem; } 
  h4.h4-sm { font-size: 1.6rem; }   
  h4.h4-md { font-size: 1.65rem; }
  h4.h4-lg { font-size: 1.7rem; } 
  h4.h4-xl { font-size: 1.75rem; } 

  h3.h3-xs { font-size: 1.8rem; }
  h3.h3-sm { font-size: 1.85rem; } 
  h3.h3-md { font-size: 1.9rem; } 
  h3.h3-lg { font-size: 2rem; }
  h3.h3-xl { font-size: 2.05rem; } 

  /* Header H2 */
  h2.h2-xs { font-size: 2.15rem; }
  h2.h2-sm { font-size: 2.25rem; } 
  h2.h2-md { font-size: 2.35rem; }  
  h2.h2-lg { font-size: 2.55rem; } 
  h2.h2-xl { font-size: 2.6rem; } 

  h2.h2-title-xs { font-size: 2.75rem; } 
  h2.h2-title-sm { font-size: 2.75rem; } 
  h2.h2-title-md { font-size: 2.85rem; } 
  h2.h2-title-lg { font-size: 2.85rem; }  
  h2.h2-title-xl { font-size: 3rem; }

  /* Paragraphs */
  p { font-size: 0.95rem; }  
  p.p-md { font-size: 1rem; }   
  p.p-lg { font-size: 1.1rem; }  
  p.p-xl { font-size: 1.1rem; }

  p.p-title-xs { font-size: 1.1rem; } 
  p.p-title-sm { font-size: 1.125rem; }  
  p.p-title-md { font-size: 1.15rem; }  
  p.p-title-lg { font-size: 1.175rem; }   
  p.p-title-xl { font-size: 1.2rem; } 

  /* Buttons */
  .btn.btn-md  { font-size: 0.8rem; padding: 14px 40px 13px; }

  /* Video Popup Icon */
  .video-btn-xl { width: 100px; height: 100px; margin-top: -50px; margin-left: -50px; }
  .video-btn-lg { width: 86px; height: 86px; margin-top: -43px; margin-left: -43px; }

  .video-btn.video-btn-xl [class^="flaticon-"]:before, 
  .video-btn.video-btn-xl [class^="flaticon-"]:after {line-height: 100px!important; margin-left: 8px; }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, 
  .video-btn.video-btn-lg [class^="flaticon-"]:after {line-height: 86px!important; margin-left: 7px; }

  /* Vector Icons */
  .ico-15 [class*="flaticon-"]:before, .ico-15 [class*="flaticon-"]:after { font-size: 0.875rem; }   
  .ico-20 [class*="flaticon-"]:before, .ico-20 [class*="flaticon-"]:after { font-size: 1rem; } 
  .ico-25 [class*="flaticon-"]:before, .ico-25 [class*="flaticon-"]:after { font-size: 1.25rem; }  
  .ico-30 [class*="flaticon-"]:before, .ico-30 [class*="flaticon-"]:after { font-size: 1.45rem; } 
  .ico-35 [class*="flaticon-"]:before, .ico-35 [class*="flaticon-"]:after { font-size: 1.65rem; } 
  .ico-40 [class*="flaticon-"]:before, .ico-40 [class*="flaticon-"]:after { font-size: 1.9rem; } 
  .ico-45 [class*="flaticon-"]:before, .ico-45 [class*="flaticon-"]:after { font-size: 2.15rem; }
  .ico-50 [class*="flaticon-"]:before, .ico-50 [class*="flaticon-"]:after { font-size: 2.35rem; } 
  .ico-55 [class*="flaticon-"]:before, .ico-55 [class*="flaticon-"]:after { font-size: 2.6rem; } 
  .ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 2.81rem; }
  .ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 3.05rem; } 
  .ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 3.3rem; } 
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 3.5rem; } 
  .ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 3.75rem; } 
  .ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 4rem; }  
  .ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 4.25rem; } 
  .ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 4.45rem; } 
  .ico-100 [class*="flaticon-"]:before, .ico-100 [class*="flaticon-"]:after { font-size: 4.7rem; }  
  .ico-105 [class*="flaticon-"]:before, .ico-105 [class*="flaticon-"]:after { font-size: 4.95rem; } 
  .ico-110 [class*="flaticon-"]:before, .ico-110 [class*="flaticon-"]:after { font-size: 5.15rem; }  
  .ico-115 [class*="flaticon-"]:before, .ico-115 [class*="flaticon-"]:after { font-size: 5.4rem; } 
  .ico-120 [class*="flaticon-"]:before, .ico-120 [class*="flaticon-"]:after { font-size: 5.65rem; }  
  .ico-125 [class*="flaticon-"]:before, .ico-125 [class*="flaticon-"]:after { font-size: 5.9rem; }

  /* Transparent Link */
  p.tra-link { font-size: 0.9rem; letter-spacing: 0.0625rem; }
  p.tra-link.mt-20 { margin-top: 15px; }

  /* Section Id */
  .section-id { font-size: 0.8rem; margin-bottom: 20px; }

  /* Section Title */
  .title-01.mb-60 { margin-bottom: 45px; }
  .title-01.mb-65 { margin-bottom: 55px; }
  .title-01.mb-70 { margin-bottom: 60px; }

  /* Uppercase Text */
  .txt-upcase { font-size: 0.8rem; }

  /* More Button */
  .more-btn.mt-40 { margin-top: 30px; }
  .more-btn.mt-70 { margin-top: 60px; }

  /* Masonry Image */
  .masonry-wrap .masonry-image { width: 50%; margin-bottom: 30px; padding: 0 15px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  .headtoppart { display: none; }
  .centered-menu .wsmenu { padding: 0; }
  .centered-menu .wsmenu > .wsmenu-list { display: block; }
  .centered-menu .wsmenu > .wsmenu-list > li { text-align: center; display: block; float: none; }
  .wsmenu > .wsmenu-list > li.wscenterlogo { display: none; }

  .wsmobileheader { height: 80px; text-align: center; box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); } 
  .tra-menu .wsmobileheader, .white-menu .wsmobileheader { background-color: #fff; }
  .dark-menu .wsmobileheader { background-color: #1d293f; }

  .callusbtn { left: 0; top:0; padding: 14px 0 14px 0; margin: 14px 0 0 28px; }
  .callusbtn.ico-20 [class^="flaticon-"]:before, .callusbtn.ico-20 [class^="flaticon-"]:after { 
    font-size: 1.45rem; line-height: 1; 
  }

  .wsanimated-arrow { padding: 14px 22px 14px 0px; margin: 24px 28px 0 0; }
  .wsanimated-arrow span:before { top: -8px; width: 26px; }
  .wsanimated-arrow span:after { bottom: -8px; width: 20px; }

  .dark-menu .wsanimated-arrow span, .dark-menu .wsanimated-arrow span:before, 
  .dark-menu .wsanimated-arrow span:after { background: #eee; }

  .wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span { background: transparent; }

  .wsmenu > .wsmenu-list > li.mg_link:hover > a:after { display: none; }

  .wsmenu > .wsmenu-list > li > .wsmenu-click { height: 64px; }

  .wsmenu > .wsmenu-list > li > a { font-size: 0.95rem; padding: 7px 32px 6px 20px; margin: 0; }
  .tra-menu .wsmenu > .wsmenu-list > li > a, .dark-menu .wsmenu > .wsmenu-list > li > a { color: #666; }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { margin: 23px 18px 0px 0px; }
  .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i { transform: rotate(-45deg); margin-top: 28px; }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { height: 10px; width: 10px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:before,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:before,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 .link-list > li > a:before,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list > li > a:before { font-size: 1.05rem; left: 5px; top: 14px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover:before,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover:before,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 .link-list > li > a:hover:before, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list > li > a:hover:before { left: 17px; }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 { width: 100%; left: 0; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 100%; }    

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { color: #666; font-size: 0.9rem; padding: 12px 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { 
    background-color: transparent; 
    padding: 12px 0 12px 8px; 
    text-decoration: none; 
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.fst-li > a { padding: 0 0 12px; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover { padding: 12px 0 12px 4px; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.fst-li a:hover {padding: 0 0 12px 4px; }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 .title p,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .title p { display: block; font-size: 0.95rem; margin: 0 0 5px 0; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .title { font-size: 1.1rem; padding: 0; }

  .wsmenu > .wsmenu-list > li a.btn { 
    height: 60px; 
    font-size: 0.95rem;
    line-height: 60px; 
    padding: 0 17px; 
    margin: 0;
    border: none;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
  }

  .wsmenu > .wsmenu-list > li a.btn.btn-tra-white { background-color: #eee; border-color: #eee; color: #666; }
  .wsmobileheader .smllogo { display: block; margin-top: 19px; padding-left: 0; }
  .smllogo img { width: auto; max-width: inherit; max-height: 45px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { top: 5px; -webkit-border-radius: 0; -moz-border-radius: 0; 
  -o-border-radius: 0; -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; box-shadow: 0 0; border-bottom: 1px solid #ddd; }
  .wsmenu > .wsmenu-list > li > ul.sub-menu:before, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75:before,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu:before { display: none; }

  /*------------------------------------------*/
  /*  HERO   
  /*------------------------------------------*/

  /* Hero Slider */
  .slider, .slider .slides { height: 420px; }
  #hero-4 .slider { height: 370px; margin-top: 80px; }
  #hero-4 .slider .slides { height: 370px; }
  #hero-7 .slider { height: 440px; margin-top: 120px; }
  #hero-7 .slider .slides { height: 440px; }

  /* Hero-1 */
  #hero-1 .caption-txt { margin-top: -10px; }
  #hero-1 .caption-txt h2 { font-size: 3.75rem; }

  /* Hero-2 */
  #hero-2 { margin-top: 80px; padding-top: 50px; margin-bottom: 40px; } 
  .hero-2-txt h2 { font-size: 3.75rem; }
  .hero-2-txt p { padding-right: 0; }
  .hero-2-img { margin: 0 -55% -40px -40px; }

  /* Hero-3 */
  #hero-3 { margin-top: 80px; padding-top: 100px; padding-bottom: 100px; } 

  .hero-3-txt h2 { font-size: 3.25rem; margin-bottom: 5px; }
  .hero-3-txt p { font-size: 1.25rem; margin-bottom: 20px; }

  /* Hero-5 */
  .hero-5-overlay { margin-top: 80px; padding-top: 90px; padding-bottom: 90px; }
  .hero-5-txt h2 { font-size: 3.5rem; }

  /* Hero-6 */
  #hero-6 { padding-top: 150px; }
  .hero-6-txt h2 { padding: 0 8%; margin-bottom: 25px; }
  .hero-6-images { margin-top: 60px; }

  /* Hero-7 */
  #hero-7 .caption-txt { padding-left: 30px; }
  #hero-7 .caption-txt h2 { font-size: 3.6rem; margin-bottom: 10px; }
  #hero-7 .caption-txt p { padding-right: 0; margin-bottom: 25px; }
  #hero-7 .caption-txt .btn { padding: 13px 24px 10px; }

  /* Hero-8 */
  #hero-8 { margin-top: 80px; padding-top: 80px; margin-bottom: 80px; }
  .hero-8-txt h2 { font-size: 3.5rem; padding-right: 0; }
  .hero-8-img { margin: 40px 3% -80px; }

  /* Hero-9 */
  #hero-9 { margin-top: 80px; padding-top: 120px; margin-bottom: 70px; }
  .hero-9-txt h2 { font-size: 3.5rem; margin-bottom: 20px; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/ 

  /* About */
  #about-6, #about-7 { margin-bottom: 50px; }
  #about-8 { margin-top: 50px; }
  #about-9 { padding-top: 80px; padding-bottom: 50px; }
  #about-9:after { width: 80%; }

  .txt-block.left-column, .txt-table.left-column, .img-block.left-column, .txt-block.right-column, .img-block.right-column { padding: 0; }
  #about-2 .txt-block.right-column { padding-left: 0; padding-right: 0; margin-left: -20px; }
  .txt-table.left-column{ padding-right: 15px; }

  #about-1 .txt-block { padding: 0 12%; }
  #about-2 .txt-block.right-column.mt-30 { margin-top: 0; }
  #about-3 .txt-block { padding-right: 3%; }
  #about-4 .txt-block.right-column { padding-left: 0; }
  .about-6-txt { padding: 60px 25px 60px 20px; }
  .about-7-txt { padding: 60px 20px 60px 25px; }
  .about-8-txt { margin-top: 70px; padding-left: 15px; padding-right: 0; margin-right: 0; }
  .about-9-txt { padding-left: 0; margin-right: -50px; }
  .about-10-txt { padding: 0 30px 0 5px; }
  .about-11-txt { padding: 40px; margin-right: -160px; }

  .about-section h3, .about-section h2 { margin-bottom: 20px; }
  #about-4.about-section h3 { margin-bottom: 0; }
  .about-6-txt h3, .about-7-txt h3 { padding-right: 4%; }
  .about-section .btn { margin-top: 12px; }

  .txt-table .table td, .txt-table .table th { font-size: 1.125rem; padding: 12px 0; }

  .accordion-wrapper { margin-bottom: 15px; }
  .accordion-thumb { padding: 13px 0 15px; }
  .accordion-thumb h6, .accordion-thumb h5, .accordion-thumb h4 { margin-top: 0; margin-bottom: 0; }
  .accordion-panel p { margin-bottom: 12px; }
  .accordion-item .accordion-thumb:before, .accordion-item.is-active .accordion-thumb:before { top: 15px; }

  #about-3 .img-block { margin-right: -60%; }
  #about-3a .img-block { margin-left: -65%; margin-right: 15px; }
  #about-4 .img-block.right-column { margin-left: 15px; }
  #about-4 .img-block.left-column { margin-right: 15px; }
  .about-6-img { margin: 50px 0 -50px -65%; }
  .about-7-img { margin: 50px -65% -50px 0; }
  .about-8-img { padding: 0; margin: -50px 0 0 -60%; }
  .about-9-img { margin-left: 70px; margin-right: -60%; }
  .about-10-img { margin: 60px 15px 60px -50%; }
  .about-12-img { width: 50%; left: 62%; }

  /* Services */
  #services-3, #services-4 { padding-top: 0; padding-bottom: 80px; margin-top: 60px; }

  .sbox-1-wrapper .col { padding: 0 6px; }
  #services-3:after, #services-4:after { width: 100%; left: 0; }
  .sbox-3-wrapper { margin-left: 0; }
  .sbox-4-wrapper { margin-right: 0; }
  .sbox-7-wrapper .col { padding: 0 6px; }

  .sbox-1 { padding: 25px 20px; } 
  .sbox-2, .sbox-5 { padding: 0; } 
  .sbox-3, .sbox-4 { padding: 0 15%; } 
  #sb-5-1, #sb-5-2 { margin-bottom: 40px; }

  .sbox-6 h5 { font-size: 1.5rem; } 
  .sbox-7 h5 { font-size: 1.3rem; } 

  .services-3-img, .services-4-img { width: 100%; height: 380px; overflow: hidden; margin: -60px 0 50px; }

  /* Gallery */
  #gallery-1 .container { padding: 0; }
  #gallery-4 .container-fluid { max-width: 720px; }
  #gallery-2 .col, #gallery-5 .col-lg, #gallery-5 .col-lg-3 { padding: 0 15px; }

  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, #img-2-6 { margin-bottom: 30px; }
  #img-3-1, #img-3-2, #img-3-3 { margin-bottom: 30px; }

  #img-4-1 { margin-top: 0; margin-bottom: 30px; }
  #img-4-3 { display: none; }
  #img-4-4 { margin-top: 0; }
  #img-4-5 { margin-left: 0; }
  #img-4-6 { margin: -52px 0 30px; }

  /* Video */
  #video-1 { padding-top: 150px; padding-bottom: 150px; }
  .video-2-overlay { padding-top: 80px; padding-bottom: 80px; }

  /* Team */
  #team-2 {padding-bottom: 50px; }
  #team-2 .masonry-wrap .masonry-image { width: 100%; padding: 0; margin-bottom: 30px; }
  .team-member-data h5 { font-size: 1.5rem; } 
  .tm-social.ico-25 [class^="flaticon-"]:before, .tm-social.ico-25 [class^="flaticon-"]:after { font-size: 1.65rem; }
  .team-member:hover .tm-social ul { bottom: 8%; }

  .career-box-title { margin-bottom: 10px; }
  .career-box-ico { width: 16%; }
  .career-box-title-txt { width: 84%; padding-top: 10px; }
  .career-box-title-txt h5 { font-size: 1.5rem; } 
  .career-box-ico.ico-70 [class*="flaticon-"]:before, .career-box-ico.ico-70 [class*="flaticon-"]:after { font-size: 4.5rem; }

  /* Pricing */
  #pricing-1, #pricing-2 { padding-top: 0; margin-top: 60px; }

  #pricing-4.pricing-4-boxed .container, #pricing-7 .container { padding: 0; }
  #pricing-1:after, #pricing-2:after { width: 100%; left: 0; }
  .pricing-1-wrapper { margin-left: 0;  padding-right: 0; }
  .pricing-2-wrapper { margin-right: 0; padding-left: 0; }
  .pricing-3-wrapper, .pricing-3-table, .pricing-6-wrapper { padding: 0; }
  .p4-wrapper { padding: 60px 30px; }
  .pricing-5-wrapper { padding: 50px 35px; }
  .p7-wrapper { padding: 70px 50px; }

  .pricing-title { margin-bottom: 35px; }

  .pricing-3-list li.resp-lst:last-child, .pricing-7-list li.resp-lst:last-child { margin-bottom: 18px; }
  .pricing-6-list li.resp-lst:last-child { margin-bottom: 30px; }

  .pricing-4-item .col-lg-9 { margin-top: 25px; }
  .pricing-4-list li { margin-bottom: 30px; }
  .pricing-4-item .price-txt p { font-size: 0.975rem; }

  .pricing-1-img, .pricing-2-img { width: 100%; height: 380px; overflow: hidden; margin: -60px 0 50px; }
  .pricing-5-img { margin-left: -90%; }

  #pricing-3 .more-btn, #pricing-4 .more-btn { margin-top: 40px; }
  .pricing-notice { margin-top: 35px; }

  /* Gift Cards */
  .cards-1-row .col { padding: 0 8px; }

  .cards-2-txt { padding: 0; }

  .gift-card { padding: 50px 25px; }
  .gift-card span { font-size: 4rem; }
  .gift-card sup { font-size: 2rem; }
  .cards-2-txt p { margin-bottom: 20px; }

  .cards-2-img { padding-left: 0; margin-right: -45%; margin-left: 15px; }

  /* Brands */
  #brands-1 { padding-top: 40px; padding-bottom: 40px; }
  #brands-1 .brand-logo { padding: 0 10px; }

  /* Testimonials */
  .review-1 .quote-icon { margin-bottom: -40px; }
  .review-2 .quote-icon { margin-bottom: -50px; }
  .review-1 { margin: 0 10px 40px; }
  .review-1 p { font-size: 1.15rem; padding: 0 2%; }
  .review-2-txt p { font-size: 1.55rem; padding: 0 2%; }
  span.testimonial-autor { font-size: 0.9rem; }

  /* Promo */
  #promo-2 .col { padding: 0 8px; }
  #pb-1-1, #pb-1-2 { margin-bottom: 30px; }

  #pb-4-1 {padding: 80px 50px 80px 0; }
  #pb-4-2 { padding: 80px 0 80px 50px; }

  .promo-box-txt.mb-30 { margin-bottom: 22px; }
  .promo-box-txt.mt-30 { margin-top: 22px; }
  .promo-box-caption { padding: 0 5%; }  
  .pbox-caption { width: 85%; bottom: 40px; left: 30px; }
  .pbox-3-caption { width: 88%; left: 6%; } 

  #pb-4-1 h2 { font-size: 2.5rem; letter-spacing: -2px; margin-bottom: 30px; }
  #pb-4-2 h2 { font-size: 6.5rem; letter-spacing: -3px; margin-bottom: 30px; }

  .pbox-caption h5 { font-size: 1.65rem; }
  .pbox-3-caption h4 { font-size: 1.5rem; margin-bottom: 22px; } 

  #promo-2 p.txt-upcase { margin-bottom: 15px; }
  .promo-box-txt h5 { font-size: 1.25rem; }

  /* Banner */
  #banner-1 { padding-top: 70px; padding-bottom: 70px; }
  .banner-2-wrapper { padding-top: 60px; padding-bottom: 70px; }
  #banner-4:after { width: 62%; }
  .banner-5-wrapper { background-position: left center; padding: 50px; }
  #banner-6 { padding-top: 110px; padding-bottom: 110px; }

  .banner-3-txt { padding: 80px 0; }
  .banner-4-txt { padding: 80px 15px 80px 0; }

  .banner-1-txt h5 { margin-bottom: 30px; }
  .banner-1-txt h3 { font-size: 4.4rem; }
  .banner-1-txt h2 { font-size: 6rem; margin-bottom: 25px; }
  .banner-2-txt h2 { padding: 0 10%; margin-bottom: 30px; }
  .banner-3-txt h2, .banner-4-txt h2 { font-size: 5.15rem; }
  .banner-3-txt h5, .banner-4-txt h5 { padding: 0 8%; margin-bottom: 25px; }

  .banner-5-txt h3, .banner-5-txt h2 { margin-bottom: 30px; }

  .banner-4-img { margin-right: -60%; margin-left: 30px; }

  /* FAQs */
  #faqs-1 .question { margin-bottom: 25px; }
  #faqs-1 .question h6 { margin-bottom: 10px; }
  .more-questions { margin-top: 20px; }

  /* Newsletter */
  .newsletter-wrapper { padding: 60px 60px 30px 50px; }
  #newsletter-1 .newsletter-form { padding: 0 3%; }
  #newsletter-1 .newsletter-form p { padding: 0 2%; }

  .newsletter-section .form-control { height: 54px; }
  .newsletter-section .btn { height: 54px; padding: 13px 35px 10px; margin-left: 10px; }

  /* Blog */
  #blog-2 { padding-bottom: 50px; }
  #bp-1-3 { display: none; }
  #blog-2 .masonry-image { padding: 0 10px; margin-bottom: 30px; }
  .blog-2-post { margin-bottom: 0; }
  #blog-1 .blog-post-txt, #blog-2 .blog-post-txt { padding: 0 4%; }
  .blog-post-txt h5 { line-height: 1.25; }
  #blog-1 p.post-tag, #blog-1 p.post-tag { font-size: 0.8rem; margin-bottom: 20px; }
  p.post-tag span { padding: 0 3px; }

  /* Single Post */
  .post-content { padding: 0; }
  .single-post-title h2 { padding: 0 5%; }
  .single-post-title p.post-tag { font-size: 0.85rem; }
  .blog-post-img.mt-50.mb-50 { margin-top: 40xpx; margin-bottom: 40px; }

  .single-post-txt h5 { margin-top: 25px; margin-bottom: 20px; }
  .post-inner-img { margin-top: 40px; margin-bottom: 40px; }

  .post-share-links .share-social-icons { margin-top: 10px; }
  .post-tags-list span a { font-size: 0.8rem; }

  .post-share-links { margin-top: 50px; padding-top: 60px; }
  .post-comments { padding-top: 70px; }

  .post-comments #leave-comment h5 { margin-top: 60px; }

  .comment-form .form-control { height: 50px; font-size: 16px; }

  /* Booking */
  .booking-1-wrapper { padding: 45px 20px 35px; }
  .booking-2-wrapper { padding: 45px 20px 35px; margin-left: 0; margin-right: 0; }
  .booking-2-txt { padding: 70px 25px 70px 50px; margin-right: -30px; margin-left: -50px; }

  .booking-1-img { margin-right: -110%; }

  /* Contacts */
  .contacts-1-wrapper, .contacts-2-wrapper, .contacts-3-wrapper { padding: 0; }
  .contacts-2-wrapper .title-01 { margin-top: 40px; }
  .location-1-wrapper.mb-60 { margin-bottom: 30px; }
  .contacts-3-data.pl-35 { padding-left: 15px; }
  .cbox-2.mb-40 { margin-bottom: 30px; }
  .cbox-3 { height: 250px; }
  .cbox-3-txt { width: 90%; left: 5%; }

  .form-holder.pc-30 { padding: 0 5px; }
  .contact-form .form-control { height: 54px; font-size: 16px; }
  .contact-form textarea { min-height: 180px; }

  /* Google Map */
   #gmap-1 .google-map { padding: 0px 0px 45%; }
  #contacts-2 .google-map { padding: 0px 0px 110%; }

  /* Footer */
  .footer { padding-top: 80px; padding-bottom: 30px; }
  .footer-form.mb-40 { margin-bottom: 20px; }
  #footer-2 .footer-contacts { padding-left: 15%; padding-right: 10%; }
  .bottom-footer { padding-top: 0; }
  #footer-3 .bottom-footer { padding-top: 20px; }
  #footer-1 .footer-info { padding-left: 0; }

  .footer h6, .footer h5 { margin-bottom: 20px; }
  #footer-1 .footer-info p, #footer-1 .footer-contacts p { margin-bottom: 5px; }
  #footer-3 .footer-contacts p.txt-600 { font-size: 1.2rem!important; }
  .footer-contacts p.mt-15 { margin-top: 10px; }
  .footer-info h5.booking-link { margin-top: 20px; }
  #footer-2 h4.h4-xs, #footer-2 h4.h4-sm { font-size: 1.6rem; }
  .foo-socials.ico-20 [class*="flaticon-"]:before, .foo-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.3rem; }

  .footer-img.text-end { margin-top: 15px; text-align: left!important; }
  .footer-img img.insta-img { width: 105px; height: 105px; }

  .footer-form .form-control { display: block; width: 100%!important; text-align: center; height: 52px; font-size: 1rem; }
  .footer-form .input-group-btn { display: block; width: 100%!important; }
  .footer-form .btn { height: 52px; width: 100%!important; margin-top: 10px; }
  .footer-form p { font-size: 1rem; margin-top: 25px; }

  .bottom-footer-list span { top: 2px; padding: 0 7px; }
  .footer-copyright p, .bottom-footer-list p { font-size: 1.05rem; }

  /* Page Hero */
  .page-hero-section { margin-top: 80px; padding-top: 60px; padding-bottom: 60px; }
  .inner-page-hero { margin-top: 80px; padding-top: 80px; }

  .page-hero-section h3, .page-hero-section h2 { margin-bottom: 5px; }
  .inner-page-hero .title-01 h3, .inner-page-hero .title-01 h2 { padding: 0 5%; }

  /* Breadcrumb */
  .breadcrumb-item { font-size: 0.8rem!important; }

  /* Scroll Up */
  #scrollUp { width: 40px; height: 40px; bottom: 20px; right: 20px; }



}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (max-width: 767px) { 

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/ 

  .mt-100 { margin-top: 80px; }
  .mb-100 { margin-bottom: 80px; }

  .wide-100 { padding-top: 80px; padding-bottom: 80px; }
  .wide-90 { padding-top: 80px; padding-bottom: 70px; }
  .wide-80 { padding-top: 80px; padding-bottom: 60px; }
  .wide-70 { padding-top: 80px; padding-bottom: 50px; }
  .wide-60 { padding-top: 80px; padding-bottom: 40px; }
  .wide-50 { padding-top: 80px; padding-bottom: 30px; }
  .wide-40 { padding-top: 80px; padding-bottom: 20px; }
  .wide-30 { padding-top: 80px; padding-bottom: 10px; }
  .wide-20 { padding-top: 80px; padding-bottom: 0; }

  .pt-100 { padding-top: 80px; }
  .pt-90 { padding-top: 70px; } 
  .pt-80 { padding-top: 60px; } 
  .pt-70 { padding-top: 50px; } 
  .pt-60 { padding-top: 40px; } 
  .pt-50 { padding-top: 30px; } 
  .pt-40 { padding-top: 20px; } 
  .pt-30 { padding-top: 10px; }

  .pb-100 { padding-bottom: 80px; } 
  .pb-90 { padding-bottom: 70px; } 
  .pb-80 { padding-bottom: 60px; } 
  .pb-70 { padding-bottom: 50px; } 
  .pb-60 { padding-bottom: 40px; } 
  .pb-50 { padding-bottom: 30px; } 
  .pb-40 { padding-bottom: 20px; } 
  .pb-30 { padding-bottom: 10px; } 

  .pl-5, .pl-10, .pl-15, .pl-20, .pl-25, .pl-30, .pl-35, .pl-40, .pl-45, .pl-50, .pl-55, .pl-60 { padding-left: 0; }
  .pr-5, .pr-10, .pr-15, .pr-20, .pr-25, .pr-30, .pr-35, .pr-40, .pr-45, .pr-50, .pr-55, .pr-60 { padding-right: 0; }
  .pc-10, .pc-15, .pc-20, .pc-25, .pc-30, .pc-35, .pc-40, .pc-45, .pc-50, .pc-55, .pc-60 { padding-left: 0; padding-right: 0; }

  .bg-scroll, .bg-01, .bg-02, .bg-03, .bg-04, .bg-05, .bg-06, .bg-07, .bg-08 { background-attachment: scroll!important; }

  /* More Button */
  .more-btn.mt-70 { margin-top: 55px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  .headtoppart { display: none; }
  .centered-menu .wsmenu { padding: 0; }
  .centered-menu .wsmenu > .wsmenu-list { display: block; }
  .centered-menu .wsmenu > .wsmenu-list > li { text-align: center; display: block; float: none; }
  .wsmenu > .wsmenu-list > li.wscenterlogo { display: none; }

  .wsmobileheader { height: 80px; text-align: center; box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); } 
  .tra-menu .wsmobileheader, .white-menu .wsmobileheader { background-color: #fff; }
  .dark-menu .wsmobileheader { background-color: #1d293f; }

  .callusbtn { left: 0; top:0; padding: 14px 0 14px 0; margin: 14px 0 0 28px; }
  .wsmenu > .wsmenu-list > li > a.callusbtn { font-size: 10px; }
  .callusbtn.ico-20 [class^="flaticon-"]:before, .callusbtn.ico-20 [class^="flaticon-"]:after { 
    font-size: 1.45rem; line-height: 1; 
  }

  .wsanimated-arrow { padding: 14px 22px 14px 0px; margin: 24px 28px 0 0; }
  .wsanimated-arrow span:before { top: -8px; width: 26px; }
  .wsanimated-arrow span:after { bottom: -8px; width: 20px; }

  .dark-menu .wsanimated-arrow span, .dark-menu .wsanimated-arrow span:before, 
  .dark-menu .wsanimated-arrow span:after { background: #eee; }

  .wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span { background: transparent; }

  .wsmenu > .wsmenu-list > li.mg_link:hover > a:after { display: none; }

  .wsmenu > .wsmenu-list > li > .wsmenu-click { height: 64px; }

  .wsmenu > .wsmenu-list > li > a { font-size: 0.95rem; padding: 7px 32px 6px 20px; margin: 0; }
  .tra-menu .wsmenu > .wsmenu-list > li > a, .dark-menu .wsmenu > .wsmenu-list > li > a { color: #666; }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { margin: 23px 18px 0px 0px; }
  .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i { transform: rotate(-45deg); margin-top: 28px; }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { height: 10px; width: 10px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:before,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:before,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 .link-list > li > a:before,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list > li > a:before { font-size: 1.05rem; left: 5px; top: 14px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover:before,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover:before,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 .link-list > li > a:hover:before, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list > li > a:hover:before { left: 17px; }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 { width: 100%; left: 0; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 100%; }    

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { color: #666; font-size: 0.9rem; padding: 12px 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { 
    background-color: transparent; 
    padding: 12px 0 12px 8px; 
    text-decoration: none; 
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.fst-li > a { padding: 0 0 12px; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover { padding: 12px 0 12px 4px; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.fst-li a:hover {padding: 0 0 12px 4px; }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 .title p,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .title p { display: block; font-size: 0.95rem; margin: 0 0 5px 0; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .title { font-size: 1.1rem; padding: 0; }

  .wsmenu > .wsmenu-list > li a.btn { 
    height: 60px; 
    font-size: 0.95rem;
    line-height: 60px; 
    padding: 0 17px; 
    margin: 0;
    border: none;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
  }

  .wsmenu > .wsmenu-list > li a.btn.btn-tra-white { background-color: #eee; border-color: #eee; color: #666; }
  .wsmobileheader .smllogo { display: block; margin-top: 19px; padding-left: 0; }
  .smllogo img { width: auto; max-width: inherit; max-height: 45px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { top: 5px; -webkit-border-radius: 0; -moz-border-radius: 0; 
  -o-border-radius: 0; -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; box-shadow: 0 0; border-bottom: 1px solid #ddd; }
  .wsmenu > .wsmenu-list > li > ul.sub-menu:before, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75:before,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu:before { display: none; }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  /* Hero-2 */
  #hero-2 { margin-top: 80px; padding-top: 80px; margin-bottom: 40px; } 
  .hero-2-txt { margin-top: 0; }

  /* Hero-3 */
  #hero-3 { margin-top: 80px; padding-top: 100px; padding-bottom: 100px; } 

  /* Hero-5 */
  .hero-5-overlay { margin-top: 80px; padding-top: 80px; padding-bottom: 80px; }

  /* Hero-6 */
  #hero-6 { padding-top: 150px; }
  .hero-6-txt { padding: 0; }
  .hero-6-images { margin-top: 60px; }
  #img-6-1 { margin-bottom: 30px; }

  /* Hero-8 */
  #hero-8 { margin-top: 80px; padding-top: 80px; margin-bottom: 60px; }
  .hero-8-img { margin: 40px 0 -60px; }

  /* Hero-9 */
  #hero-9 { background-position: left center; margin-top: 80px; padding-top: 80px; padding-bottom: 80px; }
  .hero-9-txt { text-align: center; }
  .hero-9-txt p { padding-right: 0; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* About */
  #about-6, #about-7 { margin-top: 80px; margin-bottom: 0; }
  #about-6 .container:after, #about-7 .container:after { width: 120%; height: 100%; left: -10%; }
  #about-8 { margin-top: 60px; }
  #about-9 { padding-top: 0; padding-bottom: 80px; margin-top: 80px; }
  #about-9:after { width: 100%; height: 100%; bottom: 0; left: 0; }
  #about-12 { padding-top: 80px; padding-bottom: 0; }

  #about-4 .col { display: block!important; width: 100%; }
  #about-7 .container { padding-left: 12px; }
  #about-10 .container:after { width: 120%; height: 92%; top: 8%; left: -10%; }

  .txt-block.left-column, .txt-table.left-column, .img-block.left-column, .txt-block.right-column, .img-block.right-column { padding: 0; }
  #about-2 .txt-block.right-column { padding-left: 0; padding-right: 0; margin-left: 0; }

  #about-3 .txt-block, #about-3a .txt-block { margin-bottom: 40px; }
  #about-4 .txt-block { text-align: center; margin-bottom: 40px; }
  #about-5 .col { display: block!important; width: 100%; }
  #about-5 .txt-block { margin-bottom: 20px; }

  .about-6-txt, .about-7-txt { padding: 0 0 80px 0; margin-right: 0; }
  .about-8-txt { margin-top: 40px; margin-right: 0; padding: 0 0 80px; }
  .about-10-txt { padding: 0 0 80px; }
  .about-11-txt { padding: 40px; margin-right: 0; margin-top: -50px; }

  .about-section .btn { margin-top: 15px; }

  .about-6-img, .about-7-img, .about-9-img { margin: -80px 0 50px 0; }
  .about-8-img { padding: 0; margin: -60px 0 0 0; }
  .about-10-img { margin: 0 0 50px 0; }
  .about-12-img { 
    display: block; 
    position: relative; 
    top: 0; bottom: 0; left: 0; 
    width: auto!important; 
    height: 300px; 
    margin: 0 25px;  
  }

  /* Services */
  #services-3, #services-4 { padding-top: 0; padding-bottom: 80px; margin-top: 60px; }
  #services-3:after, #services-4:after { width: 100%; left: 0; }
  .sbox-3-wrapper { margin-left: 0; }
  .sbox-4-wrapper { margin-right: 0; }

  #sb-1-1, #sb-1-2, #sb-5-1, #sb-5-2 { margin-bottom: 30px; }

  .services-3-img, .services-4-img {  margin: -60px 0 40px; }

  /* Gallery */
  #gallery-2 .col { padding: 0 15px; }
  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, #img-2-6 { margin-bottom: 30px; }

  /* Team */
  #team-2 { padding-bottom: 50px; }
  #team-2 .masonry-wrap .masonry-image { width: 100%; padding: 0; margin-bottom: 30px; }
  .career-box-title { margin-bottom: 10px; }

  /* Pricing */
  #pricing-1, #pricing-2 { padding-top: 0; margin-top: 60px; }

  #pricing-1:after, #pricing-2:after { width: 100%; left: 0; }
  .pricing-1-wrapper { margin-left: 0; }
  .pricing-2-wrapper { margin-right: 0; }
  .pricing-3-wrapper, .pricing-3-table, .pricing-6-wrapper { padding: 0; }
  .pricing-title { margin-bottom: 35px; }

  .pricing-3-list li.resp-lst:last-child, .pricing-7-list li.resp-lst:last-child { margin-bottom: 18px; }
  .pricing-6-list li.resp-lst:last-child { margin-bottom: 40px; }

  .pricing-1-img, .pricing-2-img { width: 100%; overflow: hidden; margin: -60px 0 50px; }
  .pricing-5-img { margin-right: 0; }

  .pricing-notice { margin-top: 25px; }

  /* Gift Cards */
  .cards-2-txt { margin-bottom: 40px; padding: 0; }
  .cards-2-txt p { padding-right: 0; }

  /* Brands */
  .brands-2-wrapper { padding: 0; } 

  /* Promo */
  #pb-3-1 { margin-bottom: 30px; }
  #promo-4:before { width: 100%; top: 0; }
  #promo-4:after { width: 100%; left: 0%; }
  #pb-4-1, #pb-4-2 { position: relative; text-align: center; padding: 0; }
  .pbox-4-description { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .pbox-4-caption { width: 100% ;position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: 3; } 

  /* FAQs */
  #faqs-1 .question { margin-bottom: 25px; }
  #faqs-1 .question h6 { margin-bottom: 10px; }
  .more-questions { margin-top: 20px; }

  /* Newsletter */
  .newsletter-section .form-control { display: block; width: 100%!important; text-align: center; }
  .newsletter-section .input-group-btn { display: block; width: 100%!important; }
  .newsletter-section .btn { width: 100%!important; margin-top: 10px; margin-left: 0; }

  /* Blog */
  #blog-2 { padding-bottom: 40px; }

  /* Single Post */
  .post-content { padding: 0; }
  .blog-post-img.mt-50.mb-50 { margin-top: 40xpx; margin-bottom: 40px; }

  .single-post-txt h5 { margin-top: 25px; margin-bottom: 20px; }
  .post-inner-img { margin-top: 40px; margin-bottom: 40px; }

  .post-share-links { margin-top: 50px; padding-top: 60px; }
  .post-comments { padding-top: 80px; }
  .post-comments img { width: 65px; height: 65px; }
  .comment-body { margin-left: 20px; }

  .post-comments #leave-comment h5 { margin-top: 60px; }

  /* Contacts */
  #cb-3-1 { margin-bottom: 30px; }

  /* Footer */
  .footer { padding-top: 80px; padding-bottom: 30px; }
  .bottom-footer { padding-top: 0; }
  .bottom-footer .text-end { text-align: left!important; margin-top: 4px; }
  #footer-3 .bottom-footer { padding-top: 20px; }

  /* Page Hero */
  .page-hero-section { margin-top: 80px; }
  .inner-page-hero { margin-top: 80px; padding-top: 80px; }

  .page-hero-section h3, .page-hero-section h2 { margin-bottom: 5px; }




}





/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 480px) and (max-width: 767.95px) {

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/ 

  /* Header H6 */
  h6.h6-xs { font-size: 1.15rem; }  
  h6.h6-sm { font-size: 1.15rem; }  
  h6.h6-md { font-size: 1.175rem; }  
  h6.h6-lg { font-size: 1.2rem; }  
  h6.h6-xl { font-size: 1.2rem; }  

  /* Header H5 */
  h5.h5-xs { font-size: 1.25rem; }   
  h5.h5-sm { font-size: 1.25rem; }    
  h5.h5-md { font-size: 1.3rem; }   
  h5.h5-lg { font-size: 1.35rem; }  
  h5.h5-xl { font-size: 1.4rem; }  

  /* Header H4 */
  h4.h4-xs { font-size: 1.6rem; }   
  h4.h4-sm { font-size: 1.6rem; }     
  h4.h4-md { font-size: 1.6rem; }  
  h4.h4-lg { font-size: 1.6rem; }   
  h4.h4-xl { font-size: 1.6rem; }     

  /* Header H3 */
  h3.h3-xs { font-size: 1.65rem; } 
  h3.h3-sm { font-size: 1.65rem; }   
  h3.h3-md { font-size: 1.65rem; }  
  h3.h3-lg { font-size: 1.7rem; } 
  h3.h3-xl { font-size: 1.7rem; }  

  /* Header H2 */
  h2.h2-xs { font-size: 1.75rem; }  
  h2.h2-sm { font-size: 1.75rem; }  
  h2.h2-md { font-size: 1.75rem; }  
  h2.h2-lg { font-size: 1.85rem; }  
  h2.h2-xl { font-size: 1.85rem; }     

  h2.h2-title-xs { font-size: 1.9rem; } 
  h2.h2-title-sm { font-size: 1.9rem; }     
  h2.h2-title-md { font-size: 2.05rem; }    
  h2.h2-title-lg { font-size: 2.05rem; }     
  h2.h2-title-xl { font-size: 2.15rem; } 

  /* Paragraphs */
  p { font-size: 0.95rem; }  
  p.p-md { font-size: 1rem; }   
  p.p-lg { font-size: 1.1rem; }  
  p.p-xl { font-size: 1.1rem; }

  p.p-title-xs { font-size: 1.1rem; } 
  p.p-title-sm { font-size: 1.1rem; }  
  p.p-title-md { font-size: 1.125rem; }  
  p.p-title-lg { font-size: 1.15rem; }   
  p.p-title-xl { font-size: 1.175rem; } 

  /* Buttons */
  .btn.btn-md { font-size: 0.8rem; padding: 13px 30px 12px; }

  /* Video Button */
  .video-btn-xl { width: 100px; height: 100px; margin-top: -50px; margin-left: -50px; }
  .video-btn-lg { width: 90px; height: 90px; margin-top: -45px;margin-left: -45px; }
  .video-btn-md { width: 70px; height: 70px; margin-top: -35px; margin-left: -35px; }
  .video-btn-sm { width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; }

  .video-btn.video-btn-xl [class^="flaticon-"]:before, .video-btn.video-btn-xl [class^="flaticon-"]:after {
    font-size: 5rem; line-height: 100px!important; margin-left: 8px;
  }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 4.5rem; line-height: 90px!important; margin-left: 8px;
  }

  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
  font-size: 3.5rem; line-height: 70px!important; margin-left: 6px;
  }

  .video-btn.video-btn-sm [class^="flaticon-"]:before, .video-btn.video-btn-sm [class^="flaticon-"]:after {
    font-size: 3rem; line-height: 60px!important; margin-left: 6px;
  }

  .video-btn.video-btn-xl:hover:before { left: -18px;right: -18px;top: -18px;bottom: -18px; }
  .video-btn.video-btn-lg:hover:before { left: -18px;right: -18px;top: -18px;bottom: -18px; }
  .video-btn.video-btn-md:hover:before { left: -12px; right: -12px; top: -12px; bottom: -12px; }
  .video-btn.video-btn-sm:hover:before { left: -12px; right: -12px; top: -12px; bottom: -12px; }

  /* Vector Icons */
  .ico-15 [class*="flaticon-"]:before, .ico-15 [class*="flaticon-"]:after { font-size: 0.875rem; }   
  .ico-20 [class*="flaticon-"]:before, .ico-20 [class*="flaticon-"]:after { font-size: 1rem; } 
  .ico-25 [class*="flaticon-"]:before, .ico-25 [class*="flaticon-"]:after { font-size: 1.25rem; }  
  .ico-30 [class*="flaticon-"]:before, .ico-30 [class*="flaticon-"]:after { font-size: 1.45rem; } 
  .ico-35 [class*="flaticon-"]:before, .ico-35 [class*="flaticon-"]:after { font-size: 1.65rem; } 
  .ico-40 [class*="flaticon-"]:before, .ico-40 [class*="flaticon-"]:after { font-size: 1.9rem; } 
  .ico-45 [class*="flaticon-"]:before, .ico-45 [class*="flaticon-"]:after { font-size: 2.15rem; }
  .ico-50 [class*="flaticon-"]:before, .ico-50 [class*="flaticon-"]:after { font-size: 2.35rem; } 
  .ico-55 [class*="flaticon-"]:before, .ico-55 [class*="flaticon-"]:after { font-size: 2.6rem; } 
  .ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 2.81rem; }
  .ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 3.05rem; } 
  .ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 3.3rem; } 
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 3.5rem; } 
  .ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 3.75rem; } 
  .ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 4rem; }  
  .ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 4.25rem; } 
  .ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 4.45rem; } 
  .ico-100 [class*="flaticon-"]:before, .ico-100 [class*="flaticon-"]:after { font-size: 4.7rem; }  
  .ico-105 [class*="flaticon-"]:before, .ico-105 [class*="flaticon-"]:after { font-size: 4.95rem; } 
  .ico-110 [class*="flaticon-"]:before, .ico-110 [class*="flaticon-"]:after { font-size: 5.15rem; }  
  .ico-115 [class*="flaticon-"]:before, .ico-115 [class*="flaticon-"]:after { font-size: 5.4rem; } 
  .ico-120 [class*="flaticon-"]:before, .ico-120 [class*="flaticon-"]:after { font-size: 5.65rem; }  
  .ico-125 [class*="flaticon-"]:before, .ico-125 [class*="flaticon-"]:after { font-size: 5.9rem; } 

  /* Transparent Link */
  p.tra-link { font-size: 0.9rem; letter-spacing: 0.0625rem; }

  /* Section Id */
  .section-id { font-size: 0.8rem; margin-bottom: 20px; }

  /* Section Title */
  .title-01.mb-50, .title-01.mb-60, .title-01.mb-65, .title-01.mb-70 { margin-bottom: 50px; }
  h5.section-title-link { font-size: 1.3rem; margin-top: 10px; }

  /* Uppercase Text */
  .txt-upcase { font-size: 0.8rem; }

  /* More Button */
  .more-btn.mt-40 { margin-top: 30px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  .callusbtn { left: 0; top:0; padding: 14px 0 14px 0; margin: 15px 0 0 22px; }
  .wsanimated-arrow { padding: 14px 22px 14px 0px; margin: 24px 22px 0 0; }

  /*------------------------------------------*/
  /*.  HERO  
  /*------------------------------------------*/

  /* Hero Slider */
  .slider, .slider .slides { height: 400px; }
  #hero-4 .slider { height: 350px; margin-top: 80px; }
  #hero-4 .slider .slides { height: 350px; }
  #hero-7 .slider { height: 420px; margin-top: 120px; }
  #hero-7 .slider .slides { height: 420px; }
  #hero-7 .slider .slides li img { background-position: left center; }

  /* Hero-1 */
  #hero-1 .caption-txt { margin-top: -15px; }
  #hero-1 .caption-txt h2 { font-size: 3.15rem;  margin-bottom: 30px; }

  /* Hero-2 */
  .hero-2-txt { text-align: center; margin-bottom: 40px; }
  .hero-2-txt h2 { font-size: 2.65rem; margin-bottom: 15px; }
  .hero-2-txt p { padding: 0 5%; margin-bottom: 25px; }
  .hero-2-img { margin: 0 3% -40px 3%; }

  /* Hero-3 */
  .hero-3-txt h2 { font-size: 2.75rem; margin-bottom: 5px; }
  .hero-3-txt p { font-size: 1.15rem; margin-bottom: 20px; }

  /* Hero-5 */
  .hero-5-txt h2 { font-size: 3rem; }
  .hero-5-txt p {  margin-bottom: 25px; }

  /* Hero-6 */
  .hero-6-txt h2 { font-size: 2.35rem; margin-bottom: 25px; }
  .hero-6-images { margin-top: 50px; }

  /* Hero-7 */
  #hero-7 .caption-txt { text-align: center; margin-top: -10px; padding: 0; }
  #hero-7 .caption-txt h2 { font-size: 3.5rem; padding: 0; margin-bottom: 10px; }
  #hero-7 .caption-txt p { padding: 0 15%; margin-bottom: 20px; }
  #hero-7 .caption-txt .btn { padding: 12px 24px 9px; }

  /* Hero-8 */
  #hero-8 { padding-top: 70px; }
  .hero-8-txt { padding: 0 3%; }
  .hero-8-txt h2 { font-size: 2.85rem; margin-bottom: 0;}
  .hero-8-img { margin-top: 40px; }

  /* Hero-9 */
  .hero-9-txt { padding: 0 10%; }
  .hero-9-txt h2 { font-size: 3.15rem; margin-bottom: 20px; }
  .hero-9-txt p { padding: 0 ; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* About */
  #about-1 .txt-block { padding: 0 10%; }
  #about-4 .txt-block { padding: 0 8%; }
  #about-4 .txt-block.right-column { padding: 0 8%; }

  .about-section h3, .about-section h2 { margin-bottom: 20px; }
  .about-section .btn { margin-top: 10px; }
  #about-1.about-section .btn, #about-2.about-section .btn { margin-top: 0; }

  .table-rounded { padding: 25px 40px; }
  .txt-table .table td, .txt-table .table th { font-size: 1.1875rem; padding: 12px 0; }

  .accordion-wrapper { margin-bottom: 15px; }
  .accordion-thumb { padding: 13px 0 15px; }
  .accordion-thumb h6, .accordion-thumb h5, .accordion-thumb h4 { margin-top: 0; margin-bottom: 0; }
  .accordion-panel p { margin-bottom: 12px; }
  .accordion-item .accordion-thumb:before, .accordion-item.is-active .accordion-thumb:before { top: 15px; }

  #about-4 .img-block { margin: 0 8%; }
  .about-12-img { height: 300px; margin: 0 25px; }

  /* Services */
  .sbox-2 { padding: 0 12%; } 
  #sb-2-1, #sb-2-2 { margin-bottom: 60px; }

  .sbox-1 h5, .sbox-2 h5, .sbox-3 h5, .sbox-4 h5, .sbox-5 h5, .sbox-6 h5, { font-size: 1.4rem; } 
  .sbox-7 h5 { font-size: 1.5rem; } 
  p.sbox-link { margin-top: 20px; }

  /* Gallery */
  #gallery-4 .container-fluid { max-width: 540px; }
  #gallery-1 .gallery-items-list { padding: 0; }
  #gallery-2 .col, #gallery-3 .col { padding: 0 10px; }

  .gallery-section .masonry-wrap .masonry-image { width: 50%; margin-bottom: 20px; padding: 0 10px; }

  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, #img-2-6 { margin-bottom: 20px; }
  #img-3-1, #img-3-2, #img-3-3, #img-3-4 { margin-bottom: 30px; }

  #img-4-1 { margin-top: 0; margin-bottom: 30px; }
  #img-4-3 { display: none; }
  #img-4-4 { margin-top: 0; }
  #img-4-5 { margin-left: 0; }
  #img-4-6 { margin: -37px 0 30px; }

  .gallery-link.ico-40 [class^="flaticon-"]:before, .gallery-link.ico-40 [class^="flaticon-"]:after { font-size: 3.25rem; }

  /* Video */
  #video-1 { padding-top: 140px; padding-bottom: 140px; }
  .video-2-overlay { padding-top: 70px; padding-bottom: 70px; }
  .video-2-overlay h2 { font-size: 2.5rem; }

  /* Team */
  #team-2 { padding-bottom: 50px; }
  .team-member-data h5 { font-size: 1.4rem; } 
  .tm-social.ico-25 [class^="flaticon-"]:before, .tm-social.ico-25 [class^="flaticon-"]:after { font-size: 1.5rem; }
  .team-member:hover .tm-social ul { bottom: 8%; }

  .career-box-ico { width: 22%; }
  .career-box-title-txt { width: 78%; padding-top: 10px; }
  .career-box-ico.ico-70 [class*="flaticon-"]:before, .career-box-ico.ico-70 [class*="flaticon-"]:after { font-size: 4.5rem; }
  .career-box-btn .btn { padding: 9px 22px 7px; }

  /* Pricing */
  #pricing-4.pricing-4-boxed .container, #pricing-7 .container { padding: 0; }
  .p4-wrapper { padding: 70px 40px; }
  .pricing-5-wrapper { padding: 50px 45px; }
  .p7-wrapper { padding: 70px 40px; }

  .pricing-7-title { margin: 0 5% 50px; }

  .pricing-4-item .col-lg-9 { margin-top: 25px; }
  .pricing-4-list li, .pricing-4-list li.last-li { margin-bottom: 30px; }
  .pricing-4-item .price-txt p { font-size: 1.1rem; }

  #pricing-3 .more-btn, #pricing-4 .more-btn { margin-top: 40px; }

  /* Gift Cards */
  .gift-card { padding: 65px 20%; }
  .gift-card h5 { font-size: 1.5rem; } 
  .gift-card p { margin-top: 20px; }

  /* Brands */
  #brands-1 {padding-top: 40px; padding-bottom: 40px; }
  #brands-1 .brand-logo { padding: 0 15px; }

  /* Testimonials */
  #reviews-1 .title-01.mb-60 { margin-bottom: 30px; }
  #reviews-2 .title-01.mb-50 { margin-bottom: 20px; }
  .review-1 .quote-icon { margin-bottom: -30px; }
  .review-2 .quote-icon { margin-bottom: -45px; }
  .review-1 { text-align: center; margin: 0 10px 40px; }
  .review-1 p.p-lg { font-size: 1.2rem; padding: 0 4%; }
  .review-2-txt p { font-size: 1.45rem; padding: 0; }
  span.testimonial-autor { font-size: 0.9rem; }

  /* Banner */
  #banner-1 { padding-top: 70px; padding-bottom: 70px; }
  .banner-2-wrapper { padding-top: 50px; padding-bottom: 60px; }
  #banner-3 { background-position: left center; }
  #banner-4:after { width: 100%; }
  .banner-5-wrapper { background-position: left center; padding: 50px 80px 50px 50px; }
  #banner-6 { padding-top: 90px; padding-bottom: 90px; }  

  .banner-3-txt, .banner-4-txt { padding: 60px 8%; }

  .banner-1-txt h5 { margin-bottom: 30px; }
  .banner-1-txt h3 { font-size: 3.9rem; }
  .banner-1-txt h2 { font-size: 5.35rem; margin-bottom: 30px; }
  .banner-1-txt h2.urbanist--font { letter-spacing: 0;}
  .banner-2-txt h2 { font-size: 1.85rem; padding: 0 8%; margin-bottom: 30px; }
  .banner-2-txt h2.urbanist--font { padding: 0 5%; }
  .banner-3-txt h2, .banner-4-txt h2 { font-size: 5rem; }
  .banner-3-txt h4, .banner-4-txt h4 { font-size: 1.5rem; margin-bottom: 35px; }
  .banner-5-txt h3 { font-size: 2rem; margin-bottom: 30px; }
  .banner-6-txt h2 { font-size: 2.4rem; }

  .banner-4-img { display: none; }

  /* Promo */
  #promo-2 .col { padding: 0 8px; }
  #pb-1-1, #pb-1-2 { margin-bottom: 30px; }
  #promo-4:before, #pb-4-1 { height: 340px; }
  #promo-4:after { height: 480px; top: 340px; }
  #pb-4-2 { height: 480px; }

  #promo-2-img { display: none; }
  .promo-box-txt.mb-30 { margin-bottom: 22px; }
  .promo-box-txt.mt-30 { margin-top: 22px; }
  .promo-box-caption { padding: 0 5%; }  
  .pbox-caption { width: 90%; bottom: 30px; left: 15px; }
  #promo-2 .promo-box-txt h5 { font-size: 1.35rem;}
  .pbox-3-caption h4 { font-size: 2rem; }
  #promo-2 p.txt-upcase { margin-bottom: 12px; }

  #pb-4-1 h2 { font-size: 2.5rem; letter-spacing: -2px; margin-bottom: 25px; }
  #pb-4-2 h2 { font-size: 7rem; letter-spacing: -3px; margin-bottom: 25px; }

  /* Newsletter */
  .newsletter-section .title-01.mb-40 { margin-bottom: 30px; }
  .newsletter-wrapper { padding: 60px 30px 30px; }
  #newsletter-1 .newsletter-form { padding: 0 3%; }
  #newsletter-1 .newsletter-form p { padding: 0 8%; margin-top: 25px; }

  .newsletter-section .form-control { height: 54px; }
  .newsletter-section .btn { height: 54px; }

  /* Blog */
  #bp-1-3 { display: none; }
  #blog-2 .masonry-wrap { margin-left: -16px; margin-right: -16px; }
  #blog-1 .col { padding-left: 8px; padding-right: 8px; } 
  #blog-2 .masonry-wrap .masonry-image { width: 50%; margin-bottom: 40px; padding: 0 8px; }
  .blog-2-post { margin-bottom: 0; }
  #blog-1 .blog-post-txt h5 { font-size: 1.15rem; } 
  #blog-1 p.post-tag, #blog-2 p.post-tag { font-size: 0.8rem; letter-spacing: 0; margin-bottom: 20px; }
  p.post-tag span { padding: 0 3px; }

  /* Single Post */
  .single-post-title p.post-tag { font-size: 0.8rem; letter-spacing: 1px; }
  .post-tags-list span a { font-size: 0.75rem; letter-spacing: 1px; padding: 12px 12px 9px; }
  .post-share-links .share-social-icons { margin-top: 10px; }
  .post-share-links .share-social-icons a.share-ico span { margin-left: 12px; }

  .post-comments h5.h5-md, .post-comments h5.h5-lg, .post-comments #leave-comment h5 { font-size: 1.35rem; }

  .comment-form .form-control { height: 50px; font-size: 16px; }
  .comment-form textarea { min-height: 180px; }

  /* Booking */
  .booking-1-wrapper { margin-top: -130%; padding: 45px 35px 35px; }
  .booking-2-wrapper { padding: 45px 35px 35px; margin-left: 0; margin-right: 0; }
  .booking-2-txt { padding: 50px; margin-right: 0; margin-bottom: 30px; }

  .booking-1-wrapper h4, .booking-2-wrapper h4 { margin-bottom: 25px; }
  .booking-1-img { margin-left: -35%; margin-right: -35%; }

  /* Contacts */
  .contacts-1-wrapper, .contacts-2-wrapper, .contacts-3-wrapper { padding: 0; }
  .contacts-2-wrapper .title-01 { margin-top: 25px; }
  .location-1-wrapper.mb-60 { margin-bottom: 30px; }

  .cbox-3 { height: 270px; }
  .cbox-3 h5 { font-size: 1.65rem; }

  .form-holder.pc-30 { padding: 0; }
  .contact-form .form-control { height: 54px; font-size: 16px; }
  .contact-form textarea { min-height: 180px; }

  .cbox-1.cbox-1-link { margin-bottom: 60px; }
  .cbox-1 p { font-size: 1.2rem; }

  /* Google Map */
  #gmap-1 .google-map { padding: 0px 0px 55%; }

  /* Footer */ 
  .bottom-footer { padding-top: 0; }
  #footer-1 .footer-info { padding-left: 6%; }
  #footer-2 .footer-contacts { padding-left: 0%; padding-right: 15%; }

  .footer-img.text-end { margin-top: 10px; text-align: left!important; }
  .footer-img li { display: inline-block!important; margin: 0 0 10px 4px; }
  .footer h6, .footer h5 { margin-bottom: 20px; }
  #footer-1 .footer-info p, #footer-1 .footer-contacts p { margin-bottom: 5px; }
  #footer-3 .footer-contacts p.txt-600 { font-size: 1.2rem!important; }
  .footer-contacts p.mt-15 { margin-top: 10px; }
  .footer-info h5.booking-link { margin-top: 20px; }
  #footer-2 h4.h4-xs, #footer-2 h4.h4-sm { font-size: 1.6rem; }
  .foo-socials.ico-20 [class*="flaticon-"]:before, .foo-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.3rem; }

  .footer-img img.insta-img { width: 78px; height: 78px; }

  .footer-form.mb-40 { margin-bottom: 30px; }
  .footer-form .form-control { height: 52px;font-size: 1.1rem; }
  .footer-form .btn { height: 52px; padding: 12px 50px; }
  .footer-form p { font-size: 1.05rem; margin-top: 25px; margin-bottom: 0; }

  .bottom-footer-list span { top: 2px; padding: 0 7px; }
  .footer-copyright p, .bottom-footer-list p { font-size: 1.05rem; }

  /* Page Hero */
  .page-hero-section { padding-top: 50px; padding-bottom: 50px; }
  .inner-page-hero { margin-top: 80px; padding-top: 80px; }

  .page-hero-section h3, .page-hero-section h2 { margin-bottom: 3px; }
  .inner-page-hero .title-01 h3, .inner-page-hero .title-01 h2 { padding: 0 5%; }

  /* Breadcrumb */
  .breadcrumb-item { font-size: 0.8rem!important; }

  /* Scroll Up */
  #scrollUp { width: 36px; height: 36px; bottom: 15px; right: 15px; }




}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 414px) and (max-width: 479.95px) {

  #stlChanger { display: none; }

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/ 

  /* Header H6 */
  h6.h6-xs { font-size: 1.2rem; }  
  h6.h6-sm { font-size: 1.2rem; }  
  h6.h6-md { font-size: 1.2rem; }  
  h6.h6-lg { font-size: 1.25rem; }  
  h6.h6-xl { font-size: 1.25rem; }  

  /* Header H5 */
  h5.h5-xs { font-size: 1.3rem; }   
  h5.h5-sm { font-size: 1.3rem; }    
  h5.h5-md { font-size: 1.35rem; }   
  h5.h5-lg { font-size: 1.4rem; }  
  h5.h5-xl { font-size: 1.4rem; }  

  /* Header H4 */
  h4.h4-xs { font-size: 1.6rem; }   
  h4.h4-sm { font-size: 1.6rem; }     
  h4.h4-md { font-size: 1.6rem; }  
  h4.h4-lg { font-size: 1.6rem; }   
  h4.h4-xl { font-size: 1.6rem; }     

  /* Header H3 */
  h3.h3-xs { font-size: 1.65rem; } 
  h3.h3-sm { font-size: 1.65rem; }   
  h3.h3-md { font-size: 1.65rem; }  
  h3.h3-lg { font-size: 1.7rem; } 
  h3.h3-xl { font-size: 1.7rem; }  

  /* Header H2 */
  h2.h2-xs { font-size: 1.75rem; }  
  h2.h2-sm { font-size: 1.75rem; }  
  h2.h2-md { font-size: 1.75rem; }  
  h2.h2-lg { font-size: 1.85rem; }  
  h2.h2-xl { font-size: 1.85rem; }     

  h2.h2-title-xs { font-size: 1.9rem; } 
  h2.h2-title-sm { font-size: 1.9rem; }     
  h2.h2-title-md { font-size: 2.05rem; }    
  h2.h2-title-lg { font-size: 2.05rem; }     
  h2.h2-title-xl { font-size: 2.15rem; } 

  /* Paragraphs */
  p.p-sm { font-size: 1.05rem; }     
  p { font-size: 1.1rem; }          
  p.p-md { font-size: 1.1rem; }     
  p.p-lg { font-size: 1.1rem; }   
  p.p-xl { font-size: 1.1rem; }   

  p.p-title-xs { font-size: 1.1rem; }  
  p.p-title-sm { font-size: 1.1rem; }  
  p.p-title-md { font-size: 1.125rem; }  
  p.p-title-lg { font-size: 1.125rem; }  
  p.p-title-xl { font-size: 1.125rem; }   

  /* Button */
  .btn, .btn.btn-md { font-size: 0.8rem; padding: 14px 26px 13px; }

  /* Video Button */
  .video-btn-xl { width: 70px; height: 70px; margin-top: -35px; margin-left: -35px; }
  .video-btn-lg { width: 70px; height: 70px; margin-top: -35px;margin-left: -35px; }
  .video-btn-md { width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; }
  .video-btn-sm { width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; }

  .video-btn.video-btn-xl [class^="flaticon-"]:before, .video-btn.video-btn-xl [class^="flaticon-"]:after {
    font-size: 3.75rem; line-height: 70px!important; margin-left: 7px;
  }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 3.75rem; line-height: 70px!important; margin-left: 7px;
  }

  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
  font-size: 3rem; line-height: 60px!important; margin-left: 6px;
  }

  .video-btn.video-btn-sm [class^="flaticon-"]:before, .video-btn.video-btn-sm [class^="flaticon-"]:after {
    font-size: 3rem; line-height: 60px!important; margin-left: 6px;
  }

  .video-btn.video-btn-xl:hover:before, 
  .video-btn.video-btn-lg:hover:before { left: -16px; right: -16px; top: -16px; bottom: -16px; }
  .video-btn.video-btn-md:hover:before,
  .video-btn.video-btn-sm:hover:before { left: -12px; right: -12px; top: -12px; bottom: -12px; }

  /* Vector Icons */
  .ico-15 [class*="flaticon-"]:before, .ico-15 [class*="flaticon-"]:after { font-size: 0.75rem; }   
  .ico-20 [class*="flaticon-"]:before, .ico-20 [class*="flaticon-"]:after { font-size: 1.1rem; }     
  .ico-25 [class*="flaticon-"]:before, .ico-25 [class*="flaticon-"]:after { font-size: 1.375rem; }  
  .ico-30 [class*="flaticon-"]:before, .ico-30 [class*="flaticon-"]:after { font-size: 1.65rem; }   
  .ico-35 [class*="flaticon-"]:before, .ico-35 [class*="flaticon-"]:after { font-size: 1.925rem; }  
  .ico-40 [class*="flaticon-"]:before, .ico-40 [class*="flaticon-"]:after { font-size: 2.2rem; }     
  .ico-45 [class*="flaticon-"]:before, .ico-45 [class*="flaticon-"]:after { font-size: 2.475rem; }  
  .ico-50 [class*="flaticon-"]:before, .ico-50 [class*="flaticon-"]:after { font-size: 2.75rem; }   
  .ico-55 [class*="flaticon-"]:before, .ico-55 [class*="flaticon-"]:after { font-size: 3.025rem; }  
  .ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 3.3rem; }     
  .ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 3.575rem; }  
  .ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 3.85rem; }   
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.125rem; }  
  .ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 4.4rem; }   
  .ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 4.675rem; }  
  .ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 4.95rem; }    
  .ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5.225rem; }  
  .ico-100 [class*="flaticon-"]:before, .ico-100 [class*="flaticon-"]:after { font-size: 5.5rem; }   
  .ico-105 [class*="flaticon-"]:before, .ico-105 [class*="flaticon-"]:after { font-size: 5.775rem; } 
  .ico-110 [class*="flaticon-"]:before, .ico-110 [class*="flaticon-"]:after { font-size: 6.05rem; } 
  .ico-115 [class*="flaticon-"]:before, .ico-115 [class*="flaticon-"]:after { font-size: 6.325rem; } 
  .ico-120 [class*="flaticon-"]:before, .ico-120 [class*="flaticon-"]:after { font-size: 6.6rem; }   
  .ico-125 [class*="flaticon-"]:before, .ico-125 [class*="flaticon-"]:after { font-size: 6.875rem; } 

  /* Transparent Link */
  p.tra-link { font-size: 0.85rem; letter-spacing: 0.0625rem; }

  /* Section Id */
  .section-id, .section-id.section-id-lg { font-size: 0.85rem; margin-bottom: 20px; }

  /* Section Title */
  .title-01.mb-50, .title-01.mb-60, .title-01.mb-65, .title-01.mb-70 { margin-bottom: 45px; }

  /* Uppercase Text */
  .txt-upcase { font-size: 0.8rem; }

  /* More Buttion */
  .more-btn.mt-40 { margin-top: 30px; }
  .gallery-section .more-btn.mt-25 { margin-top: 20px; }
  .gallery-section .more-btn.mt-40 { margin-top: 20px; }

  /*------------------------------------------*/
  /*  PRELOAD SPINNER 
  /*------------------------------------------*/

  .spinner { width: 40px; height: 40px; }
  .spinner .blob { width: 17px; height: 17px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  .callusbtn { left: 0; top:0; padding: 14px 0 14px 0; margin: 15px 0 0 15px; }
  .callusbtn.ico-20 [class^="flaticon-"]:before, .callusbtn.ico-20 [class^="flaticon-"]:after { font-size: 1.45rem; }
  .wsanimated-arrow { padding: 14px 22px 14px 0px; margin: 24px 18px 0 0; }

  .wsmenu > .wsmenu-list { width: 345px; margin-right: -345px; }
  .wsactive .wsmobileheader { margin-right: 345px; }
  .overlapblackbg { width: calc(100% - 345px); }

  .wsmenu > .wsmenu-list > li > a, .wsmenu > .wsmenu-list > li a.btn { font-size: 0.925rem; }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { font-size: 0.875rem; }

  .wsmobileheader .smllogo { display: block; margin-top: 20px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 40px; }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  /* Hero Slider */
  .slider, .slider .slides { height: 330px; }
  #hero-4 .slider { height: 280px; margin-top: 80px; }
  #hero-4 .slider .slides { height: 280px; }
  #hero-7 .slider { height: 400px; margin-top: 80px; }
  #hero-7 .slider .slides { height: 400px; }
  #hero-7 .slider .slides li img { background-position: left center; }

  .slider .indicators { display: none; }

  /* Hero-1 */
  #hero-1 .caption-txt { margin-top: -5px; }
  #hero-1 .caption-txt h2 { font-size: 2.35rem; margin-bottom: 25px; }

  /* Hero-2 */
  .hero-2-txt { text-align: center; margin-bottom: 40px; }
  .hero-2-txt h2 { font-size: 2.75rem; margin-bottom: 15px; }
  .hero-2-txt h2 span { display: block; }
  .hero-2-txt p { padding: 0 10%; margin-bottom: 25px; }
  .hero-2-img { margin: 0 1% -40px 1%; }

  /* Hero-3 */
  #hero-3 { padding-top: 80px; padding-bottom: 80px; } 

  .hero-3-txt h2 { font-size: 3.15rem; line-height: 1.2; }
  .hero-3-txt h2 span { display: block; }
  .hero-3-txt p { font-size: 1.25rem; padding: 0 15%; margin-bottom: 20px; }

  /* Hero-5 */
  .hero-5-txt h2 { font-size: 2.5rem;  margin-bottom: 12px; }
  .hero-5-txt p { padding: 0 5%; margin-bottom: 22px; }

  /* Hero-6 */
  .hero-6-txt h2 { line-height: 1.4; margin-bottom: 25px; }
  .hero-6-images { margin-top: 50px; }

  /* Hero-7 */
  #hero-7 .caption-txt { text-align: center; padding: 0; margin-top: -10px; }
  #hero-7 .caption-txt h2 { font-size: 3rem; margin-bottom: 15px; }
  #hero-7 .caption-txt p { padding: 0 3%; margin-bottom: 20px; }

  /* Hero-8 */
  #hero-8 { padding-top: 70px; }
  .hero-8-txt { padding: 0; }
  .hero-8-txt h2 { font-size: 2.35rem; margin-bottom: 0; }
  .hero-8-img { margin-top: 35px; }

  /* Hero-9 */
  .hero-9-txt h2 { font-size: 2.75rem; padding:  0 4%; margin-bottom: 20px; }
  .hero-9-txt p { padding: 0; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/ 

  /* About */
  #about-1 .txt-block { padding: 0; }
  #about-4 .txt-block { padding: 0 5%; }
  #about-4 .txt-block.right-column { padding: 0 5%; }
  .about-8-txt { margin-top: 28px; }
  .about-11-txt { padding: 40px 30px; }

  .about-section h3, .about-section h2 { margin-bottom: 20px; }
  .about-section .btn { margin-top: 10px; }
  #about-1.about-section .btn, #about-2.about-section .btn { margin-top: 4px; }

  .table-rounded { padding: 30px 40px; }
  .txt-table .table td, .txt-table .table th { font-size: 1.175rem; padding: 12px 0; }

  .accordion-wrapper { margin-bottom: 15px; }
  .accordion-thumb { padding: 12px 0 14px; }
  .accordion-thumb h6, .accordion-thumb h5, .accordion-thumb h4 { margin-top: 0; margin-bottom: 0; }
  .accordion-panel p { margin-bottom: 12px; }
  .accordion-item .accordion-thumb:before, .accordion-item.is-active .accordion-thumb:before { top: 15px; }

  #about-4 .img-block { margin: 0 3%; }
  .about-6-img, .about-7-img, .about-9-img { margin: -80px 0 40px 0; }
  .about-10-img { margin: 0 0 40px 0; }
  .about-12-img { height: 250px; margin: 0 12px; }

  /* Services */
  .sbox-1 { padding: 45px 15%; } 
  .sbox-2, .sbox-3, .sbox-4 { padding: 0 15%; } 
  .sbox-5 { padding: 0 5%; }
  .sbox-6 { padding: 0; }
  #sb-2-1, #sb-2-2 { margin-bottom: 60px; }
  #sb-3-3, #sb-4-3, #sb-5-3 { margin-bottom: 40px; }

  .sbox-1 h5, .sbox-2 h5, .sbox-3 h5, .sbox-4 h5, .sbox-5 h5, .sbox-6 h5, .sbox-7 h5 { font-size: 1.5rem; } 

  /* Gallery */
  #gallery-1 .gallery-items-list, #gallery-2 .col { padding: 0 12px; }
  .gallery-section .masonry-wrap .masonry-image { width: 100%; margin-bottom: 30px; padding: 0; }

  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, #img-2-6, #img-2-7 { margin-bottom: 30px; }
  #img-3-1, #img-3-2, #img-3-3, #img-3-4, #img-3-5 { margin-bottom: 30px; }

  #img-4-1 { margin-top: 0; margin-bottom: 30px; }
  #img-4-3 { margin-right: 0; margin-bottom: 30px; }
  #img-4-4 { margin-top: 0; }
  #img-4-5 { margin-left: 0; margin-bottom: 30px; }
  #img-4-6 { margin: 0 0 30px; }
  #img-5-6 { margin-bottom: 30px; }

  #gallery-1 .image-caption h5, #gallery-2 .image-caption h5 { font-size: 1.6rem; } 
  .gallery-link.ico-40 [class^="flaticon-"]:before, .gallery-link.ico-40 [class^="flaticon-"]:after { font-size: 3.75rem; }

  /* Video */
  #video-1 { padding-top: 110px; padding-bottom: 110px; }
  .video-2-overlay { padding-top: 60px; padding-bottom: 60px; }
  .video-2-overlay h2 { font-size: 2.35rem; }
  .video-2-overlay span { display: block; }
  .video-2-overlay p { padding: 0 10%; }

  /* Team */
  #team-2 { padding-bottom: 50px; }
  .team-member-data h5 { font-size: 1.5rem; } 
  .tm-social.ico-25 [class^="flaticon-"]:before, .tm-social.ico-25 [class^="flaticon-"]:after { font-size: 1.7rem; }
  .team-member:hover .tm-social ul { bottom: 8%; }

  .career-box { padding: 50px 30px 35px; }
  .career-box-title { margin-bottom: 20px; }
  .career-box-ico { width: 30%; }
  .career-box-title-txt { width: 70%; margin-top: 0; }
  .career-box-ico.ico-70 [class*="flaticon-"]:before, .career-box-ico.ico-70 [class*="flaticon-"]:after { font-size: 4.5rem; }
  .career-box-btn { position: relative; display: block; top: 0;right: 0; margin-top: 14px; }
  .career-box-btn .btn { padding: 9px 22px 7px; }

  /* Pricing */
  #pricing-4.pricing-4-boxed .container, #pricing-5 .container, #pricing-7 .container { padding: 0; }
  .p4-wrapper { padding: 80px 15px; }
  .pricing-5-wrapper { padding: 50px 12px 0; border: none; -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; box-shadow: 0 0; }
  .p7-wrapper { padding: 70px 14px; }

  .pricing-7-title { margin: 0 3% 50px; }
  
  .pricing-4-list li, .pricing-4-list li.last-li { margin-bottom: 30px; }
  .pricing-4-txt { padding: 0; margin-top: 25px; }
  .price-txt p { font-size: 1.1rem; margin-top: 6px; }
  .pricing-4-item .price-txt p { font-size: 1.1rem; }

  .pricing-1-img, .pricing-2-img { overflow: hidden; margin: -60px 0 40px; }
  .pricing-1-img img, .pricing-2-img img { width: auto; max-width: inherit; max-height: 350px; }
  .pricing-5-img { padding: 0 12px; }

  #pricing-3 .more-btn, #pricing-4 .more-btn { margin-top: 35px; }

  /* Gift Cards */
  .gift-card { padding: 60px 30px; }
  .gift-card h5 { font-size: 1.6rem; }
  .gift-card span { font-size: 5rem; }
  .gift-card sup { font-size: 3.35rem; }
  .gift-card p { margin-top: 20px; }

  .cards-2-txt { margin-bottom: 40px; }

  /* Brands */
  #brands-1 {padding-top: 30px; padding-bottom: 30px; }
  #brands-1 .brand-logo { padding: 0 15px; }

  /* Testimonials */
  #reviews-1 .title-01.mb-60 { margin-bottom: 30px; }
  #reviews-2 .title-01.mb-50 { margin-bottom: 20px; }
  .review-1 .quote-icon { margin-bottom: -40px; }
  .review-2 .quote-icon { margin-bottom: -50px; }
  .review-1 { text-align: center; margin: 0 10px 40px; }
  .review-1 p.p-lg { font-size: 1.25rem; padding: 0 2%; }
  .review-2-txt p { font-size: 1.25rem; padding: 0 2%; }
  span.testimonial-autor, .review-2 span.testimonial-autor { font-size: 1rem; }

  /* Promo */
  #pb-1-1, #pb-1-2, #pb-1-3 { margin-bottom: 30px; }
  #pb-2-1, #pb-2-2 { margin-bottom: 30px; }
  #promo-4:before, #pb-4-1 { height: 330px; }
  #promo-4:after { height: 430px; top: 330px; }
  #pb-4-2 { height: 430px; }

  .promo-box-txt { text-align: center; padding: 0 10%; }
  .promo-box-caption { padding: 0 14%; }  
  .pbox-caption { width: 80%; bottom: 40px; left: 25px; }
  .pbox-3-caption { width: 88%; left: 6%; } 

  #promo-2 p.txt-upcase { margin-bottom: 15px; }
  .pbox-caption h5 { font-size: 1.65rem; }
  .pbox-3-caption h4 { font-size: 1.75rem; }

  #pb-4-1 h2 { font-size: 2.35rem; letter-spacing: -2px; margin-bottom: 25px; }
  #pb-4-2 h2 { font-size: 5.85rem; letter-spacing: -3px; margin-bottom: 25px; }

  /* Banner */
  #banner-1 { padding-top: 60px; padding-bottom: 60px; }
  .banner-2-wrapper { padding-top: 60px; padding-bottom: 60px; }
  #banner-3 { background-position: left center; }
  #banner-4:after { width: 100%; }
  .banner-5-wrapper { text-align: center; background-position: left center; padding: 50px 20px; }
  #banner-6 { padding-top: 60px; padding-bottom: 60px; } 

  #banner-2 .container, #banner-5 .container { padding: 0; }
  .banner-3-txt, .banner-4-txt { padding: 60px 2%; }

  .banner-1-txt h5 { font-size: 1.15rem; margin-bottom: 25px; }
  .banner-1-txt h3 { font-size: 3.25rem; }
  .banner-1-txt h2 { font-size: 4.35rem; margin-bottom: 25px; }
  .banner-2-txt h2 { font-size: 1.85rem; padding: 0 3%; margin-bottom: 25px; }
  .banner-3-txt h2, .banner-4-txt h2 { font-size: 4.75rem; }
  .banner-3-txt h5, .banner-4-txt h5 { font-size: 1.25rem; line-height: 1.5; padding: 0 10%; }
  .banner-5-txt h3 { font-size: 2.15rem; margin-bottom: 25px; }
  .banner-6-txt h2 { font-size: 2.35rem; }
  .banner-6-txt span { display: block; }

  .banner-4-img { display: none; }

  /* Newsletter */
  #newsletter-1 .container { padding: 0; }
  .newsletter-wrapper { padding: 60px 30px 30px; }

  .newsletter-section .title-01.mb-40 { margin-bottom: 25px; }
  #newsletter-1 .newsletter-form { padding: 0; }
  #newsletter-1 .newsletter-form p { padding: 0; margin-top: 25px; }

  .newsletter-section .form-control { font-size: 1.1rem; height: 56px; }
  .newsletter-section .btn { height: 56px; }

  /* Blog */
  #blog-2 .masonry-wrap .masonry-image { width: 100%; margin-bottom: 40px; padding: 0; }
  .blog-2-post { margin-bottom: 0; }
  p.post-tag { font-size: 0.8rem; letter-spacing: 1px; line-height: 1; }
  #blog-1 .blog-post-txt, #blog-2 .blog-post-txt { padding: 0 4%; }
  .blog-post-txt h5 { line-height: 1.25; }

  /* Single Post */
  .single-post-title h2 { padding: 0 5%; }
  .single-post-title p.post-tag { font-size: 0.85rem; letter-spacing: 1px; line-height: 1.55; padding: 0 8px; }

  .blog-post-img.mt-50.mb-50 { margin-top: 30px; margin-bottom: 30px; }
  .single-post-txt h5 { margin-top: 20px; margin-bottom: 15px; }

  .post-inner-img { margin-top: 30px; margin-bottom: 30px; }
  .post-tags-list span a { 
    display: inline-block; font-size: 0.75rem; letter-spacing: 1px; padding: 12px 10px 9px; margin-bottom: 10px; 
  }

  .post-share-list.text-end { text-align: left!important; margin-top: 15px; }
  .post-share-links .share-social-icons a.share-ico span { margin-left: 0; margin-right: 20px; }

  .post-share-links { margin-top: 50px; padding-top: 50px; }
  .post-comments { padding-top: 60px; }

  .post-comments #leave-comment h5 { margin-top: 50px; }

  .post-comments img { width: 60px; height: 60px; }
  .comment-body { margin-left: 15px; }

  .comment-form { margin-top: 50px; }
  .comment-form .form-control { height: 54px; font-size: 1.05rem; }
  .comment-form textarea { min-height: 180px; }

  /* Booking */
  .booking-1-wrapper { margin-top: -170%; padding: 35px 20px 25px;}
  .booking-2-wrapper { padding: 35px 20px 25px; margin-left: 0; margin-right: 0; }
  .booking-2-txt { padding: 40px 30px; margin-right: 0; margin-bottom: 30px; }

  .booking-1-wrapper h4, .booking-2-wrapper h4 { margin-bottom: 25px; }
  .booking-1-img { margin-left: -60%; margin-right: -60%; }

  /* Contacts */
  .contacts-1-wrapper, .contacts-2-wrapper, .contacts-3-wrapper { padding: 0; }
  .contacts-2-wrapper .title-01 { margin-top: 25px; }
  .location-1-wrapper.mb-60 { margin-bottom: 30px; }

  .cbox-3 { height: 250px; }
  .cbox-3-txt { width: 80%; left: 10%; }

  .cbox-1.cbox-1-link { margin-bottom: 60px; }
  .cbox-1 p { font-size: 1.2rem; }  
  .cbox-2 p { font-size: 1.125rem; }
  .cbox-3 p { padding: 0; }

  .form-holder.pc-30 { padding: 0; }
  .contact-form .text-end { text-align: left!important; }
  .contact-form .form-control { height: 56px; font-size: 1.1rem; }
  .contact-form textarea { min-height: 150px; }

  /* Google Map */
  #gmap-1 .google-map { padding: 0px 0px 60%; }

  /* Footer */ 
  .bottom-footer { padding-top: 0; }
  #footer-3 .bottom-footer { padding-top: 10px; }
  #footer-1 .footer-info { padding-left: 0; }
  #footer-2 .footer-contacts { padding-left: 0; padding-right: 0; }

  .footer-img.text-end { margin-top: 10px; text-align: left!important; }
  .footer-img li { display: inline-block!important; margin: 0 0 10px 4px; }
  .footer h6, .footer h5 { margin-bottom: 20px; }
  #footer-1 .footer-info p, #footer-1 .footer-contacts p { margin-bottom: 5px; }
  .footer-contacts p.mt-15 { margin-top: 10px; }
  .footer-info h5.booking-link { margin-top: 20px; }
  #footer-2 h4.h4-xs, #footer-2 h4.h4-sm { font-size: 1.7rem; }
  .foo-socials.ico-20 [class*="flaticon-"]:before, .foo-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.3rem; }

  .footer-form { margin-bottom: 20px; }
  .footer-form .form-control { display: block; width: 100%!important; text-align: center; height: 56px; font-size: 1.1rem; }
  .footer-form .input-group-btn { display: block; width: 100%!important; }
  .footer-form .btn { height: 56px; width: 100%!important; margin-top: 10px; }

  .footer-contacts p, .footer-info p, .footer-links p { font-size: 1.125rem!important; }
  #footer-3 .footer-contacts p.txt-600 { font-size: 1.2rem!important; }

  .footer-form p { font-size: 1.1rem; margin-top: 25px; margin-bottom: 0; }

  .bottom-footer-list span { top: 2px; padding: 0 7px; }
  .footer-copyright p, .bottom-footer-list p { font-size: 1.1rem; }

  /* Page Hero */
  .page-hero-section { padding-top: 45px; padding-bottom: 45px; }
  .page-hero-section h3, .page-hero-section h2 { margin-bottom: 3px; }

  /* Breadcrumb */
  .breadcrumb-item { font-size: 0.75rem!important; }
  .breadcrumb-item + .breadcrumb-item::before { font-size: 1.1rem; padding-right: 12px; margin-top: -4px; }
  .breadcrumb-item + .breadcrumb-item { padding-left: 15px; }

  /* Scroll Up */
  #scrollUp { width: 36px; height: 36px; bottom: 15px; right: 15px; }




}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 321px) and (max-width: 413.95px) {

  #stlChanger { display: none; }

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/ 

  /* Header H6 */
  h6.h6-xs { font-size: 1.2rem; }  
  h6.h6-sm { font-size: 1.2rem; }  
  h6.h6-md { font-size: 1.2rem; }  
  h6.h6-lg { font-size: 1.25rem; }  
  h6.h6-xl { font-size: 1.25rem; }  

  /* Header H5 */
  h5.h5-xs { font-size: 1.3rem; }   
  h5.h5-sm { font-size: 1.3rem; }    
  h5.h5-md { font-size: 1.35rem; }   
  h5.h5-lg { font-size: 1.4rem; }  
  h5.h5-xl { font-size: 1.4rem; }  

  /* Header H4 */
  h4.h4-xs { font-size: 1.6rem; }   
  h4.h4-sm { font-size: 1.6rem; }     
  h4.h4-md { font-size: 1.6rem; }  
  h4.h4-lg { font-size: 1.6rem; }   
  h4.h4-xl { font-size: 1.6rem; }     

  /* Header H3 */
  h3.h3-xs { font-size: 1.65rem; } 
  h3.h3-sm { font-size: 1.65rem; }   
  h3.h3-md { font-size: 1.65rem; }  
  h3.h3-lg { font-size: 1.7rem; } 
  h3.h3-xl { font-size: 1.7rem; }  

  /* Header H2 */
  h2.h2-xs { font-size: 1.75rem; }  
  h2.h2-sm { font-size: 1.75rem; }  
  h2.h2-md { font-size: 1.75rem; }  
  h2.h2-lg { font-size: 1.85rem; }  
  h2.h2-xl { font-size: 1.85rem; }     

  h2.h2-title-xs { font-size: 1.9rem; } 
  h2.h2-title-sm { font-size: 1.9rem; }     
  h2.h2-title-md { font-size: 2.05rem; }    
  h2.h2-title-lg { font-size: 2.05rem; }     
  h2.h2-title-xl { font-size: 2.15rem; } 

  /* Paragraphs */
  p.p-sm { font-size: 1.05rem; }     
  p { font-size: 1.1rem; }          
  p.p-md { font-size: 1.1rem; }     
  p.p-lg { font-size: 1.1rem; }   
  p.p-xl { font-size: 1.1rem; }   

  p.p-title-xs { font-size: 1.1rem; }  
  p.p-title-sm { font-size: 1.1rem; }  
  p.p-title-md { font-size: 1.125rem; }  
  p.p-title-lg { font-size: 1.125rem; }  
  p.p-title-xl { font-size: 1.125rem; }  

  /* Button */
  .btn, .btn.btn-md { font-size: 0.8rem; padding: 14px 26px 13px; }

  /* Video Button */
  .video-btn-xl { width: 70px; height: 70px; margin-top: -35px; margin-left: -35px; }
  .video-btn-lg { width: 70px; height: 70px; margin-top: -35px;margin-left: -35px; }
  .video-btn-md { width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; }
  .video-btn-sm { width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; }

  .video-btn.video-btn-xl [class^="flaticon-"]:before, .video-btn.video-btn-xl [class^="flaticon-"]:after {
    font-size: 3.75rem; line-height: 70px!important; margin-left: 7px;
  }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 3.75rem; line-height: 70px!important; margin-left: 7px;
  }

  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
  font-size: 3rem; line-height: 60px!important; margin-left: 6px;
  }

  .video-btn.video-btn-sm [class^="flaticon-"]:before, .video-btn.video-btn-sm [class^="flaticon-"]:after {
    font-size: 3rem; line-height: 60px!important; margin-left: 6px;
  }

  .video-btn.video-btn-xl:hover:before, 
  .video-btn.video-btn-lg:hover:before { left: -16px; right: -16px; top: -16px; bottom: -16px; }
  .video-btn.video-btn-md:hover:before,
  .video-btn.video-btn-sm:hover:before { left: -12px; right: -12px; top: -12px; bottom: -12px; }

  /* Vector Icons */
  .ico-15 [class*="flaticon-"]:before, .ico-15 [class*="flaticon-"]:after { font-size: 0.75rem; }   
  .ico-20 [class*="flaticon-"]:before, .ico-20 [class*="flaticon-"]:after { font-size: 1.1rem; }     
  .ico-25 [class*="flaticon-"]:before, .ico-25 [class*="flaticon-"]:after { font-size: 1.375rem; }  
  .ico-30 [class*="flaticon-"]:before, .ico-30 [class*="flaticon-"]:after { font-size: 1.65rem; }   
  .ico-35 [class*="flaticon-"]:before, .ico-35 [class*="flaticon-"]:after { font-size: 1.925rem; }  
  .ico-40 [class*="flaticon-"]:before, .ico-40 [class*="flaticon-"]:after { font-size: 2.2rem; }     
  .ico-45 [class*="flaticon-"]:before, .ico-45 [class*="flaticon-"]:after { font-size: 2.475rem; }  
  .ico-50 [class*="flaticon-"]:before, .ico-50 [class*="flaticon-"]:after { font-size: 2.75rem; }   
  .ico-55 [class*="flaticon-"]:before, .ico-55 [class*="flaticon-"]:after { font-size: 3.025rem; }  
  .ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 3.3rem; }     
  .ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 3.575rem; }  
  .ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 3.85rem; }   
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.125rem; }  
  .ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 4.4rem; }   
  .ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 4.675rem; }  
  .ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 4.95rem; }    
  .ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5.225rem; }  
  .ico-100 [class*="flaticon-"]:before, .ico-100 [class*="flaticon-"]:after { font-size: 5.5rem; }   
  .ico-105 [class*="flaticon-"]:before, .ico-105 [class*="flaticon-"]:after { font-size: 5.775rem; } 
  .ico-110 [class*="flaticon-"]:before, .ico-110 [class*="flaticon-"]:after { font-size: 6.05rem; } 
  .ico-115 [class*="flaticon-"]:before, .ico-115 [class*="flaticon-"]:after { font-size: 6.325rem; } 
  .ico-120 [class*="flaticon-"]:before, .ico-120 [class*="flaticon-"]:after { font-size: 6.6rem; }   
  .ico-125 [class*="flaticon-"]:before, .ico-125 [class*="flaticon-"]:after { font-size: 6.875rem; } 

  /* Transparent Link */
  p.tra-link { font-size: 0.85rem; letter-spacing: 0.0625rem; }

  /* Section Id */
  .section-id, .section-id.section-id-lg { font-size: 0.8rem; margin-bottom: 18px; }

  /* Section Title */
  .title-01.mb-50, .title-01.mb-60, .title-01.mb-65, .title-01.mb-70 { margin-bottom: 45px; }

  /* Uppercase Text */
  .txt-upcase { font-size: 0.8rem; }

  /* More Button */
  .more-btn.mt-40 { margin-top: 30px; }
  .gallery-section .more-btn.mt-25 { margin-top: 20px; }
  .gallery-section .more-btn.mt-40 { margin-top: 20px; }

  /*------------------------------------------*/
  /*  PRELOAD SPINNER 
  /*------------------------------------------*/

  .spinner { width: 40px; height: 40px; }
  .spinner .blob { width: 17px; height: 17px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  .callusbtn { left: 0; top: 0; padding: 14px 0 14px 0; margin: 15px 0 0 15px; }
  .callusbtn.ico-20 [class^="flaticon-"]:before, .callusbtn.ico-20 [class^="flaticon-"]:after { font-size: 1.45rem; }
  .wsanimated-arrow { padding: 14px 22px 14px 0px; margin: 24px 18px 0 0; }

  .wsmenu > .wsmenu-list { width: 300px; margin-right: -300px; }
  .wsactive .wsmobileheader { margin-right: 300px; }
  .overlapblackbg { width: calc(100% - 300px); }

  .wsmenu > .wsmenu-list > li > a, .wsmenu > .wsmenu-list > li a.btn { font-size: 0.925rem; }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { font-size: 0.875rem; }

  .wsmobileheader .smllogo { display: block; margin-top: 20px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 40px; }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  /* Hero Slider */
  .slider, .slider .slides { height: 320px; }
  #hero-4 .slider { height: 280px; margin-top: 80px; }
  #hero-4 .slider .slides { height: 280px; }
  #hero-7 .slider { height: 400px; margin-top: 80px; }
  #hero-7 .slider .slides { height: 400px; }
  #hero-7 .slider .slides li img { background-position: left center; }

  .slider .indicators { display: none; }

  /* Hero-1 */
  #hero-1 .caption-txt { margin-top: -5px; }
  #hero-1 .caption-txt h2 { font-size: 2rem; line-height: 1.4; margin-bottom: 25px; }

  /* Hero-2 */
  .hero-2-txt { text-align: center; margin-bottom: 40px; }
  .hero-2-txt h2 { font-size: 2.5rem; padding: 0; margin-bottom: 15px; }
  .hero-2-txt h2 span { display: block; }
  .hero-2-txt p { padding: 0 6%; margin-bottom: 25px; }
  .hero-2-img { margin: 0 1% -40px 1%; }

  /* Hero-3 */
  #hero-3 { padding-top: 80px; padding-bottom: 80px; } 

  .hero-3-txt h2 { font-size: 2.75rem; line-height: 1.2; }
  .hero-3-txt h2 span { display: block; }
  .hero-3-txt p { font-size: 1.2rem; padding: 0 12%; margin-bottom: 20px; }

  /* Hero-5 */
  .hero-5-txt h2 { font-size: 2.25rem; margin-bottom: 12px; }
  .hero-5-txt p { padding: 0 12%; margin-bottom: 20px; }

  /* Hero-6 */
  .hero-6-txt h2 { line-height: 1.4; margin-bottom: 20px; }
  .hero-6-images { margin-top: 50px; }

  /* Hero-7 */
  #hero-7 .caption-txt { text-align: center; padding: 0; margin-top: -10px; }
  #hero-7 .caption-txt h2 { font-size: 2.85rem; margin-bottom: 10px; }
  #hero-7 .caption-txt p { padding: 0 5%; margin-bottom: 20px; }

  /* Hero-8 */
  #hero-8 { padding-top: 70px; }
  .hero-8-txt { padding: 0; }
  .hero-8-txt h2 { font-size: 2.15rem; margin-bottom: 0; }
  .hero-8-img { margin-top: 35px; }

  /* Hero-9 */
  .hero-9-txt h2 { font-size: 2.4rem; padding: 0 3%; margin-bottom: 20px; }
  .hero-9-txt p { padding: 0 4%; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* About */
  #about-1 .txt-block { padding: 0 5%; }
  #about-4 .txt-block { padding: 0 4%; }
  #about-4 .txt-block.right-column { padding: 0 4%; }
  #about-5 .txt-block { margin-bottom: 10px; }
  .about-8-txt { margin-top: 28px; }
  .about-11-txt { padding: 35px 20px; }

  .about-section h3, .about-section h2 { margin-bottom: 20px; }
  .about-section .btn { margin-top: 10px; }
  #about-1.about-section .btn, #about-2.about-section .btn { margin-top: 4px; }

  .table-rounded { padding: 20px 30px; }
  .txt-table .table td, .txt-table .table th { font-size: 1.125rem; padding: 12px 0; }

  .accordion-wrapper { margin-bottom: 15px; }
  .accordion-thumb { padding: 12px 0 14px; }
  .accordion-thumb h6, .accordion-thumb h5, .accordion-thumb h4 { margin-top: 0; margin-bottom: 0; }
  .accordion-panel p { margin-bottom: 12px; }
  .accordion-item .accordion-thumb:before, .accordion-item.is-active .accordion-thumb:before { top: 14px; }

  #about-4 .img-block { margin: 0 2%; }
  .about-6-img, .about-7-img, .about-9-img { margin: -80px 0 40px 0; }
  .about-10-img { margin: 0 0 40px 0; }
  .about-12-img { height: 220px; margin: 0 12px; }

  /* Services */
  .sbox-1 { padding: 45px 15%; } 
  .sbox-2 { padding: 0 5%; } 
  .sbox-3, .sbox-4 { padding: 0 15%; } 
  .sbox-5 { padding: 0 5%; } 
  .sbox-6 { padding: 0; }
  #sb-2-1, #sb-2-2 { margin-bottom: 60px; }
  #sb-3-3, #sb-4-3, #sb-5-3 { margin-bottom: 40px; }

  .sbox-1 h5, .sbox-2 h5, .sbox-3 h5, .sbox-4 h5, .sbox-5 h5, .sbox-6 h5, .sbox-7 h5 { font-size: 1.5rem; } 

  /* Gallery */
  .section-title-link { line-height: 1.4; }
  #gallery-1 .gallery-items-list, #gallery-2 .col { padding: 0 12px; }
  .gallery-section .masonry-wrap .masonry-image { width: 100%; margin-bottom: 30px; padding: 0; }

  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, #img-2-6, #img-2-7 { margin-bottom: 30px; }
  #img-3-1, #img-3-2, #img-3-3, #img-3-4, #img-3-5 { margin-bottom: 30px; }

  #img-4-1 { margin-top: 0; margin-bottom: 30px; }
  #img-4-3 { margin-right: 0; margin-bottom: 30px; }
  #img-4-4 { margin-top: 0; }
  #img-4-5 { margin-left: 0; margin-bottom: 30px; }
  #img-4-6 { margin: 0 0 30px; }
  #img-5-6 { margin-bottom: 30px; }

  #gallery-1 .image-caption h5, #gallery-2 .image-caption h5 { font-size: 1.5rem; } 
  .gallery-link.ico-40 [class^="flaticon-"]:before, .gallery-link.ico-40 [class^="flaticon-"]:after { font-size: 3.75rem; }

  /* Video */
  #video-1 { padding-top: 110px; padding-bottom: 110px; }
  .video-2-overlay { padding-top: 60px; padding-bottom: 60px; }
  .video-2-overlay h2 { font-size: 2.15rem; }
  .video-2-overlay span { display: block; }
  .video-2-overlay p { padding: 0 14%; }

  /* Team */
  #team-2 { padding-bottom: 50px; }
  .team-member-data h5 { font-size: 1.5rem; } 
  .tm-social.ico-25 [class^="flaticon-"]:before, .tm-social.ico-25 [class^="flaticon-"]:after { font-size: 1.7rem; }
  .team-member:hover .tm-social ul { bottom: 8%; }

  .career-box { padding: 50px 25px 35px; }
  .career-box-title { margin-bottom: 20px; }
  .career-box-ico { width: 35%; }
  .career-box-title-txt { width: 65%; margin-top: 0; }
  .career-box-ico.ico-70 [class*="flaticon-"]:before, .career-box-ico.ico-70 [class*="flaticon-"]:after { font-size: 4.5rem; }
  .career-box-btn { position: relative; display: block; top: 0;right: 0; margin-top: 14px; }
  .career-box-btn .btn { padding: 9px 22px 7px; }

  /* Pricing */
  #pricing-4.pricing-4-boxed .container, #pricing-5 .container, #pricing-7 .container { padding: 0; }
  .p4-wrapper { padding: 80px 15px; }
  .pricing-5-wrapper { padding: 50px 12px 0; border: none; -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; box-shadow: 0 0; }
  .p7-wrapper { padding: 70px 14px; }

  .pricing-7-title { margin: 0 3% 50px; }
  .pricing-7-title p { padding: 0 10%; }
  
  .pricing-4-list li, .pricing-4-list li.last-li { margin-bottom: 30px; }
  .pricing-4-txt { padding: 0; margin-top: 25px; }
  .price-txt p { font-size: 1.1rem; margin-top: 6px; }
  .pricing-4-item .price-txt p { font-size: 1.1rem; }

  .pricing-1-img, .pricing-2-img { overflow: hidden; margin: -60px 0 40px; }
  .pricing-1-img img, .pricing-2-img img { width: auto; max-width: inherit; max-height: 300px; }
  .pricing-5-img { padding: 0 12px; }

  #pricing-3 .more-btn, #pricing-4 .more-btn { margin-top: 35px; }
  .pricing-notice p { padding: 0 10%; }

  /* Gift Cards */
  .gift-card { padding: 55px 25px; }
  .gift-card span { font-size: 4.5rem; }
  .gift-card sup { font-size: 2.5rem; }
  .gift-card p { margin-top: 20px; }

  /* Brands */
  #brands-1 { padding-top: 30px; padding-bottom: 30px; }
  #brands-1 .brand-logo { padding: 0 10px; }

  /* Testimonials */
  #reviews-1 .title-01.mb-60 { margin-bottom: 10px; }
  #reviews-2 .title-01.mb-50 { margin-bottom: 20px; }
  .review-1 .quote-icon { margin-bottom: -40px; }
  .review-2 .quote-icon { margin-bottom: -50px; }
  .review-1 { text-align: center;  margin: 0 10px 10px; }
  .review-1 p.p-lg { font-size: 1.175rem; padding: 0; }
  .review-2-txt p { font-size: 1.175rem; padding: 0 4%; }
  span.testimonial-autor, .review-2 span.testimonial-autor { font-size: 1rem; }

  /* Promo */
  #pb-1-1, #pb-1-2, #pb-1-3 { margin-bottom: 30px; }
  #pb-2-1, #pb-2-2 { margin-bottom: 30px; }
  #promo-4:before, #pb-4-1 { height: 330px; }
  #promo-4:after { height: 430px; top: 330px; }
  #pb-4-2 { height: 430px; }

  .promo-box-txt { text-align: center; padding: 0 5%; }
  .promo-box-caption { padding: 0 14%; }  
  .pbox-caption { width: 80%; bottom: 40px; left: 25px; }
  .pbox-3-caption { width: 92%; left: 4%; } 

  #promo-2 p.txt-upcase { margin-bottom: 15px; }
  .pbox-3-caption h4 { font-size: 1.5rem; margin-bottom: 22px; } 
  .pbox-caption h5 { font-size: 1.65rem; }

  #pb-4-1 h2 { font-size: 2.35rem; letter-spacing: -2px; margin-bottom: 25px; }
  #pb-4-2 h2 { font-size: 5.85rem; letter-spacing: -3px; margin-bottom: 25px; }

  /* Banner */
  #banner-1 { padding-top: 60px; padding-bottom: 60px; }
  .banner-2-wrapper { padding-top: 60px; padding-bottom: 60px; }
  #banner-3 { background-position: left center; }
  #banner-4:after { width: 100%; }
  .banner-5-wrapper { text-align: center; background-position: left center; padding: 50px 10px; }
  #banner-6 { padding-top: 60px; padding-bottom: 60px; } 

  #banner-2 .container, #banner-5 .container { padding: 0; }
  .banner-3-txt, .banner-4-txt { padding: 60px 2%; }

  .banner-1-txt h5 { font-size: 1.15rem; margin-bottom: 25px; }
  .banner-1-txt h3 { font-size: 3.1rem; }
  .banner-1-txt h2 { font-size: 4.25rem; margin-bottom: 25px; }
  .banner-2-txt h2 { font-size: 1.85rem; padding: 0 12%; margin-bottom: 25px; }
  .banner-3-txt h2, .banner-4-txt h2 { font-size: 4.5rem; }
  .banner-3-txt h5, .banner-4-txt h5 { font-size: 1.2rem; line-height: 1.5; padding: 0 5%; }
  .banner-3-txt h4, .banner-4-txt h4 { font-size: 1.45rem;  }
  .banner-5-txt h3 { font-size: 1.95rem; margin-bottom: 25px; }
  .banner-6-txt h2 { font-size: 2.35rem; }
  .banner-6-txt span { display: block; }

  .banner-4-img { display: none; }

  /* FAQs */
  #faqs-1 .question h5 { line-height: 1.45; margin-bottom: 10px; }

  /* Newsletter */
  #newsletter-1 .container { padding: 0; }
  .newsletter-wrapper { padding: 60px 12px 30px; }
  .newsletter-section .title-01.mb-40 { margin-bottom: 25px; }

  #newsletter-1 .newsletter-form { padding: 0 2%; }
  #newsletter-1 .newsletter-form p { font-size: 1rem; padding: 0; margin-top: 25px; }

  .newsletter-section .form-control { font-size: 1.1rem; height: 56px; }
  .newsletter-section .btn { height: 56px; }

  /* Blog */
  #blog-2 .masonry-wrap .masonry-image { width: 100%; margin-bottom: 40px; padding: 0; }
  .blog-2-post { margin-bottom: 0; }
  p.post-tag { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
  #blog-1 .blog-post-txt, #blog-2 .blog-post-txt { padding: 0 4%; }
  .blog-post-txt h5 { line-height: 1.25; }

  /* Single Post */
  .single-post-title { padding: 0 10%; }
  .single-post-title h2 { padding: 0; }
  .single-post-title p.post-tag { font-size: 0.85rem; letter-spacing: 1px; line-height: 1.6; }
  .single-post-title p.post-tag span { padding: 0 4px; }

  .blog-post-img.mt-50.mb-50 { margin-top: 30px; margin-bottom: 30px; }
  .single-post-txt h5 { margin-top: 20px; margin-bottom: 15px; }

  .post-inner-img { margin-top: 30px; margin-bottom: 30px; }
  .post-tags-list span a { 
    display: inline-block; font-size: 0.75rem; letter-spacing: 1px; padding: 12px 10px 9px; margin-bottom: 10px; 
  }
  
  .post-share-list.text-end { text-align: left!important; margin-top: 15px; }
  .post-share-links .share-social-icons a.share-ico span { margin-left: 0; margin-right: 20px; }

  .post-share-links { margin-top: 50px; padding-top: 50px; }
  .post-comments { padding-top: 60px; }

  .post-comments #leave-comment h5 { margin-top: 50px; }

  .post-comments img { width: 60px; height: 60px; }
  .comment-body { margin-left: 15px; }

  .comment-form { margin-top: 50px; }
  .comment-form .form-control { height: 54px; font-size: 1.05rem; }
  .comment-form textarea { min-height: 180px; }

  /* Booking */
  .booking-1-wrapper { margin-top: -185%; padding: 35px 20px 25px;}
  .booking-2-wrapper { padding: 35px 20px 25px; margin-left: 0; margin-right: 0; }
  .booking-2-txt { padding: 40px 20px; margin-right: 0; margin-bottom: 30px; }

  .booking-1-wrapper h4, .booking-2-wrapper h4 { margin-bottom: 25px; }
  .booking-1-img { margin-left: -70%; margin-right: -70%; }

  /* Contacts */
  .contacts-1-wrapper, .contacts-2-wrapper, .contacts-3-wrapper { padding: 0; }
  .contacts-2-wrapper .title-01 { margin-top: 25px; }
  .location-1-wrapper.mb-60 { margin-bottom: 30px; }

  .cbox-3 { height: 270px; }
  .cbox-3-txt { width: 88%; left: 6%; }

  .cbox-1.cbox-1-link { margin-bottom: 60px; }
  .cbox-1 p { font-size: 1.2rem; }
  .cbox-2 p { font-size: 1.125rem; }

  .form-holder.pc-30 { padding: 0; }
  .contact-form .text-end { text-align: left!important; }
  .contact-form .form-control { height: 56px; font-size: 1.1rem; }
  .contact-form textarea { min-height: 120px; }

  /* Google Map */
  #gmap-1 .google-map { padding: 0px 0px 60%; }

  /* Footer */ 
  .bottom-footer { padding-top: 0; }
  #footer-3 .bottom-footer { padding-top: 10px; }
  #footer-1 .footer-info { padding-left: 0; }
  #footer-2 .footer-contacts { padding-left: 0; padding-right: 0; }

  .footer-img.text-end { margin-top: 10px; text-align: left!important; }
  .footer-img li { display: inline-block!important; margin: 0 0 10px 4px; }
  .footer h6, .footer h5 { margin-bottom: 20px; }
  #footer-1 .footer-info p, #footer-1 .footer-contacts p { margin-bottom: 5px; }
  .footer-contacts p.mt-15 { margin-top: 10px; }
  .footer-info h5.booking-link { font-size: 1.45rem; margin-top: 20px; }
  #footer-2 h4.h4-xs, #footer-2 h4.h4-sm { font-size: 1.75rem; }
  .foo-socials.ico-20 [class*="flaticon-"]:before, .foo-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.5rem; }

  .footer-contacts p, .footer-info p, .footer-links p { font-size: 1.125rem!important; }
  #footer-3 .footer-contacts p.txt-600 { font-size: 1.2rem!important; }

  .footer-img img.insta-img { width: 103px; height: 103px; }

  .footer-form { margin-bottom: 20px; }
  .footer-form .form-control { display: block; width: 100%!important; text-align: center; height: 52px; font-size: 1rem; }
  .footer-form .input-group-btn { display: block; width: 100%!important; }
  .footer-form .btn { height: 52px; width: 100%!important; margin-top: 15px; }
  .footer-form p { font-size: 1.05rem; margin-top: 20px; margin-bottom: 0; }

  .bottom-footer-list span { top: 2px; padding: 0 7px; }
  .footer-copyright p, .bottom-footer-list p { font-size: 1.05rem; }

  /* Page Hero */
  .page-hero-section { padding-top: 45px; padding-bottom: 45px; }

  .page-hero-section h3, .page-hero-section h2 { margin-bottom: 3px; }
  .inner-page-hero .title-01 h3, .inner-page-hero .title-01 h2 { padding: 0; }

  /* Breadcrumb */
  .breadcrumb-item { font-size: 0.75rem!important; }
  .breadcrumb-item + .breadcrumb-item::before { font-size: 1.1rem; padding-right: 12px; margin-top: -4px; }
  .breadcrumb-item + .breadcrumb-item { padding-left: 15px; }

  /* Scroll Up */
  #scrollUp { width: 36px; height: 36px; bottom: 15px; right: 15px; }





}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (max-width: 320.95px) { 

  #stlChanger { display: none; }

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/ 

  /* Header H6 */
  h6.h6-xs { font-size: 1.15rem; }  
  h6.h6-sm { font-size: 1.15rem; }  
  h6.h6-md { font-size: 1.15rem; }  
  h6.h6-lg { font-size: 1.2rem; }  
  h6.h6-xl { font-size: 1.2rem; }  

  /* Header H5 */
  h5.h5-xs { font-size: 1.25rem; }   
  h5.h5-sm { font-size: 1.25rem; }    
  h5.h5-md { font-size: 1.25rem; }   
  h5.h5-lg { font-size: 1.3rem; }  
  h5.h5-xl { font-size: 1.35rem; }  

  /* Header H4 */
  h4.h4-xs { font-size: 1.4rem; }   
  h4.h4-sm { font-size: 1.4rem; }     
  h4.h4-md { font-size: 1.45rem; }  
  h4.h4-lg { font-size: 1.45rem; }   
  h4.h4-xl { font-size: 1.45rem; }     

  /* Header H3 */
  h3.h3-xs { font-size: 1.5rem; } 
  h3.h3-sm { font-size: 1.5rem; }   
  h3.h3-md { font-size: 1.5rem; }  
  h3.h3-lg { font-size: 1.55rem; } 
  h3.h3-xl { font-size: 1.6rem; }  

  /* Header H2 */
  h2.h2-xs { font-size: 1.65rem; }  
  h2.h2-sm { font-size: 1.65rem; }  
  h2.h2-md { font-size: 1.65rem; }  
  h2.h2-lg { font-size: 1.75rem; }  
  h2.h2-xl { font-size: 1.75rem; }     

  h2.h2-title-xs { font-size: 1.8rem; } 
  h2.h2-title-sm { font-size: 1.8rem; }     
  h2.h2-title-md { font-size: 2rem; }    
  h2.h2-title-lg { font-size: 2rem; }     
  h2.h2-title-xl { font-size: 2.1rem; } 

  /* Paragraphs */
  p.p-sm { font-size: 1rem; }     
  p { font-size: 1.05rem; }          
  p.p-md { font-size: 1.05rem; }     
  p.p-lg { font-size: 1.05rem; }   
  p.p-xl { font-size: 1.05rem; }   

  p.p-title-xs { font-size: 1.05rem; }  
  p.p-title-sm { font-size: 1.1rem; }  
  p.p-title-md { font-size: 1.1rem; }  
  p.p-title-lg { font-size: 1.1rem; }  
  p.p-title-xl { font-size: 1.1rem; }  

  /* Button */
  .btn, .btn.btn-md { font-size: 0.8rem; padding: 14px 24px 13px; }

  /* Video Button */
  .video-btn-xl { width: 70px; height: 70px; margin-top: -35px; margin-left: -35px; }
  .video-btn-lg { width: 70px; height: 70px; margin-top: -35px;margin-left: -35px; }
  .video-btn-md { width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; }
  .video-btn-sm { width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; }

  .video-btn.video-btn-xl [class^="flaticon-"]:before, .video-btn.video-btn-xl [class^="flaticon-"]:after {
    font-size: 3.75rem; line-height: 70px!important; margin-left: 7px;
  }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 3.75rem; line-height: 70px!important; margin-left: 7px;
  }

  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
  font-size: 3rem; line-height: 60px!important; margin-left: 6px;
  }

  .video-btn.video-btn-sm [class^="flaticon-"]:before, .video-btn.video-btn-sm [class^="flaticon-"]:after {
    font-size: 3rem; line-height: 60px!important; margin-left: 6px;
  }

  .video-btn.video-btn-xl:hover:before, 
  .video-btn.video-btn-lg:hover:before { left: -16px; right: -16px; top: -16px; bottom: -16px; }
  .video-btn.video-btn-md:hover:before,
  .video-btn.video-btn-sm:hover:before { left: -12px; right: -12px; top: -12px; bottom: -12px; }

  /* Vector Icons */
  .ico-15 [class*="flaticon-"]:before, .ico-15 [class*="flaticon-"]:after { font-size: 0.75rem; }   
  .ico-20 [class*="flaticon-"]:before, .ico-20 [class*="flaticon-"]:after { font-size: 1.1rem; }     
  .ico-25 [class*="flaticon-"]:before, .ico-25 [class*="flaticon-"]:after { font-size: 1.375rem; }  
  .ico-30 [class*="flaticon-"]:before, .ico-30 [class*="flaticon-"]:after { font-size: 1.65rem; }   
  .ico-35 [class*="flaticon-"]:before, .ico-35 [class*="flaticon-"]:after { font-size: 1.925rem; }  
  .ico-40 [class*="flaticon-"]:before, .ico-40 [class*="flaticon-"]:after { font-size: 2.2rem; }     
  .ico-45 [class*="flaticon-"]:before, .ico-45 [class*="flaticon-"]:after { font-size: 2.475rem; }  
  .ico-50 [class*="flaticon-"]:before, .ico-50 [class*="flaticon-"]:after { font-size: 2.75rem; }   
  .ico-55 [class*="flaticon-"]:before, .ico-55 [class*="flaticon-"]:after { font-size: 3.025rem; }  
  .ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 3.3rem; }     
  .ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 3.575rem; }  
  .ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 3.85rem; }   
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.125rem; }  
  .ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 4.4rem; }   
  .ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 4.675rem; }  
  .ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 4.95rem; }    
  .ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5.225rem; }  
  .ico-100 [class*="flaticon-"]:before, .ico-100 [class*="flaticon-"]:after { font-size: 5.5rem; }   
  .ico-105 [class*="flaticon-"]:before, .ico-105 [class*="flaticon-"]:after { font-size: 5.775rem; } 
  .ico-110 [class*="flaticon-"]:before, .ico-110 [class*="flaticon-"]:after { font-size: 6.05rem; } 
  .ico-115 [class*="flaticon-"]:before, .ico-115 [class*="flaticon-"]:after { font-size: 6.325rem; } 
  .ico-120 [class*="flaticon-"]:before, .ico-120 [class*="flaticon-"]:after { font-size: 6.6rem; }   
  .ico-125 [class*="flaticon-"]:before, .ico-125 [class*="flaticon-"]:after { font-size: 6.875rem; } 

  /* Transparent Link */
  p.tra-link { font-size: 0.85rem; letter-spacing: 0.0625rem; }

  /* Section Id */
  .section-id, .section-id.section-id-lg { font-size: 0.8rem; margin-bottom: 18px; }

  /* Section Title */
  .title-01.mb-50, .title-01.mb-60, .title-01.mb-65, .title-01.mb-70 { margin-bottom: 45px; }

  /* Uppercase Text */
  .txt-upcase { font-size: 0.8rem; }

  /* More Buttion */
  .gallery-section .more-btn.mt-25 { margin-top: 20px; }
  .gallery-section .more-btn.mt-40 { margin-top: 20px; }

  /*------------------------------------------*/
  /*  PRELOAD SPINNER 
  /*------------------------------------------*/

  .spinner { width: 40px; height: 40px; }
  .spinner .blob { width: 17px; height: 17px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  .callusbtn { left: 0; top:0; padding: 14px 0 0 0; margin: 15px 0 0 13px; }
  .callusbtn.ico-20 [class^="flaticon-"]:before, .callusbtn.ico-20 [class^="flaticon-"]:after { font-size: 1.35rem; }
  .wsanimated-arrow { padding: 14px 22px 14px 0px; margin: 24px 15px 0 0; }

  .wsmenu > .wsmenu-list { width: 270px; margin-right: -270px; }
  .wsactive .wsmobileheader { margin-right: 270px; }
  .overlapblackbg { width: calc(100% - 270px); }

  .wsmenu > .wsmenu-list > li > a, .wsmenu > .wsmenu-list > li a.btn { font-size: 0.925rem; }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { font-size: 0.875rem; }

  .wsmobileheader .smllogo { display: block; margin-top: 20px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 40px; }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  /* Hero Slider */
  .slider, .slider .slides { height: 300px; }
  #hero-4 .slider { height: 240px; margin-top: 80px; }
  #hero-4 .slider .slides { height: 240px; }
  #hero-7 .slider { height: 370px; margin-top: 80px; }
  #hero-7 .slider .slides { height: 370px; }
  #hero-7 .slider .slides li img { background-position: left center; }

  .slider .indicators { display: none; }

  /* Hero-1 */
  #hero-1 .caption-txt { margin-top: -5px; }
  #hero-1 .caption-txt h2 { font-size: 1.75rem; line-height: 1.4; margin-bottom: 25px; }

  /* Hero-2 */
  .hero-2-txt { text-align: center; margin-bottom: 40px; }
  .hero-2-txt h2 { font-size: 2.25rem; padding: 0 8%; margin-bottom: 15px; }
  .hero-2-txt h2 span { display: block; }
  .hero-2-txt p { padding: 0 5%; margin-bottom: 25px; }
  .hero-2-img { margin: 0 1% -40px 1%; }

  /* Hero-3 */
  #hero-3 { padding-top: 80px; padding-bottom: 80px; } 

  .hero-3-txt h2 { font-size: 2.5rem; line-height: 1.2; }
  .hero-3-txt h2 span { display: block; }
  .hero-3-txt p { font-size: 1.15rem; padding: 0 6%; margin-bottom: 20px; }

  /* Hero-5 */
  .hero-5-txt h2 { font-size: 2rem; margin-bottom: 12px; }
  .hero-5-txt p { padding: 0 8%; margin-bottom: 20px; }

  /* Hero-6 */
  .hero-6-txt h2 { line-height: 1.4; margin-bottom: 20px; }
  .hero-6-images { margin-top: 50px; }

  /* Hero-7 */
  #hero-7 .caption-txt { text-align: center; padding: 0; margin-top: -10px; }
  #hero-7 .caption-txt h2 { font-size: 2.5rem;  margin-bottom: 10px; }
  #hero-7 .caption-txt p { padding: 0 3%; margin-bottom: 20px; }

  /* Hero-8 */
  #hero-8 { padding-top: 60px; }
  .hero-8-txt { padding: 0; }
  .hero-8-txt h2 { font-size: 1.85rem; margin-bottom: 0; }
  .hero-8-img {margin-top: 30px; }

  /* Hero-9 */
  .hero-9-txt h2 { font-size: 2.25rem; margin-bottom: 20px; }
  .hero-9-txt p { padding: 0 3%; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/ 

  /* About */
  #about-6, #about-7, #about-9 { margin-top: 60px; }

  #about-1 .txt-block { padding: 0 3%; }
  #about-4 .txt-block.right-column { padding-left: 0; }
  #about-5 .txt-block { margin-bottom: 10px; }
  .about-8-txt { margin-top: 28px; }
  .about-11-txt { padding: 35px 18px; }

  .about-section h3, .about-section h2 { margin-bottom: 20px; }
  .about-section .btn { margin-top: 10px; }
  #about-1.about-section .btn, #about-2.about-section .btn { margin-top: 4px; }

  .table-rounded { padding: 15px 20px; }
  .txt-table .table td, .txt-table .table th { font-size: 1.1rem; padding: 12px 0; }

  .accordion-wrapper { margin-bottom: 15px; }
  .accordion-thumb { padding: 12px 0 14px; }
  .accordion-thumb h6, .accordion-thumb h5, .accordion-thumb h4 { margin-top: 0; margin-bottom: 0; }
  .accordion-panel p { margin-bottom: 12px; }
  .accordion-item .accordion-thumb:before, .accordion-item.is-active .accordion-thumb:before { top: 12px; }

  #about-4 .img-block { margin: 0 2%; }
  .about-6-img, .about-7-img, .about-9-img { margin: -60px 0 40px 0; }
  .about-10-img { margin: 0 0 40px 0; }
  .about-12-img { height: 200px; margin: 0 12px; }

  /* Services */
  .sbox-1 { padding: 40px 10%; } 
  .sbox-2 { padding: 0 3%; } 
  .sbox-3, .sbox-4 { padding: 0 10%; } 
  .sbox-5 { padding: 0 2%; } 
  .sbox-6 { padding: 0; }
  #sb-2-1, #sb-2-2 { margin-bottom: 60px; }
  #sb-3-3, #sb-4-3, #sb-5-3 { margin-bottom: 40px; }

  .sbox-1 h5, .sbox-2 h5, .sbox-3 h5, .sbox-4 h5, .sbox-5 h5, .sbox-6 h5, .sbox-7 h5 { font-size: 1.4rem; } 

  /* Gallery */
  .section-title-link { line-height: 1.4; }
  #gallery-1 .gallery-items-list, #gallery-2 .col { padding: 0 12px; }
  .gallery-section .masonry-wrap .masonry-image { width: 100%; margin-bottom: 30px; padding: 0; }

  #img-2-1, #img-2-2, #img-2-3, #img-2-4, #img-2-5, #img-2-6, #img-2-7 { margin-bottom: 30px; }
  #img-3-1, #img-3-2, #img-3-3, #img-3-4, #img-3-5 { margin-bottom: 30px; }

  #img-4-1 { margin-top: 0; margin-bottom: 30px; }
  #img-4-3 { margin-right: 0; margin-bottom: 30px; }
  #img-4-4 { margin-top: 0; }
  #img-4-5 { margin-left: 0; margin-bottom: 30px; }
  #img-4-6 { margin: 0 0 30px; }
  #img-5-6 { margin-bottom: 30px; }

  #gallery-1 .image-caption h5, #gallery-2 .image-caption h5 { font-size: 1.4rem; } 
  .gallery-link.ico-40 [class^="flaticon-"]:before, .gallery-link.ico-40 [class^="flaticon-"]:after { font-size: 3.75rem; }

  /* Video */
  #video-1 { padding-top: 100px; padding-bottom: 100px; }
  .video-2-overlay { padding-top: 60px; padding-bottom: 60px; }
  .video-2-overlay h2 { font-size: 2.05rem; }
  .video-2-overlay span { display: block; }
  .video-2-overlay p { padding: 0 10%; }

  /* Team */
  #team-2 { padding-bottom: 50px; }
  .team-member-data h5 { font-size: 1.4rem; } 
  .tm-social.ico-25 [class^="flaticon-"]:before, .tm-social.ico-25 [class^="flaticon-"]:after { font-size: 1.65rem; }
  .team-member:hover .tm-social ul { bottom: 8%; }

  .career-box { padding: 40px 25px 25px; }
  .career-box-title { margin-bottom: 20px; }
  .career-box-ico { display: none!important; }
  .career-box-title-txt { width: 100%; }
  .career-box-ico.ico-70 [class*="flaticon-"]:before, .career-box-ico.ico-70 [class*="flaticon-"]:after { font-size: 4rem; }
  .career-box-btn { position: relative; display: block; top: 0; right: 0; margin-top: 15px; }
  .career-box-btn .btn { padding: 9px 22px 7px; }

  /* Pricing */
  #pricing-7 .container { padding: 0; }
  #pricing-4.pricing-4-boxed .container, #pricing-5 .container, .price-name, .price-number { padding: 0; }
  .p4-wrapper { padding: 80px 15px; }
  .pricing-5-wrapper {padding: 50px 12px 0; border: none; -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; box-shadow: 0 0; }
  .p7-wrapper { padding: 70px 14px; }

  .pricing-7-title { margin: 0 0 50px; }
  .pricing-7-title p { padding: 0 5%; }

  .pricing-1-item .detail-price h5.urbanist--font, .pricing-2-item .detail-price h5.urbanist--font,
  .pricing-3-item .detail-price h5.urbanist--font, .pricing-6-item .detail-price h5.urbanist--font { font-size: 1.1875rem; }

  .pricing-4-list li, .pricing-4-list li.last-li { margin-bottom: 30px; }
  .pricing-4-txt { padding: 0; margin-top: 25px; }
  .pricing-4-item .price-txt p { font-size: 1.05rem; }

  .pricing-1-img, .pricing-2-img { overflow: hidden; margin: -60px 0 40px; }
  .pricing-1-img img, .pricing-2-img img { width: auto; max-width: inherit; max-height: 260px; }
  .pricing-5-img { padding: 0 12px; }

  #pricing-3 .more-btn, #pricing-4 .more-btn { margin-top: 35px; }
  .pricing-notice p { padding: 0 10%; }

  /* Gift Cards */
  .gift-card { padding: 50px 15px; }
  .gift-card span { font-size: 4.5rem; }
  .gift-card sup { font-size: 2.5rem; }
  .gift-card p { margin-top: 20px; }

  .cards-2-txt { padding: 0; margin-bottom: 30px; }
  .cards-2-txt h4 { margin-bottom: 10px; }

  /* Brands */
  #brands-1 { padding-top: 30px; padding-bottom: 30px; }
  #brands-1 .brand-logo { padding: 0 10px; }

  /* Testimonials */
  #reviews-1 .title-01.mb-60 { margin-bottom: 30px; }
  #reviews-2 .title-01.mb-50 { margin-bottom: 20px; }
  .review-1 .quote-icon { margin-bottom: -40px; }
  .review-2 .quote-icon { margin-bottom: -50px; }
  .review-1 { text-align: center; margin: 0 10px 10px; }
  .review-1 p.p-lg { font-size: 1.15rem; padding: 0 1%; }
  .review-2-txt p { font-size: 1.15rem; padding: 0 4%; }
  span.testimonial-autor, .review-2 span.testimonial-autor { font-size: 1rem; }

  /* Promo */
  #pb-1-1, #pb-1-2, #pb-1-3 { margin-bottom: 30px; }
  #pb-2-1, #pb-2-2 { margin-bottom: 30px; }
  #promo-4:before, #pb-4-1 { height: 330px; }
  #promo-4:after { height: 410px; top: 330px; }
  #pb-4-2 { height: 410px; }

  .promo-box-txt { text-align: center; padding: 0 5%; }
  .promo-box-caption { padding: 0 14%; }  
  .pbox-caption { width: 90%; bottom: 40px; left: 25px; }
  .pbox-3-caption { width: 92%; left: 4%; } 

  .pbox-caption h5 { font-size: 1.55rem; }
  .pbox-3-caption h4 { font-size: 1.35rem; margin-bottom: 20px; } 
  #promo-2 p.txt-upcase { margin-bottom: 15px; }

  #pb-4-1 h2 { font-size: 2.15rem; letter-spacing: -2px; margin-bottom: 25px; }
  #pb-4-2 h2 { font-size: 5.25rem; letter-spacing: -3px; margin-bottom: 25px; }

  /* Banner */
  #banner-1 { padding-top: 60px; padding-bottom: 60px; }
  .banner-2-wrapper { padding-top: 60px; padding-bottom: 60px; }
  #banner-3 { background-position: left center; }
  #banner-4:after { width: 100%; }
  .banner-5-wrapper { text-align: center; background-position: left center; padding: 50px 10px; }
  #banner-6 { padding-top: 70px; padding-bottom: 70px; } 

  #banner-2 .container, #banner-5 .container { padding: 0; }
  .banner-3-txt, .banner-4-txt { padding: 60px 2%; }

  .banner-1-txt h5 { font-size: 1.05rem; margin-bottom: 25px; }
  .banner-1-txt h3 { font-size: 2.75rem; }
  .banner-1-txt h2 { font-size: 3.75rem; margin-bottom: 25px; }
  .banner-2-txt h2 { font-size: 1.75rem; padding: 0 8%; margin-bottom: 25px; }
  .banner-3-txt h2, .banner-4-txt h2 { font-size: 4rem; margin-bottom: 10px; }
  .banner-3-txt h5, .banner-4-txt h5 { font-size: 1.15rem; line-height: 1.5; padding: 0; }
  .banner-5-txt h3 { font-size: 1.75rem; margin-bottom: 25px; }
  .banner-6-txt h2 { font-size: 2.15rem; }
  .banner-6-txt span { display: block; }

  /* FAQs */
  #faqs-1 .question h5 { line-height: 1.45; margin-bottom: 10px; }

  /* Newsletter */
  #newsletter-1 .container { padding: 0; }
  .newsletter-wrapper { padding: 60px 12px 30px; }
  .newsletter-section .title-01.mb-40 { margin-bottom: 25px; }

  #newsletter-1 .newsletter-form { padding: 0 2%; }
  #newsletter-1 .newsletter-form p { font-size: 1rem; padding: 0; margin-top: 25px; }

  .newsletter-section .form-control { font-size: 1.05rem; height: 54px; }
  .newsletter-section .btn { height: 54px; }

  /* Blog */
  #blog-2 .masonry-wrap .masonry-image { width: 100%; margin-bottom: 40px; padding: 0; }
  .blog-2-post { margin-bottom: 0; }
  p.post-tag { font-size: 0.85rem; letter-spacing: 0.0625rem; line-height: 1; }
  .blog-post-txt h5 { line-height: 1.25; }

  /* Single Post */
  .single-post-title h2 { padding: 0 3%; }
  .single-post-title p.post-tag { font-size: 0.8rem; letter-spacing: 0.0625rem; line-height: 1.55; }
  .single-post-title p.post-tag span { padding: 0 4px; }

  .blog-post-img.mt-50.mb-50 { margin-top: 30px; margin-bottom: 30px; }
  .single-post-txt h5 { margin-top: 20px; margin-bottom: 15px; }

  .post-inner-img { margin-top: 30px; margin-bottom: 30px; }
  .post-tags-list span a { 
    display: inline-block; font-size: 0.75rem; letter-spacing: 0.0625rem; padding: 12px 10px 9px; margin-bottom: 10px; 
  }

  .post-share-list.text-end { text-align: left!important; margin-top: 15px; }
  .post-share-links .share-social-icons a.share-ico span { margin-left: 0; margin-right: 20px; }

  .post-share-links { margin-top: 50px; padding-top: 50px; }
  .post-comments { padding-top: 60px; }

  .post-comments #leave-comment h5 { margin-top: 50px; }

  .post-comments img { width: 60px; height: 60px; }
  .comment-body { margin-left: 15px; }

  .comment-form { margin-top: 50px; }
  .comment-form .form-control { height: 54px; font-size: 1.05rem; }
  .comment-form textarea { min-height: 180px; }

  /* Booking */
  .booking-1-wrapper { margin-top: -215%; padding: 35px 15px 25px;}
  .booking-2-wrapper { padding: 35px 15px 25px; margin-left: 0; margin-right: 0; }
  .booking-2-txt { padding: 40px 20px; margin-right: 0; margin-bottom: 30px; }

  .booking-1-wrapper h4, .booking-2-wrapper h4 { margin-bottom: 20px; }
  .booking-1-img { margin-left: -90%; margin-right: -90%; }

  /* Contacts */
  .contacts-1-wrapper, .contacts-2-wrapper, .contacts-3-wrapper { padding: 0; }
  .contacts-2-wrapper .title-01 { margin-top: 25px; }
  .location-1-wrapper.mb-60 { margin-bottom: 30px; }

  .cbox-3 { height: 270px; }
  .cbox-3-txt { width: 90%; left: 5%; }

  .cbox-1.cbox-1-link { margin-bottom: 60px; }
  .cbox-3 h5 { font-size: 1.45rem; }
  .cbox-1 p { font-size: 1.2rem; }
  .cbox-2 p { font-size: 1.15rem; }
  .cbox-3 p { font-size: 1.15rem; padding: 0; }

  .form-holder.pc-30 { padding: 0; }
  .contact-form .text-end { text-align: left!important; }
  .contact-form .form-control { height: 54px; font-size: 1.05rem; }
  .contact-form textarea { min-height: 150px; }

  /* Google Map */
  #gmap-1 .google-map { padding: 0px 0px 60%; }

  /* Footer */ 
  .bottom-footer { padding-top: 0; }
  #footer-3 .bottom-footer { padding-top: 10px; }
  #footer-1 .footer-info { padding-left: 0; }
  #footer-2 .footer-contacts { padding-left: 0; padding-right: 0; }

  .footer-img.text-end { margin-top: 10px; text-align: left!important; }
  .footer-img li { display: inline-block!important; margin: 0 0 10px 4px; }
  .footer h6, .footer h5 { margin-bottom: 20px; }
  #footer-1 .footer-info p, #footer-1 .footer-contacts p { margin-bottom: 5px; }
  .footer-contacts p.mt-15 { margin-top: 10px; }
  .footer-info h5.booking-link { font-size: 1.5rem; margin-top: 20px; }
  #footer-2 h4.h4-xs, #footer-2 h4.h4-sm { font-size: 1.65rem; }
  .foo-socials.ico-20 [class*="flaticon-"]:before, .foo-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.5rem; }

  .footer-contacts p, .footer-info p, .footer-links p { font-size: 1.125rem!important; }
  .footer-copyright p, .bottom-footer-list p { font-size: 1.05rem; }
  #footer-3 .footer-contacts p.txt-600 { font-size: 1.2rem!important; }

  .footer-img img.insta-img { width: 90px; height: 90px; }

  .footer-form { margin-bottom: 20px; }
  .footer-form .form-control { display: block; width: 100%!important; text-align: center; height: 52px; font-size: 1rem; }
  .footer-form .input-group-btn { display: block; width: 100%!important; }
  .footer-form .btn { height: 52px; width: 100%!important; margin-top: 15px; }
  .footer-form p { font-size: 1.05rem; margin-top: 20px; margin-bottom: 0; }

  .bottom-footer-list span { top: 2px; padding: 0 7px; }

  /* Page Hero */
  .page-hero-section { padding-top: 45px; padding-bottom: 45px; }

  .page-hero-section h3, .page-hero-section h2 { margin-bottom: 3px; }
  .inner-page-hero .title-01 h3, .inner-page-hero .title-01 h2 { padding: 0; }

  /* Breadcrumb */
  .breadcrumb-item { font-size: 0.75rem!important; }
  .breadcrumb-item + .breadcrumb-item::before { font-size: 1.1rem; padding-right: 12px; margin-top: -4px; }
  .breadcrumb-item + .breadcrumb-item { padding-left: 15px; }

  /* Scroll Up */
  #scrollUp { width: 34px; height: 34px; bottom: 10px; right: 5px; }




}




