/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


   body{
    font-family: 'Poppins', sans-serif;
    margin:0px;
    padding:0px;
    font-size:14px;
   }

.header-container{
  position: relative;
  z-index:50;
}

   .header-container .container {
  padding: 0px 15px 0px 15px;
}
@media (min-width: 0) {
   .header-container .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
   .header-container .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 576px) {
   .header-container .container {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
   .header-container .container:after {
    content: " ";
    display: block;
    clear: both;
  }

  
}
@media (min-width: 769px) {
   .header-container .container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
   .header-container .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 992px) {
   .header-container .container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
   .header-container .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1200px) {
   .header-container .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

a {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.8);
}
a:hover, a :focus {
  color: black;
}

.menu-left a {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  transition: color .35s ease;
}
.menu-left a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: width 0s ease, background .35s ease;
}
.menu-left a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #a97500;
  transition: width .35s ease;
}
.menu-left a:hover:before{
  width: 100%;
  background: #a97500;
  transition: width .35s ease;
}
.menu-left a:hover:after{
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}


.menu-left li.active a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: width 0s ease, background .35s ease;
}
.menu-left li.active a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #a97500;
  transition: width .35s ease;
}
.menu-left li.active a:before{
  width: 100%;
  background: #a97500;
  transition: width .35s ease;
}
.menu-left li.active a:after{
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

 .header-container header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: transparent;
  z-index: 3;
  will-change: transform;
  transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
 .header-container header nav .logo {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 500;
  color: black;
}

 .header-container header nav .logo img{
  width:100%;
 }
 .header-container header nav .logo:after {
  content: '';
  display: table;
  clear: both;
}
 .header-container header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
 .header-container header nav ul li {
  float: none;
  margin-left: 0;
  text-transform: uppercase;
  font-size:16px;
  font-weight:500;
}
@media (min-width: 769px) {
   .header-container header nav ul li {
    float: left;
    margin-left: 2rem;
  }
}
 .header-container header nav ul li a {
  display: block;
  color:#fff;
}
@media (min-width: 576px) {
   .header-container header nav ul li a {
    display: block;
    padding: .425rem 0rem;
  }
}

@media (max-width: 769px) {
  ul {
    clear: both;
  }
  ul li {
    padding: .5em 0;
  }
   .login-nav li a{
    font-size:0px;
  }

  .menu-left-container{
    float:none !important;
  }
}
.hide-nav {
  transform: translateY(-120% !important);
  -webkit-transform: translateY(-120%) !important;
}
.menu-left-container{
  float:right;
}

ul.menu-left {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}
.login-nav{
  float:left;
  width:100%;
}
@media (min-width: 769px) {
  ul.menu-left {
    display: block !important;
    float: left;
    max-height: none;
  }
}
ul.menu-left:before {
  content: '';
  display: table;
  clear: both;
}
ul.menu-left.collapse {
  max-height: 15em !important;
}



 a.login-nav span{
  position:relative;
  padding-right:25px;
}

a.login-nav span:before {
  content: "\f2f6";
       font-family: 'Line Awesome Free';
    display: inline-block;
    font-weight:900;
    font-size: 24px;
    top:-5px;
    left:0px;
    position:absolute;
}

.show-nav{
    padding:10px 0px !important;
    background:#000 !important;
  }




.nav-toggle {
  display: block;
  border-radius: 5px;
  background-color: transparent;
  float: right;
  height: 38px;
  width: 24px;
  cursor: pointer;
  padding: 8px 8px;
}
.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(4.4px, 4.4px);
}
.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(4.4px, -4.4px);
}
@media (min-width: 769px) {
  .nav-toggle {
    display: none;
  }

 
}
.nav-toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 4px;
  background-color: #fff;
  transition: all .25s;
}

.signature {
  position: fixed;
  font-weight: 100;
  bottom: 10px;
  color: #000;
  left: 0;
  letter-spacing: 4px;
  font-size: 10px;
  width: 100vw;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}




.slick-slide, .slick-slide::before, .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 8vw;
/*  margin-bottom: 50px;*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
  height: 100vh;
}
.slick-slide::before {
  background-color: #000;
  opacity: .3;
  z-index: 1;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.slick-slide figure {
  position: relative;
  height: 100%;
  margin:0px;
  padding:0px;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
  text-align: center;
}
.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: left;
  padding: 20px;
  border: 0px solid;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .02em;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.slick-dots {
  text-align: center;
  padding-top: 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}



@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

.slick-slider .slick-arrow{
position:absolute;
top:50%;
z-index:100;
    background: transparent;
    border: 0px;
    outline: 0px;
    font-size: 0px;

}

.slick-slider .slick-arrow.slick-prev:before{

 content: "\f104";
       font-family: 'Line Awesome Free';
    display: inline-block;
    font-weight:900;
    font-size: 50px;
    top:0px;
    left:0px;
    position:absolute;
    color:#a97500;
}


.slick-slider .slick-arrow.slick-next:before{

 content: "\f105";
       font-family: 'Line Awesome Free';
    display: inline-block;
    font-weight:900;
    font-size: 50px;
    top:0px;
    right:0px;
    position:absolute;
    color:#a97500;
}
.slick-slider .slick-arrow.slick-prev{
  left:20px;
}
.slick-slider .slick-arrow.slick-next{
  right:20px;
}




.thumb-container{
  display: -webkit-flex;    
  display: -ms-flexbox;   
  display: flex;
  overflow: hidden;

}
.thumb-container .col-container {
  flex: 1;
 /* height:225px;*/
}
.thumb-container .col-container:nth-child(1) { 
  background: #ccc; 
  -webkit-order: 0; 
      -ms-flex-order: 0; 
          order: 0;
}
.thumb-container .col-container:nth-child(2) { 
  background: #eee;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.thumb-container .col-container:nth-child(3) { 
  background: #eee;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.col-container{
  position:relative;
  overflow: hidden;
}

.col-container a{
  position:relative;
  display:block;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
     overflow: hidden;
}

.col-container a .col-container-image{
  -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.col-container a:hover .col-container-image{
  -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.col-container-image img{
  max-width:100%;
  height:auto;
}

.col-container a:hover:before{
  background:rgba(169, 117, 0,.9);
}

.col-container a:before{
background: rgba(0,0,0,.8);
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.col-container-content{
    color: #fff;
    float: left;
    margin-top: -10px;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 45px;
    width: 80%;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);

}

.col-container-content h3{
  display: flex;
  align-items: center;
  font-size:20px;

}

.col-container-content h3 .service-icons{
  width:55px;
  height:55px;
  background-image:url("../images/sprites.png");
  display: inline-block;
  margin-right:10px;
}
.col-container-content h3 .service-icons.fast-funding-icon{
  background-position:-30px -18px;
}

.col-container-content h3 .service-icons.collateral-icon{
  background-position:-205px -18px;
}
.col-container-content h3 .service-icons.ip-driven-icon{
  background-position:-360px -18px;
}

.col-container-content h3 {
  font-weight:500;
}

.col-container a:hover .col-container-content h3, .col-container a:hover .col-container-content p{
color:#000;
}

.col-container a:hover .col-container-content h3 .service-icons.fast-funding-icon{
  background-position:-115px -18px;
}
.col-container a:hover .col-container-content h3 .service-icons.collateral-icon{
  background-position:-282px -18px;
}
.col-container a:hover .col-container-content h3 .service-icons.ip-driven-icon{
  background-position:-429px -18px;
}
.wrapper-content{
  width:100%;
  padding:120px 0px 0px 0px;
}









@media only screen and (min-width: 0){
  .wrapper-internal {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (min-width: 576px){
  .wrapper-internal {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (min-width: 769px){
  .wrapper-internal {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
}


@media only screen and (min-width: 992px){
  .wrapper-internal {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (min-width: 1200px){
  .wrapper-internal {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
}

.wrapper-internal {
    padding: 0px 15px 0px 15px;
}

.wrapper-internal h3 span{
 display:block;
}
.wrapper-internal h3 span.small-txt{
  font-size:14px;
  color:#a97500;
  font-weight:500;
}

.wrapper-internal h3 span.big-txt{
  font-size:32px;
  color:#000;
  font-weight:500;
}


@media screen and (min-width:769px){
.two-col-container.is-flex {
    display: flex;
    flex-wrap: wrap;
}
/*.two-col-container.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}*/

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.two-col-container.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*.two-col-container.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

}*/
}



.col-60{
  width:60%;
  float:left;
}
.col-40{
  width:40%;
  float:left;
}

.col-40 img{
  width:100%;
}



.how-it-thumb{
  position: relative;
width:42%;
float:left;
margin-right:6%;
margin-bottom:6%;
border:2px solid #ddd;
display: flex;
align-items: center;
justify-content: center;
    min-height: 300px;
}

.how-it-thumb:nth-child(3), .how-it-thumb:nth-child(4){
margin-bottom:0%;
}
.how-it-thumb-content{
  padding:30px;
  text-align:center;
}

.how-it-thumb-title h4{
font-size:18px;
font-weight:500;
color:#000;
}
.how-it-thumb-info p{
font-size:14px;
color:#888;
}

.how-it-thumb-icon{
  margin:0 auto;
  width:90px;
  height:90px;
  background-image: url("../images/sprites.png");
}
.how-it-thumb-icon.business{
  background-position:-22px -84px;
}
.how-it-thumb-icon.lend-partners{
  background-position:-251px -88px;
}
.how-it-thumb-icon.investor{
  background-position:-22px -203px;
}
.how-it-thumb-icon.working-capital{
  background-position:-274px -205px;
}

.how-it-work-image{
   background-image: url("../images/how-it-work.png");
   background-size: cover;
   background-position: center; 
}

.how-it-thumb:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  background:rgba(169, 117, 0,.8);
   -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    top:20%;
    left:20%;
    z-index: -1;
}
.how-it-thumb:after{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  background:rgba(169, 117,0,.8);
   -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    bottom:20%;
    right:20%;
    z-index: -1;
}

.how-it-thumb:hover:before{
  width:100%;
  height:100%;
  top:0%;
    left:0%;
}
.how-it-thumb:hover:after{
  width:100%;
  height:100%;
  bottom:0%;
    right:0%;
}
.how-it-thumb:hover .how-it-thumb-title h4{
  color:#fff;
}


.how-it-thumb:hover .how-it-thumb-info p{

color:#000;
}

.how-it-thumb:hover .how-it-thumb-icon.business{
  background-position:-128px -84px;
}

.how-it-thumb:hover .how-it-thumb-icon.lend-partners{
  background-position:-383px -88px;
}




.how-it-thumb:hover .how-it-thumb-icon.investor{
  background-position:-137px -203px;
}
.how-it-thumb:hover .how-it-thumb-icon.working-capital{
  background-position:-394px -205px;
}

@media screen and (max-width:769px){
.two-col-container.is-flex{
  display:block;
}
.col-60{
  width:100%;
  float:none;
}
.col-40{
  width:100%;
  float:none;
}

.how-it-thumb:nth-child(2), .how-it-thumb:nth-child(4){
margin-right:0%;
}
.how-it-thumb{
  position: relative;
width:46%;

}

.thumb-container{
  display:block;
}
.col-container-image img{
  width:100%;
  max-width:100%;
}

}

@media screen and (max-width:520px){
  .how-it-thumb{
  position: relative;
width:100%;
margin-bottom:6% !important;
}

.slick-arrow{
display: none !important;
}
}


.about-us-cotainer{
  display:flex;
}
.about-us-image,.about-us-content{
  width:50%;
  background:#a97500;
}
.about-us-image{
  background-image: url("../images/about-us.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-us-content-inner{
  padding:50px;
}


.about-us-content-inner h3 span{
 display:block;
}
.about-us-content-inner h3 span.small-txt{
  font-size:14px;
  color:#fff;
  font-weight:500;
}

.about-us-content-inner h3 span.big-txt{
  font-size:32px;
  color:#000;
  font-weight:500;
}

.about-us-content-inner p{
  font-size:14px;
  color:#fff;
}

.about-us-content-inner a{
  font-weight:500;
  color:#000;
}


@media screen and (max-width:650px){
.about-us-cotainer{
  display:block;
}

.about-us-image{
  height:300px;
  width:100%;
}
.about-us-content{
  width:100%;
}
}


.business-container{
  display: -webkit-flex;    
  display: -ms-flexbox;   
  display: flex;
}

.business-container .col-business{
  flex: 1;
}


.business-container .col-business:nth-child(1) { 
  -webkit-order: 1; 
      -ms-flex-order: 1; 
          order: 1;
}
.business-container .col-business:nth-child(2) { 
  -webkit-order: 0;
      -ms-flex-order: 0;
          order:0;
}

.sme-container .col-business:nth-child(1){
   -webkit-order: 0; 
      -ms-flex-order: 0; 
          order: 0;
}
.sme-container .col-business:nth-child(2){
   -webkit-order: 1; 
      -ms-flex-order: 1; 
          order: 1;
}

.business-image{
    position:relative;
    margin-right:30px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.sme-container .business-image{
margin-right:0px;
margin-left:30px !important;
}
.business-image img{
  width:100%;
}
.business-image:after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  border:2px solid #a97500;
  top:-30px;
  right:-30px;
  z-index: -1;
      -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.sme-container .business-image:after{
   top:-30px;
  left:-30px;
}
.business-content{
  display: flex;
    align-items: center;
}
.business-content-inner{
  background:#fff;
  -moz-box-shadow:3px 3px 50px 0px #a0a0a0;
    -webkit-box-shadow: 3px 3px 50px 0px #a0a0a0;
    box-shadow: 3px 3px 50px 0px #a0a0a0;
    margin-right: -50px;
    z-index: 3;
    padding:30px;
}


.sme-container .business-content-inner{
margin-right: 0px;
margin-left: -50px !important;
}
.business-content-inner h4{
  font-size:26px;
  margin-bottom:5px;
  margin-top:5px;
   color:#000;
   font-size:500;
}
.business-content-inner h5{
  font-size:18px;
  font-size:400;
  margin-bottom:5px;
  color:#000;
}

.business-content-inner p{
  font-size:14px;
  color:#888;
}

.business-container:hover .business-image{
-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.business-container:hover .business-image:after{
   top:-10px;
  right:-10px;
}

.business-container:hover .business-content-inner{
  background:#a97500;
}

.business-container:hover .business-content-inner h4{
  color:#fff;
}
.business-container:hover .business-content-inner p{
  color:#000;
}


@media screen and (max-width:768px){
.business-container{

  display: block !important;
}

.business-content-inner{
  margin-right:0px;
}
.sme-container .business-image{
margin-right:0px;
margin-left:0px !important;
}
.sme-container .business-content-inner {
    margin-right: 0px;
    margin-left: 0px !important;
}
}

.gray-bg{
  background:#ececec;
  margin-top:150px;
  padding:100px 0px !important;
}

.testimonial-container{
  display: flex;
}
.testimonial-slider-container, .testimonial-customers-container{
  width:50%;
  position: relative;
}

.slick-carousel-test{
   background:#fff;
  -moz-box-shadow:3px 3px 50px 0px #a0a0a0;
    -webkit-box-shadow: 3px 3px 50px 0px #a0a0a0;
    box-shadow: 3px 3px 50px 0px #a0a0a0;
}
.slick-carousel-test .slick-slide::before{
    background-color: #fff;
}

.test-arrow{
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  width:24px;
  height:43px;
  position:absolute;
  border:0px;
  outline:0px;
  box-shadow:none;
  background-color: transparent ;
  cursor: pointer;
  z-index:3;
}

.prev-arrow{
  background-position: -50px -357px;
  top:40%;
  left:-40px;
}

.prev-arrow:hover{
  background-position: -121px -357px;
}

.next-arrow{
  background-position: -300px -357px;
  top:40%;
  right:-40px;
}

.next-arrow:hover{
  background-position: -230px -357px;
}

.testimonial-content{
  display: flex;
  align-items: center;
  justify-content: center;

}

.testimonial-content-inner{
  padding:60px 60px;
  text-align: center;


}

.customer-profile{
  width:80px;
  height:80px;
  border-radius:50%;
  overflow: hidden;
  margin:0 auto;
}

.customer-profile img{
  width:100%;
}

.customer-name{
  font-size:24px;
  color:#000;
  font-weight:500;
}
.customer-designtion{
  font-size:20px;
  text-transform: uppercase;
  color:#a97500;
}
.customer-info{
  font-size:14px;
  color:#888;
}

.slick-carousel-test:after{
  content: "";
    width: 70%;
    height: 20px;
    background: #fff;
    /* margin: 7px auto; */
    position: absolute;
    display: block;
    left: 15%;
 -moz-box-shadow:3px 3px 50px 0px #a0a0a0;
    -webkit-box-shadow: 3px 3px 50px 0px #a0a0a0;
    box-shadow: 3px 3px 50px 0px #a0a0a0;
}

.testimonials{
  width:100px;
  height:100px;
  border-radius:50%;
  overflow: hidden;
  position: absolute;
   -moz-box-shadow:3px 3px 50px 0px #a0a0a0;
    -webkit-box-shadow: 3px 3px 50px 0px #a0a0a0;
    box-shadow: 3px 3px 50px 0px #a0a0a0;
}
.testimonials img{
  width:100%;
}

.testimonial-1{
  top:5%;
  left:20%;
}

.testimonial-2{
  top:20%;
  left:70%;
}
.testimonial-3{
  top:70%;
  left:50%;
}


@media screen and (max-width:600px){
.testimonial-container{
  display: block;
}
.testimonial-slider-container, .testimonial-customers-container{
  width:100%;
  position: relative;
}
.testimonial-customers-container{
  height:350px;
}
}


.footer-wrapper{
  background:#000000;
}

.footer-content{
  display: -webkit-flex;    
  display: -ms-flexbox;   
  display: flex;
}
.fmedium{
  font-weight:500;
}

.col-footer {
  width:25%;
}
.col-footer p{
  font-size:14px;
  color:#fff;
  font-weight:300;
}

.col-footer p a{
  color:#a97500;
}

.col-footer p a:hover{
  color:#fff;
}

.social-media a{
color:#fff !important;
font-size:24px;
}

.social-media a:hover{
  color:#a97500 !important;
}
.col-footer h5{
   font-size:15px;
  font-weight:500;
  color:#fff;
  margin-top:0px;
}


.col-footer ul{
  list-style: none;
  margin:0px;
  padding:0px;
}

.col-footer ul li{
  font-size:14px;
  font-weight:300;
  margin-bottom:10px;
}

.col-footer ul li a{
  color:#fff;
}

.col-footer ul li a:hover{
  color:#a97500;
}
.copyright-container{
  margin:20px 0px;
  padding:20px 0px;
  border-top:1px solid #fff;
  text-align:center;
}

.copyright-container p{
  font-size:13px;
  color:#fff;
}

@media screen and (max-width:768px){
.footer-content{
  display:block;
  }
  .col-footer{
    width:50%;
    float:left;
  }
}

@media screen and (max-width:520px){
.footer-content{
  display:block;
  }
  .col-footer{
/*    width:100%;*/
    float:none;
  }
}
.footer-wrapper{
  padding:80px 0px 0px 0px !important;
  margin-top:150px !important;
}



.internal-main-image-container{
  width:100%;
  height:400px;
  position: relative;
}

.internal-main-image-container:before{
  background: rgba(0,0,0,.8);
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.main-image{
  width:100%;
  height: 100%;
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  display:flex;
  align-items:center;
  justify-content:center;

}

.main-image h3{
      position: relative;
    color: #a97500;
    font-size: 48px;
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
}

.about-us{
  background-image:url("../images/about-main.jpg");
}

.about-sections {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.about-01 .col-business{
      flex: 1;

}

.about-01 .col-business:nth-child(1){
   -webkit-order: 0; 
      -ms-flex-order: 0; 
          order: 0;
}
.about-01 .col-business:nth-child(2){
   -webkit-order: 1; 
      -ms-flex-order: 1; 
          order: 1;
}

.about-01-image{
  width:100%;
  height:100%;
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
 background-image:url("../images/about-03.jpg");
 position: relative;
}

.about-01-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #a97500;
    top: -30px;
    right: -30px;
    z-index: -1;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.about-01-image img{
  width:100%;

}
.pad-r-30{
  padding-right:30px;
}



@media screen and (max-width: 768px){
  .about-sections {

    display: block !important;
}
.about-01-image{
  width:90%;
  height:400px;
  margin-top: 60px;
  }
}






.about-sections {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.about-02 .col-business{
      flex: 1;

}

.about-02 .col-business:nth-child(1){
   -webkit-order: 1; 
      -ms-flex-order: 1; 
          order: 1;
}
.about-02 .col-business:nth-child(2){
   -webkit-order: 0; 
      -ms-flex-order: 0; 
          order: 0;
}
.col-business{
  position: relative;
}

.top-left-img{
  width:60%;
  height:60%;
  position: absolute;
  top:0px;
  left:0px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
 background-image:url("../images/about-01.jpg");
}

.bottom-right-img{
  width:60%;
  height:60%;
  position: absolute;
  bottom:0px;
  right:0px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
 background-image:url("../images/about-02.jpg");
}
.mar-r-30{
  margin-right:30px;
}

@media screen and (max-width: 768px){
  .about-choose{
    width:100%;
    height:400px;
  }
}


.skills-container{

}

.skill-block{
  float:left;
  width:35%;
  margin-right:5%;
  margin-bottom:30px;
}

.skills-container .skill-block:last-child{
  margin-right:0px;
}

.skill-block{
  padding:25px 30px;
      border: 2px solid #ddd;
      position: relative;
}

.skill-block p{
  font-size:18px;
  font-weight: 500;
}
.skill-block p span{
  display:block;
}

.skill-block p i{
  color:#a97500;
  font-size:45px;
}

@media screen and (max-width: 768px){
  .skill-block{
  float:left;
  width:85%;
  margin-right:0;
  margin-bottom:30px;
}
}


 .skill-block:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background: rgba(169, 117, 0,.8);
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    top: 20%;
    left: 20%;
    z-index: -1;
}

 .skill-block:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background: rgba(169, 117,0,.8);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    bottom: 20%;
    right: 20%;
    z-index: -1;
}

 .skill-block:hover p{
  color:#fff;
 }

 .skill-block:hover p i{
  color:#000;
 }

 .skill-block:hover:before {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

 .skill-block:hover:after {
    width: 100%;
    height: 100%;
    bottom: 0%;
    right: 0%;
}


.business-intro{
  background-image:url("../images/business_intro.png");
}

.business-image-cover{
background-image: url("../images/business-01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}





.business-thumb{
  position: relative;
width:42%;
float:left;
margin-right:6%;
margin-bottom:6%;
border:2px solid #ddd;
display: flex;
align-items: center;
justify-content: center;
    min-height: 300px;
}

.business-thumb:nth-child(3), .business-thumb:nth-child(4){
margin-bottom:0%;
}
.business-thumb-content{
  padding:30px;
  text-align:center;
}

.business-thumb-title h4{
font-size:18px;
font-weight:500;
color:#000;
}
.business-thumb-info p{
font-size:14px;
color:#888;
}

.business-thumb-icon{
  margin:0 auto;


}

.business-thumb-icon i{
  font-size:55px;
  color:#a97500;
}


.business-thumb:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  background:rgba(169, 117, 0,.8);
   -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    top:20%;
    left:20%;
    z-index: -1;
}
.business-thumb:after{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  background:rgba(169, 117,0,.8);
   -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    bottom:20%;
    right:20%;
    z-index: -1;
}

.business-thumb:hover:before{
  width:100%;
  height:100%;
  top:0%;
    left:0%;
}
.business-thumb:hover:after{
  width:100%;
  height:100%;
  bottom:0%;
    right:0%;
}
.business-thumb:hover .business-thumb-title h4{
  color:#fff;
}
.business-thumb:hover .business-thumb-icon i{
  color:#000;
}

.business-thumb:hover .business-thumb-info p{

color:#000;
}


@media screen and (max-width:769px){

.business-thumb:nth-child(2), .business-thumb:nth-child(4){
margin-right:0%;
}
.business-thumb{
  position: relative;
width:46%;

}


}

@media screen and (max-width:520px){
  .business-thumb{
  position: relative;
width:100%;
margin-bottom:6% !important;
}

}




.owner-cotainer{
  display:flex;
}
.owner-image,.owner-content{
  width:50%;
  background:#a97500;
}
.owner-image{
  background-image: url("../images/business-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items:center;
  justify-content:center;
 
}

.owner-image h3{
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 30px;
    text-align: center;
     padding:30px;
}

.owner-image:before {
    background: rgba(0,0,0,.8);
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.owner-content-inner{
  padding:50px;
}


.owner-content-inner h3 span{
 display:block;
}
.owner-content-inner h3 span.small-txt{
  font-size:14px;
  color:#fff;
  font-weight:500;
}

.owner-content-inner h3 span.big-txt{
  font-size:32px;
  color:#000;
  font-weight:500;
}

.owner-content-inner p{
  font-size:14px;
  color:#fff;
}

.owner-content-inner a{
  font-weight:500;
  color:#000;
}

.owner-content-inner p{
  display: flex;
  align-items:center;
  font-size:18px;
}

.owner-content-inner p span i{
  font-size:45px;
  color:#fff;
  margin-right:20px;
}


@media screen and (max-width:650px){
.owner-cotainer{
  display:block;
}

.owner-image{
  height:300px;
  width:100%;
}
.owner-content{
  width:100%;
}
}


.investor-intro{
  background-image:url("../images/investor_intro.png");
}
.investor-image-cover{
background-image: url("../images/investor-02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.invest-cotainer{
  display:flex;
}
.invest-image,.invest-content{
  width:50%;
  background:#a97500;
}
.invest-image{
  background-image: url("../images/investoe-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items:center;
  justify-content:center;
 
}

.invest-image h3{
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 30px;
    text-align: center;
     padding:30px;
}

.invest-image:before {
    background: rgba(0,0,0,.8);
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.invest-content-inner{
  padding:50px;
}


.invest-content-inner h3 span{
 display:block;
}
.invest-content-inner h3 span.small-txt{
  font-size:14px;
  color:#fff;
  font-weight:500;
}

.invest-content-inner h3 span.big-txt{
  font-size:32px;
  color:#000;
  font-weight:500;
}

.invest-content-inner p{
  font-size:14px;
  color:#fff;
}

.invest-content-inner a{
  font-weight:500;
  color:#000;
}

.invest-content-inner p{
  display: flex;
  align-items:center;
  font-size:18px;
}

.invest-content-inner p span i{
  font-size:45px;
  color:#fff;
  margin-right:20px;
}


@media screen and (max-width:650px){
.invest-cotainer{
  display:block;
}

.invest-image{
  height:300px;
  width:100%;
}
.invest-content{
  width:100%;
}
}


.subscribe-form{
      width: 100%;
    margin-bottom: 10px;
    height: 32px;
    background: #e2e2e2;
    border: 1px solid #e2e2e2;
    box-shadow: none;
}
.subscribe-btn{
      background: #a97500;
    padding: 10px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.subscribe-btn:hover{
  background:#634501;
}



.read-more-txt{
      font-weight: 500;
    color: #000;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

