
/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* font-family: 'Roboto', sans-serif; */

a {
    text-decoration: none;
    transition: all .2s cubic-bezier(.68, .01, .58, .75);
}
a {
    background-color: transparent;
}
img{
    max-width: 100%;
    height: auto;
}
html,
body{
  height: 100%;
}
body{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #242424;
}
h3{
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  text-transform: capitalize;
  color: #FF9900;
  margin: 0 0 30px 0;
}
#home-intro{
  background: url(../images/intro.jpg) no-repeat left top;
  height: 750px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  position: relative;
}
#home-intro h1{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-size: 59.7474px;
  line-height: 70px;
  /* identical to box height */
  text-transform: capitalize;
  color:#FF9900;
  position: relative;
  z-index: 2;
}
#home-intro h2{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 41px;
  line-height: 50px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  width: 90%;
  margin-top: 15px;
}
#home-intro:before{
  content: '';
  background: #000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Header */

#header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  height: 150px;
  justify-content: center;
  align-items: center;

  z-index: 22;
}
#header #logo{
  float: left;
}
.mainNav{
  float: right;
  padding: 15px 0 0 0;
}
.mainNav li{
  list-style: none;
  float: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  padding: 0 0 0 20px;
}
.mainNav li a{
  color: #fff;
}
.mainNav li a:hover{
  color: #FF9900;
}
.mainNav .btn-gettouch {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #FF9900;
  border-radius: 27px;
  padding: 10px 15px;
}
.mainNav .btn-gettouch:hover{
  background: #FF9900;
  color: #fff;
}

/* Footer */
#footer{
  background: #302413;
  padding: 60px 0;
  color: #fff;
}
#footer h4{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #fff;
}

#footer p{
  margin: 0 0 30px 0;
  line-height: 30px;
  font-size: 21px;
  line-height: 178.69%;
}
#footer .form-control{
  font-size: 14px;
}
#footer textarea {
  height: 180px;
}
#footer .form-control{
  opacity: 0.8;
  border: 1px solid #9A8E7E;
  background: none;
  padding: 10px;
  color: #E69E34;
}
#footer .form-control:focus{
  box-shadow : inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #ffc107;
}
#footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E69E34;
  opacity: 1; /* Firefox */
}

#footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E69E34;
}

#footer ::-ms-input-placeholder { /* Microsoft Edge */
  color: #E69E34;
}

#footer .btn{
  color: #fff;
  background-color: #FF9900;
  border-color: #FF9900;
}
#footer .btn:hover{
  border-color: #c97d0b;
  background-color: #c97d0b;
}
#footer .mb-3{
  margin-bottom: 25px !important;
}
/* Fully Securitised Investment */

.securitised-investment{
  clear: both;
  overflow: hidden;
  padding: 60px 0;
}
.securitised-investment ul{
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.securitised-investment ul li {
  background: url(../images/icon-list.png) no-repeat left top;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #242424;
  padding: 0 0 5px 40px;
  margin: 0 0 25px 0;
  float: left;
  width: 50%;
}

/* What We Do */

.section1{
  clear: both;
  overflow: hidden;
  background: url(../images/whoweare-bg.jpg) no-repeat left top;
  background-size: cover;
  padding: 100px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  line-height: 35px;
}
.section1 ul{
  margin: 0;
}
.section1 ul li{
  margin-bottom: 15px;
  list-style: none;
  position: relative;
}
.section1 ul li:before{
  width: 8px;
  height: 8px;
  background-color: #FF9900;
  content: '';
  position: absolute;
  left: -25px;
  top: 15px;
  border-radius: 5px;
}

/* opportunity */

.opportunity-section{
  clear: both;
  overflow: hidden;
  padding: 60px 0;
  background-color: #FFFAF3;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.opportunity-section figure{
  height: 130px;
  margin: 25px 0;
}

/* Team */

#team{
  clear: both;
  overflow: hidden;
  padding: 50px 0;
}



.hamburgerBtn{
  float: right;
  position: relative;
  z-index: 999;
  width: 30px;
  height: 30px;
  margin: 0 0 0 0;
  display: none;
  top: 0;
}
.hamburgerBtn .top-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.hamburgerBtn .mid-animate {
    opacity: 0;
}
.hamburgerBtn .bottom-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-225deg);
}
.hamburgerBtn .top-menu {
    top: 8px;
    width: 25px;
    height: 2px;
    background-color: #fff;
}
.hamburgerBtn .mid-menu {
    top: 14px;
    width: 25px;
    height: 2px;
    background-color: #fff;
}
.hamburgerBtn .bottom-menu {
    top: 20px;
    width: 25px;
    height: 2px;
    background-color: #fff;
}
.hamburgerBtn .menui {
    left:0px;
    background: #fff;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 0;
    position: absolute;
}

/* flex Slider */

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 0 0;
  position: absolute;
  top: -80px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #F1F1F1;
  font-size: 0;
  border: 1px solid #4e4e4e;
  border-radius: 50px;
}
.flex-direction-nav a:hover{
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.flex-direction-nav a:before {
  width: 14px;
  height: 24px;
  display: block;
  content: '';
  margin: 0 auto;
  position: relative;
  top: 10px;
}
.flex-direction-nav a.flex-next:before {
  background: url(../images/right-arrow.png) no-repeat left top;
}
.flex-direction-nav a.flex-prev:before {
  background: url(../images/left-arrow.png) no-repeat left top;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
}
.flexslider .flex-direction-nav .flex-prev {
  opacity: 0.7;
  right: 60px;
  left: auto;
}
.flexslider .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0;
}
.flexslider .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  cursor: default;
  z-index: -1;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


#carousel.flexslider .flex-viewport li{
  background: #D9D9D9;
  border-radius: 10px;
  opacity: 0.5 !important;;
  position: relative;
  cursor: pointer;
  transition: all .2s cubic-bezier(.68, .01, .58, .75);
}
#carousel.flexslider .flex-viewport li:hover,
#carousel.flexslider .flex-viewport li.flex-active-slide {
  opacity: 10 !important;;
}
#carousel.flexslider li img{
  max-width: 100%;
  height: auto;
  margin: 0;
  border-radius: 10px;
}
#team h2{
  color: #FF9900;
  margin: 25px 0 15px 0;
}
#team p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

.error {
  font-size: 12px;
  color: red;
}
#contact_msg {
  font-size:14px;
  color: green;
  font-weight: 400;
}
/* Inner Page */

.innerPage {

}
#logo .home-logo{
    display: block;
}
#logo .inner-logo{
    display: none;
}
.innerPage #logo .home-logo{
    display: none;
}
.innerPage #logo .inner-logo{
    display: block;
}
.innerPage #header{
  position: relative;
  left: 0;
  top: 0;
  height: 100px;
  background: #fff;
}
.innerPage .mainNav li a{
  color: #333;
}
.innerPage .mainNav .btn-gettouch{
  border-color: #FF9900;
  background-color: #FF9900;
  color: #fff;
}
.innerPage .mainNav .btn-gettouch:hover{
  background-color: #E88B00;
  border-color: #E88B00;
}
.innerContent{
  clear: both;
  overflow: hidden;
  padding: 100px 0;
  line-height: 30px;
  font-size: 21px;
}
.innerPage .mainNav li.active a{
  color: #FF9900;
}
.slider #slider.flexslider .flex-direction-nav{
  position: absolute;
  right: 25px;
  top: -210px;
  z-index: 22;
}
.slider #carousel.flexslider .flex-direction-nav{
  display: none;
}
@media (max-width: 900px) {
  .hamburgerBtn{
    display: block;
  }
  .mainNav{
    display: none;
  }
  body.menu-opend{
    overflow: hidden;
  }
  body.menu-opend #logo {
    position: relative;
    z-index: 999;
  }

.mainNav {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 399;
  left: 0;
  top: 0;
  background: #FF9900;
  visibility: hidden;
}
body.menu-opend .mainNav{
    visibility: visible;
}
.mainNav li{
  display: block;
  padding: 15px 0 0 0;
}
.btn-gettouch {
  display: inline-block;
}
 }

@media (max-width: 767px) {
  h3{
    font-size: 30px;
    line-height: 40px;
  }
  #header #logo{
    width: 50%;
  }
  #home-intro h1{
    font-size: 40px;
    line-height: 50px;
  }
  #home-intro h2{
    font-size: 22px;
    line-height: 30px;
  }
  #home-intro{
    height: 500px;
  }
  #header{
    height: 100px;
  }
  .securitised-investment{
    padding: 30px 0;
  }
  .securitised-investment ul li{
    width: 100%;
  }
  .section1{
    padding: 30px 0;
    font-size: 20px;
    line-height: 30px;
  }
  #team{
    padding-bottom: 20px;
  }
  .opportunity-section{
    padding: 30px 0;
  }
  .opportunity-section figure{
    height: auto;
    margin: 0 0 15px 0;
    text-align: center;
  }
  body {
    font-size: 18px;
    line-height: 28px;
  }
  #footer{
    padding: 50px 0;
  }
 
  .innerContent{
    padding: 25px 0;
  }
}
.menuopend-logo{
  display: none;
}
body.menu-opend #logo .inner-logo,
body.menu-opend #logo .home-logo{
  display: none;
}
body.menu-opend #logo .menuopend-logo{
  display: block !important;
}
body.menu-opend .mainNav .btn-gettouch:hover {
    background: #af6c09;
    color: #fff;
}
.innerPage .hamburgerBtn .menui{
  background: #333;
}
body.menu-opend .mainNav .btn-gettouch{
  background: #af6c09 !important;
  color: #fff !important;
  border: 2px solid #FF9900 !important;
}