.white-text {
  color: white; }

.grey-text {
  color: #909090; }

.img-responsive-inline {
  max-width: 100%;
  display: inline-block;
  height: auto; }

.pos-rel {
  position: relative; }

.full-height {
  height: 100%; }

.no-border {
  border: 0 !important; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.padding-2 {
  padding-left: 2px;
  padding-right: 2px; }

.padding-5 {
  padding-left: 5px;
  padding-right: 5px; }

.padding-10 {
  padding-left: 10px;
  padding-right: 10px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.mt10 {
  margin-top: 10px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb60 {
  margin-bottom: 60px; }

.mb80 {
  margin-bottom: 80px; }

.indented-section {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 767px) {
  .hide-xs {
    display: none; } }

@media (max-width: 991px) {
  .hide-md {
    display: none; } }

.d-table {
  display: table;
  width: 100%; }
  .d-table .t-cell {
    display: table-cell;
    vertical-align: middle; }

.relative {
  position: relative; }

.custom-form .error.message {
  color: red;
  margin: 5px 0;
  font-weight: bold;
  display: block; }

.custom-form .field {
  margin: 5px 0; }

.custom-form .checkbox label {
  padding: 0;
  margin: 0; }

.custom-form .checkbox .right-title {
  display: block;
  margin-left: 28px;
  margin-top: 5px; }

.custom-form .checkboxset {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .custom-form .checkboxset .optionset {
    margin: 0; }

.custom-form .optionset {
  padding: 0;
  margin: 20px 0;
  list-style-type: none; }
  .custom-form .optionset label {
    margin-left: 4px; }
  .custom-form .optionset .optionset {
    margin: 0; }

.custom-form .userform-progress {
  margin: 20px 0; }

.custom-form .step-button-jump {
  background: #7BBB00;
  color: white;
  padding: 5px 10px;
  border: 1px solid #496f00; }
  .custom-form .step-button-jump:disabled {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666; }

.custom-form .userformsgroup {
  margin: 20px 0 0 0; }
  .custom-form .userformsgroup legend {
    margin-bottom: 0; }

input[type="checkbox"], input[type="radio"] {
  width: auto;
  display: inline-block;
  height: auto;
  position: relative;
  top: -1px; }

.custom-pop-up .modal-body {
  padding: 0 15px 15px 15px; }

.landing-form-wrapper {
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center; }
  .landing-form-wrapper input[type="text"], .landing-form-wrapper input[type="email"], .landing-form-wrapper input[type="password"] {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #666;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    height: 45px;
    padding-left: 20px; }
  .landing-form-wrapper textarea {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #666;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    min-height: 180px;
    padding-left: 20px; }

.landing-form-overlay {
  background: #f6f6f6;
  margin: 40px 0; }
  .landing-form-overlay.with-pad {
    padding: 40px; }

.custom-form .form-padding-left-5 {
  padding-left: 5px; }
  @media screen and (max-width: 991px) {
    .custom-form .form-padding-left-5 {
      padding-left: 15px; } }

.custom-form .form-padding-right-5 {
  padding-right: 5px; }
  @media screen and (max-width: 991px) {
    .custom-form .form-padding-right-5 {
      padding-right: 15px; } }

.remove-top-margin {
  margin-top: -20px; }

.custom-form.landing-form #UserForm_Form_action_process {
  height: auto; }

.background-left-block {
  position: relative; }
  .background-left-block .bg-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .background-left-block .bg-container .bg-image {
      width: 40%;
      background-repeat: no-repeat;
      -ms-background-size: cover;
      background-size: cover;
      background-position: center center;
      background-position: center;
      z-index: 5; }
    .background-left-block .bg-container .bg-color {
      width: 60%;
      z-index: 5; }
    .background-left-block .bg-container:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0.9;
      z-index: 7;
      display: none; }
  .background-left-block .bg-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    z-index: 10; }
    .background-left-block .bg-content .bg-content-box {
      width: 66%;
      padding-left: 73px;
      padding-top: 56px;
      padding-bottom: 40px;
      min-height: 400px; }
  @media (max-width: 991px) {
    .background-left-block .bg-content .bg-content-box {
      padding-left: 50px; } }
  @media (max-width: 767px) {
    .background-left-block .bg-content .bg-content-box {
      padding-right: 0px;
      padding-left: 0px;
      width: 100%; }
    .background-left-block .bg-container .bg-color {
      display: none; }
    .background-left-block .bg-container .bg-image {
      width: 100%; }
    .background-left-block .bg-container:before {
      display: block; } }

.background-right-block {
  position: relative; }
  .background-right-block .bg-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .background-right-block .bg-container .bg-image {
      width: 40%;
      background-repeat: no-repeat;
      -ms-background-size: cover;
      background-size: cover;
      background-position: center center;
      background-position: center; }
    .background-right-block .bg-container .bg-color {
      width: 60%; }
    .background-right-block .bg-container:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0.9;
      z-index: 7;
      display: none; }
  .background-right-block .bg-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 10; }
    .background-right-block .bg-content .bg-content-box {
      width: 66%;
      padding-top: 56px;
      padding-right: 73px;
      padding-bottom: 40px;
      min-height: 400px; }
  @media (max-width: 991px) {
    .background-right-block .bg-content .bg-content-box {
      padding-right: 60px; } }
  @media (max-width: 767px) {
    .background-right-block .bg-content .bg-content-box {
      padding-right: 0px;
      padding-right: 0px;
      width: 100%; }
    .background-right-block .bg-container .bg-color {
      display: none; }
    .background-right-block .bg-container .bg-image {
      width: 100%; }
    .background-right-block .bg-container:before {
      display: block; } }

.gallery-with-thumbnail {
  padding-bottom: 16px; }
  .gallery-with-thumbnail .gallery-main-box {
    position: relative; }
    .gallery-with-thumbnail .gallery-main-box .gallery-main .gallery-main-item {
      outline: none; }
      .gallery-with-thumbnail .gallery-main-box .gallery-main .gallery-main-item img {
        width: 100%;
        border-radius: 4px; }
    .gallery-with-thumbnail .gallery-main-box .gallery-main-arrows a {
      position: absolute;
      display: block;
      width: 50px;
      height: 50px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      border: 1px solid #464646;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .gallery-with-thumbnail .gallery-main-box .gallery-main-arrows a svg .arrow {
        fill: #464646;
        -webkit-transition: color 0.2s;
        transition: color 0.2s; }
      .gallery-with-thumbnail .gallery-main-box .gallery-main-arrows a.next {
        right: -84px; }
      .gallery-with-thumbnail .gallery-main-box .gallery-main-arrows a.prev {
        left: -84px; }
      .gallery-with-thumbnail .gallery-main-box .gallery-main-arrows a:hover {
        background: #464646;
        border-color: transparent; }
        .gallery-with-thumbnail .gallery-main-box .gallery-main-arrows a:hover svg .arrow {
          fill: #fff; }
      @media (max-width: 1366px) {
        .gallery-with-thumbnail .gallery-main-box .gallery-main-arrows a {
          opacity: 0.8; }
          .gallery-with-thumbnail .gallery-main-box .gallery-main-arrows a.next {
            right: 15px; }
          .gallery-with-thumbnail .gallery-main-box .gallery-main-arrows a.prev {
            left: 15px; } }
  .gallery-with-thumbnail .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .gallery-with-thumbnail .gallery-thumbnail-box {
    padding-top: 15px; }
    .gallery-with-thumbnail .gallery-thumbnail-box .gallery-thumbnail .gallery-thumbnail-item {
      outline: none; }
      .gallery-with-thumbnail .gallery-thumbnail-box .gallery-thumbnail .gallery-thumbnail-item img {
        max-width: 100%;
        border-radius: 4px; }
    .gallery-with-thumbnail .gallery-thumbnail-box .slick-slide {
      margin: 0 7.5px; }
    .gallery-with-thumbnail .gallery-thumbnail-box .slick-list {
      margin: 0 -7.5px; }
    .gallery-with-thumbnail .gallery-thumbnail-box .slick-dots {
      position: relative;
      bottom: 0;
      margin: 0;
      padding-top: 10px; }
      .gallery-with-thumbnail .gallery-thumbnail-box .slick-dots li {
        margin: 0;
        width: initial;
        height: initial;
        overflow: initial; }
        .gallery-with-thumbnail .gallery-thumbnail-box .slick-dots li button {
          width: 8px;
          height: 8px;
          display: block;
          padding: 0;
          border: 2px solid #464646;
          border-radius: 50%;
          background: #fff;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          .gallery-with-thumbnail .gallery-thumbnail-box .slick-dots li button:before {
            display: none; }
        .gallery-with-thumbnail .gallery-thumbnail-box .slick-dots li ~ li {
          margin-left: 10px; }
        .gallery-with-thumbnail .gallery-thumbnail-box .slick-dots li.slick-active button {
          background: #464646;
          border-color: #464646;
          -webkit-transform: scale(1.5);
                  transform: scale(1.5); }

.gallery-slider-section {
  padding-top: 17px;
  padding-bottom: 66px; }
  .gallery-slider-section .gallery-slider-box {
    position: relative;
    max-width: 960px;
    margin: 0 auto; }
    .gallery-slider-section .gallery-slider-box .gallery-slider .gallery-slider-item {
      outline: none; }
      .gallery-slider-section .gallery-slider-box .gallery-slider .gallery-slider-item img {
        width: 100%;
        border-radius: 4px; }
    .gallery-slider-section .gallery-slider-box .slick-slide {
      margin: 0 7.5px; }
    .gallery-slider-section .gallery-slider-box .slick-list {
      margin: 0 -7.5px; }
    .gallery-slider-section .gallery-slider-box .gallery-slider-buttons a {
      position: absolute;
      display: block;
      width: 37px;
      height: 37px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      border: 1px solid #464646;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .gallery-slider-section .gallery-slider-box .gallery-slider-buttons a svg .arrow {
        fill: #464646;
        -webkit-transition: color 0.2s;
        transition: color 0.2s; }
      .gallery-slider-section .gallery-slider-box .gallery-slider-buttons a.next {
        right: -58px; }
      .gallery-slider-section .gallery-slider-box .gallery-slider-buttons a.prev {
        left: -58px; }
      .gallery-slider-section .gallery-slider-box .gallery-slider-buttons a:hover {
        background: #464646;
        border-color: transparent; }
        .gallery-slider-section .gallery-slider-box .gallery-slider-buttons a:hover svg .arrow {
          fill: #fff; }
      @media (max-width: 1366px) {
        .gallery-slider-section .gallery-slider-box .gallery-slider-buttons a {
          opacity: 0.8; }
          .gallery-slider-section .gallery-slider-box .gallery-slider-buttons a.next {
            right: 15px; }
          .gallery-slider-section .gallery-slider-box .gallery-slider-buttons a.prev {
            left: 15px; } }

.block-full-background-wrapper {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative; }

.block-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.block-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translate;
  z-index: 10; }

.block-background-content .main-content {
  color: #fff; }
  .block-background-content .main-content p, .block-background-content .main-content h1, .block-background-content .main-content h2, .block-background-content .main-content h3, .block-background-content .main-content h4, .block-background-content .main-content h5, .block-background-content .main-content h6, .block-background-content .main-content ul, .block-background-content .main-content ol {
    color: #fff; }
  .block-background-content .main-content a:not(.custom-btn) {
    color: inherit; }

@media screen and (max-width: 991px) {
  .block-content {
    margin: 20px 0; } }

.standard-btn,
.custom-btn {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 30px 8px;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }
  .standard-btn:hover, .standard-btn:focus,
  .custom-btn:hover,
  .custom-btn:focus {
    border-width: 1px;
    border-style: solid;
    color: #fff;
    background-color: #333; }
  @media screen and (max-width: 600px) {
    .standard-btn,
    .custom-btn {
      display: block;
      width: 100%;
      text-align: center; } }

img.left {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 992px) {
    img.left {
      float: none;
      display: block;
      margin: 10px auto; } }

img.right {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 992px) {
    img.right {
      float: none;
      display: block;
      margin: 10px auto; } }

img.center {
  margin: 10px auto;
  display: block;
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 992px) {
    img.center {
      float: none;
      display: block;
      margin: 10px auto; } }

hr {
  padding: 0;
  border: none;
  border-top: 1px solid #464646;
  text-align: center;
  margin: 60px 0; }

hr:after {
  content: url("../images/hr-icon-default.png");
  display: inline-block;
  position: relative;
  top: -30px;
  padding: 0 10px;
  background: white; }

.top-slider-image {
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 390px; }

.prev-arrow {
  background: url("../images/slider-arro-prev.png") no-repeat;
  width: 75px;
  height: 75px;
  display: block; }
  .prev-arrow:hover {
    background: url("../images/slider-arro-prev-hover.png") no-repeat; }
    @media screen and (max-width: 767px) {
      .prev-arrow:hover {
        background: url("../images/slider-arro-prev-small.png") no-repeat; } }
  @media screen and (max-width: 767px) {
    .prev-arrow {
      background: url("../images/slider-arro-prev-small.png") no-repeat;
      width: 38px;
      height: 38px;
      display: block; } }

.next-arrow {
  background: url("../images/slider-arro.png") no-repeat;
  width: 75px;
  height: 75px;
  display: block; }
  .next-arrow:hover {
    background: url("../images/slider-arro-hover.png") no-repeat; }
    @media screen and (max-width: 767px) {
      .next-arrow:hover {
        background: url("../images/slider-arro-small.png") no-repeat; } }
  @media screen and (max-width: 767px) {
    .next-arrow {
      background: url("../images/slider-arro-small.png") no-repeat;
      width: 38px;
      height: 38px;
      display: block; } }

.owl-theme .owl-controls .owl-buttons div {
  position: absolute; }

.owl-theme .owl-controls .owl-buttons .owl-prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translate; }

.owl-theme .owl-controls .owl-buttons .owl-next {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translate;
  right: 0; }

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  background: none;
  opacity: 1;
  border: none; }

.owl-theme .owl-controls {
  margin-top: 0; }

.header-wrapper {
  position: relative; }

.header-title {
  color: white;
  position: relative;
  z-index: 300;
  font-size: 45px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  font-weight: 400; }

.header-image {
  height: 200px;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center; }

.header-overlay {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  top: 0; }

.center-list {
  display: table;
  margin: 0 auto; }

#map {
  height: 400px;
  width: 100%; }

@media screen and (max-width: 767px) {
  iframe {
    width: 100%;
    height: 320px; } }

.custom-page-style table.table tr:first-of-type {
  background: #f6f6f6;
  color: #464646; }

.custom-page-style img.leftAlone {
  max-width: 100%;
  height: auto; }

.custom-page-style img.left {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 992px) {
    .custom-page-style img.left {
      float: none;
      display: block;
      margin: 10px auto; } }

.custom-page-style img.right {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 992px) {
    .custom-page-style img.right {
      float: none;
      display: block;
      margin: 10px auto; } }

.custom-page-style img.center {
  margin: 10px auto;
  display: block;
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 992px) {
    .custom-page-style img.center {
      float: none;
      display: block;
      margin: 10px auto; } }

.checkbox input[type=checkbox] {
  margin-left: 0px;
  position: relative;
  width: auto;
  display: inline-block;
  height: auto;
  margin: 0;
  top: -1px; }

#MemberLoginForm_LoginForm .checkbox label {
  margin-left: 6px;
  padding-left: 0px;
  min-height: auto; }

label {
  margin-top: 4px;
  margin-bottom: 6px; }

input[type="submit"].action {
  border: 1px solid #ddd;
  background: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 25px 9px;
  text-transform: uppercase;
  width: auto;
  min-width: 230px; }
  input[type="submit"].action:hover {
    background: #444;
    color: #fff;
    border-color: #444; }

#MemberLoginForm_LostPasswordForm input[type="submit"].action {
  margin-top: 12px; }

.skill .progress-bar > span {
  font-size: 10px;
  margin-top: -20px; }

.pricing-tex li p {
  margin-bottom: 0px; }

.main-content a:not(.custom-btn) {
  text-decoration: underline;
  color: inherit; }
  .main-content a:not(.custom-btn):hover, .main-content a:not(.custom-btn):focus {
    text-decoration: underline;
    color: inherit;
    outline: none; }

.main-content ul {
  padding-left: 20px; }
  .main-content ul li {
    list-style: initial; }
    .main-content ul li ~ li {
      margin-top: 1.3rem; }

.main-content ol {
  padding-left: 20px; }
  .main-content ol li ~ li {
    margin-top: 1.3rem; }

.count-area .single-count h2 {
  color: #ffffff !important; }

.testimonial-area .testimonial-title h3 {
  color: #ffffff !important; }

.testimonial-area .single-testimonial p {
  color: #ffffff !important; }

.block-full-background-wrapper .main-content h1, .block-full-background-wrapper .main-content h2, .block-full-background-wrapper .main-content h3, .block-full-background-wrapper .main-content h4, .block-full-background-wrapper .main-content h5, .block-full-background-wrapper .main-content h6, .block-full-background-wrapper .main-content p, .block-full-background-wrapper .main-content li {
  color: #ffffff !important; }

.block-full-background-wrapper .main-content a:not(.custom-btn) {
  color: #ffffff !important; }

.svg-icon img {
  max-width: 100%;
  display: inline-block; }

.single-service .svg-icon {
  margin-bottom: 20px; }

@media screen and (max-width: 991px) {
  .down-arrow {
    display: none; } }

.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: yellow; }

.logo {
  margin-top: 0px; }

.main-menu {
  padding: 3px 0px; }

.main-menu ul li {
  margin-left: 20px; }

.footer-info .logo-style {
  margin-bottom: 40px; }

a.standard-btn, a.light-btn, a.dark-btn, a.custom-btn, input[type="submit"].action, a.main-slider-btn {
  padding-top: 10px;
  padding-bottom: 10px; }

a.light-btn, a.light-btn:hover, a.custom-btn, a.custom-btn:hover {
  border: none; }

input[type="submit"].action {
  border: none !important; }

.innerhero-overlay {
  background-color: rgba(0, 0, 0, 0.1); }

h2.main-heading {
  font-weight: 700; }

.mean-container .mean-nav {
  margin-top: 0px; }

body {
  font-size: 17px;
  font-family: 'Raleway', sans-serif; }

button.submit {
  border: none; }

.faqs hr {
  padding: 0;
  margin: 30px 0 !important;
  width: 120px;
  height: 0px;
  border: none;
  border-top: 3px solid #949599 !important; }

.faqs-grey-background {
  background-color: #f6f6f6; }

.block-overlay {
  background: rgba(147, 149, 152, 0.6) !important; }

.breadcrumbs ul {
  display: none; }

.slider-title h2, .slider-content p {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.slider-title .slider-content p {
  width: 50%;
  padding: 30px;
  font-size: 22px;
  max-width: 650px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: rgba(146, 147, 151, 0.7); }

.about-area .single-about {
  text-align: center; }

.single-about a.standard-btn {
  margin-top: 20px; }

.background-right-block .bg-color {
  background-color: #f6f6f6 !important; }

.main-menu ul li ul {
  width: 220px; }

@media (max-width: 991px) {
  .main-menu {
    padding: 0px; } }

@media (max-width: 767px) {
  .logo img {
    max-width: 200px; } }

.contact-content {
  margin-bottom: 40px; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media (min-width: 768px) {
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (min-width: 992px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (min-width: 1200px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

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

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

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

@media (min-width: 768px) {
  .text-sm-center {
    text-align: center; }
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; } }

@media (min-width: 992px) {
  .text-md-center {
    text-align: center; }
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; } }

@media (min-width: 1200px) {
  .text-lg-center {
    text-align: center; }
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; } }

.b-video-embed__title {
  margin-bottom: 40px;
  text-align: center; }

.b-video-embed__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.b-video-embed__grid-item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .b-video-embed__grid-item {
      width: 50%; } }

@media (max-width: 991px) {
  .b-video-embed__content {
    padding-top: 30px; } }

.b-video-embed video {
  display: block; }
  .b-video-embed video:focus {
    outline: none; }

/*# sourceMappingURL=maps/style.css.map */
