/*** 

====================================================================
	Market Section
====================================================================

***/

.market-section{
	position:relative;
	padding:100px 0px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.market-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;

}

.market-section .title-column{
	position:relative;
}

.market-section .title-column .sec-title{
	margin-bottom:40px;
}

.market-section .title-column .sec-title h2{
	color:#fff;
}

.market-section .title-column .inner-column{
	position:relative;
	padding-bottom:40px;
	border-bottom:1px solid rgba(255,255,255,0.20);
}

.market-section .title-column .inner-column .text{
	position:relative;
	color:#c4c4c4;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:27px;
}

.market-section .title-column .inner-column .view_all{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	line-height:1.2em;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.market-section .title-column .inner-column .view_all .icon{
	position:relative;
	margin-right:4px;
}

.market-section .title-column .inner-column .view_all:hover{
	color:#f55b14;
}

.market-section .row{
	margin:0px -30px;	
}

.market-section .row .m-block{
	padding:0px 30px;
}

.market-section .row .m-block:nth-child(2) .inner-box:after,
.market-section .row .m-block:nth-child(3) .inner-box:after,
.market-section .row .m-block:nth-child(5) .inner-box:after,
.market-section .row .m-block:nth-child(6) .inner-box:after{
	content:'';
	position:absolute;
	left:-30px;
	bottom:30px;
	top:0px;
	border-left:1px solid rgba(255,255,255,0.20);
}

.market-block{
	position:relative;
	margin-bottom:30px;
}

.market-block .inner-box{
	position:relative;
	padding:30px 0px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	border-bottom:1px solid rgba(255,255,255,0.20);
}

.market-block .inner-box h3{
	color:#333;
}

.market-section .row .m-block:nth-child(4) .inner-box,
.market-section .row .m-block:nth-child(5) .inner-box,
.market-section .row .m-block:nth-child(6) .inner-box{
	border-bottom:none;
}

.market-section .market-block .inner-box:before{
	content:'';
	position:absolute;
	left:-30px;
	right:-30px;
	top:0px;
	bottom:-1px;
	opacity:1;
	visibility:hidden;
	
}

.market-section .market-block .inner-box:hover:before{
	opacity:1;
	visibility:visible;	
}

.market-block .inner-box:hover{

}

.market-block .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:500;
	line-height:1.5em;
	margin-bottom:15px;
}

.market-block .inner-box h3 a{
	position:relative;
	color:#ffffff;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.market-block .inner-box h3 a:hover{
	color:#020e28;
}

.market-block .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.8em;
	font-weight:400;
	margin-bottom:35px;
	opacity:1;
	visibility:visible;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.market-block .inner-box:hover .text{
	opacity:1;
	visibility:visible;
}

.market-block .inner-box .view_all{
	position:absolute;
	left:0px;
	bottom:30px;
	font-size:14px;
	font-weight:600;
	color:#ffffff;
	letter-spacing:1px;
	opacity:1;
	visibility:visible;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.market-block .inner-box .view_all:hover{
	color:#020e28;
}

.market-block .inner-box:hover .view_all{
	opacity:1;
	visibility:visible;
}

/*** 

====================================================================
	APPROACH
====================================================================

***/
.features_section {
    background-image: url(../images/about.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 0;
    overflow: hidden;
}
.col_features_content {
    background-color: #212121;
    position: static;
}
.wrap_features {
    padding: 110px 0 110px 40px;
    position: relative;
    z-index: 9;
    height: 100%;
}
.wrap_features .section-title h3 {
    margin-bottom: 10px;
}
.wrap_features::before {
    content: "";
    position: absolute;
    width: 146%;
    height: 100%;
    background-color: rgb( 22, 28, 44 );
    z-index: -1;
    bottom: 0;
    left: -15px;
}
.w_color {
    color: #fff;
}
.w_color_2 {
    color: #eee;
}
.tp-large-head{

    font-weight: 900;
    font-size: 34px;
    line-height: 43px;
    
}
.p_color {
    color: #fd972e;
}
.features_list {
	margin-left:;
    padding-top: 30px;
}
.features_list li {
    padding-bottom: 30px;
}

.features_list li:last-child {
    padding-bottom: 0;
}
.p_bg {
    background-color: #fd972e;
}
.feature_icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
}

.feature_details {
    overflow: hidden;
}
.tp_medium_title {
    font-size: 18px;
    font-weight:500;
    text-transform: uppercase;
    line-height: 21px;
    margin-bottom: 13px;
}
.features_list .tp_medium_title {
    text-transform: capitalize;
    font-weight: 600;
}
.feature_details p {
    margin-top: 14px;
}
.feature_details .tp_medium_title {
	font-size:17px;
    font-weight: 400;
    text-transform: capitalize;
	margin-top: 15px;
}

/*** 

====================================================================
	SERVICES
====================================================================

***/
.bg15 {
background: #5d5d5d url(../images/services.jpg) no-repeat top;
}
.snip1336 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 5px 5px 0 5px;
  width: 19%;
  color: #ffffff;
  text-align: left;
  line-height: 1.4em;
  background-color: #1c2132;
  min-height:545px;
}
.snip1336 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1336 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.snip1336 figcaption {
  width: 100%;
  background-color: #1c2132;
  padding: 12px;
  position: relative;
}
.snip1336 figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #1c2132;
}
.snip1336 figcaption a {
  padding: 5px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block;
  opacity: 0.65;
  width: 47%;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}
.snip1336 figcaption a:hover {
  opacity: 1;
}
.snip1336 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.snip1336 .follow {
  margin-right: 4%;
  border-color: #2980b9;
  color: #2980b9;
}
.snip1336 h4 {
  color:#fff;
  margin: 0 0 5px;
  font-weight: 500;
}
.snip1336 h2 span {
  display: block;
  font-size: 0.5em;
  color: #2980b9;
}
.snip1336 p {
  color:#fff;
  margin: 0 0 10px;
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.8;
  line-height: 20px;
}
.snip1336 .btn {
  color:#e0af63;
  margin: 0 0 -15px -12px;
  font-size: 0.8em;
  letter-spacing: 1px;
  opacity: 0.8;
}
.snip1336 .btn-link {
    font-weight: 400;
	color: #e0af63!important;
    border-radius: 0;
}
.snip1336 .card-body {
    font-size: 0.9em;
    color:#fff;
}

@media (max-width: 1200px) {
	.snip1336 {
    width: 23%!important;
	}
	
}
@media (max-width: 992px) {
	.snip1336 {
    width: 32%!important;
	}
	
}
@media (max-width: 767px) {
	.snip1336 {
    width: 48%!important;
	}
	
}
@media (max-width: 517px) {
	.snip1336 {
    width: 98%!important;
	}
	
}

