html{font-size:  87.5%;}
body,h1,h2,h3,h5,ul,li,p,span,label{padding: 0; margin: 0; font-family:'opensanslight', arial;}
body{/*background:url(../images/content-bg.jpg) 0 center repeat-y;*/ background:#fff; color:#000000; font-size:1.0rem;}
p{font-size:1.2rem;}
a {
    color: #2ac4ec;
    text-decoration: none;
}


@font-face {
    font-family: 'opensansregular';
    src: url('../fonts/OpenSans-Regular.eot');
	src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype") 
}

@font-face {
    font-family: 'opensanslight';
    src: url('../fonts/OpenSans-Light.eot');
	src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype")   
}
@font-face {
    font-family: 'opensansbold';
    src: url('../fonts/OpenSans-Semibold.eot');
	src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype")   
}
@font-face {
    font-family: 'damionregular';
    src: url('../fonts/Damion-Regular.eot');
	src: url("../fonts/Damion-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Damion-Regular.woff") format("woff"), url("../fonts/Damion-Regular.ttf") format("truetype") 
}

@font-face {
    font-family: 'patuaoneregular';
    src: url('../fonts/PatuaOne-Regular.ttf');
	src: url("../fonts/PatuaOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PatuaOne-Regular.woff") format("woff"), url("../fonts/PatuaOne-Regular.ttf") format("truetype") 
}



.logo{width:20%; float:left;}
.logohead{padding: 15px 20px 15px 20px; float: left; width:100%;}
.mainmenu{float:right;}
.logohead{clear:both;}
.investmenttab{background:#384d96 !important; border-radius: 6px;}
.investmenttab a{color:#fff !important;}
.contentholder{display:block; width:100%; float:left; clear:both;}
.w50{float:left; width:50%;}
.imageblock h2{font-family:patuaoneregular; font-size: 1.6rem;  position: relative;  padding: 73px;}
.imgphi{background:url(../images/phi_1.jpg) right bottom no-repeat; height:207px; background-size: cover; text-align:right;}
.imgphi  a{ border: 4px solid #fff; padding: 10px 20px; font-family: patuaoneregular; font-size: 1.1rem; color: #fff;  margin-top: 75px;  display: block;  margin-right: -4px;   width: 129px;    float: right;}
.imgventures{background:url(../images/venture_themes_home.jpg) left bottom no-repeat; height:207px; background-size: cover;}
.imgventures a{ border: 4px solid #fff; padding: 10px 20px; font-family: patuaoneregular; font-size: 1.1rem; color: #fff;  margin-top: 75px;  display: block; margin-left: -4px;
    width: 180px; float: left;}
.teamblock{background:url(../images/team_bg.jpg) left top no-repeat; background-size: cover;float: left;text-align: center; padding-bottom:40px;}
.teamblock h2{font-family: patuaoneregular; padding-top:60px; padding-top: 38px;
    font-size: 2.6rem;}
	.logosilder  h2{   font-size: 2.6rem;}
.teamblock p{width:80%; margin:20px auto;}
/*.teamblock ul:nth-child(1){padding-left:40px;}*/
.teamblock ul {float:left; width:50%;}.teamblock ul li {float:left; width:50%; text-align:left; list-style:none;}
.teamblock ul li img{width:85%;}

.teamblock ul li  p{padding:0; margin:0;}
.teamdetails{ width: 84%; margin: 20px auto;  padding-top:40px;}
.slick-dots li button:hover, .slick-dots li button:active{background:red;}
/*menu*/
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #menu-button {  margin: 0;  padding: 0;  border: 0;  list-style: none;  line-height: 1;  display: block;
  position: relative;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;}
#cssmenu #menu-button {  display: none;}
#cssmenu {  width: auto;  line-height: 1; }
/*#menu-line {  position: absolute;  top: 0;  left: 0;  height: 3px;  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;  -moz-transition: all 0.25s ease-out;  -ms-transition: all 0.25s ease-out;  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;}*/
#cssmenu > ul > li {  float: left; font-family:opensansbold;}
#cssmenu.align-center > ul {  font-size: 0;  text-align: center;}
#cssmenu.align-center > ul > li {  display: inline-block;  float: none;}
#cssmenu.align-center ul ul {  text-align: left;}
#cssmenu.align-right > ul > li {  float: right;}
#cssmenu.align-right ul ul {  text-align: right;}
#cssmenu > ul > li > a {  padding:19px;  font-size:0.9rem; text-decoration: none;  text-transform: uppercase;  color: #183855; }
#cssmenu .navbar-nav  .active{background:#e9eef9; color:#6582c0;}
#cssmenu > ul > li > a:hover{ background:#384d96; color:#fff;}
#cssmenu > ul > li.has-sub > a {  padding-right: 25px;}
#cssmenu > ul > li.has-sub > a::after {  position: absolute;  top:32px;  right: 10px;  width: 4px;  height: 4px;  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;  content: ""; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);  transform: rotate(45deg);  -webkit-transition: border-color 0.2s ease;  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;  -o-transition: border-color 0.2s ease;  transition: border-color 0.2s ease;}
#cssmenu > ul > li.has-sub:hover > a::after { border-color: #009ae1;}
#cssmenu ul ul { position: absolute; left: -9999px;}
#cssmenu li:hover > ul {  left: auto; z-index:13; border-left:1px solid #ccc;  border-right:1px solid #ccc;  border-bottom:1px solid #ccc;}
#cssmenu.align-right li:hover > ul { right: 0;}
#cssmenu ul ul ul {  margin-left: 100%;  top: 0;}
#cssmenu.align-right ul ul ul {  margin-left: 0;  margin-right: 100%;}
#cssmenu ul ul li {  height: 0; -webkit-transition: height .2s ease;  -moz-transition: height .2s ease;  -ms-transition: height .2s ease;  -o-transition: height .2s ease;  transition: height .2s ease; background:#fff; }
#cssmenu ul li:hover > ul > li {  height:44px;}
#cssmenu ul ul li a {  padding:19px 20px 19px 23px;  width: 220px;  font-size:0.9rem; text-transform:uppercase; text-decoration: none;  color: #183855; text-align:left;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover {  color: #487697;}
#cssmenu ul ul li.has-sub > a::after {  position: absolute;  top:24px;  right: 10px;  width: 4px;  height: 4px;  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;  content: "";  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {  right: auto;  left: 10px;  border-bottom: 0;  border-right: 0;  border-top: 1px solid #dddddd;  border-left: 1px solid #dddddd;}
#cssmenu ul ul li.has-ub:hover > a::after {  border-color: #ffffff;}
.boderbotmenu{border-bottom:1px solid #ebebeb !important;}
.footer{background:#000; color:#fff;}
.row{width:1230px; margin:10px auto;}
.fl{float:left;}
.fr{float:right;}
.margin_b_30{margin-bottom:30px !important;}
.logosilder{clear: both; text-align: center;  padding: 24px 0;  border-top: 1px solid #333;}
.navbar-default {
    background:none;
    border: none;
}

.navbar-brand {
     height: auto;
}

.navbar {
    border:0;
    margin-bottom:0px;
    min-height:inherit;
    position: relative;
    border-radius:0;
}

.navbar-right {float: right !important; margin:15px 0 0 0;}
.rslides { position: relative;list-style: none;  overflow: hidden;  width: 100%;  padding: 0;  margin: 0;  }
.rslides li { -webkit-backface-visibility: hidden;  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  .navbar-default .navbar-toggle{background-color:#394d96 !important;}
  .hided{display:none !important;}
  
.col-md-3 .contentholder{display:block; width:100%; float:left; clear:both;}
.col-md-3 .w50{float:left; width:100%; }
.col-md-3  .imageblock h2{font-family:patuaoneregular; font-size: 1.3rem;  position: relative;  padding:5px 5px 30px 5px;}
.col-md-3  .imgphi{background:url(../images/phi_1.jpg) left top no-repeat; height:207px; background-size: cover; text-align:right;}
.col-md-3 .imgphi  a{ border: 4px solid #fff; padding: 10px 20px; font-family: patuaoneregular; font-size: 1.1rem; color: #fff;  margin-top:126px;  display: block;  margin-right:40px; width: 129px; float: right;}
.col-md-3  .imgventures{background:url(../images/venture_themes_home.jpg) left bottom no-repeat; height:207px; background-size: cover;}
.col-md-3  .imgventures a{ border: 4px solid #fff; padding: 10px 20px; font-family: patuaoneregular; font-size: 1.1rem; color: #fff;  margin-top:126px;  display: block; margin-left: 12px; width: 180px; float: left;}
.col-md-9, .col-md-12{padding-top:30px; padding-bottom:50px;}
.col-md-3 {padding-top:81px;}
.ippage p{ padding-bottom:15px; }
.gridhlgt{font-family: patuaoneregular; font-size: 1.5rem; border:3px solid #f2f2f2; color:#707070; padding:20px 20px 30px 20px !important; margin-bottom: 30px;}
p{line-height:2.1rem;}
#homemain{border-bottom:1px solid #ccc;}
h1{font-family: patuaoneregular; font-size:2rem; color:#214293;  text-transform:uppercase !important; padding-bottom:20px;}
h2{font-family: patuaoneregular; font-size:1.4rem; color:#214293; padding-bottom:10px; padding-top:10px;}
.ippage ul{margin-left:20px;}
.ippage ul li{padding-bottom:15px; font-size:1.2rem;}
.aboutbanner{background:url(../images/aboutus.png) center bottom no-repeat;}
.ipbanner{height:200px;}
.philosophybanner{background:url(../images/banner_philosophy.png) center bottom no-repeat;}
.criteriabanner{background:url(../images/criteria.png) center bottom no-repeat;}
.teambanner{background:url(../images/team.png) center bottom no-repeat;}
.themes{background:url(../images/venture_themes.png) center bottom no-repeat;}
.contactus{background:url(../images/contactus.png) center bottom no-repeat;}
.charitiesbanner{background:url(../images/charities.png) center bottom no-repeat; height:350px !important;}
.investmentsbanner{background:url(../images/investment.png) center bottom no-repeat;}
.investgrid ul {float: left; margin-bottom: 10px; background: #fff;}
.investgrid ul li:first-child {width: 30%; float: left;}
.investgrid ul li {list-style: none; background: none;float: right; padding: 7px 0 0 0; width:70%;}
.navbar-default .navbar-toggle .icon-bar {background-color: #c6c5c5;}
.formdiv div {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
}
.formdiv span {
    width: 200px;
    float: left;
    text-align: right;
    padding: 0 10px 0 0;
}
.formdiv input { padding: 5px;}
.homesilder .slick-slide img { display: block; width: 100%;}