body {
	font-family: 'Lato', sans-serif;
}

html, body {
	height: 100%;
}

body {
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
}

h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}

h2 {
	font-size: 28px;
	margin-bottom: 15px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
	font-weight: 700;
}

h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

h6 {
	font-weight: 700;
}

h1 span, h2 span, h3 span, h4 span {
	color: #339BEB;
}

a {
	/* the purple */
	color: #01536d;
}

a:hover {
	opacity: 0.6;
	cursor: pointer;
}

a:focus, a:active {
	outline: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.title {
	margin-top: 0;
}

#logo img {width:100%;}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	background-color: rgba(249, 249, 249, 0.5);
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}

.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}

.banner-caption2 {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2;
	color: white;
	font-size: 60px;
}

.banner-caption-sub-header{
	font-size: 28px;
	color: #ffffff;
}

.testimonial {
	text-align: left;
	font-size: 18px;
	color:#01536d;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #01536d!important;
	border-bottom: 1px solid #01536d!important;
}

.testimonial span{
	font-size: 12px;
	font-weight: bold;
}

.nav > li > a:focus {
	color:white!important;
}

.subfooter {
	background-color: #fafafa;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
}

.section {
	background-color: #ffffff;
	padding: 80px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.translucent-bg {
	color: #ffffff;
}

.default-bg h1, .default-bg h2, .default-bg h3, .default-bg h4,
	.default-bg h5, .default-bg h6, .translucent-bg h1, .translucent-bg h2,
	.translucent-bg h3, .translucent-bg h4, .translucent-bg h5,
	.translucent-bg h6 {
	color: #ffffff;
}

.default-bg blockquote footer, .translucent-bg blockquote footer {
	color: #cccccc;
}

.default-bg a, .translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}

.default-bg a:hover, .translucent-bg a:hover {
	text-decoration: none;
}

.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}

.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}

.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.translucent-bg.blue:after {
	background-color: rgba(85, 172, 238, 0.7);
}

.translucent-bg .container {
	z-index: 3;
	position: relative;
}

.bg-image-3 {
	background:
		url("../img/slides/index_10.jpg") 50%
		0px no-repeat;
}

.bg-image-5 {
	background:
		url("../img/slides/index_11.jpg") 50%
		0px no-repeat;
}

.bg-image-6 {
	background:
		url("../img/slides/index_12.jpg") 50%
		0px no-repeat;
}

.bg-image-4 {
	background: url("../img/transitions/index_8.jpg")
		50% 0px no-repeat;
}

.footnote {
	font-size: 12px;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity = 0);
}

.object-visible, .touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity = 100) !important;
}

/* Targeting only Firefox for smoothest animations */
@
-moz-document url-prefix () { .object-visible, .touch
	.object-non-visible {
	-webkit-transition: opacity0.6sease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}

}
.space {
	padding: 20px 0;
}

/* Sections
----------------------------------------------------------------------------- */
.subfooter p {
	margin-bottom: 0;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btnG {
	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;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.modal-header {
	background-color: #529bce;
	color: #ffffff;
}

.modal-header h4 {
	color: #ffffff;
}

.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity = 100);
	opacity: 1;
}

.modal-md {
	width: 60%;
}

.modal-md3 {
	width: 80%;
}

.modal-md0 {
	width: 95%;
}

.modal-md p {
	padding: 5px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
}

.modal-md h3, .modal-md h5, .modal-md h6 {
	padding-left: 30px;
}

.modal-md h5 {
	padding-top: 15px;
}

.modal-md h6 {
	padding-top: 15px;
	font-size: 13px;
}

.modal-md li {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
}

.modal-md ol {
	padding: 0px;
	margin: 0px;
	border: 0px;
	padding-left: 50px;
}

.roman {
	list-style-type: lower-roman;
}

.modal-md ul {
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style-type: none;
	padding-left: 40px;
}

.modal-md ol p {
	padding: 0px;
	margin: 0px;
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.modal-link {
	color: #01536d;
	font-weight: 500;
	text-decoration: underline;
}

.modal-link:hover {
	cursor: pointer;
}

.modal-body {
	margin-top: 30px;
}

.up20 {
	margin-top: -15px;
	margin-bottom: 20px;
}

.up202 {
	margin-top: -15px;
}

.modal-body h4 {
	color: #01536d;
}

/* Other copy 
---------------------------------- */
.copy p {
	margin-bottom: 30px;
}

.copy2 {
	margin-bottom: 30px !important;
}

.copy3 {
	margin-top: 20px !important;
	margin-bottom: 50px !important;
}

.up50 {
	margin-top: -50px !important;
}

.up70 {
	margin-top: -70px !important;
}

.drop100 {
	margin-top: 180px !important;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}

.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}

.main-navigation .navbar-default .navbar-nav>li>a {
	color: white;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 500;
}

.main-navigation .navbar-default .navbar-nav>li.active>a {
	background-color: transparent;
	color: #01536d;
}

.main-navigation .navbar-default .navbar-nav>li>a:hover,
	.main-navigation .navbar-default .navbar-nav>li.active>a:hover {
	color: #01536d;
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color: #529bce;
	padding: 10px 0;
}

.fixed-header-on .site-name {
	font-size: 24px;
}

/* Blocks/Widgets
----------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	margin: 10px 10px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.logo, .site-name-and-slogan {
	float: left;
}

.process {
	margin: auto;
}

/* Isotope Items
---------------------------------- */
.isotope-item {
	margin-bottom: 20px;
}

.isotope-item .btn-default {
	color: #999999;
}

.isotope-item .btn-default:hover {
	color: #ffffff;
}

/*   CUSTOM FROM HERE ON */
.title {
	border-bottom: 2px solid #01536d;
	padding: 20px;
	padding-top: 50px;
}

.section1 .title {
	border-bottom: 2px solid #01536d;
	padding: 20px;
}

.section4 .title {
	border-bottom: 2px solid #01536d;
	padding: 20px;
}

.h2-why {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 45px !important;
	font-size: 30px;
	margin-top: 60px;
}

.p-why {
	margin-top: 30px;
}

.justify {
	text-align: justify;
}

.pad-bottom-30 {
	padding-bottom: 30px;
}

.padX {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-top: 7px;
	border: 1px solid black;
}

.padXT {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.padCT {
	border: 1px solid black;
	margin: auto;
	width: 90%;
	padding-left: 30px !important;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 50px !important;
	/* background: red; */
}

.padST {
	background: #eee;
}

p {
	font-size: 15px;
}

.red {
	background: red;
}

.bold {
	font-weight: bold;
}

.section1 {
	background-color: #F2F2F2;
	padding: 40px 0!important;
}

.service{
	padding-left: 0px!important;
	list-style-position: inside;
}

.service li{
	text-align: left;
}

.translucent-bg3 {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 80%;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	height: 350px;
}

.translucent-bg3:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.translucent-bg3 .container {
	z-index: 3;
	position: relative;
}

.translucent-bg3 h2 {
	color: white !important;
	z-index: 10;
}

.process-arrows-td {
	position: relative;
	overflow: visible;
	height: 100%;
	width: 100px;
	background: transparent;
}

.process-arrows {
	position: relative;
	height: 100%;
	margin-left: -40px;
	margin-top: -30px;
	width: auto;
}

.down-arrow {
	position: relative;
	margin: auto;
	margin-top: -50px;
	margin-bottom: 10px;
}

.down-arrow-div {
	width: 50px;
	margin: auto;
}

.white {
	color: white;
}

.purple {
	color: #01536d !important;
}

.bg-purple {
	background-color: #01536d;
}

.icon-contact1 {
	height: 40px;
	margin: auto;
	margin-bottom: 20px;
}

.contact-item {
	margin-bottom: 50px;
}

.subfooter a {
	font-size: 12px;
}

.copyright {
	font-size: 9px;
	margin-top: 20px;
	/* max-width: 620px; */
}

.copyright2 {
	font-size: 9px;
}

.underline {
	border-bottom: 2px solid white;
}

.fees {
	margin-left: -5px;
	margin-top: 20px;
}

.fees2 {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.forcep {
	background-color: #01536d;
	color: white !important;
}

.bxslider {
	font-size: 40px;
}

.borderless {
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.bxslider {
	position: relative;
	width: 100%;
	height: auto;
	height: 650px;
}

.bxslider li {
	position: relative;
	display: block;
	height: 100% !important;
	width: 100%;
	height: 650px;
	min-height: 100%;
	height: 200px;
	height: 650px !important;
}

.ttr:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.25);
	content: "";
}

.ttr1 {
	background:
		url('../img/slides/index_3.jpg')
		no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ttr2 {
	background:
		url('../img/slides/index_9.jpg')
		no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ttr3 {
	background: url('../img/slides/index_1.jpg')
		no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.lll2 {
	margin-left: 30px;
	margin-top: 5px;
}

#project-EL-label {
	margin-left: 60px !important;
}

.bg-warn {
	height: 60px;
	width: 250px;
	background: rgba(0, 0, 0, 0.1);
	background: #efefef;
	border: 1px solid #01536d;
	border-radius: 4px 4px 4px 4px;
	margin: auto;
	text-transform: uppercase;
}

.smw {
	font-size: 12px !important;
	padding-top: 30px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 0px !important;
}

.bxslider li {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.bxslider2 {
	height: auto;
	min-height: 300px;
}

.bxslider2 li {
	height: 100% !important;
}

.bx-wrapper .bx-viewport {
	border: none !important;
}

/*  TABS */
.tabdrop {
	margin-top: 70px;
}

.tabpanel {
	margin-top: -8px;
}

.tab-width-real {
	width: 33.3%;
}

.nav-tabs {
	border-bottom: 1px solid #01536d;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: #999;
	font-size: 25px;
}

.nav-tabs>li>a:hover {
	color: #01536d;
	background: transparent;
	background: transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	color: #fff;
	cursor: default;
	border-bottom-color: transparent;
	background-color: #01536d;
}

/* 
What We Do
--------------------------------------------*/
.slideshow-pager-text1, .slideshow-pager-text2 {
	position: relative;
	padding: 0px 0px;
	letter-spacing: 1px;
}

.pager-triangle {
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
}

.pager-triangle:before {
	content: "\00a0";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #01536d transparent;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.pager-triangle:after {
	content: "\00a0";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent white transparent;
	position: absolute;
	bottom: 0px;
	left: 1px;
}

.slideshow-pager-text1, .slideshow-pager-text2 {
	margin-bottom: 50px;
}

.drop50 {
	margin-top: 50px;
}

.drop30 {
	margin-top: 30px;
}

.t1 {
	margin: auto;
	width: 80%;
	font-size: 14px;
	margin-bottom: 15px;
}

.tr1 {
	height: 100%;
}

.td1 {
	width: 70px;
}

.founder {
	margin-bottom: 30px;
}

.login {
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-top: -5px;
	height: 15px;
}

.login2 {
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-left: 15px;
}

.swrapper a {
	font-size: 18px;
}

.swrapper a:hover, .modal-link:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #01536d !important;
	text-decoration: none;
}

.slideshow-pager-item a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact-item a:hover {
	color: #01536d !important;
	text-decoration: none;
}

.contact-item:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.7;
}

.swrapper a:hover {
	color: #969696;
	cursor: pointer;
	text-decoration: none;
}

.inlineblock {
	display: inline-block;
	padding-right: 30px;
	color: #01536d;
}

.cent {
	text-align: center;
}

.inlineblock3 {
	display: inline-block;
	padding-right: 0px;
	color: #01536d;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0); /*  IE9 only */
	transform: translate(0, 0);
}

.scroll-hint {
	display: none;
}

.blind {
	z-index: -1;
}

#scroll-arrow {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.blind2 {
	opacity: 0 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navbar-collapse {
	/* XXXXXXXXXXXX ridiculous */
	overflow-x: hidden;
}

.tighter {
	line-height: 10px;
}

.btn2 {
	cursor: pointer;
}

/* XXXXXXXXXXXXXXXXX MEDIA XXXXXXXXXXXXXXXXX */

/* MIN */
@media ( min-width : 1400px) {
	.top {
		right: 50px !important;
	}
	.bg-image-3 {
		background:
			url("../img/slides/index_10.jpg") 50%
			0px no-repeat;
	}
	.bg-image-5 {
		background:
			url("../img/slides/index_11.jpg") 50%
			no-repeat;
	}
	.bg-image-6 {
		background:
			url("../img/slides/index_12.jpg") 50%
			0px no-repeat;
	}
}

@media ( min-width : 1200px) {
	.process-arrows {
		height: 85%;
		width: auto;
	}
	.modal-lg {
		width: 1140px;
	}
	.nav-height{padding-top: 50px!important;padding-bottom: 30px;}
}

@media ( min-width : 1000px) {
	.modal-dialog {
		margin-top: 50px;
	}
}

@media ( min-width :768px) {
	.main-navigation .navbar-default .navbar-nav>li>a {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.nav-height{padding-top: 20px;}
}

/* MAX */
@media ( max-width : 1200px) {
	.nav-tabs>li>a {
	font-size: 20px;
}
}

@media ( min-width :992px) and (max-width:1200px) {
	.forcep {
		font-size: 13px;
	}
}

@media ( max-width : 1000px) {
}

@media ( max-width :991px) {
	.cil, .cir {
		float: none;
	}
	.lll2 {
		margin-left: 10px;
	}
	#project-EL-label {
		margin-left: 30px !important;
	}
	.nav-tabs>li>a {
	font-size: 12px;
}
}

@media ( min-width :768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
		margin-left: -30px;
	}
	#logo {
		margin-left: -50px;
	}
	.header-right {
		margin-left: 10px;
	}
	#logo {
		padding: 0px;
	}
	.logo {
		width: 150px !important;
		overflow: visible !important;
		padding: 0px;
	}
	.inlineblock {
		padding-right: 0px;
	}
	.forcep1ie {
		width: 300px;
		margin-left: -40px;
	}
}

@media ( max-width : 850px) {
	#logo {
		margin-left: -20px;
		width:70%!important;
	}
	.top {
		right: 5px;
	}
}

@media ( max-width : 800px) {
	#logo {
		float: left !important;
		margin-left: -10px;
	}
	.top {
		display: none;
	}
}

@media ( max-width : 768px) {
	.login {
		display: none;
	}
	.bxslider, .bxslider li {
		height: 1024px !important;
	}
	h1 {
		font-size: 40px !important;
	}
	.banner-caption2 {
		font-size: 50px !important;
	}
	h2 {
		font-size: 35px !important;
	}
	.sub-header {
		font-size: 25px !important;
	}
	.p-drop {
		padding-bottom: 40px;
	}
	.translucent-bg3 {
		height: 250px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 12px;
		height: 12px;
		margin: 0 15px;
		outline: 0;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
	.modal-md, .modal-md2, .modal-md3, .modal-md0 {
		width: 94%;
	}
	.down-arrow-div {
		display: none;
	}
	/* The arrows */
	.bx-next, .bx-prev {
		display: none;
	}
	.process-arrows {
		margin-left: 0px;
		width: 60px;
	}
	.swrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.lll2 {
		margin-left: 0px;
	}
	#project-EL-label {
		margin-left: 0px !important;
	}
}

@media ( min-width : 768px) and ( max-width : 768px) {
	.login {
		display: inline;
	}
}

@media ( max-width : 767px) {
	.header.navbar-fixed-top {
		position: absolute;
	}
	#logo {
		padding-left: 20px;
	}
	.logo {
		width: 150px !important;
		overflow: visible !important;
		padding: 0px;
	}
	.header-right {
		margin-top: 20px;
	}
	#navbar-collapse-1 {
		width: 100%;
		background: white;
		text-align: center;
		margin-top: 20px;
		font-weight: bold !important;
		margin: 0px;
		text-align: center;
	}
	#navbar-collapse-1 a {
		font-weight: bold !important;
		color: #4C4C4C;
	}
}

@media ( max-width : 480px) {
	.filters .nav-pills>li {
		width: 100%;
		display: block;
	}
		.nav-tabs>li>a {
	font-size: 10px!important;
}
}
/* iPhone 6+ */
@media ( max-width : 414px) {
	.bxslider, .bxslider li {
		height: 736px !important;
	}
}

@media ( max-width : 380px) {
	.bxslider, .bxslider li {
		height: 568px !important;
	}
	.scroll-hint {
		position: fixed;
		background: rgba(0, 0, 0, 0.2);
		height: 50px;
		width: 50px;
		bottom: 15px;
		right: 42%;
		border-radius: 25px;
		display: inline;
	}
	.scroll-arrow {
		margin: auto;
		width: 30px;
		margin-top: 20px;
		z-index: 10000;
	}
	.copy {
		text-align: center !important;
	}
	.forcep {
		border-radius: 24px !important;
		width: 80%;
		margin: auto;
		font-size: 13px;
	}
	.visible-xs {
		display: none;
		padding: 0px;
	}
	.underline {
		margin: auto;
		margin-top: -30px;
		width: 60%;
	}
	.contact-item-end {
		margin-bottom: 0px;
	}
	.process-arrows {
		left: 50px;
		width: 40px !important;
	}
	.t1 {
		width: 100%;
	}
	.inlineblock2 {
		text-align: left;
		float: left !important;
		width: 300px;
		padding-top: 0px;
	}
}

@media ( max-width : 375px) { /* iPhone 6 */
	.bxslider, .bxslider li {
		height: 620px !important;
	}
	.bx-next, .bx-prev {
		display: none;
	}
	.process-arrows {
		margin-left: -30px;
		width: 50px;
	}
	.banner-caption2 {
		top: 30%;
	}
}

@media ( max-width : 360px) {
	.bxslider, .bxslider li {
		height: 480px !important;
	}
	h1 {
		font-size: 28px !important;
		margin-top: 0px;
		padding: 10px;
	}
	.banner-caption2 {
		font-size: 28px !important;
		margin-top: 0px;
		padding: 10px;
	}
	h2 {
		font-size: 26px !important;
		padding: 5px;
	}
	.h2-why {
		margin-top: 20px !important;
	}
	.bx-wrapper .bx-pager .bx-default-pager a {
		width: 18px;
		height: 18px;
		margin: 0 15px;
		outline: 0;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
	.bxslider, .bxslider li {
		height: 480px !important;
	}
	.title {
		margin-top: -20px;
	}
	.translucent-bg3 {
		height: 150px;
	}
	.modal-lg p {
		font-size: 13px;
	}
	.modal-md, .modal-md2, .modal-md3 {
		width: 94%;
	}
	.tab-header {
		font-size: 22px !important;
	}
}

@media ( max-width : 340px) {
	.forcep {
		font-size: 12px;
		width: 90%;
	}
}

/* .os-animation {
	opacity: 0;
}

.os-animation.animated {
	opacity: 1;
} */