/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Sanza - One page multi purpose page
Version:	1.0
Last change:	17/08/2015 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components

[Color codes]

Buttons, etc:	#726FB9 (blue)
hover color:	#fed136 (yellow)
-------------------------------------------------------------------*/

/*--------------------
Import Google Fonts
--------------------*/

/* main font for menu. */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
1. General
--------------------*/
	
body {
	margin: 0px;
	font-family:'OpenSans';
}



@font-face {
	font-family:'OpenSans';
	src:url('../fonts/OpenSans-Regular.ttf');
/*	src:url('../fonts/MyriadPro-Bold/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),*/
/*	    url('../fonts/MyriadPro-Bold/MyriadPro-Bold.otf') format('opentype'),*/
/*	    url('../fonts/MyriadPro-Bold/MyriadPro-Bold.woff') format('woff'),	 */
	src:url('../fonts/OpenSans-Regular.ttf') format('truetype'),	 
/*	    url('../fonts/MyriadPro-Bold/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');*/
}

@font-face {
	font-family:'OpenSansBold';
	src:url('../fonts/OpenSans-Semibold.ttf');
/*	src:url('../fonts/MyriadPro-Bold/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),*/
/*	    url('../fonts/MyriadPro-Bold/MyriadPro-Bold.otf') format('opentype'),*/
/*	    url('../fonts/MyriadPro-Bold/MyriadPro-Bold.woff') format('woff'),	 */
	src:url('../fonts/OpenSans-Semibold.ttf') format('truetype'),	 
/*	    url('../fonts/MyriadPro-Bold/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');*/
}

@font-face {
	font-family:'OpenSans-ExtraBold';
	src:url('../fonts/OpenSans-ExtraBold.ttf');
/*	src:url('../fonts/MyriadPro-Bold/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),*/
/*	    url('../fonts/MyriadPro-Bold/MyriadPro-Bold.otf') format('opentype'),*/
/*	    url('../fonts/MyriadPro-Bold/MyriadPro-Bold.woff') format('woff'),	 */
	src:url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'),	 
/*	    url('../fonts/MyriadPro-Bold/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');*/
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	letter-spacing: 0.4px;
	font-family: "Open Sans", Sans-serif;
	color: #232323;
}

p {
font-family:'OpenSans';
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #333231; text-align: justify;
}







/*on hover grey*/


.team-image img.grayscale {
 
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.team-image img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(100%);
}


/*on hover grey*/





/*on hover grow*/
.policies-innersection {
	
}


.policies-innersection img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}

.policies-innersection:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}


/*on hover grow*/






.dark-bg p {
color: #c5c4c4;	
}


#contact p {line-height: 18px;
    color: #f2f2f2;
}

a{color: #333231; font-weight:400;}
a:hover, a:focus, a:active, a.active {
	color: #23ad21; text-decoration: none;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

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


@media screen and (min-width: 300px) and (max-width:1390px)  {
.csr-lightbg {background-color: #f0eeea;    border-top: 1px solid #c3cdcc;    padding: 70px 20%!important;    }

}

@media screen and (min-width: 300px) and (max-width:1440px)  {
.csr-lightbg {background-color: #f0eeea;    border-top: 1px solid #c3cdcc;    padding: 70px 20%!important;    }

}



@media (max-width: 768px) {
    .policies-innersection{margin-bottom: 20px;}
}

@media (min-width: 1600px) {

.container {
    width: 1500px!important;
}


}
@media (min-width: 768px) {
	section {
		padding: 150px 0;
	}
}

section {
	padding: 70px 0;
}

ul {
	padding-left: 0;
	padding-top: 10px;	
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
}

section ul li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f105";
	padding-right: 7px;
	color: #23AD21;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
/*	background-color: #222;*/
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Montserrat",sans-serif;
	padding: 0px;
	padding-top: 6px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #23ad21;
	border-color: #23ad21
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #23ad21
}
.navbar-default .nav li a {
	    font-family: 'OpenSansBold';
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #000;border-bottom:3px solid transparent;
    font-size: 13px;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #000; 
	outline: 0; border-bottom:3px solid #24a920;

/*    transition: border-width 0.1s ease-in-out;*/
}
.navbar-nav>li>a {
    padding-top: 15px; padding: 0px;
    margin: 10px;
    padding-bottom: 5px!important;
    margin-bottom: 10px;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136;
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: rgba(255, 255, 255, 1);
		padding: 5px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #FFFFFF;
		border-bottom: 1px solid #828282;
		padding: 5px 0;
		
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
/*		margin-top: 10px;*/
            margin-top: 2px;
	}
}

/*--------------------
3. Header
--------------------*/

header {
	background-image: url(../images/banner/banner01.jpg);
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff;
}

header .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	header .intro-text {
		padding-top: 230px;
		padding-bottom: 400px;
    }
}

header .intro-text .intro-lead-in {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.65);
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: "Open Sans",sans-serif;
	font-size: 19px;
	color: #3E3E3E;
	font-weight: 300;
	line-height: 40px;
}

@media (min-width: 768px) {
	header .intro-text .intro-lead-in {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 45px;
	}
}

header .intro-text .intro-heading {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
	letter-spacing: -3px;
	word-spacing: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
	header .intro-text .intro-heading {
		line-height: 95px;
		font-size: 77px;
		margin-bottom: 50px;
	}
}

.banner-text .intro-heading{
line-height: 95px;  font-family:'OpenSans-ExtraBold';  font-size:35px;      text-transform: uppercase;    font-weight: 900;    font-size: 40px;    line-height: 48px;     letter-spacing: -1px;    word-spacing: 10px; text-align: center; padding:35px 20%;
color: #FFFFFF;    text-shadow: 1px 1px 1px rgb(0, 0, 0); background-image: url(../images/banner/green-strip.jpg); background-repeat: no-repeat; background-size: cover;
}



.text-center p{text-align: center; line-height: 19px!important; color: #c5c5c5!important;}









/*--------------------
4. Sections
--------------------*/
.section-title img{width: 100%;}
#ethos img{width:auto!important;}
.form-group textarea{padding: 10px!important;}
.section-title h2 {
	font-size: 34px;
	text-transform: uppercase;
	color: #333231;
	font-weight: 800;
	letter-spacing: -0.6px;
	position: relative;
	margin-bottom: 20px; text-align: center;
	padding-bottom: 15px;
}

.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 40px;
	height: 2px;
	content: " ";
	bottom: -5px;
	margin-left: -20px;
	text-align: center;
	position: absolute;
	background: #23AD21;
}

.dark-bg .section-title h2 {
	color: #fff;
}

.section-title p {
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
/*	margin: 20px 100px 60px 100px;*/
    margin-bottom: 20px; 
    margin-right: 0px;
}

/*--------------------
4.1. About
--------------------*/

.mz-module-about h3 {
	font-weight: 500;
	font-size: 19px;
	text-transform: uppercase;
	color: #000000;
letter-spacing: 0px;
	margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
	color: #FFFFFF;
}

.mz-module-about p {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: #969696;
}

.ot-circle {
	height: 95px;
	width: 95px;
	text-align: center;
line-height: 90px;
	color: #FFFFFF;
	/* border: 3px solid #000; */
	border-radius: 100px;
	background-color: #23AD21;
	margin: 0 2px 4px;
	font-size: 24px;
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
	margin: 0 0 30px;
	font-weight: 800;
	color: #5D5D5D;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.dark-bg .section-text h3 {
	color: #dfdfdf;
}

.dark-bg .section-text h4 {
	color: #dfdfdf;
}


/*--------------------
4.3. board
--------------------*/

#board{}
#board h3{color: #23ad21!important; font-size: 20px;font-family:'OpenSans';}
#board p{color: #333231!important; font-size: 14px;	font-family:'OpenSans';}
#board h5{color: #4d4d4d!important; font-size: 13px;font-family:'OpenSans';}
#board h5 a{text-decoration: none;color: #4d4d4d;}
#board h5 a:hover{text-decoration: none;color: #23ad21;}

.owl-stage{width:100%; }

.pop-up-content ul{    list-style: disc!important;
    padding-bottom: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;}

.pop-up-content ul li {    list-style: disc!important;
    padding-bottom: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px; margin-left: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;}
.pop-up-content ul li a{color: #4d4d4d; list-style:circle!important;}
.pop-up-content h1{    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #2D2D2D;}

.pop-up-content p strong{font-weight: bold;    font-family: 'OpenSans-ExtraBold';}


/*--------------------
4.3. board
--------------------*/




/*--------------------
4.3. team
--------------------*/

#item{border-bottom: 1px solid #c3cdcc;border-top: 1px solid #c3cdcc;}
/*#board h3{color: #23ad21!important; font-size: 20px;font-family:'OpenSans'; background-color: #f0ede9;}*/

.finance{border-bottom: 1px solid #c3cdcc;border-top: 1px solid #c3cdcc;}
.finance h3{background-color: #f0ede9;margin: 0px;padding: 21px;}

.finance h2:after{background: transparent!important;}
.finance h1:after{background: transparent!important;}
.pop-up-content p a{text-decoration: none; color: #333231;}
.pop-up-content p a:hover{text-decoration: none!important; color: #23ad21;}
.img-responsive{width: 100%;}

/*--------------------
4.3. team
--------------------*/


/*--------------------
4.3. group
--------------------*/
.group-lightbg{background-color:#f0eeea;    border-top: 1px solid #c3cdcc;}
.group-inner{width:80%; margin:0 auto; text-align:center;}
.group-inner p{text-align: center; font-size: 18px;margin-bottom: 55px;}

/*--------------------
4.3. group
--------------------*/


/*--------------------
4.3. csr
--------------------*/
.csr-lightbg{background-color:#f0eeea;    border-top: 1px solid #c3cdcc;padding: 70px 27%;}
/*.csr{width:80%; margin:0 auto; text-align:center;}*/
.csr-inner{width:100%; margin:0 auto; background-color:#fff; margin-top:20px; padding: 20px;}
.csr-inner p{font-size: 13px;    line-height: 20px;}
.csr-inner h2{font-size: 25px; font-weight: bold; text-transform: uppercase; color: #333231; text-align: center;}
.csr-lightbg p{ color: #333231!important;}

/*--------------------
4.3. csr
--------------------*/




/*--------------------
4.3. policies
--------------------*/
.policies-bg{background-image: url(../images/home-page02.jpg); background-repeat: no-repeat; background-size: cover;}
.policies-bg h2 {color: #fff;}
.policies-bg h2:after{background:#fff;}
.policies-innersection{background:#fff; width:100%; text-align: center; padding: 70px; 20%; height: 253px;}
.policies-innersection h3{font-size: 19px; color: #39b537;font-family:'OpenSans'; text-align: center;margin-top: 20px; text-transform: uppercase;}
/*--------------------
4.3. policies
--------------------*/






/*--------------------
4.3. investor
--------------------*/
.investor h4{color: #333231; font-size: 16px; font-weight: bold; text-transform: uppercase;text-align: left;}
.investor table b{font-family:'OpenSans-ExtraBold';}
.demat{font-size: 18px;font-family:'OpenSansBold';font-weight: bold;float: left;}



/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
/*
  border-radius: 4px;
  -moz-border-radius: 4px;
*/
/*  border:1px solid #ddd;*/
  margin-top: 20px;
  margin-left: 50px;
/*
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
*/
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;border-radius: 0px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: transparent;
  background-image: transparent;
 border:none;   border-left: 6px solid #23ad21; 
  color: #ffffff;  border-radius: 0px; 
}
/*
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}
*/

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

/*--------------------
4.3. investor
--------------------*/





















/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 1px 1px 0;
/*	min-width: 320px;
	max-width: 480px;
	max-height: 360px; */
	background: #726FB9;
	text-align: center;
	cursor: pointer;	
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
}

figure.effect-bubba img {
	/* opacity: 0.95; */
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
	background-color: #f8f8f8;
}

.dark-bg {
	background-color: #333231;	
	color: #fff;
}

.short-section {
	border-top: 1px solid #5D5D5F;
	border-bottom: 1px solid #5D5D5F;
	padding-top: 70px;
	padding-bottom: 70px;
}

.counter-item h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
}

.counter-item h6 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.owl-portfolio .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-] {
	padding: 8px 17px;
	background: rgba(0, 0, 0, 0.18);
	border-radius: 0;
	margin: 0;
	font-size: 20px;
	z-index:1000;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
	float: left;
}

.owl-portfolio .owl-controls .owl-next {
	float: right;
}

.owl-portfolio-item {
	text-align: center;
	display: inline-block;
}

.partner-logo {
	height: 80px;
	text-align: center;
	display: inline-block;
}

.partner-logo img {
	height: 100%;
	width: auto !important;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #23AD21;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 15px 7px 0 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #23AD21;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
	text-align: center;
	background-color: #fff;
}

.team-item h3 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2D2D2D;
}

.team-item .team-position {
	color: #989898;
	font-size: 12px;
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.team-item p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
	margin-top: 15px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
	padding: 15px;
	border: 1px solid #BBBBBB;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	font-size: 13px;
}

.contact h3 {
	margin-bottom: 30px;
}

.contact p {
	font-size: 13px;
}

.contact .day {
	display: inline-block;
	width: 80px;
}

.contact i {
	margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
	padding: 20px;
	background-color: #2d2b2a;	
}

footer p {
	color: #969696;
	margin: 0;
	font-size: 12px;
	text-transform: none;
	font-weight: 500; text-align: left!important;
	letter-spacing: 0px;
}

footer p a {
	color: #969696;
}

footer p a span {
	color: #969696;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {	
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
	margin-right: 15px;
	padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #fec503;
	border-color: #f6bf01;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #000;
	background-color: #B9DB56;
	border-color: #B9DB56;
}

.btn {
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #23AD21;
}

.btn-xl {
color: #fff;
    background-color: #23AD21;
    /* border-color: #726FB9; */
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #A9A9B1;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #fed136;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media screen and (max-width: 1200px) {
    .navbar-default .nav li a{  font-size: 11px;}
    
    .banner-text .intro-heading {
        font-size: 38px;}
    
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
    and (orientation : portrait) {
        .banner-text .intro-heading{padding: 35px 9%;}
    }



@media only screen
and (min-width : 320px)
and (max-width : 480px) {
    
    .navbar-default .nav li a {border-bottom:3px solid transparent;}
    .navbar-nav>li>a{    margin:0px 10px;}
    
  .csr-lightbg {
    background-color: #f0eeea;
    border-top: 1px solid #c3cdcc;
    padding: 70px 5%!important;
}  
    
    
  .navbar-default .navbar-brand {
      padding-top: 0px;    margin-left: 11px;}  
 .banner-text .intro-heading {    font-size: 19px;    line-height: 25px;    padding: 35px 7%;}
 div.bhoechie-tab-container {    margin-left: 5px;}   
    .investor h4 {
    color: #333231;
    font-size: 11px;
        font-weight: bold;}
    div.bhoechie-tab-content {
        padding-left: 0px;}
    
    
    .csr-lightbg {
    background-color: #f0eeea;
    border-top: 1px solid #c3cdcc;
        padding: 70px 4%;}
    
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}
