﻿@charset "utf-8";
a,
body {
  color: #696969;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
blockquote,

body {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.film-button i,
.film-social a,
.pagination,
a.backtotop {
  text-align: center;
}
.ns-d-glasses:before {
  content: "\e900";
}
.ns-award:before {
  content: "\e901";
}
.ns-cinema-screen:before {
  content: "\e902";
}
.ns-film-strip:before {
  content: "\e903";
}
.ns-film:before {
  content: "\e904";
}
.ns-illumination:before {
  content: "\e905";
}
.ns-picture:before {
  content: "\e906";
}
.ns-popcorn:before {
  content: "\e907";
}
.ns-projector-screen:before {
  content: "\e908";
}
.ns-seats:before {
  content: "\e909";
}
.ns-television:before {
  content: "\e90a";
}
.ns-theater:before {
  content: "\e90b";
}
.ns-tickets:before {
  content: "\e90c";
}
.ns-tripod:before {
  content: "\e90d";
}
.ns-video-camera:before {
  content: "\e90e";
}
* {
  padding: 0;
  margin: 0;
}
*,
:active,
:focus,
:hover {
  outline: 0 !important;
}
body {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 15px;
}
.bg-body {
  background: url(../images/background/bg_body.jpg);
}
ol,
ul {
  list-style: none;
}
a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  color: #f78223;
}
blockquote {
  font-size: 20px;
  font-style: italic;
  color: #ababab;
  padding: 20px 60px;
  margin: 0;
  border: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.film-button a,
.film-button i {
  vertical-align: middle;
  display: inline-block;
}
iframe {
  border: none;
  width: 100%;
}
button,
input,
select,
textarea {
  font-size: 15px;
  color: #404040;
  background-color: #f4f4f4;
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  border: 1px solid #f1eeea;
  border-radius: 3px;
  color: #666;
  padding: 7px 15px;
  outline: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.popup-video img,
.site {
  -webkit-transition: all 0.5s;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  height: 40px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333;
  margin-top: 0;
}
.h1,
h1 {
  font-size: 56px;
}
.h2,
h2 {
  font-size: 40px;
}
.h3,
h3 {
  font-size: 34px;
}
.h4,
h4 {
  font-size: 24px;
}
.h5,
h5 {
  font-size: 18px;
}
.h6,
h6 {
  font-size: 14px;
}
.site {
  overflow: hidden;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.film-button i,
.popup-video img {
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.site.open {
  transform: translateX(256px);
}
.site.open:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 9999;
}
.button,
.button-2 {
  display: inline-block;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 46px;
  height: 48px;
  border: 1px solid #f78223;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.button {
  background-color: #f78223;
  color: #fff;
  padding: 0 20px;
}
.button-2,
.button:hover {
  background-color: transparent;
  color: #f78223;
}
.button-2 {
  padding: 0 40px;
}
.button-2:hover {
  background-color: #f78223;
  color: #fff;
}
.top-search {
  width: 100%;
  background-color: #f78223;
  color: #fff;
  display: none;
}
.top-search form {
  padding-left: 30px;
  position: relative;
}
.top-search form:before {
  content: "\f4a5";
  font-family: Ionicons;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 0;
  height: 40px;
  line-height: 40px;
}
.top-search form input[type="search"] {
  border: none;
  background: 0 0;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.top-search form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
.top-search form input[type="search"]::-moz-placeholder {
  color: #fff;
}
.top-search form input[type="search"]:-ms-input-placeholder {
  color: #fff;
}
.top-search form input[type="search"]:-moz-placeholder {
  color: #fff;
}
.popup-video {
  overflow: hidden;
  margin-top: -80px;
  margin-bottom: 80px;
  position: relative;
}
.popup-video img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  z-index: 96;
}
.popup-video:hover img {
  transform: scale(1.1);
}
.popup-video a:after,
.popup-video a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f78223;
}
.popup-video a:before {
  content: "";
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  opacity: 0.3;
  z-index: 97;
}
.popup-video a:after {
  content: "\f215";
  font-family: Ionicons;
  color: #fff;
  font-size: 24px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  display: block;
  z-index: 98;
}
.popup-video.style-2 {
  margin-top: -110px;
  margin-bottom: 50px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.film-button {
  display: inline-block;
  margin-right: 20px;
}
.film-button i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-color: #f78223;
  color: #fff;
  margin-right: 20px;
  font-size: 20px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.film-hire-box .link,
a.backtotop:before {
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.film-button:hover i {
  background-color: #333;
}
.film-button a {
  color: #333;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 5px;
}
a.backtotop {
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background-color: #f78223;
  position: fixed;
  right: 60px;
  cursor: pointer;
  opacity: 0;
  bottom: 0;
  z-index: 10;
}
a.backtotop.show {
  opacity: 1;
  bottom: 60px;
  color: #fff;
}
a.backtotop:before {
  content: "";
  width: 74px;
  height: 74px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f78223;
  opacity: 0.3;
  position: absolute;
  top: -9px;
  left: -9px;
  transform: scale(0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.backtotop.show:hover:before {
  transform: scale(1);
}
body.open-right .site:before {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
  z-index: 1000;
}
.featured-number {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 150px;
  color: rgba(204, 204, 204, 0.02);
  line-height: 1;
  font-weight: 700;
  text-transform: none;
  margin-left: -20px;
}
.featured-title {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  margin-top: -100px;
  margin-left: 110px;
}
.text-center .featured-title {
  margin-left: 240px;
}
.film-links-cloud {
  margin-top: 40px;
  margin-bottom: 70px;
  max-width: 530px;
}
.image-shadow,
.image-shadow img {
  max-width: 100%;
  vertical-align: top;
}
.film-links-cloud ul {
  padding: 0;
}
.film-links-cloud ul li {
  display: inline;
}
.film-links-cloud ul li a {
  font-size: 24px;
  line-height: 48px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: #ababab;
}
.film-links-cloud.dark ul li a {
  color: #696969;
}
.film-links-cloud ul li a:hover {
  color: #333;
}
.film-links-cloud.dark ul li a:hover {
  color: #fff;
}
.film-links-cloud ul li a:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  display: inline-block;
  line-height: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  transform: translateY(-50%);
  color: #e2e2e2;
}
.film-links-cloud ul li:first-child a:before {
  content: "";
  margin-left: 0;
  margin-right: 0;
}
.film-links-cloud.dark ul li a:before {
  color: #696969;
}
.film-hire-box {
  color: #fff;
  background-color: #333;
  width: 100%;
  padding: 90px 90px 60px;
  margin: 0;
  font-family: Montserrat;
  position: relative;
  overflow: hidden;
}
.film-hire-box .link a,
.film-hire-box .title {
  font-weight: 400;
  color: #f78223;
  text-transform: uppercase;
}
.film-hire-box .title {
  font-size: 14px;
}
.film-hire-box .text {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
}
.film-hire-box .link {
  margin-top: 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.film-hire-box .link a {
  display: inline-block;
  font-size: 14px;
  font-family: Montserrat;
  height: 48px;
  line-height: 46px;
  padding: 0 24px;
  border: 1px solid #f78223;
}
.film-hire-box .link a:hover {
  border-color: #fff;
  color: #fff;
}
.film-hire-box.style-2 {
  background: 0 0;
  padding: 0;
}
.film-hire-box.style-2:before {
  content: " ";
  width: 2000px;
  height: 100%;
  background-color: #333;
  display: block;
  position: absolute;
  top: -70px;
  left: 50%;
}
.film-social .tooltip-inner,
.film-social li:hover > a {
  background-color: #f78223;
}
.film-hire-box.style-2 .film-hire-box-right {
  color: #fff;
  width: 100%;
  padding: 70px 130px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.open-right-content,
.slideout-menu {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
}
.pagination {
  margin-top: 60px;
  text-transform: uppercase;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  width: 100%;
}
.pagination a,
.pagination span {
  width: 40px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  margin: 0;
  font-weight: 700;
  display: inline-block;
}
.pagination .page-numbers.current {
  border-radius: 50%;
  height: 40px;
  color: #f78223;
}
.pagination a {
  font-size: 14px;
  border: 0;
}
.pagination a.prev,
.pagination span.prev {
  border: 0;
  margin-right: 10px;
  width: auto;
}
.pagination a.prev:before,
.pagination span.prev:before {
  content: "\f3d2";
  font-family: Ionicons;
  margin-right: 10px;
}
.pagination a.next,
.pagination span.next {
  border: 0;
  margin-left: 10px;
  width: auto;
}
.pagination a.next:after,
.pagination span.next:after {
  content: "\f3d3";
  font-family: Ionicons;
  margin-left: 10px;
}
.film-social li {
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.film-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f4f4f4;
  border-radius: 20px;
  font-size: 14px;
  color: #696969;
}
.image-box-shadow,
.image-shadow img {
  height: auto;
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.film-social li:hover > a {
  color: #fff;
}
.film-social .tooltip.top .tooltip-arrow {
  border-top-color: #f78223;
}
.image-shadow {
  display: inline-block;
  background-color: #f0f0f0;
}
.image-shadow img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translate(40px, 60px);
}
.hashtag {
  font-size: 80px;
  font-weight: 700;
  color: #333;
  font-family: Montserrat, sans-serif;
  line-height: 1;
  position: absolute;
  top: -40px;
  left: 100px;
}
.image-box-shadow {
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#googleMap {
  min-height: 480px;
}
.box-shadow {
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.floating {
  -webkit-animation-name: floating;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes floating {
  from,
  to {
    -webkit-transform: translate(0, 0);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
}
@-moz-keyframes floating {
  from,
  to {
    -moz-transform: translate(0, 0);
  }
  65% {
    -moz-transform: translate(0, 15px);
  }
}
.header {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header.header-overlay {
  background-color: transparent;
  position: absolute;
}
.header.header-1,
.header.header-3 {
  display: inline-block;
  width: 100%;
  min-height: 101px;
}
.header.header-1 .header-left,
.header.header-3 .header-left {
  padding-left: 100px;
}
.header.header-1 .header-right,
.header.header-3 .header-right {
  padding-right: 100px;
  text-align: right;
  position: static;
}
.header.header-1 .logo,
.header.header-3 .logo {
  margin-top: 20px;
}
.header.header-1 .logo-alt,
.header.header-3 .logo-alt {
  display: none;
  margin-top: -18px;
}
.header.header-1 .header-right .open-search,
.header.header-3 .header-right .open-search {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin-left: 20px;
  cursor: pointer;
  color: #333;
}
.header.header-overlay .header-right .open-search {
  color: #fff;
}
.header.header-overlay.scrolling-menu .header-right .open-search,
.header.header-overlay.scrolling-menu .menu-primary > ul > li > a {
  color: #333;
}
.header.scrolling-menu .logo {
  display: none;
}
.header.scrolling-menu .logo-alt {
  display: inline-block;
  width: 200px;
  margin-top: 0;
}
.header.header-2 {
  position: absolute;
  z-index: 999;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  background-color: transparent;
}
.header.header-2 .hamburger-menu {
  display: inline-block;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.header.scrolling-menu {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  z-index: 999;
}
.header.header-2.scrolling-menu {
  padding: 0;
}
.header.header-2.scrolling-menu .hamburger-menu {
  color: #696969;
}
.header.header-3 {
  background-color: #fff;
}
.header.header-3 .hamburger-menu {
  color: #333;
  display: inline-block;
  font-size: 32px;
  cursor: pointer;
  margin-top: 20px;
}
header.header-mobile .header-center .logo-image,
header.header-mobile .header-right .open-search {
  margin-top: 0;
}
header.header-mobile {
  display: none;
  padding: 0;
  width: 100%;
}
header.header-mobile .header-left {
  font-size: 25px;
  text-align: left;
  padding-top: 30px;
  cursor: pointer;
}
header.header-mobile .header-left i {
  color: #5e5a54;
}
header.header-mobile .header-center {
  text-align: center;
}
header.header-mobile .header-right {
  text-align: right;
  font-size: 28px;
}
.logo-image {
  width: 200px;
  padding-left: 10px;
  padding-top: 10px;
}
#menu {
  position: static;
}
.header .menu {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 14px;
}
.header.header-1 .header-right nav.menu,
.header.header-3 .header-right nav.menu {
  display: inline-block;
  text-align: right;
}
.header .menu-primary > ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: static;
  z-index: 2;
}
.header .menu-primary > ul > li {
  position: relative;
  display: inline-block;
}
.header.header-overlay .menu-primary > ul > li > a {
  color: #fff;
}
.header .header-right .menu-primary > ul > li > a {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 40px 20px 0;
  font-weight: 600;
}
.header .header-right .menu-primary > ul li.active > a {
  color: #f78223;
}
.header .menu-primary > ul > li.dropdown > a:after {
  content: "\f3d0";
  margin-left: 10px;
  font-size: 12px;
  font-family: Ionicons;
}
.header .menu-primary .sub-menu {
  font-size: 15px;
  position: absolute;
  top: 110%;
  left: 0;
  visibility: hidden;
  margin: 0;
  min-width: 230px;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 20px 0;
  list-style: none;
  text-align: left;
  text-transform: none;
  -moz-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #f78223;
}
.open-right-content,
.open-right-content ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header .menu-primary > ul > li:hover > .sub-menu {
  top: 100%;
  visibility: visible;
  z-index: 2;
  opacity: 1;
}
.header .menu-primary .sub-menu li {
  position: relative;
  padding: 0 20px;
}
.header .menu-primary .sub-menu li a {
  display: block;
  padding: 15px 0;
  color: #696969;
  text-transform: none;
  font-weight: 400;
  background: 0 0;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  white-space: normal;
}
.header .menu-primary .sub-menu li a:hover {
  border-bottom-color: #f78223;
  color: #f78223;
}
.header .menu-primary .sub-menu li.dropdown:after {
  content: "\f363";
  font-size: 16px;
  font-family: Ionicons;
  position: absolute;
  right: 20px;
  top: 14px;
  color: #696969;
}
.header .menu-primary .sub-menu li.dropdown:hover:after {
  color: #f78223;
}
.header .menu-primary > ul > li > .sub-menu li > .sub-menu {
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
}
.header .menu-primary > ul > li:hover > .sub-menu li:hover > .sub-menu {
  top: -22px;
  left: 100%;
  visibility: visible;
  opacity: 1;
  border-top: 2px solid #f78223;
}
.header.header-overlay.header-3 .header-right .open-search,
.header.header-overlay.header-3 .menu-primary > ul > li > a {
  color: #333;
}
.header.header-overlay.header-3 .header-right .open-search:hover,
.header.header-overlay.header-3 .menu-primary > ul > li > a:hover {
  color: #f78223;
}
.open-right-content {
  transition: all 0.5s;
  position: fixed;
  width: 90%;
  max-width: 640px;
  right: -100%;
  top: 0;
  padding: 40px 100px;
  z-index: 1001;
  background: #262626;
  color: #fff;
  text-align: left;
}
.open-right-content.open {
  right: 0;
}
.open-right-content .open-right-close {
  display: block;
  text-align: right;
  line-height: 1;
  font-size: 32px;
  cursor: pointer;
}
.open-right-content ul {
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
}
.open-right-content ul li {
  display: block;
  padding: 20px 0;
}
.open-right-content ul li a {
  color: #696969;
  font-size: 56px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 1;
  transition: all 0.5s;
}
.logo-carousel .logo-item img,
.mobile-menu > ul.menu li.dropdown > .sub-menu-toggle {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.open-right-content ul li a:hover {
  opacity: 1;
  color: #f78223;
}
.open-right-content .search-form {
  display: block;
  margin-top: 100px;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.open-right-content .search-form form {
  position: relative;
  height: 32px;
  line-height: 32px;
}
.open-right-content .search-form form input[type="search"],
.open-right-content .search-form form input[type="text"] {
  height: 32px;
  line-height: 32px;
  vertical-align: top;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 14px;
  font-family: Montserrat;
  color: #fff;
}
.open-right-content .search-form form input[type="submit"] {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 0;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  z-index: 8;
}
.open-right-content .search-form form:after {
  content: "\f4a4";
  font-family: Ionicons;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
}
.slideout-menu {
  background: #fff;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  width: 256px;
}
.slideout-menu.open {
  display: block;
}
.mobile-menu > ul.menu {
  padding: 0;
  margin: 0;
}
.mobile-menu > ul.menu li {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
}
.mobile-menu > ul.menu li.expand {
  background-color: #ddd;
}
.mobile-menu > ul.menu li a {
  display: block;
  color: #5e5a54;
  padding: 9px 20px;
  background: inherit;
}
.section-cover,
.section-fixed {
  background-size: cover;
}
.section-bg-2,
.section-cover,
.section-fixed {
  background-repeat: no-repeat;
}
.mobile-menu > ul.menu li .sub-menu-toggle {
  display: none;
}
.mobile-menu > ul.menu li.dropdown > .sub-menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  outline: 0;
  background-color: rgba(238, 238, 238, 0.5);
  cursor: pointer;
  transition: all 0.5s;
}
.mobile-menu > ul.menu li.expand > .sub-menu-toggle {
  background-color: #f78223;
  color: #fff;
}
.mobile-menu > ul.menu li.expand > .sub-menu-toggle:before {
  content: "\f106";
}
.mobile-menu > ul.menu ol,
.mobile-menu > ul.menu ul {
  padding: 0;
  margin: 0;
}
.mobile-menu > ul.menu li .sub-menu {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #eee;
  padding-left: 0;
  font-weight: 400;
  box-shadow: none;
  -moz-box-shadow: none;
}
.mobile-menu > ul.menu li .sub-menu li {
  border: 0;
}
.mobile-menu > ul.menu li .active a {
  box-shadow: 1px 0 0 #111 inset;
}
.mobile-menu > ul.menu li .sub-menu li a {
  padding-left: 35px;
}
.mobile-menu > ul.menu li .sub-menu li .sub-menu li a {
  padding-left: 55px;
}
.logo-carousel {
  margin-bottom: 30px;
}
.logo-carousel .logo-item img {
  display: block;
  margin: 0 auto;
  opacity: 0.2;
  transition: all 0.5s;
}
.film-project-featured .image img,
.film-project-featured .image:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.logo-carousel .logo-item:hover img,
.logo-carousel.no-opacity .logo-item img {
  opacity: 1;
}
.logo-carousel.no-opacity .logo-item:hover img {
  transform: scale(1.1);
}
.section.border-bottom {
  border-bottom: 1px solid #eee;
}
.section.border-top {
  border-top: 1px solid #eee;
}
.section-title {
  font-size: 30px;
  color: #f78223;
  line-height: 1.4em;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.section-title.small {
  font-size: 24px;
  line-height: 40px;
}
.section-title.bottom-line:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #f78223;
  margin-top: 5px;
}
.sub-title {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.section {
  position: relative;
  width: 100%;
  z-index: 1;
}
.section-fixed {
  background-attachment: fixed;
  background-position: 50% 50%;
}
.section-bg-1 {
  background-image: url(../images/background/bg_1.png);
  background-position: center;
}
.section-bg-2 {
  background-image: url(../images/background/bg_2.jpg);
  background-position: center top;
}
.section-bg-3,
.section-bg-4,
.section-bg-5 {
  background-position: center;
}
.section-bg-3 {
  background-image: url(../images/background/bg_3.jpg);
}
.section-bg-4 {
  background-image: url(../images/background/bg_4.jpg);
}
.section-bg-5 {
  background-image: url(../images/background/bg_5.jpg);
}
.page-title,
.section-bg-6 {
  background-repeat: no-repeat;
  background-position: center bottom;
}
.section-bg-6 {
  background-image: url(../images/background/bg_6.png);
}
.section-404,
.section-bg-10,
.section-bg-11,
.section-bg-12,
.section-bg-13,
.section-bg-7,
.section-bg-8,
.section-bg-9 {
  background-position: center;
}
.section-bg-7 {
  background-image: url(../images/background/bg_7.png);
}
.section-bg-8 {
  background-image: url(../images/background/bg_8.jpg);
}
.section-bg-9 {
  background-image: url(../images/background/bg_9.jpg);
}
.section-bg-10 {
  background-image: url(../images/background/bg_13.png);
  background-repeat: no-repeat;
}
.section-bg-11 {
  background-image: url(../images/background/bg_14.jpg);
}
.section-bg-12 {
  background-image: url(../images/background/bg_15.jpg);
}
.section-bg-13 {
  background-image: url(../images/background/bg_18.jpg);
}
.section-404 {
  background-image: url(../images/background/bg_16.jpg);
}
.film-project-featured {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.film-project-featured .image {
  position: relative;
  overflow: hidden;
  z-index: 7;
}
.film-project-featured .image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7;
  opacity: 0;
  transition: all 0.5s;
}
.film-project-featured:hover .image:before {
  opacity: 1;
}
.film-project-featured .image img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.film-project-featured .info,
.icon-boxes .icon-boxes-icon i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.film-project-featured .info {
  position: absolute;
  top: 60%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 8;
  opacity: 0;
  transition: all 0.5s;
}
.film-project-featured:hover .info {
  top: 50%;
  opacity: 1;
}
.film-project-featured .info .category {
  color: #fff;
}
.film-project-featured .info .category a {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  color: #fff;
  font-weight: 400;
}
.film-project-featured .info .category a:hover {
  color: #f78223;
}
.film-project-featured .info .title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  margin-bottom: 90px;
}
.film-project-featured .info .more a {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  color: #f78223;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  line-height: 1;
}
.film-gallery-carousel .film-gallery-carousel-item .info .title,
.icon-boxes .icon-boxes-title,
.icon-boxes-small .icon-boxes-title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.film-project-featured .info .more a:hover {
  border-color: #f78223;
}
.icon-boxes .icon-boxes-icon {
  color: #f78223;
  font-size: 105px;
  padding-top: 50px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-boxes .icon-boxes-icon i {
  padding: 8px;
  border-radius: 50%;
  transition: all 0.5s;
}
.icon-boxes .icon-boxes-link a,
.icon-boxes-shadow .icon-boxes-icon {
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.icon-boxes .icon-boxes-title {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #333;
}
.icon-boxes .icon-boxes-content {
  color: #696969;
}
.icon-boxes .icon-boxes-link {
  margin-top: 20px;
}
.icon-boxes .icon-boxes-link a {
  font-size: 18px;
  font-weight: 700;
  color: #f78223;
  font-style: italic;
  padding-left: 4px;
  letter-spacing: 0.1em;
  line-height: 34px;
  border: 2px solid #f4f4f4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.icon-boxes:hover .icon-boxes-link a {
  border-color: #f78223;
  background-color: #f78223;
  color: #fff;
}
.icon-boxes-shadow .icon-boxes-icon {
  width: 170px;
  height: 170px;
  line-height: 170px;
  text-align: center;
  display: inline-block;
  color: #f78223;
  font-size: 60px;
  margin-bottom: 30px;
  padding-top: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-boxes-shadow:hover .icon-boxes-icon {
  background-color: #f78223;
  color: #fff;
}
.icon-boxes-small .icon-boxes-icon {
  font-size: 14px;
  color: #f78223;
  display: inline-block;
  padding-top: 0;
}
.icon-boxes-small .icon-boxes-title {
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}
.film-gallery-carousel .film-gallery-carousel-item {
  outline: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.film-gallery-carousel .film-gallery-carousel-item.slick-slide {
  width: 840px;
}
.film-gallery-carousel
  .film-gallery-carousel-item
  .film-gallery-carousel-item-inner {
  display: block;
  width: 100%;
  background-color: #696969;
  transform: scale(0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-item .blog-item-inner,
.film-gallery-carousel .film-gallery-carousel-item .info {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.film-gallery-carousel
  .film-gallery-carousel-item.slick-slide.slick-center
  .film-gallery-carousel-item-inner {
  transform: scale(1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.blog-item.style-1 .blog-item-inner:hover .blog-thumbnail img,
.film-home-blog .blog-wrap:hover .col-image .image img {
  transform: scale(1.1);
}
.film-gallery-carousel .film-gallery-carousel-item.slick-slide img {
  width: 100%;
  opacity: 0.5;
}
.film-gallery-carousel
  .film-gallery-carousel-item.slick-slide.slick-center
  .film-gallery-carousel-item-inner
  img {
  opacity: 1;
}
.film-gallery-carousel .film-gallery-carousel-item .info {
  text-align: center;
  margin-top: 50px;
  opacity: 0;
  transition: all 0.5s;
}
.film-gallery-carousel
  .film-gallery-carousel-item.slick-slide.slick-center
  .info {
  opacity: 1;
}
.film-gallery-carousel .film-gallery-carousel-item .info .title a {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2em;
}
.film-gallery-carousel .film-gallery-carousel-item .info .title a:hover {
  color: #f78223;
}
.film-gallery-carousel .film-gallery-carousel-item .info .category {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #696969;
  line-height: 36px;
  font-style: italic;
}
.film-gallery-carousel .film-gallery-carousel-item .info .category a {
  margin-left: 5px;
  margin-right: 5px;
}
.testimonial-carousel.style-1 .item {
  width: 100%;
  text-align: center;
  outline: 0;
  z-index: 98;
}
.testimonial-carousel.style-1 .item .photo {
  height: 80px;
  display: inline-block;
  margin: 0 10px 30px;
}
.testimonial-carousel.style-1 .item .photo img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: block;
}
.testimonial-carousel.style-1 .item .title {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 35px;
  font-family: Montserrat;
  color: #333;
}
.testimonial-carousel.style-1 .item .text {
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 2;
  color: #696969;
}
.testimonial-carousel.style-1 .item .info {
  margin-top: 30px;
  display: inline-block;
}
.testimonial-carousel.style-1 .item .info .author {
  display: inline-block;
  margin: 0 10px;
  text-align: left;
  font-family: Montserrat;
}
.testimonial-carousel.style-1 .item .info .author .name,
.testimonial-carousel.style-1 .item .info .author .tagline {
  display: inline-block;
  letter-spacing: 0.05em;
}
.testimonial-carousel.style-1 .item .info .author .name {
  font-size: 14px;
  text-transform: uppercase;
  color: #696969;
  font-weight: 700;
}
.testimonial-carousel.style-1 .item .info .author .tagline {
  font-size: 14px;
  color: #ccc;
}
.testimonial-carousel.style-1 .item .info .author .tagline:before {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
}
.film-single-testimonial {
  margin-bottom: 0;
  width: 100%;
  outline: 0;
}
.film-single-testimonial .item {
  width: 100%;
  text-align: center;
  outline: 0;
  z-index: 98;
}
.film-single-testimonial .item .photo {
  height: auto;
  display: inline-block;
  margin: 0 0 55px;
}
.film-single-testimonial .item .photo img {
  max-width: 100%;
  height: auto;
}
.film-single-testimonial .item .text {
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 2;
  color: #333;
}
.film-single-testimonial .item .sign {
  margin-top: 55px;
}
.film-single-testimonial .item .info {
  margin-top: 30px;
  display: inline-block;
}
.film-single-testimonial .item .info .author {
  display: inline-block;
  margin: 0 10px;
  text-align: left;
  font-family: Montserrat;
}
.film-single-testimonial .item .info .author .name,
.film-single-testimonial .item .info .author .tagline {
  display: inline-block;
  letter-spacing: 0.05em;
}
.film-single-testimonial .item .info .author .name {
  font-size: 14px;
  text-transform: uppercase;
  color: #696969;
  font-weight: 700;
}
.film-single-testimonial .item .info .author .tagline {
  font-size: 14px;
  color: #ccc;
}
.film-single-testimonial .item .info .author .tagline:before {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
}
.film-single-testimonial.small .item .photo {
  height: auto;
  margin-bottom: 40px;
}
.film-single-testimonial.small .item .text {
  font-size: 16px;
  color: #696969;
}
.blog-item .blog-item-inner {
  padding: 30px;
  min-height: 205px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}
.blog-item.style-1 .blog-item-inner,
.blog-item.style-1 .blog-item-inner .blog-thumbnail img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.blog-item .blog-item-inner .meta {
  margin-top: 40px;
  color: #696969;
}
.blog-item .blog-item-inner .meta > span {
  display: inline-block;
  margin-right: 20px;
}
.blog-item .blog-item-inner .meta > span.view:before {
  content: "\f133";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.blog-item .blog-item-inner .meta > span a {
  color: #696969;
}
.blog-item
  .blog-item-inner
  .blog-info
  .blog-info-meta
  .meta
  > span.like
  a:before {
  content: "\f387";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
  display: inline-block;
}
.blog-item.style-1 {
  margin-bottom: 30px;
}
.blog-item.style-1 .blog-item-inner {
  padding: 0;
  transition: all 0.5s;
}
.blog-item.style-1 .blog-item-inner:hover {
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.blog-item.style-1 .blog-item-inner .blog-thumbnail {
  overflow: hidden;
}
.blog-item.style-1 .blog-item-inner .blog-thumbnail img {
  transition: all 0.5s;
}
.film-home-blog .blog-wrap .col-image .image img,
.film-home-blog .blog-wrap .title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.blog-item.style-1 .blog-item-inner .blog-info {
  padding: 30px;
  background-color: #fff;
}
.blog-item.style-1 .blog-item-inner .blog-info .blog-info-date,
.blog-item.style-1 .blog-item-inner .blog-info .blog-info-meta,
.blog-item.style-1 .blog-item-inner .blog-info .blog-info-title {
  display: block;
}
.blog-item.style-1 .blog-item-inner .blog-info .blog-info-date {
  font-size: 14px;
  font-family: Montserrat;
  color: #ccc;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}
.blog-item.style-1 .blog-item-inner .blog-info .blog-info-title {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #333;
  margin-bottom: 70px;
}
.blog-item.style-1 .blog-item-inner .blog-info .blog-info-title:hover {
  color: #f78223;
}
.blog-item.style-1 .blog-item-inner .blog-info .blog-info-meta .meta {
  font-size: 14px;
}
.blog-item.style-1 .blog-item-inner .blog-info .blog-info-meta .meta > span {
  display: inline-block;
  margin-right: 20px;
}
.film-home-blog .blog-wrap {
  background-color: #f6f7f7;
  overflow: hidden;
}
.film-home-blog .blog-wrap .col-image {
  position: relative;
}
.film-home-blog .blog-wrap .col-image .image {
  z-index: 96;
  overflow: hidden;
}
.film-home-blog .blog-wrap .col-image .image img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.film-home-blog .blog-wrap .col-text {
  padding-top: 30px;
  padding-bottom: 30px;
}
.film-home-blog .blog-wrap .time {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
  text-transform: uppercase;
}
.film-home-blog .blog-wrap .title {
  font-size: 18px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: #333;
  line-height: 28px;
  margin-top: 20px;
  transition: all 0.5s;
}
.film-home-blog .blog-wrap:hover .col-text .title {
  color: #f78223;
}
.film-home-blog .blog-wrap .meta {
  margin-top: 20px;
  color: #696969;
  font-size: 14px;
}
.film-home-blog .blog-wrap .meta > span {
  display: inline-block;
  margin-right: 20px;
}
.film-home-blog .blog-wrap .meta > span:last-child {
  margin-right: 0;
}
.film-home-blog .blog-wrap .meta > span.view:before {
  content: "\f133";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.film-home-blog .blog-wrap .meta > span.comment:before {
  content: "\f11a";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.film-home-blog .blog-wrap .col-quote {
  position: relative;
  background-image: url(../images/quote_bg_1.png);
  background-repeat: no-repeat;
  background-position: 100% 110%;
}
.film-home-blog .blog-wrap .col-quote img {
  z-index: 96;
  opacity: 0;
}
.film-home-blog .blog-wrap .col-quote .text {
  padding: 30px;
  position: absolute;
  z-index: 97;
  top: 0;
}
.film-home-blog .blog-wrap:hover .col-quote .text .title {
  color: #f78223;
}
.film-home-blog .blog-wrap .col-quote .text .title:before {
  content: "«";
  display: inline-block;
  margin-right: 10px;
}
.film-home-blog .blog-wrap .col-quote .text .title:after {
  content: "»";
  display: inline-block;
  margin-left: 10px;
}
.film-home-blog .blog-wrap .col-image .video-play {
  z-index: 97;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.film-home-blog .blog-wrap .col-image .video-play:before {
  content: "";
  width: 70px;
  height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  background-color: #f78223;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 97;
}
.film-home-blog .blog-wrap .col-image .video-play:after {
  content: "\f215";
  font-family: Ionicons;
  color: #fff;
  font-size: 18px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  background-color: #f78223;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 98;
}
.film-home-blog .blog-wrap.blog-1 {
  margin-bottom: 30px;
}
.film-home-blog .blog-wrap.blog-1 .col-image .image {
  position: relative;
}
.film-home-blog .blog-wrap.blog-1 .col-image .image:before,
.film-home-blog .blog-wrap.blog-2 .col-image .image:before {
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid #f6f7f7;
  position: absolute;
  right: 0;
  z-index: 8;
  content: "";
}
.film-home-blog .blog-wrap.blog-1 .col-image .image:before {
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid #f6f7f7;
  top: 0;
}
.film-home-blog .blog-wrap.blog-1 .col-text {
  padding-right: 30px;
}
.film-home-blog .blog-wrap.blog-2 {
  height: 100%;
}
.film-home-blog .blog-wrap.blog-2 .col-image .image:before {
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid #f6f7f7;
  bottom: 0;
}
.film-home-blog .blog-wrap.blog-2 .col-text {
  padding: 30px 45px;
}
.film-home-blog .blog-wrap.blog-4 .col-image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.blog-carousel .blog-item {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-item.style-2 {
  margin-top: 50px;
}
.blog-item.style-2 .blog-item-inner {
  box-shadow: 5px 5px 20px #eee;
  padding: 0;
}
.blog-item.style-2 .blog-thumbnail {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-item.style-2 .blog-thumbnail:after,
.blog-item.style-2 .blog-thumbnail:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 97;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.blog-item.style-2 .blog-thumbnail:before {
  left: -100%;
}
.blog-item.style-2 .blog-thumbnail:after {
  right: -100%;
}
.blog-item.style-2:hover .blog-thumbnail:before {
  left: 0;
  opacity: 1;
}
.blog-item.style-2:hover .blog-thumbnail:after {
  right: 0;
  opacity: 1;
}
.blog-item.style-2 .blog-thumbnail > a:before {
  z-index: 98;
  content: "\f489";
  font-family: Ionicons;
  font-size: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-detail .entry-nav .left i,
.blog-detail .entry-nav .right i,
.blog-list-item .entry-title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.blog-item.style-2:hover .blog-thumbnail > a:before {
  opacity: 1;
  margin-top: -20px;
}
.blog-item.style-2 .blog-thumbnail img {
  width: 100%;
}
.blog-item.style-2 .film-list-categories {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.blog-item.style-2 .quote .film-list-categories {
  position: static;
  text-align: right;
}
.blog-item.style-2 .film-list-categories a {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #f78223;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.blog-item.style-2 .blog-info {
  padding: 0 30px 25px;
}
.blog-item.style-2 .blog-info-date {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: Montserrat;
  position: relative;
}
.blog-item.style-2 .blog-info-date .posted-on {
  margin-right: 20px;
  color: #ccc;
}
.blog-item.style-2 .blog-info-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: #333;
  position: relative;
  font-weight: 400;
}
.blog-item.style-2 .blog-item-inner .meta {
  margin-top: 20px;
}
.blog-list-item {
  margin-bottom: 50px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 50px;
}
.blog-list-item .post-thumbnail a {
  display: block;
}
.blog-list-item .post-thumbnail a img {
  width: 100%;
}
.blog-detail .single-post-thumbnail .list-categories a,
.blog-list-item .list-categories a {
  letter-spacing: 0.1em;
  background-color: #f78223;
  width: auto;
  text-transform: uppercase;
  display: inline-block;
}
.blog-list-item .list-categories a {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 700;
  line-height: 1;
}
.blog-list-item .entry-desc {
  padding-top: 28px;
}
.blog-list-item .entry-meta {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.blog-list-item .entry-meta span {
  margin-right: 20px;
  color: #ccc;
}
.blog-list-item .entry-title {
  margin-bottom: 10px;
  color: #333;
  position: relative;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  transition: all 0.5s;
}
.blog-list-item .entry-title:hover {
  color: #f78223;
}
.blog-list-item .meta > span {
  display: inline-block;
  margin-right: 20px;
}
.blog-list-item .meta > span.comment:before,
.blog-list-item .meta > span.like a:before,
.blog-list-item .meta > span.view:before {
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.blog-list-item .meta > span.view:before {
  content: "\f133";
}
.blog-list-item .meta > span.like a:before {
  content: "\f387";
  display: inline-block;
}
.blog-list-item .meta > span.comment:before {
  content: "\f11a";
}
.blog-list-item .entry-content {
  font-size: 15px;
  color: #696969;
  line-height: 1.6;
}
.blog-list-item .entry-share {
  align-self: center;
  text-align: right;
}
.blog-list-item.style-1 .post-thumbnail {
  position: relative;
}
.blog-list-item.style-1 .post-thumbnail .list-categories {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.blog-list-item.style-1 .entry-desc {
  padding-left: 50px;
}
.blog-list-item.style-1 .entry-title {
  margin-top: 15px;
}
.blog-list-item.style-1 .meta {
  margin-top: 90px;
}
.blog-list-item.style-2 .meta {
  margin-top: 10px;
  margin-bottom: 15px;
}
.blog-list-item.style-2 .entry-desc {
  padding-top: 0;
}
.blog-list-item.style-2 .list-categories {
  margin-top: -4px;
  margin-bottom: 10px;
}
.blog-list-item.style-3 .post-thumbnail {
  position: relative;
}
.blog-list-item.style-3 .post-thumbnail .list-categories {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.blog-list-item.style-3 .entry-content {
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog-detail .single-post-thumbnail {
  margin-bottom: 35px;
  position: relative;
}
.blog-detail .single-post-thumbnail .list-categories {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.blog-detail .single-post-thumbnail .list-categories a {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 700;
  line-height: 1;
}
.blog-detail .entry-title {
  margin-bottom: 15px;
  color: #333;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 24px;
  font-family: Merriweather, Georgia, serif;
}
.blog-detail .meta {
  margin-bottom: 15px;
  margin-top: 20px;
}
.blog-detail .meta > span {
  display: inline-block;
  margin-right: 20px;
}
.blog-detail .meta > span.comment:before,
.blog-detail .meta > span.like a:before,
.blog-detail .meta > span.view:before {
  font-family: Ionicons;
  color: #f78223;
  margin-right: 10px;
  font-size: 16px;
}
.blog-detail .meta > span.view:before {
  content: "\f133";
}
.blog-detail .meta > span.like a:before {
  content: "\f387";
  display: inline-block;
}
.blog-detail .meta > span.comment:before {
  content: "\f11a";
}
.blog-detail .entry-nav,
.blog-detail .tags {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.blog-detail .entry-footer {
  margin-bottom: 20px;
}
.blog-detail .tags .tag-icon {
  color: #ababab;
  font-size: 16px;
  margin-right: 15px;
}
.blog-detail .entry-footer .tags a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  color: #ababab;
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
}
.blog-detail .entry-footer .tags a:hover {
  color: #f78223;
}
.blog-detail .entry-footer .entry-share {
  text-align: right;
}
.blog-detail .entry-author {
  padding: 40px 0;
  border-top: 1px solid #f4f4f4;
}
.blog-detail .entry-author img {
  border-radius: 50%;
  border: 5px solid #f2f2f2;
}
.blog-detail .entry-author .name {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.blog-detail .entry-author .desc {
  font-size: 15px;
  line-height: 1.6em;
  color: #696969;
}
.blog-detail .entry-nav {
  padding: 40px 30px;
  background: #f8f7f7;
  border: 1px solid #f4f4f4;
  font-size: 18px;
  font-weight: 700;
}
.blog-detail .entry-nav .left i,
.blog-detail .entry-nav .right i {
  transition: all 0.5s;
  color: #ababab;
}
.blog-detail .entry-nav .left:hover i,
.blog-detail .entry-nav .right:hover i {
  color: #f78223;
}
.blog-detail .entry-nav a {
  text-transform: none;
  color: #ababab;
  outline: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.blog-detail .entry-nav .left:hover a,
.blog-detail .entry-nav .right:hover a {
  color: #332b28;
}
.blog-detail .entry-nav .left a {
  padding-left: 10px;
}
.blog-detail .entry-nav .right a {
  padding-right: 10px;
}
.footer-newsletter.style-1 .footer-newsletter-left {
  font-size: 34px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: #333;
  line-height: 46px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.footer-newsletter.style-1 .footer-newsletter-right {
  margin-bottom: 30px;
}
.footer-newsletter.style-1 .footer-newsletter-right .form {
  position: relative;
  height: 48px;
  line-height: 48px;
  background-color: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.footer-newsletter.style-1 .footer-newsletter-right .form input[type="email"],
.footer-newsletter.style-1 .footer-newsletter-right .form input[type="text"] {
  display: inline-block;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-family: Montserrat;
  border: 0;
}
.footer-newsletter.style-1 .footer-newsletter-right .form input[type="submit"] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 25px;
  background-color: #f78223;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-newsletter.style-1
  .footer-newsletter-right
  .form
  input[type="submit"]:hover {
  background-color: #333;
  color: #fff;
}
.footer,
.footer a {
  color: #fff;
  font-family: 'Lato', sans-serif;
}
.footer-newsletter.style-1 .footer-newsletter-right p {
  color: #ababab;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}
.footer {
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  background-color: #333;
}
.footer .row > .col-md-2,
.footer .row > .col-md-4 {
  margin-bottom: 30px;
}
.footer a:hover {
  color: #f78223;
}
.footer .footer-social {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer .footer-social a {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #585858;
  border-radius: 24px;
  margin-right: 6px;
  font-size: 16px;
  color: #fff;
}
.footer .footer-social a:hover {
  background-color: #f78223;
  border-color: #f78223;
  color: #fff;
}
.footer .footer-social .tooltip.top .tooltip-arrow {
  border-top-color: #f78223;
}
.footer .footer-social .tooltip-inner {
  background-color: #f78223;
}
.footer .widget .widget-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
  width: 100%;
}
.footer .widget .widget-title:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #f78223;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.copyright,
.film-our-services-list .big-title a {
  position: relative;
}
.footer .widget ul {
  list-style: none;
  padding: 0;
}
.footer .widget ul li {
  margin-bottom: 15px;
  line-height: 1;
}
.footer .widget ul li a {
  position: relative;
  color: #fff;
}
.footer .widget ul li a:hover {
  padding-left: 15px;
  color: #f78223;
}
.footer .widget ul li a:hover:before {
  position: absolute;
  content: "\f462";
  font-family: Ionicons;
  left: 0;
  top: 0;
  color: #f78223;
  line-height: 18px;
}
.footer .textwidget p {
  padding: 0;
  margin: 0;
}
.footer .footer-gmap {
  margin-top: 35px;
}
.footer .footer-gmap a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
}
.footer .footer-gmap a:before {
  content: "\f041";
  font-family: FontAwesome;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #ababab;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #595959;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.copyright {
  display: block;
  width: 100%;
  background: #333;
  float: left;
}
.copyright .copyright-container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #2d2d2d;
  float: left;
  width: 100%;
}
.copyright .copyright-left {
  font-size: 14px;
  color: #ffffffa1;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  line-height: 25px;
}
.copyright .copyright-left a {
  color: #fff;
}
.copyright .copyright-left a:hover {
  color: #f78223;
}
.copyright .copyright-right {
  text-align: right;
}
.copyright .copyright-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.copyright .copyright-right ul li {
  display: inline-block;
  margin-left: 20px;
}
.copyright .copyright-right ul li a {
  text-transform: uppercase;
  font-family: Montserrat;
  color: #ffffffa1;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.copyright .copyright-right ul li a:hover {
  color: #f78223;
}
.copyright.style-2 .copyright-container {
  border-top: 0;
}
.copyright.style-2 .copyright-left,
.copyright.style-2 .copyright-right ul li a {
  line-height: 55px;
}
@media (min-width: 769px) {
  .copyright.style-2 .copyright-container {
    padding: 120px 100px;
  }
}
.service-item .icon {
  font-size: 36px;
}
.service-item .title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: Montserrat;
  text-transform: uppercase;
}
.service-item .links {
  margin-top: 15px;
}
.service-item .links a {
  display: block;
  color: #ababab;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
}
.service-item .links a:hover {
  color: #f78223;
}
.film-our-services-list .big-title,
.film-our-services-list .big-title a {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  color: #333;
  font-weight: 400;
}
.film-our-services-list .big-title a:hover {
  color: #f78223;
}
.film-our-services-list .big-title a:after {
  position: absolute;
  right: -130px;
  top: 50%;
  content: "\f30f";
  font-family: Ionicons;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-weight: 400;
  color: #f78223;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  border: 2px solid #f0f0f0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateY(-50%);
}
.film-our-services.type-icon .col-text .text .title,
.film-our-services.type-image {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.film-our-services-list .big-title a:hover:after {
  border-color: #f78223;
  background-color: #f78223;
  color: #fff;
}
.film-our-services-list .items .item {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding-left: 50px;
  position: relative;
}
.film-our-services-list .items .item .number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  font-weight: 700;
  font-family: Montserrat;
  color: #f78223;
  opacity: 0.5;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.film-our-services-list .items .item .title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Montserrat;
  color: #333;
}
.film-our-services-list .items .item .content {
  margin-top: 10px;
  display: block;
}
.film-our-services {
  display: block;
}
.film-our-services.type-icon .col-icon {
  z-index: 97;
}
.film-our-services.type-icon .col-icon .icon {
  width: 100%;
  background-color: #fff;
  color: #f78223;
  font-size: 100px;
  text-align: center;
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  margin-top: -50px;
  position: relative;
}
.film-list-item:nth-child(even) .col-info .info,
.film-our-services.type-image.right .col-text {
  text-align: right;
}
.film-our-services.type-icon .col-icon .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.film-our-services.type-icon .col-text {
  z-index: 96;
}
.film-our-services.type-icon .col-text .text {
  background-color: #f6f7f7;
  padding: 40px 70px;
  min-height: 270px;
  position: relative;
}
.film-our-services.type-icon .col-text .text:before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  background-color: #f6f7f7;
}
.film-our-services.type-icon .col-text .text .title {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #333;
  transition: all 0.5s;
}
.film-our-services.type-icon:hover .col-text .text .title {
  color: #f78223;
}
.film-our-services.type-icon .col-text .text .content {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #696969;
  line-height: 1.7;
  display: block;
  margin-top: 20px;
  width: 100%;
}
.film-our-services.type-icon.right .col-icon {
  float: right;
}
.film-our-services.type-icon.right .col-icon .icon {
  margin-top: 50px;
}
.film-our-services.type-icon.right .col-text .text {
  padding: 40px 70px 40px 100px;
}
.film-our-services.right .col-text .text:before {
  left: auto;
  right: -100px;
}
.film-our-services.type-icon .col-icon .icon.primary-color {
  background-color: #f78223;
  color: #fff;
}
.film-our-services.type-icon .col-icon .icon.black-color {
  background-color: #333;
  color: #f78223;
}
.film-our-services.type-image {
  transition: all 0.5s;
}
.film-our-services.type-image:hover {
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.film-our-services.type-image .col-image {
  z-index: 96;
  padding-right: 0;
}
.film-our-services.type-image .col-image img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.film-our-services.type-image:hover .col-image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.film-our-services.type-image .col-text {
  z-index: 97;
}
.film-our-services.type-image .col-text .text {
  background-color: #fff;
  padding: 40px;
}
.film-our-services.type-image .col-text .text .title {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #333;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.film-our-services.type-image:hover .col-text .text .title {
  color: #f78223;
}
.film-our-services.type-image .col-text .text .title:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #f78223;
  display: block;
  position: absolute;
  top: 50%;
  left: -85px;
}
.film-list-item .col-thumb .thumb img,
.film-masonry-item .film-masonry-item-inner .thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.film-our-services.type-image .col-text .text .content {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #696969;
  line-height: 1.7;
  display: block;
  margin-top: 20px;
  width: 100%;
}
.film-our-services.type-image.right .col-image {
  float: right;
  padding-right: 15px;
  padding-left: 0;
}
.film-our-services.type-image.right .col-text .title:before {
  left: auto;
  right: -85px;
}
.film-filter {
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.film-filter ul {
  margin: 0;
  padding: 0;
  transform: translate(-100%, -140px);
}
.film-filter ul li {
  display: inline;
}
.film-filter ul li a {
  text-transform: uppercase;
  font-size: 13.5px;
  letter-spacing: 0.05em;
  padding: 7px 20px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}
.film-filter ul li a.active,
.film-filter ul li a:hover {
  color: #f78223;
  border-color: #f78223;
}
.film-masonry-item {
  margin-bottom: 30px;
}
.film-masonry-item .film-masonry-item-inner {
  display: block;
  width: 100%;
  background-color: #fff;
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.film-masonry-item .film-masonry-item-inner .thumb {
  overflow: hidden;
}
.film-masonry-item .film-masonry-item-inner .thumb img {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.film-masonry-item .film-masonry-item-inner:hover .thumb img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transform: scale(1.1);
}
.film-masonry-item .film-masonry-item-inner .info {
  padding: 20px 30px;
}
.film-masonry-item .film-masonry-item-inner .info .title a {
  font-size: 18px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: #333;
}
.film-masonry-item .film-masonry-item-inner .info .title a:hover {
  color: #f78223;
}
.film-masonry-item .film-masonry-item-inner .info .category a {
  font-size: 12px;
  font-weight: 400;
  font-family: Montserrat;
  text-transform: uppercase;
  color: #ccc;
  display: inline-block;
  margin-right: 20px;
}
.film-masonry-item .film-masonry-item-inner .info .category a:hover {
  color: #f78223;
}
.film-masonry-item .film-masonry-item-inner .info .meta {
  margin-top: 20px;
  font-size: 14px;
  color: #696969;
}
.film-masonry-item .film-masonry-item-inner .info .meta > span {
  display: inline-block;
  margin-right: 20px;
}
.film-masonry-item .film-masonry-item-inner .info .meta > span:last-child {
  margin-right: 0;
}
.film-masonry-item .film-masonry-item-inner .info .meta > span.view:before {
  content: "\f133";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.film-masonry-item .film-masonry-item-inner .info .meta > span.comment:before {
  content: "\f11a";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.film-list-item {
  display: block;
  clear: both;
}
.film-list-item .col-md-6 {
  padding: 0;
}
.film-list-item:nth-child(odd) .col-thumb {
  padding-right: 0;
}
.film-list-item .col-thumb .thumb {
  width: 100%;
  overflow: hidden;
}
.film-list-item .col-thumb .thumb img {
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.film-list-item:hover .col-thumb .thumb img {
  transform: scale(1.1);
}
.film-list-item .col-info .info {
  padding: 50px 30px;
}
.film-list-item .col-info .info .title {
  font-size: 24px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: #333;
  display: block;
  position: relative;
}
.film-list-item:nth-child(even) .col-info .info .title:after,
.film-list-item:nth-child(odd) .col-info .info .title:before {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  background-color: #f78223;
}
.film-list-item .col-info .info .title a {
  color: #333;
}
.film-list-item .col-info .info .title a:hover {
  color: #f78223;
}
.film-list-item:nth-child(odd) .col-info .info .title:before {
  left: -80px;
}
.film-list-item:nth-child(even) .col-info .info .title:after {
  right: -80px;
}
.film-list-item .col-info .info .category a {
  font-size: 12px;
  font-weight: 400;
  font-family: Montserrat;
  text-transform: uppercase;
  color: #ccc;
  display: inline-block;
  margin-right: 20px;
}
.film-list-item .col-info .info .category a:hover {
  color: #f78223;
}
.film-list-item .col-info .info .excerpt {
  display: block;
  margin-top: 20px;
}
.film-list-item .col-info .info .meta {
  margin-top: 20px;
  font-size: 14px;
  color: #696969;
}
.film-list-item .col-info .info .meta > span a {
  color: #696969;
}
.film-list-item .col-info .info .meta > span {
  display: inline-block;
  margin-right: 20px;
}
.film-list-item .col-info .info .meta > span:last-child {
  margin-right: 0;
}
.film-list-item .col-info .info .meta > span.view:before {
  content: "\f133";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.film-list-item .col-info .info .meta > span.like a:before {
  content: "\f387";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
  display: inline-block;
}
.film-list-item .col-info .info .meta > span.comment:before {
  content: "\f11a";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.film-post-slider .item {
  height: 700px;
  background-size: cover;
  background-position: center;
}
.film-post-slider .item .container,
.film-post-slider .item .row {
  height: 100%;
}
.film-post-slider .item .row {
  align-items: flex-end;
  align-content: flex-end;
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.film-post-slider .item .row .blog-classic-style {
  margin-bottom: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.film-post-slider .item .row .blog-classic-style .film-list-categories {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.film-post-slider .film-list-categories a {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #f78223;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.film-post-slider .blog-classic-style .entry-desc {
  padding-top: 28px;
}
.film-post-slider .blog-classic-style .entry-title {
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-family: Merriweather;
}
.film-post-slider .blog-classic-style .meta {
  margin-top: 20px;
}
.film-post-slider .blog-classic-style .meta > span {
  display: inline-block;
  margin-right: 20px;
}
.film-post-slider .blog-classic-style .meta > span.view:before {
  content: "\f133";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.film-post-slider .blog-classic-style .meta > span.like a {
  color: #fff;
}
.film-post-slider .blog-classic-style .meta > span.like a:before {
  content: "\f387";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
  display: inline-block;
}
.film-post-slider .blog-classic-style .meta > span.comment:before {
  content: "\f11a";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.film-post-slider .blog-classic-style .entry-content {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
}
.film-post-slider .slider-nav-container {
  position: absolute;
  bottom: 100px;
  right: 100px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.film-post-slider .slider-nav-container li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.film-post-slider .slider-nav-container li:first-child {
  display: none;
}
.film-post-slider .slider-nav-container li * {
  color: #fff;
}
.film-post-slider .slider-nav-container li .desc,
.film-post-slider .slider-nav-container li .thumb {
  display: inline-block;
  vertical-align: middle;
}
.film-post-slider .slider-nav-container li .thumb {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 25px;
  max-width: 120px;
}
.film-post-slider .slider-nav-container li:hover .thumb {
  transform: scale(1.2);
}
.film-post-slider .slider-nav-container li .desc {
  width: 220px;
}
.film-post-slider .slider-nav-container li .desc .slider-nav-cats {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.film-post-slider .slider-nav-container li .desc h6 {
  font-size: 14px;
  line-height: 24px;
}
.film-detail-video {
  overflow: hidden;
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.film-detail-video.full {
  margin-right: 100px;
  margin-left: 100px;
}
.film-detail-video a {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.film-detail-title .category a,
.film-detail-title .meta > span {
  margin-right: 20px;
  display: inline-block;
}
.film-detail-video a:after,
.film-detail-video a:before {
  background-color: #f78223;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.film-detail-video a:before {
  content: "";
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  opacity: 0.3;
  z-index: 97;
}
.film-detail-video a:after {
  content: "\f215";
  font-family: Ionicons;
  color: #fff;
  font-size: 24px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  display: block;
  z-index: 98;
}
.film-detail-video:hover img,
.relate-film-carousel .item .item-inner:hover .thumb img,
.team-item:hover .thumb img {
  transform: scale(1.1);
}
.film-detail-video a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 96;
}
.relate-film-carousel .item .item-inner .thumb img,
.team-item {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.film-detail-title .category a {
  font-size: 12px;
  font-weight: 400;
  font-family: Montserrat;
  text-transform: uppercase;
  color: #ccc;
}
.film-detail-title .meta {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #696969;
}
.film-detail-title .meta > span a {
  color: #696969;
}
.film-detail-title .meta > span.comment:before,
.film-detail-title .meta > span.like a:before,
.film-detail-title .meta > span.view:before {
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.film-detail-title .meta > span.view:before {
  content: "\f133";
}
.film-detail-title .meta > span.like a:before {
  content: "\f387";
  display: inline-block;
}
.film-detail-title .meta > span.comment:before {
  content: "\f11a";
}
.film-detail-content {
  margin-bottom: 35px;
}
.film-detail-info {
  display: block;
  width: 100%;
  padding: 50px 30px;
  background-color: #f6f7f7;
}
.film-detail-info .info-item {
  display: block;
  margin-bottom: 40px;
}
.film-detail-info .info-item .title {
  font-size: 14px;
  font-weight: 700;
  font-family: Montserrat;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.film-detail-info .info-item .content {
  font-size: 14px;
  color: #696969;
  width: 100%;
}
.film-detail-info.film-detail-info-carousel {
  background: 0 0;
}
.film-detail-info.film-detail-info-carousel .info-item {
  display: block;
  padding: 0 15px;
  outline: 0;
}
.film-detail-info.film-detail-info-carousel .info-item .info-item-inner {
  padding: 30px;
  background-color: #f6f7f7;
}
.relate-film-carousel .item {
  padding: 0 15px 20px;
  outline: 0;
}
.relate-film-carousel .item .item-inner {
  display: block;
  width: 100%;
  background-color: #fff;
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.relate-film-carousel .item .item-inner .thumb {
  overflow: hidden;
}
.relate-film-carousel .item .item-inner .thumb img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.relate-film-carousel .item .item-inner .info {
  padding: 15px 30px;
}
.relate-film-carousel .item .item-inner .info .title a {
  font-size: 18px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: #333;
}
.relate-film-carousel .item .item-inner .info .title a:hover {
  color: #f78223;
}
.relate-film-carousel .item .item-inner .info .category a {
  font-size: 12px;
  font-weight: 400;
  font-family: Montserrat;
  text-transform: uppercase;
  color: #ccc;
  display: inline-block;
  margin-right: 20px;
}
.counter-digit,
.counter-title {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
}
.relate-film-carousel .item .item-inner .info .category a:hover {
  color: #f78223;
}
.counter-digit {
  font-size: 40px;
  color: #f78223;
  text-transform: none;
}
.counter-title {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}
.counter-desc {
  font-size: 15px;
  color: #696969;
  line-height: 26px;
  text-align: left;
  font-weight: 400;
  text-transform: none;
}
.team-carousel-wrap {
  padding: 50px 100px;
}
.team-item {
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  padding: 30px 15px;
}
.team-item .thumb {
  overflow: hidden;
}
.team-item .thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team-item .info {
  background-color: #fff;
  text-align: center;
  padding: 25px 10px;
}
.team-item .info .name,
.team-item .info .name a {
  font-size: 18px;
  font-weight: 700;
  font-family: Montserrat;
  color: #333;
}
.team-item .info .name a:hover {
  color: #f78223;
}
.team-item .info .socials,
.team-item .info .tagline {
  color: #ccc;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.team-item .info .tagline {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat;
}
.team-item:hover .info .tagline {
  display: none;
}
.team-item .info .socials {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  display: none;
}
.team-item:hover .info .socials {
  display: block;
}
.film-list-member {
  margin-bottom: 30px;
}
.film-list-member .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.film-list-member .item .info {
  margin-top: 35px;
  margin-bottom: 20px;
}
.film-list-member .item .name {
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  position: relative;
  display: inline-block;
}
.film-list-member .item .tagline {
  font-size: 12px;
  color: #ccc;
  letter-spacing: 0.1em;
  display: block;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.team-filter-scroll {
  overflow: hidden;
}
.team-filter ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.team-filter ul li {
  list-style: none;
  display: inline-block;
  padding-right: 50px;
}
.team-filter ul li a {
  cursor: pointer;
  text-transform: lowercase;
  color: #333;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  opacity: 0.2;
}
.team-filter ul li a.active {
  opacity: 1;
}
.film-member-info .member-info {
  display: table;
}
.film-member-info .member-info .line {
  display: table-row;
}
.film-member-info .member-info .line .name {
  font-weight: 700;
  font-family: Montserrat;
  color: #333;
  display: table-cell;
  padding: 10px 0;
}
.film-member-info .member-info .line .value {
  display: table-cell;
  padding: 10px 0 10px 40px;
}
.film-member-info .member-info .line .value.socials a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #cdcdcd;
  color: #cdcdcd;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  margin-right: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.film-member-info .member-info .line .value.socials a:hover {
  background-color: #f78223;
  border-color: #f78223;
  color: #fff;
}
.film-member-skill .title {
  font-size: 40px;
  font-weight: 700;
  font-family: Montserrat;
  color: #333;
  line-height: 1.2em;
  margin-bottom: 40px;
  position: relative;
}
.film-member-skill .title:before {
  content: "";
  width: 10px;
  height: 20px;
  background-color: #f78223;
  position: absolute;
  left: -40px;
  top: -20px;
  -ms-transform: matrix(1, 0.45, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0.45, 0, 1, 0, 0);
  transform: matrix(1, 0.45, 0, 1, 0, 0);
}
@media (min-width: 769px) {
  .film-list-member .item .info {
    position: absolute;
    top: 0;
    left: 100%;
    white-space: nowrap;
    margin-left: 50px;
  }
  .film-list-member .item .name:after {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #f78223;
    top: 50%;
    margin-top: -2px;
    left: -80px;
  }
  .film-list-member .item:nth-child(even) {
    margin-top: 110px;
  }
  .film-list-member .item:nth-child(even) .info {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 100%;
    white-space: nowrap;
    margin-right: 50px;
    left: auto;
    top: auto;
  }
  .film-list-member .item:nth-child(even) .name:after {
    left: auto;
    right: -80px;
  }
  .film-menu-add-param ul li {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
.film-menu-add-param ul {
  margin: 0 auto;
  padding: 0;
  display: block;
}
.film-menu-add-param ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0;
  float: left;
  width: 100%;
}
.film-menu-add-param ul li a {
  padding-top: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #050505;
  box-sizing: border-box;
  height: 110px;
  display: block;
  position: relative;
  z-index: 2;
  border-top: 2px solid #252525;
}
.film-menu-add-param ul li a i {
  font-size: 30px;
  color: #050505;
}
.film-menu-add-param ul li a span {
  margin-top: 2px;
  display: block;
}
.film-menu-add-param ul li a:hover {
  background: #f78223;
  border-color: #f78223;
}
.film-menu-add-param ul li a:hover,
.film-menu-add-param ul li a:hover i {
  color: #fff;
}
.film-menu-add-param ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: rgba(105, 105, 105, 0.3);
  position: absolute;
  left: -1px;
  top: 25px;
  z-index: 1;
}
.film-menu-add-param ul li:first-child:after {
  display: none;
}
.blogger-template .main {
  padding: 100px;
}
.blogger-template .sidebar {
  background-color: #f8f8f8;
  padding: 0 40px 100px;
  overflow: hidden;
}
.blogger-template .sidebar .widget .film-social li a {
  border: 2px solid #f0f0f0;
}
.blogger-template .sidebar .widget .film-social li a:hover {
  color: #fff;
  background-color: #f78223;
  border-color: #f78223;
}
.blogger-template .sidebar .widget .widget-title,
.blogger-template .sidebar a {
  color: #333;
  font-weight: 400;
  font-family: Merriweather;
}
.blogger-template .sidebar .widget .widget-title {
  letter-spacing: 0.05em;
  position: relative;
  padding-top: 15px;
  display: inline-block;
  clear: both;
  font-size: 24px;
  margin-top: 20px;
}
.blogger-template .sidebar .widget .widget-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #e0e0e0;
  left: -40px;
  right: -1000px;
  top: 0;
}
.blogger-template .sidebar .widget .widget-title:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #f78223;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
}
.blogger-template .sidebar .widget.widget-tag-cloud a {
  background: rgba(51, 51, 51, 0.1);
  border-color: rgba(51, 51, 51, 0.1);
  color: #ababab;
}
.blogger-template .sidebar .widget.widget-tag-cloud a:hover {
  border-color: #333;
  color: #333;
}
.widget {
  margin: 0 0 50px;
}
.widget .widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  font-family: Merriweather;
}
.widget-area .widget .widget-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #f78223;
  margin-top: 5px;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .widget ul li {
  margin: 0 10px 0 0;
  list-style: none;
  padding: 15px 0;
  display: inline-block;
  border-bottom: 1px solid #f4f4f4;
}
.sidebar .widget ul li:first-child {
  padding-top: 0;
}
.widget .film-aboutme .avatar img {
  width: 100%;
}
.widget .film-aboutme .about-title {
  font-size: 56px;
  color: #f78223;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 0.8;
  margin-top: -150px;
}
.widget .film-aboutme .desc {
  margin-bottom: 10px;
}
.widget .film-aboutme .desc,
.widget .film-aboutme .desc * {
  color: #696969;
}
.widget .film-aboutme .desc h6 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.widget.widget-film-post .item {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.widget.widget-film-post .item .thumb {
  max-width: 120px;
  float: left;
  margin-right: 20px;
}
.widget.widget-film-post .item .info {
  line-height: 1.6em;
  margin-top: -7px;
}
.widget.widget-film-post .item .info .date {
  display: block;
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.widget.widget-film-post .item .info .title {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.widget.widget-tag-cloud a {
  padding: 8px 15px;
  background: #f6f7f7;
  border: 1px solid #f6f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  display: inline-block;
  color: #ababab;
  margin-right: 5px;
  margin-bottom: 7px;
  line-height: 1;
  font-family: Montserrat;
}
.widget.widget-tag-cloud a:hover {
  border-color: #f78223;
  background-color: #f78223;
  color: #fff;
}
.widget-area .widget.widget-search {
  position: relative;
}
.widget-area .widget.widget-search .search-form input[type="search"],
.widget-area .widget.widget-search .search-form input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: 0;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
.widget-area .widget.widget-search .search-form input[type="search"]:focus,
.widget-area .widget.widget-search .search-form input[type="text"]:focus {
  border: 1px solid #f78223;
}
.widget-area .widget.widget-search .search-form input[type="submit"] {
  position: absolute;
  height: 40px;
  width: 40px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
  font-size: 0;
  border: 0;
  line-height: 40px;
  padding: 0;
  top: 0;
  right: 0;
}
.widget-area .widget.widget-film-categories .item {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}
.widget-area .widget.widget-film-categories .item a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
  z-index: 98;
  font-size: 14px;
}
.widget-area .widget.widget-film-categories .item a:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #e2e2e2;
}
.widget-area .widget.widget-film-categories .item a:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #f4f4f4;
  z-index: 98;
}
.widget-area .widget.widget-film-categories .item span {
  position: absolute;
  right: 0;
  top: -4px;
  height: 22px;
  background-color: #fff;
  z-index: 99;
  display: block;
  color: #696969;
  border-radius: 50%;
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widget-area .widget.widget-film-posts .item {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.widget-area .widget.widget-film-posts .item .thumb {
  max-width: 120px;
  float: left;
  margin-right: 20px;
}
.widget-area .widget.widget-film-posts .item .info {
  line-height: 1.6em;
  margin-top: -7px;
}
.widget-area .widget.widget-film-posts .item .info .date {
  display: block;
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.widget-area .widget.widget-film-posts .item .info .title {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.film-one-page {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  transition: all 1s ease;
}
.film-one-page .film-one-page-item {
  padding: 0 50px 80px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.film-one-page .film-one-page-item:first-child {
  padding-top: 100px;
}
.film-one-page .film-one-page-item .film-one-page-item-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  background-image: url(../images/background/bg_10.jpg);
}
.film-one-page .film-one-page-item .film-one-page-item-inner .text {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 97;
}
.film-one-page .film-one-page-item .film-one-page-item-inner .text .time {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  color: #696969;
  text-transform: uppercase;
}
.film-one-page .film-one-page-item .film-one-page-item-inner .text .title {
  font-size: 80px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 90px;
  margin-top: 20px;
}
.film-one-page .film-one-page-item .film-one-page-item-inner .text .meta {
  margin-top: 20px;
  font-size: 14px;
  color: #ababab;
}
.film-one-page
  .film-one-page-item
  .film-one-page-item-inner
  .text
  .meta
  > span {
  display: inline-block;
  margin-right: 20px;
}
.film-one-page
  .film-one-page-item
  .film-one-page-item-inner
  .text
  .meta
  > span:last-child {
  margin-right: 0;
}
.film-one-page
  .film-one-page-item
  .film-one-page-item-inner
  .text
  .meta
  > span.view:before {
  content: "\f133";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.film-one-page
  .film-one-page-item
  .film-one-page-item-inner
  .text
  .meta
  > span.comment:before {
  content: "\f11a";
  font-family: Ionicons;
  font-size: 16px;
  color: #f78223;
  margin-right: 10px;
}
.film-one-page .film-one-page-item .film-one-page-item-inner .video {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 96;
  transform: translate(0, -50%);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.film-one-page
  .film-one-page-item
  .film-one-page-item-inner
  .video
  .video-inner {
  position: relative;
  overflow: hidden;
}
.film-one-page
  .film-one-page-item
  .film-one-page-item-inner
  .video
  .video-inner
  .video-play {
  z-index: 97;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.film-one-page
  .film-one-page-item
  .film-one-page-item-inner
  .video
  .video-inner
  .video-play:before {
  content: "";
  width: 70px;
  height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  background-color: #f78223;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 97;
}
.film-one-page
  .film-one-page-item
  .film-one-page-item-inner
  .video
  .video-inner
  .video-play:after {
  content: "\f215";
  font-family: Ionicons;
  color: #fff;
  font-size: 18px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  background-color: #f78223;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 98;
}
.film-one-page
  .film-one-page-item
  .film-one-page-item-inner
  .video
  .video-inner
  img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.film-one-page
  .film-one-page-item
  .film-one-page-item-inner
  .video:hover
  .video-inner
  img {
  transform: scale(1.1);
}
.onepage-pagination {
  position: fixed;
  left: 15px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.onepage-pagination li a:before {
  content: "0" attr(data-index);
  font-family: Montserrat, Tahoma, Verdana;
  font-size: 12px;
  font-weight: 700;
  color: #ababab;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.onepage-pagination li a:after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: #f78223;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: width linear 0.5s;
  -moz-transition: width linear 0.5s;
  -ms-transition: width linear 0.5s;
  -o-transition: width linear 0.5s;
  transition: width linear 0.5s;
}
.onepage-pagination li a.current:before {
  font-size: 18px;
  color: #333;
}
.onepage-pagination li a.current:after {
  width: 80px;
}
.page-title {
  padding-top: 145px;
  padding-bottom: 125px;
  background-color: #f6f7f7;
  background-image: url(../assets/images/background/social-media-advertising.png);
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  color: #333;
  text-align: left;
  display: block;
  top: 20px;
}
.page-title .title {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  display: block;
  position: relative;
  z-index: 97;
  text-shadow: 2px 2px 2px #000;
}
.page-title .title span {
  color: #f78223;
}
.breadcrumbs {
  padding: 0;
  margin-top: 50px;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1;
}
.page-title .breadcrumbs {
  display: block;
  z-index: 98;
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs ul li {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  letter-spacing: initial;
  font-weight: 600;
  font-size: 12px;
}
.breadcrumbs ul li:last-child {
  color: #f78223;
  margin-right: 0;
}
.breadcrumbs ul li a {
  color: #969696;
}
.breadcrumbs ul li a:hover {
  color: #f78223;
}
.breadcrumbs ul li:after {
  content: ">";
  color: #969696;
  margin-left: 10px;
}
.breadcrumbs ul li:last-child:after {
  content: "";
  margin-left: 0;
}
.gallery-filter {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  margin-top: 32px;
  margin-bottom: 57px;
  text-align: left;
}
.gallery-filter ul li {
  display: inline;
}
.gallery-filter ul li a {
  text-transform: uppercase;
  font-size: 13.5px;
  letter-spacing: 0.05em;
  padding: 7px 20px;
  font-weight: 700;
  border: 1px solid transparent;
}
.gallery-filter ul li a.active,
.gallery-filter ul li a:hover {
  color: #f78223;
  border-color: #f78223;
}
.gallery-filter ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 10px;
}
.gallery-filter ul li:first-child:before {
  width: 0;
}
.gallery-masonry-item {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.gallery-masonry-item .gallery-image {
  position: relative;
  max-height: 100%;
}
.gallery-masonry-item .gallery-image img {
  width: 100%;
}
.gallery-masonry-item .gallery-image .desc-wrap {
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #f78223;
  display: flex;
  align-items: flex-end;
}
.gallery-masonry-item .gallery-image a:hover .desc-wrap {
  opacity: 1;
}
.gallery-masonry-item .gallery-image .desc-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #262626;
  opacity: 0.8;
}
.gallery-masonry-item .gallery-image .desc-wrap .desc {
  width: 100%;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
}
.gallery-masonry-item .gallery-image .desc-wrap .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  display: block;
  font-family: Merriweather, Georgia, serif;
}
.gallery-masonry-item .gallery-image .desc-wrap .title:after {
  content: "\f30f";
  font-family: Ionicons;
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  width: 40px;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  float: right;
  margin-top: 4px;
  color: #f78223;
}
.gallery-masonry-item .gallery-image .desc-wrap .cates {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.gallery-masonry-item .gallery-image .desc-wrap .cates,
.gallery-masonry-item .gallery-image .desc-wrap .icon,
.gallery-masonry-item .gallery-image .desc-wrap .title {
  position: relative;
  z-index: 2;
}
.content-404 {
  text-align: center;
  padding: 60px 0;
  z-index: 97;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-404 h3 {
  font-size: 24px;
  color: #333;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  text-align: center;
}
.content-404 img {
  margin: 30px 0;
}
.content-404 span {
  font-size: 14px;
  color: #696969;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
}
.content-404 span a {
  font-weight: 700;
  padding-bottom: 2px;
  border-bottom: 1px solid #333;
}
.content-404 span a:hover {
  border-color: #f78223;
  color: #f78223;
}
.contact-404 {
  width: 360px;
  height: 189px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-top: 120px;
  padding-left: 40px;
  line-height: 1;
  color: #f78223;
  font-family: Montserrat;
  background-image: url(../images/background/404_contact_bg.png);
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 98;
}
.follow-404 {
  height: 24px;
  line-height: 24px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: fixed;
  top: 50%;
  right: -120px;
}
.follow-404 .follow-404-socials {
  display: inline-block;
  float: left;
}
.follow-404 .follow-404-socials a {
  display: inline-block;
  font-size: 20px;
  color: #ababab;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 30px;
}
.follow-404 .follow-404-socials a:hover {
  color: #f78223;
}
.follow-404 .follow-404-text {
  line-height: 24px;
  white-space: normal;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: Montserrat;
  color: #333;
  display: inline-block;
  margin-left: 30px;
}
.follow-404 .follow-404-text:before {
  content: "";
  width: 60px;
  height: 1px;
  display: inline-block;
  background-color: #d0d1d1;
  margin-right: 20px;
  vertical-align: middle;
}
.contact-info .icon-boxes {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
}
.contact-info .icon-boxes .icon-boxes-inner {
  display: table-cell;
  vertical-align: top;
}
.contact-info .icon-boxes .icon-boxes-title {
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.contact-info .icon-boxes .icon-boxes-content {
  color: #696969;
}
.comments-area .comments-title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
  font-weight: 700;
}
.comments-area .comments-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #f78223;
  margin-top: 5px;
}
.comments-area .comment-list {
  padding-left: 0;
  list-style: none;
  margin: 40px 0;
}
.comments-area .comment-list li {
  padding: 20px 0;
  list-style-type: none;
}
.comments-area .comment-list li:last-child {
  border-bottom: 0;
}
.comments-area .comment-list li article {
  margin: 0;
  padding-left: 90px;
  position: relative;
}
.comments-area .comment-list li article footer {
  display: block;
}
.comments-area .comment-list li article .comment-author {
  display: inline-block;
  color: #333;
}
.comments-area .comment-list li article .comment-author img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.comments-area .comment-list li article .comment-author .fn {
  letter-spacing: 0.05em;
  font-size: 16px;
  text-transform: capitalize;
}
.comments-area .comment-list li article .comment-metadata {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  color: #ababab;
}
.comments-area .comment-list li article .comment-metadata:before {
  content: "\f21b";
  font-family: Ionicons;
  color: #e0e0e0;
  font-style: normal;
  font-size: 5px;
  margin-right: 20px;
}
.comments-area .comment-list li article .comment-metadata a {
  color: #8e8b87;
}
.comments-area .comment-list li article .comment-content {
  font-size: 15px;
  line-height: 1.6;
  color: #696969;
}
.comments-area .comment-list li article .reply {
  margin-top: -8px;
}
.comments-area .comment-list li article .reply a {
  color: #ccc;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 12px;
}
.comments-area .comment-list li article .reply a:before {
  content: "\f21e";
  font-family: Ionicons;
  margin-right: 5px;
  font-size: 16px;
}
.comments-area .comment-list li .children {
  margin-top: 40px;
  padding-left: 0;
}
.comments-area .comment-list li .children li {
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  border-bottom: 0;
  border-left: 1px solid #ccc;
}
.comments-area .comment-list li .children li:last-child {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .comments-area .comment-list li .children {
    padding-left: 100px;
  }
}
.progress-wraper .progress-title {
  display: block;
  font-size: 12px;
  font-family: Montserrat;
  color: #ababab;
  text-transform: uppercase;
  font-weight: 400;
}
.progress-wraper .progress-value {
  color: #878787;
  padding-right: 15px;
}
.progress-wraper .block-progressbar {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}
.progress-wraper .block-progressbar:last-child {
  margin-bottom: 0;
}
.block-progressbar .progressbar-back-text {
  position: absolute;
  background-color: #e0e0e0;
  width: 100%;
  height: 8px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.block-progressbar .progresswrap {
  height: 8px;
}
.block-progressbar .progressbar {
  position: absolute;
  background-color: #f78223;
  height: 8px;
  width: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 1s linear;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
}
.block-progressbar .progressbar-front-text {
  position: absolute;
  right: 0;
  top: -30px;
  width: 35px !important;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #222;
  text-align: center;
  font-size: 12px;
  margin-bottom: 6px;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.block-progressbar .progressbar-front-text:after {
  content: "";
  position: absolute;
  border-top: 5px solid #222;
  border-left: 12px solid transparent;
  bottom: -4px;
  right: 0;
}
@media (max-width: 991px) {
  header.header-desktop {
    display: none !important;
  }
  header.header-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .film-our-services.type-icon .col-icon .icon,
  .film-our-services.type-icon.right .col-icon .icon,
  .popup-video {
    margin-top: 0;
  }
  .film-our-services.type-icon .col-text .text:before,
  .film-post-slider .slider-nav-container {
    display: none;
  }
  .film-our-services.type-icon.right .col-icon,
  .film-our-services.type-image.right .col-image {
    float: none;
  }
  .header.header-mobile .container {
    padding-left: 45px;
    padding-right: 45px;
    max-width: 576px;
  }
  .text-center-sm {
    text-align: center;
  }
  .bannerText {
    top: 0 !important;
    left: 0 !important;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    height: 100%;
  }
  .content.text-black,
  .title.text-black {
    color: #fff !important;
  }
  .copyright .copyright-right,
  .text-left-sm {
    text-align: left;
  }
  .popup-video {
    width: 100%;
  }
  .copyright .copyright-right.text-center-sm,
  .film-filter,
  .film-list-member,
  .gallery-filter {
    text-align: center;
  }
  .copyright .copyright-right ul li:first-child,
  .featured-title,
  .text-center .featured-title {
    margin-left: 0;
  }
  .film-filter {
    position: static;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  .film-filter ul {
    transform: translate(0, 0);
    margin-bottom: 50px;
  }
  .film-one-page .film-one-page-item:first-child {
    padding-top: 0;
  }
  .page-title.big-style {
    padding-top: 145px;
    padding-bottom: 125px;
    background-color: #f6f7f7;
    background-image: url(../images/background/bg_11.jpg);
  }
  .team-filter ul li a {
    font-size: 16px;
  }
  .team-filter ul li {
    padding-right: 20px;
  }
  .film-hire-box {
    margin-bottom: 80px;
  }
  .film-hire-box.style-2:before {
    background: 0 0;
  }
  .film-hire-box.style-2 .film-hire-box-right {
    background-color: #333;
    padding: 60px;
    text-align: center;
  }
  .gallery-filter ul li a {
    padding: 7px;
  }
  .blog-list-item.style-2 .list-categories {
    margin-top: 4px;
  }
  .sidebar {
    margin-top: 50px;
  }
}
@media (max-width: 414px) {
  .text-center-xs {
    text-align: center !important;
  }
  a.backtotop {
    right: 15px;
  }
  a.backtotop.show {
    bottom: 15px;
  }
  .team-carousel-wrap {
    padding: 50px 15px;
  }
  .icon-boxes {
    margin-bottom: 30px;
  }
  .blogger-template .main {
    padding: 0;
  }
  .film-one-page .film-one-page-item {
    padding-left: 0;
    padding-right: 0;
  }
  .film-one-page .film-one-page-item .film-one-page-item-inner .text .title {
    font-size: 60px;
  }
  .onepage-pagination {
    display: none;
  }
  .film-our-services-list .big-title a:after {
    right: -90px;
  }
  .section-bg-11 {
    background: 0 0;
  }
  .section-bg-11 .icon-boxes-title.white,
  .section-bg-11 .section-title.white {
    color: #333 !important;
  }
  .hashtag {
    font-size: 35px;
    left: 15px;
  }
}
.noo-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.985);
  z-index: 999999;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0;
}
.page-framed .spinner {
  margin-left: -50px;
}
@media (max-width: 414px) {
  .page-framed .spinner {
    margin-left: -20px;
  }
  .spinner {
    left: 45%;
  }
}
.page-presentation .spinner {
  margin-left: -50px;
  margin-top: -50px;
}
.spinner .child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f78223;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
}
.navbar-dropdown .navbar-brand {
  float: none;
  font-size: 0;
  padding: 1.25rem 0;
  position: relative;
  transition: padding 0.25s ease;
  white-space: nowrap;
}
.navbar-dropdown .navbar-brand::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.navbar-dropdown .navbar-caption,
.navbar-dropdown .navbar-logo {
  display: inline-block;
  vertical-align: middle;
}
.navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
  transition: margin 0.3s ease-in-out;
}
.navbar-dropdown .navbar-logo img {
  height: 3.125rem;
  transition: all 0.3s ease-in-out;
}
.navbar-dropdown .mbr-table-cell {
  height: 3.625rem;
}
.navbar-dropdown .navbar-caption {
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 700;
  white-space: normal;
}
.navbar-dropdown .navbar-caption,
.navbar-dropdown .navbar-caption:hover {
  color: inherit;
  text-decoration: none;
}
.navbar-dropdown.navbar-fixed-top {
  position: fixed;
}
.navbar-dropdown.bg-color.transparent {
  background: 0 0 !important;
}
.navbar-dropdown.navbar-short .navbar-brand {
  padding: 0.625rem 0;
}
.navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.5rem;
}
.navbar-dropdown.navbar-short .navbar-logo img {
  height: 2.375rem;
}
.navbar-dropdown.navbar-short .mbr-table-cell {
  height: 3.625rem;
}
.navbar-dropdown .navbar-close {
  left: 0.6875rem;
  position: fixed;
  top: 0.75rem;
  z-index: 1000;
}
.navbar-dropdown.opened {
  background: 0 0 !important;
}
.navbar-dropdown.opened .navbar-brand,
.navbar-dropdown.opened .navbar-toggler {
  display: none;
}
.navbar-dropdown .hamburger-icon {
  content: "";
  width: 16px;
  -webkit-box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
  -moz-box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
  box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
}
.navbar-dropdown .close-icon {
  position: relative;
  width: 21px;
  height: 21px;
  overflow: hidden;
}
.navbar-dropdown .close-icon::after,
.navbar-dropdown .close-icon::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.navbar-dropdown .close-icon::before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.navbar-dropdown .close-icon::after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
  border-right: 0;
  border-top: 0.35em solid transparent;
  margin-left: 0.3rem;
}
.dropdown-menu .dropdown-item:focus {
  outline: 0;
}
.nav-dropdown {
  display: table !important;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-weight: 700;
  height: auto !important;
}
.nav-dropdown .nav-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.nav-dropdown .nav-btn {
  padding-left: 1rem;
}
.nav-dropdown .link {
  margin: 10px;
  padding: 0;
  transition: color 0.2s ease-in-out;
}
.nav-dropdown .link.dropdown-toggle {
  margin-right: 2.583em;
}
.nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
}
.nav-dropdown .link.dropdown-toggle::after {
  display: block;
  margin-top: -0.1667em;
  position: absolute;
  right: 1.3333em;
  top: 50%;
}
.nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0;
  padding: 1.667em 2.583em 1.667em 1.667em;
}
.nav-dropdown .dropdown-item::after,
.nav-dropdown .link::after {
  color: inherit;
}
.nav-dropdown .btn {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.nav-dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
  left: 0;
  margin: 0;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.nav-dropdown .dropdown-submenu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: -1.25rem;
  top: 0;
}
.nav-dropdown .dropdown-item {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 1.5385em;
  position: relative;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.nav-dropdown .dropdown-item::after {
  margin-top: -0.3077em;
  position: absolute;
  right: 1.1538em;
  top: 50%;
}
.nav-dropdown .dropdown-item:focus,
.nav-dropdown .dropdown-item:hover {
  background: 0 0;
}
@media (max-width: 767px) {
  .main-div {
    max-width: inherit !important;
  }
  .nav-dropdown.navbar-toggleable-sm {
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    width: 18.75rem;
    z-index: 999;
  }
  .logo {
    left: 0 !important;
  }
}
.nav-dropdown.navbar-toggleable-xl {
  bottom: 0;
  display: none;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  width: 18.75rem;
  z-index: 999;
}
.nav-dropdown-sm {
  display: block !important;
  overflow-x: hidden;
  overflow: auto;
  padding-top: 3.875rem;
}
.nav-dropdown-sm::after {
  content: "";
  display: block;
  height: 3rem;
  width: 100%;
}
.nav-dropdown-sm.collapse.in ~ .navbar-close {
  display: block !important;
}
.nav-dropdown-sm.collapse.in,
.nav-dropdown-sm.collapsing {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}
.nav-dropdown-sm.collapsing[aria-expanded="false"] {
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.nav-dropdown-sm .nav-item {
  display: block;
  margin-left: 0 !important;
  padding-left: 0;
}
.nav-dropdown-sm .dropdown-item,
.nav-dropdown-sm .link {
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 0 !important;
  padding: 0.875rem 2.4rem 0.875rem 1.5625rem !important;
  position: relative;
  white-space: normal;
}
.nav-dropdown-sm .dropdown-item:focus,
.nav-dropdown-sm .dropdown-item:hover,
.nav-dropdown-sm .link:focus,
.nav-dropdown-sm .link:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.nav-dropdown-sm .nav-btn {
  position: relative;
  padding: 1.5625rem 1.5625rem 0 1.5625rem;
}
.nav-dropdown-sm .nav-btn::before {
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.nav-dropdown-sm .nav-btn + .nav-btn {
  padding-top: 0.625rem;
}
.nav-dropdown-sm .nav-btn + .nav-btn::before {
  display: none;
}
.nav-dropdown-sm .btn {
  padding: 0.625rem 0;
}
.nav-dropdown-sm .dropdown-toggle::after {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.154em;
}
.nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
}
.nav-dropdown-sm
  .dropdown-toggle[data-toggle="dropdown-submenu"][aria-expanded="true"]::after {
  border-top: 0;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0.35em solid;
}
.nav-dropdown-sm .dropdown-menu {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  float: none;
  border-radius: 0;
  background: 0 0;
}
.is-builder .nav-dropdown.collapsing {
  transition: none !important;
}
.container {
  position: relative;
}
.btn {
  margin-bottom: 0.5rem;
}
.btn + .btn {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
  .btn + .btn {
    margin-left: 0;
  }
}
.bg-primary {
  background-color: #c0a375 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.bg-none {
  background: 0 0 !important;
}
.btn {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0.75rem 2.1875rem;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-sm {
  padding: 0.625rem 2.1874rem;
  font-size: 0.9687rem;
  line-height: 1.5;
  border-radius: 3px;
  font-family: Lora;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}
.btn-lg {
  padding: 0.75rem 2.1874rem;
  font-size: 0.9687rem;
  line-height: 1.33333;
  border-radius: 3px;
}
.btn-xlg {
  padding: 0.75rem 2.1874rem;
  font-size: 1.1875rem;
  line-height: 1.33333;
  border-radius: 3px;
}
.btn-primary {
  background-color: #c0a375;
  border-color: #c0a375;
  box-shadow: none;
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a07e49;
  border-color: #a07e49;
  box-shadow: none;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #a07e49;
  border-color: #a07e49;
}
.btn-primary.active,
.btn-primary:active {
  color: #fff;
  background-color: #a07e49;
  border-color: #a07e49;
  background-image: none;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
  opacity: 0.85;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  box-shadow: none;
  color: #fff;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #94ada8;
  border-color: #94ada8;
  box-shadow: none;
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.active,
.btn-secondary:active {
  color: #fff;
  background-color: #94ada8;
  border-color: #94ada8;
  background-image: none;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
  opacity: 0.85;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  box-shadow: none;
  color: #fff;
}
.btn-info:hover {
  color: #fff;
  background-color: #597478;
  border-color: #597478;
  box-shadow: none;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.active,
.btn-info:active {
  color: #fff;
  background-color: #597478;
  border-color: #597478;
  background-image: none;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
  opacity: 0.85;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  box-shadow: none;
  color: #fff;
}
.btn-success:hover {
  color: #fff;
  background-color: #6a8153;
  border-color: #6a8153;
  box-shadow: none;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.active,
.btn-success:active {
  color: #fff;
  background-color: #6a8153;
  border-color: #6a8153;
  background-image: none;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
  opacity: 0.85;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  box-shadow: none;
  color: #fff;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e1a90f;
  border-color: #e1a90f;
  box-shadow: none;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.active,
.btn-warning:active {
  color: #fff;
  background-color: #e1a90f;
  border-color: #e1a90f;
  background-image: none;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
  opacity: 0.85;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  box-shadow: none;
  color: #fff;
}
.btn-danger:hover {
  color: #fff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
  box-shadow: none;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.active,
.btn-danger:active {
  color: #fff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
  background-image: none;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
  opacity: 0.85;
}
.btn-white {
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
  color: #535353;
}
.btn-white:hover {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  box-shadow: none;
}
.btn-white.focus,
.btn-white:focus {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.active,
.btn-white:active {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  background-image: none;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  opacity: 0.85;
}
.btn-black {
  background-color: #535353;
  border-color: #535353;
  box-shadow: none;
  color: #fff;
}
.btn-black:hover {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  box-shadow: none;
}
.btn-black.focus,
.btn-black:focus {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
.btn-black.active,
.btn-black:active {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  background-image: none;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fff !important;
  background-color: #2d2d2d !important;
  border-color: #2d2d2d !important;
  opacity: 0.85;
}
.btn-primary-outline {
  background: 0 0;
  border-color: #8e7041;
  color: #8e7041;
}
.btn-primary-outline.active,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline:focus {
  color: #fff;
  background-color: #c0a375;
  border-color: #c0a375;
}
.btn-primary-outline:hover {
  color: #fff;
  background-color: #c0a375;
  border-color: #c0a375;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
  opacity: 0.85;
}
.btn-secondary-outline {
  background: 0 0;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline.active,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline:focus {
  color: #fff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline:hover {
  color: #fff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
  opacity: 0.85;
}
.btn-info-outline {
  background: 0 0;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline.active,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline:focus {
  color: #fff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline:hover {
  color: #fff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
  opacity: 0.85;
}
.btn-success-outline {
  background: 0 0;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline.active,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline:focus {
  color: #fff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline:hover {
  color: #fff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
  opacity: 0.85;
}
.btn-warning-outline {
  background: 0 0;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline.active,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  color: #fff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline:hover {
  color: #fff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
  opacity: 0.85;
}
.btn-danger-outline {
  background: 0 0;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline.active,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline:focus {
  color: #fff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline:hover {
  color: #fff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
  opacity: 0.85;
}
.btn-white-outline {
  background: 0 0;
  border-color: #fff;
  color: #fff;
}
.btn-white-outline.active,
.btn-white-outline.focus,
.btn-white-outline:active,
.btn-white-outline:focus {
  color: #535353;
  background-color: #fff;
  border-color: #fff;
}
.btn-white-outline:hover {
  color: #535353;
  background-color: #fff;
  border-color: #fff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #535353 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  opacity: 0.85;
}
.btn-black-outline {
  background: 0 0;
  border-color: #202020;
  color: #202020;
}
.btn-black-outline.active,
.btn-black-outline.focus,
.btn-black-outline:active,
.btn-black-outline:focus {
  color: #fff;
  background-color: #535353;
  border-color: #535353;
}
.btn-black-outline:hover {
  color: #fff;
  background-color: #535353;
  border-color: #535353;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #fff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
  opacity: 0.85;
}
a.mbr-iconfont:hover {
  text-decoration: none;
}
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  color: #232323;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #c0a375;
}
.btn-social + .btn {
  margin-left: 0.1rem;
}
.lead p,
p.lead {
  font-size: 1.07rem;
  font-weight: 300;
  margin-bottom: 2.3125rem;
}
.article .lead blockquote,
.article .lead ol,
.article .lead p,
.article .lead pre,
.article .lead ul {
  margin-bottom: 0;
}
.lead {
  font-size: 1.07rem;
  font-weight: 300;
}
.lead a {
  font-family: Lora;
  font-style: italic;
  font-weight: 400;
}
.lead a,
.lead a:hover {
  color: #c0a375;
  text-decoration: none;
}
.lead h1 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 1.605rem;
}
.lead h2 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 1.605rem;
}
.lead h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.605rem;
}
.lead h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.605rem;
}
.lead blockquote {
  font-family: Lora;
  font-style: italic;
  padding: 10px 0 10px 20px;
  border-left: 4px solid #c39f76;
  font-size: 1.09rem;
  position: relative;
}
.lead blockquote,
.lead ol,
.lead pre,
.lead ul {
  margin-bottom: 2.3125rem;
}
.lead pre {
  background: #f4f4f4;
  padding: 10px 0 10px 24px;
}
.display-1 {
  font-size: 4.39rem;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 0.2843em;
  margin-top: 3.9rem;
}
.display-2 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 1.5625rem;
  margin-top: 3.5rem;
}
.display-3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 3.2rem;
  margin-bottom: 2rem;
}
.display-4 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2.3rem;
  margin-bottom: 1.8rem;
}
.modal-backdrop {
  opacity: 0.94;
}
.form-control {
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 2.5em;
  padding: 0.5em 1.07em 0.5em;
  font-family: Montserrat;
}
.form-control,
.form-control:focus {
  border: 1px solid #ccc;
}
.form-active .form-control:invalid {
  border-color: #f28281;
}
.form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
.alert {
  border-radius: 0;
  border: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form:after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.alert-success {
  background-color: #90a878;
  color: #fff;
}
.alert-info {
  background-color: #7e9b9f;
  color: #fff;
}
.alert-warning {
  background-color: #f3c649;
  color: #fff;
}
.alert-danger {
  background-color: #f28281;
  color: #fff;
}
body {
  font-family: Raleway, sans-serif;
  color: #232323;
  padding: 0 !important;
  overflow-x: hidden;
}
.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  word-break: break-word;
  word-wrap: break-word;
}
input,
textarea {
  font-family: Raleway;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  transition-delay: 9999s;
  transition-property: background-color, color;
}
.text-primary {
  color: #c0a375 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #535353 !important;
}
.mbr-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mbr-section-full {
  display: table;
  height: 100vh;
  padding-bottom: 0;
  padding-top: 0;
  table-layout: fixed;
  width: 100%;
}
.mbr-section-full > .mbr-table-cell {
  width: 100%;
}
.mbr-section-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mbr-section-title {
  margin-top: 0;
}
.mbr-section__container--first {
  padding-top: 120px;
  padding-bottom: 40px;
}
.mbr-section__container--middle {
  padding-top: 0;
  padding-bottom: 40px;
}
.mbr-section__container--last {
  padding-top: 0;
  padding-bottom: 120px;
}
.mbr-section-sm-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mbr-section-md-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}
.mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
}
.mbr-section-subtitle {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  font-family: Lora;
  line-height: 26px;
  color: #8c8c8c;
  margin-bottom: 30px;
}
.mbr-section-title + .mbr-section-subtitle {
  margin-top: -21px;
}
.mbr-section-hero::before {
  display: none !important;
}
.mbr-section-hero .mbr-section-title {
  color: #fff;
  margin-bottom: 1.6875rem;
}
.mbr-section-hero .mbr-section-lead {
  color: #fff;
  font-family: Lora;
  font-size: 1.5rem;
  font-style: italic;
  margin-top: -1em;
}
.mbr-section-hero .mbr-section-text {
  color: #fff;
}
@media (max-width: 767px) {
  .mbr-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mbr-section-full {
    padding-bottom: 0;
    padding-top: 0;
  }
  .mbr-section__container--first {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .mbr-section__container--middle {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .mbr-section__container--last {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .mbr-section-sm-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mbr-section-md-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mbr-section-nopadding {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mbr-section-subtitle {
    margin-bottom: 0;
  }
  .mbr-section-hero.mbr-after-navbar .mbr-section {
    padding-top: 120px;
  }
  .mbr-section-hero.mbr-section-with-arrow .mbr-section {
    padding-bottom: 120px;
  }
  .mbr-section-hero .mbr-section-title {
    font-size: 3.125rem !important;
  }
  .mbr-section-hero .mbr-section-lead {
    font-size: 1.125rem !important;
  }
  .mbr-section-hero .mbr-section-btn .btn {
    font-size: 0.75rem !important;
    line-height: 1.5;
    padding: 0.75rem 2.1875rem;
  }
}
.mbr-section-full .mbr-overlay {
  height: 100vh;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.mbr-overlay ~ * {
  z-index: 2;
}
.mbr-section-full .mbr-background-video,
.mbr-section-full .mbr-background-video-preview {
  height: 100vh;
}
.mbr-background-video,
.mbr-background-video-preview {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mbr-background-video-preview {
  z-index: 0 !important;
}
.mbr-table {
  display: table;
  width: 100%;
}
.mbr-table-full {
  height: 100%;
  position: relative;
  width: 100%;
}
.mbr-table-cell {
  display: table-cell;
  float: none;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  vertical-align: middle;
}
.mbr-table-md-up {
  width: 100%;
}
.mbr-table-md-up .mbr-table-cell {
  display: block;
}
.mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .mbr-table-md-up {
    display: table;
  }
  .mbr-table-md-up .mbr-table-cell {
    display: table-cell;
  }
  .mbr-table-md-up .mbr-table-cell + .mbr-table-cell {
    padding-top: 0;
  }
}
.mbr-figure {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.mbr-figure iframe,
.mbr-figure img {
  display: block;
  width: 100%;
}
.mbr-figure .mbr-figure-caption {
  background: #2e2e2e;
  color: #fff;
  font-family: Montserrat;
  padding: 1.5rem 0;
  text-align: center;
  width: 100%;
}
.mbr-figure .mbr-figure-caption-over {
  bottom: 0;
  position: absolute;
}
.mbr-map {
  height: 25rem;
  position: relative;
}
.mbr-map iframe {
  height: 100%;
  width: 100%;
}
.mbr-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.mbr-map[data-state] {
  background: #e9e5dc;
}
.mbr-map[data-state="loading"] [data-state-details] {
  display: none;
}
.mbr-map[data-state="loading"]::after {
  content: "";
  -webkit-animation: btnCircleLoading 0.6s infinite linear;
  animation: btnCircleLoading 0.6s infinite linear;
  border-radius: 50%;
  border: 6px rgba(255, 255, 255, 0.35) solid;
  border-top-color: #fff;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.mbr-gallery .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 25%;
}
@media (max-width: 768px) {
  .mbr-gallery .mbr-gallery-item {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .mbr-gallery .mbr-gallery-item {
    width: 100%;
  }
}
.mbr-gallery .mbr-gallery-item img {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.mbr-gallery .mbr-gallery-item > a:hover img {
  opacity: 1;
}
.mbr-gallery .mbr-gallery-item > a {
  background: #fff;
  display: block;
  outline: 0;
  position: relative;
}
.mbr-gallery .mbr-gallery-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.mbr-gallery .mbr-gallery-item .icon {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.2s opacity ease-in-out;
  color: #000;
  font-size: 30px;
  height: 69px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s opacity ease-in-out;
  width: 69px;
}
.mbr-gallery .mbr-gallery-item .icon::after,
.mbr-gallery .mbr-gallery-item .icon::before {
  content: "";
  display: block;
  position: absolute;
  height: 69px;
  width: 1px;
  margin-left: 34.5px;
  background-color: #fff;
}
.mbr-gallery .mbr-gallery-item .icon::after {
  width: 69px;
  height: 1px;
  margin-left: 0;
  margin-top: 34.5px;
}
.mbr-gallery .mbr-gallery-item > a:hover .icon {
  opacity: 1;
}
.mbr-gallery .mbr-gallery-item > a:hover::before {
  opacity: 0.9;
}
.mbr-gallery-title {
  font-family: Montserrat;
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.mbr-gallery .mbr-gallery-item > a:hover .mbr-gallery-title {
  background: 0 0 !important;
}
.mbr-gallery .mbr-gallery-row.no-gutter {
  margin: 0;
}
.mbr-gallery .mbr-gallery-row.no-gutter .mbr-gallery-item {
  padding: 0;
}
.mbr-gallery .container.mbr-gallery-layout-default {
  padding: 93px 0;
}
.mbr-gallery .mbr-gallery-layout-article,
.mbr-gallery .mbr-gallery-layout-default {
  overflow: hidden;
}
.mbr-gallery .modal {
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.mbr-gallery .modal-content {
  border-radius: 0;
}
.mbr-gallery .modal-body {
  padding: 0;
}
.mbr-gallery .modal-body img {
  width: 100%;
}
.mbr-gallery .modal .close {
  position: fixed;
  background: #1b1b1b;
  opacity: 0.5;
  font-size: 55px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #000;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 61px;
  border: 0;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mbr-gallery .modal .close:hover {
  opacity: 1;
  background: #000;
  color: #ccc;
}
.mbr-gallery .modal.in .modal-dialog {
  margin: 0 auto;
}
.modal-backdrop.in {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .mbr-gallery .carousel-control,
  .mbr-gallery .carousel-indicators,
  .mbr-gallery .modal .close {
    position: fixed;
  }
}
.mbr-gallery .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.mbr-gallery .modal.fade .modal-dialog,
.mbr-gallery .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.mbr-slider > .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.mbr-slider > .boxed-slider > div {
  position: relative;
}
.mbr-slider > .container img {
  width: 100%;
}
.mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.mbr-slider .mbr-table-cell {
  padding: 0;
}
.mbr-slider > .article-slider .mbr-section,
.mbr-slider > .article-slider .mbr-section .mbr-table-cell {
  padding-top: 0;
  padding-bottom: 0;
}
.mbr-cards-row {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mbr-cards-col {
  padding-left: 0;
  padding-right: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .mbr-cards-col {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.mbr-cards .striped .card {
  padding-left: 10%;
  padding-right: 10%;
}
.mbr-cards .striped .mbr-cards-col:nth-child(2n + 1) {
  background: #2e2e2e;
  color: #fff;
}
.mbr-cards .striped .mbr-cards-col:nth-child(2n + 1) .card-subtitle {
  color: #979797;
}
.mbr-cards .card {
  text-align: center;
  border: 0;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .mbr-cards .card {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .mbr-cards-row {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .mbr-cards-row::after {
    display: none;
  }
  .mbr-cards-col {
    display: table-cell;
    float: none;
  }
  .mbr-cards > .container {
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
  }
}
.mbr-cards .card-block {
  background: 0 0;
  padding: 0;
}
.mbr-cards .card-img-top {
  border-radius: 0;
  width: auto;
  max-width: 100%;
}
.mbr-cards .card-img + .card-block {
  padding-top: 2.3125rem;
}
.mbr-cards .card-text {
  margin: 0;
}
.mbr-cards .card-text + .card-btn {
  padding-top: 1.375rem;
}
.mbr-cards .card-title {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2825;
}
.mbr-cards .card-title + * {
  padding-top: 1rem;
}
.mbr-cards .card-title + .card-btn {
  padding-top: 1.4375rem;
}
.mbr-cards .card-subtitle {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: Lora;
  color: #5b5b5b;
  margin-top: -1rem;
  line-height: 1.7857;
  padding-bottom: 1rem;
}
.mbr-cards .card-subtitle + .card-btn {
  padding-top: 0.3125rem;
}
.mbr-cards .iconbox {
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 1px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 500px;
  display: inline-block;
}
.mbr-cards .iconbox > .mbr-iconfont {
  line-height: inherit;
}
@media (min-width: 1600px) {
  .mbr-price-table {
    padding-left: 12%;
    padding-right: 12%;
  }
}
.mbr-price-table .row {
  margin-left: 0;
  margin-right: 0;
}
.mbr-price-table .row > div {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (max-width: 1199px) {
  .mbr-price-table .row > div {
    padding-bottom: 40px;
  }
}
.mbr-plan {
  background: 0 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  margin-bottom: 0;
  padding: 0.625rem;
}
.mbr-plan .list-group-item {
  background: 0 0;
  border-bottom: 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  line-height: 3.125rem;
  padding-bottom: 0;
  padding-top: 0;
}
.mbr-plan .card-title {
  margin-bottom: 1.5625rem;
}
.mbr-plan-title {
  font-family: Montserrat;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: 0;
}
.mbr-plan-price-desc,
.mbr-plan-subtitle {
  color: #a0a0a0;
  font-family: Lora;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.79;
}
.mbr-plan-price-desc {
  display: block;
  padding-top: 1.25rem;
}
.mbr-plan-body,
.mbr-plan-header {
  background: rgba(255, 255, 255, 0.1);
}
.mbr-plan-header {
  padding-bottom: 3.4375rem;
  padding-top: 2.1875rem;
  position: relative;
}
.mbr-plan-header.bg-primary .mbr-plan-price-desc,
.mbr-plan-header.bg-primary .mbr-plan-subtitle {
  color: #e8ddcd;
}
.mbr-plan-header.bg-success .mbr-plan-price-desc,
.mbr-plan-header.bg-success .mbr-plan-subtitle {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-price-desc,
.mbr-plan-header.bg-info .mbr-plan-subtitle {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-price-desc,
.mbr-plan-header.bg-warning .mbr-plan-subtitle {
  color: #fbebc1;
}
.mbr-plan-header.bg-danger .mbr-plan-price-desc,
.mbr-plan-header.bg-danger .mbr-plan-subtitle {
  color: #fef5f5;
}
.mbr-plan-label {
  background: #28262b;
  color: #fff;
  display: block;
  font-size: 0.6875rem;
  font-weight: 400;
  height: 3.125rem;
  line-height: 3.125rem;
  min-width: 3.125rem;
  padding: 0 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}
.mbr-plan-body {
  margin-top: 2px;
  padding-bottom: 0;
  padding-top: 2.5rem;
}
.mbr-plan-list {
  padding-bottom: 4.0625rem;
  padding-top: 1.5625rem;
}
.mbr-plan-btn {
  margin-top: -2.5rem;
  padding-bottom: 1.375rem;
  padding-top: 1.875rem;
}
.mbr-price {
  font-family: Montserrat;
  line-height: 1.3;
}
.mbr-price-value {
  font-size: 1.875rem;
  line-height: 1;
  position: relative;
  top: -1.25rem;
}
.mbr-price-figure {
  font-size: 3.75rem;
  line-height: inherit;
  padding-left: 0.625rem;
}
.mbr-price-term {
  font-size: 1.875rem;
  position: relative;
}
.mbr-price-term:before {
  content: "/";
  font-size: 110%;
  font-weight: 100;
  position: relative;
}
.mbr-testimonials .row > div {
  padding-bottom: 40px;
}
.mbr-testimonials .row > div:last-child {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .mbr-testimonials .row > div:nth-child(3n + 1) {
    clear: left;
  }
  .mbr-testimonials .row > div:nth-last-child(-1n + 3) {
    padding-bottom: 0;
  }
}
.mbr-testimonial {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  text-align: center;
}
.mbr-testimonial + * {
  padding-top: 40px;
}
.mbr-testimonial.card {
  background-color: transparent;
}
.mbr-testimonial .card-block {
  background: #f4f4f4;
  color: #565656;
  font-family: Lora;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2;
  padding: 1.875rem;
  position: relative;
}
.mbr-testimonial .card-block:after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.mbr-testimonial-lg .card-block {
  padding-bottom: 90px;
}
.mbr-testimonial .card-footer {
  background: 0 0;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.mbr-testimonial .card-footer:last-child {
  border-radius: 0;
}
.mbr-author-img {
  margin-top: -2.5rem;
}
.mbr-author-img img {
  height: 5rem;
  width: 5rem;
}
.mbr-author-name {
  color: #2d2d2d;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3;
  padding-top: 1.25rem;
}
.mbr-author-desc {
  color: #a7a7a7;
  font-family: Lora;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.597;
}
.mbr-info-extra .mbr-info-title,
.mbr-info-subtitle {
  margin-bottom: 0;
}
.mbr-info-extra .mbr-info-subtitle {
  margin-bottom: 0.5rem;
}
.mbr-subscribe {
  background: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  height: 4rem;
  padding: 0;
  position: relative;
}
.mbr-subscribe .form-control {
  background: 0 0;
  border: 0;
  position: relative;
  top: 0.4375rem;
}
.mbr-subscribe .input-group-btn {
  position: static;
}
.mbr-subscribe .input-group-btn::after {
  border-radius: 3px;
  border: 1px solid transparent;
  bottom: -1px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}
.form-active .mbr-subscribe .form-control:invalid ~ .input-group-btn::after {
  border-color: #f28281;
}
.mbr-subscribe .btn {
  border-radius: 3px !important;
  margin-bottom: 0;
  margin-right: 0.5625rem;
}
.mbr-subscribe-dark {
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.2);
}
.mbr-subscribe-dark .form-control {
  color: #fff;
}
.mbr-small-footer {
  background: #323232;
  color: #acacac;
  font-size: 0.8125rem;
  padding: 1.75rem 0;
}
.mbr-small-footer p {
  margin-bottom: 0;
}
.mbr-small-footer a {
  color: #c0a375;
}
.mbr-small-footer a:hover {
  text-decoration: none;
}
.mbr-footer {
  color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1280px) {
  .mbr-footer {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.mbr-footer > .container > .row,
.mbr-footer > .row {
  margin-left: 0;
  margin-right: 0;
}
.mbr-footer > .container > .row > div,
.mbr-footer > .row > div {
  padding-bottom: 40px;
}
.mbr-footer > .container > .row > div:last-child,
.mbr-footer > .row > div:last-child {
  padding-bottom: 0;
}
.mbr-footer > .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .mbr-footer > .row > div:nth-child(2n + 1) {
    clear: left;
  }
  .mbr-footer > .row > div:nth-last-child(-1n + 2) {
    padding-bottom: 0;
  }
  .mbr-footer > .container > .row > div {
    clear: none !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .mbr-footer > .row > div {
    clear: none !important;
    padding-bottom: 0 !important;
  }
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #c0a375;
}
.mbr-footer p a:hover,
.mbr-footer ul a:hover {
  text-decoration: none;
}
.mbr-footer .btn-black {
  background-color: #242424;
  border-color: #242424;
}
.mbr-footer .btn-black.disabled,
.mbr-footer .btn-black:hover,
.mbr-footer .btn-black[disabled] {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.mbr-footer .mbr-map {
  height: 18.75rem;
}
.mbr-footer form .form-control-label {
  font-size: 0.875rem;
  position: relative;
}
.mbr-footer form .form-control {
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.875rem;
  min-height: 3.2em;
  padding: 0.5em 1em 0.5em;
}
.mbr-footer .mbr-contacts h1,
.mbr-footer .mbr-contacts h2,
.mbr-footer .mbr-contacts h3,
.mbr-footer .mbr-contacts h4,
.mbr-footer .mbr-contacts p strong,
.mbr-footer .mbr-contacts strong,
.mbr-footer-content h1,
.mbr-footer-content h2,
.mbr-footer-content h3,
.mbr-footer-content h4,
.mbr-footer-content p strong,
.mbr-footer-content strong {
  color: #7c7c7c;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: 1.875em;
}
.mbr-footer .mbr-contacts p strong,
.mbr-footer .mbr-contacts strong,
.mbr-footer-content p strong,
.mbr-footer-content strong {
  display: inline-block;
}
.mbr-footer .mbr-contacts p,
.mbr-footer-content p {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.mbr-footer .mbr-contacts ul,
.mbr-footer-content ul {
  line-height: 1.8;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mbr-footer .mbr-contacts li,
.mbr-footer-content li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  color: #bcbcbc;
  display: block;
  font-family: Raleway;
  font-size: 0.875rem;
  line-height: 1.8;
  overflow: hidden;
  padding: 0.72em 0;
  padding-left: 1.8em;
  position: relative;
  width: 100%;
}
.mbr-footer .mbr-contacts li:last-child,
.mbr-footer-content li:last-child {
  border-bottom: 0;
}
.mbr-footer .mbr-contacts li::before,
.mbr-footer-content li::before {
  background: #c0a375;
  content: "";
  height: 0.36em;
  left: 0;
  margin-top: -0.18em;
  position: absolute;
  top: 50%;
  width: 0.36em;
}
.mbr-footer .mbr-contacts li a,
.mbr-footer-content li a {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.mbr-footer .mbr-contacts li a:hover,
.mbr-footer-content li a:hover {
  color: #c0a375;
}
.footer1 ul {
  margin-top: -13px;
}
.footer4 > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.footer4 > .container > .row > div > .row > div:first-child {
  padding-bottom: 40px;
}
.footer4 > .container > .row > div > .row > div:first-child:last-child {
  padding-bottom: 0;
}
@media (min-width: 544px) {
  .footer4 > .container > .row > div,
  .footer4 > .container > .row > div > .row > div {
    clear: none !important;
    padding-bottom: 0 !important;
  }
}
.mbr-company {
  background: 0 0;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.mbr-company .card-img-top {
  height: 58px;
  margin-bottom: 1.57rem;
  width: auto;
}
.mbr-company .card-block {
  background: 0 0;
  padding: 0;
}
.mbr-company .card-text {
  color: #acacac;
  font-size: 0.875rem;
  margin-bottom: 1.57rem;
}
.mbr-company .list-group {
  display: block;
}
.mbr-company .list-group-item {
  background: 0 0;
  border: 0;
  display: table;
  padding: 0;
  padding-bottom: 1.375rem;
  width: 100%;
}
.mbr-company .list-group-icon,
.mbr-company .list-group-text {
  display: table-cell;
  height: 2.25rem;
  position: relative;
  vertical-align: middle;
}
.mbr-company .list-group-icon {
  padding-right: 1.25rem;
  text-align: center;
  width: 3.5rem;
}
.mbr-company .list-group-text {
  color: #fff;
  font-family: Raleway;
  font-size: 0.875rem;
  line-height: 1.6;
  position: static;
  vertical-align: middle;
}
.mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  bottom: 0.625rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 50%;
}
.mbr-company .list-group-item.active,
.mbr-company .list-group-item.active:hover {
  background: 0 0;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #c0a375;
}
.mbr-company .list-group-item:last-child {
  padding-bottom: 0;
}
.mbr-company .list-group-item:last-child .list-group-text::after {
  display: none;
}
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.mbr-arrow {
  bottom: 48px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .mbr-arrow {
    bottom: 31px;
  }
}
@media (max-width: 320px) {
  .mbr-arrow {
    bottom: 21px;
  }
}
@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .mbr-arrow {
    bottom: 31px;
  }
}
.mbr-arrow a {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 46px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 46px;
}
.mbr-arrow a:hover {
  background: #2d2d2d;
}
.mbr-arrow-icon {
  display: block;
}
.mbr-arrow-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  left: 4px;
  position: relative;
  top: 6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mbr-arrow-floating .mbr-arrow-icon {
  -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  animation: floating-arrow 1.6s infinite ease-in-out 0s;
}
.mbr-valign-top {
  vertical-align: top;
}
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: 400;
}
.row-sm-offset {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.row-sm-offset > * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@-webkit-keyframes btnCircleLoading {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes btnCircleLoading {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.btn-loader {
  -webkit-animation: btnCircleLoading 0.6s infinite linear;
  animation: btnCircleLoading 0.6s infinite linear;
  border-radius: 50%;
  border: 4px rgba(255, 255, 255, 0.25) solid;
  border-top-color: #fff;
  display: none;
  height: 26px;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  width: 26px;
}
.btn-loading {
  position: relative;
}
.btn-loading .btn-text {
  visibility: hidden;
}
.btn-loading .btn-loader {
  display: block;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.mbr-buttons__btn .mbr-iconfont,
.mbr-iconfont.mbr-iconfont-btn {
  padding-right: 0.4em;
  font-size: 1.6em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.12em;
  text-decoration: none;
}
.link .mbr-iconfont,
.mbr-iconfont.mbr-iconfont-btn-parent {
  font-size: 1.4em;
  top: -0.3em;
  position: relative;
  vertical-align: middle;
}
.mbr-iconfont.mbr-iconfont-ext__menu,
.mbr-iconfont.mbr-iconfont-menu {
  font-size: 37px;
  text-decoration: none;
  color: #fff;
}
.mbr-iconfont.mbr-iconfont-features2,
.mbr-iconfont.mbr-iconfont-features3 {
  font-size: 119px;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 0.2em;
  color: #f1c050;
}
.mbr-iconfont.mbr-iconfont-features4 {
  font-size: 50px;
  text-decoration: none;
  text-align: center;
  display: block;
  color: #000;
}
.mbr-iconfont-features7 {
  font-size: 50px;
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff;
}
.mbr-iconfont.mbr-iconfont-msg-box4,
.mbr-iconfont.mbr-iconfont-msg-box5 {
  font-size: 357px;
  text-decoration: none;
  color: #232323;
}
.mbr-iconfont.mbr-iconfont-header2 {
  font-size: 400px;
  text-decoration: none;
  color: #fff;
}
.mbr-iconfont.mbr-iconfont-contacts1 {
  font-size: 119px;
  text-decoration: none;
  color: #9c9c9c;
}
.mbr-iconfont.mbr-iconfont-logo-contacts3 {
  font-size: 58px;
  text-decoration: none;
  color: #9c9c9c;
  margin-bottom: 1.57rem;
}
.mbr-iconfont-company-contacts3 {
  font-size: 22px;
  color: #cfcfcf;
}
.mbr-iconfont-company-contacts5 {
  font-size: 22px;
  color: #000;
}
html.is-builder .mbr-cards .card-img + .card-block {
  padding-top: 0;
}
html.is-builder .mbr-cards .card-text + .card-btn {
  padding-top: 0;
}
html.is-builder .mbr-cards .card-title + * {
  padding-top: 0;
}
html.is-builder .mbr-cards .card-title + .card-btn {
  padding-top: 0;
}
html.is-builder .mbr-cards .card-subtitle + .card-btn {
  padding-top: 0;
}
html.is-builder :not([data-app-remove-it]).card-img + .card-block {
  padding-top: 2.3125rem;
}
html.is-builder :not([data-app-remove-it]).card-title + .card-subtitle,
html.is-builder :not([data-app-remove-it]).card-title ~ .card-text {
  padding-top: 1rem;
}
html.is-builder :not([data-app-remove-it]).card-title ~ .card-btn {
  padding-top: 1.4375rem;
}
html.is-builder :not([data-app-remove-it]).card-subtitle + .card-text {
  padding-top: 0;
}
html.is-builder :not([data-app-remove-it]).card-subtitle ~ .card-btn {
  padding-top: 0.3125rem;
}
html.is-builder :not([data-app-remove-it]).card-text + .card-btn {
  padding-top: 1.375rem;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #fff;
}
#menu-0 .navbar-toggler {
  color: #fff;
}
#menu-0 .close-icon::after,
#menu-0 .close-icon::before {
  background-color: #fff;
}
#menu-0 .dropdown-item,
#menu-0 .link {
  color: #fff;
}
#menu-0 .link {
  font-size: 0.75rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-0 .dropdown-item:focus,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .link:hover {
  color: #c0a375;
}
#menu-0 .dropdown-menu,
#menu-0 .link[aria-expanded="true"] {
  background: #0e0e0e;
}
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover,
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover {
  background: #202020 !important;
}
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .dropdown-menu,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .navbar {
  background: #282828;
}
#menu-0 .bg-color.transparent .link {
  color: #fff;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:focus,
#menu-0 .bg-color.transparent.opened .link:hover {
  color: #c0a375;
}
#menu-0 .dropdown-item[aria-expanded="true"],
#menu-0 .link[aria-expanded="true"] {
  color: #c0a375 !important;
}
#msg-box4-0 P {
  text-align: center;
}
#extFeatures4-0 .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures4-0 .wraper {
  border-color: undefined !important;
}
#extFeatures4-1 .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures4-1 .wraper {
  border-color: undefined !important;
}
#header3-5 .mbr-section-subtitle,
#header3-5 .mbr-section-title {
  text-align: center;
}
#header3-6 .mbr-section-subtitle,
#header3-6 .mbr-section-title {
  text-align: center;
}
#header3-6 H3 {
  font-size: 46px;
}
#msg-box3-3 .mbr-section-title,
#msg-box3-3 p {
  color: #000;
}
#header3-0 .mbr-section-subtitle,
#header3-0 .mbr-section-title {
  text-align: center;
}
#header3-1 .mbr-section-subtitle,
#header3-1 .mbr-section-title {
  text-align: center;
}
#header3-1 H3 {
  font-size: 48px;
}
#image2-0 img {
  width: 100%;
}
@media (min-width: 1020px) {
  #image2-0 img {
    width: 600px;
  }
}
#image2-1 img {
  width: 100%;
}
@media (min-width: 1020px) {
  #image2-1 img {
    width: 865px;
  }
}
#image2-2 img {
  width: 100%;
}
@media (min-width: 1020px) {
  #image2-2 img {
    width: 814px;
  }
}
#image2-3 img {
  width: 100%;
}
@media (min-width: 1020px) {
  #image2-3 img {
    width: 600px;
  }
}
#msg-box3-2 .mbr-section-title,
#msg-box3-2 p {
  color: #000;
}
#header3-4 .mbr-section-subtitle,
#header3-4 .mbr-section-title {
  text-align: center;
}
#image2-5 img {
  width: 100%;
}
@media (min-width: 1020px) {
  #image2-5 img {
    width: 600px;
  }
}
#image2-4 img {
  width: 100%;
}
@media (min-width: 1020px) {
  #image2-4 img {
    width: 600px;
  }
}
#image2-6 img {
  width: 100%;
}
@media (min-width: 1020px) {
  #image2-6 img {
    width: 600px;
  }
}
#image2-7 img {
  width: 100%;
}
@media (min-width: 1020px) {
  #image2-7 img {
    width: 600px;
  }
}
#msg-box3-0 .mbr-section-title,
#msg-box3-0 p {
  color: #000;
}
#header3-2 .mbr-section-subtitle,
#header3-2 .mbr-section-title {
  text-align: center;
}
#image2-12 img {
  width: 100%;
}
@media (min-width: 1020px) {
  #image2-12 img {
    width: 600px;
  }
}
#image2-13 img {
  width: 100%;
}
@media (min-width: 1020px) {
  #image2-13 img {
    width: 600px;
  }
}
#header3-3 .mbr-section-subtitle,
#header3-3 .mbr-section-title {
  text-align: center;
}
#header3-3 H3 {
  font-size: 36px;
}
#msg-box3-1 .mbr-section-title,
#msg-box3-1 p {
  color: #fff;
}
#msg-box3-1 .mbr-section-title {
  color: #fff;
}
#msg-box3-1 .lead P {
  color: #fff;
}
.main_row {
  position: relative;
  width: 100%;
}
.main_row .row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.main_row .overlay-color,
.main_row .overlay-pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.row_content {
  z-index: 1;
  margin: 0;
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.row-inner {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  z-index: 11;
}
.main_row .row-slope {
  z-index: 12;
}
.main_row .row-slope svg {
  width: 100%;
  height: 100%;
}
.main_row .slope-bottom,
.main_row .slope-top {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.main_row .slope-bottom-inside {
  bottom: -1px;
}
@media only screen and (max-width: 479px) {
  .h1,
  h1 {
    font-size: 45px;
  }
}
.kc-css-120287 {
  background: transparent url(../assets/images/we.png) center center/auto
    no-repeat scroll;
}
.kc-css-120287 .kc_title {
  margin: 50px 0 20px;
}
.kc-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.kc-row-container.kc-container .kc-wrap-columns,
.kc_row_inner {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.kc_column,
.kc_column_inner {
  min-height: 1px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.kc-col-container {
  clear: both;
  display: block;
  width: 100%;
}
.kc_column > .kc-col-container,
.kc_column_inner > .kc-col-inner-container {
  height: 100%;
}
@media screen and (min-width: 999px) {
  .kc-row-container.kc-container .kc-wrap-columns,
  .kc_row_inner {
    width: calc(100% + 30px);
  }
  .kc-css-382223 {
    background: transparent url(../assets/images/Tracking-Services.png) right
      center/auto no-repeat scroll;
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .kc-blogs {
    background: transparent url(../assets/images/Blogs.jpg) right center/auto
      no-repeat scroll;
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.kc-col-container,
.kc-container,
.kc-elm {
  box-sizing: border-box;
}
.kc-off-notice a,
.kc_twitter_feed a:hover {
  text-decoration: underline;
}
.kc_google_maps[data-wheel="disable"] iframe,
.kc_wrap-video-bg {
  pointer-events: none;
}
.fb-line-1 .likes,
.fb-line-1 .username,
.kc-owl-post-carousel .owl-item .title {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.back i,
.front i {
  display: inline-block;
}
.kc-elm {
  float: left;
  width: 100%;
}
.kc_col-sm-1 {
  width: 8.33333%;
}
.kc_col-sm-2 {
  width: 16.6667%;
}
div.kc_col-of-5 {
  width: 20%;
  float: left;
}
.kc_col-sm-3 {
  width: 25%;
}
.kc_col-sm-4 {
  width: 33.3333%;
}
.kc_col-sm-5 {
  width: 41.6667%;
}
.kc_col-sm-6 {
  width: 50%;
}
.kc_col-sm-7 {
  width: 58.3333%;
}
.kc_col-sm-8 {
  width: 66.6667%;
}
.kc_col-sm-9 {
  width: 75%;
}
.kc_col-sm-10 {
  width: 83.3333%;
}
.kc_col-sm-11 {
  width: 91.6667%;
}
.kc_col-sm-12 {
  width: 100%;
}
.kc-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.kc-row-container:not(.kc-container) {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.kc_wrap-video-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.kc_single_image img {
  max-width: 100%;
  display: inline-block;
}
.kc-video-bg .kc_column {
  position: relative;
}
.kc-infinite-loop {
  text-align: center;
  padding: 50px;
  font-size: 18px;
  color: red;
  width: 100%;
  display: inline-block;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.kc_row:not(.kc_row_inner) {
  clear: both;
  float: left;
  width: 100%;
}
.kc-row-container.kc-container .kc-wrap-columns,
.kc_row_inner {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.kc_row.kc_row_inner {
  width: calc(100% + 30px);
}
.kc_tab_content > .kc_row_inner {
  width: 100%;
  margin: 0;
}
.kc_column,
.kc_column_inner {
  min-height: 1px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.kc_column > .kc-col-container,
.kc_column_inner > .kc-col-inner-container {
  height: 100%;
}
.kingcomposer div.kc_column,
.kingcomposer div.kc_column_inner {
  clear: none;
}
.kc_row_inner > div.kc_column_inner:only-child {
  width: 100%;
}
.kc_clfw {
  width: 100% !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.kc-col-container {
  clear: both;
  display: block;
  width: 100%;
}
section[data-kc-fullheight] {
  min-height: 100vh;
}
html body section[data-kc-parallax="true"] {
  background-position: 50% 0;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
section[data-kc-fullwidth] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  box-sizing: content-box;
}
.kc_text_block {
  display: inline-block;
  clear: both;
  width: 100%;
}
body section[data-kc-equalheight="true"],
body section[data-kc-equalheight="true"] > .kc-container,
body section[data-kc-equalheight="true"] > .kc-container .kc-wrap-columns {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
body div.kc_row_inner[data-kc-equalheight="true"] {
  width: calc(100% + 30px);
  flex-wrap: wrap;
}
body div[data-kc-equalheight-align="bottom"] > .kc_column_inner > .kc_wrapper,
body div[data-kc-equalheight-align="middle"] > .kc_column_inner > .kc_wrapper,
body
  section[data-kc-equalheight-align="bottom"]
  > .kc-container
  > .kc-wrap-columns
  > .kc_column
  > .kc-col-container,
body
  section[data-kc-equalheight-align="middle"]
  > .kc-container
  > .kc-wrap-columns
  > .kc_column
  > .kc-col-container,
body
  section[data-kc-equalheight-align="middle"]
  > .kc-row-container
  > .kc-wrap-columns
  > .kc_column
  > .kc-col-container {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
body
  div.kc_row_inner[data-kc-equalheight="true"]
  > .kc_column_inner
  > .kc_wrapper.kc_row_inner {
  height: 100%;
}
body div[data-kc-equalheight-align="middle"] > .kc_column_inner > .kc_wrapper,
body
  section[data-kc-equalheight-align="middle"]
  > .kc-container
  > .kc-wrap-columns
  > .kc_column
  > .kc-col-container,
body
  section[data-kc-equalheight-align="middle"]
  > .kc-row-container
  > .kc-wrap-columns
  > .kc_column
  > .kc-col-container {
  align-content: center;
  justify-content: center;
  align-items: center;
}
body div[data-kc-equalheight-align="bottom"] > .kc_column_inner > .kc_wrapper,
body
  section[data-kc-equalheight-align="bottom"]
  > .kc-container
  > .kc-wrap-columns
  > .kc_column
  > .kc-col-container,
body
  section[data-kc-equalheight-align="bottom"]
  > .kc-row-container
  > .kc-wrap-columns
  > .kc_column
  > .kc-col-container {
  align-content: flex-end;
  align-items: flex-end;
}
body section[data-kc-fullheight="middle-content"],
body section[data-kc-fullheight="middle-content"] > .kc-container,
body section[data-kc-fullheight="middle-content"] > .kc-row-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  align-content: center;
}
body section[data-kc-equalheight="true"] > .kc-container .kc-wrap-columns {
  flex-wrap: wrap;
  margin-left: initial;
  margin-right: initial;
}
.kc-off-notice {
  width: 100%;
  padding: 10px;
  text-align: left;
  background-color: #e9e385;
  color: #333;
  font-size: 14px;
}
.kc-off-notice a {
  text-transform: capitalize;
}
.kc-css-72618 {
  color: rgba(0, 0, 0, 0.04);
  font-size: 70px;
  line-height: 120px;
  font-weight: 700;
  font-family: Montserrat;
  text-transform: uppercase;
}
.kc-col-container > div.bgrlabel {
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .bgrlabel {
  float: none !important;
  position: absolute !important;
  display: inline-block !important;
  width: 100%;
}
@media screen and (min-width: 999px) {
  .kc-row-container .kc-wrap-columns,
  .kc_row_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .kc-row-container.kc-container .kc-wrap-columns,
  .kc_row_inner {
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 767px) {
  body.kc-css-system .kc_column,
  body.kc-css-system .kc_column_inner {
    width: 100%;
  }
  div.kc_row {
    display: block;
  }
}
@media only screen and (max-width: 999px) {
  .kc-css-382223 {
    background: #fff;
  }
  .kc-css-72618 {
    font-size: 50px;
  }
}
.logo {
  position: absolute;
  top: -10px;
  left: 100px;
  width: 200px;
}
.logo img {
  width: 180px;
  float: left;
}
.topheadNav {
  background: #fff;
  height: 30px;
  padding: 0;
}
.topheadNav h6 {
  padding-left: 215px;
  padding-top: 5px;
}
.text-center {
  text-align: center;
}
.textParg p {
  color: #fff;
}
.btn-orange {
  background: #f77924;
  color: #fff;
  letter-spacing: 0 !important;
  border-radius: 50px;
  border: 2px solid #f77924;
  font-size: 13px;
}
.btn-orange:hover {
  color: #f77924;
  border: 2px solid #fff;
  background: 0 0;
}
.kc-css-461447 {
  background: #8358dc;
  padding-top: 50px;
  padding-bottom: 0;
}
.kc-css-684151 {
  color: rgba(255, 255, 255, 0.06);
  font-size: 120px;
  line-height: 80px;
  font-weight: 700;
  font-family: Montserrat;
  text-align: center;
  text-transform: uppercase;
}
.gallery {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
[class*="thumbnail-"] {
  background: #000;
  width: 25%;
  height: auto;
  float: left;
  padding: 5px 5px 3px 5px;
  cursor: zoom-in;
}
[class*="thumbnail-"] img {
  max-width: 100%;
}
[class*="large-"] {
  background: #000;
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  display: none;
}
[class*="large-"] img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.prev {
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 45%;
  left: 10px;
  float: left;
}
.next {
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 45%;
  right: 10px;
  float: right;
}
.close {
  font-size: 30px;
  position: absolute;
  top: 5px;
  right: 10px;
  float: right;
  cursor: zoom-out;
}
[class*="thumbnail-"] {
  overflow: hidden;
  padding: 0;
  position: relative;
  cursor: pointer;
}
[class*="thumbnail-"]:hover img {
  transition: 0.3s linear;
  transition-delay: 0.3s;
  transform: scale(1.4);
}
[class*="thumbnail-"] > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  background-color: #f77924;
  color: #fff;
  opacity: 0.9;
  height: 100%;
}
[class*="thumbnail-"]:hover > .caption {
  display: block;
}
.caption h3 {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .caption h3 {
    font-size: 12px;
    color: #fff;
  }
  .kc-css-684151 {
    font-size: 50px;
  }
  .page-title .title {
    font-size: 40px;
    text-align: center;
  }
  .film-our-services.type-icon .col-text .text {
    padding: 40px 25px;
  }
  .film-our-services.type-icon.right .col-text .text {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 640px) {
  .kc-css-684151 {
    font-size: 50px;
  }
  .topheadNav h6 {
    padding-left: 150px;
    padding-top: 9px;
    font-size: 13px;
  }
  .tp-loop-wrap {
    position: absolute;
    right: 35%;
  }
}
.kc-css-897663 {
  text-align: center;
}
.kc-css-897663 i {
  color: #d3cfd7;
  font-size: 200px;
  line-height: 200px;
  padding-bottom: 20px;
}
.hme-ourserve {
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
  margin: 20px 0 70px 0;
}
.kc_button {
  color: #fff;
  background-color: #8358dc;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 40px 10px 40px;
}
.kc-css-535451 {
  background: #faf8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}
ul.social-network {
  list-style: none;
  display: inline;
  margin: 3px 0 0 !important;
  padding: 0;
  float: right;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
.social-network a.icoRss:hover {
  background-color: #f56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
  background-color: #3cf;
}
.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoFacebook:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i {
  color: #fff;
}
.socialHoverClass,
a.socialIcon:hover {
  color: #44bcdd;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background: #000;
  padding-top: 2px;
}
.social-circle li i {
  margin: 0;
  text-align: center;
  color: #fff;
}
.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
#login-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  margin: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #f46f01;
  overflow: hidden;
}
#login-button img {
  width: 40%;
  top: 40px;
  position: absolute;
  left: 45px;
}
#container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 360px;
  height: 260px;
  border-radius: 5px;
  display: none;
}
.close-btn {
  position: absolute;
  cursor: pointer;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 18px;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  opacity: 0.2;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.close-btn:hover {
  opacity: 0.5;
}
#remember-container {
  position: relative;
  margin: -5px 20px;
}
.checkbox {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 5px;
  border-radius: 4px;
  background: rgba(3, 3, 3, 0.2);
  display: inline-block;
  width: 16px;
  height: 15px;
}
.checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.checkbox:checked {
  background: rgba(3, 3, 3, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.5);
  color: #fff;
}
.checkbox:checked:after {
  content: "\2714";
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 4px;
  color: #fff;
}
#remember {
  position: absolute;
  font-size: 13px;
  font-family: Hind, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  top: 7px;
  left: 20px;
}
#forgotten {
  position: absolute;
  font-size: 12px;
  font-family: Hind, sans-serif;
  left: -20px;
  top: 8px;
  cursor: pointer;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#forgotten:hover {
  color: rgba(255, 255, 255, 0.6);
}
#forgotten-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 260px;
  height: 180px;
  border-radius: 10px;
  display: none;
}
.orange-btn {
  background: rgba(87, 198, 255, 0.5);
}
.tp-loop-wrap {
  position: absolute;
  right: 35%;
}
.close-btn img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
.form-signin {
  width: 100%;
  display: block;
  background-color: #f7f7f7;
  box-shadow: 0 0 3px 3px #888;
  border-radius: 2px;
  position: absolute;
  left: -170px;
  padding-top: 20px;
}
.main {
  padding: 20px;
}
.social-box {
  margin: 0 auto;
  padding: 38px;
  border-bottom: 1px #ccc solid;
}
.social-box span {
  font-weight: 700;
  font-size: 18px;
  padding: 8px;
}
.social-box span i {
  font-weight: 700;
  font-size: 20px;
}
.heading-desc {
  font-weight: 700;
  padding: 0 38px 0 38px;
}
.form-signin .checkbox,
.form-signin .form-signin-heading {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-radius: 5px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-radius: 5px;
}
.login-footer {
  background: #f0f0f0;
  margin: 0 auto;
  border-top: 1px solid #dadada;
  padding: 20px;
}
.login-footer .left-section a {
  font-weight: 700;
  color: #898b8d;
  line-height: 19px;
}
.mg-btm {
  margin-bottom: 20px;
}
.form {
  background: #fff;
  padding: 30px 20px 0;
  left: -170px;
  position: absolute;
  width: 360px;
}
.resetFormhd {
  font-weight: 700;
  padding: 0 38px 0 0;
  font-size: 18px;
}
.index-social {
  background-color: #11151c;
  color: #fff;
  float: left;
  width: 100%;
}
.link-area .fa-li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #fff;
  list-style-type: none;
  margin: 5px;
  display: inline-block;
}
.index-social a {
  color: #fff;
  font-size: 13px;
  display: block;
  float: left;
  padding: 10px;
}
.index-link h3,
.index-link h4 {
  text-align: center;
  color: #f1f1f1;
  text-align: left;
}
.index-link h4 {
  font-size: 15px;
}
.index-link {
  background-color: #171a1f;
  float: left;
  width: 100%;
  padding: 30px 0;
}
.index-link ul {
  padding: 0;
}
.index-link ul li {
  list-style-type: none;
}
.index-link ul li a {
  text-decoration: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 5px 0;
  text-align: left;
  font-size: 13px;
}
.index-link ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.index-link ul li a img {
  width: 150px;
}
.copy-c {
  padding-top: 15px;
  font-size: 13px;
  color: #898b8d;
}
.link-area h5 {
  color: #898b8d;
  font-size: 15px;
}
.sticky-container {
  padding: 0;
  margin: 0;
  position: fixed;
  right: -155px;
  bottom: 20px;
  width: 210px;
  z-index: 1100;
}
.sticky li {
  list-style-type: none;
  background-color: #fff;
  color: #efefef;
  height: 60px;
  padding: 0;
  margin: 0 0 1px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.sticky li:hover {
  margin-left: -115px;
}
.sticky li img {
  float: left;
  margin: 5px 4px;
  margin-right: 5px;
  padding: 5px;
}
.sticky li p {
  padding-top: 5px;
  margin: 0;
  line-height: 16px;
  font-size: 11px;
}
.sticky li p a {
  text-decoration: none;
  color: #2c3539;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  display: block;
  padding-top: 10px;
}
.sticky li p a:hover {
  text-decoration: none;
}
.sticky li p a:focus {
  outline: 0 none;
}
.modal-body:not(.two-col) {
  padding: 0;
}
.glyphicon {
  margin-right: 5px;
}
.glyphicon-new-window {
  margin-left: 5px;
}
.modal-body .checkbox,
.modal-body .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-body .list-group {
  margin-bottom: 0;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.modal-body .checkbox label,
.modal-body .radio label {
  display: block;
}
.modal-footer {
  margin-top: 0;
}
@media screen and (max-width: 325px) {
  .btn-close {
    margin-top: 5px;
    width: 100%;
  }
  .btn-results {
    margin-top: 5px;
    width: 100%;
  }
  .btn-vote {
    margin-top: 5px;
    width: 100%;
  }
}
.modal-footer .btn + .btn {
  margin-left: 0;
}
.progress {
  margin-right: 10px;
}
.modal-dialog {
  background: #fff;
  padding: 20px;
}
.swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.main-slider .slider-bg-position {
  background-size: cover !important;
  background-position: center center !important;
}
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  background-image: none !important;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}
.main-slider h2 {
  color: #fff;
  font-size: 54px;
  line-height: 59px;
  padding: 0 19%;
  text-transform: uppercase;
}
.main-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.9);
}
.main-slider .swiper-pagination-bullet-active {
  background: #0297ff;
}
.whatsapp-link {
  display: none !important;
}
@media (max-width: 1024px) {
  .whatsapp-link {
    display: none !important;
  }
}
.form-heading {
  color: #fff;
  font-size: 23px;
}
.panel h2 {
  color: #444;
  font-size: 18px;
  margin: 0 0 8px 0;
}
.panel p {
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}
.login-form .form-control {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  font-family: Montserrat;
}
.main-div {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px 30px;
  padding: 30px;
}
.login-form {
  padding: 20px;
}
.login-form .form-group {
  margin-bottom: 10px;
}
.forgot a {
  color: #777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form .btn.btn-primary {
  background: #f6801c;
  border-color: #f6801c;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.75rem 2.1875rem;
}
.forgot {
  text-align: left;
}
.forgot a span {
  color: #f78223;
}
.botto-text {
  color: #fff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #f77924 none repeat scroll 0 0;
}
.back {
  text-align: left;
  margin-top: 10px;
}
.back a {
  color: #444;
  font-size: 13px;
  text-decoration: none;
}
.header .header-right .menu-primary > ul li.active > a {
  color: #f0ad4e;
}
.footer .widget .footerhdbg:after {
  background-color: transparent !important;
}
.mobile-app {
  float: left;
  width: 120px;
  margin: 0 10px 0 0;
}
.img-wid-100 {
  width: 100%;
}
.bannerText {
  position: absolute;
  top: 35%;
  left: 6%;
  color: #fff;
}
.bannerText h1 {
  color: #fff;
  font-size: 28px !important;
  font-weight: 700;
}
.custom-list-item i {
  color: #626262;
  font-size: 10px;
  width: 15px;
}
ol.liststyle li {
  list-style: circle !important;
  padding-left: 5px;
  margin-left: 50px;
}
.pad-10 {
  padding: 10px;
}
.pad-left-10 {
  padding-left: 10px;
}
.pad-right-10 {
  padding-right: 10px;
}
.advertisement-track-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../assets/images/innerbanner/Advertisement-track.jpg) no-repeat center
      center;
}
.Blog-Tracking-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../assets/images/innerbanner/Blog-Tracking.jpg) no-repeat center center;
}
.Electronic-Media-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../assets/images/innerbanner/Electronic-Media.jpg) no-repeat center
      center;
}
.Market-and-Competative-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../assets/images/innerbanner/Market-and-Competative.jpg) no-repeat
      center center;
}
.Media-Analytics-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../assets/images/innerbanner/Media-Analytics.jpg) no-repeat center
      center;
}
.Media-Mesurement-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../assets/images/innerbanner/Media-Mesurement.jpg) no-repeat center
      center;
}
.Online-Media-Monitoring-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../assets/images/innerbanner/Online-Media-Monitoring.jpg) no-repeat
      center center;
}
.Print-Media-Monitoring-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../assets/images/innerbanner/Print-Media-Monitoring.jpg) no-repeat
      center center;
}
.Retrieval-from-Archives-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../assets/images/innerbanner/Retrieval-from-Archives.jpg) no-repeat
      center center;
}
.SMS-Enabled-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../assets/images/innerbanner/SMS-Enabled.jpg) no-repeat center center;
}
.Social-Media-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../assets/images/innerbanner/Social-Media.jpg) no-repeat center center;
}
.Social-Media-Tracking-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../assets/images/innerbanner/Social-Media-Tracking.jpg) no-repeat center
      center;
}
.services-banner {
  background: url(../assets/images/innerbanner/Services.jpg) no-repeat center
    center;
}
.Media-Monitoring-banner {
  background: url(../assets/images/innerbanner/Media-Monitoring.jpg) no-repeat
    center center;
}
.Tracking-Services-banner {
  background: url(../assets/images/innerbanner/Tracking-Services.jpg) no-repeat
    center center;
}
.Tender-Tracking-banner {
  background: url(../assets/images/innerbanner/Tender-Tracking.jpg) no-repeat
    center center;
}
.Media-Analysis-banner {
  background: url(../assets/images/innerbanner/Media-Analysis.jpg) no-repeat
    center center;
}
.Media-Transcription-and-Tagging-banner {
  background: url(../assets/images/innerbanner/Media-Transcription-and-Tagging.jpg)
    no-repeat center center;
}
.Media-Engagement-banner {
  background: url(../assets/images/innerbanner/Media-Engagement.jpg) no-repeat
    center center;
}
.Article-Transcripts-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../assets/images/innerbanner/Article-Transcripts.jpg) no-repeat center
      center;
}
.Benefits-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../assets/images/innerbanner/Benefits.jpg) no-repeat center center;
}
.Blog-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../assets/images/blogs/veetrack-blog.jpg) no-repeat center center;
}
.Newsroom-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../assets/images/innerbanner/newsroom.jpg) no-repeat center center;
}
.Carrers-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../assets/images/veetrack-career.jpg) no-repeat center center;
}
.Contact-us-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../assets/images/innerbanner/Contact-us.jpg) no-repeat center center;
}
.Terms-and-Conditions-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../assets/images/innerbanner/Terms-and-Conditions.jpg) no-repeat center
      center;
}
.Sitemap-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../assets/images/innerbanner/Sitemap.jpg) no-repeat center center;
}
.hotels-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../assets/images/industry-trends/veetrack-hotel-industry-in-india-2021-banner.jpg) no-repeat center center;
}
.contact-left-area {
  background: #143754;
  /* background: #efefef; */
  color: #fff;
}
.single-cl {
  padding: 30px;
}
.s-cl-2 {
  background: #0f263a;
}
.contact-form .form-group {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.single-cl h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
}
.single-cl p {
  font-size: 14px;
}
#datepicker {
  border: none;
}
.fancyRadio {
  margin-bottom: 20px;
}
.fancyRadio label {
  margin: 0.5em 0.5em 0;
  display: inline-block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-weight: 400;
}
.fancyRadio input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.fancyRadio .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0 0;
}
.fancyRadio .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #f6801c;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.fancyRadio .no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}
.fancyRadio input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
  animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fancyRadio .no-transforms input:checked + .outside .inside {
  width: 10px;
  height: 10px;
}
.in_message textarea {
  height: 120px;
  border: none;
}
.submit {
  background: #f6801c;
  border-color: #f6801c;
  color: #fff;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.headingred {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: red;
  font-weight: 700;
}
.subtitlesred {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #900;
  font-weight: 700;
}
#contact button[type="submit"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="text"],
#contact input[type="url"],
#contact textarea {
  font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}
#contact {
  padding: 25px;
  margin: 0;
}
#contact h3 {
  color: #f96;
  display: block;
  font-size: 30px;
  font-weight: 400;
}
#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}
fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
#contact input[type="email"],
#contact input[type="password"],
#contact input[type="tel"],
#contact input[type="text"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}
#contact input[type="email"]:hover,
#contact input[type="password"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="text"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}
#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
#contact button[type="submit"] {
  cursor: pointer;
  border: none;
  background: #f6801c;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}
#contact button[type="submit"]:hover {
  background: #f6801c;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
.text-black {
  color: #323232;
}
.film-our-services.type-icon .col-text .text-serv {
  background-color: #f6f7f7;
  padding: 40px 0;
  min-height: auto;
  position: relative;
}
.film-our-services.type-icon .col-text .text-serv .title {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  transition: all 0.5s;
}
.film-our-services.type-icon .col-text .text-serv:before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  background-color: #f6f7f7;
}
.film-our-services.type-icon:hover .col-text .text-serv .title {
  color: #f78223;
}
.d-block {
  display: block;
}
.modal.in .modal-dialog {
  background: #f5f5f5;
  padding: 20px 20px 5px 20px;
}
.film-our-services.type-icon .col-icon .icon.primary-color img {
  width: 100% !important;
  object-fit: cover !important;
  height: 200px !important;
}
.bannerTextDesc {
  color: #f5f5f5 !important;
  font-weight: 400;
  font-size: 16px;
}
.bannerblackTxt {
  color: #323232 !important;
  font-size: 16px;
  font-weight: 500;
}
.blackTxt {
  color: #323232 !important;
}
/* .fade:not(.show) {
  opacity: 1;
} */
.primary2 {
  padding: 2px 15px;
  background-color: #f6801c;
  border-color: #f6801c;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  margin-top: 7px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .textwidget {
    text-align: center;
  }
  .footer,
  .footer a {
    text-align: center;
  }
  .footer .widget .widget-title::after {
    margin: auto;
    position: relative;
  }
  .footer .widget .widget-title {
    padding-bottom: 2px;
    padding-top: 20px;
  }
  .footer-app {
    margin: auto;
  }
  .banner-text-responsive {
    background: #2f5e81e6;
  }
  .copyright .copyright-container {
    text-align: center;
  }
  .copyright .copyright-right,
  .text-left-sm {
    text-align: center;
  }
  .textwidget p{text-align: center !important;}
  .footer-social{justify-content: center;}
}
p {
  text-align: justify;
  font-family: 'Lato', sans-serif !important;
}
body {
  font-family: 'Lato', sans-serif !important;
  color: #232323;
}
.footer .widget .widget-title::after {
  margin: auto !important;
  position: relative;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    padding-top: 10px;
}
.footer .footer-social{display: flex;}
.modal-dialog{pointer-events: initial !important;}
.whatsapp-link{display: none !important;}
/************************************/
.login-page-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../assets/images/innerbanner/bg.png) no-repeat center center;
        background-size: auto, auto;
}
.m-auto{margin: auto;}
.box-shadow{box-shadow: 0px 3px 6px #00000029;}
/*********************************************/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
@media (min-width: 1200px) and (max-width: 1320px) { 
  .header .header-right .menu-primary > ul > li > a{
    padding: 40px 14px 0;
  }
}
/*********************************************/
.research-wrapper .dropdown {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #696969;
  font-weight: 600;
  padding: 10px 10px 10px 8px;
  cursor: pointer;
  box-shadow: inset 0 0 #333;
  transition: all 0.2s linear 0s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header.header-overlay .menu-primary > ul > li > .dropdown {
  color: #fff;
}
.research-wrapper .dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: -324%;
  width: 100vw;
 text-align: center;
  overflow-y: auto;
  padding:10px 10px 20px 10px;
  z-index: 1;
  top: 45px;
  /* left: -2px; */
  background-color: #fafafa;
  /* border: 2px solid #111;
  box-shadow: 3px 4px rgba(0,0,0,0.08); */
}
 
.research-secondary-list a{
  border-bottom: 1px solid #cacaca;
  color: #000;
  display: block;
  letter-spacing: -.4px;
  max-width: 400px;
  min-height: 33px;
  padding: .6em 0;
}
.research-wrapper .dropdown .dropdown-content > div.item {
  padding: 10px;
  margin-bottom: 0;
  color: #555;
  transition: all 0.1s linear 0s;
  box-shadow: 0 1px rgba(0,0,0,0.05);
}
.research-wrapper .dropdown .dropdown-content > div.item:last-child {
  box-shadow: 0 0 0 transparent;
}
.research-wrapper .dropdown .dropdown-content > div.item:hover {
  color: #000;
  transition: all 0.1s linear 0s;
}

.research-wrapper .dropdown.primary {
  border-color: #fa4b2a;
  color: #fa4b2a;
}
.research-wrapper .dropdown.primary:after {
  border-color: #fa4b2a transparent transparent transparent;
}
.research-wrapper .dropdown.primary .dropdown-content {
  border-color: #fa4b2a;
}
.research-wrapper .dropdown.primary .dropdown-content:before {
  background: #fa4b2a;
}
.research-wrapper .dropdown.primary:hover {
  box-shadow: inset 0 40px #fa4b2a;
  color: #fff;
}
.research-wrapper .dropdown.primary:hover:after {
  border-color: #ffffff transparent transparent transparent;
}
.research-wrapper .nav-secondary-category {
  display: block;
  color: #898989;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 2.1em 0 1.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.research-container{
 margin-right: 200px;
}
.research-wrapper .nav-secondary-list a {
  width: 17vw !important;
}
@media (min-width: 1366px) and (max-width: 1400px) { 
  .research-wrapper .dropdown .dropdown-content{
    right: -274%;
  }
 }
 @media (min-width: 1400px) and (max-width: 1600px) { 
  .research-wrapper .dropdown .dropdown-content{
    right: -304%;
  }
 }
 .header.header-overlay.scrolling-menu .header-right .open-search, .header.header-overlay.scrolling-menu .menu-primary > ul > li > .dropdown{
  color: #333;
}
.header-active{
  color: #f78223;
  font-size: 16px;
  font-weight: bold;
}
.breadcrumb-active{
  color: #f78223 !important;
}
.industry-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/images/industry-trends/veetrack-industry-trends.jpg) no-repeat center center;
}
.benefits-tracking-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/images/blogs/benefits-of-tracking-news-industry-trends-and-competitors-mark-your-place-in-your-industry.jpg) no-repeat center center;
}
.select-ngo {
  position: relative;
  display: flex;
  height: 50px;
  line-height: 2;
  overflow: hidden;
  background: #9e9e9e00 0% 0% no-repeat padding-box;
  border: 2px solid #70707073;
  border-radius: 14px;
  color: #747474;
}
.select-ngo select {
  flex: 1;
  padding: 0 1em;
  color: #707070;
  font-size: 18px;
  cursor: pointer;
  appearance: none;
  background-color: unset;
}
.select-ngo::after {
  content: '\25BC';
  position: absolute;
  top: 9px;
  right: 21px;
  /* padding: 6px 1em; */
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  font-size: 16px;
}
.language-box {
  border: 1px solid #f6801ceb;
  padding: 6px 10px 6px 10px;
  margin-top: 30px;
  border-bottom: none;
  color: #fff;
  background-color: #f6801ceb;
}
.border-cust {
  border: 1px solid #8d8e8f!important;
  font-size: 14px;
}
.language-box p{
  font-size: 18px;
  font-weight: 600;
}
.carrers-container .table thead th {
  vertical-align: bottom;
  border-bottom: unset;
}
.carrers-container .table-bordered td, .table-bordered th {
  border: 1px solid #8d8e8f;
}
.carrers-container .table td, .table th {
  padding: 5px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.apply-modal-container .modal.in .modal-dialog{
  margin-top: 6%;
}
.apply-modal-container .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: center;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.apply-modal-container .btn-secondary {
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: none;
  color: #fff;
}
.apply-modal-container .modal-content{
  border: none;
}
.apply-modal-container .modal-body{
  padding: 10px 0px 0px 0px;
}
 
.apply-modal-container .select-ngo select {
  flex: 1;
  padding: 0 .5em;
  color: #707070;
  font-size: 16px;
  cursor: pointer;
  appearance: none;
  background-color: unset;
}
.apply-modal-container .select-ngo {
  position: relative;
  display: flex;
  height: 43px;
  line-height: 2;
  overflow: hidden;
}
.apply-modal-container .select-ngo::after {
  content: '\25BC';
  position: absolute;
  top: 6px;
  right: 15px;
  /* padding: 6px 1em; */
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  font-size: 16px;
}
.border-cust .btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.border-cust .btn.focus, .btn:focus {
  outline: 0;
  box-shadow:none;
}
.apply-modal-container .form {
  background: #fff;
  padding: unset;
  left: unset;
  position: absolute;
  width: 360px;
}
.apply-modal-container .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: unset;
}
.apply-modal-container .file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 9px;
  display: block;
  width: calc(100% - 203px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 14px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
  border: 1px solid #5252524a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.apply-modal-container .file-upload-wrapper:before {
  content: 'Upload';
  position: absolute;
  top: 0;
  right: 116px;
  display: inline-block;
  height: 40px;
  background: #607d8b;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.apply-modal-container .file-upload-wrapper:hover:before {
  background: #607d8b;
}
.apply-modal-container .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 70%;
}
.submit-cust {
  background: #f6801c;
  border-color: #f6801c;
  color: #fff;
  font-size: 14px;
  /* height: 36px; */
  line-height: 0px;
  padding: 20px 20px;
  margin-bottom:  0px;
}
p {

  font-family: 'Lato', sans-serif !important;
  }

  .hotel-market-container .table thead th {
    vertical-align: bottom;
    border-bottom: unset;
  }
  /* .hotel-market-container .table-bordered td{
    border: 1px solid #8d8e8f;
  } */
  .hotel-market-container .table-bordered th{
    border-top: none !important;
    border-bottom: none !important;
    border: 1px solid #dee2e6;
  }
  .hotel-market-container .table td, .table th {
    padding: 8px;
    vertical-align: top;
    /* border-top: 1px solid #dee2e6; */
  }
  .hotel-market-container .cust-th{
    background-color: #f6801ceb;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #f6801ceb;
  }
  .hotel-market-container .company-tle{
    font-size: 14px;
    font-weight: 600;
    color: #193d6c;
    text-align: justify;
  }
  .hotel-market-container .last-price{
    color: #f44336;
  }
  .hotel-market-container .last-price-success{
    color: #24a32a;
  }
  .tbl-active{
    color: #f78223;
    font-size: 16px;
    font-weight: bold;
    /* text-decoration: underline !important; */
  }
  .contact-li{
    color: #fe8901;
    font-size: 18px;
  }
  .tbl-active:hover{
    text-decoration: underline !important;
  }
  .apply-modal-container input[type="file"]{
    width: 100%;
    height: 43px;
    padding: 7px 5px;
  }
  .apply-modal-container .fade:not(.show) {
    opacity: 1 !important;
  }
  .contact-container{
    width: 90%;
  }
  .contact-right-area .card{
    /* background: #efefef; */
    box-shadow: 0 0 2px #262626;
    background-image: linear-gradient(to right top, #7c5537, #7d4a47, #6f4757, #59475f, #42475c);
  }
  .contact-right-area{
    padding-right: 25px;
    padding-left: 25px;
    /* padding-top: 20px; */
    padding-bottom: 20px;
  }
  .con-list{
    font-weight: 600;
    font-size: 20px;
  }
  .con-phone-icon{
    transform: rotateY(145deg);
  }
  .i-clr{
    color: #f6801c;
  }
  .contact-right-area .card p{
    color: #4b4a4a;
  }
  .txt-word{
    text-transform: none;
  }
  .media-ul li{
    list-style-type: disclosure-closed;
    padding-left: 4px;
  }

  /* Careers updation */
  .apply-form input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
    border: 1px solid #70707073;
    background-color: unset;
  }
  .apply-form label{
    margin: 0 0 0.2rem;
  }
  .apply-form .asterisk {
    color: #f0433a;
    font-size: 20px;
    font-weight: 700;
  }
  .apply-form .select-ngo {
    position: relative;
    display: flex;
    height: 40px;
    line-height: unset;
    overflow: hidden;
    background: #9e9e9e00 0% 0% no-repeat padding-box;
    border: 1px solid #70707073;
    border-radius: 3px;
  }
  /* .apply-form .select-ngo select {
    background-color: #f5f5f5;
  } */
  .apply-form .select-ngo::after {
    top: 6px;
    right: 16px;
    font-size: 15px;
  }
  .apply-form .select-ngo select {
    font-size: 1rem;
  }
  .apply-form input[type="file"]{
    border: 1px solid #70707073;
    height: 40px;
    padding: 4px 10px;
    width: 100%;
    background-color: unset;
  }
  .tracker-cust{
    background-color: unset !important;
  }
  .explore-tle{
    padding: 0px 20px;
    /* border-bottom: 1px solid #cacaca; */
    color: #f78223 !important;
  }
  .explore-tle-mbl-view {
    padding: 10px 35px 0px;
    /* border-bottom: 1px solid #cacaca; */
    color: #f78223 !important;
}
.breadcrumbs-explore {
  color: #969696;
}
.apply-cust .asterisk {
  color: #f0433a;
  font-size: 20px;
  font-weight: 700;
}
.header-cust-txt{
  font-size: 0.9rem;
}
.contact-txt {
  color: #232323;
  font-size: 15px;
}