

/*
 * 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,
object,
embed,
video {
  border: 0 none;
  max-width: 100%;
}
*/
.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;
  background-image: url(/Content/Frontend/images/bg-01.jpg);
  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;
}

.wsmenu > .wsmenu-list {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: block;
  padding: 0;
}

.wsmenu > .wsmenu-list > li {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}

.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 {
  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:last-child > a {
  border-right: 0px;
}
*/
.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: 9px 15px;
  min-width: 230px;
  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 ================== */

html {
  overflow: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body.wsactive {
  overflow: hidden;
}

/* ================== Mobile Main Menu CSS ================== */

.desktoplogo {
  display: none;
}

.wsmainfull {
  height: 0;
}

.wsmenucontainer {
  background-attachment: local;
  background-position: 33% 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;
  color: #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;
  right: 5px;
  top: 0px;
  transition: all 0.4s ease-in-out 0s;
  z-index: 102;
  padding: 12px 14px;
}

.callusbtn i {
  vertical-align: top;
  margin-top: 4px;
}

.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;
}
}

.wsmenu > .wsmenu-list > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu > .wsmenu-list > li  > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
-o-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
-o-transition: -o-transform 0.4s, opacity 0.4s;
-ms-transition: -ms-transform 0.4s, opacity 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transform: rotateX(0deg);
-o-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li:hover > .wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}


.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}

.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*------------------------------------------*/
/*   Arrows
/*------------------------------------------*/

.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}

.slideshow .arrows .prev {
  left: 30px;
}

.slideshow .arrows .next {
  right: 30px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  /*cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;*/
}

.mfp-zoom {
  cursor: pointer;
/* cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; */
}

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/Content/Frontend/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li, .content_slider .slides > li, .hero-txt-rotator .slides > li, .blog-img-slider .slides > li  {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider, .flexslider-thumbs {margin: 0; background: transparent; position: relative; zoom: 1;}
.content_slider, .hero_slider, .blog-img-slider {position: relative; padding-bottom:0;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 25px; height: 50px; margin: -20px 0 0; display: block; background: url(/Content/Frontend/img/icons/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -10px; }
.flex-direction-nav .flex-prev {left: -10px;}
.content_slider:hover .flex-next, .hero_slider:hover .flex-next, .blog-img-slider:hover .flex-next {opacity: 0.9; right: 5px;}
.content_slider:hover .flex-prev, .hero_slider:hover .flex-prev, .blog-img-slider:hover .flex-prev {opacity: 0.9; left: 5px;}
.content_slider:hover .flex-next:hover,
.hero_slider:hover .flex-next:hover, 
.content_slider:hover .flex-prev:hover,
.hero_slider:hover .flex-prev:hover,
.blog-img-slider:hover .flex-next:hover, 
.blog-img-slider:hover .flex-prev:hover {
	opacity: 0.85;
}

.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 5px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 10px; height: 10px; display: block; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a.flex-active { cursor: default; }

.flex-control-thumbs {margin: 4px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: 0.65; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}





/*
  Template Name: Spa Magic - Spa & Beauty Salon Landing Page Template
  Theme URL: https://themeforest.net/user/jthemes
  Description: Spa Magic - Spa & Beauty Salon Landing Page Template
  Author: Jthemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Website: www.jthemes.net
  Tags: Jthemes, Beauty, Cosmetic, Girly, Hair, Health, Healthy Care, Massage, Make Up, Salon, Spa, Skincare, Wellness
*/





/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 
 
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #283034;
  font-weight: 300;
}

/*------------------------------------------------------------------*/
/*  IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*------------------------------------------*/
/*  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 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-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; }

.pc-09 { padding-right: 9%; padding-left: 9%; }
.pc-08 { padding-right: 8%; padding-left: 8%; }
.pc-07 { padding-right: 7%; padding-left: 7%; }
.pc-06 { padding-right: 6%; padding-left: 6%; }
.pc-05 { padding-right: 5%; padding-left: 5%; }
.pc-04 { padding-right: 4%; padding-left: 4%; }

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed!important;
}

.rel { position: relative!important; }

/*------------------------------------------*/
/*  Background Colors
/*------------------------------------------*/

.bg-white { background-color: #fff!important; }
.bg-dark { background-color: #282828!important; }
.bg-lightgrey { background-color: #fbfbfb; }
.bg-cornsilk { background-color: #fffcfb; }
.bg-beige { background-color: #f2ebd6; }
.bg-cherry { background-color: #9e6e66; }
.bg-coral { background-color: #fbbbb9; }
.bg-cream { background-color: #fff6f3; }
.bg-lipstick { background-color: #d8c2be; }
.bg-pearl { background-color: #fcfaf6; }
.bg-oak { background-color: #8e7e51; }
.bg-pink { background-color: #fe6d70; }
.bg-peach { background-color: #fef2f0; }
.bg-sangria { background-color: #a48b73; }
.bg-silk { background-color: #f7f6ed; }
.bg-shell { background-color: #afa074; }
.bg-rosybrown { background-color: #b7948e; }
.bg-purple { background-color: #3f2b4e; }

/*------------------------------------------*/
/*  Background Images for Sections
/*------------------------------------------*/

.bg-01,
.bg-02,
.bg-03 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: scroll!important;
}

.bg-01 { background-image: url(/Content/Frontend/images/bg-01.jpg); }
.bg-02 { background-image: url(/Content/Frontend/images/bg-02.jpg); }
.bg-03 { background-image: url(/Content/Frontend/images/bg-03.jpg); }

/*------------------------------------------*/
/*. BORDER SETTINGS FOR DEMOS
/*------------------------------------------*/

.b-top { border-top: 1px solid rgba(142, 126, 81, .3); }
.b-bottom { border-bottom: 1px solid rgba(142, 126, 81, .3); }
.b-left { border-left: 1px solid rgba(142, 126, 81, .3); }
.b-right { border-right: 1px solid rgba(142, 126, 81, .3); }




/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {  
  font-family: 'Lustria', serif;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Header H6 */
h6.h6-xs { font-size: 1.0625rem; }   /* 17px */
h6.h6-sm { font-size: 1.125rem; }    /* 18px */
h6.h6-md { font-size: 1.15625rem; }  /* 18.5px */
h6.h6-lg { font-size: 1.1875rem; }   /* 19px */
h6.h6-xl { font-size: 1.21875rem; }  /* 19.5px */

/* Header H5 */
h5.h5-xs { font-size: 1.25rem; }    /* 20px */
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 */

/*------------------------------------------*/
/*  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 */

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #333;
  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;
}

/*------------------------------------------*/
/*  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;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  padding: 13px 26px;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;  
  -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: 14px;
  padding: 12px 24px;
}

.btn.btn-md {
  font-size: 18px;
  padding: 14px 34px;
}

.btn.btn-lg {
  font-size: 20px;
  padding: 14px 42px;
}

/*------------------------------------------*/
/*  Transparent Button
/*------------------------------------------*/

.btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.scroll .btn-tra-white {
  color: #333!important;
  background-color: transparent;
  border-color: #333;
}

.btn-tra-cherry, 
.scroll .btn-tra-cherry, 
.white-color .btn-tra-cherry,
.tra-cherry-hover:hover, 
.scroll .tra-cherry-hover:hover, 
.white-color .tra-cherry-hover:hover {
  color: #9e6e66!important;
  background-color: transparent;
  border-color: #9e6e66!important;
}

.btn-tra-oak, 
.scroll .btn-tra-oak, 
.white-color .btn-tra-oak,
.tra-oak-hover:hover, 
.scroll .tra-oak-hover:hover, 
.white-color .tra-oak-hover:hover {
  color: #8e7e51!important;
  background-color: transparent;
  border-color: #8e7e51!important;
}

.btn-tra-pink, 
.scroll .btn-tra-pink, 
.white-color .btn-tra-pink,
.tra-pink-hover:hover, 
.scroll .tra-pink-hover:hover, 
.white-color .tra-pink-hover:hover {
  color: #fe6d70!important;
  background-color: transparent;
  border-color: #fe6d70!important;
}

.btn-tra-rosybrown, 
.scroll .btn-tra-rosybrown, 
.white-color .btn-tra-rosybrownk,
.tra-rosybrown-hover:hover, 
.scroll .tra-rosybrown-hover:hover, 
.white-color .tra-rosybrown-hover:hover {
  color: #b7948e!important;
  background-color: transparent;
  border-color: #b7948e!important;
}

/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/

.btn-white, .white-color .btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff!important;
}

.btn-cherry, 
.scroll .btn-cherry, 
.white-color .btn-cherry,
.cherry-hover:hover, 
.scroll .cherry-hover:hover, 
.white-color .cherry-hover:hover {
  color: #fff!important;
  background-color: #9e6e66;
  border-color: #9e6e66!important;
}

.btn-oak, 
.scroll .btn-oak, 
.white-color .btn-oak,
.oak-hover:hover, 
.scroll .oak-hover:hover, 
.white-color .oak-hover:hover {
  color: #fff!important;
  background-color: #8e7e51;
  border-color: #8e7e51!important;
}

.btn-pink, 
.scroll .btn-pink, 
.white-color .btn-pink,
.pink-hover:hover, 
.scroll .pink-hover:hover, 
.white-color .pink-hover:hover {
  color: #fff!important;
  background-color: #fe6d70;
  border-color: #fe6d70!important;
}

.btn-rosybrown, 
.scroll .btn-rosybrown, 
.white-color .btn-rosybrown,
.rosybrown-hover:hover, 
.scroll .rosybrown-hover:hover, 
.white-color .rosybrown-hover:hover {
  color: #fff!important;
  background-color: #b7948e;
  border-color: #b7948e!important;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/

.black-hover:hover, 
.scroll .black-hover:hover, 
.white-color .black-hover:hover {
  color: #fff!important;
  background-color: #333!important;
  border-color: #333!important;
}

.tra-black-hover:hover, 
.scroll .tra-black-hover:hover, 
.white-color .tra-black-hover:hover {
  color: #333!important;
  background-color: transparent;
  border-color: #333!important;
}

.white-hover:hover, 
.white-color .white-hover:hover {
  color: #333!important;
  background-color: #fff;
  border-color: #fff!important;
}

.tra-white-hover:hover, 
.white-color .tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff!important;
}

.scroll .tra-white-hover:hover {
  color: #333!important;
  background-color: transparent;
  border-color: #333!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-tra-black:focus, 
.btn.btn-tra-grey:focus {
  color: #333; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

/*------------------------------------------*/
/*  VIDEO POPUP ICON
/*------------------------------------------*/

.video-preview {
  position: relative; 
  text-align: center;
}

.video-block {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
}

/*------------------------------------------*/
/*  Video Button Icon
/*------------------------------------------*/

.video-btn {
  width: 100px;
  height: 100px;
  position: absolute!important;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px; 
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 100px!important;   
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

.video-btn i {
  font-size: 3rem;
  line-height: 100px!important;   
  margin-left: 11px;
  -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:hover i {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

/*------------------------------------------*/
/*  BOX ICONS
/*------------------------------------------*/

.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 */

/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

.section-title {
  text-align: center;
  position: relative;
}

.section-title p {
  color: #888;
  padding: 0 15%;
  margin: 12px 0 0;
}

.tra-header {
  font-family: 'Alex Brush', cursive;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 2px;
  opacity: .15;
  position: relative;
  margin-top: -30px;
  margin-bottom: -45px;
}

.section-id {
  font-family: 'Alex Brush', cursive;
  font-size: 2.5rem;
  line-height: 1;
  opacity: .6;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

/*------------------------------------------*/
/*  TITLE BEFORE
/*------------------------------------------*/

.title-before.ico-70 {
  transform: rotate(35deg);
  margin-top: -10px;
  margin-bottom: 10px;
}

.title-before.ico-60 {
  transform: rotate(40deg);
  margin-top: -10px;
  margin-bottom: 10px;
}

.title-after.ico-60 {
  transform: rotate(40deg);
}

/*------------------------------------------*/
/*   TEXT SETTINGS FOR DEMOS
/*------------------------------------------*/

.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; }

.grey-color,
.grey-color h2, 
.grey-color h3, 
.grey-color h4, 
.grey-color h5, 
.grey-color h6, 
.grey-color p, 
.grey-color a,
.grey-color li, 
.grey-color i, 
.white-color .lgrey-color,
.grey-color span { color: #6a7685; }

.brown-color,
.brown-color h2, 
.brown-color h3, 
.brown-color h4, 
.brown-color h5, 
.brown-color h6, 
.brown-color p, 
.brown-color a,
.brown-color li, 
.brown-color i,
.brown-color span, 
.white-color .brown-color { color: #a87e72; }

.cherry-color,
.cherry-color h2, 
.cherry-color h3, 
.cherry-color h4, 
.cherry-color h5, 
.cherry-color h6, 
.cherry-color p, 
.cherry-color a,
.cherry-color li, 
.cherry-color i,
.cherry-color span, 
.white-color .cherry-color { color: #9e6e66; }

.lipstick-color,
.lipstick-color h2, 
.lipstick-color h3, 
.lipstick-color h4, 
.lipstick-color h5, 
.lipstick-color h6, 
.lipstick-color p, 
.lipstick-color a,
.lipstick-color li, 
.lipstick-color i,
.lipstick-color span, 
.white-color .lipstick-color { color: #d8c2be; }

.oak-color,
.oak-color h2, 
.oak-color h3, 
.oak-color h4, 
.oak-color h5, 
.oak-color h6, 
.oak-color p, 
.oak-color a,
.oak-color li, 
.oak-color i,
.oak-color span, 
.white-color .oak-color { color: #8e7e51; }

.pink-color,
.pink-color h2, 
.pink-color h3, 
.pink-color h4, 
.pink-color h5, 
.pink-color h6, 
.pink-color p, 
.pink-color a,
.pink-color li, 
.pink-color i,
.pink-color span, 
.white-color .pink-color { color: #fe6d70; }

.rosybrown-color,
.rosybrown-color h2, 
.rosybrown-color h3, 
.rosybrown-color h4, 
.rosybrown-color h5, 
.rosybrown-color h6, 
.rosybrown-color p, 
.rosybrown-color a,
.rosybrown-color li, 
.rosybrown-color i,
.rosybrown-color span, 
.white-color .rosybrown-color { color: #b7948e; }

.wheat-color,
.wheat-color h2, 
.wheat-color h3, 
.wheat-color h4, 
.wheat-color h5, 
.wheat-color h6, 
.wheat-color p, 
.wheat-color a,
.wheat-color li, 
.wheat-color i,
.wheat-color span, 
.white-color .wheat-color { color: #be9e5b; }

.wood-color,
.wood-color h2, 
.wood-color h3, 
.wood-color h4, 
.wood-color h5, 
.wood-color h6, 
.wood-color p, 
.wood-color a,
.wood-color li, 
.wood-color i,
.wood-color span, 
.white-color .wood-color { color: #5f5842; }

/*------------------------------------------*/
/*  TEXT BLOCK TYPOGRAPHY
/*------------------------------------------*/ 

.txt-block h4,
.txt-block h3,
.txt-block h2 {
  margin-bottom: 25px;
}

.txt-block h3.tra-header,
.txt-block h2.tra-header {
  margin-bottom: -45px;
}

.txt-block h3.section-id,
.txt-block h2.section-id {
  opacity: .75;
  margin-bottom: 10px;
}

.txt-block h5.sm-title {
  margin-bottom: 12px;
}

.txt-block .btn {
  margin-top: 15px;
}

/*------------------------------------------*/
/*  Text Block Rating
/*------------------------------------------*/ 

.txt-block-rating span {
  position: relative;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  margin-left: 6px; 
  top: 2px;
}

.stars-rating i {
  color: #efa697;
  font-size: 1rem;
  line-height: 1.175rem;
  margin-left: 1px; 
}

/*------------------------------------------*/
/*  IMG BLOCK IMAGE
/*------------------------------------------*/ 

.img-block {
  text-align: center;
}

.inner-img {
  margin-top: 35px;
  margin-bottom: 35px;  
}

/*------------------------------------------*/
/*  FONT WEIGHT
/*------------------------------------------*/

.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-800 { font-weight: 800; }
.txt-900 { font-weight: 900; }

.txt-upcase { text-transform: uppercase; }

/*------------------------------------------*/
/*  CONTENT IMAGE
/*------------------------------------------*/

.ab-img-01 {
  position: absolute;
  right: 15px;
  bottom: -65px;
  z-index: 99;
}

.ab-img-02  {
  position: absolute;
  left: 25px;
  bottom: -65px;
  z-index: 99;
}




/* ==========================================================================
  XX. COLOR SCHEME SETTINGS
  =========================================================================== */

/*------------------------------------------*/
/*  Background Colors
/*------------------------------------------*/

.bg-color-01 { background-color: #fefdfc; }  
.bg-color-02 { background-color: #f7f4f0; }  
.bg-color-03 { background-color: #efa697; }  
.bg-color-04 { background-color: #d8c2be; }  
.bg-color-05 { background-color: #f0e6e0; }  
.bg-color-06 { background-color: #fff6f3; }  
.bg-color-07 { background-color: #d8c2be; }  
.bg-color-08 { background-color: #fef2f0; }  
.bg-color-09 { background-color: #efa697; }
.bg-color-10 { background-color: #3f2b4e; }

/*------------------------------------------*/
/*  Buttons Colors
/*------------------------------------------*/

.btn-tra-01, 
.scroll .btn-tra-01, 
.white-color .btn-tra-01,
.tra-01-hover:hover, 
.scroll .tra-01-hover:hover, 
.white-color .tra-01-hover:hover {
  color: #efa697!important;
  background-color: transparent;
  border-color: #efa697!important;
}

.btn-tra-02, 
.scroll .btn-tra-02, 
.white-color .btn-tra-02,
.tra-02-hover:hover, 
.scroll .tra-02-hover:hover, 
.white-color .tra-02-hover:hover {
  color: #efa697!important;
  background-color: transparent;
  border-color: #efa697!important;
}

.btn-color-01, 
.scroll .btn-color-01, 
.white-color .btn-color-01,
.color-01-hover:hover, 
.scroll .color-01-hover:hover, 
.white-color .color-01-hover:hover {
  color: #fff!important;
  background-color: #b7948e;
  border-color: #b7948e!important;
}

.btn-color-02, 
.scroll .btn-color-02, 
.white-color .btn-color-02,
.color-02-hover:hover, 
.scroll .color-02-hover:hover, 
.white-color .color-02-hover:hover {
  color: #fff!important;
  background-color: #efa697;
  border-color: #efa697!important;
}

/*------------------------------------------*/
/*  Text Colors
/*------------------------------------------*/

.txt-color-01,
.txt-color-01 h2, 
.txt-color-01 h3, 
.txt-color-01 h4, 
.txt-color-01 h5, 
.txt-color-01 h6, 
.txt-color-01 p, 
.txt-color-01 a,
.txt-color-01 li, 
.txt-color-01 i,
.txt-color-01 span, 
.white-color .txt-color-01 { color: #727475; }

.txt-color-02,
.txt-color-02 h2, 
.txt-color-02 h3, 
.txt-color-02 h4, 
.txt-color-02 h5, 
.txt-color-02 h6, 
.txt-color-02 p, 
.txt-color-02 a,
.txt-color-02 li, 
.txt-color-02 i,
.txt-color-02 span, 
.white-color .txt-color-02 { color: #b7948e; }

.txt-color-03,
.txt-color-03 h2, 
.txt-color-03 h3, 
.txt-color-03 h4, 
.txt-color-03 h5, 
.txt-color-03 h6, 
.txt-color-03 p, 
.txt-color-03 a,
.txt-color-03 li, 
.txt-color-03 i,
.txt-color-03 span, 
.white-color .txt-color-03 { color: #efa697; }

.txt-color-04,
.txt-color-04 h2, 
.txt-color-04 h3, 
.txt-color-04 h4, 
.txt-color-04 h5, 
.txt-color-04 h6, 
.txt-color-04 p, 
.txt-color-04 a,
.txt-color-04 li, 
.txt-color-04 i,
.txt-color-04 span, 
.white-color .txt-color-04 { color: #bd857c; }

.txt-color-05,
.txt-color-05 h2, 
.txt-color-05 h3, 
.txt-color-05 h4, 
.txt-color-05 h5, 
.txt-color-05 h6, 
.txt-color-05 p, 
.txt-color-05 a,
.txt-color-05 li, 
.txt-color-05 i,
.txt-color-05 span, 
.white-color .txt-color-05 { color: #808080; }

.txt-color-06,
.txt-color-06 h2, 
.txt-color-06 h3, 
.txt-color-06 h4, 
.txt-color-06 h5, 
.txt-color-06 h6, 
.txt-color-06 p, 
.txt-color-06 a,
.txt-color-06 li, 
.txt-color-06 i,
.txt-color-06 span, 
.white-color .txt-color-06 { color: #efa697; }




/* ==========================================================================
  03. PRELOAD SPINNER
  =========================================================================== */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

#loading {
  background-color: #fefdfc;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  margin-top: 0px;
  top: 0px;
}

.cssload-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 50px;
  height: 50px;
  animation: cssload-invert 2.3s infinite steps(2, end);
  -o-animation: cssload-invert 2.3s infinite steps(2, end);
  -ms-animation: cssload-invert 2.3s infinite steps(2, end);
  -webkit-animation: cssload-invert 2.3s infinite steps(2, end);
  -moz-animation: cssload-invert 2.3s infinite steps(2, end);
}

.fancy-spinner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}

.fancy-spinner div {
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}

.fancy-spinner div.ring {
  border-width: 0.25rem;
  border-style: solid;
  border-color: transparent;
  -webkit-animation: 2s fancy infinite alternate;
          animation: 2s fancy infinite alternate;
}

.fancy-spinner div.ring:nth-child(1) {
  border-left-color: #efa697;
  border-right-color: #efa697;
}

.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #efa697;
  border-bottom-color: #efa697;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #efa697;
}

@-webkit-keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
            transform: rotate(360deg) scale(0.5);
  }
}

@keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
            transform: rotate(360deg) scale(0.5);
  }
}




/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

#header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

/*------------------------------------------*/
/*   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;
}

.white-menu .wsmainfull {
  background-color: #fff!important;
  padding: 6px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .085);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .085);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .085);
}

.dark-menu .wsmainfull {
  background-color: #222438!important;
  padding: 6px 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);
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 6px;
  padding: 10px 12px;
  line-height: 50px;
  text-decoration: none;  
}

.navbar-dark .wsmenu > .wsmenu-list > li > a {
  color: #465777;
}

.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 15px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}

/*------------------------------------------*/
/*  HEADER CALL BUTTON
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li.header-phone > a {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  padding: 10px 0 10px 10px;
}

.wsmenu > .wsmenu-list > li.header-phone > a span {
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 0;
  margin-right: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.wsmenu > .wsmenu-list > li.header-phone > a span i {
  font-size: 13px;
  margin-right: 0;
}

/*------------------------------------------*/
/*  HEADER BUTTON
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.btn {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 12px;
  margin-left: 10px;
  padding: 15px 20px;
}

/*------------------------------------------*/
/*  HEADER SOCIAL LINKS  
/*------------------------------------------*/

.header-socials {
  margin: 0;
  display: inline-block; 
  text-align: center;
}

.header-socials span {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
}

.header-socials a {
  display: block;
  font-size: 20px;
  line-height: 70px!important;   
  margin-left: 18px;
}

/*------------------------------------------*/
/*  HEADER SUBMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > ul.sub-menu {
  padding: 10px 20px;
  width: auto;
  min-width: 200px;
  border: solid 1px #f2f7fb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
  -moz-box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
  box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
}

.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.halfmenu .link-list > li > a:before {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 8px;
  color: #efa697;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f105";
  font-size: 0.9rem;
  -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 > a,
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  color: #9099a4;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  padding: 8px 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.halfmenu ul.link-list > li > a:hover {
  color: #465777;
  padding: 8px 0 8px 16px;
}

.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.halfmenu .link-list > li > a:hover:before { 
  left: 2px; 
  opacity: 1; 
} 

/*------------------------------------------*/
/*   HALFMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  width: 40%;
  padding: 15px 22px;
  border: solid 1px #f2f7fb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
  -moz-box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
  box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list {
  padding: 0;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-70 .link-list li,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list li {
  position: relative;
  border-bottom: none;
}

/*------------------------------------------*/
/*   MEGAMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  border: solid 1px #f2f7fb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
  -moz-box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
  box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-70 {
  width: 72%;
  left: 22%;
  padding: 20px 10px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .title p,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .title p {
  font-size: 14.5px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
  letter-spacing: 0;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/

.tra-menu .wsmainfull.scroll,
.white-menu .wsmainfull.scroll,
.dark-menu.dark-scroll .wsmainfull.scroll {
  background-color: #fff!important;
  padding: 2px 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 i {
  color: #8e7e51!important;
}

/*------------------------------------------*/
/*  Navigation Menu
/*------------------------------------------*/

.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li a {
  color: #444;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.logo-white, 
.logo-black {
  display: block;
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.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-2 {
    background-image: url(/Content/Frontend/images/custom/mainslide.jpg);
    background-position: bottom center;
    padding-top: 25%;
    padding-bottom: 485px;
    position: relative;
}

.hero-5-txt {
  background-image: url(/Content/Frontend/images/hero-5.jpg);
}

#hero-5-content {
  padding-top: 180px;
  padding-bottom: 400px;
  position: relative;
  z-index: 3;
}

#hero-6 {
  background-image: url(/Content/Frontend/images/hero-6.jpg);
  padding-top: 180px;
  padding-bottom: 110px;
}

#hero-10 {
  background-image: url(/Content/Frontend/images/hero-10.jpg);
  padding-top: 150px;
  padding-bottom: 60px;
}

#hero-11 {
  background-image: url(/Content/Frontend/images/hero-11.jpg);
  padding-top: 160px;
  padding-bottom: 110px;
}

#hero-12 .hero-overlay {
  height: 100%;
  background-color: rgba(10, 10, 10, .6);
}

/*------------------------------------------*/
/*  HERO SLIDER
/*------------------------------------------*/

.slider {
  position: relative;
  max-width: 100%;
  height: 650px;
}

.slideshow {
  height: 650px;
}

.slider.mt-80,
.slideshow.mt-80 {
  height: 600px;
  margin-top: 80px;
}

.slider .slides {
  margin: 0;
  height: 650px;
}

.slideshow .slides {
  height: 650px;
}

.slider.mt-80 .slides,
.slideshow.mt-80 .slides {
  margin: 0;
  height: 600px;
}

.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: 30px;
  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 TEXT ROTATOR
/*------------------------------------------*/

.hero-txt-rotator { 
  position: relative; 
  height: 650px; 
}

.hero-txt-rotator .slides {
  margin: 0;
  height: 650px;
}

.hero-txt-rotator .caption {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.hero-txt-rotator .caption-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*------------------------------------------*/
/*  Text Rotator Nav
/*------------------------------------------*/

#hero-12 .flex-control-nav {
  bottom: 20px; 
}

#hero-12 .flex-control-paging li a {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  opacity: .5;
  z-index: 999;
}

#hero-12 .flex-control-paging li a:hover { 
  background-color: #fff;
  opacity: .65; 
}

#hero-12 .flex-control-paging li a.flex-active { 
  background-color: #fff;
  opacity: .65; 
}

/*------------------------------------------*/
/*  HERO TEXT
/*------------------------------------------*/

#hero-1 .caption-txt {
  margin-top: 55px;
}

#hero-3 .caption-txt {
  margin-top: 40px;
}

.slideshow .slide .caption {
  padding-top: 30px;
}

.hero-6-content {
  position: relative;
  overflow: hidden;
  margin: 0 3%;
  padding: 45px 55px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.hero-6-txt {
  position: relative;
  z-index: 999!important;
}

#hero-6 .tra-leafs {
  position: absolute;
  bottom: -140px;
  right: -10px;
  opacity: .18;
  z-index: 2;
}

#hero-7 .caption-txt,
#hero-12 .caption-txt {
  margin-top: 35px;
}

#hero-8 .caption {
  margin-top: -40px;
}

#hero-9 .caption {
  margin-top: 30px;
}

.hero-10-txt {
  padding-left: 20px;
}

/*------------------------------------------*/
/*  Hero Headers
/*------------------------------------------*/ 

#hero-1 h2 {
  font-size: 6rem;
  line-height: 1.15;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

#hero-2 h2 {
  font-size: 4.25rem;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

#hero-3 h2 {
  font-size: 6.75rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

#hero-4 h2 {
  font-size: 9.5rem;
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

#hero-5 h3 {
  font-size: 3.75rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

#hero-6 h3 {
  margin-bottom: 15px;
}

#hero-7 h2 {
  font-size: 5rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

#hero-7 h3 {
  font-family: 'Alex Brush', cursive;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

#hero-8 h3 {
  font-size: 4.25rem;
  letter-spacing: 2px;
  padding: 0 2%;
  margin-bottom: 20px;
}

#hero-9 h2 {
  font-size: 10rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 25px;
}

#hero-10 h2 {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

#hero-11 h2 {
  font-size: 8.75rem;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

#hero-12 h2 {
  font-size: 10rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  Hero Paragraphs
/*------------------------------------------*/

#hero-1 .caption-txt p {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.hero-2-txt p {
  font-size: 1.35rem;
  padding: 0 10%;
  margin-bottom: 0;
}

#hero-3 .caption-txt p,
#hero-7 .caption-txt p {
  font-size: 1.35rem;
  padding: 0 15%;
  margin-bottom: 35px;
}

#hero-7 .caption-txt p {
  margin-bottom: 30px;
}

#hero-4 .caption p {
  font-size: 1.25rem;
  padding: 0 20%;
  margin-bottom: 35px;
}

.hero-6-txt p {
  font-size: 1.25rem;
  margin-bottom: 30px;
}

#hero-8 .caption p {
  font-size: 1.35rem;
  padding: 0 15%;
  margin-bottom: 30px;
}

#hero-9 .caption p {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 35px;
}

.hero-10-txt p {
  font-size: 1.3rem;
  padding-right: 5%;
  margin-bottom: 35px;
}

.hero-11-txt p {
  font-size: 1.35rem;
  padding: 0 15%;
  margin-bottom: 35px;
}

#hero-12 .caption-txt p {
  font-size: 1.35rem;
  padding: 0 20%;
  margin-bottom: 35px;
}

/*------------------------------------------*/
/*  HERO FORM 
/*------------------------------------------*/

.hero-form { 
  padding: 45px 25px 40px;
  margin: 0 15px 0 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.hero-form .col-md-12 { 
  padding: 0; 
}

/*------------------------------------------*/
/*  Hero Form Text
/*------------------------------------------*/

.hero-form h5 { 
  line-height: 1;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  Hero Form Input
/*------------------------------------------*/

.hero-form .form-control,
.hero-form .custom-select {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #727475;
  height: 54px;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  box-shadow: none; 
}

.hero-form .custom-select {
  display: inline-block;
  width: 100%;
  color: #5f5842;
  margin-bottom: 22px;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.hero-form .form-control::-moz-placeholder { color: #727475; } 
.hero-form .custom-select::-moz-placeholder { color: #727475; } 
.hero-form .form-control:-ms-input-placeholder { color: #727475; }
.hero-form .custom-select:-ms-input-placeholder { color: #727475; }
.hero-form .form-control::-webkit-input-placeholder { color: #727475; }
.heroe-form .custom-select::-webkit-input-placeholder { color: #727475; }

/*------------------------------------------*/
/*  Hero Form Input Focus
/*------------------------------------------*/

.hero-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  border-color: #ccc;
}

/*------------------------------------------*/
/*  Hero Form Button
/*------------------------------------------*/

.hero-form .btn {
  display: block;
  width: 100%;
  height: 54px;
  margin-top: 0;
}

/*------------------------------------------*/
/*  Hero Form Message
/*------------------------------------------*/

.hero-form-msg {
  width: 100%!important;
  display: block;
  margin-top: 10px;
  padding-left: 0;
}

.hero-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-weight: 400;
}

.hero-form .error {
  color: #e74c3c;
  font-size: 14.5px;
  font-weight: 300;
  margin-bottom: 20px;
}

.hero-form .form-control.error {
  font-size: 17px!important;
}

/*------------------------------------------*/
/*  HERO IMAGE
/*------------------------------------------*/

.hero-5-img .video-preview {
  margin: -330px 0 0;
}

.hero-5-img .video-preview,
.hero-5-img .video-preview img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; 
}

.hero-5-img img {
  border: 2px solid rgba(255, 255, 255, .85);
}




/* ==========================================================================
  06. ABOUT
  =========================================================================== */

#about-8.bg-image {
  background-image: url(/Content/Frontend/images/about-8.jpg);
}

#about-9 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#about-9 .bg-inner {
  position: relative;
  z-index: 1;
}

.abox-1-wrapper {
  padding: 0 3%;
  margin-top: 70px;
}

#about-6 .txt-block {
  padding: 0 50px 0 30px;
}

#about-7 .col-lg-4,
#about-8 .col-lg-6 {
  padding: 0;
}

#about-7 .txt-block {
  padding: 0 55px;
}

#about-7 .txt-block h4,
#about-8 .txt-block h4,
#about-9 .txt-block h3 {
  margin-bottom: 18px;
}

#about-7 .txt-block .btn,
#about-8 .txt-block .btn {
  margin-top: 10px;
}

/*------------------------------------------*/
/*  ABOUT TEXT
/*------------------------------------------*/

.abox-1-txt {
  overflow: hidden;
  padding-left: 20px;
}

.abox-2 {
  padding: 0 15px;
}

#a4-1.abox-2 {
  padding: 0 35px;
}

.abox-4 {
  position: relative;
  width: 270px;
  height: 270px;
  display: inline-block;
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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);
  -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;  
}

.abox-4:hover {
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, .1);
}

.abox-4-txt {
  width: 80%;
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about-5-banner {
  width: 29%;
  position: absolute;
  padding: 45px 50px;
  margin-right: -100px;
  z-index: 98;
}

/*------------------------------------------*/
/*  ABOUT TEXT TYPOGRAPHY
/*------------------------------------------*/

.abox-1 h5 {
  line-height: 1;
  margin-bottom: 10px;
}

.abox-2 h5,
.abox-2 h4 {
  margin-bottom: 15px;
}

.abox-3 h6 {
  margin-top: 15px;
  margin-bottom: 0;
}

.about-5-banner h4 {
  margin-bottom: 20px;
} 

.abox-1 p,
.abox-2 p {
  line-height: 1.5;
  margin-bottom: 0;
}

.w-hours .list-item p {
  margin-bottom: 5px;
}

.abox-4 span {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
  margin-top: 15px;
  margin-bottom: 0;
}

#about-6 .txt-block p span {
  font-size: 1.5rem;
  font-weight: 700;
}

/*------------------------------------------*/
/*  ABOUT BOX ICON
/*------------------------------------------*/ 

.abox-1 span {     
  float: left;
  text-align: center;
  margin-top: 1px;
}

/*------------------------------------------*/
/*   ABOUT IMAGE
/*------------------------------------------*/ 

.a4-img {
  padding: 0;
}

.about-6-img {
  text-align: center;
}

.about-6-img img {
  max-width: none;
  display: inline-block;
}

.about-8-img {
  padding-left: 30px;
  padding-right: 30px;
}

.about-9-img {
  text-align: center;
  margin-top: -60px;
  margin-bottom: -60px;
}




/* ==========================================================================
  07. SERVICES
  =========================================================================== */

#services-4,
#services-7 {
  position: relative;
  z-index: 99;
}

#services-4:after {
  position: absolute;
  content: '';
  width: 89%;
  height: 86%;
  bottom: 14%;
  left: 11%;
  z-index: -1;
}

.sbox-4-wrapper .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.sbox-5-wrapper {
  border: 1px solid #f5f5f5;
  padding: 65px 50px 25px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -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);
}

#services-5 .img-block {
  margin-top: 40px;
  margin-right: -60px;
}

#services-6 {
  position: relative;
  z-index: 99;
}

#services-7 .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}

#services-6 .inner-block {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 100px 70px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -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);
}

#services-6 .section-title p {
  padding: 0 10%;
}

#services-6:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  bottom: 10%;
  left: 0;
  z-index: -1;
}

#services-8 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.sbox-10-wrapper .col-lg-3,
#services-14 .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
}

#services-17 .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

/*------------------------------------------*/
/*   SERVICE BOX
/*------------------------------------------*/

.sbox-1,
.sbox-2,
.sbox-5,
.sbox-8 {
  text-align: center;
  margin-bottom: 40px;
}

.sbox-3 {
  text-align: center;
  padding: 50px 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -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);
}

.sbox-4 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 50px 20px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -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);
}

.sbox-6 {
  text-align: center;
}

.sbox-7 {
  text-align: center;
  padding: 60px 15px;
  border-right: 1px solid #e7e6e2;
}

.sbox-7 {
  text-align: center;
  padding: 60px 15px;
  border-right: 1px solid #e7e6e2;
}

#s7-4 {
  border-right: none;
}

.sbox-9 {
  margin-bottom: 40px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
}

.sbox-10,
.sbox-18 {
  margin-bottom: 40px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -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);
}

.sbox-10-txt {
  padding: 35px 30px 40px;
}

.sbox-11 {
  margin-bottom: 30px;
}

.sbox-12 {
  text-align: center;
  margin-bottom: 40px;
} 

.sbox-12-txt {
  padding: 20px 5% 0;
}

.sbox-13 {
  background-position: bottom center;
  margin-bottom: 30px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
}

.sbox-13-txt {
  padding: 60px 40% 60px 40px;
  -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);
}

#s13-1 {
  background-image: url(/Content/Frontend/images/s13-1.png);
}

#s13-2 {
  background-image: url(/Content/Frontend/images/s13-2.png);
}

#s13-3 {
  background-image: url(/Content/Frontend/images/s13-3.png);
}

#s13-4 {
  background-image: url(/Content/Frontend/images/s13-4.png);
}

.sbox-14 {
  position: relative;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  padding: 35px 30px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -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);
}

.sbox-15 {
  margin-bottom: 30px;
}

.sbox-17 {
  text-align: center;
  background-color: #fff;
  padding: 60px 40px;
  margin-bottom: 30px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
}

#s17-2.sbox-17 {
  position: relative;
  padding: 100px 40px;
  -webkit-box-shadow: 0 10px 50px 0 rgba(53,82,99,.09);
  -moz-box-shadow: 0 10px 50px 0 rgba(53,82,99,.09);
  box-shadow: 0 10px 50px 0 rgba(53,82,99,.09);
  box-shadow: 0 10px 50px 0 rgba(53,82,99,.09);
  z-index: 98;
}

.sbox-18-txt {
  padding: 35px 20px 40px;
}

/*------------------------------------------*/
/*   SERVICE BOX TYPOGRAPHY
/*------------------------------------------*/

.sbox-1 h5,
.sbox-2 h5 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.sbox-3 h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.sbox-4 h5, 
.sbox-5 h5 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.sbox-6 h6,
.sbox-8 h6 {
  margin-top: 20px;
  margin-bottom: 0;
}

.sbox-10 h5 {
  margin-bottom: 12px;
}

.sbox-12 h5 {
  margin-bottom: 25px;
}

.sbox-13 h5 {
  margin-bottom: 15px;
}

.sbox-14 h4 {
  font-family: 'Alex Brush', cursive; 
  letter-spacing: 1px;
  margin-bottom: 0;
}

.sbox-17 h5 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.sbox-18 h5 {
  margin-bottom: 8px;
}

.sbox-1 p,
.sbox-2 p,
.sbox-3 p,
.sbox-5 p {
  line-height: 1.5;
  margin-bottom: 0;
}

.sbox-3 p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.sbox-4 p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.sbox-7 p {
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
}

.sbox-10 p {
  margin-bottom: 18px;
}

.sbox-12 p {
  margin-bottom: 3px;
}

.sbox-13 p {
  margin-bottom: 20px;
}

.sbox-14 p {
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sbox-18 p {
  line-height: 1;
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*   SERVICE BOX ICON
/*------------------------------------------*/

.sbox-2-ico,
.sbox-3-ico,
.sbox-4-ico,
.sbox-5-ico,
.sbox-7-ico {
  display: inline-block;
  position: relative;
  z-index: 99;
}

.sbox-3-img {
  display: inline-block;
  width: 170px;
  height: 170px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.sbox-8-img {
  display: inline-block;
  width: 150px;
  height: 150px;
  border: 4px solid #fff;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.sbox-3-img img,
.sbox-8-img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.sbox-9,
.sbox-11,
.sbox-12-img,
.sbox-15,
.sbox-9 img,
.sbox-11 img,
.sbox-12-img img,
.sbox-15 img  {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.sbox-10-img,
.sbox-18-img {
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.sbox-10-img img,
.sbox-18-img img  {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.sbox-ico-bg {
  position: absolute;
  width: 130px;
  height: 120px;
  background-image: url(/Content/Frontend/images/sbox-bg-pink.png);
  opacity: .4;
  transform: rotate(40deg);
  z-index: -1;
  left: 50%;
  top: 50%;
  margin-left: -68px;
  margin-top: -35px;
}

.ico-90 .sbox-ico-bg,
.ico-95 .sbox-ico-bg {
  margin-left: -68px;
  margin-top: -40px;
}

.sbox-14-ico {
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: .4;
}

.sbox-17-ico {
  display: inline-block;
  padding: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/*------------------------------------------*/
/*  Sbox Image Meta
/*------------------------------------------*/

.sbox-9-img-meta,
.sbox-11-img-meta {
  width: 100%;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .01));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .01));
  padding: 80px 30px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 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;
}

.sbox-15-img-meta {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  -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;
}

.sbox-16-img-meta {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  -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;
}

.sbox-15-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sbox-16-txt {
  width: 100%;
  position: absolute;
  bottom: 12%;
}

.sbox-9-img-meta h5,
.sbox-11-img-meta h5 {
  margin-bottom: 8px;
}

.sbox-15-txt h4 {
  margin-bottom: 14px;
}

.sbox-16-img-meta h5 {
  line-height: 1;
  margin-bottom: 5px;
}

.sbox-9-img-meta p,
.sbox-11-img-meta p { 
  margin-bottom: 0;
}

.sbox-15-txt p { 
  padding: 0 20%;
  margin-bottom: 20px;
}

.sbox-16-img-meta p { 
  font-weight: 400;
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*  Sbox Image Meta
/*------------------------------------------*/

.sbox-9-price,
.sbox-11-price {
  width: 100%;
  position: relative;
  margin-top: 20px;
  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;
}

.sb-9-txt,
.sb-11-txt {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 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;
}

.sb-9-data,
.sb-11-data {
  -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;
}

.sbox-9-price span,
.sbox-11-price span {
  font-family: 'Lustria', serif;
  font-size: 2.85rem;
  line-height: 1;
  letter-spacing: 1px;
}

.sbox-9-price .btn,
.sbox-11-price .btn {
  position: absolute;
  right: 5px;
  top: 0;
}

.sbox-12-link {
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  -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;
}

/*------------------------------------------*/
/*  Overlay Background 
/*------------------------------------------*/ 

.services-section .item-overlay {
  opacity: 0;
  -moz-opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, .3);
  -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;
}

/*------------------------------------------*/
/*  Sbox Image Hover Overlay
/*------------------------------------------*/

.services-section .hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; 
}

.services-section .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;
}

/*------------------------------------------*/
/*  Sbox Image Hover Effect 
/*------------------------------------------*/ 

.sbox-3:hover img, 
.sbox-8:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.sbox-9:hover img,
.sbox-10:hover img,
.sbox-11:hover img,
.sbox-12:hover img,
.sbox-15:hover img,
.sbox-16:hover img,
.sbox-18: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);
}

.sbox-9:hover .item-overlay,
.sbox-11:hover .item-overlay,
.sbox-12:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}

.sbox-9:hover .sbox-9-price,
.sbox-11:hover .sbox-11-price {
  opacity: 1; 
  -moz-opacity: 1; 
}

.sbox-9:hover .sb-9-txt,
.sbox-11:hover .sb-11-txt,
.sbox-9:hover .sb-9-data,
.sbox-11:hover .sb-11-data {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sbox-12:hover .sbox-12-link {
  opacity: 1; 
  -moz-opacity: 1; 
  bottom: 43%;
}




/* ==========================================================================
  08. GALLERY
  =========================================================================== */

/*------------------------------------------*/
/*  FILTER BUTTONS
/*------------------------------------------*/ 

.masonry-filter button {
  background-color: transparent; 
  color: #727475;
  font-family: 'Lustria', serif;
  font-size: 1.15rem;
  line-height: 1.1rem;
  margin: 0 20px;
  padding: 0.5rem 0.1rem;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  outline: 0px 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;
}

/*------------------------------------------*/
/*  Filter Button Hover
/*------------------------------------------*/ 

.masonry-filter button:hover,
.masonry-filter button:focus {
  background-color: transparent;
  color: #555;
  border-bottom: 1px solid #727475;
  outline: 0px none;
} 

/*------------------------------------------*/
/*  Filter Button Active
/*------------------------------------------*/ 

.masonry-filter button.is-checked {
  color: #efa697;
  cursor: default;
  border-bottom: 1px solid #efa697;
  outline: 0px none;
}

/*------------------------------------------*/
/*  GALLERY IMAGES HOLDER
/*------------------------------------------*/ 

.gallery-item {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}  

.masonry-wrap .masonry-item {
  position: relative;
  text-align: center;   
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#blog-2 .masonry-wrap .masonry-item {
  position: relative;
  text-align: left;   
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.gallery-item,
.video-preview,
.gallery-item img,
.video-preview img,
.masonry-item .hover-overlay,
.carousel-image .hover-overlay,
.masonry-item .hover-overlay img,
.carousel-image .hover-overlay img {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.carousel-image {
  position: relative; 
  padding: 0 5px;
}

#gallery-3 .col-md-12 {
  padding-left: 10px;
  padding-right: 10px;
}

/*------------------------------------------*/
/*  Gallery Image Meta
/*------------------------------------------*/

.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 {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.image-data h6,
.image-data h5 {
  margin-bottom: 5px;
  -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-data p { 
  margin-bottom: 0;
  -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 Overlay
/*------------------------------------------*/

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; 
}

.hover-overlay 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);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

.sbox-16-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.25);
}

.sbox-16 .hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
}

/*------------------------------------------*/
/*    Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
  opacity: 0;
  -moz-opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 166, 151, 0.8);
  -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;
}

.item-overlay::before,
.item-overlay::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 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;
}

.carousel-image .item-overlay::before,
.carousel-image .item-overlay::after {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.item-overlay::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.item-overlay::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

/*------------------------------------------*/
/*    Image Hover Effect 
/*------------------------------------------*/ 

.gallery-item:hover img,
.masonry-item:hover img,
.carousel-image:hover img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
}

.sbox-16: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-item:hover .item-overlay,
.masonry-item:hover .item-overlay,
.carousel-image:hover .item-overlay,
.gallery-item:hover .image-description,
.masonry-item:hover .image-description,
.carousel-image:hover .image-description {
  opacity: 1; 
  -moz-opacity: 1; 
}

.gallery-item:hover .item-overlay::before,
.masonry-item:hover .item-overlay::before,
.carousel-image:hover .item-overlay::before,
.gallery-item:hover .item-overlay::after,
.masonry-item:hover .item-overlay::after,
.carousel-image:hover .item-overlay::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gallery-item:hover .image-data h5,
.masonry-item:hover .image-data h5,
.carousel-image:hover .image-data h6,
.gallery-item:hover .image-data p,
.masonry-item:hover .image-data p,
.carousel-image:hover .image-data p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#gallery-3 .owl-dots {
  display: none;
}

/*------------------------------------------*/
/*  ALL PROJECTS BUTTON 
/*------------------------------------------*/ 

.more-gallery-btn {
  text-align: center;
  margin-top: 40px;
}

#gallery-2 .more-gallery-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

#gallery-3 .more-gallery-btn {
  margin-top: 60px;
}




/* ==========================================================================
  09. VIDEO
  =========================================================================== */

#video-1 {
  background-image: url(/Content/Frontend/images/video-1.jpg);
  padding-top: 230px;
  padding-bottom: 230px;
}

#video-2-content {
  padding-top: 100px;
  padding-bottom: 350px;
  position: relative;
} 

/*------------------------------------------*/
/*  VIDEO TEXT TYPOGRAPHY
/*------------------------------------------*/

.video-txt h3 {
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  VIDEO LINK
/*------------------------------------------*/

.video-2-link {
  margin-top: -310px;
} 




/* ==========================================================================
  10. TEAM
  =========================================================================== */

.team-member {
  text-align: center;
  position: relative;
  z-index: 99; 
  margin-bottom: 40px;
  -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);
  -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; 
}

.tm-meta {
  background-color: #fff;
  padding: 25px 10px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tm-meta h6 {
  margin-bottom: 2px;
}

.tm-meta span {
  font-size: 1.0625rem;
  font-weight: 400;
  display: block;
}

/*------------------------------------------*/
/*  Team Member Photo
/*------------------------------------------*/ 

.team-member-photo {
  position: relative;
}

.team-member-photo img {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/*------------------------------------------*/
/*  Team Member Social Links
/*------------------------------------------*/

.tm-social ul {
  width: 100%;
  display: inline-block; 
  padding-left: 0;
  margin-top: 14px;
  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 ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.tm-social a {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: rgba(10, 10, 10, .35);
  font-size: 1.15rem;
  line-height: 40px!important;
  margin-right: 1px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -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;
}

.tm-social a.ico-facebook:hover { background-color: #3b5998; }
.tm-social a.ico-twitter:hover { background-color: #00a9ed; }
.tm-social a.ico-instagram:hover { background-color: #e44772 }
.tm-social a.ico-dribbble:hover { background-color: #d92d84; }
.tm-social a.ico-behance:hover { background-color: #2473f6; }
.tm-social a.ico-pinterest:hover { background-color: #ac281a; }
.tm-social a.ico-linkedin:hover { background-color: #015886; }
.tm-social a.ico-google-plus:hover { background-color: #cd1111; }
.tm-social a.ico-youtube:hover { background-color: #cd1b20; }
.tm-social a.ico-tumblr:hover { background-color: #3a5976; }
.tm-social a.ico-vk:hover { background-color: #3b5998; }


.team-member {
  position: relative;
}

/*------------------------------------------*/
/*  Sbox Image Hover Overlay
/*------------------------------------------*/

.team-section .hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; 
}

.team-section .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;
}

/*------------------------------------------*/
/*. Image Hover Effect 
/*------------------------------------------*/ 

.team-member: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);
}

.team-member:hover .tm-social ul {
  bottom: 6%;
  opacity: 1; 
  -moz-opacity: 1; 
}




/* ==========================================================================
  11. PRICING
  =========================================================================== */

#pricing-2 .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.pricing-2-banner {
  padding: 55px 50px;
}

.pricing-list li {
  padding-bottom: 20px;
  margin: 0 15px 20px;
  border-bottom: 1px dashed #5f5842;
}

#pricing-2 .pricing-list li {
  padding-bottom: 15px;
  margin: 0 0 15px;
  border-bottom: 1px dashed #5f5842;
}

.pricing-list li:last-child,
#pricing-2 .pricing-list li:last-child {
  border-bottom: none;
}

.pricing-list-txt {
  position: relative;
}

.pricing-list-txt h5,
.pricing-list-txt h6 {
  line-height: 1;
  margin-bottom: 5px;
}

.pricing-list-txt p {
  margin-bottom: 0;
}

#pricing-2 .pricing-list-txt p {
  font-size: 1rem;
}

.pricing-list-amount {
  position: absolute;
  right: 10px;
  top: 0;
  letter-spacing: 1px;
}

.pricing-2-banner h5.h5-xl,
.pricing-2-table h5.h5-xl {
  margin-bottom: 15px;
}

.pricing-2-banner h6 {
  line-height: 1;
  margin-bottom: 8px;
}

.pricing-2-banner span {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 20px;
}

.pricing-2-img {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, .05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .05);
}

/*------------------------------------------*/
/*   PRICING TABLE
/*------------------------------------------*/ 

.pricing-2-table {
  padding: 60px 30px 30px;
}




/* ==========================================================================
  12. BRANDS
  =========================================================================== */

#brands-1 {
  padding-top: 45px;
  padding-bottom: 45px;
}

#brands-1 p.p-xl {
  font-weight: 400;
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  BRANDS LOGO HOLDER
/*------------------------------------------*/ 

#brands-1 .brand-logo {
  padding: 0 15px;
} 

#brands-1 .owl-dots {
  display: none;
}




/* ==========================================================================
  13. TESTIMONIALS
  =========================================================================== */

.review-1 {
  text-align: center;
  margin-bottom: 40px;
} 

/*------------------------------------------*/
/*  Testimonial Message Avatar 
/*------------------------------------------*/ 

.review-2 .testimonial-avatar { 
  display: inline-block;
  float: left;
}

.testimonial-avatar img {
  width: 120px;
  height: 120px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

#reviews-1 .testimonial-avatar img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 18px;
}

/*------------------------------------------*/
/*  Testimonial Author Data
/*------------------------------------------*/

.author-data h6 {
  line-height: 1;
  margin-bottom: 5px;
}

.author-data p {
  margin-bottom: 8px;
}

/*------------------------------------------*/
/*  Testimonial Message Text
/*------------------------------------------*/

.review-2-txt {
  overflow: hidden;
  padding-left: 25px;
}

.review-1-txt p {
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 300;
  font-style: italic;
  padding: 0 8%;
}

.review-2-txt p.review-txt {
  color: #5f5842;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 12px;
}

/*------------------------------------------*/
/*  Testimonial Author 
/*------------------------------------------*/ 

.review-2-txt .review-author {
  padding-right: 40px;
}

.review-2-txt  .review-author p {
  margin-bottom: 0;
}

.review-2-txt  .review-author p span {
  font-weight: 500;
}

/*------------------------------------------*/
/*  Carousel Dots
/*------------------------------------------*/

#reviews-1 button {
  background-color: transparent;
  border: none;
  padding: 0 2px;
}

.owl-theme .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  border: 2px solid #727475;
  background: transparent;
  margin: 0 5px;
}

.owl-dots button:focus {
  outline: none;
  background: #727475;
  text-decoration: none;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
  background: #727475;
}




/* ==========================================================================
  14. STATISTIC
  =========================================================================== */

#statistic-1 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.statistic-block {
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK
/*------------------------------------------*/

h5.statistic-number {
  font-size: 3.25rem;
  line-height: 1; 
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.statistic-block p {
  font-weight: 400;
  margin-bottom: 0;
}

.statistic-ico {
  margin-bottom: 30px;
}




/* ==========================================================================
  15. BANNER
  =========================================================================== */

#banner-1 {
  background-image: url(/Content/Frontend/images/banner-1.jpg);
}

#banner-2 {
  background-image: url(/Content/Frontend/images/banner-2.jpg);
}

#banner-3 {
  background-image: url(/Content/Frontend/images/banner-3.jpg);
}

#banner-4 {
  background-image: url(/Content/Frontend/images/banner-4.jpg);
  padding-top: 130px;
  padding-bottom: 130px;
}

#banner-5.bg-image {
  background-image: url(/Content/Frontend/images/banner-5.jpg);
}

#banner-5 .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

#banner-5.bg-image .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

#banner-6 {
  padding-top: 70px;
  padding-bottom: 70px;
}

#banner-6.bg-image {
  background-image: url(/Content/Frontend/images/banner-6.jpg);
}

/*------------------------------------------*/
/*  BANNER TEXT
/*------------------------------------------*/ 

.banner-2-txt {
  padding-left: 30px;
  padding-right: 30px;
}

.banner-3-txt {
  padding-right: 30px;
}

/*------------------------------------------*/
/*  BANNER TYPOGRAPHY
/*------------------------------------------*/ 

.banner-1-txt h2 {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 15px;
}

.banner-2-txt h2,
.banner-3-txt h2 {
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 10px;
}

.banner-2-txt h3,
.banner-3-txt h3 {
  line-height: 1.15;
  margin-bottom: 20px;
}

.banner-4-txt h3 {
  font-size: 3.25rem;
  line-height: 1;
  margin-bottom: 15px;
}

.banner-5-txt h2 {
  line-height: 1;
  margin-bottom: 5px;
}

.banner-5-txt h3 {
  margin-bottom: 10px;
}

.banner-6-txt h2 {
  font-size: 8rem;
  line-height: 1;
  margin-bottom: 10px;
}

.banner-6-txt h3 {
  font-size: 2.5em;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.banner-1-txt p {
  font-weight: 400;
  margin-bottom: 30px;
}

.banner-2-txt p,
.banner-3-txt p {
  margin-bottom: 25px;
}

.banner-4-txt p {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0 5%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.banner-5-txt p {
  padding: 0 5%;
  margin-bottom: 25px;
}

.banner-6-txt p {
  font-size: 1.55rem;
  line-height: 1;
  margin-bottom: 0;
}




/* ==========================================================================
  17. FAQs
  =========================================================================== */

.question {
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  FAQs TYPOGRAPHY
/*------------------------------------------*/

.question h5 {
  margin-bottom: 10px;
}

.question h5 span {
  margin-right: 3px;
}

/*------------------------------------------*/
/*  More Questions Button
/*------------------------------------------*/

.more-questions-btn {
  margin-top: 30px;
}




/* ==========================================================================
  18. BLOG
  =========================================================================== */

.blog-post {
  margin-bottom: 40px;
}

#blog-page .blog-post {
  margin-bottom: 50px;
}

.blog-post-txt {
  margin-top: 20px;
}

.single-post-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*   BLOG POST TYPOGRAPHY
/*------------------------------------------*/

.blog-post-txt h5,
.single-post-title h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-post-txt span,
.single-post-title span {
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-post-txt p.post-author,
.single-post-title p.post-author {
  line-height: 1;
  margin-bottom: 0;
}

.blog-post-img,
.blog-post-img img {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*   ALL POSTS BUTTON
/*------------------------------------------*/

.all-posts-btn {
  margin-top: 15px;
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  SINGLE POST
/*------------------------------------------*/ 

.single-post-txt h5.h5-md {
  margin-top: 25px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  BLOG POST INNER IMAGE
/*------------------------------------------*/ 

.post-inner-img {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;  
}

.post-inner-img p {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 0;  
}

/*------------------------------------------*/
/*  SINGLE POST QUOTE
/*------------------------------------------*/ 

.quote {
  margin-top: 35px;
  margin-bottom: 35px;
}

.quote p {
  font-size: 1.25rem!important;
  font-weight: 300;
  border-left: 3px solid #2dcb21;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  POST TAGS 
/*------------------------------------------*/ 

.post-share-links {
  margin-top: 60px;
}

.post-tags-list span a {
  color: #efa697;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #efa697;
  padding: 10px 15px;
  margin-right: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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-tags-list span a:hover {
  color: #fff;
  background-color: #efa697;
  border-color: #efa697;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
/*-----------------------------------------*/

.post-share-links .share-social-icons {
  display: inline-block; 
  padding-left: 0;
}

.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 i {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
}

/*------------------------------------------*/
/*  ABOUT POST AUTHOR
/*------------------------------------------*/ 

.author-senoff {
  margin: 90px 0 70px;
  padding: 70px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.author-senoff img {  
  width: 120px;
  height: 120px;
  float: left;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;  
}

.author-senoff-txt {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}

.author-senoff-txt p.p-md {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.author-senoff-txt h5.h5-lg {
  line-height: 1;
  font-weight: 800;
  margin-bottom: 15px;
}

.author-senoff-txt p {
  margin-bottom: 0;
}

.author-follow-btn {
  display: inline-block;
  position: absolute;
  color: #b9ad8b;
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 400;
  padding: 4px 10px;
  top: 1px;
  right: 12px;
  border: 1px solid #b9ad8b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*------------------------------------------*/
/*  OTHER POST
/*------------------------------------------*/

.other-posts h5 {
  margin-bottom: 35px;
}

.other-posts h6 {
  margin-top: 5px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  POST COMMENTS
/*------------------------------------------*/

.post-comments {
  margin-top: 40px;
  margin-bottom: 80px;
}

.post-comments h5 {
  padding-bottom: 30px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd;
}

.post-comments img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta h6 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2px;
}

.comment-date {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.btn-reply {
  margin-left: 3px;
}

.btn-reply a {
  color:  #888;
  font-size: 16px;
  font-weight: 400; 
}

.btn-reply a i {
  font-size: 13px;  
  margin-right: 1px;  
}

.btn-reply a:hover {
  color: #222;
}

.post-comments hr {
  margin-top: 24px; 
  margin-bottom: 40px; 
}

/*------------------------------------------*/
/*    SINGLE POST COMMENT FORM
/*------------------------------------------*/

.post-comments #leave-comment h5 {
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 3px;
  border: none;
}

.comment-form {
  position: relative;
  margin-top: 50px;
}

.comment-form p {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
}

.comment-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 22px;
  -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;
}

.comment-form .form-control:focus {
  border-color: #00b2e4;
  outline: 0px none;
  box-shadow: none;
}

.comment-form textarea { min-height: 200px; }
.comment-form textarea.form-control { 
  padding: 20px;
}

/*------------------------------------------*/
/*  Comment Form Button
/*------------------------------------------*/

.comment-form .btn {
  margin-top: 10px;
}

.comment-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

.comment-form-msg {
  width: 100%!important;
  display: block;
  margin-top: 10px;
  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;
}

.comment-form .form-control.error {
  font-size: 17px!important;
}




/* ==========================================================================
  19. CONTACTS
  =========================================================================== */

#contacts-3 .form-holder {
  padding-right: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  CONTACTS TYPOGRAPHY
/*------------------------------------------*/

.cbox-1 h5,
.contacts-1-txt h5,
.contacts-1-banner h5 {
  margin-bottom: 15px;
} 

.cbox-1 p {
  line-height: 1;
  margin-bottom: 10px;
}

.cbox-1 p span {
  font-weight: 500;
}

/*------------------------------------------*/
/*  CONTACT FORM
/*------------------------------------------*/

.contact-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #e0d9c5;
  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: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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;
}

.bg-color-01 .contact-form .form-control {
  background-color: #fff;
  border: 1px solid #e0d9c5;
  color: #5f5842;
}

/*------------------------------------------*/
/*  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;
  border-color: #afa074;
}

.bg-color-01 .contact-form .form-control :focus {
  border-color: #fff;
}

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;
}




/* ==========================================================================
  20. GOOGLE MAP
  =========================================================================== */

.google-map {
  position: relative;
  padding: 0px 0px 62%;
  height: 0px;
  overflow: hidden;
}

#gmap .google-map,
#contacts-3 .google-map {
  padding: 0px 0px 36%;
}

.google-map iframe, 
.google-map object, 
.google-map embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border:0;
}




/* ==========================================================================
  21. BOOKING FORM
  =========================================================================== */

.booking-form .col-lg-6,
.booking-form .col-md-12 {
  padding-left: 10px;
  padding-right: 10px;
}

/*------------------------------------------*/
/*  BOOKING FORM
/*------------------------------------------*/

.booking-form .form-control,
.booking-form .custom-select {
  height: 54px;
  background-color: #fff;
  border: 1px solid #e0d9c5;
  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: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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 .custom-select {
  display: inline-block;
  width: 100%;
  color: #5f5842;
  margin-bottom: 22px;
}

.bg-color-01 .booking-form .form-control,
.bg-color-01 .booking-form .custom-select {
  background-color: #fff;
  border: 1px solid #e0d9c5;
  color: #727475;
}

/*------------------------------------------*/
/*  Booking Form Textarea
/*------------------------------------------*/

.booking-form textarea { min-height: 180px; }
.booking-form textarea.form-control { 
  padding: 20px 15px;
}

/*------------------------------------------*/
/*  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;
  border-color: #afa074;
}

/*------------------------------------------*/
/*  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. FOOTER
  =========================================================================== */

.footer {
  padding-top: 100px;
  padding-bottom: 30px;
} 

.footer-contacts {
  padding-left: 5px;
}

.footer.bg-brown p {
  color: rgba(255, 248, 245, .7);
}

.footer.bg-sangria p {
  color: rgba(255, 248, 245, .85);
}

#footer-3 .footer-info {
  padding-right: 15px;
}

/*------------------------------------------*/
/*   FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h6 {
  line-height: 1;
  margin-bottom: 25px;
}

.footer-contacts p {
  margin-bottom: 3px;
}

p.foo-email a {
  font-weight: 500;
  text-decoration: underline;
}

/*------------------------------------------*/
/*   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: 10px;
}

.bg-brown .footer-links li a {
  color: rgba(255, 248, 245, .7);
}

.bg-sangria .footer-links li a {
  color: rgba(255, 248, 245, .85);
}

.bg-brown .footer-links li a:hover,
.bg-sangria .footer-links li a:hover {
  color: rgba(255, 255, 255, .95);
}

/*------------------------------------------*/
/*   FOOTER SOCIAL LINKS
/*------------------------------------------*/

.foo-socials {
  display: inline-block; 
  padding-left: 0;
  margin: 0 auto 0;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 10px 0;
  padding: 0;
}

.foo-socials a {
  display: block;
  background-color: #eee;
  border: 2px solid #eee;
  width: 42px;
  height: 42px;
  color: #666;
  font-size: 20px;
  line-height: 40px!important;
  margin-right: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;  
}

.bg-brown .foo-socials a {
  background-color: transparent;
  color: rgba(255, 248, 245, .7);
  border: 2px solid rgba(255, 248, 245, .7);
} 

.bg-sangria .foo-socials a {
  background-color: transparent;
  color: rgba(255, 248, 245, .85);
  border: 2px solid rgba(255, 248, 245, .85);
} 

.bg-brown .foo-socials a i {
  color: rgba(255, 248, 245, .7);
} 

.bg-sangria .foo-socials a i {
  color: rgba(255, 248, 245, .85);
} 

.foo-socials a.ico-facebook:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
.foo-socials a.ico-twitter:hover { background-color: #00a9ed; border-color: #00a9ed; color: #fff; }
.foo-socials a.ico-instagram:hover { background-color: #dc3c59; border-color: #dc3c59; color: #fff; }
.foo-socials a.ico-dribbble:hover { background-color: #d92d84; border-color: #d92d84; color: #fff; }
.foo-socials a.ico-behance:hover { background-color: #2473f6; border-color: #2473f6; color: #fff; } 
.foo-socials a.ico-pinterest:hover { background-color: #ac281a; border-color: #ac281a; color: #fff; }
.foo-socials a.ico-linkedin:hover { background-color: #015886; border-color: #015886; color: #fff; }
.foo-socials a.ico-google-plus:hover { background-color: #cd1111; border-color: #cd1111; color: #fff; } 
.foo-socials a.ico-youtube:hover { background-color: #cd1b20; border-color: #cd1b20; color: #fff; } 
.foo-socials a.ico-tumblr:hover { background-color: #3a5976; border-color: #3a5976; color: #fff; }
.foo-socials a.ico-vk:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
.foo-socials a.ico-yahoo:hover { background-color: #7b0099; border-color: #7b0099; color: #fff; }
.foo-socials a.ico-yelp:hover { background-color: #d32323; border-color: #d32323; color: #fff; }

/*------------------------------------------*/
/*  FOOTER LATEST NEWS
/*------------------------------------------*/

.latest-news li { 
  padding: 15px 0;
  border-bottom: 1px dashed #c0c0c0;
}

.latest-news li:first-child {
  padding: 0 0 15px;
}

.latest-news li:last-child {
  padding: 15px 0 0;
  border-bottom: 0; 
}

.latest-news img {
  text-align: center;
  float: left;
  width: 75px;
  height: 75px;
}

.post-summary {
  overflow: hidden;
  padding-left: 15px;
}

/*------------------------------------------*/
/*  LATEST NEWS TYPOGRAPHY
--------------------------------------------*/

.post-summary a { 
  font-size: 16px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; 
}

.latest-news p { 
  font-size: 0.85rem;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form .form-control {
  height: 50px;
  background-color: #fff;
  border: 1px solid #e0d9c5;
  border-right: none;
  color: #666;
  font-size: 1.0625rem;
  padding: 0 15px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  -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;
}

.bg-color-01 .footer-form .form-control {
  border-color: #ccc;
}

/*------------------------------------------*/
/*. Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .form-control:focus {
  border: 1px solid #ccc;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

.bg-sangria .footer-form .form-control:focus {
  border-color: #a48b73;
}

/*------------------------------------------*/
/*. Newsletter Form Button
/*------------------------------------------*/

.footer-form .btn {
  height: 50px;
  color: #aaa;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  font-size: 1.45rem;
  line-height: 1!important;
  padding: 0 10px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.bg-sangria .footer-form .btn {
  border-color: #a48b73;
}

.footer-form .btn i {
  font-size: 1.5rem;
  margin-top: -4px;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.footer-form .form-notification {
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 15px;
  margin-left: 5px;
}

.footer-form .form-notification.error {
  color: #f6412d!important;
}

.footer-form .form-notification.valid {
  color: #48af4b!important;
}

/*------------------------------------------*/
/*  FOOTER INSTAGRAM IMAGES
/*------------------------------------------*/

.footer-img img.insta-img {
  float: left;
  width: 75px;
  height: 75px;
  margin: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.bottom-footer {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

.bg-brown .bottom-footer,
.bg-sangria .bottom-footer {
  border-top: 1px solid rgba(255, 248, 245, .2);
}

/*------------------------------------------*/
/*  FOOTER COPYRIGHT
/*------------------------------------------*/

.footer-copyright p {
  line-height: 1;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  BOOTOM FOOTER LINKS
/*------------------------------------------*/

.bottom-footer-list li {
  display: inline-block !important;
  margin-bottom: 0;
}

.bg-brown .bottom-footer-list li * {
  color: rgba(255, 248, 245, .7);
}

.bg-sangria .bottom-footer-list li * {
  color: rgba(255, 248, 245, .85);
}

.bg-brown .bottom-footer-list li a:hover,
.bg-sangria .bottom-footer-list li a:hover,
.bg-brown .bottom-footer-list li a:hover i,
.bg-sangria .bottom-footer-list li a:hover i {
  color: rgba(255, 255, 255, .95);
}

.bottom-footer-list li i {
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  top: -1px;
  right: 2px;
  -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; 
}

.bottom-footer-list li p {
  line-height: 1; 
  font-weight: 300;
  margin-left: 10px;
  margin-bottom: 0;
}

.bottom-footer-list p:after { 
  content: "|"; 
  padding-left: 11px; 
  position: relative;
  top: -1px;
}

.bottom-footer-list p.last-li:after { 
  content: " "; 
  padding-left: 0; 
}




/* ==========================================================================
  23. INNER PAGE WRAPPER
  =========================================================================== */

.inner-page-wrapper {
  margin-top: 80px;
}

/*------------------------------------------*/
/*  INNER PAGE HERO
/*------------------------------------------*/

.page-hero-section {
  background: no-repeat center center;
  background-size: cover;
}

#about-page.page-hero-section {
  background-image: url(/Content/Frontend/images/about-page.jpg);
}

#booking-page.page-hero-section {
  background-image: url(/Content/Frontend/images/booking-page.jpg);
}

#blogs-page.page-hero-section {
  background-image: url(/Content/Frontend/images/blogs-page.jpg);
}

#contacts-page.page-hero-section {
  background-image: url(/Content/Frontend/images/contacts-page.jpg);
}

#faqs-page.page-hero-section {
  background-image: url(/Content/Frontend/images/faqs-page.jpg);
}

#gallery-page.page-hero-section {
  background-image: url(/Content/Frontend/images/gallery-page.jpg);
}

#gift-cards-page.page-hero-section {
  background-image: url(/Content/Frontend/images/gift-cards-page.jpg);
}

#services-page.page-hero-section {
  background-image: url(/Content/Frontend/images/service-page-1.jpg);
}

#service-details-page.page-hero-section {
  background-image: url(/Content/Frontend/images/service-details-page.jpg);
}

#single-post-page.page-hero-section {
  background-image: url(/Content/Frontend/images/single-post-page.jpg);
}

#team-page.page-hero-section {
  background-image: url(/Content/Frontend/images/team-page.jpg);
}

#pricing-page.page-hero-section {
  background-image: url(/Content/Frontend/images/pricing-page.jpg);
}

#terms-page.page-hero-section {
  background-image: url(/Content/Frontend/images/terms-page.jpg);
}

/*------------------------------------------*/
/*  INNER PAGE HERO TYPOGRAPHY
/*------------------------------------------*/

.page-hero-section h2 {
  margin-bottom: 20px;
}

.page-hero-section p {
  padding: 0 15%;
  margin-bottom: 0;
}




/* ==========================================================================
  24. BREADCRUMB
  =========================================================================== */

#breadcrumb {
  margin-top: 25px;
  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 a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: underline;
}

.breadcrumb-item a:hover {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.15rem;
  display: inline-block;
  padding-right: 12px;
  margin-top: -1px;
  color: #fff;
  content: "\00bb";
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}




/* ==========================================================================
  25. PAGE PAGINATION
  =========================================================================== */

.page-pagination {
  padding-bottom: 100px;
}

.blog-page-pagination {
  margin-top: 80px;
  padding-top: 80px;
}

.page-link {
  color: #efa697;
  font-weight: 600;
  padding: 9px 16px;
  margin: 0 3px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.disabled .page-link {
  color: #aaa;
  background-color: transparent;
  border-color: transparent;
}

.next-page.page-link1 {
  margin-left: 30px;
}

.page-link:hover,
.page-item.active .page-link {
  background-color: #efa697;
  color: #fff;
  border-color: #efa697;
  -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);
}

.page-link:focus {
  background-color: transparent;
  color: #666;
  border-color: transparent;
  box-shadow: 0 0;
}




/* ==========================================================================
  26. TERMS PAGE
  =========================================================================== */

/*------------------------------------------*/
/*  TERMS PAGE TYPOGRAPHY
/*------------------------------------------*/

.terms-box { 
  margin-bottom: 30px;
}

.terms-box h5 {
  margin-bottom: 25px;
}

.terms-box a {
  font-weight: 500;
}




/* ==========================================================================
  27. SIDEBAR
  =========================================================================== */

#sidebar h5.h5-sm {
  line-height: 1;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  SIDEBAR SEARCH FORM
/*------------------------------------------*/

#search-field .form-control {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 60px;
  font-size: 18px;
  padding-left: 20px;
  border-right: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

#search-field .form-control::-moz-placeholder { color: #5f5842; } 
#search-field .form-control:-ms-input-placeholder { color: #5f5842; }
#search-field .form-control::-webkit-input-placeholder { color: #5f5842; }

#search-field .btn {
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  color: #efa697;
  font-size: 18px;
  height: 60px;
  padding: 0 20px;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
   -webkit-border-radius: 0px 4px 4px 0;
  -moz-border-radius: 0px 4px 4px 0;
  border-radius: 0px 4px 4px 0;
}

#search-field .form-control:focus {
  border-color: #ccc;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  SIDEBAR BLOG CATEGORIES
/*------------------------------------------*/

ul.blog-category-list > li {
  padding: 12px 0;
  border-bottom: 1px dashed #c0c0c0;
  -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;  
}

ul.blog-category-list > li:first-child {
  padding: 0 0 12px;
}

ul.blog-category-list > li:last-child {
  padding: 12px 0 0;
  border-bottom: none;
}

ul.blog-category-list > li a {
  font-size: 1.125rem;
  position: relative;
}

ul.blog-category-list > li span {
  font-weight: 600;
}

ul.blog-category-list > li a:before {
  opacity: 0;
  position: absolute;
  left: 0;
  top: -1px;
  color: #fe6d70;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f105";
  font-size: 1.05rem;
  -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;  
}

ul.blog-category-list > li a:hover {
  padding: 0 0 0 18px;
}

ul.blog-category-list > li a:hover:before { 
  left: 2px; 
  opacity: 1; 
} 

/*------------------------------------------*/
/*  SIDEBAR POPULAR POSTS
/*------------------------------------------*/

.popular-posts li { 
  padding: 14px 0;
  border-bottom: 1px dashed #c0c0c0;
}

.popular-posts li:first-child {
  padding: 0 0 14px;
}

.popular-posts li:last-child {
  padding: 14px 0 0;
  border-bottom: 0; 
}

.popular-posts img {
  width: 100px;
  height: 100px;
  text-align: center;
  float: left;
}

.post-summary {
  overflow: hidden;
  padding-left: 20px;
}

/*------------------------------------------*/
/*  SIDEBAR POPULAR POSTS TYPOGRAPHY
--------------------------------------------*/

.post-summary a { 
  font-size: 1.1rem;
}

.popular-posts .post-summary a:hover { 
  text-decoration: underline;
}

.popular-posts p {  
  font-size: 0.95rem;
  margin-top: 6px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  SIDEBAR TAGS CLOUD
/*------------------------------------------*/

.badge {
  border: none;
  background-color: transparent;
  border: 1px solid #efa697;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 15px;
  margin-right: 4px;
  -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;  
}

.badge a {
  color: #efa697;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.badge:hover {
  background-color: #efa697;
  border-color: #efa697;
}

.badge:hover a {
  color: #fff!important;
}


/*------------------------------------------*/
/*  SIDEBAR INSTAGRAM LINKS
/*------------------------------------------*/

img.insta-img {
  float: left;
  width: 105px;
  height: 105px;
  margin: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  SIDEBAR BOX
/*------------------------------------------*/

#sb-box {
  text-align: center;
  padding: 50px 30px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -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);  
}

.sb-box-txt span {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*  SIDEBAR TABLE
/*------------------------------------------*/

.sidebar-table h5,
.sidebar-table h4 {
  margin-bottom: 15px;
}

.sidebar-table h5.h5-xs {
  margin-top: 20px;
}

.sidebar-table p {
  margin-bottom: 0;
}

.sidebar-table table {
  margin-top: 15px;
  margin-bottom: 0;
}

.sidebar-table .table td, 
.sidebar-table .table th {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 16px 0;
  border-top: none;
  border-bottom: 1px dashed #aaa;
}

.sidebar-table .table .last-tr td, 
.sidebar-table .table .last-tr th {
  border-bottom: none;
}

/*------------------------------------------*/
/*  SIDEBAR TIMETABLE
/*------------------------------------------*/

.sidebar-timetable {
  border: 1px solid #ccc;
  padding: 40px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/*------------------------------------------*/
/*  SIDEBAR TEXT WIDGET
/*------------------------------------------*/

.txt-widget-avatar { 
  display: inline-block;
  float: left;
}




/* ==========================================================================
  28. SCROLL TO TOP
  =========================================================================== */

#scrollUp {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 35px;
  right: 20px;
  z-index: 99;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
  background-image: url(/Content/Frontend/images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(95, 88, 66, .2);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; 
}

#scrollUp:hover {
  background-color: rgba(95, 88, 66, .5);
}

nav a#pull {  
  display: none;  
} 









/*
  Template Name: Spa Magic - Spa & Beauty Salon Landing Page Template
  Theme URL: https://themeforest.net/user/jthemes
  Description: Spa Magic - Spa & Beauty Salon Landing Page Template
  Author: Jthemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Website: www.jthemes.net
  Tags: Jthemes, Beauty, Cosmetic, Girly, Hair, Health, Healthy Care, Massage, Make Up, Salon, Spa, Skincare, Wellness
*/




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1921px) {


}



/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1440px) and (max-width: 1920.95px) {


}



/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1440px) and (max-width: 1920.95px) {


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1200px) {


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199.95px) {

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/  

  .pl-5, .pl-10, .pl-15, .pl-20, .pl-25, .pl-30, .pl-35, .pl-40, .pl-45 { padding-left: 0; }
  .pr-5, .pr-10, .pr-15, .pr-20, .pr-25, .pr-30, .pr-35, .pr-40, .pr-45 { 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; }
  .pc-04, .pc-05, .pc-06, .pc-07, .pc-08, .pc-09 { padding-right: 0; padding-left: 0; }

  /* Header H6 */
  h6.h6-xs { font-size: 0.95rem; }  
  h6.h6-sm { font-size: 1rem; }   
  h6.h6-md { font-size: 1.028rem; } 
  h6.h6-lg { font-size: 1.056rem; } 
  h6.h6-xl { font-size: 1.083rem; }

  /* Header H5 */
  h5.h5-xs { font-size: 1.11rem; }    
  h5.h5-sm { font-size: 1.22rem; }  
  h5.h5-md { font-size: 1.33rem; }    
  h5.h5-lg { font-size: 1.44rem; }   
  h5.h5-xl { font-size: 1.56rem; } 

  /* Header H4 */
  h4.h4-xs { font-size: 1.67rem; }   
  h4.h4-sm { font-size: 1.78rem; }     
  h4.h4-md { font-size: 1.89rem; }  
  h4.h4-lg { font-size: 2rem; }   
  h4.h4-xl { font-size: 2.11rem; } 

  h3.h3-xs { font-size: 2.2rem; } 
  h3.h3-sm { font-size: 2.33rem; }   
  h3.h3-md { font-size: 2.44rem; }  
  h3.h3-lg { font-size: 2.56rem; } 
  h3.h3-xl { font-size: 2.67rem; } 

  /* Header H2 */
  h2.h2-xs { font-size: 2.78rem; }  
  h2.h2-sm { font-size: 2.89rem; }  
  h2.h2-md { font-size: 3rem; }  
  h2.h2-lg { font-size: 3.11rem; }  
  h2.h2-xl { font-size: 3.35rem; }

  /* Paragraphs */
  p.p-sm { font-size: 0.95rem; }  
  p { font-size: 1rem; }       
  p.p-md { font-size: 1.025rem; }   
  p.p-lg { font-size: 1.08rem; }  
  p.p-xl { font-size: 1.14rem; }

  /* Buttons */
  .btn.btn-md { font-size: 17px; padding: 13px 32px; }
  .btn.btn-lg { font-size: 19px; padding: 13px 40px; }

  /* Section Title */
  .section-title.mb-60 { margin-bottom: 50px; }
  .section-title.mb-50 { margin-bottom: 40px; }

  .tra-header { font-size: 4.75rem; margin-bottom: -35px; }
  .section-id { font-size: 2.35rem; }

  /* Content Image */ 
  .content-img.pt-40 { padding-top: 30px; }

  .ab-img-01 img, .ab-img-02 img, .ab-img-03 img { width: 75%; height: 75%; }
  .ab-img-01 { left: 30px; top: -55px; }
  .ab-img-02 { right: -15px; bottom: -45px; }
  .ab-img-03 { left: 30px; bottom: -45px; }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .wsmenu > .wsmenu-list > li > a { font-size: 14px; margin: 0 3px; padding: 10px 12px; }

  .header-socials a { font-size: 19px; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 50%; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-70 { width: 80%;left: 15%; }

  /* Text Block Typography */
  .txt-block h4, .txt-block h3, .txt-block h2 { margin-bottom: 20px; }
  .txt-block .btn { margin-top: 10px; }

  /*------------------------------------------*/
  /*   HERO
  /*------------------------------------------*/ 

  #hero-2 { padding-top: 170px; padding-bottom: 435px; }
  #hero-5-content { padding-top: 160px; padding-bottom: 370px; }
  #hero-6 { padding-top: 170px; padding-bottom: 100px; }
  #hero-11 { padding-top: 150px; padding-bottom: 100px; }

  /* Hero Slider */
  .slider, .slider .slides, .slideshow, .slideshow .slides { height: 550px; }
  .slider.mt-80, .slideshow.mt-80 {height: 550px; margin-top: 80px; }
  .slider.mt-80 .slides, .slideshow.mt-80 .slides { margin: 0; height: 550px; }

  /* Hero Text Rotator */  
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 600px; }

  .slideshow .arrows .arrow { padding: 20px; }
  .slideshow .arrows .prev { left: 0; }
  .slideshow .arrows .next { right: 0; }

  /* Hero Text */
  .hero-6-content { margin: 0; padding: 55px; }
  .hero-10-txt { padding-left: 0; }

  /* Hero Headers */
  #hero-1 h2 { font-size: 5rem; line-height: 1.15; margin-bottom: 15px; }
  #hero-2 h2 { font-size: 3.5rem; line-height: 1.15; margin-bottom: 15px; }
  #hero-3 h2 { font-size: 5.5rem; margin-bottom: 10px; }
  #hero-4 h2 { font-size: 7rem; line-height: 1; margin-bottom: 15px; }
  #hero-5 h3 { font-size: 3rem; margin-bottom: 20px; }
  #hero-7 h2 { font-size: 4.25rem; margin-bottom: 15px; }
  #hero-8 h3 { font-size: 3.5rem; padding: 0 3%; margin-bottom: 15px; }
  #hero-9 h2 { font-size: 8rem; letter-spacing: 3px; margin-bottom: 30px; }
  #hero-10 h2 { font-size: 3.5rem; line-height: 1.18; margin-bottom: 15px; }
  #hero-11 h2 { font-size: 6.5rem; line-height: 1.15; margin-bottom: 15px; }
  #hero-12 h2 { font-size: 8rem; letter-spacing: 3px; margin-bottom: 30px; }

  /* Hero Paragraphs */
  #hero-1 .caption-txt p { font-size: 1.15rem; margin-bottom: 30px; }
  .hero-2-txt p { font-size: 1.15rem; padding: 0 10%; }
  #hero-3 .caption-txt p, #hero-7 .caption-txt p { font-size: 1.15rem; padding: 0 15%; margin-bottom: 30px; }
  #hero-4 .caption p { font-size: 1.15rem; padding: 0 20%; margin-bottom: 30px; }
  .hero-6-txt p { font-size: 1.15rem; margin-bottom: 30px; }
  #hero-8 .caption p { font-size: 1.15rem; padding: 0 14%; margin-bottom: 30px; }
  .hero-10-txt p { font-size: 1.15rem; padding-right: 0; margin-bottom: 30px; }
  .hero-11-txt p { font-size: 1.15rem; padding: 0 15%; margin-bottom: 30px; }
  #hero-12 .caption-txt p {font-size: 1.15rem; padding: 0 18%; margin-bottom: 35px; }

  .hero-form { padding: 45px 25px 40px; margin: 0 0 0 10px; }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  .abox-1-wrapper { padding: 0; margin-top: 70px; }

  .abox-2 { padding: 0 5px; }
  #a4-1.abox-2 { padding: 0 15px; }
  .about-5-banner { width: 32%; padding: 35px 30px; }
  #about-7 .txt-block { padding: 0 30px; }

  .abox-2 h5, .abox-2 h4 { margin-bottom: 10px; }
  .about-5-banner h4 { margin-bottom: 15px; } 
  .abox-2 .btn { margin-top: 10px; }

  #about-6 .txt-block { padding: 0 20px; }

  #about-7 .txt-block h4 { font-size: 1.56rem; margin-bottom: 10px; }
  #about-7 .txt-block .btn { margin-top: 3px; }

  .abox-4-txt { width: 74%; left: 13%; }
  .abox-4 span { font-size: 3.5rem; margin-top: 10px; }

  /* Services */
  #services-3, #services-11, #services-13, #services-15, #services-18 { padding-bottom: 80px; }
  #services-8 { padding-top: 70px; padding-bottom: 30px; }

  .sbox-3-wrapper .col-lg-4, .sbox-9-wrapper .col-lg-4, .sbox-10-wrapper .col-lg-4, .sbox-12-wrapper .col-lg-4, 
  #services-11 .col-md-6, #services-13 .col-md-6 ,#services-15 .col-md-6, .sbox-18-wrapper .col-lg-4 { padding-left: 10px; padding-right: 10px; }

  .sbox-4-wrapper .col-lg-3, #services-14 .col-lg-4 { padding-left: 8px; padding-right: 8px; }
  
  .sbox-3 { padding: 40px 20px; margin-bottom: 20px; }
  .sbox-4 { padding: 40px 20px; }
  .sbox-7 { padding: 50px 15px; }
  .sbox-11, .sbox-13 { margin-bottom: 20px; }
  .sbox-13-txt { padding: 50px 35% 50px 30px; }
  .sbox-14 { padding: 30px 25px; }
  .sbox-15 { margin-bottom: 20px; }
  .sbox-17 { padding: 60px 30px; }
  #s17-2.sbox-17 { padding: 90px 30px; }
  .sbox-18 { margin-bottom: 20px; }

  .sbox-5-wrapper { padding: 55px 35px 15px; }
  .sbox-5-wrapper .col-md-6 { padding-left: 5px; padding-right: 5px; }
  #services-5 .img-block { margin-top: 25px; margin-right: -80px; }
  #services-5 .img-block img { max-width: 130%; }
  #services-6 .inner-block { padding: 80px 60px; }
  .sbox-9-img-meta { padding: 80px 20px 30px; }
  .sbox-10-txt { padding: 35px 15px 40px; }
  .sbox-12-txt { padding: 20px 0 0; }
  
  .sbox-1 h5, .sbox-2 h5 { margin-top: 30px; }
  .sbox-4 h5, .sbox-5 h5 { margin-top: 25px; }
  .sbox-10 h5 { margin-bottom: 10px; }
  .sbox-10 h4 { margin-bottom: 12px; }
  .sbox-14 p { font-size: 1.2rem; margin-bottom: 20px; }
  .sbox-15-txt p {  padding: 0 18%; }

  .sbox-3-img { width: 160px; height: 160px; }
  .sbox-8-img { width: 120px; height: 120px; }

  /* Gallery */
  .masonry-filter button { font-size: 1.1rem; margin: 0 15px; }

  .item-overlay::before, .item-overlay::after { top: 20px; right: 20px; bottom: 20px; left: 20px; }
  .carousel-image .item-overlay::before, .carousel-image .item-overlay::after { top: 10px; right: 10px; bottom: 10px; left: 10px; }

  #gallery-2 .col-lg-4 { padding-left: 10px; padding-right: 10px; } 
  .gallery-item { margin-bottom: 20px; } 

  #gallery-3 .col-md-6.mb-30 { padding-left: 10px; padding-right: 10px; margin-bottom: 20px; }
  .carousel-image { padding: 0 10px; }
  #gallery-3 .col-md-12 { padding-left: 0; padding-right: 0; }

  /* Video */
  #video-1 { padding-top: 200px; padding-bottom: 200px; }
  #video-2-content {padding-top: 100px; padding-bottom: 300px; } 
  .video-2-link { margin-top: -270px; } 

  /* Team */
  .tm-wrapper .col-lg-3 { padding-left: 10px; padding-right: 10px; } 

  /* Pricing */
  .pricing-2-table { padding: 40px 20px 20px; }
  .pricing-3-txt { padding: 30px 20px 50px; }

  .pricing-plan.mb-20 { margin-bottom: 15px; }
  .price.mb-20 { margin-bottom: 10px; }

  .pricing-2-banner { padding: 35px 30px; }

  /* Reviews */
  .testimonial-avatar img { width: 110px; height: 110px; }
  #reviews-1 .testimonial-avatar img { width: 95px; height: 95px; }

  .review-1-txt p { font-size: 1.125rem; padding: 0 8%; }

  /* Banner */
  #banner-4 { padding-top: 100px; padding-bottom: 100px; }

  .banner-2-txt {padding-left: 15px; padding-right: 15px; }
  .banner-3-txt { padding-right: 0; }

  .banner-1-txt h2 { font-size: 4.5rem; }
  .banner-2-txt h2, .banner-3-txt h2 { font-size: 3.5rem; }
  .banner-4-txt h3 { font-size: 2.75rem; }
  .banner-6-txt h2 { font-size: 7.35rem; }
  .banner-6-txt h3 {font-size: 2.25em;}

  .banner-1-txt p { padding: 0 8%; }
  .banner-4-txt p { font-size: 1.125rem; padding: 0 10%; }
  .banner-5-txt p { padding: 0; }
  .banner-6-txt p { font-size: 1.4rem; }

  /* FAQs */
  .faqs-1-questions .col-lg-6 { padding-left: 10px; padding-right: 10px; }  
  .question p { padding-right: 5%; }

  /* Blog */
  #blog-1 .col-md-6 { padding-left: 10px; padding-right: 10px; }  

  .quote p { font-size: 1.125rem!important; }

  .post-tags-list span a { font-size: 0.95rem;padding: 8px 12px; }
  .post-share-links .share-social-icons a.share-ico i { width: 35px; font-size: 22px; }

  .author-senoff img { width: 110px; height: 110px; }

  .comment-form .form-control { font-size: 17px; }

  /* Contacts */
  #contacts-3 .form-holder { padding-right: 15px; }

  .contacts-info.mt-35 { margin-top: 0; padding-left: 15px; }
  #contacts-2 .contacts-info { padding-left: 15px; }

  /* Google Map */
  .google-map.mb-80 { margin-bottom: 60px; }

  #contacts-3 h4.h4-xs { font-size: 1.56rem; }

  /* Footer */
  #footer-3 .footer-info { padding-right: 0; }
  .latest-news img { width: 80px; height: 80px; margin-top: 7px; }

  .footer-img img.insta-img { width: 64px; height: 64px; margin: 3px; }

  /* Page Hero */
  .page-hero-section p { padding: 0 20%; }

  /* Sidebar */
  #search-field .form-control, #search-field .btn { height: 54px; font-size: 17px; }
  ul.blog-category-list > li a { font-size: 1.05rem; }
  .popular-posts img { width: 90px; height: 90px; }
  .post-summary a { font-size: 1rem; }
  .popular-posts p { font-size: 0.925rem; margin-top: 5px; }

  .badge {margin-bottom: 8px; padding: 8px 12px; margin-right: 3px; }
  .badge a { font-size: 0.95rem; }

  img.insta-img { width: 88px; height: 88px; margin: 4px; }

  #sb-box { padding: 50px 15px; }
  .sidebar-table .table td, .sidebar-table .table th { font-size: 1.05rem; }



}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991.95px) { 

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/

  .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; }
  .pb-100 { padding-bottom: 80px; } 
  .pt-80 { padding-top: 60px; } 
  .pb-80 { padding-bottom: 60px; } 
  .pt-60 { padding-top: 40px; } 
  .pb-60 { padding-bottom: 40px; } 
  .pb-50 { padding-bottom: 30px; } 

  .pl-5, .pl-10, .pl-15, .pl-20, .pl-25, .pl-30, .pl-35, .pl-40, .pl-45 { padding-left: 0; }
  .pr-5, .pr-10, .pr-15, .pr-20, .pr-25, .pr-30, .pr-35, .pr-40, .pr-45 { 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; }
  .pc-04, .pc-05, .pc-06, .pc-07, .pc-08, .pc-09 { padding-right: 0; padding-left: 0; }

  .bg-scroll, .bg-01, .bg-02, .bg-03, .bg-04, .bg-05, .tra-map, .tra-lines, .tra-pattern { background-attachment: scroll!important; }

  /* Header H6 */
  h6.h6-xs { font-size: 1rem; }  
  h6.h6-sm { font-size: 1.05rem; }   
  h6.h6-md { font-size: 1.1rem; } 
  h6.h6-lg { font-size: 1.15rem; } 
  h6.h6-xl { font-size: 1.2rem; }

  /* Header H5 */
  h5.h5-xs { font-size: 1.2rem; }    
  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.6rem; }  
  h4.h4-lg { font-size: 1.7rem; }   
  h4.h4-xl { font-size: 1.8rem; } 

  h3.h3-xs { font-size: 1.9rem; } 
  h3.h3-sm { font-size: 2rem; }   
  h3.h3-md { font-size: 2.1rem; }  
  h3.h3-lg { font-size: 2.2rem; } 
  h3.h3-xl { font-size: 2.3rem; } 

  /* Header H2 */
  h2.h2-xs { font-size: 2.4rem; }  
  h2.h2-sm { font-size: 2.5rem; }  
  h2.h2-md { font-size: 2.6rem; }  
  h2.h2-lg { font-size: 2.7rem; }  
  h2.h2-xl { font-size: 2.8rem; }

  /* Paragraphs */
  p.p-sm { font-size: 0.95rem; }  
  p { font-size: 1rem; }       
  p.p-md { font-size: 1.025rem; }   
  p.p-lg { font-size: 1.08rem; }  
  p.p-xl { font-size: 1.14rem; }  

  /* Button */
  .btn, .btn.btn-md, .btn.btn-lg { font-size: 17px; }

  .btn.btn-sm { font-size: 16px; padding: 12px 24px; }
  .btn.btn-md, .btn.btn-lg { padding: 13px 30px; }
  .btn.btn-tra.btn-md, .btn.btn-tra.btn-lg { padding: 13px 24px; } 

  /* Box Icons */
  .ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 4.375rem; }  
  .ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 4.375rem; }  
  .ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 4.6875rem; }  
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 5rem; } 

  /* Section Title */
  .section-title.mb-60 { margin-bottom: 50px; }
  .section-title p { padding: 0 10%; }

  .tra-header { font-size: 4.35rem; margin-bottom: -35px; }

  /* Content Image */ 
  .content-img.pt-25 { padding-top: 10px; }
  .content-img.pt-40 { padding-top: 30px; }

  .ab-img-01 img, .ab-img-02 img, .ab-img-03 img { width: 70%; height: 70%; }
  .ab-img-01 { left: 30px; top: -60px; }
  .ab-img-02 { right: -60px; bottom: -30px; }
  .ab-img-03 { left: 25px; bottom: -30px; }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .headtoppart { display: none; }

  .wsmobileheader { height: 80px; 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: #222438; }

  .wsanimated-arrow { padding: 14px 28px 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 > .wsmenu-click { height: 64px; }

  .wsmenu > .wsmenu-list > li > a { font-size: 19px; padding: 7px 32px 6px 20px; margin: 0; }
  .tra-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.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.halfmenu .link-list > li > a:hover:before { left: 17px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { padding: 10px 0; }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 100%; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-70 { width: 100%; left: 0; padding: 10px 0; }
  .wsmegamenu.w-70 .col-md-12 { padding-right: 0; padding-left: 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { color: #9099a4; font-size: 18px; padding: 14px 20px; }

  .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.halfmenu ul.link-list > li > a:hover { 
    background-color: transparent; 
    padding: 14px 20px 14px 32px; 
    text-decoration: none; 
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-70 .title p,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .title p { display: block; font-size: 19px; margin: 10px 0 5px 20px; }

  .header-socials { margin-top: 30px; }
  .header-socials a { font-size: 28px; line-height: 90px!important; margin-left: 22px; }

  .wsmenu > .wsmenu-list > li.header-phone > a { font-size: 22px; padding: 7px 32px 6px 20px; margin: 0; }
  .wsmenu > .wsmenu-list > li.header-phone > a span { width: 36px; height: 36px; line-height: 36px; }
  .wsmenu > .wsmenu-list > li.header-phone > a span i { font-size: 18px; }

  .wsmenu > .wsmenu-list > li a.btn { 
    height: 60px; 
    font-size: 19px;
    line-height: 60px; 
    font-weight: 500;
    padding: 0 17px; 
    margin: 0;
    -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: 15px; padding-left: 28px; }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .hero-section { margin-top: 80px; }

  #hero-1, #hero-10 { text-align: center; }
  #hero-2 { padding-top: 80px; padding-bottom: 340px; }
  #hero-5-content { padding-top: 80px; padding-bottom: 360px; }
  #hero-6 { padding-top: 80px; padding-bottom: 80px; }
  #hero-10 { padding-top: 90px; padding-bottom: 50px; }
  #hero-11 { padding-top: 70px; padding-bottom: 90px; }

  /* Hero Slider */
  .slider, .slider .slides, .slideshow, .slideshow .slides { height: 480px; }
  .slider.mt-80, .slideshow.mt-80 { height: 480px; margin-top: 0; }
  .slider.mt-80 .slides, .slideshow.mt-80 .slides { height: 480px; margin: 0; }

  .slideshow .img-fluid { max-width: 100%; height: 480px; }
  .arrows.ico-45 [class*="flaticon-"]:before, .arrows.ico-45 [class*="flaticon-"]:after { font-size: 2.5rem; }

  /* Hero Text Rotator */  
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 480px; }

  .slideshow .arrows .arrow { padding: 10px; }
  .slideshow .arrows .prev { left: 0; }
  .slideshow .arrows .next { right: 0; }

  /* Hero Text */
  #hero-3 .caption-txt { margin-top: -20px; }
  .slideshow .slide .caption { padding-top: 0; }
  .hero-6-content { margin: 0; padding: 55px 60px; }
  #hero-7 .caption-txt { margin-top: -20px; }
  #hero-8 .caption, #hero-9 .caption, #hero-12 .caption-txt { margin-top: 0; }
  .hero-10-txt { padding-left: 0; }

  /* Hero Headers */
  #hero-1 h2 { font-size: 3.35rem; line-height: 1.15; margin-bottom: 15px; }
  #hero-2 h2 { font-size: 3rem; line-height: 1.15; margin-bottom: 15px; }
  #hero-3 h2 { font-size: 4rem; margin-bottom: 10px; }
  #hero-4 h2 { font-size: 5.5rem; line-height: 1; margin-bottom: 15px; }
  #hero-5 h3 { font-size: 2.5rem; padding: 0 5%; margin-bottom: 20px; }
  #hero-7 h2 { font-size: 3.35rem; margin-bottom: 15px; }
  #hero-7 h3 { font-size: 2.5rem; }
  #hero-8 h3 { font-size: 3rem; padding: 0 5%; margin-bottom: 10px; }
  #hero-9 h2 { font-size: 6.25rem; letter-spacing: 3px; margin-bottom: 25px; }
  #hero-10 h2 { font-size: 3rem; line-height: 1.25; margin-bottom: 15px; }
  #hero-11 h2 { font-size: 5rem; line-height: 1.15; margin-bottom: 15px; }
  #hero-12 h2 { font-size: 6.25rem; letter-spacing: 3px; margin-bottom: 25px; }

  /* Hero Paragraphs */
  #hero-1 .caption-txt p { font-size: 1.15rem; padding: 0 10%; margin-bottom: 30px; }
  .hero-2-txt p { font-size: 1.15rem; padding: 0 5%; }
  #hero-3 .caption-txt p, #hero-7 .caption-txt p { font-size: 1.15rem; padding: 0 5%; margin-bottom: 30px; }
  #hero-4 .caption p { font-size: 1.15rem; padding: 0 10%; margin-bottom: 30px; }
  .hero-6-txt p { font-size: 1.15rem; margin-bottom: 30px; }
  #hero-8 .caption p { font-size: 1.15rem; padding: 0 10%; margin-bottom: 25px; }
  .hero-10-txt p { font-size: 1.15rem; padding: 0 10%; margin-bottom: 30px; }
  .hero-11-txt p { font-size: 1.15rem; padding: 0 5%; margin-bottom: 30px; }
  #hero-12 .caption-txt p {font-size: 1.15rem; padding: 0 8%; margin-bottom: 30px; }

  /* Hero Icons */
  .title-before.ico-70 { margin-top: -10px; margin-bottom: 15px; }
  .title-before.ico-70 [class*="flaticon-"]:before, .title-before.ico-70 [class*="flaticon-"]:after { font-size: 4.0625rem; }

  /* Hero Form */
  .hero-form h5 { font-size: 1.85rem; }
  .hero-form { padding: 50px 40px 45px; margin: 0; }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  .abox-1-wrapper { padding: 0; margin-top: 60px; }
  .abox-1-wrapper .col-md-4 { padding: 0 5px; }
  .abox-1 { text-align: center; padding: 0; }
  .abox-1-txt { padding-left: 0; }
  .abox-1 h5 {margin-top: 25px; margin-bottom: 10px; }
  .abox-1 span { float: none; margin-top: 0; }

  #a4-1.abox-2 { padding: 60px 25px; }
  #about-6 .txt-block { padding: 0 50px 0 25px; }
  #about-7 .txt-block { padding: 0 45px; }

  .about-5-banner { width: 45%; padding: 45px 40px; }

  #about-1 .img-block img { width: 200%; left: -100%; position: relative; max-width: none; display: inline-block; }
  #about-2 .img-block img { width: 200%; position: relative; max-width: none; display: inline-block; }
  .about-6-img img { width: 280%; }

  #a7-3, #s8-2 { display: none; }

  .abox-4 { width: 215px; height: 215px; }
  .abox-4-txt { width: 74%; left: 13%; }
  .abox-4-txt h5 { font-size: 1.15rem;  }
  .abox-4 span { font-size: 3rem; margin-top: 10px; }

  #about-9 { padding-top: 0; padding-bottom: 0; }
  #about-9 .bg-inner { padding-top: 80px; padding-bottom: 80px; }
  .about-9-img { margin-top: 0; margin-bottom: 0; }

  /* Services */
  #services-4:after { width: 89%; height: 90%; bottom: 10%; }
  .sbox-4-wrapper .col-lg-3 { padding-left: 15px; padding-right: 15px; }

  #services-5 .col-lg-7 { padding-left: 0; padding-right: 0; }
  .sbox-5-wrapper { padding: 80px 45px 40px; }
  .sbox-5-wrapper .col-md-6 { padding-left: 5px; padding-right: 5px; }
  #services-5 .img-block { display: none; }
  #services-6 .inner-block { padding: 80px 45px 50px; }

  .sbox-10-wrapper .col-lg-3 { padding-left: 15px; padding-right: 15px; }

  .sbox-11-img-meta { padding: 80px 20px 30px; }

  .sbox-2 { padding: 0 5%; }
  .sbox-4 { padding: 40px 20px; margin-bottom: 30px; }
  #sb4-3, #sb4-4 { margin-bottom: 0; }
  .sbox-6 { margin-bottom: 30px; }

  #s7-1, #s7-3 { padding: 70px 15px; margin-left: 15px; }
  #s7-2, #s7-4 { padding: 70px 15px; margin-right: 15px; }
  #s7-1 { border-bottom: 1px solid #e7e6e2; }
  #s7-2 { border-right: none; border-bottom: 1px solid #e7e6e2; }
  .sbox-7 p { font-size: 1.0625rem; }

  .sbox-10-txt { padding: 35px 20px 40px; }
  .sbox-12-txt { padding: 20px 5px 0; }
  .sbox-13-txt { padding: 40px 25% 40px 30px; }
  #s14-3 { margin-bottom: 40px; }

  #services-17 .col-lg-4 { padding-left: 15px; padding-right: 15px; }
  .sbox-17, #s17-2.sbox-17 {padding: 60px 30px;}

  .sbox-1 h5, .sbox-2 h5 { margin-top: 30px; }
  .sbox-4 h5, .sbox-5 h5 { margin-top: 25px; }
  .sbox-10 h5, .sbox-10 h4 { margin-bottom: 12px; }
  .sbox-14 h4 { font-size: 2rem; }

  #services-6 .section-title p { padding: 0; }

  .sbox-14-ico { bottom: 30px; right: 40px; opacity: .4;}
  .sbox-14-ico.ico-85 [class*="flaticon-"]:before, .sbox-14-ico.ico-85 [class*="flaticon-"]:after { font-size: 6.5rem; }

  .sbox-8-img { width: 120px; height: 120px; }

  /* Gallery */
  .masonry-filter button { font-size: 1.1rem; margin: 0 15px; }
  .masonry-wrap .masonry-item { width: 50%; }

  #gallery-2 .col-lg-4 { padding-left: 10px; padding-right: 10px; } 
  .gallery-item { margin-bottom: 20px; } 

  #gallery-3 .col-md-6.mb-30 { padding-left: 10px; padding-right: 10px; margin-bottom: 20px; }
  .carousel-image { padding: 0 10px; }
  #gallery-3 .col-md-12 { padding-left: 0; padding-right: 0; }

  /* Video */
  #video-1 { padding-top: 150px; padding-bottom: 150px; }
  #video-2-content {padding-top: 80px; padding-bottom: 200px; } 
  .video-2-link { margin-top: -180px; } 

  .video-txt { padding: 0 10%; }

  /* Team */
  .tm-meta h6 { font-size: 1.3rem; }
  .tm-meta span { font-size: 1.15rem; }
  .tm-social a { width: 50px; height: 50px; font-size: 1.35rem; line-height: 50px!important; }

  /* Pricing */
  .pricing-list li { margin: 0 0 20px; }
  .pricing-list li:last-child.resp-lst { border-bottom: 1px dashed #5f5842; }

  .pricing-list-txt h5 {margin-bottom: 8px; }
  .pricing-list-amount { right: 0; }

  #pricing-2111 .row.d-flex { display: block!important; }
  .pricing-2-table { padding: 60px 40px 40px; }

  #pb-img { display: none; }

  /* Reviews */
  .review-1-txt p { font-size: 1.125rem; padding: 0 3%; }

  .review-2 { text-align: center; }
  .review-2 .testimonial-avatar { display: block; float: none; margin-bottom: 10px; }
  .review-2-txt { overflow: hidden; padding-left: 0; }
  .review-2-txt .review-author { padding-right: 0; }
  .review-author.text-right { text-align: center!important; }
  .review-2-txt p { padding: 0 3%; }

  /* Banner */
  #banner-3 { background-position: center right; }
  #banner-4 { text-align: center; padding-top: 80px; padding-bottom: 80px; }
  .banner-2-txt { padding-left: 0; padding-right: 0; }
  .banner-3-txt { padding: 0; }

  .banner-1-txt h2 { font-size: 3.5rem; margin-bottom: 15px; }
  .banner-2-txt h2, .banner-3-txt h2 { font-size: 3.5rem; }
  .banner-2-txt h3, .banner-3-txt h3 { margin-bottom: 15px; }
  .banner-4-txt h3 { font-size: 2.5rem; margin-bottom: 15px; }
  .banner-5-txt h2 { font-size: 3.15rem; }
  .banner-5-txt h3 { font-size: 2.25rem; }
  .banner-6-txt h2 { font-size: 6.5rem; }
  .banner-6-txt h3 {font-size: 2em; }

  .banner-1-txt p { padding: 0 10%; margin-bottom: 25px; }
  .banner-2-txt p, .banner-3-txt p { padding: 0; margin-bottom: 25px; }
  .banner-4-txt p { font-size: 1.05rem; padding: 0 10%; margin-top: 15px; margin-bottom: 25px; }
  .banner-5-txt p { padding: 0 16%; margin-bottom: 25px; }
  .banner-6-txt p { font-size: 1.25rem; }

  /* Blog */
  #blog-2 { padding-bottom: 20px; }
  #blog-2 .masonry-wrap .masonry-item { width: 50%; }

  .single-post-txt h5.h5-md { margin-top: 20px; margin-bottom: 20px; }

  .post-inner-img { margin-top: 30px; margin-bottom: 30px; }
  .post-inner-img p { margin-top: 15px; }

  .quote { margin-top: 25px; margin-bottom: 25px; }
  .quote p { font-size: 1.125rem!important; }

  .comment-form .form-control { font-size: 17px; }

  /* Contacts */
  #contacts-3 .form-holder { padding-right: 15px; }
  .contact-form textarea { min-height: 160px; }

  .contacts-info.mt-35 { margin-top: 0; padding-left: 0; }
  #contacts-2 .contacts-info { padding-left: 0; }

  #contacts-3 h4.h4-xs { font-size: 1.56rem; }

  /* Google Map */
  .google-map { padding: 0px 0px 100%; }
  #contacts-3 .google-map { padding: 0px 0px 50%; }
  .google-map.mb-80 { margin-bottom: 60px; }

  /* Footer */
  .footer { padding-top: 80px; padding-bottom: 30px; } 
  .footer-contacts { padding-left: 0; }
  #footer-3 .footer-info { padding-right: 0; }

  .latest-news img { width: 80px; height: 80px; margin-top: 7px; }

  .bottom-footer { margin-top: 10px; }
  .footer-copyright p { margin-bottom: 10px; }

  .bottom-footer-list.text-right { text-align: left!important; }
  .bottom-footer-list li p.first-list-link { margin-left: 0; }

  .footer-img img.insta-img { width: 100px; height: 100px; margin: 5px; }

  /* Page Hero */
  .page-hero-section h2 { margin-bottom: 15px; }
  .page-hero-section p { padding: 0 10%; }

  /* Breadcrumb */
  #breadcrumb { margin-top: 20px; }

  /* Pagination */
  .page-pagination { padding-bottom: 80px; }
  .blog-page-pagination { margin-top: 80px; padding-top: 80px; }

  /* Sidebar */
  #sidebar { margin-top: 60px; } 
  #blog-page #sidebar, #single-post #sidebar { margin-top: 70px; }

  .popular-posts img { width: 110px; height: 110px; }
  .sidebar-table .table td, .sidebar-table .table th { font-size: 1.1rem; }
  #sb-box { padding: 50px 80px; }
  #sidebar #sb-box h5.h5-sm { font-size: 1.5rem; margin-bottom: 15px; }
  #sb-box p { font-size: 1.1rem; }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (max-width: 767px) { 

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/

  .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; }
  .pb-100 { padding-bottom: 80px; } 
  .pt-80 { padding-top: 60px; } 
  .pb-80 { padding-bottom: 60px; } 
  .pt-60 { padding-top: 40px; } 
  .pb-60 { padding-bottom: 40px; } 
  .pb-50 { padding-bottom: 30px; } 

  .pl-5, .pl-10, .pl-15, .pl-20, .pl-25, .pl-30, .pl-35, .pl-40, .pl-45 { padding-left: 0; }
  .pr-5, .pr-10, .pr-15, .pr-20, .pr-25, .pr-30, .pr-35, .pr-40, .pr-45 { 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; }
  .pc-04, .pc-05, .pc-06, .pc-07, .pc-08, .pc-09 { padding-right: 0; padding-left: 0; }

  .bg-scroll, .bg-01, .bg-02, .bg-03, .bg-04, .bg-05, .tra-map, .tra-lines, .tra-pattern { background-attachment: scroll!important; }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .wsmenu > .wsmenu-list { width: 250px; margin-right: -250px; }
  .wsactive .wsmobileheader { margin-right: 250px; }
  .overlapblackbg { width: calc(100% - 250px); }

  .headtoppart { display: none; }

  .wsmobileheader { height: 80px; 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: #222438; }

  .wsanimated-arrow { padding: 14px 28px 14px 0px; margin: 24px 18px 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 > .wsmenu-click { height: 64px; }

  .wsmenu > .wsmenu-list > li > a { font-size: 16px; padding: 7px 32px 6px 20px; margin: 0; }
  .tra-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.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.halfmenu .link-list > li > a:hover:before { left: 17px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { padding: 10px 0; }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 100%; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-70 { width: 100%; left: 0; padding: 10px 0; }
  .wsmegamenu.w-70 .col-md-12 { padding-right: 0; padding-left: 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { color: #9099a4; font-size: 16px; padding: 14px 20px; }

  .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.halfmenu ul.link-list > li > a:hover { 
    background-color: transparent; 
    padding: 14px 20px 14px 32px; 
    text-decoration: none; 
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-70 .title p,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .title p { display: block; font-size: 16px; margin: 10px 0 5px 20px; }

  .header-socials { margin-top: 30px; }
  .header-socials a { font-size: 25px; line-height: 90px!important; margin-left: 22px; }

  .wsmenu > .wsmenu-list > li.header-phone > a { font-size: 19px; padding: 7px 32px 6px 20px; margin: 0; }
  .wsmenu > .wsmenu-list > li.header-phone > a span { width: 32px; height: 32px; line-height: 32px; }
  .wsmenu > .wsmenu-list > li.header-phone > a span i { font-size: 15px; }

  .wsmenu > .wsmenu-list > li a.btn { 
    height: 60px; 
    font-size: 16px;
    line-height: 60px; 
    font-weight: 500;
    padding: 0 17px; 
    margin: 0;
    -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: 15px; }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .hero-section { margin-top: 80px; }
  #hero-1, #hero-10 { text-align: center; }

  /* Hero Icons */
  .title-before.ico-70 { margin-top: -10px; margin-bottom: 15px; }
  .title-before.ico-70 [class*="flaticon-"]:before, .title-before.ico-70 [class*="flaticon-"]:after { font-size: 4.0625rem; }

  /* Hero Form */
  .hero-form { padding: 45px 35px 40px; margin: 0; }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  #about-6 .txt-block { text-align: center; padding: 80px 10%; }
  .about-6-img { display: none; }

  /* Pricing */
  #pb-img { display: none; }

  /* Pagination */
  .page-pagination { padding-bottom: 80px; }
  .blog-page-pagination { margin-top: 80px; padding-top: 80px; }

  /* Sidebar */
  #blog-page #sidebar, #single-post #sidebar { margin-top: 70px; } 




}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 480px) and (max-width: 767.95px) {

  .m-row { display: flex; flex-flow: wrap; }
  .m-top, .m-bottom { width: 100%; }
  .m-bottom { order: 1; }
  .m-top { order: 0; }

  /* Header H6 */
  h6.h6-xs { font-size: 1rem; }  
  h6.h6-sm { font-size: 1.05rem; }   
  h6.h6-md { font-size: 1.1rem; } 
  h6.h6-lg { font-size: 1.15rem; } 
  h6.h6-xl { font-size: 1.2rem; }

  /* Header H5 */
  h5.h5-xs { font-size: 1.2rem; }    
  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.4rem; }   
  h4.h4-sm { font-size: 1.5rem; }     
  h4.h4-md { font-size: 1.65rem; }  
  h4.h4-lg { font-size: 1.7rem; }   
  h4.h4-xl { font-size: 1.8rem; } 

  h3.h3-xs { font-size: 1.9rem; } 
  h3.h3-sm { font-size: 1.95rem; }   
  h3.h3-md { font-size: 2rem; }  
  h3.h3-lg { font-size: 2.05rem; } 
  h3.h3-xl { font-size: 2.1rem; } 

  /* 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.45rem; }  
  h2.h2-xl { font-size: 2.55rem; }

  /* Paragraphs */
  p.p-sm { font-size: 1rem; }     
  p { font-size: 1.0625rem; }      
  p.p-md { font-size: 1.093rem; }  
  p.p-lg { font-size: 1.1rem; }  
  p.p-xl { font-size: 1.15625rem; } 

  /* Button */
  .btn, .btn.btn-md, .btn.btn-lg { font-size: 17px; }

  .btn.btn-sm { font-size: 16px; padding: 12px 24px; }
  .btn.btn-md, .btn.btn-lg { padding: 13px 30px; }
  .btn.btn-tra.btn-md, .btn.btn-tra.btn-lg { padding: 13px 24px; }

  /* Box Icons */
  .ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 4.375rem; }  
  .ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 4.375rem; }  
  .ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 4.6875rem; }  
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 5rem; } 

  /* Section Title */
  .section-title.mb-60 { margin-bottom: 45px; }
  .section-title.mb-50 { margin-bottom: 35px; }

  .section-title p { font-size: 1.0625rem; padding: 0; margin-top: 10px; }

  .tra-header { font-size: 4.15rem; margin-bottom: -35px; }

  /* Text Block Typography */
  .txt-block h4, .txt-block h3, .txt-block h2 { margin-bottom: 20px; }
  .txt-block .btn { margin-top: 10px; }

  /* Content Image */  
  .ab-img-01, .ab-img-02, .ab-img-03 { display: none; }
  .content-img.pt-10, .content-img.pt-15, .content-img.pt-20, .content-img.pt-25, .content-img.pt-30, 
  .content-img.pt-35, .content-img.pt-40, .content-img.pt-45, .content-img.pt-50 { padding-top: 0; }

  /* Text Block Rating */
  .txt-block-rating span { font-size: 1.35rem; }
  .stars-rating i {font-size: 1.15rem;}

  /*------------------------------------------*/
  /*.  HERO  
  /*------------------------------------------*/

  #hero-2 { padding-top: 80px; padding-bottom: 320px; }
  #hero-5-content { padding-top: 80px; padding-bottom: 220px; }
  #hero-6 { padding-top: 80px; padding-bottom: 80px; }
  #hero-10 { padding-top: 90px; padding-bottom: 50px; }
  #hero-11 { padding-top: 70px; padding-bottom: 80px; }

  /* Hero Slider */
  .slider, .slider .slides, .slideshow, .slideshow .slides { height: 460px; }
  .slider.mt-80, .slideshow.mt-80 { height: 460px; margin-top: 0; }
  .slider.mt-80 .slides, .slideshow.mt-80 .slides { height: 460px; margin: 0; }

  .slideshow img.img-fluid { max-width: 180%; height: 460px; }
  .arrows.ico-45 [class*="flaticon-"]:before, .arrows.ico-45 [class*="flaticon-"]:after { font-size: 1.875rem; }

  /* Hero Text Rotator */  
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 460px; }

  .slideshow .arrows .arrow { padding: 5px; }
  .slideshow .arrows .prev { left: 0; }
  .slideshow .arrows .next { right: 0; }

  /* Hero Text */
  #hero-1 .caption-txt { margin-top: 0px; }
  #hero-3 .caption-txt { margin-top: -20px; }
  .slideshow .slide .caption { padding-top: 0; }
  .hero-6-content { margin: 0; padding: 55px 60px; }
  #hero-7 .caption-txt { margin-top: -20px; }
  #hero-8 .caption, #hero-9 .caption, #hero-12 .caption-txt { margin-top: 0; }
  .hero-10-txt { padding-left: 0; }

  /* Hero Headers */
  #hero-1 h2 { font-size: 2.75rem; line-height: 1.25; margin-bottom: 10px; }
  #hero-2 h2 { font-size: 2.5rem; line-height: 1.25; margin-bottom: 15px; }
  #hero-3 h2 { font-size: 3.5rem; margin-bottom: 10px; }
  #hero-4 h2 { font-size: 5rem; line-height: 1; margin-bottom: 15px; }
  #hero-5 h3 { font-size: 2.15rem; margin-bottom: 20px; }
  #hero-7 h2 { font-size: 2.75rem; margin-bottom: 15px; }
  #hero-7 h3 { font-size: 2.25rem; }
  #hero-8 h3 { font-size: 2.5rem; padding: 0; margin-bottom: 10px; }
  #hero-9 h2 { font-size: 5.25rem; letter-spacing: 3px; margin-bottom: 25px; }
  #hero-10 h2 { font-size: 2.5rem; line-height: 1.25; margin-bottom: 15px; }
  #hero-11 h2 { font-size: 4.5rem; line-height: 1.25; margin-bottom: 15px; }
  #hero-12 h2 { font-size: 5.25rem; letter-spacing: 3px; margin-bottom: 20px; }

  /* Hero Paragraphs */
  #hero-1 .caption-txt p { font-size: 1.15rem; padding: 0 5%; margin-bottom: 25px; }
  .hero-2-txt p { font-size: 1.093rem; padding: 0; }
  #hero-3 .caption-txt p { font-size: 1.093rem; padding: 0; margin-bottom: 30px; }
  #hero-4 .caption p { font-size: 1.093rem; padding: 0; margin-bottom: 30px; }
  .hero-6-txt p { font-size: 1.093rem; margin-bottom: 30px; }
  #hero-7 .caption-txt p { font-size: 1.093rem; padding: 0 5%; margin-bottom: 30px; }
  #hero-8 .caption p { font-size: 1.093rem; padding: 0; margin-bottom: 25px; }
  .hero-10-txt p { font-size: 1.093rem; padding: 0; margin-bottom: 30px; }
  .hero-11-txt p { font-size: 1.093rem; padding: 0; margin-bottom: 30px; }
  #hero-12 .caption-txt p { font-size: 1.093rem; padding: 0; margin-bottom: 25px; }

  /* Hero Icons */
  .title-before.ico-70 { margin-top: -10px; margin-bottom: 15px; }
  .title-before.ico-70 [class*="flaticon-"]:before, .title-before.ico-70 [class*="flaticon-"]:after { font-size: 4.0625rem; }

  /* Hero Form */
  .hero-form h5 { font-size: 1.65rem; }

  .hero-5-img .video-preview { margin: -200px 0 0; }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  .abox-1-wrapper { padding: 0 15px; margin-top: 60px; }
  .abox-1-txt { padding-left: 25px; }
  .abox-2, #a4-1.abox-2 { padding: 60px 20px; }

  .abox-2 h5 { font-size: 1.4rem; }

  .about-5-banner { 
    width: 100%; 
    position: relative; 
    padding: 60px 35px; 
    margin:  0 15px; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0; 
    border-radius: 0; 
  }

  .about-5-img, .about-5-img img{ -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }

  #about-7 .txt-block { padding: 60px 30px; }
  #a7-3 { display: none; }

  #about-7 .col-lg-4, #about-8 .col-lg-6 { padding: 0 15px; }

  .abox-4-txt { width: 74%; left: 13%; }

  #about-9 { padding-top: 60px; padding-bottom: 0; }
  #about-9 .bg-inner { padding-bottom: 80px; }
  .about-9-img { margin-top: -60px; margin-bottom: 40px; }

  /* Services */
  #services-4:after { width: 85%; height: 95%; left: 15%; bottom: 5%; }
  #services-4 .col-md-6, #services-5 .col-lg-6  { padding-left: 15px; padding-right: 15px; }
  #services-5 .img-block { display: none; }
  #services-6:after { height: 90%; bottom: 5%; }
  #services-6 .inner-block { padding: 80px 30px 30px; }
  #services-6 .section-title p { padding: 0 5%; }
  .sbox-10-wrapper .col-lg-3 { padding-left: 15px; padding-right: 15px; }

  .sbox-1 { padding: 0 5%; }
  .sbox-2 { padding: 0 8%; }
  .sbox-3 { padding: 50px 45px; }
  .sbox-4 { padding: 50px 45px; margin-bottom: 30px; }
  #sb4-4.sbox-4 { margin-bottom: 0; }
  .sbox-6 { margin-bottom: 40px; }

  #s7-1, #s7-3 { padding: 60px 15px; margin-left: 15px; }
  #s7-2, #s7-4 { padding: 60px 15px; margin-right: 15px; }
  #s7-1 { border-bottom: 1px solid #e7e6e2; }
  #s7-2 { border-right: none; border-bottom: 1px solid #e7e6e2; }
  .sbox-7 p { font-size: 1.05rem; }
  .sbox-10-txt { padding: 35px 60px 40px; }

  .sb-9-txt h5, .sb-11-txt h5 { font-size: 1.45rem; }
  .sbox-9-img-meta p, .sbox-11-img-meta p { font-size: 1.1rem; }
  .sbox-10 h5, .sbox-18 h5 { font-size: 1.35rem; }
  .sbox-14 h4 { font-size: 2.25rem; }
  .sbox-14 p, .sbox-18 p { font-size: 1.2rem; margin-bottom: 20px; }
  .sbox-15-txt h4, .sbox-16 h5 { font-size: 1.85rem; }

  #services-17 .col-lg-4 { padding-left: 15px; padding-right: 15px; }
  .sbox-17, #s17-2.sbox-17 { padding: 60px 70px; }

  .sbox-8-img { width: 140px; height: 140px; }

  #services-14 .col-lg-4 { padding-left: 15px; padding-right: 15px; }
  .sbox-14-ico { bottom: 30px; right: 40px; opacity: .3; }
  .sbox-14-ico.ico-85 [class*="flaticon-"]:before, .sbox-14-ico.ico-85 [class*="flaticon-"]:after { font-size: 6.5rem; }

  /* Gallery */
  .masonry-filter button { margin: 0 15px; padding: 0.75rem 0.1rem; font-size: 1.175rem; }

  .masonry-wrap .masonry-item { width: 100%; padding: 0; }
  .image-data h5 { font-size: 1.5rem; }
  .image-data p { font-size: 1.25rem; }

  /* Video */
  #video-1 { padding-top: 140px; padding-bottom: 140px; }
  #video-2-content {padding-top: 80px; padding-bottom: 140px; } 
  .video-2-link { margin-top: -130px; } 
  .video-txt p { padding: 0 5%; }

  /* Team */
  .tm-meta h6 { font-size: 1.25rem; }
  .tm-meta span { font-size: 1.15rem; }
  .tm-social a { width: 50px; height: 50px; font-size: 1.35rem; line-height: 50px!important; }

  /* Pricing */
  .pricing-list li { margin: 0 0 20px; }
  .pricing-list li:last-child.resp-lst { border-bottom: 1px dashed #5f5842; }

  .pricing-list-txt h5 {margin-bottom: 8px; }
  .pricing-list-amount { right: 0; }

  .pricing-plan.mb-20 { margin-bottom: 15px; }
  .price.mb-20 { margin-bottom: 10px; }

  .pricing-2-banner { padding: 55px 40px; margin-bottom: 40px; }
  .pricing-2-banner h5 { font-size: 1.5rem; }
  .pricing-2-table { padding: 55px 40px 15px; }
  .pricing-2-table h6 { font-size: 1.25rem; }
  #pricing-2 .col-lg-4 { padding-left: 15px; padding-right: 15px; }

  /* Reviews */
  .review-1-txt p { font-size: 1.175rem; padding: 0; }
  .review-2-txt p.review-txt { margin-top: 0; }

  /* Statistic */
  .statistic-block p { font-size: 1.15rem; }

  /* Banner */
  #banner-2 { background-position: center left; }
  #banner-3 { background-position: center right; }
  #banner-4 { text-align: center; padding-top: 80px; padding-bottom: 80px; }

  .banner-2-txt { text-align: center; padding-left: 0; padding-right: 0; }
  .banner-3-txt { text-align: center; padding: 0; }

  .banner-1-txt h2 { font-size: 3.75rem; margin-bottom: 10px; }
  .banner-2-txt h2, .banner-3-txt h2 { font-size: 3.75rem; }
  .banner-2-txt h3, .banner-3-txt h3 { margin-bottom: 10px; }
  .banner-4-txt h3 { font-size: 2.25rem; margin-bottom: 10px; }
  .banner-5-txt h2 { font-size: 3.15rem; }
  .banner-5-txt h3 { font-size: 2.25rem; }
  .banner-6-txt h2 { font-size: 5.9rem; }
  .banner-6-txt h3 {font-size: 1.85em; }

  .banner-1-txt p { padding: 0 10%; margin-bottom: 20px; }
  .banner-2-txt p { padding: 0; margin-bottom: 20px; }
  .banner-3-txt p { padding: 0 5%; margin-bottom: 20px; }
  .banner-4-txt p { font-size: 1.1rem; padding: 0 3%; margin-top: 15px; margin-bottom: 20px; }
  .banner-5-txt p { padding: 0 2%; }
  .banner-6-txt p { font-size: 1.15rem; }

  /* Blog */
  #blog-2 { padding-bottom: 20px; }
  #blog-2 .masonry-wrap .masonry-item { width: 100%;  padding: 0; }

  .single-post-txt h5.h5-md { margin-top: 20px; margin-bottom: 20px; }

  .post-inner-img { margin-top: 30px; margin-bottom: 30px; }
  .blog-post-img.top-img { margin-bottom: 30px; }
  .post-inner-img p { margin-top: 15px; }

  .quote { margin-top: 25px; margin-bottom: 25px; }
  .quote p { font-size: 1.125rem!important; }

  .post-share-list.text-right { text-align: left!important; margin-top: 35px; }
  .post-share-links .share-social-icons a.share-ico i { width: 50px; font-size: 28px; }

  .other-posts h6 { font-size: 1.25rem; }

  .comment-form .form-control { font-size: 17px; }

  /* Contacts */
  #contacts-3 .form-holder { padding-right: 0; }

  .contacts-info.mt-35 { margin-top: 0; padding: 0; }
  #contacts-2 .contacts-info { padding: 0; }
  .google-map.mb-80 { margin-bottom: 40px; }

  /* Google Map */
  .google-map, #contacts-3 .google-map { padding: 0px 0px 72%; }

  /* Footer */
  .footer { padding-top: 80px; padding-bottom: 30px; } 
  .footer-contacts { padding-left: 0; }
  #footer-3 .footer-info { padding-right: 0; }

  .footer h6 { font-size: 1.25rem; }

  .footer-img img.insta-img { width: 100px; height: 100px; margin: 5px; }

  .bottom-footer { margin-top: 10px; }
  .footer-copyright p { margin-bottom: 10px; }

  .latest-news img { width: 85px; height: 85px; }
  .post-summary a { font-size: 1.0625rem; }
  .latest-news p { font-size: 1rem; }

  .footer-form .form-control { height: 60px; font-size: 1.125rem; }  
  .footer-form .btn { height: 60px; font-size: 1.75rem; padding: 0 15px; }

  .bottom-footer-list.text-right { text-align: left!important; }
  .bottom-footer-list li p.first-list-link { margin-left: 0; }

  /* Page Hero */
  .page-hero-section h2 { margin-bottom: 15px; }
  .page-hero-section p { padding: 0 5%; }

  /* Breadcrumb */
  #breadcrumb { margin-top: 20px; }

  /* Sidebar */
  #sidebar { margin-top: 40px; } 
  #blog-page #sidebar, #single-post #sidebar { margin-top: 70px; }

  .popular-posts img { width: 110px; height: 110px; }
  #sidebar #sb-box h5.h5-sm { font-size: 1.5rem; margin-bottom: 15px; }



}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 414px) and (max-width: 479.95px) {

  #stlChanger { display: none; }

  .m-row { display: flex; flex-flow: wrap; }
  .m-top, .m-bottom { width: 100%; }
  .m-bottom { order: 1; }
  .m-top { order: 0; }

  /* Header H6 */
  h6.h6-xs { font-size: 1rem; }  
  h6.h6-sm { font-size: 1.05rem; }   
  h6.h6-md { font-size: 1.1rem; } 
  h6.h6-lg { font-size: 1.15rem; } 
  h6.h6-xl { font-size: 1.2rem; }

  /* Header H5 */
  h5.h5-xs { font-size: 1.2rem; }    
  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.45rem; }   
  h4.h4-sm { font-size: 1.5rem; }     
  h4.h4-md { font-size: 1.55rem; }  
  h4.h4-lg { font-size: 1.6rem; }   
  h4.h4-xl { font-size: 1.7rem; } 

  h3.h3-xs { font-size: 1.75rem; } 
  h3.h3-sm { font-size: 1.8rem; }   
  h3.h3-md { font-size: 1.9rem; }  
  h3.h3-lg { font-size: 2rem; } 
  h3.h3-xl { font-size: 2.1rem; } 

  /* Header H2 */
  h2.h2-xs { font-size: 2.1rem; }  
  h2.h2-sm { font-size: 2.2rem; }  
  h2.h2-md { font-size: 2.3rem; }  
  h2.h2-lg { font-size: 2.4rem; }  
  h2.h2-xl { font-size: 2.5rem; }

  /* Paragraphs */
  p.p-sm { font-size: 1rem; }     
  p { font-size: 1.0625rem; }          
  p.p-md { font-size: 1.1rem; }      
  p.p-lg { font-size: 1.1rem; }  
  p.p-xl { font-size: 1.1rem; } 

  /* Button */
  .btn, .btn.btn-md, .btn.btn-lg { font-size: 17px; }

  .btn.btn-sm { font-size: 16px; padding: 12px 24px; }
  .btn.btn-md, .btn.btn-lg { padding: 13px 30px; } 
  .btn.btn-tra.btn-md, .btn.btn-tra.btn-lg { padding: 13px 24px; }

  /* Video Button */
  .video-block { width: 80px;height: 80px; }
  .video-btn { width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; line-height: 86px!important; }
  .video-btn i { font-size: 2.55rem; line-height: 80px!important; margin-left: 7px; }

  /* Box Icons */
  .ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 4.375rem; }  
  .ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 4.375rem; }  
  .ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 4.6875rem; }  
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 5rem; } 

  /* Section Title */
  .section-title.mb-60 { margin-bottom: 45px; }
  .section-title.mb-50 { margin-bottom: 35px; }

  .section-title p { font-size: 1.0625rem; padding: 0 3%; margin-top: 10px; }

  .tra-header { font-size: 2.25rem; margin-bottom: -20px; }
  .section-id { font-size: 1.85rem; }

  /* Text Block Typography */
  .txt-block h4, .txt-block h3, .txt-block h2 { margin-bottom: 20px; }
  .txt-block .btn { margin-top: 10px; }

  /* Text Block Rating */
  .txt-block-rating span { font-size: 1.35rem; }
  .stars-rating i { font-size: 1.15rem; }

  /* Content Image */  
  .ab-img-01, .ab-img-02, .ab-img-03 { display: none; }

  .content-img.pt-10, .content-img.pt-15, .content-img.pt-20, .content-img.pt-25, .content-img.pt-30, 
  .content-img.pt-35, .content-img.pt-40, .content-img.pt-45, .content-img.pt-50 { padding-top: 0; }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  #hero-2 { padding-top: 80px; padding-bottom: 350px; }
  #hero-5-content { padding-top: 80px; padding-bottom: 130px; }
  #hero-6 { padding-top: 80px; padding-bottom: 80px; }
  #hero-10 { padding-top: 90px; padding-bottom: 50px; }
  #hero-11 { padding-top: 70px; padding-bottom: 90px; }

  /* Hero Slider */
  .slider, .slider .slides, .slideshow, .slideshow .slides { height: 500px; }
  .slider.mt-80, .slideshow.mt-80 { height: 500px; margin-top: 0; }
  .slider.mt-80 .slides, .slideshow.mt-80 .slides { height: 500px; margin: 0; }
  #hero-4 .slideshow, #hero-9 .slideshow, #hero-4 .slideshow .slides, #hero-9 .slideshow .slides { height: 460px; }

  .slideshow img.img-fluid { max-width: 180%; height: 500px; }
  #hero-4 .slideshow img.img-fluid, #hero-9 .slideshow img.img-fluid { max-width: 180%; height: 460px; }

  .slideshow .arrows .arrow { margin: 0; padding: 20px; top: 85%; }
  .slideshow .arrows .prev { left: 35%; }
  .slideshow .arrows .next { right: 35%; }
  .arrows.ico-45 [class*="flaticon-"]:before, .arrows.ico-45 [class*="flaticon-"]:after { font-size: 1.35rem; }

  /* Hero Text Rotator */  
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 460px; }

  /* Hero Text */
  #hero-1 .caption-txt { margin-top: -15px; }
  #hero-3 .caption-txt { margin-top: -20px; }
  .slideshow .slide .caption { padding-top: 0; }
  #hero-4 .caption, #hero-8 .caption { margin-top: -30px; }
  .hero-6-content { margin: 0; padding: 50px 30px; }
  #hero-7 .caption-txt { margin-top: -20px; }
  #hero-9 .caption, #hero-12 .caption-txt { margin-top: 0; }
  .hero-10-txt { padding-left: 0; }

  /* Hero Headers */
  #hero-1 h2 { font-size: 3rem; line-height: 1.25; padding: 0 10%; margin-bottom: 10px; }
  #hero-2 h2 { font-size: 2.35rem; line-height: 1.25; margin-bottom: 10px; }
  #hero-3 h2 { font-size: 3rem; margin-bottom: 10px; }
  #hero-4 h2 { font-size: 3.5rem; line-height: 1; margin-bottom: 15px; }
  #hero-5 h3 { font-size: 2rem; margin-bottom: 20px; }
  #hero-7 h2 { font-size: 3rem; padding: 0 10%; margin-bottom: 10px; }
  #hero-7 h3 { font-size: 1.85rem; }
  #hero-8 h3 { font-size: 2.1rem; padding: 0; margin-bottom: 10px; }
  #hero-9 h2 { font-size: 3.65rem; letter-spacing: 3px; margin-bottom: 20px; }
  #hero-10 h2 { font-size: 2.35rem; line-height: 1.3; padding: 0 2%; margin-bottom: 10px; }
  #hero-11 h2 { font-size: 3rem; line-height: 1.25; margin-bottom: 10px; }
  #hero-12 h2 { font-size: 3.75rem; letter-spacing: 3px; margin-bottom: 20px; }

  /* Hero Paragraphs */
  #hero-1 .caption-txt p { font-size: 1.093rem; padding: 0 6%; margin-bottom: 25px; }
  .hero-2-txt p { font-size: 1.093rem; padding: 0 5%; }
  #hero-3 .caption-txt p { font-size: 1.093rem; padding: 0 5%; margin-bottom: 25px; }
  #hero-4 .caption p { font-size: 1.093rem; padding: 0 6%; margin-bottom: 25px; }
  .hero-6-txt p { font-size: 1.093rem; margin-bottom: 30px; }
  #hero-7 .caption-txt p { font-size: 1.093rem; padding: 0 5%; margin-bottom: 25px; }
  #hero-8 .caption p { font-size: 1.093rem; padding: 0 3%; margin-bottom: 25px; }
  #hero-9 .caption p { font-size: 1.25rem; padding: 0; margin-bottom: 25px; }
  .hero-10-txt p { font-size: 1.093rem; padding: 0 3%; margin-bottom: 25px; }
  .hero-11-txt p { font-size: 1.093rem; padding: 0 3%; margin-bottom: 25px; }
  #hero-12 .caption-txt p { font-size: 1.093rem; padding: 0 2%; margin-bottom: 25px; }

  /* Hero Icons */
  .title-before.ico-70 { margin-top: -10px; margin-bottom: 15px; }
  .title-before.ico-70 [class*="flaticon-"]:before, .title-before.ico-70 [class*="flaticon-"]:after { font-size: 3.75rem; }

  /* Hero Form */
  .hero-form h5 { font-size: 1.5rem; }
  .hero-form { padding: 50px 25px 45px; margin: 0; }
  .hero-form .form-control, .hero-form .custom-select, .hero-form .btn { height: 50px; }

  .hero-5-img .video-preview { margin: -120px 0 0; }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  .abox-1-wrapper { padding: 0 15px; margin-top: 60px; }
  .abox-1 { text-align: center; padding: 0 5%; }
  .abox-1-txt { padding-left: 0; }
  .abox-1 h5 {margin-top: 25px; margin-bottom: 10px; }
  .abox-1 span { float: none; margin-top: 0; }

  .abox-2, #a4-1.abox-2 { padding: 60px 0; }
  .abox-2 h5 { font-size: 1.4rem; }

  .abox-3-wrapper .col-lg-3 { width: 50%; float: left; }
  .abox-3 { margin-bottom: 40px; }

  .about-5-banner { 
    width: 100%; 
    position: relative; 
    padding: 60px 35px; 
    margin:  0 15px; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0; 
    border-radius: 0; 
  }

  .about-5-img, .about-5-img img { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }

  #about-7 .txt-block { padding: 60px 15px 80px; }
  #a7-3 { display: none; }

  #about-7 .col-lg-4, #about-8 .col-lg-6 { padding: 0 15px; }

  .abox-4 { width: 250px; height: 250px; }
  .abox-4-txt { width: 74%; left: 13%; }

  #about-9 { padding-top: 60px; padding-bottom: 0; }
  #about-9 .bg-inner { padding-bottom: 80px; }
  .about-9-img { margin-top: -60px; margin-bottom: 40px; }

  /* Services */
  #services-4:after { width: 89%; height: 95%; bottom: 5%; }
  .sbox-5-wrapper { padding: 65px 20px 25px; }
  #services-5 .col-lg-6 {padding-left: 15px; padding-right: 15px; }
  #services-5 .img-block { display: none; }
  #services-6:after { height: 90%; bottom: 5%; }
  #services-6 .inner-block { padding: 80px 30px 30px; }
  #services-4 .col-md-6 { padding-left: 15px; padding-right: 15px; }
  #services-6 .section-title p { padding: 0; }
  .sbox-9-img-meta, .sbox-11-img-meta { padding: 80px 20px 30px; }
  .sbox-10-txt { padding: 30px 20px; }
  .sbox-13 { background-position: left center; }
  .sbox-13-txt { padding: 50px 25% 50px 30px; }
  .sbox-10-wrapper .col-lg-3 { padding-left: 15px; padding-right: 15px; }

  .sbox-1 { padding: 0 8%; }
  .sbox-2 { padding: 0 8%; }
  .sbox-3 { padding: 50px 40px; }
  .sbox-4 { padding: 50px 30px; margin-bottom: 30px; }
  #sb4-4.sbox-4 { margin-bottom: 0; }
  .sbox-6 { margin-bottom: 40px; }
  
  #services-7 .col-lg-3 { padding-left: 15px; padding-right: 15px; }
  #s7-1, #s7-2, #s7-3 { border-right: none; border-bottom: 1px solid #e7e6e2; }
  .sbox-7 p { font-size: 1.05rem; }
  .sbox-10-txt { padding: 35px 60px 40px; }

  #s14-3 { margin-bottom: 30px; }
  .sbox-10-txt { padding: 35px 30px 40px; }

  #services-17 .col-lg-4 { padding-left: 15px; padding-right: 15px; }
  .sbox-17, #s17-2.sbox-17 { padding: 60px 50px; }

  .sbox-1 h5 { margin-top: 20px; }
  .sbox-2 h5 { margin-top: 30px; }
  .sbox-6 h6 { font-size: 1.3rem; margin-top: 15px; }
  .sbox-9-price span, .sbox-11-price span { font-size: 2.35rem; }
  .sbox-10-txt h5, .sbox-18-txt h5 { font-size: 1.35rem; }
  .sbox-14 h4 { font-size: 2.25rem; }
  .sbox-14 p { font-size: 1.2rem; margin-bottom: 20px; }
  .sbox-15-txt h4, .sbox-16 h5 { font-size: 1.75rem; }
  .sbox-18 p { font-size: 1.2rem; }

  .sbox-6-ico.ico-80 [class*="flaticon-"]:before, .sbox-6-ico.ico-80 [class*="flaticon-"]:after { font-size: 5.625rem; }
  .sbox-8-ico.ico-85 [class*="flaticon-"]:before, .sbox-8-ico.ico-85 [class*="flaticon-"]:after { font-size: 5.9375rem; }

  #services-14 .col-lg-4 { padding-left: 15px; padding-right: 15px; }

  /* Gallery */
  .masonry-filter button { margin: 0 8px; padding: 0.75rem 0.1rem; font-size: 1.125rem; }

  .masonry-wrap .masonry-item { width: 100%; padding: 0; }

  /* Video */
  #video-1 { padding-top: 120px; padding-bottom: 120px; }
  #video-2-content {padding-top: 80px; padding-bottom: 100px; } 
  .video-2-link { margin-top: -90px; } 

  /* Team */
  .tm-meta h6 { font-size: 1.3rem; }
  .tm-meta span { font-size: 1.25rem; }
  .tm-social a { width: 50px; height: 50px; font-size: 1.35rem; line-height: 50px!important; }

  /* Pricing */
  .pricing-list li { margin: 0 0 20px; }
  .pricing-list li:last-child.resp-lst { border-bottom: 1px dashed #5f5842; }

  .pricing-list-txt h5 {margin-bottom: 8px; }
  .pricing-list-amount { right: 0; }

  .pricing-2-banner { padding: 55px 30px; margin-bottom: 40px; }
  .pricing-2-banner h5 { font-size: 1.6rem; }
  .pricing-2-table { padding: 55px 30px 15px; }
  .pricing-2-table h6 { font-size: 1.3rem; }
  #pricing-2 .col-lg-4 { padding-left: 15px; padding-right: 15px; }

  /* Reviews */
  .review-2 { text-align: center; }
  .review-2 .testimonial-avatar { display: block; float: none; margin-bottom: 10px; }
  .review-2-txt { overflow: hidden; padding-left: 0; }
  .review-2-txt .review-author { padding-right: 0; }
  .review-author.text-right { text-align: center!important; }

  .testimonial-avatar img { width: 100px; height: 100px; }
  .review-1-txt p { font-size: 1.125rem; padding: 0 8%; }
  .review-2-txt p { padding: 0 5%; }

  /* Statistic */
  .statistic-block p { font-size: 1.15rem; }

  /* Banner */
  #banner-3 { background-position: center right; }
  #banner-4 { text-align: center; padding-top: 80px; padding-bottom: 80px; }
  #banner-6 { padding-top: 60px; padding-bottom: 60px; }

  .banner-2-txt { text-align: center; padding-left: 0; padding-right: 0; }
  .banner-3-txt { text-align: center; padding: 0; }

  .banner-1-txt h2 { font-size: 3.35rem; margin-bottom: 10px; }
  .banner-2-txt h2, .banner-3-txt h2 { font-size: 3.35rem; }
  .banner-2-txt h3, .banner-3-txt h3 { margin-bottom: 10px; }
  .banner-4-txt h3 { font-size: 2.25rem; margin-bottom: 10px; }
  .banner-5-txt h2 { font-size: 2.85rem; }
  .banner-5-txt h3 { font-size: 2rem; }
  .banner-6-txt h2 { font-size: 4.65rem; }
  .banner-6-txt h3 {font-size: 1.45em; }

  .banner-1-txt p, .banner-2-txt p, .banner-3-txt p, .banner-5-txt p { padding: 0 3%; margin-bottom: 20px; }
  .banner-4-txt p { font-size: 1.1rem; padding: 0 3%; margin-top: 15px; margin-bottom: 20px; }
  .banner-6-txt p { font-size: 1.15rem; }

  /* Blog */
  #blog-2 { padding-bottom: 20px; }
  #blog-2 .masonry-wrap .masonry-item { width: 100%;  padding: 0; }

  .single-post-txt h5.h5-md { margin-top: 20px; margin-bottom: 20px; }

  .post-inner-img { margin-top: 30px; margin-bottom: 30px; }
  .blog-post-img.top-img { margin-bottom: 30px; }
  .post-inner-img p { margin-top: 15px; }

  .quote { margin-top: 25px; margin-bottom: 25px; }
  .quote p { font-size: 1.125rem!important; }

  .post-share-list.text-right { text-align: left!important; margin-top: 35px; }
  .post-share-links .share-social-icons a.share-ico i { width: 45px; font-size: 26px; }

  .author-senoff.d-flex { display: block!important; }
  .author-senoff { text-align: center; padding: 30px 20px; margin-top: 70px;margin-bottom: 60px; }
  .author-senoff img { width: 90px; height: 90px; float: none; margin-bottom: 15px; }
  .author-senoff-txt { padding-left: 0; }
  .author-senoff-txt h5 { margin-bottom: 10px; }

  .other-posts h6 { font-size: 1.2rem; }

  .comment-form .form-control { font-size: 17px; }

  /* Contacts */
  #contacts-3 .form-holder { padding-right: 0; }

  .contacts-info.mt-35 { margin-top: 0; padding: 0; }
  #contacts-2 .contacts-info { padding: 0; }
  .google-map.mb-80 { margin-bottom: 40px; }

  /* Google Map */
  .google-map, #contacts-3 .google-map { padding: 0px 0px 85%; }

  /* Footer */
  .footer { padding-top: 80px; padding-bottom: 30px; } 
  .footer-contacts { padding-left: 0; }
  #footer-3 .footer-info { padding-right: 0; }

  .footer-img img.insta-img { width: 115px; height: 115px; margin: 5px; }

  .bottom-footer { margin-top: 10px; }
  .footer-copyright p { margin-bottom: 10px; }

  .bottom-footer-list.text-right { text-align: left!important; }
  .bottom-footer-list li i { display: none; }

  .bottom-footer-list li p { margin-left: 6px; }
  .bottom-footer-list li p.first-list-link { margin-left: 4px; }

  .bottom-footer-list p:after { padding-left: 7px; }

  /* Page Hero */
  .page-hero-section { padding-top: 60px; padding-bottom: 60px; }
  .page-hero-section h2 { margin-bottom: 15px; }
  .page-hero-section p { padding: 0 5%; }

  /* Breadcrumb */
  #breadcrumb { margin-top: 20px; }

  /* Sidebar */
  #sidebar { margin-top: 40px; } 
  #blog-page #sidebar, #single-post #sidebar { margin-top: 70px; }

  .popular-posts img { width: 115px; height: 115px; }

  img.insta-img { width: 115px; height: 115px; margin: 5px; }

  #sb-box { padding: 50px 40px; }
  #sidebar #sb-box h5.h5-sm { font-size: 1.5rem; margin-bottom: 15px; }




}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 321px) and (max-width: 413.95px) {

  #stlChanger { display: none; }

  .m-row { display: flex; flex-flow: wrap; }
  .m-top, .m-bottom { width: 100%; }
  .m-bottom { order: 1; }
  .m-top { order: 0; }

  /* Header H6 */
  h6.h6-xs { font-size: 1.1rem; }  
  h6.h6-sm { font-size: 1.15rem; }   
  h6.h6-md { font-size: 1.2rem; } 
  h6.h6-lg { font-size: 1.2rem; } 
  h6.h6-xl { font-size: 1.2rem; }

  /* Header H5 */
  h5.h5-xs { font-size: 1.3rem; }    
  h5.h5-sm { font-size: 1.3rem; }  
  h5.h5-md { font-size: 1.3rem; }    
  h5.h5-lg { font-size: 1.4rem; }   
  h5.h5-xl { font-size: 1.45rem; } 

  /* Header H4 */
  h4.h4-xs { font-size: 1.45rem; }   
  h4.h4-sm { font-size: 1.5rem; }     
  h4.h4-md { font-size: 1.55rem; }  
  h4.h4-lg { font-size: 1.6rem; }   
  h4.h4-xl { font-size: 1.65rem; } 

  h3.h3-xs { font-size: 1.7rem; } 
  h3.h3-sm { font-size: 1.75rem; }   
  h3.h3-md { font-size: 1.8rem; }  
  h3.h3-lg { font-size: 1.85rem; } 
  h3.h3-xl { font-size: 1.9rem; } 

  /* Header H2 */
  h2.h2-xs { font-size: 1.9rem; }  
  h2.h2-sm { font-size: 2rem; }  
  h2.h2-md { font-size: 2.1rem; }  
  h2.h2-lg { font-size: 2.2rem; }  
  h2.h2-xl { font-size: 2.3rem; }

  /* Paragraphs */
  p.p-sm { font-size: 1rem; }     
  p { font-size: 1.0625rem; }          
  p.p-md { font-size: 1.1rem; }      
  p.p-lg { font-size: 1.1rem; }  
  p.p-xl { font-size: 1.1rem; }  

  /* Button */
  .btn, .btn.btn-md, .btn.btn-lg { font-size: 17px; }

  .btn.btn-sm { font-size: 16px; padding: 12px 24px; }
  .btn.btn-md, .btn.btn-lg { padding: 13px 30px; } 
  .btn.btn-tra.btn-md, .btn.btn-tra.btn-lg { padding: 13px 24px; }

  /* Video Button */
  .video-block { width: 80px;height: 80px; }
  .video-btn { width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; line-height: 86px!important; }
  .video-btn i { font-size: 2.55rem; line-height: 80px!important; margin-left: 7px; }

  /* Box Icons */
  .ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 4.375rem; }  
  .ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 4.375rem; }  
  .ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 4.6875rem; }  
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 5rem; } 

  /* Section Title */
  .section-title.mb-60 { margin-bottom: 45px; }
  .section-title.mb-50 { margin-bottom: 35px; }

  .section-title p { font-size: 1.0625rem; padding: 0 6%; margin-top: 10px; }

  .tra-header { font-size: 2.25rem; margin-bottom: -20px; }
  .section-id { font-size: 1.9rem; }

  /* Text Block Typography */
  .txt-block h4, .txt-block h3, .txt-block h2 { margin-bottom: 20px; }
  .txt-block .btn { margin-top: 10px; }

  /* Content Image */  
  .ab-img-01, .ab-img-02, .ab-img-03 { display: none; }
  .content-img.pt-10, .content-img.pt-15, .content-img.pt-20, .content-img.pt-25, .content-img.pt-30, 
  .content-img.pt-35, .content-img.pt-40, .content-img.pt-45, .content-img.pt-50 { padding-top: 0; }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  #hero-2 { padding-top: 80px; padding-bottom: 350px; }
  #hero-5-content { padding-top: 80px; padding-bottom: 130px; }
  #hero-6 { padding-top: 80px; padding-bottom: 80px; }
  #hero-10 { padding-top: 90px; padding-bottom: 50px; }
  #hero-11 { padding-top: 70px; padding-bottom: 90px; }

  /* Hero Slider */
  .slider, .slider .slides, .slideshow, .slideshow .slides { height: 500px; }
  .slider.mt-80, .slideshow.mt-80 { height: 500px; margin-top: 0; }
  .slider.mt-80 .slides, .slideshow.mt-80 .slides { height: 500px; margin: 0; }
  #hero-4 .slideshow, #hero-9 .slideshow, #hero-4 .slideshow .slides, #hero-9 .slideshow .slides { height: 460px; }

  .slideshow img.img-fluid { max-width: 180%; height: 500px; }
  #hero-4 .slideshow img.img-fluid, #hero-9 .slideshow img.img-fluid { max-width: 180%; height: 460px; }

  .slideshow .arrows .arrow { margin: 0; padding: 20px; top: 85%; }
  .slideshow .arrows .prev { left: 35%; }
  .slideshow .arrows .next { right: 35%; }
  .arrows.ico-45 [class*="flaticon-"]:before, .arrows.ico-45 [class*="flaticon-"]:after { font-size: 1.35rem; }

  /* Hero Text Rotator */  
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 460px; }

  /* Hero Text */
  #hero-1 .caption-txt { margin-top: -15px; }
  #hero-3 .caption-txt { margin-top: -20px; }
  .slideshow .slide .caption { padding-top: 0; }
  #hero-4 .caption, #hero-8 .caption { margin-top: -30px; }
  .hero-6-content { margin: 0; padding: 50px 20px; }
  #hero-7 .caption-txt { margin-top: -20px; }
  #hero-9 .caption, #hero-12 .caption-txt { margin-top: 0; }
  .hero-10-txt { padding-left: 0; }

  /* Hero Headers */
  #hero-1 h2 { font-size: 2.85rem; line-height: 1.25; padding: 0 5%; margin-bottom: 10px; }
  #hero-2 h2 { font-size: 2.1rem; line-height: 1.25; margin-bottom: 10px; }
  #hero-3 h2 { font-size: 3rem; margin-bottom: 10px; }
  #hero-4 h2 { font-size: 3.25rem; line-height: 1; margin-bottom: 15px; }
  #hero-5 h3 { font-size: 1.85rem; margin-bottom: 20px; }
  #hero-7 h2 { font-size: 2.75rem; padding: 0 8%; margin-bottom: 10px; }
  #hero-7 h3 { font-size: 1.85rem; }
  #hero-8 h3 { font-size: 2.1rem; padding: 0; margin-bottom: 10px; }
  #hero-9 h2 { font-size: 3.25rem; letter-spacing: 3px; margin-bottom: 20px; }
  #hero-10 h2 { font-size: 2.1rem; line-height: 1.3; padding: 0 2%; margin-bottom: 10px; }
  #hero-11 h2 { font-size: 2.75rem; line-height: 1.25; margin-bottom: 10px; }
  #hero-12 h2 { font-size: 3.5rem; letter-spacing: 3px; margin-bottom: 20px; }

  /* Hero Paragraphs */
  #hero-1 .caption-txt p { font-size: 1.093rem; padding: 0 3%; margin-bottom: 25px; }
  .hero-2-txt p { font-size: 1.093rem; padding: 0; }
  #hero-3 .caption-txt p { font-size: 1.093rem; padding: 0; margin-bottom: 25px; }
  #hero-4 .caption p { font-size: 1.093rem; padding: 0 6%; margin-bottom: 25px; }
  .hero-6-txt p { font-size: 1.093rem; margin-bottom: 30px; }
  #hero-7 .caption-txt p { font-size: 1.093rem; padding: 0 5%; margin-bottom: 25px; }
  #hero-8 .caption p { font-size: 1.093rem; padding: 0; margin-bottom: 25px; }
  #hero-9 .caption p { font-size: 1.15rem; padding: 0; margin-bottom: 25px; }
  .hero-10-txt p { font-size: 1.093rem; padding: 0; margin-bottom: 25px; }
  .hero-11-txt p { font-size: 1.093rem; padding: 0 3%; margin-bottom: 25px; }
  #hero-12 .caption-txt p { font-size: 1.093rem; padding: 0; margin-bottom: 25px; }

  /* Hero Icons */
  .title-before.ico-70 { margin-top: -10px; margin-bottom: 15px; }
  .title-before.ico-70 [class*="flaticon-"]:before, .title-before.ico-70 [class*="flaticon-"]:after { font-size: 3.75rem; }

  /* Hero Form */
  .hero-form h5 { font-size: 1.5rem; }
  .hero-form { padding: 45px 20px 40px; margin: 0; }
  .hero-form .form-control, .hero-form .custom-select, .hero-form .btn { height: 50px; }

  .hero-5-img .video-preview { margin: -120px 0 0; }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  .abox-1-wrapper { padding: 0 15px; margin-top: 60px; }
  .abox-1 { text-align: center; padding: 0; }
  .abox-1-txt { padding-left: 0; }
  .abox-1 h5 {margin-top: 25px; margin-bottom: 10px; }
  .abox-1 span { float: none; margin-top: 0; }

  .abox-2, #a4-1.abox-2 { padding: 60px 0; }
  .abox-2 h5 { font-size: 1.4rem; }

  .abox-3-wrapper .col-lg-3 { width: 50%; float: left; }
  .abox-3 { margin-bottom: 40px; }

  .about-5-banner { 
    width: 100%; 
    position: relative; 
    padding: 60px 25px; 
    margin:  0 15px; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0; 
    border-radius: 0; 
  }

  .about-5-img, .about-5-img img { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }

  #about-6 .txt-block { padding: 80px 5%; }
  #about-7 .txt-block { padding: 60px 15px 80px; }
  #a7-3 { display: none; }

  #about-7 .col-lg-4, #about-8 .col-lg-6 { padding: 0 15px; }

  .abox-4 { width: 250px; height: 250px; }
  .abox-4-txt { width: 74%; left: 13%; }

  #about-9 { padding-top: 60px; padding-bottom: 0; }
  #about-9 .bg-inner { padding-bottom: 80px; }
  .about-9-img { margin-top: -60px; margin-bottom: 40px; }

  /* Services */
  #services-4:after { width: 89%; height: 95%; bottom: 5%; }
  .sbox-5-wrapper { padding: 65px 30px 25px; }
  #services-5 .col-lg-6 {padding-left: 15px; padding-right: 15px; }
  #services-5 .img-block { display: none; }
  #services-6:after { height: 90%; bottom: 5%; }
  #services-6 .inner-block { padding: 80px 30px 30px; }
  #services-4 .col-md-6 { padding-left: 15px; padding-right: 15px; }
  #services-6 .section-title p { padding: 0; }
  .sbox-9-img-meta, .sbox-11-img-meta { padding: 80px 20px 30px; }
  .sbox-10-txt { padding: 35px 40px 40px; }
  .sbox-13 { background-position: left center; }
  .sbox-13-txt { padding: 50px 15% 50px 30px; }
  .sbox-10-wrapper .col-lg-3 { padding-left: 15px; padding-right: 15px; }
  #services-14 .col-lg-4 { padding-left: 15px; padding-right: 15px; }

  #services-17 .col-lg-4 { padding-left: 15px; padding-right: 15px; }
  .sbox-17, #s17-2.sbox-17 { padding: 60px 30px; }

  .sbox-2 { padding: 0 5%; }
  .sbox-3 { padding: 50px 20px; }
  .sbox-4 { padding: 50px 40px; margin-bottom: 30px; }
  #sb4-4.sbox-4 { margin-bottom: 0; }
  .sbox-6 { margin-bottom: 40px; }
  
  #services-7 .col-lg-3 { padding-left: 15px; padding-right: 15px; }
  #s7-1, #s7-2, #s7-3 { border-right: none; border-bottom: 1px solid #e7e6e2; }
  .sbox-7 p { font-size: 1.05rem; }
  .sbox-10-txt { padding: 35px 60px 40px; }

  #s14-3 { margin-bottom: 30px; }

  .sbox-1 h5 { margin-top: 20px; }
  .sbox-2 h5 { margin-top: 30px; }
  .sbox-6 h6 { font-size: 1.3rem; margin-top: 15px; }
  .sbox-9-price span, .sbox-11-price span { font-size: 2.35rem; }
  .sbox-10-txt h5, .sbox-18-txt h5 { font-size: 1.3rem; }
  .sbox-14 h4 { font-size: 2rem; }
  .sbox-14 p { font-size: 1.125rem; margin-bottom: 20px; }
  .sbox-15-txt h4 { font-size: 1.5rem; margin-bottom: 5px; }
  .sbox-15-txt p { padding: 0 15%; margin-bottom: 15px; }
  .sbox-16 h5 { font-size: 1.5rem; }
  .sbox-18 p { font-size: 1.125rem; }

  .sbox-6-ico.ico-80 [class*="flaticon-"]:before, .sbox-6-ico.ico-80 [class*="flaticon-"]:after { font-size: 5.625rem; }
  .sbox-8-ico.ico-85 [class*="flaticon-"]:before, .sbox-8-ico.ico-85 [class*="flaticon-"]:after { font-size: 5.9375rem; }

  /* Gallery */
  .masonry-filter button { margin: 0 8px; padding: 0.75rem 0.1rem; font-size: 1.125rem; }

  .masonry-wrap .masonry-item { width: 100%; padding: 0; }

  /* Video */
  #video-1 { padding-top: 120px; padding-bottom: 120px; }
  #video-2-content {padding-top: 80px; padding-bottom: 100px; } 
  .video-2-link { margin-top: -90px; } 

  /* Team */
  .tm-meta h6 { font-size: 1.3rem; }
  .tm-meta span { font-size: 1.25rem; }
  .tm-social a { width: 50px; height: 50px; font-size: 1.35rem; line-height: 50px!important; }

  /* Pricing */
  .pricing-list li { margin: 0 0 20px; }
  .pricing-list li:last-child.resp-lst { border-bottom: 1px dashed #5f5842; }

  .pricing-list-txt h5 {margin-bottom: 8px; }
  .pricing-list-amount { right: 0; }

  .pricing-2-banner { padding: 55px 30px; margin-bottom: 40px; }
  .pricing-2-banner h5 { font-size: 1.5rem; }
  .pricing-2-table { padding: 55px 30px 15px; }
  .pricing-2-table h6 { font-size: 1.2rem; }
  #pricing-2 .col-lg-4 { padding-left: 15px; padding-right: 15px; }

  /* Reviews */
  .review-2 { text-align: center; }
  .review-2 .testimonial-avatar { display: block; float: none; margin-bottom: 10px; }
  .review-2-txt { overflow: hidden; padding-left: 0; }
  .review-2-txt .review-author { padding-right: 0; }
  .review-author.text-right { text-align: center!important; }

  .testimonial-avatar img { width: 100px; height: 100px; }
  .review-1-txt p { font-size: 1.125rem; padding: 0 5%; }

  /* Statistic */
  .statistic-block p { font-size: 1.15rem; }

  /* Banner */
  #banner-3 { background-position: center right; }
  #banner-4 { text-align: center; padding-top: 80px; padding-bottom: 80px; }
  #banner-6 { padding-top: 60px; padding-bottom: 60px; }

  .banner-2-txt { text-align: center; padding-left: 0; padding-right: 0; }
  .banner-3-txt { text-align: center; padding: 0; }

  .banner-1-txt h2 { font-size: 3.5rem; margin-bottom: 10px; }
  .banner-2-txt h2, .banner-3-txt h2 { font-size: 3.5rem; }
  .banner-2-txt h3, .banner-3-txt h3 { margin-bottom: 10px; }
  .banner-4-txt h3 { font-size: 2.25rem; margin-bottom: 10px; }
  .banner-5-txt h2 { font-size: 2.6rem; }
  .banner-5-txt h3 { font-size: 1.75rem; }
  .banner-6-txt h2 { font-size: 4rem; }
  .banner-6-txt h3 {font-size: 1.25em; }

  .banner-1-txt p, .banner-2-txt p, .banner-3-txt p, .banner-5-txt p { padding: 0 3%; margin-bottom: 20px; }
  .banner-4-txt p { font-size: 1.1rem; padding: 0 3%; margin-top: 15px; margin-bottom: 20px; }
  .banner-6-txt p { font-size: 1.05rem; }

  /* Blog */
  #blog-2 { padding-bottom: 20px; }
  #blog-2 .masonry-wrap .masonry-item { width: 100%;  padding: 0; }

  .single-post-txt h5.h5-md { margin-top: 20px; margin-bottom: 20px; }

  .post-inner-img { margin-top: 30px; margin-bottom: 30px; }
  .blog-post-img.top-img { margin-bottom: 30px; }
  .post-inner-img p { margin-top: 15px; }

  .quote { margin-top: 25px; margin-bottom: 25px; }
  .quote p { font-size: 1.125rem!important; }

  .post-tags-list span a { font-size: 0.975rem; display: inline-block; padding: 8px 12px; margin-right: 3px; margin-bottom: 8px; }
  .post-share-list.text-right { text-align: left!important; margin-top: 25px; }
  .post-share-links .share-social-icons a.share-ico i { width: 45px; font-size: 26px; }

  .author-senoff.d-flex { display: block!important; }
  .author-senoff { text-align: center; padding: 50px 5px; margin-top: 70px;margin-bottom: 60px; }
  .author-senoff img { width: 90px; height: 90px; float: none; margin-bottom: 15px; }
  .author-senoff-txt { padding-left: 0; }
  .author-senoff-txt h5 { margin-bottom: 10px; }

  .other-posts h6 { font-size: 1.2rem; }

  .comment-form .form-control { font-size: 17px; }

  /* Contacts */
  #contacts-3 .form-holder { padding-right: 0; }

  .contacts-info.mt-35 { margin-top: 0; padding: 0; }
  #contacts-2 .contacts-info { padding: 0; }
  .google-map.mb-80 { margin-bottom: 40px; }

  /* Google Map */
  .google-map, #contacts-3 .google-map { padding: 0px 0px 85%; }

  /* Footer */
  .footer { padding-top: 80px; padding-bottom: 30px; } 
  .footer-contacts { padding-left: 0; }
  #footer-3 .footer-info { padding-right: 0; }

  .footer-img img.insta-img { width: 100px; height: 100px; margin: 4px; }

  .bottom-footer { margin-top: 10px; }
  .footer-copyright p { margin-bottom: 10px; }

  .bottom-footer-list.text-right { text-align: left!important; }
  .bottom-footer-list li i { display: none; }

  .bottom-footer-list li p { margin-left: 6px; }
  .bottom-footer-list li p.first-list-link { margin-left: 4px; }

  .bottom-footer-list p:after { padding-left: 7px; }

  /* Page Hero */
  .page-hero-section { padding-top: 60px; padding-bottom: 60px; }
  .page-hero-section h2 { margin-bottom: 15px; }
  .page-hero-section p { padding: 0; }

  /* Breadcrumb */
  #breadcrumb { margin-top: 20px; }

  /* Sidebar */
  #sidebar { margin-top: 40px; } 
  #blog-page #sidebar, #single-post #sidebar { margin-top: 70px; }

  .popular-posts img { width: 115px; height: 115px; }

  img.insta-img { width: 100px; height: 100px; margin: 4px; }

  #sb-box { padding: 50px 20px; }
  #sidebar #sb-box h5.h5-sm { font-size: 1.5rem; margin-bottom: 15px; }




}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (max-width: 320.95px) { 

  #stlChanger { display: none; }

  .m-row { display: flex; flex-flow: wrap; }
  .m-top, .m-bottom { width: 100%; }
  .m-bottom { order: 1; }
  .m-top { order: 0; }

  /* Header H6 */
  h6.h6-xs { font-size: 1rem; }  
  h6.h6-sm { font-size: 1.1rem; }   
  h6.h6-md { font-size: 1.1rem; } 
  h6.h6-lg { font-size: 1.15rem; } 
  h6.h6-xl { font-size: 1.2rem; }

  /* Header H5 */
  h5.h5-xs { font-size: 1.2rem; }    
  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.3rem; } 

  /* 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.5rem; } 

  h3.h3-xs { font-size: 1.5rem; } 
  h3.h3-sm { font-size: 1.55rem; }   
  h3.h3-md { font-size: 1.6rem; }  
  h3.h3-lg { font-size: 1.65rem; } 
  h3.h3-xl { font-size: 1.7rem; } 

  /* Header H2 */
  h2.h2-xs { font-size: 1.7rem; }  
  h2.h2-sm { font-size: 1.8rem; }  
  h2.h2-md { font-size: 1.9rem; }  
  h2.h2-lg { font-size: 2rem; }  
  h2.h2-xl { font-size: 2.1rem; }

  /* Paragraphs */
  p.p-sm { font-size: 1rem; }     
  p { font-size: 1rem; }          
  p.p-md { font-size: 1.05rem; }      
  p.p-lg { font-size: 1.05rem; }  
  p.p-xl { font-size: 1.1rem; }  

  /* Button */
  .btn, .btn.btn-md, .btn.btn-lg { font-size: 16px; }

  .btn.btn-sm { font-size: 16px; padding: 12px 24px; }
  .btn.btn-md, .btn.btn-lg { padding: 13px 30px; } 
  .btn.btn-tra.btn-md, .btn.btn-tra.btn-lg { padding: 13px 24px; }

  /* Video Button */
  .video-block { width: 80px;height: 80px; }
  .video-btn { width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; line-height: 86px!important; }
  .video-btn i { font-size: 2.55rem; line-height: 80px!important; margin-left: 7px; }

  /* Box Icons */
  .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: 3.75rem; }     /* 60px */
  .ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 3.75rem; }     /* 60px */
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.0625rem; }   /* 65px */
  .ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 4.375rem; }    /* 70px */
  .ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 4.6875rem; }   /* 75px */
  .ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 5rem; }        /* 80px */
  .ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5.3125rem; }   /* 85px */
  .ico-100 [class*="flaticon-"]:before, .ico-100 [class*="flaticon-"]:after { font-size: 5.625rem; }  /* 90px */

  /* Section Title */
  .section-title.mb-60 { margin-bottom: 45px; }
  .section-title.mb-50 { margin-bottom: 35px; }

  .section-title p { font-size: 1.05rem; padding: 0; margin-top: 10px; }

  .tra-header { font-size: 2.05rem; margin-bottom: -20px; }
  .section-id { font-size: 1.65rem; }

  /* Text Block Typography */
  .txt-block h4, .txt-block h3, .txt-block h2 { margin-bottom: 20px; }
  .txt-block .btn { margin-top: 10px; }

  /* Text Block Rating */
  .txt-block-rating span { font-size: 1.35rem; }
  .stars-rating i { font-size: 1.15rem; }

  /* Content Image */  
  .ab-img-01, .ab-img-02, .ab-img-03 { display: none; }
  .content-img.pt-10, .content-img.pt-15, .content-img.pt-20, .content-img.pt-25, .content-img.pt-30, 
  .content-img.pt-35, .content-img.pt-40, .content-img.pt-45, .content-img.pt-50 { padding-top: 0; }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  #hero-2 { padding-top: 80px; padding-bottom: 350px; }
  #hero-5-content { padding-top: 80px; padding-bottom: 130px; }
  #hero-6 { padding-top: 80px; padding-bottom: 80px; }
  #hero-10 { padding-top: 90px; padding-bottom: 50px; }
  #hero-11 { padding-top: 70px; padding-bottom: 90px; }

  /* Hero Slider */
  .slider, .slider .slides, .slideshow, .slideshow .slides { height: 500px; }
  .slider.mt-80, .slideshow.mt-80 { height: 500px; margin-top: 0; }
  .slider.mt-80 .slides, .slideshow.mt-80 .slides { height: 500px; margin: 0; }
  #hero-4 .slideshow, #hero-9 .slideshow, #hero-4 .slideshow .slides, #hero-9 .slideshow .slides { height: 460px; }

  .slideshow img.img-fluid { max-width: 180%; height: 500px; }
  #hero-4 .slideshow img.img-fluid, #hero-9 .slideshow img.img-fluid { max-width: 180%; height: 460px; }

  .slideshow .arrows .arrow { margin: 0; padding: 20px; top: 85%; }
  .slideshow .arrows .prev { left: 35%; }
  .slideshow .arrows .next { right: 35%; }
  .arrows.ico-45 [class*="flaticon-"]:before, .arrows.ico-45 [class*="flaticon-"]:after { font-size: 1.35rem; }

  /* Hero Text Rotator */  
  .hero-txt-rotator, .hero-txt-rotator .slides { height: 460px; }

  /* Hero Text */
  #hero-1 .caption-txt { margin-top: -15px; }
  #hero-3 .caption-txt { margin-top: -20px; }
  .slideshow .slide .caption { padding-top: 0; }
  #hero-4 .caption, #hero-8 .caption { margin-top: -30px; }
  .hero-6-content { margin: 0; padding: 50px 30px; }
  #hero-7 .caption-txt { margin-top: -20px; }
  #hero-9 .caption, #hero-12 .caption-txt { margin-top: 0; }
  .hero-10-txt { padding-left: 0; }

  /* Hero Headers */
  #hero-1 h2 { font-size: 2.65rem; line-height: 1.25; padding: 0 5%; margin-bottom: 10px; }
  #hero-2 h2 { font-size: 2rem; line-height: 1.25; margin-bottom: 10px; }
  #hero-3 h2 { font-size: 2.85rem; margin-bottom: 10px; }
  #hero-4 h2 { font-size: 3rem; line-height: 1; margin-bottom: 15px; }
  #hero-5 h3 { font-size: 1.65rem; margin-bottom: 20px; }
  #hero-7 h2 { font-size: 2.5rem; padding: 0 6%; margin-bottom: 10px; }
  #hero-7 h3 { font-size: 1.65rem; }
  #hero-8 h3 { font-size: 1.85rem; padding: 0; margin-bottom: 10px; }
  #hero-9 h2 { font-size: 3.25rem; letter-spacing: 3px; margin-bottom: 20px; }
  #hero-10 h2 { font-size: 2rem; line-height: 1.3; padding: 0; margin-bottom: 10px; }
  #hero-11 h2 { font-size: 2.5rem; line-height: 1.25; margin-bottom: 10px; }
  #hero-12 h2 { font-size: 3.25rem; letter-spacing: 3px; margin-bottom: 20px; }

  /* Hero Paragraphs */
  .hero-2-txt p { font-size: 1.1rem; padding: 0; }
  #hero-1 .caption-txt p, #hero-3 .caption-txt p, #hero-4 .caption p, #hero-7 .caption-txt p, 
  #hero-8 .caption p, .hero-11-txt p, #hero-12 .caption-txt p { font-size: 1.1rem; padding: 0; margin-bottom: 25px; }
  .hero-6-txt p { font-size: 1.1rem; margin-bottom: 30px; }
  #hero-9 .caption p { font-size: 1.15rem; padding: 0; margin-bottom: 25px; }
  .hero-10-txt p { font-size: 1.1rem; padding: 0 3%; margin-bottom: 25px; }

  /* Hero Icons */
  .title-before.ico-70 { margin-top: -10px; margin-bottom: 15px; }
  .title-before.ico-70 [class*="flaticon-"]:before, .title-before.ico-70 [class*="flaticon-"]:after { font-size: 3.75rem; }

  /* Hero Form */
  .hero-form h5 { font-size: 1.35rem; margin-bottom: 25px; }
  .hero-form { padding: 40px 15px 35px; margin: 0; }
  .hero-form .form-control, .hero-form .custom-select, .hero-form .btn { height: 50px; }

  .hero-5-img .video-preview { margin: -120px 0 0; }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  .abox-1-wrapper { padding: 0 15px; margin-top: 60px; }
  .abox-1 { text-align: center; padding: 0; }
  .abox-1-txt { padding-left: 0; }
  .abox-1 h5 { margin-top: 20px; margin-bottom: 10px; }
  .abox-1 span { float: none; margin-top: 0; }

  .abox-2, #a4-1.abox-2 { padding: 60px 0; }
  .abox-2 h5 { font-size: 1.3rem; margin-bottom: 10px; }

  .abox-3-wrapper .col-lg-3 { width: 50%; float: left; }
  .abox-3 { margin-bottom: 40px; }

  .about-5-banner { 
    width: 100%; 
    position: relative; 
    padding: 60px 20px; 
    margin:  0 15px; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0; 
    border-radius: 0; 
  }

  .about-5-img, .about-5-img img { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }

  #about-6 .txt-block { padding: 80px 0; }
  #about-7 .txt-block { padding: 60px 15px 80px; }
  #a7-3 { display: none; }

  #about-7 .col-lg-4, #about-8 .col-lg-6 { padding: 0 15px; }

  .abox-4 { width: 250px; height: 250px; }
  .abox-4-txt { width: 74%; left: 13%; }

  #about-9 { padding-top: 60px; padding-bottom: 0; }
  #about-9 .bg-inner { padding-bottom: 80px; }
  .about-9-img { margin-top: -60px; margin-bottom: 40px; }

  /* Services */
  #services-4:after { width: 89%; height: 95%; bottom: 5%; }
  .sbox-5-wrapper { padding: 65px 30px 25px; }
  #services-5 .col-lg-6 {padding-left: 15px; padding-right: 15px; }
  #services-5 .img-block { display: none; }
  #services-6:after { height: 90%; bottom: 5%; }
  #services-6 .inner-block { padding: 80px 30px 30px; }
  #services-4 .col-md-6 { padding-left: 15px; padding-right: 15px; }
  #services-6 .section-title p { padding: 0; }
  .sbox-9-img-meta, .sbox-11-img-meta { padding: 80px 20px 30px; }
  .sbox-10-txt { padding: 35px 40px 40px; }
  .sbox-13 { background-position: left center; }
  .sbox-13-txt { padding: 50px 10% 50px 20px; }
  .sbox-10-wrapper .col-lg-3 { padding-left: 15px; padding-right: 15px; }
  #services-14 .col-lg-4 { padding-left: 15px; padding-right: 15px; }

  .sbox-2 { padding: 0 5%; }
  .sbox-3 { padding: 50px 15px; }
  .sbox-4 { padding: 50px 15px; margin-bottom: 30px; }
  #sb4-4.sbox-4 { margin-bottom: 0; }
  .sbox-6 { margin-bottom: 40px; }
  #services-7 .col-lg-3 { padding-left: 15px; padding-right: 15px; }
  #s7-1, #s7-2, #s7-3 { border-right: none; border-bottom: 1px solid #e7e6e2; }
  .sbox-7 p { font-size: 1.05rem; }
  .sbox-10-txt { padding: 35px 60px 40px; }
  #s14-3 { margin-bottom: 30px; }
  #services-17 .col-lg-4 { padding-left: 15px; padding-right: 15px; }
  .sbox-17, #s17-2.sbox-17 { padding: 60px 20px; }

  .sbox-1 h5 { margin-top: 20px; }
  .sbox-2 h5 { margin-top: 30px; }
  .sbox-6 h6 { font-size: 1.25rem; margin-top: 15px; }
  .sbox-9-img-meta p, .sbox-11-img-meta p { font-size: 0.9rem; }
  .sbox-9-price span, .sbox-11-price span { font-size: 2.25rem; }
  .sbox-10-txt h5, .sbox-18-txt h5 { font-size: 1.45rem; }
  .sbox-14 h4 { font-size: 2rem; }
  .sbox-14 p { font-size: 1.125rem; margin-bottom: 20px; }
  .sbox-15-txt h4 { font-size: 1.3rem; margin-bottom: 5px; }
  .sbox-15-txt p { padding: 0 15%; margin-bottom: 15px; }
  .sbox-16 h5 { font-size: 1.35rem; }
  .sbox-18 p { font-size: 1.175rem; }

  .sbox-6-ico.ico-80 [class*="flaticon-"]:before, .sbox-6-ico.ico-80 [class*="flaticon-"]:after { font-size: 4.6875rem; }
  .sbox-8-ico.ico-85 [class*="flaticon-"]:before, .sbox-8-ico.ico-85 [class*="flaticon-"]:after { font-size: 5rem; }

  .sbox-8-img { width: 130px; height: 130px; }

  /* Gallery */
  .masonry-filter button { margin: 0 5px; padding: 0.75rem 0.1rem; font-size: 1.1rem; }
  .masonry-wrap .masonry-item { width: 100%; padding: 0; }

  /* Video */
  #video-1 { padding-top: 100px; padding-bottom: 100px; }
  #video-2-content {padding-top: 80px; padding-bottom: 80px; } 
  .video-2-link { margin-top: -80px; } 

  /* Team */
  .tm-meta h6 { font-size: 1.25rem; }
  .tm-meta span { font-size: 1.15rem; }
  .tm-social a { width: 46px; height: 46px; font-size: 1.2rem; line-height: 46px!important; }

  /* Pricing */
  .pricing-list li { margin: 0 0 20px; }
  .pricing-list li:last-child.resp-lst { border-bottom: 1px dashed #5f5842; }

  .pricing-list-txt h5 {margin-bottom: 8px; }
  .pricing-list-amount { right: 0; }

  .pricing-plan.mb-20 { margin-bottom: 15px; }
  .price.mb-20 { margin-bottom: 10px; }

  .pricing-2-banner { padding: 45px 20px; margin-bottom: 40px; }
  .pricing-2-banner h5 { font-size: 1.5rem; }
  .pricing-2-table { padding: 45px 20px 5px; }
  .pricing-2-table h6 { font-size: 1.125rem; }
  #pricing-2 .col-lg-4 { padding-left: 15px; padding-right: 15px; }

  /* Reviews */
  .review-2 { text-align: center; }
  .review-2 .testimonial-avatar { display: block; float: none; margin-bottom: 10px; }
  .review-2-txt { overflow: hidden; padding-left: 0; }
  .review-2-txt .review-author { padding-right: 0; }
  .review-author.text-right { text-align: center!important; }

  .testimonial-avatar img { width: 100px; height: 100px; }
  .review-1-txt p { font-size: 1.1rem; padding: 0; }
  .review-2-txt p { padding: 0 3%; }

  /* Statistic */
  .statistic-block p { font-size: 1.15rem; }

  /* Banner */
  #banner-3 { background-position: center right; }
  #banner-4 { text-align: center; padding-top: 80px; padding-bottom: 80px; }
  #banner-6 { padding-top: 60px; padding-bottom: 60px; }

  .banner-2-txt { text-align: center; padding-left: 0; padding-right: 0; }
  .banner-3-txt { text-align: center; padding: 0; }

  .banner-1-txt h2 { font-size: 3.15rem; margin-bottom: 10px; }
  .banner-2-txt h2, .banner-3-txt h2 { font-size: 3.15rem; }
  .banner-2-txt h3, .banner-3-txt h3 { margin-bottom: 10px; }
  .banner-4-txt h3 { font-size: 2rem; margin-bottom: 10px; }
  .banner-5-txt h2 { font-size: 2.45rem; }
  .banner-5-txt h3 { font-size: 1.5rem; }
  .banner-6-txt h2 { font-size: 3.75rem; }
  .banner-6-txt h3 {font-size: 1.25em; }

  .banner-1-txt p, .banner-2-txt p, .banner-3-txt p, .banner-5-txt p { padding: 0; margin-bottom: 20px; }
  .banner-4-txt p { font-size: 1rem; padding: 0; margin-top: 15px; margin-bottom: 20px; }
  .banner-6-txt p { font-size: 1.05rem; }

  /* Blog */
  #blog-2 { padding-bottom: 20px; }
  #blog-2 .masonry-wrap .masonry-item { width: 100%;  padding: 0; }

  .single-post-txt h5.h5-md { margin-top: 20px; margin-bottom: 20px; }

  .post-inner-img { margin-top: 30px; margin-bottom: 30px; }
  .blog-post-img.top-img { margin-bottom: 30px; }
  .post-inner-img p { margin-top: 15px; }

  .quote { margin-top: 25px; margin-bottom: 25px; }
  .quote p { font-size: 1.125rem!important; }

  .post-tags-list span a { font-size: 0.975rem; display: inline-block; padding: 8px 12px; margin-right: 3px; margin-bottom: 8px; }
  .post-share-list.text-right { text-align: left!important; margin-top: 35px; }
  .post-share-links .share-social-icons a.share-ico i { width: 45px; font-size: 24px; }

  .author-senoff.d-flex { display: block!important; }
  .author-senoff { text-align: center; padding: 50px 5px; margin-top: 70px;margin-bottom: 60px; }
  .author-senoff img { width: 90px; height: 90px; float: none; margin-bottom: 15px; }
  .author-senoff-txt { padding-left: 0; }
  .author-senoff-txt h5 { margin-bottom: 10px; }
  .author-follow-btn { display: none; }

  .other-posts h6 { font-size: 1.2rem; }

  .comment-form .form-control { font-size: 17px; }

  /* Contacts */
  #contacts-3 .form-holder { padding-right: 0; }

  .contacts-info.mt-35 { margin-top: 0; padding: 0; }
  #contacts-2 .contacts-info { padding: 0; }
  .google-map.mb-80 { margin-bottom: 40px; }

  /* Google Map */
  .google-map, #contacts-3 .google-map { padding: 0px 0px 85%; }

  /* Footer */
  .footer { padding-top: 80px; padding-bottom: 30px; } 
  .footer-contacts { padding-left: 0; }
  #footer-3 .footer-info { padding-right: 0; }

  .footer-img img.insta-img { width: 88px; height: 88px; margin: 4px; }

  .bottom-footer { margin-top: 10px; }
  .footer-copyright p { margin-bottom: 10px; }

  .bottom-footer-list.text-right { text-align: left!important; }
  .bottom-footer-list li i { display: none; }

  .bottom-footer-list li p { margin-left: 6px; }
  .bottom-footer-list li p.first-list-link { margin-left: 4px; }

  .bottom-footer-list p:after { padding-left: 7px; }

  /* Page Hero */
  .page-hero-section { padding-top: 60px; padding-bottom: 60px; }
  .page-hero-section h2 { margin-bottom: 15px; }
  .page-hero-section p { padding: 0; }

  /* Breadcrumb */
  #breadcrumb { margin-top: 20px; }

  /* Sidebar */
  #sidebar { margin-top: 40px; } 
  #blog-page #sidebar, #single-post #sidebar { margin-top: 70px; }

  .popular-posts img { width: 115px; height: 115px; }

  img.insta-img { width: 88px; height: 88px; margin: 4px; }

  #sb-box { padding: 50px 10px; }
  #sidebar #sb-box h5.h5-sm { font-size: 1.5rem; margin-bottom: 15px; }
  .sidebar-table .table td, .sidebar-table .table th { font-size: 1.1rem; }




}




	/*
  	Flaticon icon font: Flaticon
  	Creation date: 08/10/2020 08:57
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("/Content/Frontend/fonts/Flaticon.eot");
  src: url("/Content/Frontend/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("/Content/Frontend/fonts/Flaticon.woff2") format("woff2"),
       url("/Content/Frontend/fonts/Flaticon.woff") format("woff"),
       url("/Content/Frontend/fonts/Flaticon.ttf") format("truetype"),
       url("/Content/Frontend/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/Content/Frontend/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 20px;
  line-height: 1!important;
  font-style: normal;
  margin-left: 0;
}

.flaticon-relax-stones:before { content: "\f100"; }
.flaticon-lotus:before { content: "\f101"; }
.flaticon-cream:before { content: "\f102"; }
.flaticon-nail-polish:before { content: "\f103"; }
.flaticon-gel:before { content: "\f104"; }
.flaticon-cream-1:before { content: "\f105"; }
.flaticon-spa:before { content: "\f106"; }
.flaticon-smartphone:before { content: "\f107"; }
.flaticon-washbowl:before { content: "\f108"; }
.flaticon-herbs:before { content: "\f109"; }
.flaticon-mortar:before { content: "\f10a"; }
.flaticon-towel:before { content: "\f10b"; }
.flaticon-juice:before { content: "\f10c"; }
.flaticon-herb:before { content: "\f10d"; }
.flaticon-honey:before { content: "\f10e"; }
.flaticon-foot:before { content: "\f10f"; }
.flaticon-waterdrop:before { content: "\f110"; }
.flaticon-aromatic:before { content: "\f111"; }
.flaticon-hot-tub:before { content: "\f112"; }
.flaticon-essential-oil:before { content: "\f113"; }
.flaticon-tea:before { content: "\f114"; }
.flaticon-bathrobe:before { content: "\f115"; }
.flaticon-essential-oil-1:before { content: "\f116"; }
.flaticon-sandals:before { content: "\f117"; }
.flaticon-bamboo:before { content: "\f118"; }
.flaticon-candle:before { content: "\f119"; }
.flaticon-burner:before { content: "\f11a"; }
.flaticon-comb:before { content: "\f11b"; }
.flaticon-hairdryer:before { content: "\f11c"; }
.flaticon-hair-cream:before { content: "\f11d"; }
.flaticon-closet:before { content: "\f11e"; }
.flaticon-makeup:before { content: "\f11f"; }
.flaticon-washbasin:before { content: "\f120"; }
.flaticon-candle-1:before { content: "\f121"; }
.flaticon-sauna:before { content: "\f122"; }
.flaticon-spa-1:before { content: "\f123"; }
.flaticon-bamboo-1:before { content: "\f124"; }
.flaticon-aromatic-candle:before { content: "\f125"; }
.flaticon-bucket:before { content: "\f126"; }
.flaticon-body-scrub:before { content: "\f127"; }
.flaticon-dropper:before { content: "\f128"; }
.flaticon-flower:before { content: "\f129"; }
.flaticon-facial-treatment:before { content: "\f12a"; }
.flaticon-massage:before { content: "\f12b"; }
.flaticon-honey-jar:before { content: "\f12c"; }
.flaticon-hot-spring:before { content: "\f12d"; }
.flaticon-hot-stone:before { content: "\f12e"; }
.flaticon-oil:before { content: "\f12f"; }
.flaticon-mortar-1:before { content: "\f130"; }
.flaticon-oil-1:before { content: "\f131"; }
.flaticon-aromatherapy:before { content: "\f132"; }
.flaticon-shower:before { content: "\f133"; }
.flaticon-slippers:before { content: "\f134"; }
.flaticon-massage-1:before { content: "\f135"; }
.flaticon-water:before { content: "\f136"; }
.flaticon-bathrobe-1:before { content: "\f137"; }
.flaticon-hot-stones:before { content: "\f138"; }
.flaticon-kettle:before { content: "\f139"; }
.flaticon-herbal:before { content: "\f13a"; }
.flaticon-cream-2:before { content: "\f13b"; }
.flaticon-sauna-1:before { content: "\f13c"; }
.flaticon-slipper:before { content: "\f13d"; }
.flaticon-time:before { content: "\f13e"; }
.flaticon-candle-2:before { content: "\f13f"; }
.flaticon-oil-2:before { content: "\f140"; }
.flaticon-towels:before { content: "\f141"; }
.flaticon-sauna-2:before { content: "\f142"; }
.flaticon-massage-2:before { content: "\f143"; }
.flaticon-skin:before { content: "\f144"; }
.flaticon-depilation:before { content: "\f145"; }
.flaticon-bamboo-2:before { content: "\f146"; }
.flaticon-foot-massage:before { content: "\f147"; }
.flaticon-spa-2:before { content: "\f148"; }
.flaticon-spa-3:before { content: "\f149"; }
.flaticon-shower-1:before { content: "\f14a"; }
.flaticon-mortar-2:before { content: "\f14b"; }
.flaticon-flower-1:before { content: "\f14c"; }
.flaticon-spa-4:before { content: "\f14d"; }
.flaticon-acupuncture:before { content: "\f14e"; }
.flaticon-aroma:before { content: "\f14f"; }
.flaticon-acupuncture-1:before { content: "\f150"; }
.flaticon-bamboo-3:before { content: "\f151"; }
.flaticon-flip-flop:before { content: "\f152"; }
.flaticon-cosmetics:before { content: "\f153"; }
.flaticon-yoga-mat:before { content: "\f154"; }
.flaticon-flower-2:before { content: "\f155"; }
.flaticon-spa-candles:before { content: "\f156"; }
.flaticon-soap:before { content: "\f157"; }
.flaticon-towel-1:before { content: "\f158"; }
.flaticon-lotion:before { content: "\f159"; }
.flaticon-foot-massage-1:before { content: "\f15a"; }
.flaticon-massage-3:before { content: "\f15b"; }
.flaticon-hot-stone-1:before { content: "\f15c"; }
.flaticon-beauty-treatment:before { content: "\f15d"; }
.flaticon-honey-1:before { content: "\f15e"; }
.flaticon-towels-1:before { content: "\f15f"; }
.flaticon-wax:before { content: "\f160"; }
.flaticon-acupuncture-2:before { content: "\f161"; }
.flaticon-massage-4:before { content: "\f162"; }
.flaticon-make-up:before { content: "\f163"; }
.flaticon-cream-3:before { content: "\f164"; }
.flaticon-essential-oil-2:before { content: "\f165"; }
.flaticon-stones:before { content: "\f166"; }
.flaticon-lotus-1:before { content: "\f167"; }
.flaticon-essential-oil-3:before { content: "\f168"; }
.flaticon-essential-oil-4:before { content: "\f169"; }
.flaticon-shower-2:before { content: "\f16a"; }
.flaticon-stopwatch:before { content: "\f16b"; }
.flaticon-pills:before { content: "\f16c"; }
.flaticon-spa-5:before { content: "\f16d"; }
.flaticon-towels-2:before { content: "\f16e"; }
.flaticon-herbal-1:before { content: "\f16f"; }
.flaticon-next:before { content: "\f170"; }
.flaticon-back:before { content: "\f171"; }
.flaticon-branch:before { content: "\f172"; }
.flaticon-olive-branch:before { content: "\f173"; }
.flaticon-branch-1:before { content: "\f174"; }
.flaticon-bamboo-4:before { content: "\f175"; }
.flaticon-branch-2:before { content: "\f176"; }
.flaticon-focus:before { content: "\f177"; }
.flaticon-focus-1:before { content: "\f178"; }
.flaticon-focus-2:before { content: "\f179"; }
.flaticon-plant:before { content: "\f17a"; }
.flaticon-facial-treatment-1:before { content: "\f17b"; }
.flaticon-facial-treatment-2:before { content: "\f17c"; }
.flaticon-skincare:before { content: "\f17d"; }
.flaticon-settings:before { content: "\f17e"; }
.flaticon-gift:before { content: "\f17f"; }
.flaticon-aromatherapy-1:before { content: "\f180"; }
.flaticon-essential-oil-5:before { content: "\f181"; }
.flaticon-herbal-2:before { content: "\f182"; }
.flaticon-teapot:before { content: "\f183"; }
