/**
 * Created by Sushant Gauchan
 * Email : sushant.gauchan@gmail.com
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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: roxborough;
  src: url("../fonts/roxborough.woff2") format("woff2"), url("../fonts/roxborough.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
html {
  height: 100%; }

body {
  height: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #797773;
  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; }

::-moz-selection {
  /* Code for Firefox */
  color: #757774;
  background-color: #e8e0cf; }

::selection {
  color: #757774;
  background-color: #e8e0cf; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 0;
  margin: 0;
  font-weight: 800;
  line-height: 1.3; }

.h1-font h1, .h1-font {
  font-size: 100px; }

h1 {
  font-size: 72px;
  line-height: 1.2; }

h2 {
  font-size: 56px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

.md-lg-font {
  font-size: 24px; }

.md-font {
  font-size: 20px; }

.sm-lg-font {
  font-size: 16px; }

.sm-font {
  font-size: 14px; }

p {
  margin-bottom: 18px; }
  p:last-of-type {
    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: 130px 280px;
  max-width: 1920px;
  margin: auto; }
  .custom-container.type-small-side-padding {
    padding-left: 120px;
    padding-right: 120px; }
  .custom-container.small-top-padding {
    padding-top: 90px; }
  .custom-container.type-medium-side-padding {
    padding-left: 265px;
    padding-right: 265px; }
  .custom-container.type-cta {
    padding-left: 230px;
    padding-right: 230px; }
  .custom-container.small-width-container {
    max-width: 1130px; }
  .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.remove-right-padding {
    padding-right: 0px; }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex.align-center {
    align-items: center; }

.general-image {
  width: 100%; }
  .general-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.co-btn {
  z-index: 0;
  font-size: 20px;
  min-width: 140px;
  display: inline-block;
  position: relative;
  width: auto;
  outline: none;
  border-radius: 45px;
  padding: 17px 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1em;
  color: #000;
  background-color: #fff;
  overflow: hidden;
  vertical-align: top;
  transition: all .4s ease;
  border: 1px solid #fff; }
  .co-btn:hover, .co-btn:focus, .co-btn:active {
    background-color: #ABDFFD;
    border: 1px solid #ABDFFD;
    transition: all .4s ease;
    color: #000; }
  .co-btn.with-right-arrow {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all .4s ease; }
    .co-btn.with-right-arrow .icon {
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      overflow: hidden;
      margin-left: 12px; }
    .co-btn.with-right-arrow.type-green-background .icon {
      background-color: #389690;
      transition: all .4s ease; }
    .co-btn.with-right-arrow.type-orange-background .icon {
      background-color: #E56925;
      transition: all .4s ease; }
    .co-btn.with-right-arrow:hover {
      border: 1px solid #425EA1;
      transition: all .4s ease;
      color: #425EA1;
      background-color: #fff; }
      .co-btn.with-right-arrow:hover .icon {
        background-color: #425EA1;
        transition: all .4s ease; }
  .co-btn.type-background-orange-color {
    background-color: #E56925;
    color: #fff;
    border: 1px solid #E56925; }
    .co-btn.type-background-orange-color:hover {
      background-color: #569D47;
      border: 1px solid #569D47;
      transition: all .4s ease; }
  .co-btn.type-background-green-color {
    background-color: #389690;
    color: #fff;
    border: 1px solid #389690; }
    .co-btn.type-background-green-color:hover {
      background-color: #E56925;
      border: 1px solid #E56925; }
  .co-btn.with-border {
    border: 1px solid #D5D5D5; }
  .co-btn.with-border-light-green {
    border: 1px solid #9BCAC7; }
  .co-btn.width-full {
    width: 100%; }
  .co-btn.medium-font-weight {
    font-weight: 500; }

/*# sourceMappingURL=global.css.map */
