/**
 * Created by Sushant Gauchan
 * Email : sushant.gauchan11@gmail.com
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
.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 {
  -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: 'Palatino Linotype - Bold';
  src: url("../fonts/PalatinoLinotype-Bold.woff2") format("woff2"), url("../fonts/palatinolinotype_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Palatino Linotype - Bolditalic';
  src: url("../fonts/PalatinoLinotype-BoldItalic.woff2") format("woff2"), url("../fonts/palatinolinotype_bolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Palatino Linotype - Italic';
  src: url("../fonts/PalatinoLinotype-Bold.woff2") format("woff2"), url("../fonts/palatinolinotype_italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/PalatinoLinotype-Roman.woff2") format("woff2"), url("../fonts/palatinolinotype_roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  height: 100%; }

body {
  height: 100%;
  font-family: "Inter Tight", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  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; }

a:link, a:visited {
  text-decoration: none; }
a:focus {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Palatino Linotype";
  font-weight: 400;
  padding: 0;
  margin: 0; }

h1 {
  font-size: 86px; }

h2 {
  font-size: 56px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 30px; }

h6 {
  font-size: 16px; }

p {
  margin-bottom: 18px; }
  p:last-of-type {
    margin-bottom: 0; }

pre {
  margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

#wrapper {
  min-height: 100%;
  position: relative; }

.slick-slider .slick-slide {
  outline: none; }

.custom-container {
  padding: 160px 70px;
  max-width: 1920px;
  margin: auto; }
  .custom-container.small-width-container {
    max-width: 1200px; }
  .custom-container.medium-width-container {
    max-width: 1660px; }
  .custom-container.full-width {
    padding-left: 0;
    padding-right: 0; }
  .custom-container.remove-top-padding {
    padding-top: 0; }
  .custom-container.remove-bottom-padding {
    padding-bottom: 0; }
  .custom-container.remove-top-bottom-padding {
    padding-top: 0;
    padding-bottom: 0; }
  .custom-container.type-footer {
    padding: 110px 70px; }

.section-title {
  text-align: center;
  margin-bottom: 60px; }
  .section-title span {
    color: #5B9BD5; }
  .section-title .content {
    display: inline-block;
    max-width: 960px;
    margin-top: 40px; }
    .section-title .content.type-small-width {
      max-width: 760px; }
    .section-title .content.type-no-width {
      max-width: none; }
    .section-title .content.type-small-margin {
      margin-top: 40px; }
    .section-title .content h4 {
      font-family: "Inter Tight", serif;
      line-height: 1.4; }
    .section-title .content p {
      font-size: 18px; }
  .section-title.type-invert {
    color: #FBF6E3; }
  .section-title.type-left {
    text-align: left; }
  .section-title.type-width {
    max-width: 760px; }
  .section-title.type-no-margin {
    margin-bottom: 0; }

.co-btn {
  min-width: 220px;
  display: inline-block;
  width: auto;
  outline: none;
  border: 0;
  border-radius: 10px;
  padding: 13px 35px;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  background-color: #5B9BD5; }
  .co-btn:hover, .co-btn:focus, .co-btn:active {
    color: #fff; }
  .co-btn.type-bordered {
    background-color: transparent;
    border: 1px solid black;
    color: black;
    transition: all .4s ease; }
    .co-btn.type-bordered:hover {
      background-color: #34302B;
      color: #fff;
      transition: all .4s ease; }
  .co-btn.type-invert {
    background-color: #34302B; }
  .co-btn.type-small {
    min-width: 170px;
    padding: 13px 50px; }
  .co-btn.type-full {
    width: 100%; }

/*# sourceMappingURL=global.css.map */
