/**
 * Created by Susan Dangol
*/
/*-------------------------------------- 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 {
  -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 -------------------------------------*/
html {
  height: 100%; }

body {
  height: 100%;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-weight: 400;
  color: black;
  line-height: 32px;
  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 {
  padding: 0;
  margin: 0;
  font-weight: 700; }

h1 {
  font-size: 60px;
  line-height: 84px; }

h2 {
  font-size: 39px;
  line-height: 60px; }

h3 {
  font-size: 32px;
  line-height: 36px; }

h4 {
  font-size: 24px;
  line-height: 24px; }

h5 {
  font-size: 20px;
  line-height: 24px; }

p {
  margin-bottom: 18px; }
  p:last-of-type {
    margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

.hidden {
  display: none; }

.readmore {
  margin: 0 5px; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

.large-text h2 {
  font-size: 48px; }

#wrapper {
  min-height: 100%;
  position: relative; }

.slick-slider .slick-slide {
  outline: none; }

.custom-container {
  padding: 50px 120px;
  max-width: 1440px;
  margin: auto; }
  .custom-container .small-width-container {
    max-width: 900px; }
  .custom-container .small-medium-container {
    max-width: 1200px; }

.common-btn {
  display: inline-block;
  width: auto;
  outline: none;
  padding: 16px 24px;
  background-color: #C0712E;
  border: 1px solid #C0712E;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  transition: .6s ease;
  cursor: pointer; }
  .common-btn.transparent {
    padding: 14px 16px;
    border: 3px solid #000000;
    border-radius: 10px;
    background: transparent;
    color: #000000;
    line-height: 22px;
    margin-top: 30px; }
    .common-btn.transparent:hover {
      background: #000000;
      color: #ffffff;
      transition: .6s ease; }
  .common-btn:hover {
    background: #ffffff;
    color: #C0712E;
    transition: .6s ease; }
  .common-btn.cancel-btn {
    background: #D2D2D2;
    border-color: #D2D2D2;
    color: #000000;
    transition: .6s ease; }
    .common-btn.cancel-btn:hover {
      background: white;
      transition: .6s ease; }

.underline {
  position: relative;
  display: inline-block;
  margin-bottom: 30px; }
  .underline:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #C0712E; }

.section-title {
  padding-bottom: 34px;
  text-align: center; }
  .section-title.white-text {
    color: #ffff; }
  .section-title.move-left {
    text-align: left; }
  .section-title.large-text h2 {
    font-size: 68px; }

.overlay {
  position: relative;
  z-index: 0; }
  .overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    border-radius: 20px; }
  .overlay > div {
    position: relative;
    z-index: 2; }
    
    .kZKtDy .chat-icon .commonninja-ribbon .commonninja-ribbon-link{
    display:none!important;
    background:transparent!important;
    border:none!important;
    box-shadow:none;
    height:0;
    width:0;
}
.kZKtDy .chat-icon .commonninja-ribbon img{
    display:none!important;    
}

/*# sourceMappingURL=global.css.map */
