/*
Theme Name: Whitelabel
Author: W
Author URI: https://www.google.com/
Description: Whitelabel theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); */
@font-face {
  font-family: Lato;
  src: url('./images/uploads/826bgothl.ttf') format('truetype'),
    url('./images/uploads/826bgothl.ttf') format('truetype'),
    url('./images/uploads/826bgothl.ttf') format('truetype');
}

body {
  /*font-family: 'Poppins', sans-serif !important;*/
  font-family: 'BankGothic', sans-serif !important;
  background-color: #fff;
  color: #515151;
  font-size: 16px !important;
  line-height: 30px;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0px !important;
}

/*Blue Outline Remove*/
*:focus {
  outline: none !important
}

button:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*Common CSS*/
img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

/*************Font Size**********************/
.h-12x {
  font-size: 12px;
  line-height: 16px
}

.h-24x {
  font-size: 24px;
  line-height: 28px
}

.h-28x {
  font-size: 28px;
  line-height: 32px
}

.h-36x {
  font-size: 36px;
  line-height: 40px
}

.h-40x {
  font-size: 40px;
  line-height: 44px
}

/********************Margin CCS*********************/
.m-tb10 {
  margin: 10px auto
}

.m-tb20 {
  margin: 20px auto
}

.m-tb25 {
  margin: 25px auto
}

.m-tb30 {
  margin: 30px auto
}

.m-tb40 {
  margin: 40px auto
}

.m-tb50 {
  margin: 50px auto
}

.m-tb60 {
  margin: 60px auto
}

.mm-t5 {
  margin-top: -5px !important
}

.m-t0 {
  margin-top: 0 !important
}

.m-t5 {
  margin-top: 5px !important
}

.m-t10 {
  margin-top: 10px !important
}

.m-t20 {
  margin-top: 20px
}

.m-t30 {
  margin-top: 30px
}

.m-t40 {
  margin-top: 40px
}

.m-0 {
  margin: 0
}

.m-l15 {
  margin-left: 15px
}

.m-l20 {
  margin-left: 20px
}

.m-r20 {
  margin-right: 20px
}

.m-r40 {
  margin-right: 40px
}

.m-b0 {
  margin-bottom: 0
}

.m-b10 {
  margin-bottom: 10px !important
}

.m-b20 {
  margin-bottom: 20px !important
}

.m-b30 {
  margin-bottom: 30px
}

.m-b40 {
  margin-bottom: 40px
}

.m-b50 {
  margin-bottom: 50px
}

.m-b90 {
  margin-bottom: 90px
}

.m-lr20 {
  margin: auto 20px
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px
}

.m-lr0 {
  margin-left: 0;
  margin-right: 0
}

/********************Padding CCS*********************/
.p-t0 {
  padding-top: 0 !important;
}

.p-t5 {
  padding-top: 5px
}

.p-t10 {
  padding-top: 10px
}

.p-t15 {
  padding-top: 15px
}

.p-t20 {
  padding-top: 20px
}

.p-t30 {
  padding-top: 30px
}

.p-tb0 {
  padding-top: 0;
  padding-bottom: 0
}

.p-tb10 {
  padding-top: 10px;
  padding-bottom: 10px
}

.p-tb12 {
  padding-top: 12px;
  padding-bottom: 12px
}

.p-tb5 {
  padding-top: 5px;
  padding-bottom: 5px
}

.p-tb20 {
  padding-top: 20px;
  padding-bottom: 20px
}

.p-tb30 {
  padding-top: 30px;
  padding-bottom: 30px
}

.p-tb40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.p-tb50 {
  padding-top: 50px;
  padding-bottom: 50px
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px
}

.p-l5,
.p-lr5 {
  padding-left: 5px
}

.p-lr5,
.p-r5 {
  padding-right: 5px
}

.p-lr15 {
  padding-right: 15px;
  padding-left: 15px
}

.p-tb15 {
  padding-top: 15px;
  padding-bottom: 15px
}

.p-r40 {
  padding-right: 40px
}

.p-t40 {
  padding-top: 40px
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px
}

.p-l10 {
  padding-left: 10px
}

.p-r10 {
  padding-right: 10px
}

.p-l20 {
  padding-left: 20px
}

.p-r20 {
  padding-right: 20px
}

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

.p-l30 {
  padding-left: 30px
}

.p-l40,
.p-lr40 {
  padding-left: 40px
}

.p-lr40 {
  padding-right: 40px
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px
}

.p-lr-p p {
  padding: 0 20px
}

.p-5 {
  padding: 5px
}

.p-10 {
  padding: 10px
}

.p-20 {
  padding: 20px
}

.p-30 {
  padding: 30px
}

.p-40 {
  padding: 40px
}

.p-b0 {
  padding-bottom: 0 !important
}

.p-b5 {
  padding-bottom: 5px
}

.p-b10 {
  padding-bottom: 10px !important
}

.p-b15 {
  padding-bottom: 15px !important
}

.p-b20 {
  padding-bottom: 20px !important
}

.p-b30 {
  padding-bottom: 30px
}

.p-b40 {
  padding-bottom: 40px
}

.p-l0 {
  padding-left: 0 !important
}

.p-r0 {
  padding-right: 0 !important
}

.p-0 {
  padding: 0
}

.p-lr0 {
  padding-left: 0;
  padding-right: 0
}


h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'BankGothic', sans-serif;
}

/******************************** MAGNIFIC POP UP CSS STARTS ********************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.6) !important;
  filter: alpha(opacity=80)
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 504
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  opacity: .8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 20px;
  border-bottom-width: 20px
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 12px solid #000;
  left: 5px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  border-right: 20px solid #fff
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 12px solid #000;
  left: 3px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 20px solid #fff
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

.mfp-iframe-holder .mfp-close {
  top: -43px
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.mfp-figure {
  line-height: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

.mfp-no-margins img.mfp-img {
  padding: 0
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0
}

.mfp-no-margins .mfp-container {
  padding: 0
}

#error-list {
  margin-left: 30px
}

#error-list li {
  margin: 5px 0
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }
}

@media all and (max-width:800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-ie7 .mfp-img {
  padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
  padding: 0
}

.mfp-ie7 .mfp-content {
  padding-top: 44px
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0
}

.error-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
  border-radius: 5px
}

.required {
  color: #0000;
  font-size: 14px
}

.required-text {
  color: #0000;
  font-size: 9px;
  line-height: 1.67;
  letter-spacing: 1.3px;
}

.errors {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 14px
}

.errors ul {
  margin-left: 25px
}

.errors ul li {
  margin-bottom: 5px
}

.errors ul li:last-child {
  margin-bottom: 0
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  border-radius: 5px
}

.mfp-bg,
.mfp-wrap {
  z-index: 9999;
}


span.help-block.form-error {
  font-weight: 600;
  margin-top: -25px;
  display: block;
  margin-bottom: 20px;
  color: #b94a48;
  font-size: 14px;
}


.form-group {
  position: relative
}

.form-group.label-static label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-floating label.control-label {
  position: absolute !important;
  pointer-events: none !important;
  -webkit-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important
}

.form-group.is-focused .form-control {
  outline: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0000), to(#0000)), -webkit-gradient(linear, left top, left bottom, from(#0000), to(#0000)) !important;
  background-image: -webkit-linear-gradient(#0000, #0000), -webkit-linear-gradient(#0000, #0000) !important;
  background-image: -o-linear-gradient(#0000, #0000), -o-linear-gradient(#0000, #0000) !important;
  background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000) !important;
  -webkit-background-size: 100% 2px, 100% 1px !important;
  background-size: 100% 2px, 100% 1px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important
}

.form-group {
  padding-bottom: 7px;
  margin: 15px 0 0 0
}

.form-group .form-control {
  margin-bottom: 0px;
  width: 100%;
}

.form-group label.control-label {
  color: #595b5d;
  font-size: 13px;
  font-weight: normal;
  margin: 16px 0 0 0
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
  top: -7px
}

.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
  top: -30px;
  left: 0;
  color: #f2522c;
  text-transform: uppercase;
  font-size: 11px
}

.form-control {
  background-image: -o-linear-gradient(#0000, #0000), -o-linear-gradient(#0000, #0000);
  -webkit-transition: background 0s ease-out !important;
  -o-transition: background 0s ease-out !important;
  transition: background 0s ease-out !important;
  float: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.checkbox .checkbox-material .check,
label.checkbox-inline .checkbox-material .check {
  width: 17px;
  height: 16px;
  border-radius: 3px;
}

/*****BG colors CSS*******/
.bg-blue {
  background-color: #25679c;
}

.bg-lightGray {
  background-color: #f4f0f1;
}

.bg-darkGray {
  background-color: #929292;
}

/*********Font color CSS*********/
.text-white {
  color: #fff;
}

.text-blue {
  color: #286a9a
}

.text-orange {
  color: #fa4f42;
}

.blue_text {
  color: #33b8e5 !important;
}

.orange_text {
  color: #ed6f2b;
}


/*********Font CSS*********/
.btn {
  -webkit-transition: all 300ms ease;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.btn-orange {
  color: #fff;
  background-color: #ef6f1a;
  min-width: 275px;
  font-size: 20px;
  padding: 12px 50px;
  -webkit-border-radius: 28px !important;
  -moz-border-radius: 28px !important;
  border-radius: 28px !important;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  /*font-family: 'Poppins', sans-serif !important;*/
  font-family: 'BankGothic', sans-serif !important;
   box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.08);
}

.btn-orange:hover,
.btn-orange:focus {
  background-color: #33b8e5;
  color: #fff
}

img {
  max-width: 100%;
  height: auto;
}

.break {
  display: block
}

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

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

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

.section-padding {
  padding: 60px 15px;
}

.vc_row-fluid {
  padding-top: 60px;
  padding-bottom: 60px;
}

a {
  text-decoration: none !important;
}

.vc_fixed_width_column {
  max-width: 1170px;
  margin: auto;
  padding: 0px 15px !important;
}

#wrapper,
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
}

/*  */
.visible-sm {
  display: none !important;
}

.hidden-sm {
  display: block;
}

/*********Mobile menu*********/
.mm-menu.mm-offcanvas {
  z-index: 10;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0.2);
}

.mm-menu {
  background: #000;
}

a.fa.fa-bars {
  position: absolute;
  right: 15px;
  top: -30px;
}

/*.fixed-header a.fa.fa-bars {
         top:-5px;
     }*/
.mm-panels>.mm-panel>.mm-listview {
  /*         margin-top: 120px !important; */
  margin-top: 20px !important;
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
  background: none;
}

.mm-listview>li:not(.mm-divider):after {
  border-color: #FFF;
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 20px 0px;
  margin-left: -10px;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: none !important;
}

a.fa.fa-bars:after,
a.fa.fa-bars:before {
  content: '' !important;
}

.mm-listview>li>a,
.mm-listview>li>span {
  color: #FFF;
}

/*********Mobile menu ends*********/


@media screen and (max-width:768px) {
  .vc_row-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .visible-sm {
    display: block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.no-padding {
  padding: 0px !important;
}

.hidden {
  display: none !important;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.vc_column-inner {
  padding-top: 0px !important;
}

body,
html {
  margin: 0px !important;
  overflow-x: hidden !important;
  position: relative;
}

a {
  text-decoration: none !important;
}

.vc_fixed_width_column {
  max-width: 1170px;
  margin: auto;
}

a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 0.2s ease 0s;
}

a:hover {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 0.2s ease 0s;
}

a.btn.btn-default {
  background: #0000 !important;
  border-radius: 50px;
  border: 2px solid #fff;
  min-width: 167px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-align: center;
  color: #FFF;
  padding: 7px 30px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 0.3s ease 0s;
}

.btn {
  background: #000 !important;
  border: 1px solid #000;
  min-width: 167px;
  border-radius: 15px;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'BankGothic', sans-serif;
  font-size: 14px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 0.3s ease 0s;
}

a.btn.btn-default:focus,
a.btn.btn-default:hover {
  color: #FFF;
  background: #000 !important;
  border-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 0.3s ease 0s;
}

.btn:focus,
.btn:hover {
  color: #FFF;
  background: #583400;
  border-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 0.3s ease 0s;
}

.btn-signup,
.btn-signup:focus,
.btn-signup:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.btn-black {
  color: #1c1c1c;
  border: solid 2px #1c1c1c;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 15px;
  text-transform: capitalize;
}

.btn-black:hover {
  color: #FFF;
  background: #4f91cd;
  border-color: #4f91cd;
}



.no_margin_img .vc_figure {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 20px;
}

/* .header {
     padding: 5px 0px;
     position: absolute;
     top: 0px;
     z-index: 9;
     width: 100%;
 } */
.text-orange {
  color: #fa4f42;
}

footer {
  padding: 20px 0px
}

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

.menu-main-navigation-container {
  margin-top: 20px;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 0.3s ease 0s;
}

.fixed-header .menu-main-navigation-container {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 0.3s ease 0s;
}


.brown {
  color: #ae7a23;
}

ul.header_menu,
ul.footer_menu {
  width: 100%;
  list-style: none;
  margin-bottom: 0px;
  margin-top: 12px;
  padding-left: 0px;
}

ul.footer_menu {
  text-align: center;
}

ul.footer_menu li {
  padding: 0px 8px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'BankGothic', sans-serif;
  text-transform: uppercase;
}

ul.header_menu li {
  text-align: center;
  line-height: 1;
  display: inline-block;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'BankGothic', sans-serif;
  text-transform: uppercase;
}

ul.header_menu li a {
  padding: 15px 20px;
  border: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

ul.header_menu li:hover a,
ul.header_menu li.current-menu-item a {
  color: #000;
}

ul.footer_menu li a:hover {
  color: #fff;
}

ul.header_menu li:last-child a {
  padding-right: 0px;
  border: 0px;
}

.footer {
  background: #fff;
  color: #424242;
}

.footer {
  text-align: center;
}

.footer .widget-title {
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: left;
  text-transform: uppercase;
  color: #4f91cd;
}

.footer ul {
  width: 100%;
  list-style: none;
  margin: 8px 0px;
  padding-left: 0px;
  margin: 30px 0px;
}

.footer ul li {
  padding: 0px 20px;
  font-size: 14px;
  display: inline-block;
  text-transform: none;
  color: #f9e1b9;
  text-align: center;
}

.footer ul li a {
  color: #f9e1b9;
  line-height: 2.19;
  text-transform: uppercase;
}

.footer ul li a:hover {
  color: #FFF;
}

.footer p,
.footer a {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.63;
  text-align: center;
  color: #424242;
  /* 	float: right; */
}

.footer-right p {
  float: left;
}

.footer a:hover {
  color: #f8f2e7;
}

.social_menu {
  text-align: right;
}

.social_menu>li {
  border: 0px !important;
}

.social_menu>li a {
  color: #7e7e7e !important;
  font-size: 18px !important;
}

.social_menu>li a:hover {
  color: #fff !important;
}

.input_field {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.form-control {
  border-radius: 8px;
  border: solid 1px #979797;
  width: 100%;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 6px 15px;
  -webkit-box-shadow: 0px 0px 0px 1px #979797;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 0px 1px #979797;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 0px 1px #979797;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;

}

textarea.form-control {
  height: auto;
  line-height: 1.5;
}

input[type="submit"].btn {
  background: none !important;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.3px;
  text-align: center;
  color: #1c1c1c;
  cursor: pointer;
}

input[type="submit"].btn:hover {
  background: #000 !important;
  color: #fff;
  cursor: pointer;
}


div.wpcf7 .ajax-loader {
  display: block;
  background-position: center center;
  margin: 0px auto;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #704c10;
}

.g-recaptcha {
  display: inline-block;
}

.page_title {
  opacity: 1 !important;
  border-bottom: 5px solid #f7b284;
}

.full_width_title {
  width: 100% !important;
  margin: 0px !important;
  left: 0px !important;
}

.text_24 {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: left;
  color: #323232;
}

.list_view {
  padding-top: 0px;
  padding-bottom: 0px;
}

.list_view ul {
  list-style: none;
  padding-left: 0px;
}

.list_view ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #323232;
  position: relative;
  padding-left: 30px;
  margin: 25px;
}

.list_view ul li:before {
  position: absolute;
  left: 8px;
  top: 11px;
  content: '';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 5px;
  border-top-width: 5px;
  border-left: 5px solid #323232;
}


footer p {
  margin: 0px;
}

footer .widget_text img {
  max-width: 196px;
  display: inline-block;
  margin-left: 25px;
}

footer .widget_text .tagline {
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

a.mobile_logo {
  display: none;
}

.flexslider {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  position: relative !important;
  background: transparent !important;
}

.flexslider ul.slides li {
  position: relative;
}

.flex-direction-nav {
  position: absolute;
  top: 50%;

  width: 100%;
}

.flex-direction-nav li {
  display: inline-block;
}

.flexslider .flex-direction-nav .flex-disabled {
  opacity: 0.7 !important;
}

.flex-direction-nav .flex-prev {
  opacity: 0.7;
}

.flex-direction-nav a {
  width: 70px !important;
  height: 70px !important;
  /*     background: rgba(0,0,0,0.5);
     border-radius: 50%; */
  background: #0000;
  border-radius: unset;
  text-align: center;
  z-index: 8 !important;
  position: relative !important;
  display: inline-block !important;

}

.flex-direction-nav .flex-next {
  opacity: 0.7;
}

li.flex-nav-next {
  float: right;
}

li.flex-nav-prev {
  float: left;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  /*   opacity: 1;
   left: 0px !important; */
  /* 	left: -70em !important;
   
   top: 16em; */
  opacity: 1;
  left: 0 !important;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}

.flexslider2:hover .flex-direction-nav .flex-prev,
.flexslider2:hover .flex-direction-nav .flex-next {
  opacity: 1;
}

.flex-direction-nav a:before {
  font-family: "FontAwesome" !important;
  font-size: 60px !important;
  display: inline-block;
  content: '\f104' !important;
  color: rgba(255, 255, 255, 0.8) !important;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) !important;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.flex-direction-nav a.flex-next:before {
  content: '\f105' !important;
}

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid #FFF !important;
}

.flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 1) !important;
}


@media screen and (min-width:769px) {
  ul.header_menu {
    margin: 15px 0;
  }

  ul.header_menu li {
    position: relative;
  }

  ul.sub-menu {
    background: #fff;
    margin-top: 15px;
    padding: 0;
    width: 100%;
    position: absolute;
    float: left;
    opacity: 0;
    transition: .2s opacity ease-in;
    pointer-events: none;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
  }

  li.menu-item-has-children::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    position: relative;
    right: 1.5em;
    pointer-events: none;
    transition: .2s color ease 0s;
  }

  li.menu-item-has-children:hover::after {
    color: rgba(0, 20, 65, 1);
    transition: .25s color ease 0s;
  }

  ul.header_menu li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    transition: .1s opacity ease-out;
    pointer-events: unset !important;
    display: block;
  }

  ul.sub-menu li {
    color: #34240a;
    display: block !important;
    border-bottom: 1px solid #34240a;
    transition: .15s background ease-out;
  }

  ul.sub-menu li:last-child {
    border-bottom: none;
  }

  ul.sub-menu li a {
    color: #34240a !important;
    display: block;
  }

  ul.sub-menu li a:hover {
    color: #000 !important;
  }

  ul.header_menu ul.sub-menu li:last-child a {
    padding-right: 30px;
  }
}



.next_post,
.prev_post {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: left;
  color: #1c1c1c;
  margin-bottom: 10px;
}

.next_post {
  text-align: right;
}

.next_post a,
.prev_post a {
  color: #1c1c1c;
}

.next_post a:hover,
.prev_post a:hover {
  color: #704c10;
}

.next_post img,
.prev_post img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 0px;
}

.next_post img {
  margin-right: 0px;
  margin-left: 10px;
}

.flip_img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.Vbottom,
.Vbottom img {
  vertical-align: bottom;
}

.footer>.vc_column_container>.vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.widget_gtranslate a {
  text-align: left !important;
}

.switcher .selected,
.switcher .selected a {
  background: none !important;
  color: #fff !important;
  border: 0px !important;
}

.switcher .selected a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  position: relative;
  right: -0.5em;
  pointer-events: none;
  transition: .2s color ease 0s;
}

.contact-page-title h4 {
  font-size: 22px;
  font-weight: bold;
}

.contact-page-title p {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 50px !important;
}

.contact-page-title p a {
  color: #1c1c1c;
}

.contact-page-title p a:hover {
  color: #4f91cd;
}

.application-form .form-group label.control-label {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1c1c1c;
}

.application-form textarea.form-control {
  height: 145px;
  border-radius: 3px !important;
  border: solid 1px #555555 !important;
  background-size: 0 2px, 100% 0px !important;
}

.customSelect {
  border-radius: 3px;
  width: 300px;
  border: solid 1px #555555;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1c1c1c;
  margin-left: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url(/wp-content/uploads/dowm-arrow.png) 92% center no-repeat;
  background-size: 12px;
}

.application-form .form-group {
  padding-bottom: 7px;
  margin: 20px 0 0 0;
}

.mt-50 {
  margin-top: 60px;
}

.application-form .form-group.form-inline.radio {
  margin-top: 30px;
}

.checkbox input[type=checkbox],
label.checkbox-inline input[type=checkbox],
.radio input[type=radio],
label.radio-inline input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.checkbox label span,
label.checkbox-inline label span,
.radio label span,
label.radio-inline label span {
  position: relative;
  padding-left: 30px;
}

.checkbox label span:before,
label.checkbox-inline label span:before,
.radio label span:before,
label.radio-inline label span:before {
  height: 17px;
  width: 17px;
  border: 1px solid #929292;
  border-radius: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}

.checkbox label input[type=checkbox]:checked+span:before,
label.checkbox-inline label input[type=checkbox]:checked+span:before,
.radio label input[type=radio]:checked+span:before,
label.radio-inline label input[type=radio]:checked+span:before {
  border: 1px solid #704c10;
}

.checkbox label input[type=checkbox]:checked+span:after,
label.checkbox-inline label input[type=checkbox]:checked+span:after,
.radio label input[type=radio]:checked+span:after,
label.radio-inline label input[type=radio]:checked+span:after {
  height: 13px;
  width: 13px;
  background: #704c10;
  border-radius: 100%;
  left: 3px;
  top: 3px;
  position: absolute;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}

.checkbox label input[type=checkbox]:checked+span:after,
label.checkbox-inline label input[type=checkbox]:checked+span:after,
.checkbox label span:before,
label.checkbox-inline label span:before {
  border-radius: 0px;
}

.required {
  padding: 0px !important;
}

.application-form small {
  display: block;
  width: 100%;
  float: left;
  font-size: 9px;
  line-height: 1.67;
  color: #555555;
  margin-bottom: 10px;
}

.fileupload {
  display: inline-block;
  width: 32%;
  float: left;
  margin: 0px !important;
}

.form-group.form-inline.fileupload:last-child {
  width: 36%;
  text-align: right;
}

.file-upload {
  position: relative;
  display: inline-block;
  max-width: 175px;
}

.file-upload__label {
  display: block;
  padding: 15px 50px;
  background: #e4e5e6;
  transition: background .3s;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1c1c;
  vertical-align: middle;
  margin-left: 20px;
  position: absolute;
  top: 0;
  z-index: -1;
}

.file-upload .wpcf7-form-control-wrap:hover+.file-upload__label,
.file-upload__label:hover {
  cursor: pointer;
  background: #4f91cd;
  color: #FFF;
}

.file-upload .wpcf7-form-control-wrap,
.file-upload__input {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  opacity: 0;
}

.file-upload .wpcf7-form-control-wrap {
  display: inline-block;
  max-width: 100%;
  opacity: 1;
}

.file-upload .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  padding-left: 20px;
  position: absolute;
  top: 75px;
  width: 100%;
  display: block;
  opacity: 1;
  z-index: 1;
  text-align: left;
}

input[type=text][disabled].file_name_holder {
  background: 0;
  border: 0;
  padding: 0;
  height: inherit;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.67;
  color: #0000;
  margin: 0px;
  padding-top: 5px;
  padding-left: 20px;
  box-sizing: border-box;
}

span.form-error {
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.67;
  color: #b94a48;
  margin: 0px;
  padding-top: 5px;
  padding-left: 20px;
  box-sizing: border-box;
}

span.wpcf7-not-valid-tip {
  color: #0000;
  line-height: 1.3;
}

.message_field {
  margin-top: 10px;
}

.message_field label.control-label {
  margin-bottom: 14px !important;
  display: block;
}

.fileupload label.control-label {
  font-weight: 600 !important;
  margin-top: 15px;
  display: inline-block;
  vertical-align: top;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

.notfound-content-section h3 {
  font-size: 18px;
}

.notfound-content-section p {
  font-size: 16px;
}

.notfound-content-section .btn-border {
  color: #000;
}

.notfound-content-section .btn-border:hover {
  color: #FFF;
}


/*=============Service Inner page End==============*/


@media screen and (min-width:1200px) {
  header>.vc_fixed_width_column>.vc_column-inner {
    padding: 0px !important;
  }
}

@media screen and (max-width:1024px) {
  #wrapper {
    padding: 0px 15px;
  }

  /* 	.biography_content p {
       font-size: 15px;
       line-height: 17px;
   }
   .biography_content_about p {
       font-size: 15px;
       line-height: 17px;
   } */
}

@media screen and (max-width:768px) {

  .top_header,
  .header,
  .page-template-home_page .header,
  .page-template-home_page .top_header {
    /*position: relative;
     top: 0px;*/
  }

  /*.header.fixed-header {position: fixed;}
 .header {
     padding: 15px 0px;
 }
 .fixed-header {
     padding: 15px 0px;
 }
 .fixed-header .logo  {
     top: -12px;
 }
 .logo {
     top:-50px;
 }*/

  /*.logo a {
     display: block;
     max-width: 65px;
 }*/
  /*.fixed-header .logo a {
     max-width: 40px;
 }*/
  .logo:after,
  .logo:before {
    height: 0px;
    background: none;
    width: 0px;
    display: none;
  }

  .navbar-right {
    padding-left: 0px;
  }

  ul.header_menu li {
    display: block;
    box-sizing: border-box;
  }

  ul.header_menu li a {
    color: #FFF !important;
    padding: 15px;
    text-align: left;
  }

  .mm-listview .mm-next {
    background: #FFF;
  }

  ul.header_menu li:last-child a {
    border: 0px;
    padding: 15px;
  }

  a.mobile_logo {
    position: absolute;
    width: 125px;
    top: 20px;
    left: -15px;
    right: 0;
    margin: auto;
    display: block;
  }
}

@media screen and (min-width:768px) {
  .mm-offcanvas {
    display: none;
  }

  .visible-xs {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .visible-xs {
    display: block;
  }

  .top_header p,
  .top_header a {
    font-size: 13px;
  }

  .logo a {
    display: block;
    max-width: 150px;
  }

  .flex-direction-nav a {
    display: none !important;
  }

  .vc_col-has-fill>.vc_column-inner,
  .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
  .vc_section.vc_section-has-fill,
  .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
  .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0px !important;
  }

  .vc_row-fluid {
    /*     padding-top: 50px; */
    padding-top: 20px;
    padding-bottom: 50px;
  }

  footer #text-3 {
    width: 100%;
    margin: auto;
  }

  footer #text-3 img {
    margin-bottom: 0px !important;
    max-width: 115px;
  }

  .footer .widget-title {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
  }

  .footer,
  .footer ul li,
  .footer p {
    text-align: center;
  }
}

.banner_img {
  padding-top: 10em;
  padding-bottom: 8em;
}

.banner_text {
  color: #fff;
  text-align: center;
}

.banner_head {
  color: #fff;
  text-align: center;
  padding-top: 7em;
  padding-bottom: 3em;
}

span.banner-text {
  color: #fd8f00;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 40px;
}

h2.gallery_text {
  color: #fd8f00;
  text-transform: uppercase;
  font-size: 36px;
}

h2.gallery_text+p {
  margin-top: 5px;
}

h2.contac_text {
  font-size: 35px;
  color: #fd8f00;
  text-transform: uppercase;
}

h1.banner-head {
  font-weight: 100;
  font-size: 30px;
}

.about-icon {
  display: inline-block;
  font-size: 25px;
  color: #fd8f00;
  padding: 5px;
}

.about-icon-parent {
  text-align: center;
}

p {
  font-size: 16px;
  line-height: 23px;
}

.gallery-img-thum img,
.gallery-img-thum .vc_gitem-zone {
  border-radius: 50%;
  border: 8px solid #fd8f00;
  text-align: center;
  display: inline-block !important;
  margin: 0 auto;
  width: 100%;
}

.gallery-img-thum {
  margin-top: 15px !important;
}

.tnp-subscription-minimal {
  text-align: center;
}

input.tnp-email {
  max-width: 600px !important;
  background-color: #fd8f00 !important;
  color: #fff !important;
  border-radius: 30px !important;
  padding: 12px 15px !important;
}

.tnp-subscription-minimal input.tnp-submit {
  width: auto !important;
  padding: 7px 15px !important;
  background-color: #fff !important;
  color: #fd8f00 !important;
  border-radius: 30px !important;
  margin-left: -90px !important;
  font-weight: 500;
}

.footer-left p {
  text-align: center;
}

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

.banner_text_contact {
  color: #fff;
  text-align: center;
  line-height: 20px;
}

.logo img {
  margin-top: 15px;
}

::placeholder {
  color: #fff;
}

.banner_content h4 {
  font-size: 18px;
  color: #ffff;
  font-weight: 100;
  margin: 0;
}

.banner_content p {
  color: #fff;
  font-weight: 200;
}

.biography_content {
  color: #fff;
  padding: 20px;
  position: relative;
  top: 18px;
  left: 6px;
}

.biography_content h2 {
  margin: 0;
}

.biography_content_about h2 {
  margin: 0;
}

.location_content {
  float: right;
  width: 60%;
  padding-bottom: 30px;
}

.location_content h2 {
  color: #000;
  font-weight: 500;
  margin: 0;
}

.location_content p {
  color: #424242;
  font-weight: 400;
  line-height: 27px;
}

.contect_content {
  width: 100%;
  position: relative;
  left: 95px;
}

.contect_content h2 {
  color: #000;
  font-weight: 500;
  margin: 0;
}

.contect_content p {
  color: #424242;
  font-weight: 400;
  line-height: 27px;
}

.recent_project h2 {
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
}

.biography_content_about {
  color: #fff;
  padding: 10px;
  position: relative;
  top: 1px;
  left: 6px;
}

.biography_img_about p {
  margin: 0;
}

.about_banner_content h3 {
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
}

.biography_content,
.biography_content_about {
  background-color: #000 !important;
}

@media screen and (max-width: 767px) {
  .gallery-img-thum .vc_grid-item {
    text-align: center;
    display: inline-block;
    width: 150px;
    margin: 0 auto;
  }

  .footer-left p {
    text-align: center;
    font-size: 12px;
  }

  .footer-right p {
    text-align: center;
    float: unset;
    font-size: 12px;
  }

  .location_content {
    float: unset;
    width: 100%;
    padding-bottom: 0px;
  }

  .recent_project h2 {
    font-size: 20px;
  }

  .location_content {
    text-align: center;
    padding-bottom: 25px;
  }

  .contect_content {
    text-align: center;
    padding-bottom: 25px;
    left: 0;
  }

  .biography_img {
    padding: 0 15px;
  }

  .biography_content {
    left: 0px;
    width: 90%;
    margin: 0 auto;
  }

  .biography_content_about {
    left: -6px;
    width: 90%;
    margin: 10px auto 0;
  }

  .footer-left,
  .footer-right {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .footer p {
    float: unset !important;
  }
}