/*
Theme Name: Harry
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*********animation***********/
@-webkit-keyframes arrow_scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
@-moz-keyframes arrow_scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
@-o-keyframes arrow_scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes arrow_scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, figure, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#access a.assistive-text:active, #access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #809a04;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}

a img {
  border: 0;
}

li {
  list-style-type: none;
}

.clear {
  clear: both;
}

.disable > a, a.disable, .disabled > a, a.disabled {
  cursor: default !important;
  text-decoration: none !important;
}

.nomargin {
  margin: 0 !important;
}

.nocaps {
  text-transform: none !important;
}

.clickable {
  cursor: pointer;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1100;
  width: 32px;
  height: 32px;
  background-image: url("../images/icons/close2_black.png");
  background-size: 32px;
  background-repeat: no-repeat;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  cursor: pointer;
}

.close:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hide_till_loaded {
  display: none;
}

.topoffset {
  position: relative;
  top: -25px;
}

.rightoffset {
  position: relative;
  right: -25px;
}

.bottomoffset {
  position: relative;
  bottom: -25px;
}

.leftoffset {
  position: relative;
  left: -25px;
}

a.opacity_hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a.opacity_hover:hover {
  opacity: 1;
}

.imagebg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mod-no-bgsizecover .imagebg {
  background-size: 100%;
}

.trans {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fadeonview {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  position: relative;
  right: 0;
}

.fadeonview.off {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  right: -15px;
}

.mod-touch .fadeonview,
.mod-touch .fadeonview.off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  right: 0;
}

.social_icons a img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.social_icons a:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.loading {
  background-image: url("../images/loading.gif");
  background-size: 60px;
  background-repeat: no-repeat;
  min-width: 60px;
  min-height: 60px;
}

.lb-next, .lb-prev {
  background-color: rgba(255, 255, 255, 0);
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

*::selection {
  background: #b3b3b3;
  color: #606060;
}

*::-moz-selection {
  background: #b3b3b3;
  color: #606060;
}

.w-100 {
  float: left;
  width: 100%;
}

.w-90 {
  float: left;
  width: 90%;
}

.w-80 {
  float: left;
  width: 80%;
}

.w-70 {
  float: left;
  width: 70%;
}

.w-60 {
  float: left;
  width: 60%;
}

.w-50 {
  float: left;
  width: 50%;
}

.w-40 {
  float: left;
  width: 40%;
}

.w-30 {
  float: left;
  width: 30%;
}

.w-20 {
  float: left;
  width: 20%;
}

.w-10 {
  float: left;
  width: 10%;
}

.w-95 {
  float: left;
  width: 95%;
}

.w-85 {
  float: left;
  width: 85%;
}

.w-75 {
  float: left;
  width: 75%;
}

.w-65 {
  float: left;
  width: 65%;
}

.w-55 {
  float: left;
  width: 55%;
}

.w-45 {
  float: left;
  width: 45%;
}

.w-35 {
  float: left;
  width: 35%;
}

.w-25 {
  float: left;
  width: 25%;
}

.w-15 {
  float: left;
  width: 15%;
}

.w-5 {
  float: left;
  width: 5%;
}

.jcarousel {
  overflow: hidden;
}

.jcarousel ul {
  position: relative;
  width: 20000em;
  height: 100%;
  list-style-type: none !important;
}

.jcarousel ul li {
  float: left;
  height: 100%;
  list-style-type: none !important;
}

html, body, .chr_page {
  width: 100%;
  -webkit-text-size-adjust: none;
  max-height: 1.0000000000000003e+24em;
  position: relative;
  background-color: #ffffff;
}

html {
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

.chr_page.push {
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
  opacity: 0.5;
}

.oldie .chr_page {
  padding-top: 100px;
}
.oldie .chr_page:before {
  content: "It looks like you're using an unsupported browser. While you can view this site, the experience will not be the same as with a newer browser. To experience the latest of what the web has to offer - and keep your browsing secure - we recommend downloading the latest version of Chrome or Firefox.";
  background-color: #F9D5AC;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  z-index: 100;
  height: 60px;
  padding: 2%;
}
.oldie .megamenu_lightbox,
.oldie .contact_popout_wrapper,
.oldie .greyscale-image-img,
.oldie svg,
.oldie img[src$=".svg"],
.oldie .greyscale-image-link {
  display: none !important;
}
.oldie li.disabled.megamenu a {
  cursor: pointer !important;
}
.oldie img.imagebg,
.oldie .pdf_icon,
.oldie .email_icon,
.oldie .phone_icon {
  background-image: none !important;
  padding-left: 0 !important;
}
.oldie img.imagebg {
  box-sizing: content-box !important;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

/* ===================== IE9 BROWSER UPGRADE MESSAGE CSS ====================== */
.ie9_browser_msg {
  display: none;
  text-align: center;
  background-color: #FCF8C8;
}

.Explorer-9 .ie9_browser_msg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
}

.masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  z-index: 99;
  background-color: #ffffff;
  -webkit-transition: height 0.3s ease, background-color 0.3s ease;
  -moz-transition: height 0.3s ease, background-color 0.3s ease;
  -ms-transition: height 0.3s ease, background-color 0.3s ease;
  -o-transition: height 0.3s ease, background-color 0.3s ease;
  transition: height 0.3s ease, background-color 0.3s ease;
}
.masthead .header {
  position: relative;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.masthead .header .logo_container {
  float: left;
  height: 100%;
}
.masthead .header .logo_container a {
  display: block;
  width: 0;
  height: 0;
}
.masthead .header .logo_container a img {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: transform 0.3s ease, margin-top 0.3s ease;
  -moz-transition: transform 0.3s ease, margin-top 0.3s ease;
  -ms-transition: transform 0.3s ease, margin-top 0.3s ease;
  -o-transition: transform 0.3s ease, margin-top 0.3s ease;
  transition: transform 0.3s ease, margin-top 0.3s ease;
  position: absolute;
  margin-top: 0;
}
.masthead .header .hamburger {
  display: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  z-index: 1;
}
.masthead .header .hamburger span {
  width: 22px;
  height: 3px;
  background-color: #f0782c;
  position: absolute;
  display: block;
  left: 8px;
}
.masthead .header .hamburger span.top {
  top: 10px;
  -webkit-transition: transform 200ms ease, top 200ms ease 200ms;
  -moz-transition: transform 200ms ease, top 200ms ease 200ms;
  -ms-transition: transform 200ms ease, top 200ms ease 200ms;
  -o-transition: transform 200ms ease, top 200ms ease 200ms;
  transition: transform 200ms ease, top 200ms ease 200ms;
}
.masthead .header .hamburger span.middle {
  top: 18px;
  -webkit-transition: opacity 400s ease;
  -moz-transition: opacity 400s ease;
  -ms-transition: opacity 400s ease;
  -o-transition: opacity 400s ease;
  transition: opacity 400s ease;
  -webkit-transition: transform 200ms ease, top 200ms ease 200ms;
  -moz-transition: transform 200ms ease, top 200ms ease 200ms;
  -ms-transition: transform 200ms ease, top 200ms ease 200ms;
  -o-transition: transform 200ms ease, top 200ms ease 200ms;
  transition: transform 200ms ease, top 200ms ease 200ms;
}
.masthead .header .hamburger span.bottom {
  top: 26px;
  -webkit-transition: transform 200ms ease, top 200ms ease 200ms;
  -moz-transition: transform 200ms ease, top 200ms ease 200ms;
  -ms-transition: transform 200ms ease, top 200ms ease 200ms;
  -o-transition: transform 200ms ease, top 200ms ease 200ms;
  transition: transform 200ms ease, top 200ms ease 200ms;
}
.masthead .header .hamburger.click span.top {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 200ms ease, transform 200ms ease 200ms;
  -moz-transition: top 200ms ease, transform 200ms ease 200ms;
  -ms-transition: top 200ms ease, transform 200ms ease 200ms;
  -o-transition: top 200ms ease, transform 200ms ease 200ms;
  transition: top 200ms ease, transform 200ms ease 200ms;
}
.masthead .header .hamburger.click span.middle {
  opacity: 0;
}
.masthead .header .hamburger.click span.bottom {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 200ms ease, transform 200ms ease 200ms;
  -moz-transition: top 200ms ease, transform 200ms ease 200ms;
  -ms-transition: top 200ms ease, transform 200ms ease 200ms;
  -o-transition: top 200ms ease, transform 200ms ease 200ms;
  transition: top 200ms ease, transform 200ms ease 200ms;
}
.masthead .header .hamburger.click::before {
  display: none;
}
.masthead .header .main_menu {
  position: absolute;
  right: 0;
  height: 100%;
}
.masthead .header .main_menu ul {
  margin-top: 35px;
  -webkit-transition: margin-top 0.3s ease;
  -moz-transition: margin-top 0.3s ease;
  -ms-transition: margin-top 0.3s ease;
  -o-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}
.masthead .header .main_menu ul li {
  display: inline-block;
  position: relative;
  padding-left: 0;
  margin-left: 35px;
  margin-bottom: 0;
  -webkit-transition: margin-left 0.3s ease;
  -moz-transition: margin-left 0.3s ease;
  -ms-transition: margin-left 0.3s ease;
  -o-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}
.masthead .header .main_menu ul li a {
  color: #022f51;
  font-family: "Khand", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.masthead .header .main_menu ul li a:hover {
  color: #f0782c;
}
.masthead .header .main_menu ul li.home {
  margin-left: 0;
  background: url(../images/home.svg) no-repeat center;
  width: 20px;
}
.masthead .header .main_menu ul li.home a {
  color: transparent !important;
  display: block;
  margin-bottom: -7px;
}
.masthead .header .main_menu ul li.current_page_parent > a, .masthead .header .main_menu ul li.current-menu-item > a {
  color: #f0782c;
}
.masthead .header .main_menu ul li ul.sub-menu {
  position: absolute;
  margin-top: 15px !important;
  padding: 0;
  overflow: hidden;
  height: 0;
  background-color: #f0782c;
  opacity: 0;
  left: -16px;
  border-radius: 8px;
}
.masthead .header .main_menu ul li ul.sub-menu li {
  display: block;
  line-height: 40px;
  margin-left: 0;
}
.masthead .header .main_menu ul li ul.sub-menu li a {
  white-space: nowrap;
  color: #ffffff;
}
.masthead .header .main_menu ul li ul.sub-menu li a:hover {
  color: #022f51;
}
.masthead .header .main_menu ul li ul.sub-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 15px 14px;
  border-color: transparent transparent #f0782c transparent;
  left: 20px;
  top: -13px;
}
.masthead .header .main_menu ul li ul.sub-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  top: -15px;
}
.masthead .header .main_menu ul li:hover ul.sub-menu {
  overflow: visible;
  opacity: 1;
  padding: 10px 20px;
  min-width: 160px;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.masthead .header .main_menu ul li:before {
  display: none;
}
.masthead.home {
  background: transparent;
  height: 160px;
}
.masthead.home .header {
  padding-top: 40px;
  padding-bottom: 0;
}
.masthead.home .header .logo_container a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1340px) {
  .masthead.home .header .logo_container a img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.masthead.home .header .main_menu ul {
  margin-top: 35px;
}
.masthead.home .header .main_menu ul li a {
  color: #ffffff;
}
.masthead.home .header .main_menu ul li a:hover {
  color: #f0782c;
}
.masthead.scroll {
  height: 100px;
  box-shadow: 0 -7px 30px #e5e5e5;
}
.masthead.scroll .header .logo_container a img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: -4px;
}
.masthead.scroll .header .main_menu ul {
  margin-top: 20px;
}
@media screen and (max-width: 1099px) {
  .masthead {
    height: 85px;
  }
  .masthead .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .masthead .header .logo_container a img {
    width: auto;
    height: 61px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-top: -12px;
  }
  .masthead .header .hamburger {
    display: block;
  }
  .masthead .header .main_menu {
    top: 85px;
    width: 320px;
    height: calc(100vh - 85px);
    background-color: #ffffff;
    right: -370px;
    -webkit-transition: right 0.3s ease, height 0.3s ease;
    -moz-transition: right 0.3s ease, height 0.3s ease;
    -ms-transition: right 0.3s ease, height 0.3s ease;
    -o-transition: right 0.3s ease, height 0.3s ease;
    transition: right 0.3s ease, height 0.3s ease;
    overflow-y: auto;
  }
  .masthead .header .main_menu ul {
    margin-top: 0 !important;
    padding: 15px 30px;
    overflow: auto;
  }
  .masthead .header .main_menu ul li {
    display: block;
    padding: 10px 0;
    margin-left: 0;
  }
  .masthead .header .main_menu ul li a {
    color: #333333 !important;
    font-size: 16px;
  }
  .masthead .header .main_menu ul li a::before {
    display: none;
  }
  .masthead .header .main_menu ul li .arrow {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon_arrow.svg) no-repeat center;
    background-size: 12px 12px;
    right: 0;
    top: 4px;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .masthead .header .main_menu ul li ul.sub-menu {
    position: static;
    width: 100%;
    min-width: 0;
    max-height: 0;
    overflow: hidden !important;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #ffffff;
    border-radius: 0;
  }
  .masthead .header .main_menu ul li ul.sub-menu:before {
    display: none;
  }
  .masthead .header .main_menu ul li ul.sub-menu li {
    padding: 0;
  }
  .masthead .header .main_menu ul li ul.sub-menu li a {
    white-space: initial;
    line-height: 16px;
    color: #f0782c !important;
  }
  .masthead .header .main_menu ul li.menu-item-has-children {
    height: 44px;
  }
  .masthead .header .main_menu ul li.menu-item-has-children.open {
    height: auto;
  }
  .masthead .header .main_menu ul li.menu-item-has-children.open .arrow {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .masthead .header .main_menu ul li.menu-item-has-children.open ul.sub-menu {
    border-top: 1px dotted #333333;
    max-height: 1000px;
    -webkit-transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    -ms-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
  }
  .masthead .header::before {
    content: "";
    background-color: #000000;
    position: absolute;
    left: -30px;
    top: 85px;
    right: -30px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, height 0.3s ease;
    -moz-transition: opacity 0.3s ease, height 0.3s ease;
    -ms-transition: opacity 0.3s ease, height 0.3s ease;
    -o-transition: opacity 0.3s ease, height 0.3s ease;
    transition: opacity 0.3s ease, height 0.3s ease;
  }
  .masthead.home, .masthead.scroll {
    height: 85px;
  }
  .masthead.home .header, .masthead.scroll .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .masthead.home .header .logo_container a img, .masthead.scroll .header .logo_container a img {
    width: auto;
    height: 61px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-top: -12px;
  }
  .masthead.open {
    background-color: #ffffff;
  }
  .masthead.open .header .main_menu {
    display: block;
    right: -30px;
  }
  .masthead.open .header::before {
    height: calc(100vh - 85px);
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .masthead .header {
    margin-left: 15px;
    margin-right: 15px;
  }
  .masthead .header .hamburger {
    right: -10px;
  }
}

.page_content.home .hero_banner {
  overflow: hidden;
}
.page_content.home .hero_banner .single {
  width: 100%;
  height: 100vh;
  min-height: 725px;
  position: relative;
  display: table;
}
.page_content.home .hero_banner .single .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center;
  background-size: cover;
}
.page_content.home .hero_banner .single .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.4;
}
.page_content.home .hero_banner .single .content {
  position: relative;
  z-index: 4;
  display: table-cell;
  vertical-align: middle;
}
.page_content.home .hero_banner .single .content .home-banner-title, .page_content.home .hero_banner .single .content .sub_title, .page_content.home .hero_banner .single .content .button_list, .page_content.home .hero_banner .single .content .scroll-downs {
  width: 900px;
  max-width: 100%;
  color: #ffffff;
  opacity: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  text-align: center;
}
.page_content.home .hero_banner .single .content .scroll-downs {
  opacity: 1;
  position: absolute;
  cursor: pointer;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 3;
  height: 65px;
}
.page_content.home .hero_banner .single .content .scroll-downs h4 {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 10px;
}
.page_content.home .hero_banner .single .content .scroll-downs .mousey {
  padding: 8px 10px;
  width: 26px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 25px;
  margin: auto;
}
.page_content.home .hero_banner .single .content .scroll-downs .mousey .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #ffffff;
  -webkit-animation: arrow_scroll 2.2s cubic-bezier(.15,.41,.69,.94) infinite;
  -moz-animation: arrow_scroll 2.2s cubic-bezier(.15,.41,.69,.94) infinite;
  -o-animation: arrow_scroll 2.2s cubic-bezier(.15,.41,.69,.94) infinite;
  animation: arrow_scroll 2.2s cubic-bezier(.15,.41,.69,.94) infinite;
}
.page_content.home .hero_banner .single .content .home-banner-title {
  font-size: 130px;
  line-height: 86px;
  margin-bottom: 35px;
  margin-top: 80px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Khand", sans-serif;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: font-size 0.5s ease, opacity 1s ease, transform 1s ease;
  -moz-transition: font-size 0.5s ease, opacity 1s ease, transform 1s ease;
  -ms-transition: font-size 0.5s ease, opacity 1s ease, transform 1s ease;
  -o-transition: font-size 0.5s ease, opacity 1s ease, transform 1s ease;
  transition: font-size 0.5s ease, opacity 1s ease, transform 1s ease;
}
.page_content.home .hero_banner .single .content .sub_title {
  font-weight: 600;
  font-family: "Khand", sans-serif;
  font-size: 60px;
  margin-bottom: 110px;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: font-size 0.5s ease, opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -moz-transition: font-size 0.5s ease, opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -ms-transition: font-size 0.5s ease, opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -o-transition: font-size 0.5s ease, opacity 1s ease 0.2s, transform 1s ease 0.2s;
  transition: font-size 0.5s ease, opacity 1s ease 0.2s, transform 1s ease 0.2s;
}
.page_content.home .hero_banner .single .content .home-banner-text {
  font-size: 24px;
  line-height: 32px;
  color: inherit;
}
.page_content.home .hero_banner .single .content .button_list {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
}
.page_content.home .hero_banner .single .content .button_list .button {
  margin-top: 25px;
}
.page_content.home .hero_banner .single .content.show .home-banner-title, .page_content.home .hero_banner .single .content.show .sub_title, .page_content.home .hero_banner .single .content.show .button_list {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.page_content.home .hero_banner .single .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000000;
  opacity: 0.3;
  z-index: 3;
}
.page_content.home .hero_banner .single video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.page_content.home .section_two {
  position: relative;
}
.page_content.home .section_two .content_container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.page_content.home .section_two .content_container .left {
  float: left;
  width: 50%;
  min-height: 520px;
  -webkit-transition: opacity 1s ease 0.4s;
  -moz-transition: opacity 1s ease 0.4s;
  -ms-transition: opacity 1s ease 0.4s;
  -o-transition: opacity 1s ease 0.4s;
  transition: opacity 1s ease 0.4s;
}
.page_content.home .section_two .content_container .left h2, .page_content.home .section_two .content_container .left p, .page_content.home .section_two .content_container .left ul, .page_content.home .section_two .content_container .left .button_list {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
}
.page_content.home .section_two .content_container .left h2 {
  -webkit-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -moz-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -ms-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -o-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
}
.page_content.home .section_two .content_container .left p {
  -webkit-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -moz-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -ms-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -o-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
}
.page_content.home .section_two .content_container .left p:first-of-type {
  -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
}
.page_content.home .section_two .content_container .left ul {
  -webkit-transition: opacity 1s ease 1s, transform 1s ease 1s;
  -moz-transition: opacity 1s ease 1s, transform 1s ease 1s;
  -ms-transition: opacity 1s ease 1s, transform 1s ease 1s;
  -o-transition: opacity 1s ease 1s, transform 1s ease 1s;
  transition: opacity 1s ease 1s, transform 1s ease 1s;
}
.page_content.home .section_two .content_container .left ul li {
  display: inline-block;
  width: 48%;
}
.page_content.home .section_two .content_container .left .button_list {
  -webkit-transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
  -moz-transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
  -ms-transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
  -o-transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
  transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
}
.page_content.home .section_two .right {
  opacity: 0;
  position: absolute;
  left: 55%;
  bottom: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.page_content.home .section_two .right img {
  display: block;
  max-width: none;
}
.page_content.home .section_two.show .content_container .left h2, .page_content.home .section_two.show .content_container .left p, .page_content.home .section_two.show .content_container .left ul, .page_content.home .section_two.show .content_container .left .button_list {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page_content.home .section_two.show .right {
  opacity: 1;
}
.page_content.home .section_three {
  overflow: hidden;
  min-height: 480px;
  display: table;
  width: 100%;
  margin: 0;
}
.page_content.home .section_three .left {
  display: table-cell;
  width: 50%;
  background: #e5e5e5 no-repeat center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.page_content.home .section_three .right {
  display: table-cell;
  background-color: #f0782c;
  width: 50%;
  min-height: 480px;
  padding: 120px 80px;
  vertical-align: middle;
  color: #ffffff;
}
.page_content.home .section_three .right .inner {
  width: 100%;
  max-width: 725px;
  float: left;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -ms-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
.page_content.home .section_three .right .inner h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.page_content.home .section_three.show .left {
  opacity: 1;
}
.page_content.home .section_three.show .right .inner {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page_content.home .section_four {
  margin: 70px 0;
}
.page_content.home .section_four .content_container {
  overflow: hidden;
}
.page_content.home .section_four .content_container h2 {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s ease, transform 1s ease;
  -moz-transition: opacity 1s ease, transform 1s ease;
  -ms-transition: opacity 1s ease, transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
}
.page_content.home .section_four .content_container .sub_title {
  text-align: center;
  margin: auto;
  margin-bottom: 70px;
  margin-top: 78px;
  max-width: 900px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
}
.page_content.home .section_four .content_container .list {
  width: 48%;
  float: left;
}
.page_content.home .section_four .content_container .list .single {
  min-height: 112px;
  margin: 25px 0;
  opacity: 0;
  padding-left: 60px;
  background: no-repeat top left;
  background-size: 40px 40px;
  padding-top: 8px;
}
.page_content.home .section_four .content_container .list .single h3 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
.page_content.home .section_four .content_container .list .single h3:before {
  display: none;
}
.page_content.home .section_four .content_container .list .single:nth-of-type(1) {
  -webkit-transition: opacity 1s ease 1s, transform 1s ease 1s;
  -moz-transition: opacity 1s ease 1s, transform 1s ease 1s;
  -ms-transition: opacity 1s ease 1s, transform 1s ease 1s;
  -o-transition: opacity 1s ease 1s, transform 1s ease 1s;
  transition: opacity 1s ease 1s, transform 1s ease 1s;
}
.page_content.home .section_four .content_container .list .single:nth-of-type(2) {
  -webkit-transition: opacity 1s ease 1.4s, transform 1s ease 1.4s;
  -moz-transition: opacity 1s ease 1.4s, transform 1s ease 1.4s;
  -ms-transition: opacity 1s ease 1.4s, transform 1s ease 1.4s;
  -o-transition: opacity 1s ease 1.4s, transform 1s ease 1.4s;
  transition: opacity 1s ease 1.4s, transform 1s ease 1.4s;
}
.page_content.home .section_four .content_container .list .single:nth-of-type(3) {
  -webkit-transition: opacity 1s ease 1.8s, transform 1s ease 1.8s;
  -moz-transition: opacity 1s ease 1.8s, transform 1s ease 1.8s;
  -ms-transition: opacity 1s ease 1.8s, transform 1s ease 1.8s;
  -o-transition: opacity 1s ease 1.8s, transform 1s ease 1.8s;
  transition: opacity 1s ease 1.8s, transform 1s ease 1.8s;
}
.page_content.home .section_four .content_container .list.left {
  margin-right: 2%;
}
.page_content.home .section_four .content_container .list.left .single {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
}
.page_content.home .section_four .content_container .list.right {
  margin-left: 2%;
}
.page_content.home .section_four .content_container .list.right .single {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}
.page_content.home .section_four.show .content_container h2, .page_content.home .section_four.show .content_container .sub_title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.page_content.home .section_four.show .content_container .center_image {
  opacity: 1;
}
.page_content.home .section_four.show .content_container .list .single {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page_content.home .section_five {
  background-color: #f0782c;
}
.page_content.home .section_five .counter_group {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.page_content.home .section_five .counter_group .single {
  display: inline-block;
  width: 33.333%;
  border-right: 1px solid #ff914c;
}
.page_content.home .section_five .counter_group .single:last-of-type {
  border-right: 0;
}
.page_content.home .section_five .counter_group .single img {
  height: 75px;
  width: 75px;
  margin-bottom: 26px;
}
.page_content.home .section_five .counter_group .single h2 {
  font-size: 90px;
  line-height: 90px;
}
.page_content.home .section_five .counter_group .single h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
}
.page_content.home .section_five .counter_group .single h3:before {
  display: none;
}
.page_content.home .sign-up {
  padding: 40px 0;
}
.page_content.home .sign-up form {
  overflow: hidden;
}
.page_content.home .sign-up form h3 {
  width: 420px;
  margin-bottom: 0;
  font-size: 30px;
  float: left;
}
.page_content.home .sign-up form h3:before {
  display: none;
}
.page_content.home .sign-up form p {
  float: right;
  width: calc(100% - 420px);
  margin-bottom: 0;
}
.page_content.home .sign-up form p input {
  float: left;
}
.page_content.home .sign-up form p input[type=email], .page_content.home .sign-up form p input[type=text] {
  width: calc(50% - 105px);
  margin-right: 20px;
}
.page_content.home .sign-up form p input[type=submit] {
  height: 45px;
  border-color: #f0782c;
  font-size: 18px;
  line-height: 45px;
}
.page_content.home .sign-up form p input[type=submit]:hover {
  background-color: #f0782c;
}
@media screen and (max-width: 1099px) {
  .page_content.home h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .page_content.home .hero_banner .single {
    min-height: 0;
    height: auto;
    display: block;
  }
  .page_content.home .hero_banner .single .content {
    padding-top: 150px;
    padding-bottom: 100px;
    display: block;
  }
  .page_content.home .hero_banner .single .content .home-banner-title {
    margin-top: 0;
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 10px;
  }
  .page_content.home .hero_banner .single .content .sub_title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 60px;
  }
  .page_content.home .hero_banner .single .content .home-banner-text {
    font-size: 18px;
  }
  .page_content.home .hero_banner .single .content .scroll-downs {
    display: none;
  }
  .page_content.home .hero_banner .single video {
    display: none;
  }
  .page_content.home .section_two .content_container .left {
    float: none;
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-top: 0;
    min-height: 0;
  }
  .page_content.home .section_two .content_container .left .responsive_section_two_image {
    display: block;
  }
  .page_content.home .section_two .right {
    display: none;
  }
  .page_content.home .section_three {
    min-height: 380px;
  }
  .page_content.home .section_three .right {
    min-height: 380px;
    padding: 60px 40px;
  }
  .page_content.home .section_three .right .inner h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1099px) and (max-width: 900px) {
  .page_content.home .section_three {
    position: relative;
    display: block;
  }
  .page_content.home .section_three .left {
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
  }
  .page_content.home .section_three .right {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 20px 30px;
    padding-top: 240px;
  }
  .page_content.home .section_three .right .inner {
    float: none;
    max-width: none;
  }
  .page_content.home .section_three .right .inner .h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1099px) {
  .page_content.home .section_four {
    margin: 40px 0;
  }
  .page_content.home .section_four .content_container h2::before, .page_content.home .section_four .content_container h2::after {
    top: -3px;
  }
  .page_content.home .section_four .content_container .sub_title {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .page_content.home .section_four .content_container .list {
    width: 48%;
  }
  .page_content.home .section_four .content_container .list.left {
    text-align: left;
    margin-left: 2%;
    margin-right: 0;
  }
  .page_content.home .section_four .content_container .list.left .single {
    padding-left: 60px;
    background: no-repeat top left;
    background-size: 40px 40px;
  }
}
@media screen and (max-width: 1099px) {
  .page_content.home .section_five .counter_group {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .page_content.home .section_five .counter_group .single img {
    height: 60px;
    width: 60px;
    margin-bottom: 20px;
  }
  .page_content.home .section_five .counter_group .single h2 {
    font-size: 70px;
    line-height: 70px;
  }
  .page_content.home .section_five .counter_group .single h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1099px) {
  .page_content.home .sign-up {
    padding: 30px 0;
  }
  .page_content.home .sign-up form {
    overflow: hidden;
  }
  .page_content.home .sign-up form h3 {
    width: 100%;
  }
  .page_content.home .sign-up form p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_content.home .hero_banner .single .content {
    padding: 150px 30px 30px 30px;
  }
  .page_content.home .hero_banner .single .content .home-banner-title, .page_content.home .hero_banner .single .content .sub_title, .page_content.home .hero_banner .single .content .button_list {
    padding: 0;
  }
  .page_content.home .hero_banner .single .content .home-banner-title {
    font-size: 60px;
    line-height: 48px;
  }
  .page_content.home .hero_banner .single .content .sub_title {
    font-size: 26px;
    line-height: 28px;
  }
  .page_content.home .section_two .content_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page_content.home .section_two .content_container .left {
    float: none;
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-top: 0;
  }
  .page_content.home .section_two .content_container .left .responsive_section_two_image {
    margin-left: 0;
    float: none;
    text-align: center;
  }
  .page_content.home .section_two .content_container .left ul li {
    width: 100%;
  }
  .page_content.home .section_four {
    margin: 30px 0;
    margin-bottom: 0;
  }
  .page_content.home .section_four .content_container h2 {
    position: static;
  }
  .page_content.home .section_four .content_container h2::before, .page_content.home .section_four .content_container h2::after {
    display: none;
  }
  .page_content.home .section_four .content_container .sub_title {
    font-size: 16px;
    margin: 20px 0;
  }
  .page_content.home .section_four .content_container .list {
    width: 100%;
    .opacity: 0;
  }
  .page_content.home .section_four .content_container .list.right {
    margin-top: 0;
  }
  .page_content.home .section_four .content_container .list.left .single, .page_content.home .section_four .content_container .list.right .single {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .page_content.home .section_five .counter_group {
    padding: 0;
    text-align: left;
  }
  .page_content.home .section_five .counter_group .single {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ff914c;
    overflow: hidden;
    padding: 20px 0;
  }
  .page_content.home .section_five .counter_group .single img {
    height: 60px;
    width: 60px;
    margin-bottom: 0;
    margin-right: 20px;
    float: left;
  }
  .page_content.home .section_five .counter_group .single h2 {
    font-size: 40px;
    line-height: 40px;
    float: right;
    margin-bottom: 0;
    width: calc(100% - 80px);
  }
  .page_content.home .section_five .counter_group .single h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    float: right;
    width: calc(100% - 80px);
  }
  .page_content.home .sign-up {
    padding: 20px 0;
  }
  .page_content.home .sign-up form {
    overflow: hidden;
    text-align: center;
  }
  .page_content.home .sign-up form h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }
  .page_content.home .sign-up form p input {
    float: none;
  }
  .page_content.home .sign-up form p input[type=email], .page_content.home .sign-up form p input[type=text] {
    width: 100%;
    margin-bottom: 15px;
  }
}

.sub_page {
  margin-top: 125px;
  -webkit-transition: margin-top 0.3s ease;
  -moz-transition: margin-top 0.3s ease;
  -ms-transition: margin-top 0.3s ease;
  -o-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}
.sub_page.scroll {
  margin-top: 100px;
}
@media screen and (max-width: 1250px) {
  .sub_page {
    margin-top: 85px !important;
  }
}
.sub_page .banner {
  height: 215px;
  background: #e5e5e5 no-repeat center;
  background-size: cover;
  position: relative;
}
.sub_page .banner .content_container {
  height: 100%;
  display: table;
}
.sub_page .banner .content_container h1 {
  color: #ffffff;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}
.sub_page .sub_page_content {
  padding-top: 25px;
  padding-bottom: 25px;
}
.sub_page .sub_page_content .left {
  float: left;
  width: calc(100% - 370px);
  min-height: 50vh;
}
.sub_page .sub_page_content .right {
  width: 315px;
  position: absolute;
  right: 0;
  height: 100%;
}
.sub_page .sub_page_content .right .sidebar {
  background-color: #f0782c;
  padding: 30px;
  border-radius: 8px;
  margin-top: 65px;
  width: 315px;
}
.sub_page .sub_page_content .right .sidebar h4 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ffffff;
}
.sub_page .sub_page_content .right .sidebar .list {
  margin: 20px 0;
}
.sub_page .sub_page_content .right .sidebar .list a {
  color: #ffffff;
  font-family: "Khand", sans-serif;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sub_page .sub_page_content .right .sidebar .list a:hover, .sub_page .sub_page_content .right .sidebar .list a.current {
  color: #333333;
}
.sub_page .sub_page_content .right .sidebar .list:last-of-type {
  margin-bottom: 0;
}
.sub_page .sub_page_content .right.fixed .sidebar {
  position: fixed;
  top: 100px;
}
.sub_page .sub_page_content .right.fixed.bottom .sidebar {
  position: absolute;
  top: auto;
  bottom: 25px;
}
@media screen and (max-width: 1099px) {
  .sub_page .banner {
    height: 110px;
  }
  .sub_page .sub_page_content .left {
    width: 100%;
  }
  .sub_page .sub_page_content .right {
    display: none;
  }
}
.single_section {
  padding: 60px 0;
  border-bottom: 1px dotted #333333;
}
.single_section:last-of-type {
  border-bottom: none;
}
.single_section iframe {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .single_section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .single_section {
    padding: 20px 0;
  }
}

.staff_part h2 {
  overflow: hidden;
  position: relative;
}
.staff_part .region_title_part {
  width: 100%;
  display: table;
  border: 1px solid #e5e5e5;
  height: 70px;
}
.staff_part .region_title_part .region {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  font-family: "Khand", sans-serif;
  font-weight: 700;
  position: relative;
}
.staff_part .region_title_part .region span {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.staff_part .region_title_part .region span::before {
  content: "";
  position: absolute;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  left: 0;
  bottom: 0;
  top: 25px;
  width: 100%;
  height: 1px;
  background: #f0782c;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.staff_part .region_title_part .region:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 15px;
  height: 40px;
  width: 1px;
  background-color: #e5e5e5;
}
.staff_part .region_title_part .region:hover span, .staff_part .region_title_part .region.selected span {
  opacity: 1;
}
.staff_part .region_title_part .region:hover span::before, .staff_part .region_title_part .region.selected span::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.staff_part .staff_list_part {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.staff_part .staff_list_part .staff_list {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  height: 0;
  overflow: hidden;
}
.staff_part .staff_list_part .staff_list.selected {
  padding: 50px;
  height: auto;
  opacity: 1;
}
.staff_part .staff_list_part .staff_list h3:before {
  display: none;
}
.staff_part .staff_list_part .staff_list .slick-track {
  margin: auto;
}
.staff_part .staff_list_part .staff_list .staff_slider .single .inner {
  border: 1px solid #e5e5e5;
  width: 240px;
  height: 335px;
  margin: auto;
}
.staff_part .staff_list_part .staff_list .staff_slider .single .inner h3 {
  font-size: 24px;
  line-height: 26px;
  margin: 10px 15px;
}
.staff_part .staff_list_part .staff_list .staff_slider .single .inner p {
  margin: 10px 15px;
  line-height: 18px;
}
.staff_part .staff_list_part .staff_list .staff_slider .single.slick-current .inner {
  border: 1px solid #f0782c;
}
.staff_part .staff_list_part .staff_list .staff_slider .slick-arrow {
  font-size: 1px;
  color: transparent;
  width: 18px;
  height: 32px;
  background: url(../images/icon-arrow-thin.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.staff_part .staff_list_part .staff_list .staff_slider .slick-arrow.slick-prev {
  left: -15px;
}
.staff_part .staff_list_part .staff_list .staff_slider .slick-arrow.slick-next {
  right: -15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.staff_part .staff_list_part .staff_list .staff_slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.staff_part .staff_list_part .staff_list .staff_details {
  margin-top: 50px;
}
.staff_part .staff_list_part .staff_list .staff_details .single h3 {
  font-size: 38px;
  margin-bottom: 10px;
}
.staff_part .staff_list_part .staff_list .staff_details .single .title {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1099px) {
  .staff_part .staff_list_part .staff_list.selected {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .staff_part {
    overflow: hidden;
  }
  .staff_part .staff_list_part .staff_list.selected {
    padding: 30px 15px;
  }
  .staff_part .staff_list_part .staff_list .staff_slider .single .inner {
    width: 180px;
    height: 277px;
  }
}

.form_wrap {
  width: 100%;
  overflow-y: auto;
}
.form_wrap form table {
  border-collapse: collapse;
}
.form_wrap form table tr td, .form_wrap form table tr th {
  padding: 15px;
  vertical-align: top;
  border: 1px solid #efefef;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form_wrap form.order {
    width: 690px;
  }
  .form_wrap form.contact table tr td {
    padding: 0;
    display: block;
    width: 100%;
    border: none;
  }
}

.starter-pack-form {
  overflow: hidden;
}
.starter-pack-form p {
  width: 49%;
}
.starter-pack-form p:nth-of-type(odd) {
  float: left;
}
.starter-pack-form p:nth-of-type(even) {
  float: right;
}
.starter-pack-form p:nth-of-type(3), .starter-pack-form p:nth-of-type(4), .starter-pack-form p:nth-of-type(9) {
  width: 100%;
}
.starter-pack-form p:nth-of-type(10) {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .starter-pack-form p {
    width: 100% !important;
  }
}

.wpcf7-response-output {
  margin: 0 !important;
}

/* ===================== GENERAL STYLING - CONTENT CONTAINER ====================== */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.page_content {
  width: 2560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content_container {
  max-width: 100%;
  width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 1340px) {
  .content_container {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}

html, body {
  line-height: 28px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  color: #333333;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff !important;
  background: #333333 !important;
}

::selection {
  color: #ffffff !important;
  background: #333333 !important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 600;
  color: #022f51;
  font-family: "Khand", sans-serif;
  -webkit-transition: font-size 0.5s ease;
  -moz-transition: font-size 0.5s ease;
  -ms-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}
body h1 {
  font-size: 80px;
  line-height: 82px;
}
@media screen and (max-width: 1099px) {
  body h1 {
    font-size: 58px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  body h1 {
    font-size: 50px;
    line-height: 52px;
  }
}
body h2 {
  margin-bottom: 20px;
  font-size: 58px;
  line-height: 60px;
}
@media screen and (max-width: 1099px) {
  body h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  body h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
body h3 {
  margin-bottom: 44px;
  font-size: 42px;
  line-height: 44px;
  position: relative;
}
body h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #f0782c;
  bottom: -20px;
  left: 0;
}
body h4, body h5, body h6 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 30px;
}
body .sub_title {
  font-size: 22px;
  line-height: 32px;
  font-family: "Abel", sans-serif;
  color: #022f51;
}
body blockquote {
  font-size: 28px;
  line-height: 40px;
  font-family: "Abel", sans-serif;
}
@media screen and (max-width: 1099px) {
  body blockquote {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  body blockquote {
    font-size: 18px;
    line-height: 30px;
  }
}
body p {
  margin-bottom: 16px;
  font-weight: 300;
}
body a {
  text-decoration: none;
  font-weight: 600;
  color: inherit;
}
body b, body strong {
  font-weight: 700;
}
body i {
  font-style: italic;
}
body ul {
  margin-bottom: 10px;
}
body ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  vertical-align: top;
  font-weight: 300;
  display: block;
}
body ul li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background-color: #f0782c;
}
@media screen and (max-width: 767px) {
  body ul li.two_col {
    width: 100% !important;
  }
}
body input:not([type=radio]), body input:not([type=checkbox]), body textarea, body select, body button {
  font-family: "Open Sans", sans-serif;
  padding: 10px;
  outline: none;
  border: none;
  background-color: #efefef;
  font-size: 16px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
body input:not([type=radio])::-webkit-input-placeholder, body input:not([type=checkbox])::-webkit-input-placeholder, body textarea::-webkit-input-placeholder, body select::-webkit-input-placeholder, body button::-webkit-input-placeholder {
  color: #333333;
}
body input:not([type=radio]):-moz-placeholder, body input:not([type=checkbox]):-moz-placeholder, body textarea:-moz-placeholder, body select:-moz-placeholder, body button:-moz-placeholder {
  color: #333333;
}
body input:not([type=radio])::-moz-placeholder, body input:not([type=checkbox])::-moz-placeholder, body textarea::-moz-placeholder, body select::-moz-placeholder, body button::-moz-placeholder {
  color: #333333;
}
body input:not([type=radio]):-ms-input-placeholder, body input:not([type=checkbox]):-ms-input-placeholder, body textarea:-ms-input-placeholder, body select:-ms-input-placeholder, body button:-ms-input-placeholder {
  color: #333333;
}
body input:not([type=radio]):focus, body input:not([type=checkbox]):focus, body textarea:focus, body select:focus, body button:focus {
  background-color: rgba(239, 239, 239, 0.5);
}
body input[type=text],
body input[type=email],
body input[type=phone],
body input[type=tel],
body input[type=url],
body input[type=password],
body input[type=search], body textarea {
  padding: 12px 20px;
  margin: 0;
  border-radius: 8px;
}
body input[type=submit] {
  display: inline-block;
  width: 170px;
  padding: 0 20px;
  text-align: center;
  line-height: 36px;
  height: 38px;
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #022f51;
  border: 2px solid #022f51;
  background-color: transparent;
  cursor: pointer;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body input[type=submit]:hover {
  color: #ffffff;
  background-color: #022f51;
}
body textarea {
  resize: none;
}
body select {
  height: 44px;
  padding-left: 20px;
  padding-right: 50px;
  background: #efefef url(../images/arrow_select.png) no-repeat center right;
}
body ol li {
  position: relative;
  /*
  line-height: 1.8em;
  letter-spacing: 0.01em;
  margin: 10px 0;
  padding-left: 40px;
  counter-increment: step-counter;
  */
  /*
  &:before {
  	content: counter(step-counter) ".";
  	position: absolute;
  	left: 10px;
  	top: 0px;
  	height: 20px;
  	width: 20px;

  	color: $primary;
  	font-size: 1.1em;
  	font-family: $headingfontbold;
  }
  */
}
body img {
  height: auto;
  max-width: 100%;
}
body img.aligncenter {
  display: block;
  margin: 0 auto;
  padding: 25px 0 0 0;
}
@media screen and (max-width: 600px) {
  body img.aligncenter {
    padding: 0;
  }
}
body img.alignleft {
  float: left;
  max-width: 45%;
  padding-top: 0;
  margin-bottom: 16px;
  border-right: 35px solid #ffffff;
  clear: both;
}
@media screen and (max-width: 600px) {
  body img.alignleft {
    float: none;
    display: block;
    max-width: 100%;
    padding: 0;
    margin: auto;
    border-right: 0;
  }
}
body img.alignright {
  float: right;
  max-width: 45%;
  padding-top: 0;
  margin-bottom: 16px;
  border-left: 35px solid #ffffff;
  clear: both;
}
@media screen and (max-width: 600px) {
  body img.alignright {
    float: none;
    display: block;
    max-width: 100%;
    padding: 0;
    margin: auto;
    border-left: 0;
  }
}
body iframe {
  max-width: 100%;
}
body .gallery {
  margin-bottom: 40px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
body .gallery .gallery-item {
  padding: 0 10px;
}
body .gallery .gallery-item img {
  border: none !important;
}
@media screen and (max-width: 600px) {
  body .gallery .gallery-item {
    float: none !important;
    width: 100% !important;
  }
}

.button {
  display: inline-block;
  min-width: 170px;
  position: relative;
  margin: 0 5px;
  margin-top: 40px;
  height: 45px;
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
  padding: 0 20px;
  font-size: 18px;
  line-height: 45px;
  border: 2px solid #f0782c;
  border-radius: 8px;
  height: 45px;
  color: #000000;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  text-align: center;
}
.button:first-of-type {
  margin-left: 0;
}
.button:last-of-type {
  margin-right: 0;
}
.button:hover {
  background-color: #f0782c;
}
.button.white {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .button {
    display: block;
    margin: auto;
    margin-top: 15px;
    text-align: center;
  }
  .button a {
    display: inline-block;
    min-width: 170px;
  }
}

footer .cta {
  background-color: #022f51;
  color: #ffffff;
  padding: 30px 0;
  font-family: "Khand", sans-serif;
  font-size: 24px;
  line-height: 34px;
}
footer .top {
  background-color: #f0782c;
  color: #ffffff;
}
footer .top .content_container {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .top .content_container > h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 40px;
}
footer .top .content_container .contact_info {
  float: left;
  width: 20%;
  font-size: 12px;
  line-height: 24px;
}
footer .top .content_container .contact_info p {
  margin-bottom: 15px;
  padding-left: 55px;
  padding-right: 25%;
  background: no-repeat left 4px;
}
footer .top .content_container .contact_info p span {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
footer .top .content_container .contact_info p.address {
  background-image: url(../images/icon_address.png);
}
footer .top .content_container .contact_info p.phone {
  background-image: url(../images/icon_phone.png);
}
footer .top .content_container .contact_info p.mail {
  background-image: url(../images/icon_mail.png);
}
footer .top .content_container .contact_info p:hover span {
  opacity: 1;
}
footer .top .content_container .contact_info .social_media {
  margin-top: 30px;
}
footer .top .content_container .contact_info .social_media a {
  opacity: 0.4;
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
footer .top .content_container .contact_info .social_media a svg {
  fill: #ffffff;
  height: 20px;
  width: 20px;
}
footer .top .content_container .contact_info .social_media a:hover {
  opacity: 1;
}
footer .top .content_container .contact_from_wrap {
  float: left;
  width: 50%;
}
footer .top .content_container .contact_from_wrap form {
  overflow: hidden;
}
footer .top .content_container .contact_from_wrap form .col-1, footer .top .content_container .contact_from_wrap form .col-2 {
  width: 48%;
}
footer .top .content_container .contact_from_wrap form .col-1 {
  float: left;
}
footer .top .content_container .contact_from_wrap form .col-2 {
  float: right;
}
footer .top .content_container .contact_from_wrap form p {
  position: relative;
  margin-bottom: 20px;
}
footer .top .content_container .contact_from_wrap form p .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  right: 0;
  top: 31px;
  color: #ffffff;
}
footer .top .content_container .contact_from_wrap form textarea {
  height: 246px;
}
footer .top .content_container .contact_from_wrap form .wpcf7-response-output {
  margin: 0;
}
footer .top .content_container .contact_from_wrap form .ajax-loader {
  position: absolute;
  margin-top: 12px;
}
footer .top .content_container .footer_img {
  position: absolute;
  left: 72%;
  bottom: 0;
}
footer .bottom {
  background-color: #f0782c;
  opacity: 0.9;
}
footer .bottom .content_container {
  overflow: hidden;
}
footer .bottom .content_container p {
  line-height: 64px;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  width: 33.33%;
}
footer .bottom .content_container .copyright {
  float: left;
}
footer .bottom .content_container .privacy_policy {
  float: left;
  text-align: center;
}
footer .bottom .content_container .chromatix {
  float: right;
  text-align: right;
}
footer .bottom .content_container .chromatix a {
  color: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 1099px) {
  footer .cta {
    padding: 25px;
    font-size: 20px;
    line-height: 30px;
  }
  footer .cta .content_container {
    margin: 0;
  }
  footer .top .content_container .contact_info {
    width: 40%;
  }
  footer .top .content_container .contact_from_wrap {
    width: 60%;
  }
  footer .top .content_container .footer_img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .cta {
    text-align: center;
  }
  footer .top .content_container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .top .content_container .contact_info {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .top .content_container .contact_from_wrap {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  footer .top .content_container .contact_from_wrap form {
    overflow: hidden;
  }
  footer .top .content_container .contact_from_wrap form .col-1, footer .top .content_container .contact_from_wrap form .col-2 {
    width: 100%;
    float: none;
  }
  footer .top .content_container .contact_from_wrap form .wpcf7-response-output {
    position: static;
  }
  footer .top .content_container .contact_from_wrap form .ajax-loader {
    right: auto;
  }
  footer .top .content_container .contact_from_wrap form input[type=submit] {
    float: none;
  }
  footer .bottom .content_container {
    padding: 15px 0;
  }
  footer .bottom .content_container p {
    line-height: 20px;
    font-size: 13px;
    width: 100%;
  }
  footer .bottom .content_container .copyright, footer .bottom .content_container .privacy_policy, footer .bottom .content_container .chromatix {
    float: none;
    text-align: center;
  }
}

.Explorer .page_content.home .hero_banner .single.slick-current .bg {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.Explorer .page_content.home .section_three .content_container h2::before {
  margin-left: auto;
}

/*# sourceMappingURL=styles.css.map */
