/**
 * Created by Sushant Gauchan
*/
@font-face {
  font-family: 'Futura-Medium';
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Futura-Light';
  src: url("../fonts/FuturaPT-Light.woff2") format("woff2"), url("../fonts/FuturaPT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Futura-Bold';
  src: url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Europa';
  src: url("../fonts/Europa-Regular.woff2") format("woff2"), url("../fonts/Europa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova Light';
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
html {
  height: 100%; }

body {
  height: 100%;
  font-family: "Europa";
  font-size: 18px;
  font-weight: normal;
  color: #696969;
  /*color: #1f1f1f;*/
  /*color: #919191;*/
  line-height: 1.5em;
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  width: 100%;
  max-height: 100%;
  overflow: hidden; }

a:link, a:visited {
  text-decoration: none; }
a:focus {
  outline: none; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: unset; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-family: "Futura-Light";
  /*font-family: $font-type-futura-light;*/ }

h1 {
  font-size: 60px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 24px; }

h5 {
  font-size: 16px; }

p {
  margin-top: 0;
  margin-bottom: 18px; }
  p:last-of-type {
    margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    color: inherit; }

.center-align {
  text-align: center; }

#wrapper {
  min-height: 100%;
  position: relative; }

.custom-container {
  padding: 120px 240px;
  max-width: 1900px;
  margin: auto; }
  .custom-container.small-width-container {
    max-width: 1080px; }
  .custom-container.small-medium-container {
    max-width: 1740px; }

.add-padding-top {
  padding-top: 80px; }

.add-padding-bottom {
  padding-bottom: 80px; }

.add-padding-top-medium {
  padding-top: 40px; }

.remove-padding-top {
  padding-top: 0; }

.remove-padding-bottom {
  padding-bottom: 0; }

.btn-karwan {
  display: inline-flex;
  align-items: center;
  width: auto !important;
  outline: none;
  font-family: "Europa";
  padding: 12px 25px;
  background-color: transparent;
  border: 1px solid #000;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  border-radius: unset;
  transition: 0.4s ease all;
  position: relative;
  z-index: 2; }
  .btn-karwan:after {
    height: 100%;
    width: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: -1; }
  .btn-karwan:hover {
    color: #fff;
    transition: 0.4s ease all; }
    .btn-karwan:hover:after {
      width: 100%;
      transition: all 0.5s;
      background-color: #000; }
  .btn-karwan .fa {
    padding-left: 7px; }

.img-shadow {
  box-shadow: 3px 3px 14px 2px rgba(0, 0, 0, 0.26); }

.box-shadow {
  box-shadow: 2px 4px 13px 2px rgba(0, 0, 0, 0.05); }

.img-container.zoomed, .inner-zoomed {
  position: relative;
  overflow: hidden;
  /* &:after {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.2);
     z-index: 0;
     opacity: 0;
     transition: 0.6s ease all;
   }
   &:hover {
     &:after {
       opacity: 1;
       transition: 0.6s ease all;
     }
     img {
       transform: scale(1.05);
       transition: 0.6s ease all;
     }
   }*/ }
  .img-container.zoomed img, .inner-zoomed img {
    transition: 0.6s ease all; }
  .img-container.zoomed .ccm-input-date, .inner-zoomed .ccm-input-date {
    width: 100%; }

/*# sourceMappingURL=global.css.map */
