/*
Theme Name: Ibtikar
Theme URI: http://divvat.com
Version: 1.0
Author: Divvat Co.
*/

/* HEADS UP: Everything that you will normally find here can be found in the includes/less/wp.less */
@import url(http://fonts.googleapis.com/css?family=Raleway);

body {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #898989;
	background:#fff;
}
.wrapper{
	background:url(images/bg.jpg) top center no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.bg-image{
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}
h1,h2,h3,h4{
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	margin-bottom: 25px;
	line-height: 1.2em;
}
a{
	color:#56318a;
	text-decoration:none;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
a:hover{
	text-decoration:none;
	color:#000;
}
img{
	max-width:100%;
}
#content{
	padding-bottom:100px;
}

.looking{
	text-align:center;
}
.looking h1{
	color:#076e97;
	display:inline-block;
	text-align:left;
	height:143px;
	padding:30px 0;
	margin:0;
	padding-left:170px;
	background:url(images/looking.png) left center no-repeat;
	margin-bottom:40px;
}
@media (max-width: 768px){
	.looking h1{
		padding-left:0;
		padding-top:170px;
		background:url(images/looking.png) top center no-repeat;
		text-align:center;
		height:auto;
		margin:0;
	}
}
.entrepre-content{
	background:#f9b80a;
	color:#222;
	padding:20px 0;
	font-size:18px;
}
.fund-box{
	padding:20px 0;
	background:#f7f7f7;
}
.fund-box h1{
	color:#2daae1;
	text-transform:uppercase;
	margin:0;
	font-size:45px;
}
.fund-box h2{
	font-size:30px;
	color:#898989;
}
.fund-list{
	border-left:1px solid #d1d1d1;
	margin-left:30px;
}
.fund-list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.fund-list ul li{
	padding:20px 0;
	padding-left:50px;
	position:relative;
	font-size:16px;
}
.fund-list ul li p{
	margin:0;
}
.fund-list ul li:before{
	content:'';
	width:50px;
	height:50px;
	border:1px solid #d1d1d1;
	background:#f7f7f7;
	border-radius:50%;
	text-align:center;
	line-height:50px;
	position:absolute;
	left:-26px;
	top:50%;
	margin-top:-25px;
	
}
.fund-list ul li:first-child:before{
	content:'a';
}
.fund-list ul li:nth-child(2):before{
	content:'b';
}
.fund-list ul li:nth-child(3):before{
	content:'c';
}
.fund-list ul li:nth-child(4):before{
	content:'d';
}
.fund-list ul li:nth-child(5):before{
	content:'e';
}
.entrepre-btn{
	padding-top:100px;
}
.entrepre-btn a{
	  display: inline-block;
  line-height: 24px;
  padding: 10px 30px;
  color: #7dc1e7;
  font-size: 22px;
  border: 1px solid #3aa9df;
  border-radius: 30px;
  text-transform:uppercase;
  margin-bottom:15px;
}
.entrepre-btn a:hover{
	background:#3aa9df;
	color:#fff;
}
#investment{
	padding-bottom:40px;
}
.early-stage h1{
	color:#3aa9df;
	text-transform:capitalize;
	margin:0 0 50px;
	text-align:center;
}
.early-stage{
	padding:80px 0;
	background-image:url(images/early.jpg);
	margin-top:100px;
}
.header{
	background:#2e414c;
}
.logo{
	padding:15px 0;
	text-align:center;
}
.nav_menu{
	padding:30px 0 20px;
}
.navbar-nav{
	float:right;
}
.navbar-nav>li>a{
	padding:5px 15px;
	color:#fff;
	position:relative;
	font-size:16px;
	text-transform:capitalize;
	
}
.navbar-nav>li>a:after{
	content:'';
	width:20px;
	height:2px;
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-10px;
	background:#2aa5e1;
	opacity:0;
}
.navbar-nav>li>a:hover, .navbar-nav>li.active>a, .dropdown-menu>li>a:hover, .dropdown-menu>li.active>a{
	color:#2aa5e1;
	background:none;
}

.navbar-right .form-control{
	background:url(images/search-icon.png) 97% center no-repeat;
	border:1px solid #7d7d7d;
	border-radius:20px;
	height:30px;
	padding:5px 15px;
}

.dropdown-menu>li>a{
	color:#fff;
}
.dropdown-menu{
	background-color: #2e414c;
  padding-top: 20px;
}
.slide-item{
	position:relative;
}
.slide-item:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(46,65,76,.3);
}
.caption{
	position:absolute;
	z-index:2;
	bottom:150px;
	left:0;
	color:#fff;
	width:100%;
}
.caption h1{
	color:#fff;
	text-transform:uppercase;
	width:450px;
}
.caption h1 span{
	font-weight:600;
}
.owl-nav>div{
	position:absolute;
	top:50%;
	left:50px;
	color:transparent;
	width:16px;
	height:46px;
	line-height:46px;
	text-align:center;
	margin-top:-23px;
	background:url(images/slideNav.png) no-repeat;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align:center;
}
.owl-nav>div.owl-next{
	right:50px;
	left:auto;
	background-position:-16px 0;
}


.boxes{
	padding:50px 0 50px;
}
.box{
	text-align:center;
	margin-bottom:30px;
}
.box p{
}
.box h3{
	color:#929292;
	font-weight:600px;
	text-transform:uppercase;
}
.apply-now{
	margin-bottom:100px;
	text-align:center;
}
.apply-now a{
	display:block;
	max-width:320px;
	line-height:24px;
	padding:10px 30px;
	color:#ea5636;
	font-size:22px;
	border:1px solid #ea5636;
	border-radius:30px;
	margin: 0 auto;
}
.apply-now a:hover{
	background:#ea5636;
	color:#fff;
}

.page-header{
	margin:0;
	padding:100px 0 10px;
	text-align:center;
	text-transform:uppercase;
	border:none;
}
.page-header h1{
	background:url(images/title.png) center bottom no-repeat;
	margin:0;
	padding-bottom:35px;
	color:#2daae1;
}
blockquote{
	border: none;
  color: #898989;
  font-size: 24px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  margin-bottom: 30px;
}
.quout{
	border: none;
  color: #898989;
  font-size: 18px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  margin-bottom: 30px;
}
.about-text{
	margin-bottom:75px;
}
.about_content{
	text-align:justify;
	background:#f4f4f4;
}
.about_content .about-content{
	padding:20px;
	line-height:30px;
	color:#919191;
}
.about-thumb{
	position:relative;
	margin-right:0;
	margin-bottom:35px;
}
.about-thumb:after{
	content: '';
	  width: 0;
	  height: 0;
	  border-top: 10px solid transparent;
	  border-bottom: 10px solid #f4f4f4;
	  border-left: 10px solid transparent;
	  border-right: 10px solid transparent;
	  position: absolute;
	  left: 50%;
	  bottom: -1px;
	  margin-left: -10px;
}
.wpcf7-form-control{
	padding:7px 15px;
	border-radius:0;
	border:1px solid #dedede;
	margin-bottom:10px;
	width:100%;
	background:none;
	
}
.wpcf7-form-control:focus{
	border:1px solid #16181c;
	box-shadow:none;
}
.wpcf7-textarea{
	background:url(images/send.png)9px 94% no-repeat;
}
.wpcf7-email{
	padding-right:35px;
	background:#16181c url(images/mail.png) 97% center no-repeat;
}
footer{
	background:#283b47 url(images/footer.jpg) right center no-repeat;
	padding:15px 0;
}

.social{
	margin:0;
	padding:0;
	list-style:none;
	margin-left:20px;
}
.social li{
	display:inline-block;
	margin:0 5px;
}
.social li a{
	display:block;
	width:37px;
	height:37px;
	line-height:37px;
	background:#476578;
	color:#283b47;
	border-radius:50%;
	text-align:center;
	font-size:18px;
}
/*-------------TEAM--------*/
.page-team{
	padding-bottom:70px;
}

.team-box {
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
  overflow: hidden;
  position:relative;
}
.detail{
	padding:20px;
	text-align:center;
	color:#fff;
	position:relative;
}
.detail:before{
	content:'';
	width:0;
	height:0;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-10px;
	border-top:0 solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
}
.team-box.red .detail{
	background:#ea5636;
}
.team-box.yellow .detail{
	background:#f9b80a;
}
.team-box.blue .detail{
	background:#3aa9df;
}
.detail h3 a{
	color:#fff;
}

.team-box.red .detail:before{
	border-bottom:10px solid #ea5636;
}
.team-box.yellow .detail:before{
	border-bottom:10px solid #f9b80a;
}
.team-box.blue .detail:before{
	border-bottom:10px solid #3aa9df;
}

.detail h3{
	margin:0 0 10px;
	font-size:16px;
	font-weight:700;
}
.detail span{
	display:block;
	margin-bottom:10px;
}
.team-img {
  overflow: hidden;
  position:relative;
  height:300px;
}
.team-img img {
  width: 100%;
}
.team-post{
	background:#fff url(images/bg.jpg) top center no-repeat;
	padding:80px 30px;
	position:relative;
	margin-top:60px;
}
.team-thumb{
	margin-bottom:25px;
	text-align:center;
}
.team-thumb img{
}
.team-info{
	text-align:center;
}
.team-info h3{
	font-size:18px;
	color:#f9b80a;
	margin:0 0 10px;
}
.team-info span{
	font-size:18px;
	color:#ababab;
	display:block;
	margin-bottom:50px;
}
.team-social{
	text-align:center;
}
.team-social a{
	display:inline-block;
	color:#fff;
	background:#e5e5e5;
	  width: 37px;
	  height: 37px;
	  line-height: 37px;
	  border-radius: 50%;
	  text-align: center;
	  font-size: 18px;
	  margin:0 5px;
}
.team-details{
	text-align:justify;
	color:#898989;
	min-height:370px;
	max-height:600px;
	overflow-y: scroll;
	padding:0 30px;
	border-left:2px solid #e3e3e3;
}
.team-details::-webkit-scrollbar {
    width: 7px;
}
.team-details::-webkit-scrollbar-thumb {
    background-color: #9b9b9b;
	border-radius:20px;
}
.team-details::-webkit-scrollbar-track {
    background-color: #e4e4e4;
	border-radius:20px;
}
.navbar-brand{
	color:#fff;
}
.wpcf7-submit{
	float:left;
	width:auto;
	background:#e02f2f ;
	padding:10px 35px;
	color:#fff;
	border:1px solid #e02f2f;
}
.team-box.red .team-social a{
	background:#ca4325;
	color:#ea5636;
}
.team-box.yellow .team-social a{
	background:#dfa509;
	color:#f9b80a;
}
.team-box.blue .team-social a{
	background:#1d7eae;
	color:#3aa9df;
}
@media (min-width: 768px){
	.home header{
		position:absolute;
		top:0;
		width:100%;
		z-index:100;
	}
	#home-slider{
		position:absolute;
		top:0;
		bottom:0;
		width:100%;
	}
	.navbar-brand{
		display:none;
	}
	.logo{
		text-align:left;
	}
	.navbar-nav>li>a:hover:after, .navbar-nav>li.active>a:after {
	  opacity: 1;
	}
	
	.about-thumb{
		float:left;
		margin-right:35px;
		margin-bottom:0;
	}
	.about-thumb:after{
		content:'';
		width:0;
		height:0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 0px solid transparent;
		border-right: 10px solid #f4f4f4;
		position: absolute;
		right: 0;
		top: 50%;
		margin-bottom:-10px;
		
		left: auto;
		  bottom: auto;
		  margin-left: auto;
		
	}

	.team-col{
		width:33.333%;
		float:left;
	}
	.slide-item{
		overflow:hidden;
	}
}
.team-row{
	margin:0 -50px;
}
.team-col{
	padding:0 50px;
	
}
.slider, .owl-carousel, .slide-item, .owl-carousel .owl-item img{
	height:100%;
}
@media (max-width: 768px){
	.owl-nav{
		display:none;
	}
}

.down{
	position: absolute;
    bottom: 10px;
    left: 50%;
    font-size: -webkit-xxx-large !important;
    z-index: 100;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 2px solid;
    margin-left: -30px;
    border-radius: 50%;
}
.slider{
	overflow:hidden;
}