@charset "UTF-8";
html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
*, *:before, *:after {
	box-sizing: inherit;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit
}
article {
	clear: both
}
section .container {
	background: 0
}
h2.center-text {
	line-height: 1.3;
	text-align: center;
	margin: 39px 0 39px
}
h2.add-margin {
	margin-top: 70px;
}
.full-container {
	width: 100%;
}
.absolute-wrapper {
	position: relative
}
@media (max-width:575px) {
	h2.center-text {
		font-size: 26px;
		margin-bottom: 23px;
	}
}
/* BEGIN T Part */
/* Main */
body p {
	font-size: 19px
}
h2,
h3 {
	font-family: sans-serif;
	font-weight: 700;
	color: #29aae2
}
/* FOOTER */
.footer_wrap {
	min-height: 300px;
	background-color: #29aae2
}
.footer_content_wrap_bottom {
	padding: 0;
	margin: 0
}
/* END FOOTER */
/* End Main */
/* Page Preloader */
.loading {
	position: fixed;
        top: 0;
        bottom: 0;
        background-color: white;
        width: 100%;
        height: 100%;
        z-index: 99999;
	display: none
}
#circle {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 90px;
        height: 90px;
        margin: -75px 0 0 -50px;
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3498db;
        width: 90px;
        height: 90px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/* END Preloader */
.header_wrap {
  height: auto;
  min-height: 123px;
}
.header_logo {
	margin-top: 39px
}
.header_logo img.top-logo {
	max-width: auto
}
.morelinks_container {
  top: 109px;
}
ul.main_nav div.morelinks_container {
	background: #29aae2
}
ul.main_nav li ul.sub_nav {
  top: 113px;
}
ul.main_nav li
ul.sub_nav li {
	background-color: #29aae2
}
button.dl-trigger {
	top: -30px;
}
.dl-menuwrapper ul,
ul.dl-submenu li.dl-back,
li.mobile_menu_search {
	background-color: #29aae2
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
	color: white;
	margin-top: 13px;
	font-size: 1.5em;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f061"
}
.dl-menuwrapper li.dl-back a {
	padding-left: 33px
}
@media (min-width:876px) {
	#mainnav_more {
		display: none;
	}
}
.breadcrumb_wrap.subPage {
	background: url(../media/misc/breadcrumbsBanner.png) repeat
}
.breadcrumb_wrap.assistant {
	background-color: #29aae2
}
.breadcrumbs, .breadcrumbs a { color: #ffffff; font-size: 17px }
.cover-padding {
	padding: 0 0 15px 0;
	background-color: #29aae2
}
.no-padding {
	padding: 0
}
.horizontal_top,
.horizontal_bottom {
	background: url("../media/sprite/horizontal-line.png") repeat-x;
}
.horizontal_bottom {
	transform: rotateX(180deg)
}
.video-play-icon {
	position: absolute;
	height: 83px;
	width: 83px;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	background: url(../media/sprite/sprite.png) -337px -76px no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.FormPanel,
.FormButton {
	background-color: #29aae2 !important;
	border-bottom-color: #29aae2 !important
}
/* customSearchEngine */
.one_step_search_wrap {
	padding-top: 30px
}
.one_step_search_wrap .content_onecol_container {
	min-height: 300px
}
.no-search {
	font-size: 39px;
	line-height: 1.5;
	top: 90px;
	position: absolute;
}
div.gsc-adBlock,
div.gcsc-more-maybe-branding-root {
	display: none
}
/* END customeSearchEngine */
/* Videos Testimonials */
.toDefault {
	width: 100%;
	padding: 0 0 90px 0
}
.toDefault img {
	width: 79%;
	float: none;
	margin: 0;
	max-height: none
}
.full-container .narrow {
	padding: 19px 139px
}
.galleryText p,
.galleryLink a {
	font-size: 19px
}
@media (max-width:780px) {
	.full-container p.narrow {
		padding-left: 0;
		padding-right: 0
	}
}
/* END Videos Testimonials */
/* Blog */
.intro-title-wrapper {
	position: absolute;
	bottom: 20px;
	left: 0
}
.intro-inner-container {
	padding: 20px 15px 0
}
/* END Blog */
/* Learn more section */
section#learnMore {
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	height: auto;
	position: relative
}
section#learnMore .section-inner {
	padding-top: 30px
}
section#learnMore .section-inner h2 {
	padding-bottom: 20px
}
section#learnMore .section-inner p {
	padding-bottom: 30px
}
.btn-medium-black {
	background: #29aae2 !important;
	color: #ffffff;
	border-color: #0078CC
}
@media (min-width:992px) {
	.col-lg-4 {
		clear: none
	}
}
@media (max-width:991px) {
	section#learnMore {
		background-size: auto;
		background-position: bottom left;
		height: auto
	}
	section#learnMore .section-inner {
		padding-top: 30px
	}
}
@media (max-width:767px) {
	section#learnMore {
		background-image: none !important;
		height: auto
	}
	section#learnMore .section-inner {
		padding: 30px
	}
}
.more-info {
	background-color: #e7e7e9;
	padding: 72px 0;
	text-align: center
}
.more-info p {
	font-family: sans-serif
}
.more-info i.fa {
	margin: 23px 0
}
@media (max-width:991px) {
	.more-info {
		padding: 39px 0
	}
}
.product-icon {
	background-color: white;
	text-align: center
}
.product-icon .product-icon-wrap {
	padding: 30px 0
}
.product-icon img {
	max-width: 190px
}
a.email-address {
	color: white;
}
a.email-address:hover {
	color: blue;
	text-decoration: underline
}
.Tcalendar_icon {
	background: url(../media/sprite/sprite.png) -81px -72px no-repeat;
	float: left;
	height: 25px;
	width: 25px;
	margin-right: 3px;
}
@media(max-width:850px) {
	.footer_contact .Tcalendar_icon {
		display: inline-block;
		float: none;
		margin-right: 3px;
	}
}
@media only screen and (max-width:414px) and (min-width:320px) and (orientation:portrait),
only screen and (max-width:736px) and (min-width:480px) and (orientation:landscape),
only screen and (max-width:480px) {
	.header_logo a[aria-link="logo header"] img {
		max-width: 40%;
	}
  .header_wrap {
    min-height: auto;
  }
	.footer_contact .Tcalendar_icon {
		display: inline-block;
		float: none;
		margin-right: 3px;
	}
}
/* END T Part */
/* BEGIN Scroller css */
#scrollDown,
#scrollUp,
#scrollUpPhone {
	margin: 0 0 0 370px;
	position: fixed;
	z-index: 1000;
	left: auto;
	box-sizing: initial;
	-webkit-transform: translate3d(0, 0, 0);
	cursor: pointer
}
#scrollDown {
	background: url(../media/sprite/sprite.png) -235px -386px no-repeat;
	bottom: 10px;
	display: none;
	height: 87px;
	right: 10px;
	width: 87px
}
#scrollUp {
	background: url(../media/sprite/sprite.png) -140px -386px no-repeat;
	bottom: 10px;
	display: none;
	height: 87px;
	right: 10px;
	width: 87px
}
#scrollUpPhone {
	display: none;
	width: 60px;
	height: 58px;
	background: url(../media/sprite/sprite.png) -78px -392px no-repeat;
	right: 10px;
	bottom: 5px
}
@media (max-width:480px) {
	#scrollDown {
		display: none !important
	}
}
/* END Scroller css */
/* BEGIN Owl carousal css */
.blog-slider {
	position: relative;
	margin: 0
}
.blog-slider .slider {
	height: 500px;
	display: table;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: -1px
}
.blog-slider .slider-inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.3)
}
.blog-slider .slider-inner p {
	font-size: 20px;
	line-height: 30px
}
.blog-slider .slider-inner a {
	color: #fff;
	padding: 10px 40px;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #fff;
	margin-top: 20px;
        text-decoration: none;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
	box-shadow: inset 0 0 0 transparent
}
.blog-slider .slider-inner a:hover {
	box-shadow: inset 0 -60px 0 #fff;
	color: #00000f
}
.blog-slider .owl-controls .owl-nav [class*=owl-] {
	top: 50% !important;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	-o-transform: translateY(-50%) !important;
	border: none !important
}
.blog-slider .owl-controls .owl-nav .fa {
	color: #909998;
}
.blog-slider .owl-controls .owl-nav [class*=owl-]:hover {
	background: rgba(0, 0, 0, 0.5) !important
}
.blog-slider .owl-controls .owl-nav .owl-next {
	right: 30px;
	line-height: 39px !important;
	background: rgba(0, 0, 0, 0.5)
}
.blog-slider .owl-controls .owl-nav .owl-prev {
	left: 30px;
	line-height: 39px !important;
	background: rgba(0, 0, 0, 0.5)
}
@media(max-width:767px) {
	.blog-slider .slider-inner h1 {
		font-size: 28px;
		line-height: 34px
	}
	.blog-slider .slider {
		height: 350px
	}
	.blog-slider .slider-inner {
		padding: 0 30px
	}
	.blog-slider .owl-controls .owl-nav .owl-prev {
		left: 0 !important
	}
	.blog-slider .owl-controls .owl-nav .owl-next {
		right: 0
	}
	.blog-slider .slider-inner a {
		padding: 10px 20px;
		font-size: 16px
	}
}
@media(min-width:481px) and (max-width:768px) {
	.blog-slider .slider-inner h1 {
		font-size: 30px;
		line-height: 36px
	}
}
@media(min-width:768px) and (max-width:1024px) {
	.blog-slider .slider-inner h1,
	.hs-blog-post .post-sidebar h1 {
		font-size: 40px;
		line-height: 48px
	}
}
@media(min-width:1024px) and (max-width:1200px) {
	.blog-slider .slider-inner h1,
	.hs-blog-post .post-sidebar h1 {
		font-size: 48px;
		line-height: 56px
	}
}
.owl-carousel {
	display: none;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	height: 100%;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0);
	-ms-transform: translate3d(0px, 0, 0);
	-o-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
	width: 100%;
	height: 100%;
}
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	display: block;
	min-height: 100px;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	height: 100%;
}
.owl-carousel .owl-item img {
	display: block;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	width: 100%;
}
.client-carousel img {
	width: auto !important;
}
#slider .owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #111;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 79px;
	width: 79px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url(../media/sprite/videoPlay_icon.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	color: #666;
	font-size: 25px;
	height: 38px;
	line-height: 34px;
	margin-top: 0;
	opacity: 1;
	position: absolute;
	right: 82px;
	top: -72px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	width: 38px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #f8f8f8;
}
.owl-theme .owl-controls.with-carousel-dots .owl-nav [class*=owl-] {}
.owl-carousel-full .owl-controls .owl-nav [class*=owl-] {
	margin-top: -50px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #9b9b9b;
	background-color: #f8f8f8;
	border-radius: 0;
}
.owl-carousel-full .owl-controls.with-carousel-dots .owl-nav [class*=owl-] {}
.owl-theme .owl-controls .owl-nav .owl-next {
	left: auto;
	right: 30px;
}
.owl-carousel-full .owl-controls .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px;
}
.owl-theme {
	display: inline-block;
	zoom: 1;
	margin-bottom: 0;
	*display: inline;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	text-decoration: none;
}
.owl-theme .owl-dots .owl-dot {
	display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #e0e0e0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	margin: 30px 4px 0 4px;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #e0e0e0;
	opacity: 1;
}
.owl-theme .owl-dots .owl-dot:hover span {
	opacity: 1;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
.rp-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 72px;
}
.rp-carousel.owl-theme .owl-dots .owl-dot span {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #e8e8e8;
	height: 15px;
	width: 15px;
	margin: 30px 4px 0 4px;
}
.rp-carousel .owl-dot {
	display: inline;
}
.rp-carousel .owl-dot.active span {
	background-color: #fec601 !important;
}
.rp-carousel.three-content.owl-theme .owl-controls .owl-nav [class*="owl-"] {}
.owl-carousel.three-content .owl-item.active,
.owl-carousel.three-content .owl-item.cloned.active {
	opacity: 1;
}
.carousel-rp-style-1,
.carousel-rp-style-2,
.carousel-rp-style-3,
.carousel-rp-style-4 {
	padding: 55px 0;
}
.carousel-text {
	bottom: 0;
	position: absolute;
	text-align: center;
	color: #fff;
	width: 100%;
}
.carousel-text h4,
.carousel-text p {
	color: #fff;
}
.owl-carousel.style-two img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: ease-in-out all 0.4s;
	-webkit-transition: ease-in-out all 0.4s;
	-ms-transition: ease-in-out all 0.4s;
	-o-transition: ease-in-out all 0.4s;
}
.owl-carousel.style-two img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.owl-carousel.style-four .owl-item {
	border: 1px solid #e2e2e2;
	padding: 15px 0;
	background: #fff;
	display: table-cell;
}
.client-logo {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}
.client-logo-image {
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	display: table-cell;
	padding: 50px 30px;
	vertical-align: middle;
	width: 25%;
}
.client-logo-image:last-child {
	border-right: none;
}
.client-logo:last-child .client-logo-image {
	border-bottom: none;
}
.client-logo-image img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: ease-in-out all 0.4s;
	-webkit-transition: ease-in-out all 0.4s;
	-ms-transition: ease-in-out all 0.4s;
	-o-transition: ease-in-out all 0.4s;
}
.client-logo-image img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.owl-carousel.home-slider {
	margin: 0;
}
.owl-carousel.home-slider .owl-item img {
	position: absolute;
}
.home-slider h1 {
	color: #fff;
}
.home-slider .button-medium {
	margin: 0 10px;
}
.home-slider .owl-item>div {
	display: table;
	height: 100%;
	width: 100%;
}
.home-slider .carousel-text {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	position: relative;
}
.home-slider .carousel-text.text-left {
	text-align: left;
}
div.owl-carousel img {
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
div.owl-carousel video {
	max-width: 100%;
	height: auto;
}
@media (min-width:879px) {
	div.owl-carousel video {
		max-width: 43%;
	}
}
@media ( max-width:767px) {
	.owl-theme .owl-controls .owl-nav .owl-next {
		right: 0;
	}
}
/* END Owl Carousal */
/* Timeline with Date from xyz*/
.timeline-list.row {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: -12px;
	margin-right: -12px;
	padding: 0
}
.timeline-list-item {
	overflow: hidden
}
.timeline-date {
	color: blue;
	line-height: 1.5;
	margin: 0;
	text-align: right
}
.timeline-content-list {
	list-style: none;
	padding-left: 0
}
.timeline-content-item {
	padding-left: 11.111%;
	padding-bottom: 16px;
	position: relative
}
.timeline-content-item:before {
	content: '';
	background-color: #b3ccde;
	width: 3px;
	margin-left: -1px;
	top: 0;
	left: 5.555%;
	bottom: 0;
	position: absolute
}
.timeline-content-item:after {
	content: '';
	background-color: #25b5ef;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	margin-left: -3.2px;
	top: 8px;
	left: 5.555%;
	position: absolute
}
.timeline-list-item:first-child .timeline-content-item:first-child:before {
	top: 8px
}
.timeline-list-item:last-child .timeline-content-item:last-child:before {
	bottom: 44px
}
.timeline-content {
	line-height: 1.5;
	margin-bottom: 0
}
@media (max-width: 575px) {
	.timeline-content-date {
		font-size: 12px;
		line-height: 2em
	}
}
/* END Timeline */
/* Member Photo */
.member-photo-block {
	overflow: hidden
}
.member-list {
	margin-top: 43px
}
.member-list.in-line {
	font-size: 0;
	line-height: 0
}
.member-list-item {
	text-align: center;
	margin-bottom: 30px
}
.member-photo-block .list-inline>li {
	line-height: 1;
	padding: 0 12px;
	vertical-align: top;
	display: inline-block
}
.member-list-image-wrap {
	overflow: hidden;
}
.member-list-image-wrap img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	display: block
}
.member-list-name {
	color: #075a7b;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0
}
.member-list-position {
	line-height: 1.5;
	text-align: center
}
@media (min-width:576px) {
	.member-photo-block .col-sm-4 {
		width: 33.333%;
	}
	.member-photo-block .col-sm-offset-4 {
		margin-left: 33.333%
	}
	.member-photo-block .col-sm-rightoffset-4 {
		margin-right: 33.333%
	}
}
@media (max-width:575px) {
	.member-list-image-wrap img {
		max-width: 50%;
		margin: 0 auto
	}
}
/* Member Photo */
/* Product Page */
.showcase {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 10px
}
.centered {
	text-align: center
}
.showcase .showcase-header {
	text-align: center;
	margin-bottom: 30px
}
.header-icon {
	color: #a3a3a3;
	margin-bottom: 20px
}
.showcase-header h2 {
	font-family: inherit;
	font-size: 30px;
	font-weight: 600;
	color: #515151;
	position: relative;
	padding-bottom: 16px;
	margin: 0;
}
.showcase-header p {
	color: #595959
}
.showcase .float-section {
	max-width: 530px;
	padding-bottom: 15px;
	margin: auto
}
.showcase .owl-nav {
	opacity: 0.3 !important;
	transition: all 0.4s ease 0s
}
.showcase .owl-nav:hover {
	opacity: 1 !important
}
.showcase .owl-next,
.showcase .owl-prev {
	width: 70px !important;
	height: 70px !important;
	border-radius: 0 !important;
	padding: 0 
}
.showcase .owl-controls .owl-nav .fa {
	color: #ffffff
}
.service-blocks {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 130px
}
.service-blocks .service-block {
	margin-top: 30px
}
.service-blocks .service-block i {
	float: left
}
.service-blocks .accent {
	color: #045089
}
.service-block h3 {
	font-family: inherit;
	font-size: 22px;
	font-weight: 600;
	color: #515151;
	padding-top: 13px;
	margin-left: 70px
}
.service-block p {
	font-family: inherit;
	color: #595959;
	margin-left: 70px;
	margin-bottom: 9px
}
.details {
        background-color: #eaeaea;
	padding-top: 50px;
	padding-bottom: 40px
}
.details img {
	width: 720px;
	height: auto !important
}
section.parallax-img {
        background-color: #f0f0f0;
	background-repeat: no-repeat;
        padding-top: 300px;
        padding-bottom: 300px
}
/* END Product Page */
/* Made by Justin Aguilar
www.justinaguilar.com/animations/
==============================================*/
