/*Common Global css start*/


/* --------------------------------------
TYPOGRAPHY
------------------------------------------*/
.tabEight-2 { font-size:3em;}




/* --------------------------------------
LINK STYLE
------------------------------------------*/




/*Global Classes*/
.padding-top-bottom-100 {
    padding-top: 100px;
    padding-bottom: 100px;
	background:#fff;
}


/*LIST STYLE*/

/*To make different list style you should add any of given class below  to ul tag.*/




/* ===========================================
TAB STYLE START
============================================== */


/*pxlr-tab-style-one start*/
.pxlr-tab-style-one .nav-tabs li{
	margin-bottom: 0px;
}

.pxlr-tab-style-one .nav-tabs>li>a {
	margin-right: 10px;
	line-height: 25px;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #f1f1f1;
	color: #969595;
	height: 48px;

}

.pxlr-tab-style-one .nav-tabs>li:last-child a{
	margin-right: 0px;
}
.pxlr-tab-style-one .nav-tabs.nav-justified>.active>a, 
.pxlr-tab-style-one .nav-tabs.nav-justified>.active>a:focus, 
.pxlr-tab-style-one .nav-tabs.nav-justified>.active>a:hover {
	border-bottom-color: #f1f1f1;
	background-color: #fff;
	color: #31aaeb;
}

@media (min-width: 768px){
	.pxlr-tab-style-one .tab-content {
		background-color: #fff;
		padding: 20px 30px 45px 30px;
		border-bottom: 1px solid #f1f1f1;
		border-right: 1px solid #f1f1f1;
		border-left: 1px solid #f1f1f1;
		border-top: 1px solid #f1f1f1;
	}
}

.pxlr-tab-style-one .tab-pane img.pull-left {
  	margin-right: 20px;
}
.pxlr-tab-style-one .tab-pane img {
  	margin-top: 7px;
}
/*pxlr-tab-style-one end*/


/*pxlr-tab-style-two start*/
.pxlr-tab-style-two {}
.pxlr-tab-style-two .nav-tabs {
	border: none;
	background-color: #313131;
	border-bottom: 1px solid #3b3b3b;
}
.pxlr-tab-style-two .nav-tabs>li {
	margin-bottom: -1px;
	border-right: 1px solid #3b3b3b;
	height: 51px;
}



.pxlr-tab-style-two .nav-tabs>li>a {
	margin-right: 0;
	line-height: 24px;
	border: 0;
	border-radius: 0;
	background-color: #313131;
	color: #969595;
	border-bottom: 1px solid transparent;
}

.pxlr-tab-style-two .nav>li>a:focus, 
.pxlr-tab-style-two .nav>li>a:hover {
  	background-color: transparent;
}

.pxlr-tab-style-two .nav-tabs>li.active>a, 
.pxlr-tab-style-two .nav-tabs>li.active>a:focus, 
.pxlr-tab-style-two .nav-tabs>li.active>a:hover {
	color: #31aae2;
	background-color: #313131;
	border: 0;
	border-top: 3px solid #31aae2;
  
}
@media (min-width : 768px) {
  .pxlr-tab-style-two .tab-content{
    background-color: #313131;
    color: #969595;
    padding: 30px;
  }
}
.pxlr-tab-style-two .tab-pane ul {
	margin-top: 20px;
}
.pxlr-tab-style-two .tab-pane ul>li>i {
	margin-right: 10px;
	color: #31aae2;
}

/*collapse in small devices*/
.pxlr-tab-style-two .panel-body img{
	margin-top: 8px;
}
.pxlr-tab-style-two .panel-body img.pull-left {
	margin-right: 20px;
}
.pxlr-tab-style-two .panel-body img.pull-right {
	margin-left: 20px;
}
/*pxlr-tab-style-two end*/


/*pxlr-tab-style-three start*/
.pxlr-tab-style-three {}
.pxlr-tab-style-three .nav-tabs {
	border: 1px solid #fff;
	border: none;
}
.pxlr-tab-style-three .nav-tabs>li {
	border-top: 2px solid #f1f1f1;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #f9f9f9;
	height: 53px;
}
.pxlr-tab-style-three .nav-tabs>li:last-child {
    border-right: 1px solid #fff;
}
.pxlr-tab-style-three .nav-tabs>li.active {
	border-top: 2px solid transparent;
	border-bottom: 1px solid transparent;
	background-color: #f9f9f9;
	/*margin-top: -2px;*/
}

.pxlr-tab-style-three .nav-tabs>li>a {
	background-color: #f9f9f9;
	border: 0;
	border-radius: 0;
	color: #969595;
	margin-right: 0;
	line-height: 50px;
	padding: 0 30px;
	transition: inherit;
}
.pxlr-tab-style-three .nav>li>a:focus, 
.pxlr-tab-style-three .nav>li>a:hover {
    background-color: transparent;
}
.pxlr-tab-style-three .nav-tabs>.active>a, 
.pxlr-tab-style-three .nav-tabs>.active>a:focus, 
.pxlr-tab-style-three .nav-tabs>.active>a:hover {
	color: #31aae2;
	line-height: 50px;
	border: 0;
	box-shadow: inset 0px 2px 0px #31aae2;
}


.pxlr-tab-style-three .tab-content{
	background-color: #f9f9f9;
}

@media (min-width : 768px) {
	  .pxlr-tab-style-three .tab-content{
	    padding: 30px;
	  }
}
.pxlr-tab-style-three .tab-pane img {
  	margin-top: 8px;
}
.pxlr-tab-style-three .tab-pane img.pull-left {
  	margin-right: 20px;
}
.pxlr-tab-style-three .tab-pane img.pull-right {
  	margin-left: 20px;
}
/*collapse in small devices*/
.pxlr-tab-style-three .panel-body img{
  	margin-top: 8px;
}
.pxlr-tab-style-three .panel-body img.pull-left {
  	margin-right: 20px;
}
.pxlr-tab-style-three .panel-body img.pull-right {
  	margin-left: 20px;
}
/*pxlr-tab-style-three end*/



/*pxlr-tab-style-four start*/
.pxlr-tab-style-four .nav-tabs {
	border: 1px solid #f1f1f1;
	border-bottom: none;
}
.pxlr-tab-style-four .nav-tabs li {
	/*border-top: 1px solid #f1f1f1;*/
	border-right: 1px solid #fdfdfd;
	border-bottom: 1px solid #f1f1f1;
}
.pxlr-tab-style-four .nav-tabs li.active {
  	border-bottom: 1px solid transparent;
	border-top:4px solid #fcca15;
}
.pxlr-tab-style-four .nav-tabs li:last-child {
  	border-right: 0;
}
.pxlr-tab-style-four .nav-tabs>li>a {
	border: 0;
	border-radius: 0;
	background-color: #125993;
	color: #f1f1f1;
	height: 55px;
	line-height: 55px;
	padding: 0;
}
.pxlr-tab-style-four .nav-tabs>.active>a, 
.pxlr-tab-style-four .nav-tabs>.active>a:focus, 
.pxlr-tab-style-four .nav-tabs>.active>a:hover {
	border: 0;
	background-color: transparent;
	color: #125993;
	font-weight:bold;
	font-size:1em;
	font-family:'Open Sans';
	
}

.pxlr-tab-style-four i{
	padding: 10px 10px 0px 0px;
	color:#125993;
}

.pxlr-tab-style-four li:first-child { margin-top:10px;}

@media (min-width : 768px) {
  .pxlr-tab-style-four .tab-content{
    border: 1px solid #f1f1f1;
    padding: 30px;
    border-top: 0;
    overflow: hidden;
  }
}
.pxlr-tab-style-four .tab-pane img {
  	margin-top: 8px;
}
.pxlr-tab-style-four .tab-pane img.pull-left {
  	margin-right: 20px;
}
.pxlr-tab-style-four .tab-pane img.pull-right {
  	margin-left: 20px;
}
/*collapse in small devices*/
.pxlr-tab-style-four .panel-body img{
  	margin-top: 8px;
}
.pxlr-tab-style-four .panel-body img.pull-left {
  	margin-right: 20px;
}
.pxlr-tab-style-four .panel-body img.pull-right {
  	margin-left: 20px;
}

.pxlr-tab-style-four .tab-pane p {
  	margin-bottom: 15px;
	line-height:22px;
	color:#464646;
	font-size:0.95em;
	text-align:justify;
}

.pxlr-tab-style-four .tab-pane li {
	color:#464646;
	font-size:0.95em;}
.pxlr-tab-style-four .tab-pane p:last-of-type {
  	margin-bottom: 0;
}
/*pxlr-tab-style-four end*/

/*pxlr-tab-style-five start*/
.pxlr-tab-style-five .nav-tabs{
	border-bottom: none;
}

.pxlr-tab-style-five .nav-tabs>li>a {
	margin-right: 10px;
	line-height: 1.42857143;
	border: 2px solid #f1f1f1;
	border-radius: 5px;
	background-color: #fff;
	color: #969595;
}

.pxlr-tab-style-five .nav-tabs>li.active>a, 
.pxlr-tab-style-five .nav-tabs>li.active>a:focus, 
.pxlr-tab-style-five .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #31aaeb;
	border: 2px solid #31aaeb;
}

.images{ margin-left:20px;}
.images img {margin-bottom:25px;}

@media (min-width: 768px){
	.pxlr-tab-style-five .tab-content {
	  margin-top: 24px;
	}


.pxlr-tab-style-five .tab-pane img {
  	margin-top: 7px;
}
.pxlr-tab-style-five .tab-pane img.pull-left {
  	margin-right: 24px;
}
}
/*pxlr-tab-style-five end*/


@media (max-width: 680px){
	.images {display:none;}
	.pxlr-tab-style-four .nav-tabs li.active {
  	border-bottom: 1px solid transparent;
	border-top:none;
	background:#f1f1f1;
	
	
	
	}
	
	



