@charset "utf-8";
html {
	overflow-y: scroll;
	font-size: 16px;
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 130px;
	line-height: 1.438rem;
	color: #000000;
}
ul {
	list-style: disc;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2.125rem;
}
h3 {
	font-size: 1.875rem;
	font-weight: 400;
	margin: 1.46rem 0;
}
h4 {
	font-size: 1.563rem;
	font-weight: 400;
}
h5 {
	font-size: 1.25rem;
	font-weight: 700;
}
h6 {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.688rem;
	margin: 1rem 0 1rem 0;
}
p {
	font-size: 1rem;
}
a {
	text-decoration: none;
	color: #049cac;
}
a:hover, a:focus {
	text-decoration: none;
	color: #049cac;
}
img {
	max-width: 100%;
}
button {
	margin: 1rem;
}
.media img {
	max-width: none;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
	color: #fff;
	border: 1px solid #404b6e;
	font-size: 1.286rem;
	font-weight: 600;
	height: 4rem;
	padding: 0 18px;
	width: 90%;
}
input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #df32dc;
	box-shadow: 0 1px 0 0 #df32dc;
}
::-webkit-input-placeholder {
color: #404b6e;
}
:-moz-placeholder {
color: #404b6e;
}
::-moz-placeholder {
color: #404b6e;
}
:-ms-input-placeholder {
color: #404b6e;
}
.grn-text {
	color:#11668a;
}
.cyan-text {
	color:#049cac;
}
button:focus {
	outline: medium none;
}
iframe {
	width: 100%;
}
ol li {
	margin-left: 18px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.btn-primary  {
	border: none;
	font-size: 1.3rem;
	padding: 1.3rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	font-weight: 700;
	background: #019aaa;
	color: #fff;
}
.btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, 
.btn-primary:focus, .btn-primary.active:hover, .btn-primary:active.focus, 
.btn-primary:active:focus, .btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
	background-color: #05577a;
}
.relative {
	position: relative;
}
.clear {
	clear: both;
}
.list-inline li {
	display: inline-block;
	list-style: none;
	padding: 0 10px;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
.gapTB30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.pdL20 {
	padding-left: 20px
}
.blu-text {
 color: #4f81bd;
}
.delta-text {
 color: #05577a;
}

/* Page Style */
.navbar-default {
    background-color: #fff;
    border: 0;
    z-index: 1;
    border-radius: 0;
    margin: 30px 0 20px;
}
.navbar-default .navbar-nav>li>a {
	color:#000;
}
.navbar-brand { 
	height: auto;
	padding-top: 5px;
    padding-bottom: 0px;
}
.navbar-default:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 38px;
    height: 81px;
    background: #fff;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);

}
.navbar-default:after {
    content: "";
    position: absolute;
    right: -20px;
    width: 43px;
    height: 81px;
    top: 0;
    z-index: -1;
    background: #fff;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
}
.navbar-nav>li>a {
    padding-top: 31px;
    font-size: 1.125rem;
    padding-bottom: 30px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover  {
    color: #fff;
    background-color: #019aaa;
}
.navbar-default .navbar-nav>.active>a:before, .navbar-default .navbar-nav>li>a:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #005578;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    margin: 0 auto;
}
.navbar-default .navbar-nav>li>a:hover {
	background-color: #f1f1f1;
}
.navbar-toggle {
    margin-top: 23px;
}
.navbar-default .navbar-nav {
    margin-left: 30px;
}
.call-links {
    font-size: 0.8125rem;
    color: #000;
    list-style: none;
    font-weight: 700;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
}
canvas#canv {
	background: #05577a;
}
.call-links li a, .call-links li {
	color:#000;
	line-height: 1.25rem;
	text-align: right;
}
.call-links li i {
	color:#000;
	margin-right: 10px;
}
.banner-wrap {
	background: #05577a;
	color: #ffffff;
}
.banner-content h3 {
    min-height: 40px;
}
h1.webtitle {
	font-size: 4.063rem;
	font-weight: 900;
}
.particles {
	overflow: hidden;
	max-height: 300px;
}
div#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.feature-wrap {
    padding: 3.125rem 0 6.25rem 0;
    background: #ffffff;
    position: relative;
}
.feature-header {
    background: #f1f1f1;
    padding: 15px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.media-left {
	vertical-align: middle;
}
.media-body p {
	margin-bottom: 0;
}
.media-heading {
	color:#14688b;
	font-weight: 700;
} 
.feature-content {
    padding: 30px 10px 30px;
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.085);
    -moz-box-shadow: 0 3px 2px rgba(0,0,0,0.085);
    -o-box-shadow: 0 3px 2px rgba(0,0,0,0.085);
    -ms-box-shadow: 0 3px 2px rgba(0,0,0,0.085);
    box-shadow: 0 3px 2px rgba(0,0,0,0.085);
}
.marquee {
    height:110px;
    overflow: hidden;
}
.lt1 {
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
}
.lt2 {
  -moz-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
}
.lt3 {
  -moz-animation-delay: 3.5s;
   -webkit-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  -ms-animation-delay: 3.5s;
}
ul.bulltes {
    padding-left: 0;
    margin-bottom: 0;
}
ul.bulltes li {
    padding: 5px 5px 5px 20px;
    list-style-position: inside;
    list-style-type: circle;
}
ul.bulltes li:hover {
	background: #f1f1f1; 
}
/* About Us */
.banner-wrap.inner {
	background-image: url(../images/cover-bg.jpg);
	background-repeat: repeat-x;
	min-height: 145px;
}
.page-title {
    margin: 2.5rem 0;
}
.page-title h1 {
	font-weight: 900;
}
.page-title h1 span {
	color:#05577a;
}
.company-image {
	position: relative;
	margin-bottom: 20px;
}
.company-info {
	padding-bottom: 30px;
}
.company-info h5 {
	margin-top: 0;
	font-weight: 400;
}
.envision {
    text-align: center;
    line-height: 27px;
}
.ourmission h5 {
	font-style: italic;
	font-weight: 700;
}
.ourmission h5 span {
	font-style: normal;
	font-weight: 400;
	margin-left: 10px;
}
.mission-caption {
	color:#049cac;
	font-weight: 700;
	/*background-color: #f1f1f1;
	font-size: 20px;*/
    padding: 15px 10px;
    margin: 20px 0;
}
.more-section {
    border-top: 2px solid #e2e2e2;
    margin: 1rem 0;
    padding: 0.8rem 0;
}
.readmore {
	font-weight: 700;
	font-size: 0.9375rem;
	color:#05577a;
}
.adress-detail .media-left{
 	min-width: 60px;
    text-align: center;
    vertical-align: middle;
    }
.readmore i {
	margin: 0 6px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;	
}
.readmore:hover i {
	margin-left: 10px;
}
ul.bullets {
    padding-left: 20px;
}
ul.bullets li {
    color:#4f81bd;
}
/* animated border */
.animated-border {
    margin: 20px auto;
    height: 89%;
    width: 89%;
    position: absolute;
    box-shadow: 0 0 0 1px #fff;
    transition: 0.2s 0.18s;
    left: 0;
    right: 0;
}
.animated-border:before, .animated-border:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0%;
  background: #fff;
  transition: 0.2s;
}
.animated-border:before {
  top: -1px;
  right: -1px;
}
.animated-border:after {
  bottom: -1px;
  left: -1px;
}
.animated-border:hover {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
  transition: 0.2s;
}
.animated-border:hover:after, .animated-border:hover:before {
  width: 89%;
  transition: 0.2s 0.18s;
}
/* Contact */
.adress-detail {
	background: #f1f1f1;
	padding: 20px 20px;
	margin-bottom: 25px;
}
.adress-detail .media-left i {
	font-size: 60px;
	text-align: center;
	color:#049cac;
}
.adress-detail .media-body {
	padding-left:10px;
	vertical-align: middle;
}
.adress-detail .media-body ul {
	margin:0;
}
.adress-detail .media-body ul li h6 {
	margin:0;
	font-size: 1.063rem;
}
.adress-detail .media-body ul.support-tell li h6 {
    font-size: 1.563rem;
}
.adress-detail .media-body ul li h6 a {
	color:#000;
}
.adress-detail .media-body ul li h6 a:hover {
	color:#049cac;
}
.adress-detail.inner {
    padding: 20px 0 0;
    margin: 0;
}
.adress-detail.inner .media-body {
	border-top: 1px solid #e2e2e2;
	padding: 20px 0 0 10px;
}
.adress-detail .media-left i.fa-envelope { 
	font-size: 50px
}
.map-location {
	margin-bottom: 20px;
}
.be-social {
	padding-bottom: 40px;
}
.muted-placeholder {
	color:#777;
}
/* Team */
.text-muted {
	color:#8b8b8b;
}
.ourteam, .contact-wrap {
	padding-bottom: 40px;
} 
.team-member {
    background: #f1f1f1;
    padding: 20px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 30px;	
}
.team-member .media-left h4 {
	font-weight: 900;
	color:#05577a;
	margin-bottom: 3px;
}
.team-member .media-left h6 {
	margin: 0;
	font-size: 1.063rem;
}
.team-member .media-body {
    border-left: 1px solid #e0e0e0;
    padding-left: 20px;
}
.team-member .media-left {
    padding-right: 20px;
}
/* FinBlaze */
.finblaze-graphics .carousel-inner {
	min-height: 850px;
}
.finblaze-graphics {
	background-image: url(../images/macscreen.jpg);
	background-repeat: no-repeat;
	min-height: 850px;
	margin:20px 0 50px;
	background-position: center 0;
}
#finblazeCarousel .item h3.delta-text {
    background: #fff;
    padding: 16px;
    max-width: 78%;
    position: relative;
    margin: 60px auto 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
#finblazeCarousel .item h3.delta-text:after {
    content: "";
    border-bottom: 15px solid TRANSPARENT;
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    text-align: center;
    bottom: -27px;
    margin: 0 auto;
}
/* Carousel Fading slide */
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
 }

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active { opacity: 1; }

.carousel-fade .active.left,
.carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 

.pd-ul {
	padding-left: 18px;
	margin-bottom: 30px;
}
.finblaze-traders {
    margin-bottom: 70px;
}
.finblaze-sales h3, .finblaze-traders h3 {
    margin-top: 0;
}
.finblazegraph {
    margin: 40px 60px 40px;
}
.graphicbox1 ul li {
    background: #d3fbff;
    margin-bottom: 20px;
    padding: 13px 10px;
    font-size: 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    max-width: 65%;
    margin: 0 auto 20px;
    border: 1px solid #42ff00;
}
.graphicbox1 ul li.supervalue {
	color:#fff;
	background: #009cad; 
	background: -moz-linear-gradient(top,  #009cad 0%, #17155a 100%);  
	background: -webkit-linear-gradient(top,  #009cad 0%,#17155a 100%);  
	background: linear-gradient(to bottom,  #009cad 0%,#17155a 100%);  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cad', endColorstr='#17155a',GradientType=0 );  
}

.finblazegraph.ellipsis {
    margin: 20px 60px 40px;
}
.ellipsis  .graphicbox1 ul li.supervalue {
    height:130px;
    width: 130px;
    max-width: none;
    padding: 38px 10px 10px;	
}
.ellipsis .graphicbox1 ul {
	position: relative;
	z-index: 1;
}
sup {
	font-size: 50%;
	top: -0.8em;
}
.ellipsis .graphicbox1 ul li { 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height:110px;
    font-size: 18px;
    width: 110px;
    text-align: center;
    padding: 30px 10px;
    margin:0 auto 10px;
}
.ellipsis .graphicbox1 ul li.custpd {
    padding-top: 42px;
}
.ellipsis .graphicbox1 ul:after {
    background: #d3fbff;
    width: 3px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    height: 430px;
    z-index: -1;
}
.fadeIn.second {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
	animation-iteration-count: 1;
}
.fadeIn.third {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
	animation-iteration-count: 1;
}

/* Footer Style */
footer.page-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 130px;
	margin: 0;
	background-color: #113747;
	padding-bottom: 20px;
	color: #aab2b6;
	font-size: 1rem;
}
footer.page-footer p, footer.page-footer a, footer.page-footer li {
	font-size: 0.75rem
}
footer.page-footer a {
	color: #aab2b6
}
.social-links {
	margin-top: 1.25rem;
}
.social-links li {
	padding: 0 2px;
}
.footer-links li a {
	border-bottom: 1px solid #aab2b6;
}
.social-links li a {
	display: block;
	height: 25px;
	width: 25px;
	overflow: hidden;
	-webkit-transition: 0.2s all ease-in-out 0s;
	-moz-transition: 0.2s all ease-in-out 0s;
	transition: 0.2s all ease-in-out 0s;
}
.fb {
	background-image: url(../images/fb.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.tw {
	background-image: url(../images/tw.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.yt {
	background-image: url(../images/yt.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.lnkdin {
	background-image: url(../images/lnkdin.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.pinterest {
	background-image: url(../images/pinterest.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.rss {
	background-image: url(../images/rss.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.rss:hover, .pinterest:hover, .lnkdin:hover, .yt:hover, .tw:hover, .fb:hover {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-3px);
	-webkit-transition: 0.2s all ease-in-out 0s;
	-moz-transition: 0.2s all ease-in-out 0s;
	transition: 0.2s all ease-in-out 0s;
}
div#back-top {
	margin-top: -25px;
}
#back-top a {
	width: 60px;
	height: 60px;
	background: #113747;
	display: block;
	padding-top: 7px;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #eee;
}
@media (min-width : 1000px) and (max-width : 1200px) {
	p {
		font-size:  0.9375rem;
	}
	.adress-detail .media-body ul.support-tell li h6 {
	    font-size: 1.463rem;
	}
}
@media (max-width : 1199px) { 
	.adress-detail .media-body ul li h6 {
    	font-size: 1.023rem;
	}
	.muted-placeholder {
		font-size: 70%;
	}
	.graphicbox1 ul li {
		max-width: 75%
	}
}
@media (max-width : 999px) {
	body {
		overflow-x: hidden
	}
	.navigation {
	    width: 100%;
	}
	.navbar-default:after, .navbar-default:before {
		content: none;
	}
	.navbar-default .navbar-nav {
	    margin-left: 0;
	}
	.navbar-nav > li > a {
	    font-size: 0.875rem;
	    padding: 31px 11px 30px 11px;
	}
	.company-image img {
	    width: 100%;
	}
	.adress-detail .media-body ul.support-tell li h6 {
	    font-size: 1.260rem;
	}
	.graphicbox1 ul li {
		max-width: 100%
	}
	#finblazeCarousel .item h3.delta-text {
    	font-size: 1.475rem;
	}
}

@media (max-width : 767px) {
	h1.webtitle {
	    font-size: 2.813rem;
	}
	h1 {
		font-size:1.875rem;
	}
	h3 {
	    margin: 0.625rem 0;
	}
	p {
		font-size:  0.9375rem;
	}
	.navbar-default {
    	margin: 15px 0;
	}
	.navbar-brand {
	    width: 73%;
	}
	.banner-img {
		text-align: center;
	}
	.banner-content h3 {
		font-size: 1.25rem;
	}
	.banner-content h4 {
		font-size: 0.9375rem;
		padding-bottom: 15px;
	}
	.call-links li a, .call-links li {
		text-align: left;
	}
	.navbar-default .navbar-nav {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.call-links {
		padding-top: 3px;
	}
	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.navbar-default .navbar-nav > .active > a::before, .navbar-default .navbar-nav > li > a:hover::before {
		content:none;
	}
	.page-title {
	    margin: 1.5rem 0;
	}
	.adress-detail .media-left i {
	    font-size: 40px;
	}
	.map-location {
	    margin-top: 25px;
	}
	.adress-detail .media-left i.fa-envelope {
	    font-size: 35px;
	}
	.team-member {
	    margin-bottom: 20px;
	}
	.finblazegraph, .finblazegraph.ellipsis {
    	margin: 0 10px 0px;
	}
	.finblaze-graphics {
		background-image: none; 
	}
	.finblaze-graphics {
		padding: 0;
	}
	.finblaze-sales {
		margin-bottom: 20px;
	}
	#finblazeCarousel .item h3.delta-text {
	    background: #05577a none repeat scroll 0 0;
	    color: #fff;
	    max-width: none;
	}
	#finblazeCarousel .item h3.delta-text::after {
    	border-color: #05577a transparent transparent;
	}
}
@media (max-width : 530px) {
	.ourteam .media-left {
		display: block;
		text-align: center;
	}
	.team-member .media-body {
	    border-left: 0 none;
	    padding-left: 0;
	    padding-top: 10px;
	}
}
@media (max-width : 375px) {
	.banner-content h3 {
		min-height: 50px;
	}
	.btn-primary.btn-lg {
    	font-size: 1.0rem;
	}
}
@media (max-width : 320px) {
	.navbar-toggle {
	    margin-top: 19px;
	}
}
