@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,700,500,400italic);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #1b1b1d url(../images/page-1_img1.jpg) no-repeat;
  background-size: contain;
  color: #ffffff;
  font: 300 15px/22px 'Ubuntu', sans-serif;
  -webkit-text-size-adjust: none;
}
.bdy {
    background: #1b1b1d;
}
.body_bg {
    background-image: none;
    background-color: #1b1b1d;
    opacity: 0.9;
}
.body_bg_full {
    background-image: none;
    background-color: #1b1b1d;
}
.body_bg_full_gray {
    background-image: none;
    background-color: darkslategray;
}
.body_bg_full_gray table {
    color: black !important;
    margin-top: 30px;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
h1 {
  font-size: 62px;
  line-height: 65px;
  text-transform: lowercase;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
h2 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 9px;
}
h3 {
  font-size: 40px;
  line-height: 38px;
  letter-spacing: 3.2px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
h4 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2.4px;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
h5 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 2.24px;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 22px;
    line-height: 22px;
  }
}
h6 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 979px) {
  h6 {
    font-size: 16px;
    line-height: 16px;
  }
}
p .fa,
ul .fa {
  text-decoration: none;
}
time {
  font-weight: 700;
  font-size: 17px;
}
@media (max-width: 979px) {
  time {
    font-size: 12px;
  }
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:focus {
  outline: none;
}
a:active {
  background: transparent;
}
a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
}
.fa {
  line-height: inherit;
  font-size: 25px;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.center {
  text-align: center;
}
.clr1 {
  color: #ffffff;
}
small {
  font-size: 13px;
  font-style: italic;
  color: #f6c452;
  letter-spacing: 0.23px;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .search-form {
  margin-left: 56px;
}
* + .inline-list {
  margin-top: 10px;
}
* + nav {
  margin-left: 20px;
}
h2 + * {
  margin-top: 28px;
}
h4 + * {
  margin-top: 7px;
}
.row + * {
  margin-top: 30px;
}
h6 + * {
  margin-top: 12px;
}
.box + .btn {
  margin-top: 31px;
}
p + .btn {
  margin-top: 30px;
}
small + h3 {
  margin-top: 2px;
}
strong + * {
  margin-top: 10px;
}
h3 + * {
  margin-top: 49px;
}
@media (max-width: 1199px) {
  h3 + * {
    margin-top: 30px;
  }
}
h5 + * {
  margin-top: 67px;
}
* + .flex-list {
  margin-top: 206px;
}
@media (max-width: 1199px) {
  * + .flex-list {
    margin-top: 75px;
  }
}
form.contact-form + .info {
  margin-top: 102px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  background: #f6c452;
}
.brand a {
  display: inline-block;
  padding: 13px 11px 16px 19px;
}
.brand_slogan {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  display: inline-block;
}
.brand + .brand_slogan {
  margin-left: 24px;
  margin-top: 27px;
}
@media (max-width: 1199px) {
  .brand + .brand_slogan {
    margin-left: 4px;
    margin-top: 14px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .brand + .brand_slogan {
    display: none;
  }
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #f6c452;
}
.bg_hover {
  position: relative;
}
.bg_hover img,
.bg_hover h6,
.bg_hover p {
  position: relative;
  z-index: 1;
}
.bg_hover:hover * {
  color: #ffffff;
}
.bg_hover:before {
  content: '';
  position: absolute;
  background: #f6c452;
  left: -15px;
  right: -15px;
  top: -15px;
  z-index: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  height: 0;
}
.bg_hover:hover:before,
.sets3 .bg_hover:hover {
  height: 112%;
  opacity: 1;
}
/*=================   Inline list   =====================*/
.inline-list .fa {
  font: 0/0 a;
}
.inline-list .fa:before {
  font-size: 25px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.inline-list .fa:hover:before {
  color: #f6c452;
}
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 27px;
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  color: #63d2fb;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}
.btn:hover {
  color: #ffffff;
}
.btn:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  z-index: -1;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.btn:hover:before {
  left: -10px;
  right: -10px;
  top: -7px;
  bottom: -7px;
  background: #f6c452;
}
.btn2:hover:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f6c452;
}
/*==================      Box      ======================*/
.box_cnt p {
  padding-right: 25px;
}
.box_aside + .box_cnt {
  margin-top: 39px;
}
.box_aside {
  position: relative;
}
.box_hover:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -9px;
  opacity: 0;
  height: 10px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: transparent;
  z-index: 1;
}
.box1__:before {
  bottom: 0;
}
.box_hover:hover:before,
.sets4 .box_aside:hover,
.sets2 .box1:hover {
  opacity: 1;
  left: 0;
  right: 0;
  background: #f6c452;
}
.lt-ie9 .box_hover:hover:before,
.lt-ie9 .sets4 .box_aside:hover,
.lt-ie9 .sets2 .box1:hover {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6c452', endColorstr='#fff6c452');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6c452', endColorstr='#fff6c452');
  zoom: 1;
}
.bquote h3 + div.row {
  margin-top: 45px;
}
.bquote .bq_box .box_aside {
  display: inline-block;
}
.bquote .bq_box * + .box_aside {
  margin-top: 38px;
  margin-left: 58px;
}
@media (max-width: 479px) {
  .bquote .bq_box * + .box_aside {
    margin-left: 0;
  }
}
.bquote .bq_box .box_aside + h6 {
  display: inline-block;
  margin-top: 67px;
  margin-left: 18px;
}
.bquote .bq_box .box_cnt p {
  padding-left: 58px;
  padding-right: 0;
  line-height: 18px;
  position: relative;
}
.bquote .bq_box .box_cnt p:before {
  position: absolute;
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 42px;
  color: #2c2b2e;
  left: 0;
  top: 14px;
}
/*==================      Box1      =====================*/
.box1 {
  position: relative;
  overflow: hidden;
}
.note {
  left: 29px;
  margin-top: -36px;
  position: absolute;
  top: 50%;
}
.box1_hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-bottom: 244px solid transparent;
  border-right: 50px solid transparent;
  width: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.box1_hover:hover:before {
  border-bottom: 244px solid #f6c452;
  width: 50%;
}
.box1__ .note {
  left: 20px;
  top: 98%;
}
.box1__ .note span {
  font-size: 11px;
  font-weight: 400;
  padding-left: 3px;
}
.box1__ time + a {
  margin-left: 24px;
}
.box1__ .note a + a {
  margin-left: 6px;
}
.box1__:hover .note {
  color: #f6c452;
}
@media (max-width: 1199px) {
  .box1__ .note span {
    font-size: 10px;
  }
  .box1__ time + a {
    margin-left: 18px;
  }
  .box1__ .note a + a {
    margin-left: 3px;
  }
}
.sets7 .note {
  margin-top: 0;
  top: 89%;
}
.sets7 .row + .row {
  margin-top: 71px;
}
/*================      Flex list     =================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.flex-list li {
  display: table-cell;
  position: relative;
  padding-bottom: 71px;
}
@media (max-width: 767px) {
  .flex-list,
  .flex-list li {
    display: block;
  }
  .flex-list li + li {
    margin-top: 20px;
  }
}
.flex-list li img {
  position: relative;
  z-index: 1;
}
.flex-list li:after,
.sets5 .grid_3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #f6c452;
  z-index: 0;
}
.sets5 .grid_3 {
  position: relative;
}
.sets5 .grid_3:after {
  bottom: 0;
}
.flex-list li:nth-child(2n+1):after {
  bottom: 10px;
}
.flex-list li:nth-child(2n):after {
  bottom: 4px;
}
.flex-list li:hover:after,
.flex-list li:hover {
  height: 137%;
}
@media (max-width: 1199px) {
  .flex-list li:hover:after {
    height: 120%;
  }
}
/*================      Index list     =================*/
.index-list {
  counter-reset: num;
}
.index-list li {
  padding-left: 103px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list li:before {
  content: counter(num) '.';
  position: absolute;
  counter-increment: num;
  width: 70px;
  height: 70px;
  color: #fff;
  background: #f6c452;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5%;
  padding-top: 7%;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-size: 40px;
  left: 0;
  top: 0;
}
.index-list li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 14px;
  border-color: transparent transparent transparent #f6c452;
  left: 70px;
  top: 10px;
}
/*================      Privacy       =================*/
.privacy dt {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
}
.privacy * + dt {
  margin-top: 30px;
}
.privacy dt + * {
  margin-top: 10px;
}
.privacy h3 + * {
  margin-top: 45px;
}
.privacy dd {
  line-height: 22.1px;
}
.privacy dl + * {
  margin-top: 21px;
}
.privacy address a {
  text-decoration: underline;
}
.privacy address a:hover {
  text-decoration: none;
}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  margin-top: 43px;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 33px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #FFF;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #f6c452;
}
.sf-menu > li.active > a {
  color: #f6c452;
  background: transparent;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 0;
  left: -39px;
  width: 114px;
  margin-top: 29px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
}
.sf-menu ul > li > a {
  color: #1b1b1d;
  padding: 10px 15px 10px 24px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  background: #f6c452;
}
.sf-menu ul li + li {
  margin-top: 2px;
}
.sf-menu ul ul {
  display: none;
  position: absolute;
  top: 15px;
  left: 100%;
  width: 110px;
  margin-top: 29px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul ul > li > a {
  color: #1b1b1d;
  padding: 10px 15px 10px 24px;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  background: #f6c452;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  margin-top: 25px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Ubuntu', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  z-index: 999;
  border-bottom: 1px solid #333333;
  background: rgba(27, 27, 29, 0.7);
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 42px;
  line-height: 36px;
  color: #f6c452;
  background: #1b1b1d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.toTop:hover {
  color: #4c4c52;
  background: #ffffff;
  text-decoration: none;
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  bottom: -10px;
  opacity: 0;
  height: 10px;
  width: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  width: 100%;
  background: #f6c452;
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6c452', endColorstr='#fff6c452');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6c452', endColorstr='#fff6c452');
  zoom: 1;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.sets3 .thumb:hover img {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.sets3 .thumb {
  position: relative;
}
.sets3 .thumb:before {
  content: '';
  position: absolute;
  background: #f6c452;
  left: 50%;
  right: 50%;
  bottom: 50%;
  top: 50%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}
.lt-ie9 .sets3 .thumb:before {
  filter: alpha(opacity=0);
}
.sets3 .thumb:hover:before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.5;
}
.lt-ie9 .sets3 .thumb:hover:before {
  filter: alpha(opacity=50);
}
/*=================       Tabs     ======================*/
.resp-tabs-list li {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  padding: 11px 16px;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.resp-tabs-list li span {
  position: relative;
  z-index: 1;
}
.resp-tabs-list li + li {
  margin-left: -3px;
}
.resp-accordion {
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    padding: 11px 16px;
    background: transparent;
    width: 130px;
  }
  .resp-accordion:hover {
    background: #f6c452;
  }
  .resp-tabs-list {
    display: none;
  }
  * + .resp-tab-active,
  .resp-tab-active + * {
    margin-top: 15px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .resp-tabs-container .resp-tab-active {
    background: #f6c452;
  }
}
.resp-tabs h3 + * {
  margin-top: 72px;
}
.resp-tabs-list + * {
  margin-top: 79px;
}
@media (max-width: 1199px) {
  .resp-tabs h3 + * {
    margin-top: 30px;
  }
  .resp-tabs-list + * {
    margin-top: 30px;
  }
}
.resp-tabs-list .resp-tab-active {
  background: #f6c452;
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 1199px) {
  header .nav {
    float: none;
    display: inline-block;
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand {
    float: none;
  }
}
@media (max-width: 479px) {
  header .nav {
    width: 100%;
  }
  header * + .nav {
    margin-left: 0;
  }
}
.head_bg {
  background: url(../images/page-2_img1.jpg) repeat-x;
  padding-bottom: 35px;
}
@media (max-width: 479px) {
  .head_bg {
    background: url(../images/page-2_img1.jpg) no-repeat;
    background-size: cover;
  }
}
.head_ins {
  padding-bottom: 25px;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}
.sets1 .row:first-child .box1:first-child {
  color: #1b1b1d;
}
.sets1 .row .box1:hover * {
  color: #ffffff;
}
.sets1 p {
  font-style: italic;
  letter-spacing: 0.3px;
}
.sets3 small,
.sets3 p {
  color: #8c8b8f;
}
.sets3 h3,
.sets3 h6 {
  color: #2c2b2e;
}
.sets3 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sets3 h3 + .row {
  margin-top: 102px;
}
.sets3 .row + .row {
  margin-top: 47px;
}
.sets3 * + h6 {
  margin-top: 28px;
}
.sets3 h6 + p {
  margin-top: 7px;
  line-height: 19px;
}
.sets3 h3 + .row_offs1 {
  margin-top: 52px;
}
.sets3 .row_offs1 p {
  padding: 0 15px;
}
.sets3 h3 + .row_offs2 {
  margin-top: 46px;
}
.sets3 * + .btn {
  margin-top: 29px;
}
.sets4 ul {
  display: inline-block;
  font-size: 12px;
  font-family: 'Trebuchet MS', sans-serif;
}
.sets4 ul li + li {
  margin-top: 8px;
}
.sets4 * + ul {
  margin-top: 27px;
}
.sets4 ul + ul {
  margin-left: 95px;
}
.sets4 h3 + * {
  margin-top: 46px;
}
.sets4 a:not([class*='btn']):hover {
  color: #f6c452;
}
@media (max-width: 1199px) {
  .sets4 ul + ul {
    margin-left: 0;
    display: block;
  }
}
.sets5 p:first-child {
  font-size: 50px;
  line-height: 51px;
}
.sets5 p + p {
  margin-top: 16px;
}
.sets5 p {
  padding-right: 56px;
}
@media (max-width: 979px) {
  .sets5 p {
    padding-right: 5px;
  }
}
.sets5 [class*='grid'] {
  padding-bottom: 73px;
}
.sets6 .row + .row {
  margin-top: 61px;
}
.sets8 p {
  padding-right: 0;
}
.sets8 .row + .row {
  margin-top: 56px;
}
.offs1 {
  margin-top: 72px;
}
.row_offs2 {
  margin-top: 46px;
}
/*==================      Well     ======================*/
.well {
  padding-top: 152px;
  padding-bottom: 178px;
}
@media (max-width: 979px) {
  .well {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.well_ins {
  padding-bottom: 173px;
}
.well1 {
  padding-top: 189px;
  padding-bottom: 107px;
}
@media (max-width: 1199px) {
  .well1 {
    padding-top: 95px;
    padding-bottom: 80px;
  }
}
.well2 {
  padding-top: 57px;
  padding-bottom: 128px;
}
.well2_ins {
  padding-bottom: 240px;
}
.well2_ins2 {
  padding-bottom: 156px;
}
.well2_ins3 {
  padding-bottom: 245px;
}
.well3 {
  padding-top: 189px;
  padding-bottom: 100px;
}
.well4 {
  padding-top: 97px;
  padding-bottom: 250px;
}
.well5 {
  padding-top: 57px;
  padding-bottom: 255px;
}
.well_ins4 {
  padding-top: 557px;
  padding-bottom:30px;
}
@media (max-width: 767px) {
  .well_ins4 {
    padding-top: 200px;
  }
}
.well_ins5 {
  padding-top: 184px;
}
.well6 {
  padding-top: 212px;
  padding-bottom: 251px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #1b1b1d url(../images/page-1_img22.jpg) top center no-repeat;
    position: relative;
    padding-top: 30px;
  /*padding-top: 217px;
  padding-bottom: 210px;*/
}
footer:before {
  content: '';
  position: absolute;
  box-shadow: 0 45px 63px #1b1b1d inset;
  left: 0;
  top: 0;
  right: 0;
  height: 142px;
}
footer.foot_bg {
  background: #1b1b1d url(../images/page-2_img17.jpg) top center no-repeat;
  padding-top: 222px;
}
footer.foot_ins {
  margin-top: 107px;
}
@media (min-width: 1980px) {
  footer,
  footer.foot_bg {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  footer,
  footer.foot_bg {
    background-size: cover;
  }
  footer.foot_ins {
    margin-top: 10px;
  }
}
footer .info {
  width: 100%;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .info a:hover {
  color: #f6c452;
}
footer [class*='bl'] {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
footer [class*='bl'] h5 + * {
  margin-top: 74px;
}
@media (max-width: 767px) {
  footer [class*='bl'] h5 + * {
    margin-top: 20px;
  }
}
footer [class*='bl'] dd,
footer [class*='bl'] dt {
  display: inline-block;
}
footer .bl1 li + li,
footer .bl2 li + li {
  margin-top: 8px;
}
footer .bl3 dl:last-child {
  margin-top: 15px;
}
footer .bl4 a {
  display: inline-block;
  color: #f6c452;
  margin-top: 15px;
}
footer .bl4 a:hover {
  text-decoration: underline;
}
footer .bl1 + .bl2 {
  margin-left: 11.5%;
}
footer .bl2 + .bl3 {
  margin-left: 14.5%;
}
footer .bl3 + .bl4 {
  margin-left: 9%;
}
footer .rights p {
  float: left;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  font-family: 'Trebuchet MS', sans-serif;
}
footer .rights p a:hover {
  text-decoration: underline;
}
footer .inline-list {
  float: right;
}
footer * + .rights {
  margin-top: 107px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  footer [class*='bl'] + [class*='bl'] {
    margin-left: 7%;
  }
}
@media (max-width: 979px) {
  footer [class*='bl'] + [class*='bl'] {
    margin-left: 3%;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  footer * + .rights {
    margin-top: 45px;
  }
  footer [class*='bl'] + [class*='bl'],
  footer .bl1 {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}
@media (max-width: 479px) {
  footer .rights {
    text-align: center;
  }
  footer .rights p {
    float: none;
  }
  footer .inline-list {
    float: none;
  }
}
