/**
 * Created by Sushant Gauchan
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.ex-flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.ex-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.ex-transition, .cr-btn, .cr-btn:hover, .orange-btn, .orange-btn:hover, .yellow-btn, .yellow-btn:hover, .white-btn, .white-btn:hover {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }

.ex-transition-medium {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.ex-transition-large {
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease; }

/*--------------------------------------- Mixins Ends -------------------------------------*/
@font-face {
  font-family: 'Merriweather', serif;
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
html {
  height: 100%; }

body {
  height: 100%;
  font-family: 'Merriweather', serif;
  font-size: 16px;
  font-weight: 400;
  color: #716b6b;
  line-height: 1.4em;
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; }

.wpcf7-list-item {
  float: left;
  width: 25%;
  margin: 0px !important; }
  .wpcf7-list-item input {
    float: left;
    margin-right: 5px;
    height: auto !important;
    width: auto !important; }
  .wpcf7-list-item .wpcf7-list-item-label {
    margin-bottom: 15px;
    display: block;
    float: left; }

.vacancy-wrapper .tab-pane {
  background: #ffffff; }

.nav {
  border-bottom: 0px; }
  .nav .active {
    border: 1px solid #f9a01f;
    background-image: linear-gradient(to right, #f9a01f, #fbaf40, #f96f1c);
    color: #ffffff; }
  .nav li a {
    border: none;
    background-color: transparent;
    color: #f9781c; }
    .nav li a:hover {
      background-color: transparent;
      border-color: transparent; }
  .nav li.active a {
    color: #ffffff; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: 0px;
  border-bottom-color: transparent;
  color: #ffffff; }

#mCSB_1_container {
  width: 1300px; }

a:link, a:visited {
  text-decoration: none; }

a:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

p {
  margin: 0;
  line-height: 1.7em; }
  p:not(:last-of-type) {
    margin-bottom: 18px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Fira Sans Condensed', sans-serif;
  margin: 0; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

#wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden; }

.slick-slider .slick-slide {
  outline: none; }

.custom-container {
  padding: 90px 250px; }
  .custom-container.small-width-layout {
    max-width: 1300px; }
  .custom-container.medium-width-layout {
    max-width: 1600px; }
  .custom-container.remove-top-bottom-padding {
    padding-top: 0;
    padding-bottom: 0; }
  .custom-container.top-padding {
    padding-top: 215px; }
  .custom-container.remove-top-padding {
    padding-top: 0; }
  .custom-container.remove-bottom-padding {
    padding-bottom: 0; }

.section-title.add-border-bottom h1 {
  position: relative; }
  .section-title.add-border-bottom h1:after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: red;
    position: absolute;
    top: 45px;
    left: 0; }

.section-title {
  text-align: center;
  padding-bottom: 35px; }
  .section-title h1 {
    position: relative;
    color: #1C1D30;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    font-family: 'Fira Sans Condensed', sans-serif; }
  .section-title.with-text {
    max-width: 800px;
    margin: auto; }
    .section-title.with-text p {
      margin-top: 80px; }
  .section-title.white-text {
    color: #fff; }
    .section-title.white-text h2 {
      color: #fff; }
      .section-title.white-text h2:after {
        background-color: #fff; }
  .section-title.move-left {
    text-align: left; }
    .section-title.move-left h2:after {
      right: initial; }

.small-title {
  margin-bottom: 45px;
  position: relative; }
  .small-title h3 {
    color: #f9781c;
    text-transform: uppercase; }
    .small-title h3:after {
      content: '';
      height: 3px;
      width: 70px;
      background-color: #f9781c;
      position: absolute;
      bottom: -15px;
      left: 0;
      margin: auto; }

section.add-floating-title {
  position: relative;
  margin-top: 50px; }
  section.add-floating-title .section-title {
    padding-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -100px; }
    section.add-floating-title .section-title h2 {
      margin-bottom: 0;
      background-color: #1C1D30;
      color: #fff;
      padding: 35px 30px;
      font-weight: 500;
      max-width: 390px;
      margin: auto; }
      section.add-floating-title .section-title h2:after {
        display: none; }

.cr-btn {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 12px 16px;
  border: 0;
  background-color: #f9781c;
  text-align: center;
  outline: none;
  box-shadow: 0px 0px 12px rgba(35, 35, 35, 0.31);
  cursor: pointer; }
  .cr-btn:hover {
    background: #da6a1a;
    color: #fff; }

.orange-btn {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 15px 50px;
  border: 3px solid #E36F1E;
  background-color: #E36F1E;
  text-align: center;
  outline: none;
  cursor: pointer;
  margin-top: 40px; }
  .orange-btn:hover {
    background: #ffffff;
    border: 3px solid #FFFFFF;
    color: #000; }

.yellow-btn {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 15px 50px;
  border: 3px solid #F4B223;
  background-color: transparent;
  text-align: center;
  outline: none;
  cursor: pointer; }
  .yellow-btn:hover {
    background: #F4B223;
    color: #fff; }

.white-btn {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 15px 50px;
  border: 3px solid #ffffff;
  background-color: transparent;
  text-align: center;
  outline: none;
  cursor: pointer; }
  .white-btn:hover {
    background: #ffffff;
    color: #F4B223; }

.paginate_button {
  background-color: #f4f4f4;
  margin-right: 10px;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ffff; }
  .paginate_button:hover {
    background: #f9781c;
    border: none; }
  .paginate_button.current {
    background: #f9781c;
    border: 1px solid;
    color: white !important;
    padding: 5px; }

/*# sourceMappingURL=global.css.map */
