a.post-edit-link {
  display: none !important;
}

html {
  font-size: 10px;
}

body {
  font-family: 'fkg-regular';
  font-weight: normal !important;
  font-size: 21px;
  line-height: 1.24;
  color: #636362;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
} 

@media print {   
  body {
    opacity: 1 !important;
    overflow-x: hidden !important;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: 'fkg-bold';
  color: #3B334C;
  font-style: normal;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 26px;
  line-height: 1.1; 
  color: #626262;
  margin-bottom: 0.4em;
}

h2, .h2 {
  font-size: 26px;
  line-height: 1.1; 
  color: #626262;
  margin-bottom: 0.4em;
}

@media (min-width: 768px) {  
  h1, .h1 {
    font-size: 28px;
  }
  
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 1.1;
  color: #626262;
  margin-bottom: 0.38em;
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #626262;
  margin-bottom: 0.5em;
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.2;
  color: #9CAB77;
  margin-bottom: 0.2em;
}

h6, .h6 {
  font-family: 'fkg-bold';
  font-size: 21px;
  line-height: 1.2;
  color: #626262;
  margin-bottom: 0;
}

strong {
  font-family: 'fkg-bold';
  font-weight: normal !important;
}

b {
  font-family: 'fkg-bold';
  font-weight: normal !important;
} 

a {
  color: inherit; 
  font-family: inherit;
}

a:hover, a:focus, a:active {
  color: inherit; 
}

p {
  margin-bottom: 2rem;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;  
}

.list-dots ul {
  padding: 0;
  padding-left: 25px;
  margin: 0;
}

@media (min-width: 768px) {  
  .list-dots ul {
    padding-left: 20px;
  }

  body.single-post main .list-dots ul {
    padding-left: 0;
  }
}

.list-dots ul > li {
  position: relative;
  list-style-type: none;
  margin-left: 16px;
  margin-bottom: 6px;
}

.list-dots ul > li:before {
  content: '\f45c';
  position: absolute;
  top: 8px;
  font: normal normal normal 6px/17px fontawesome5;
  text-align: center;
  color: #9BA77D;
  margin-left: -16px;
}

ol {
  list-style: none; 
  counter-reset: li;
  padding-left: 40px;
}

ol > li::before {
  content: counter(li)'.'; 
  color: #9BA77D;
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em
}

ol > li {
  counter-increment: li;
  margin-bottom: 10px; 
}

.genesis-skip-link li {
  height: 0;
  width: 0;
}

.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
  content: " ";
  display: table;
}

.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
  clear: both;
  content: " ";
  display: table;
}

.footer-widgets .wrap:before, .footer-widgets .wrap:after {
  display: none;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

button, .button {
 border-width: 1px;
}

input[type=reset], input[type=submit], button, html input[type=button] {
  font-family: inherit;
  color: inherit;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0px; 
  cursor: pointer;    
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=range]), textarea {
  font-family: inherit;
  color: inherit;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0px; 
  background: none;
  border: 1px solid #444; 
  padding: 10px 10px 10px 15px;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}

blockquote {
  position: relative;
  font-style: italic;
  color: #343434; 
  background: #fff;
  border-left: 3px solid #E2E2E2;
  padding: 10px 18% 10px 20px;
  margin: 3rem 0 3rem 0;
}

blockquote p:last-child {
  margin: 0;
}

blockquoteX:after {
  position: absolute;
  content: "\f10e";
  bottom: 25px;
  right: 25px;
  font: normal normal normal 20px/20px FontAwesome;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  blockquote {
    margin-left: 4rem;
  } 
}

caption {
  color: inherit; 
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  max-width: 100%;
  margin: 0;
}

.search-wrap {
  position: relative;
}

.search-wrap .fa-search {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 14px;
  color: #6f6f6f;
  z-index: 1;
}

.search-wrap input[type="search"] {
  width: 100%; 
  font-size: 14px;
  padding: 8px 45px 8px 10px;
} 

.select-wrap {
  position: relative;
}

.widget .select-wrap:after {
  content: "\25BA";
  position: absolute;
  top: 16px; 
  right: 10px;
  font-size: 10px;
  color: #8a8a8a;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  pointer-events: none; 
}

.select-wrap select {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; 
  height: 45px;
  line-height: 26px;
  padding-left: 14px;
  width: 100%;
  font-size: 1.5rem;
  border-color: #ccc;
  background: none;
} 

/*For IE10+*/
.select-wrap select::-ms-expand { 
  display: none;
}

.text-clr-white {
  color: #fff;
}

.text-hilight {
  font-size: 28px;
  line-height: 1.15;
  color: #b5b5b5;
}

.text-clr-white.text-hilight {
  color: #fff;
}

body.realestate .text-hilight {
  color: #9BA77D;
}

body.realestate .text-clr-white.text-hilight {
  color: #fff;
}

body.enterprise .text-hilight {
  color: #4a3e4c;
}

body.enterprise .text-clr-white.text-hilight {
  color: #fff;
}

@media (min-width: 768px) {  
  .text-hilight {
    font-size: 31px;
  }
}

/* Key Frames */
.animate-when-almost-visible {
  opacity: 0;
  filter: alpha(opacity=0);
} 

.animated-mes {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;  
  animation-timing-function: ease-out;
}

.animated-mes-1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;  
  animation-timing-function: ease-out;
}

.mes-animation-left {
  -webkit-animation-name: mesAnimationLeft;
  animation-name: mesAnimationLeft;
  animation-delay: 0.1s;
}

.mes-animation-left-1 {
  -webkit-animation-name: mesAnimationLeft1;
  animation-name: mesAnimationLeft1;
}

.mes-animation-left-2 {
  -webkit-animation-name: mesAnimationLeft2;
  animation-name: mesAnimationLeft2;
}

.mes-animation-right {
  -webkit-animation-name: mesAnimationRight;
  animation-name: mesAnimationRight;
  animation-delay: 0.1s;
}

.mes-animation-right-1 {
  -webkit-animation-name: mesAnimationRight1;
  animation-name: mesAnimationRight1;
}

.mes-animation-right-2 {
  -webkit-animation-name: mesAnimationRight2;
  animation-name: mesAnimationRight2;
}

.mes-animation-right-3 {
  -webkit-animation-name: mesAnimationRight3;
  animation-name: mesAnimationRight3;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.mes-animation-fade-in {
  -webkit-animation-name: mesAnimationFadeIn;
  animation-name: mesAnimationFadeIn;
}

.mes-animation-move-up.animate-up-1,
.mes-animation-move-up {
  -webkit-animation-name: mesAnimationMoveUp;
  animation-name: mesAnimationMoveUp;
}

.mes-animation-move-up.animate-up-1-1 {
  animation-delay: 0.5s;
  -webkit-animation-name: mesAnimationMoveUp1;
  animation-name: mesAnimationMoveUp1;
}

.mes-animation-move-up.animate-up-2 {
  animation-delay: 1s;
  -webkit-animation-name: mesAnimationMoveUp2;
  animation-name: mesAnimationMoveUp2;
}

.mes-animation-move-up.animate-up-3 {
  animation-delay: 2s;
  -webkit-animation-name: mesAnimationMoveUp3;
  animation-name: mesAnimationMoveUp3;
}

.mes-animation-move-up.animate-up-4 {
  animation-delay: 4s;
  -webkit-animation-name: mesAnimationMoveUp4;
  animation-name: mesAnimationMoveUp4;
}

.animate-when-almost-visible:not(.start-animation) {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
} 

@-webkit-keyframes mesAnimationLeft {
    0%{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes mesAnimationLeft {
    0%{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@-webkit-keyframes mesAnimationLeft1 {
    0%{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes mesAnimationLeft1 {
    0%{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@-webkit-keyframes mesAnimationLeft2 {
  0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}
  100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes mesAnimationLeft2 {
  0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}
  100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}

@-webkit-keyframes mesAnimationRight {
    0%{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes mesAnimationRight {
    0%{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@-webkit-keyframes mesAnimationRight1 {
  0%{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}
  100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes mesAnimationRight1 {
  0%{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}
  100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@-webkit-keyframes mesAnimationRight2 {
  0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}
  100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes mesAnimationRight2 {
  0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}
  100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@-webkit-keyframes mesAnimationRight3 {
  0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}
  100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes mesAnimationRight3 {
  0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}
  100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}

@-webkit-keyframes mesFadeInUp {
  0% {opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}
  100% {opacity:1;-webkit-transform:none;transform:none}
}
@keyframes mesFadeInUp {
  0% {opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}
  100% {opacity:1;-webkit-transform:none;transform:none}
}  

@-webkit-keyframes mesAnimationSloganDown {
    0%{opacity:0;-webkit-transform: scale(2.5, 2.5);}
    100%{opacity:1;-webkit-transform: scale(1, 1);}
}
@keyframes mesAnimationSloganDown {
    0%{opacity:0;-webkit-transform: scale(2.5, 2.5);}
    100%{opacity:1;-webkit-transform: scale(1, 1);}
}

@-webkit-keyframes mesAnimationSloganUp {
    0%{opacity:1;-webkit-transform: scale(1, 1);}
    100%{opacity:0;-webkit-transform: scale(2.5, 2.5);}
}
@keyframes mesAnimationSloganUp {
    0%{opacity:1;-webkit-transform: scale(1, 1);}
    100%{opacity:0;-webkit-transform: scale(2.5, 2.5);}
} 

@-webkit-keyframes mesAnimationFadeIn {
    0%{opacity:0;}
    100%{opacity:1;}
}
@keyframes mesAnimationFadeIn {
    0%{opacity:0;}
    100%{opacity:1;}
}

@-webkit-keyframes mesAnimationMoveUp {
  0% {opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0);}
  100% {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes mesAnimationMoveUp {
  0% {opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0);}
  100% {opacity:1;-webkit-transform:none;transform:none;}
}
@-webkit-keyframes mesAnimationMoveUp1 {
  0% {opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);}
  100% {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes mesAnimationMoveUp1 {
  0% {opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);}
  100% {opacity:1;-webkit-transform:none;transform:none;}
}
@-webkit-keyframes mesAnimationMoveUp2 {
  0% {opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0);}
  100% {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes mesAnimationMoveUp2 {
  0% {opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0);}
  100% {opacity:1;-webkit-transform:none;transform:none;}
}
@-webkit-keyframes mesAnimationMoveUp3 {
  0% {opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);}
  100% {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes mesAnimationMoveUp3 {
  0% {opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);}
  100% {opacity:1;-webkit-transform:none;transform:none;}
}
@-webkit-keyframes mesAnimationMoveUp4 {
  0% {opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,40%,0);}
  100% {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes mesAnimationMoveUp4 {
  0% {opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,40%,0);}
  100% {opacity:1;-webkit-transform:none;transform:none;}
}


bodyX {
  background: url(http://kxip.in/images/mohalistadium.jpg) repeat;
  -webkit-animation: loader 16s steps(100) infinite;
  -moz-animation: loader 16s steps(100) infinite;
  -ms-animation: loader 16s steps(100) infinite;
  -o-animation: loader 16s steps(100) infinite;
  animation: loader 16s steps(100) infinite;
}

@-webkit-keyframes loader {
from {
  background-position: 0;
}
to {
  background-position: -1600px 0;
}
}
@-moz-keyframes loader {
from {
  background-position: 0;
}
to {
  background-position: -1600px 0;
}
}
@-ms-keyframes loader {
from {
  background-position: 0;
}
to {
  background-position: -1600px 0;
}
}
@-o-keyframes loader {
from {
  background-position: 0;
}
to {
  background-position: -1600px 0;
}
}
@keyframes loader {
from {
  background-position: 0;
}
to {
  background-position: -1600px 0;
}
}



.marqueeX:hover .marquee__item {
  animation-play-state: paused ;
}

/**
* BOTH of the marquee items are going to be translating left at the same time.
* And, once each of them has translated to -100%, they will both snap back into
* place, making it seem as if they are continuously scrolling.
*/
.marquee-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  white-space: nowrap;
  position: relative;
}

.marquee {
  display: inline-flex;
  animation: marquee 20s linear infinite;
}

.marquee img {
  margin: 0;
  width: 3550px;
  max-width: 3550px;
  height: 500px;
}

/* Keyframes for the animation */
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

  /* Carousel container */
  .carousel-container {
    width: 100%;
    overflow: hidden;         /* Hide overflow */
    background: none;
    border: none;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
  }

  /* Carousel track */
  .carousel-track {
    display: flex;
    animation: scrollmes 200s linear infinite;
  }

  /* Carousel item style */
  .carousel-track img {
    margin: 0;
    /*
    width: 3195px;
    max-width: 3195px;
    */    
    width: 3780px;
    max-width: 3780px;    
    height: 450px;
  }

  /* Duplicate track style */
  .carousel-track.duplicate {
    display: flex;
  }

  /* Keyframes for smooth scrolling */
  @keyframes scrollmes {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }

.el-hilight-32 {
  font-family: 'fkg-regular';
  font-size: 32px;
  line-height: 1.13;
  color: rgba(4, 5, 6, 0.60);
}

@media (min-width: 768px) {  
  .el-hilight-32 {
    font-size: 32px;
    line-height: 1.13;
  }  
}

.el-hilight-34 {
  font-family: 'fkg-regular';
  font-size: 34px;
  line-height: 1.06;
  color: rgba(4, 5, 6, 0.60);
}

@media (min-width: 768px) {  
  .el-hilight-34 {
    font-size: 34px;
    line-height: 1.06;
  }  
}

.el-hilight-challenges {
  color: rgba(209, 119, 99, 0.60);
}

.el-hilight-real-estate {
  color: rgba(132, 171, 173, 0.80);
}

.el-hilight-enterprise {
  color: #CCB249;
}