@import url(https://fonts.googleapis.com/css?family=Nunito:400,700,300);
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900");
/*--------------- common -----------------------*/
@font-face {
  font-family: 'baskerville';
  src: url("../fonts/Baskerville-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/Baskerville-Normal.woff") format("woff"), url("../fonts/Baskerville-Normal.ttf") format("truetype"), url("../fonts/Baskerville-Normal.svg#Baskerville-Normal") format("svg");
  font-weight: normal;
  font-style: normal; }
.text-alignR {
  text-align: right; }

.font-light {
  font-weight: 300; }

.marginB30 {
  margin-bottom: 30px; }

.marginT30 {
  margin-top: 30px; }

.marginT25 {
  margin-top: 25px; }

.marginB25 {
  margin-bottom: 25px; }

.marginT20 {
  margin-top: 20px; }

.marginB20 {
  margin-bottom: 20px; }

.marginL20 {
  margin-left: 20px; }

.marginLR20 {
  margin-left: 20px;
  margin-right: 20px; }

.marginTB15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.marginT15 {
  margin-top: 15px; }

.marginL15 {
  margin-left: 15px; }

.marginB15 {
  margin-bottom: 15px; }

.margin10 {
  margin: 10px; }

.marginT10 {
  margin-top: 10px; }

.marginB10 {
  margin-bottom: 10px; }

.marginL10 {
  margin-left: 10px; }

.marginR10 {
  margin-right: 10px; }

.marginL10 {
  margin-left: 10px; }

.marginT10i {
  margin-top: 10px !important; }

.marginL-10 {
  margin-left: -10px; }

.marginR5 {
  margin-right: 5px; }

.marginT5 {
  margin-top: 5px; }

.marginL5 {
  margin-left: 5px; }

.marginB5 {
  margin-bottom: 5px; }

.marginB0 {
  margin-bottom: 0; }

.margin0 {
  margin: 0; }

.marginT0 {
  margin-top: 0; }

.paddingR25 {
  padding-right: 25px; }

.paddingL25 {
  padding-left: 25px; }

.paddingT20 {
  padding-top: 20px; }

.padding15 {
  padding: 15px; }

.paddingT15 {
  padding-top: 15px; }

.paddingT14 {
  padding-top: 14px; }

.paddingB25 {
  padding-bottom: 25px; }

.padding20 {
  padding: 20px; }

.paddingB20 {
  padding-bottom: 20px; }

.paddingLR20 {
  padding-left: 20px;
  padding-right: 20px; }

.paddingL20 {
  padding-left: 20px; }

.paddingTB18 {
  padding-top: 18px;
  padding-bottom: 18px; }

.paddingB15 {
  padding-bottom: 15px; }

.paddingTB15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.paddingLR15 {
  padding-left: 15px;
  padding-right: 15px; }

.paddingTB10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.paddingL15 {
  padding-left: 15px; }

.paddingT12 {
  padding-top: 12px; }

.paddingB10 {
  padding-bottom: 10px; }

.padding12 {
  padding: 12px; }

.paddingLR10 {
  padding-left: 10px;
  padding-right: 10px; }

.paddingR10 {
  padding-right: 10px; }

.paddingT10 {
  padding-top: 10px; }

.paddingTB5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.paddingB5 {
  padding-bottom: 5px; }

.paddingT5 {
  padding-top: 5px; }

.padding0 {
  padding: 0 !important; }

.paddingL0 {
  padding-left: 0; }

.paddingR0 {
  padding-right: 0; }

.paddingR15 {
  padding-right: 15px; }

.paddingB0 {
  padding-bottom: 0 !important; }

.color-inherit {
  color: inherit; }

a.link-text-underline {
  text-decoration: underline; }
  a.link-text-underline:hover {
    text-decoration: none; }

.border-righ-white {
  border-right: #fff 1px solid; }

.border-left-gray {
  border-left: #b3b4b7 1px solid; }

.border-right-gray {
  border-right: #b3b4b7 1px solid; }

.bigtext {
  font-size: larger; }

img {
  max-width: 100%; }

.overflow-hidden {
  overflow: hidden; }

a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.text-green {
  color: #95c54d; }

.text-orrange {
  color: #f15b26; }

.text-sky {
  color: #29aae2; }

textarea {
  resize: none; }

.verMiddle {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

/*--------------- components -----------------------*/
body {
  color: #6d6e71;
  font-family: 'Montserrat', sans-serif; }

.mobileIcon {
  display: none; }

header {
  position: relative;
  background: #fff;
  color: #fff; }
  header .headeriner {
    padding: 32px 30px 20px 30px; }
  header .logo {
    padding-bottom: 24px;
    display: inline-block; }
  header ul.skNav {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    margin-top: 19px;
    display: table;
    margin-left: auto; }
    header ul.skNav:after {
      content: "";
      display: block;
      clear: both;
      height: 0; }
    header ul.skNav li {
      float: left;
      padding-left: 12px; }
      header ul.skNav li a {
        display: block;
        padding: 0 10px;
        font-size: 16px;
        color: #313131;
        text-transform: uppercase; }
      header ul.skNav li.current-menu-item a {
        text-decoration: underline; }

/*--------------- layouts -----------------------*/
.innerHeader {
  min-height: 340px;
  background-color: #d2d1d1;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  padding: 50px 0; }
  .innerHeader:after {
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; }
  .innerHeader .container {
    position: relative;
    z-index: 1;
    color: #fff; }
    .innerHeader .container .innerbox {
      border: 8px solid #fff;
      padding: 50px 60px 60px 60px;
      display: table;
      margin-left: auto;
      margin-right: auto;
      max-width: 800px;
      text-align: center;
      margin-top: 50px; }
      .innerHeader .container .innerbox h1 {
        font-size: 70px;
        text-transform: uppercase;
        padding-bottom: 20px;
        letter-spacing: 5px; }
      .innerHeader .container .innerbox p {
        font-family: 'baskerville', Helvetica, sans-serif;
        font-size: 17px; }

.moreInfo {
  text-align: center;
  margin-top: 40px;
  padding: 30px 0; }
  .moreInfo a {
    color: #fff;
    text-transform: uppercase; }
    .moreInfo a i {
      color: #f1592a;
      display: inline-block;
      margin-top: 10px; }
    .moreInfo a:hover {
      text-decoration: none;
      color: #bdbdbd; }
      .moreInfo a:hover i {
        color: #ffffff; }

.innerWraper {
  padding: 95px 0 80px 0;
  outline: none; }
  .innerWraper .container {
    width: 100%;
    max-width: 1300px; }
    .innerWraper .container .content {
      background: #fff; }
      .innerWraper .container .content p {
        font-family: 'baskerville', Helvetica, sans-serif;
        padding: 10px 0;
        line-height: 22px; }

ul.invesMenu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top: 10px; }
  ul.invesMenu li {
    padding-bottom: 30px; }
    ul.invesMenu li a {
      color: #3e3e3e;
      font-size: 24px;
      font-weight: 600;
      text-decoration: none; }
      ul.invesMenu li a:hover {
        color: #f1592a; }
    ul.invesMenu li.current_page_item a {
      color: #f1592a; }

.boottomSection {
  background: #e4e4e4;
  padding: 130px 60px 90px 60px;
  position: relative;
  margin-top: 70px; }
  .boottomSection h1 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 41px;
    line-height: 60px; }
    .boottomSection h1:before {
      content: "<";
      display: block;
      transform: rotate(-90deg);
      color: #f1592a;
      transform-origin: 10px 0px;
      height: 35px;
      width: 35px;
      line-height: 20px;
      font-size: 70px; }
  .boottomSection:after {
    content: '';
    background: rgba(51, 51, 51, 0.48);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; }

.mapIframe {
  padding-top: 80px; }
  .mapIframe iframe {
    width: 100%; }

.contactpage h4 {
  font-family: 'baskerville', Helvetica, sans-serif; }
.contactpage h3 {
  color: #3e3e3e;
  font-weight: 300;
  padding: 5px 0; }
  .contactpage h3 strong {
    font-weight: 500; }

.frow {
  padding: 5px 0; }
  .frow input, .frow textarea {
    border: #bdbdbd 1px solid;
    padding: 8px;
    width: 100%;
    outline: none;
    background: #fff;
    font-family: 'baskerville', Helvetica, sans-serif;
    font-size: 17px; }
  .frow textarea {
    height: 130px; }
  .frow input.wpcf7-submit:hover {
    background: #f0eeee; }

footer {
  background: #ededed;
  color: #313131;
  padding: 30px 15px 20px 15px; }
  footer p {
    padding: 10px 0 0 0;
    font-family: 'baskerville', Helvetica, sans-serif;
    font-size: 16px; }
    footer p a {
      color: inherit; }
  footer .container {
    padding-top: 25px;
    padding-bottom: 5px; }

/*--------------- plugins -----------------------*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.carouselimage {
  position: relative; }
  .carouselimage .carousel_content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: table; }
    .carouselimage .carousel_content h1 {
      border: #ffffff 8px solid;
      color: white;
      display: inline-block;
      padding: 55px 80px;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 4px;
      line-height: 85px;
      font-size: 75px; }

.owl-carousel .owl-item {
  float: left;
  min-width: 208px; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  display: none; }

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

.owl-theme .owl-controls .owl-page {
  display: inline-block; }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px; }

.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center; }

.owl-demo .owl-item > div img {
  display: block;
  width: 100%;
  height: 100%; }

.owl-demo .owl-item > div.item {
  min-height: 270px;
  padding: 0px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover; }

.wrapper-with-margin {
  margin: 0px 50px; }

/*.owl-theme .owl-controls .owl-buttons div{position: absolute;}
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{background: #d1d3d4; background-repeat: no-repeat; background-position: center center; display: block; position: absolute; width: 35px; height: 100%; color: #808285; font-weight: bold; text-align: center; line-height: 35px; text-decoration: none; font-size: 22px;}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover, .owl-theme .owl-controls .owl-buttons .owl-next:hover{color: #000; background-color: #c1c2c3;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:0; top: 0; background-image: url(../images/Cprivew.png);}
.owl-theme .owl-controls .owl-buttons .owl-next{right:0; top: 0; background-image: url(../images/Cnext.png);}*/
.owl-demo.investFundatorSlid .circle-content {
  width: 193px; }

.owl-demo.investFundatorSlid .owl-item {
  margin: 0 5px; }

.owl-demo.investFundatorSlid .owl-item > div {
  height: 345px;
  color: #6d6e70; }

.investFundatorSlid .circle-content .img img {
  padding: 1px; }

.investFundatorSlid.owl-theme .owl-controls .owl-buttons .owl-prev, .investFundatorSlid.owl-theme .owl-controls .owl-buttons .owl-next {
  width: 25px;
  background-size: 11px; }

.investFundatorSlid.owl-carousel {
  padding-left: 25px;
  padding-right: 25px; }

.ongoingproject-slide.owl-carousel {
  padding: 0 25px 0; }

.ongoingproject-slide.owl-carousel .owl-item {
  min-width: 138px; }

.ongoingproject-slide.owl-carousel .owl-item > div {
  height: 100px;
  margin-left: 4px;
  margin-right: 4px; }

.ongoingproject-slide.owl-carousel .owl-controls .owl-buttons .owl-prev, .ongoingproject-slide.owl-carousel .owl-controls .owl-buttons .owl-next {
  background-color: inherit;
  background-position: 0 center;
  width: 25px; }

.ongoingproject-slide.owl-carousel .owl-controls .owl-buttons .owl-prev {
  background-image: url(../images/prev.png); }

.ongoingproject-slide.owl-carousel .owl-controls .owl-buttons .owl-next {
  background-image: url(../images/next.png);
  background-position: right center; }

.ongoingproject-slide.owl-carousel .owl-controls {
  margin-top: 0; }

/*# sourceMappingURL=main.css.map */
