html {
	height: 100%;
}
body {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #333;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	color: #343434;
	line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #343434;
}
h1 {
	font-size: 38px;
	font-weight: 700;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
.page-wrapper {
	background-color: #FFF;
}
.section {
	width: 100%;
	float: left;
	overflow: hidden;
	padding-top: 20px;
}
.page-header {
	margin-top: 20px;
	padding-top: 20px;
}
p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.75;
}
a {
	color: #337ab7;
	-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;
}
a:hover {
	color: #0d75a9;
	text-decoration: none;
}
a:focus, a:active {
	outline: none;
	color: #0d75a9;
}
.no-trans * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
section {
	padding: 30px 0px;
}
.top_cell {
	float: right;
}
.top_cell ul {
	padding-left: 0;
	margin: 7px 0px;
	float: left;
}
.top_cell ul li:first-child {
	padding-left: 0;
}
.top_cell ul li {
	float: left;
	padding: 0 13px;
	list-style: none;
}
.top_cell ul li a {
	text-decoration: none;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
}
.top_cell ul li i {
	color: #666666;
	font-size: 14px;
	margin-top: 2px;
	width: 23px;
	display: block;
	float: left;
}
.header-top {
	background-color: #f9f9f9;
	border-bottom: 1px solid #f2f1f1;
	font-size: 12px;
}
.header {
	padding: 12px 0;
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.header-top.white-bg {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #dadada !important;
}
.gray-bg {
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
	position: relative;
}
.gray-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	height: 5px;
	content: "";
	width: 100%;
	-webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
	box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
}
.header.gray-bg {
	border-bottom: 1px solid #dadada;
}
.header.gray-bg, .header.gray-bg:before {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.logo {
	margin-top: 0px;
	width: 77%;
}
.logo img {
	width: auto;
}
.fixed-header-on .header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1006;
	opacity: 0;
	filter: alpha(opacity=0);
	border-bottom: 1px solid #f1f1f1;
	padding: 0px 0;
	background-color: rgba(255, 255, 255, 0.99);
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.fixed-header-on .header .logo {
	margin: 0px;
	display: none;
}
.fixed-header-on .header .header-right {
	margin-top: 12px;
}
.fixed-header-on .header .site-slogan {
	display: none;
}
.fixed-header-on .header .navbar.navbar-default {
	margin: 0;
}
.fixed-header-on .header.fixed.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.fixed-header-on .header .navbar-default .navbar-nav > li > a {
	font-size: 14px;
}
.red-btn {
	background: #fa0100;
	color: #FFFFFF;
}
.red-btn:hover {
	background: #de0403;
	color: #FFFFFF;
	border-color: #de0403;
}
.red-btn1 {
	background: #fa0100;
	color: #FFFFFF;
	float: right;
	margin-right: 0px;
}
.red-btn1:hover {
	background: #de0403;
	color: #FFFFFF;
	border-color: #de0403;
	float: right;
	margin-right: 0px;
}

@media screen and (max-width: 699px) and (min-width: 320px) {
.red-btn1 {
	background: #fa0100;
	color: #FFFFFF;
	float: left;
}
.red-btn1:hover {
	background: #de0403;
	color: #FFFFFF;
	float: left;
}
}

@media (min-width: 768px) {
.fixed-header-on.boxed .header.fixed {
	width: 750px;
}
}

@media (min-width: 992px) {
.fixed-header-on .header .logo {
	display: block;
}
.fixed-header-on.boxed .header.fixed {
	width: 970px;
}
}

@media (min-width: 1200px) {
.fixed-header-on.boxed .header.fixed {
	width: 1170px;
}
}

@media (max-width: 767px) {
.social-links {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 40px 0 20px 0;
}
.social-links li {
	display: inline-block;
	margin: 0 2px 2px 0;
}
.social-links li a {
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	font-size: 20px;
	background: #337ab7;
	border: 1px solid #337ab7;
	color: #fff;
}
.social-links.large li a {
	width: 60px;
	height: 60px;
	font-size: 24px;
}
.social-links.light li a {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	color: inherit;
}
.social-links.dark li a {
	background: #454545;
	border: 1px solid #333333;
	color: #acacac;
}
.social-links.radius-5px li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.social-links.circle li a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.social-links li a:hover {
	background-color: transparent;
	border-color: #cd3c2e;
	color: #cd3c2e;
}
.social-links.dark li a:hover {
	background: #fafafa;
	border: 1px solid #acacac;
	color: inherit;
}
.social-links.light li a:hover {
	border: 1px solid #d2d2d2;
	color: #333333;
}
.social-links li a i {
	line-height: 44px;
}
.social-links.large li a i {
	line-height: 60px;
}
.header-top .social-links {
	margin: 0;
}
.header-top .social-links li {
	padding: 3px 5px 2px;
	border-right: 1px solid #e3e3e3;
	margin: 0;
}
.header-top .social-links li:hover {
	background-color: #fafafa;
}
.header-top .social-links li a {
	font-size: 16px;
}
.header-top .social-links li:last-child {
	border-right: none;
}
.header-top .social-links li a {
	border: none;
	width: 25px;
	height: 30px;
	color: #999999;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li a:hover {
	color: #cd3c2e;
}
.header-top .social-links li a i {
	line-height: 30px;
}
.social-links .dropdown>button {
	padding: 6px 15px 5px;
	font-size: 16px;
	color: #999;
	text-align: center;
	min-width: 0;
	margin: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.social-links .dropdown>button i {
	width: 15px;
}
.social-links .dropdown.open>button>i:before {
	content: "\f00d";
	color: #337ab7;
}
.social-links .dropdown-menu {
	z-index: 103;
	padding: 0px;
	min-width: 290px;
	margin-top: 1px;
	font-size: 0;
	box-shadow: none;
	background-color: #fafafa;
}
.social-links .dropdown-menu li a, .social-links .dropdown-menu li a i {
	padding: 0;
}
.header-top-dropdown {
	float: right;
	font-size: 0;
	text-align: right;
}
.header-top-dropdown .dropdown>button {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid transparent;
}
.dark .header-top-dropdown .dropdown>button {
	border-right: 1px solid #515151;
}
.header-top-dropdown .dropdown:last-child>button {
	border-right-color: transparent;
}
.header-top-dropdown .dropdown>button {
	padding: 8px 10px;
	margin: 0;
	font-size: 12px;
	color: #999;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
}
.dark.header-top .header-top-dropdown .dropdown>button {
	border-right: 1px solid #3d3d3d;
}
.dark.header-top .header-top-dropdown .dropdown:last-child>button {
	border-right-color: transparent;
}
.header-top-dropdown .dropdown>button i {
	padding-right: 5px;
	width: 15px;
}
.header-top-dropdown .dropdown.open>button, .header-top-dropdown .dropdown>button:hover {
	color: #337ab7;
	background-color: #fafafa;
	border-right-color: #e3e3e3;
}
.dark.header-top .header-top-dropdown .dropdown.open>button, .dark.header-top .header-top-dropdown .dropdown>button:hover {
	color: #FFFFFF!important;
	background-color: #36373C;
	border-right-color: #3d3d3d;
}
.dark.header .header-top-dropdown .dropdown.open>button, .dark.header .header-top-dropdown .dropdown>button:hover {
	color: #FFFFFF!important;
	background-color: #36373C;
	border-right-color: #515151;
}
.header-top-dropdown .dropdown:first-child.open>button, .header-top-dropdown .dropdown:first-child>button:hover {
	border-left-color: #e3e3e3;
}
.dark.header-top .header-top-dropdown .dropdown:first-child.open>button, .dark.header-top .header-top-dropdown .dropdown:first-child>button:hover {
	border-left-color: #3d3d3d;
}
.header .header-top-dropdown .dropdown>button {
	padding: 3px 10px;
}
.header .header-top-dropdown .dropdown.open>button, .header .header-top-dropdown .dropdown>button:hover {
	background-color: transparent;
}
.header .header-top-dropdown .dropdown:first-child.open>button, .header .header-top-dropdown .dropdown:first-child>button:hover {
	border-left-color: transparent;
}
.header .header-top-dropdown .dropdown:last-child.open>button, .header .header-top-dropdown .dropdown:last-child>button:hover {
	border-right-color: transparent;
}
.header .header-top-dropdown .dropdown-menu {
	margin-top: 27px;
}
.header-top-dropdown .dropdown-menu {
	z-index: 103;
	padding: 20px;
	min-width: 280px;
	margin-top: 0px;
}
.header-top-dropdown .search-box .form-group {
	margin-bottom: 0;
}
.header-top-dropdown form {
	margin: 0;
}
.header-top-dropdown .login-form span {
	margin: 0 3px;
}
.header-top-dropdown .login-form ul {
	padding-left: 0;
	list-style-position: inside;
	padding: 5px 0;
}
.header-top-dropdown .login-form .social-links {
	display: inline-block;
	margin: 0;
}
.dark .header-top-dropdown .login-form a {
	color: #cdcdcd;
	text-decoration: underline;
}
.dark .header-top-dropdown .login-form a:hover {
	text-decoration: none;
}
.header .header-top-dropdown {
	margin-top: 19px;
}
.fixed-header-on .header .header-top-dropdown {
	margin-top: 13px;
}
.fixed-header-on .header .header-top-dropdown .dropdown-menu {
	margin-top: 19px;
}
 @media (max-width: 480px) {
 .header-top-dropdown .btn-group {
 position: static;
}
 .header-top-dropdown .dropdown-menu {
 right: 15px!important;
 width: 100%;
}
}
.header.fixed {
	position: relative !important;
	top: auto !important;
	padding: 10px 0px 0px;
}
}
.separator {
	display: block;
	width: 60px;
	height: 5px;
	margin: 15px auto 15px;
	background-color: #cccccc;
	position: relative;
	border: 1px solid #cccccc;
}
.separator:after {
	width: 30px;
	height: 5px;
	background: #333333;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}
.separator-2 {
	display: block;
	width: 30px;
	height: 5px;
	margin: 15px 0 15px;
	background-color: #cccccc;
	position: relative;
}
.separator-2.right {
	margin-left: auto;
}
.sidebar .separator {
	width: 30px;
	height: 5px;
	margin: 15px 0 20px;
	background-color: #666;
	border-color: #666;
}
.sidebar .separator:after {
	content: "";
	background-color: transparent;
}
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible, .touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.navbar.navbar-default {
	border-radius: 0;
	margin: 18px 0px 10px;
	background-color: #fafafa;
	border-color: #f1f1f1;
}
.header-small .navbar.navbar-default {
	margin: 6px 0 5px;
}
.navbar-default .navbar-nav > li > a {
	color: #505050;
	font-size: 14px;
	padding: 12px 19px 12px 19px;
	z-index: 102;
	border: 1px solid transparent;
	bottom: -4px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: #1889c1;
	color: #FFFFFF;
	border-radius: 4px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
	color: #337ab7;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
}
.main-navigation .navbar-nav > .open > a, .main-navigation .navbar-nav > .open > a:hover, .main-navigation .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #1889c1;
	border-radius: 4px;
}
.main-navigation .navbar-nav > .open > a:active, .main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul, .main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: -3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-left: 0px;
}
.dropdown-menu {
	min-width: 240px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	box-shadow: none;
	border: none;
	border-top: 5px #1889c1 solid;
	z-index: 102;
}
.dropdown-menu > li > a {
	padding: 9px 20px;
	font-size: 13px;
	color: #666666;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.main-navigation .dropdown-menu > li > a {
	position: relative;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu .menu > .active > a, .dropdown-menu .menu > .active > a:hover, .dropdown-menu .menu > .active > a:focus {
	background-color: #fafafa;
	color: #337ab7;
	border-color: #f1f1f1;
}
.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}
.dropdown-menu .dropdown-menu.to-left {
	right: 100%!important;
	left: auto!important;
}
.header.transparent:not(.dark) .navbar-nav > .open > a, .header.transparent:not(.dark) .navbar-nav > .open > a:hover, .header.transparent:not(.dark) .navbar-nav > .open > a:focus, .header.transparent:not(.dark) .dropdown-menu {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-color: rgb(250, 250, 250)!important;
}

@media (min-width: 768px) {
.header.transparent:not(.dark) .navbar-nav > li:not(.active) > a {
	color: #333333;
}
}
.mega-menu.dropdown {
	position: static;
}
.mega-menu .dropdown-menu {
	left: 0;
	top: 96%;
	width: 100%;
	padding: 20px 30px;
}
.mega-menu .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mega-menu h4.title {
	margin: 10px 0 5px;
	font-size: 14px;
	text-transform: uppercase;
}
.mega-menu .menu > li > a {
	padding: 5px 0;
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	position: relative;
}
.mega-menu .menu > li > a i, .dropdown-menu > li > a i {
	padding-right: 5px;
	-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;
}
.mega-menu .menu > li:last-child > a {
	border-bottom: none!important;
}
.mega-menu .menu > li > a:hover i, .dropdown-menu > li > a:hover i {
	padding-left: 5px;
}
.mega-menu .menu > li > a:hover, .mega-menu .menu > li > a:focus {
	background-color: #ffffff;
	color: #337ab7;
	border-color: #f1f1f1;
	text-decoration: none;
}
.dropdown>a:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	left: auto;
	top: 15px;
	right: 6px;
	line-height: 1;
	color: #fff;
	display: none;
}
.transparent.header:not(.dark) .dropdown>a:before {
	color: #666666;
}
.navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #337ab7;
}
.navbar-default .navbar-nav > .dropdown.open > a:before {
	color: #1889c1;
	display: none;
}
.dropdown .dropdown>a:before {
	content: "\f105";
	right: 10px;
	top: 15px;
	margin-left: 0;
	visibility: visible;
	color: #666;
}
.dropdown .dropdown.open>a:before, .transparent.header:not(.dark) .dropdown .dropdown.open>a:before {
	color: #337ab7;
}
.navbar-default .navbar-toggle {
	border-color: #ccc;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fafafa;
	border-color: #337ab7;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #999;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #337ab7;
}
.animated.main-navigation .open .dropdown-menu, #offcanvas.animated .open .dropdown-menu, .open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu, #offcanvas.animated .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left, #offcanvas.animated.offcanvas-right .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall;
}

@media (min-width: 768px) {
.main-navigation .navbar-nav.navbar-right:last-child {
	margin-right: 0;
}
.navbar.navbar-default, .dark.header .navbar.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.main-navigation .container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.main-navigation .navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}
.main-navigation .navbar-right > li:last-child > .dropdown-menu {
	right: 0;
	left: auto;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
.main-navigation .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.main-navigation .navbar-nav {
	float: left !important;
}
}

@media (min-width: 992px) {
.col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
	left: -243px;
	width: 940px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.navbar-default .navbar-nav > li > a {
	padding-right: 19px;
}
}

@media (min-width: 1200px) {
.main-navigation .navbar-nav > li {
	margin: 0 0 0 7px;
}
.main-navigation .navbar-nav > li:first-child {
	margin: 0;
}
.col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
	left: -293px;
	width: 1140px;
}
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #337ab7;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	border-bottom: 1px solid #f1f1f1;
}
.subfooter .navbar-default .navbar-nav > li > a {
	border-bottom: 1px solid #141414;
}
.light .subfooter .navbar-default .navbar-nav > li > a {
	border-bottom: 1px solid #ddd;
}
.navbar-default .navbar-nav > li:last-child > a {
	border-bottom: 1px solid transparent;
}
.main-navigation .navbar-nav > .open > a, .main-navigation .navbar-nav > .open > a:hover, .main-navigation .navbar-nav > .open > a:focus {
	border-color: transparent!important;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #337ab7;
	background-color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu {
	background-color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 12px 15px 12px 40px;
	color: #666666;
	border-color: #fafafa;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #337ab7;
}
.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
	padding-left: 60px;
}
.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
	padding-left: 80px;
}
.dropdown>a:before {
	right: 32px;
	color: #5C5C5C;
}
.dropdown .dropdown>a:before {
	right: 36px;
}
}
.header-top-first {
	float: right;
	border-left: #e9e9e9 1px solid;
}
.header-top .navbar.navbar-default {
	margin: 0;
	min-height: 30px;
}
.header-top .navbar-default .navbar-nav > li > a {
	color: #999999;
	padding: 4px 20px;
}
.header-top .navbar-default .navbar-nav > li {
	border-right: 1px solid #999999;
}
.header-top .navbar-default .navbar-nav > li:last-child {
	border-right: none;
}
.site-slogan {
	font-size: 13px;
	font-style: italic;
	color: #999999;
}
.transparent.header:not(.dark) .site-slogan {
	color: #333333;
}
.social-links {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 40px 0 20px 0;
}
.social-links li {
	display: inline-block;
	margin: 0 2px 2px 0;
}
.social-links li a {
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	font-size: 20px;
	background: #337ab7;
	border: 1px solid #337ab7;
	color: #fff;
}
.social-links li a:hover {
	background-color: transparent;
	border-color: #cd3c2e;
	color: #cd3c2e;
}
.social-links li a i {
	line-height: 44px;
}
.header-top .social-links {
	margin: 0;
}
.header-top .social-links li {
	padding: 3px 5px 2px;
	margin: 0;
}
.header-top .social-links li:hover {
	background-color: #fafafa;
}
.header-top .social-links li a {
	font-size: 16px;
}
.header-top .social-links li:last-child {
	border-right: none;
}
.header-top .social-links li a {
	border: none;
	width: 20px;
	height: 30px;
	color: #656565;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li a:hover {
	color: #cd3c2e;
}
.header-top .social-links li a i {
	line-height: 30px;
}
.btn {
	display: inline-block;
	padding: 10px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	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;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 10px;
}
.subpage h3 {
	color: #FFFFFF;
}
.subpage p {
	color: #FFFFFF;
}
.service-tab {
	transform: scale(1, 1) rotate(0deg);
	opacity: 1;
	visibility: visible;
	float: left;
	width: 20%;
	height: 315px;
	opacity: 100;
}
.service-tab:hover {
	opacity: 1;
}
.svc-tab-01 {
	background: url(../images/service-img-01.png) #50afe4;
	background-size: cover;
}
.svc-tab-02 {
	background: url(../images/service-img-02.png) #299fd3;
	background-size: cover;
}
.svc-tab-03 {
	background: url(../images/service-img-03.png) #0098db;
	background-size: cover;
}
.svc-tab-04 {
	background: url(../images/service-img-04.png) #0fa4e5;
	background-size: cover;
}
.svc-tab-05 {
	background: url(../images/service-img-05.png) #0098db;
	background-size: cover;
}
.mega-hover {
	padding: 19px;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}
.mega-hover h3 {
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
}
.mega-hover ul {
	padding-left: 17px;
}
.mega-hover li {
	list-style: url(../images/arrow-srvc.png);
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 5px;
}
.srvc-botm {
	position: absolute;
	bottom: 25px;
	left: 25%;
	text-align: center;
}
.prd-col {
	background: #f3f6f8;
	border-radius: 4px;
	padding: 15px;
	text-align: center;
	height: 430px;
}
.prd-col img {
	display: inline;
	margin-top: 0px;
	display: table;
	margin: 0px auto;
}
.prd-col hr {
	background: #dadedf;
	margin: 0px;
	width: 20%;
	text-align: center;
	height: 2px;
	float: left;
	position: absolute;
	left: 40%;
	margin-bottom: 30px;
}
.testmrnl {
	max-height: 350px;
}
/* ----  Testimonial slider ----- */

.cd-testimonials-wrapper {
	position: relative;
	width: 90%;
	max-width: 1170px;
	margin: 2em auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 20px 40px 70px;
	z-index: 1;
}

@media only screen and (min-width: 768px) {
.cd-testimonials-wrapper {
	margin: 0em auto;
	padding: 0px 50px 0px;
}
}

@media only screen and (min-width: 1170px) {
.cd-testimonials-wrapper::after {
	/* quotation mark visible */

	display: block;
}
}
.cd-testimonials {
	color: #fff;
	text-align: center;
}
.cd-testimonials::after {
	clear: both;
	content: "";
	display: table;
}
.cd-testimonials > li {
	position: absolute;
	opacity: 0;
	left: -37px;
}
.cd-testimonials > li:first-child {
	position: relative;
	opacity: 1;
}
.cd-testimonials p {
	font-family: "Georgia", serif;
	font-style: italic;
	line-height: 1.4;
	margin-bottom: 1em;
	padding: 0 14px;
}

@media only screen and (min-width: 768px) {
.cd-testimonials p {
	font-size: 22px;
	font-size: 1.375rem;
}
}

@media only screen and (min-width: 1170px) {
.cd-testimonials p {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.6;
}
.cd-testimonials p img {
	display: inline;
}
}
.cd-author img, .cd-author .cd-author-info {
	display: inline-block;
	vertical-align: middle;
}
.cd-author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
	text-align: left;
	line-height: 1.2;
	list-style: none;
	text-align: center;
}
.cd-author .cd-author-info li:first-child {
	font-size: 14px;
	font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
	font-size: 12px;
	font-size: 0.75rem;
	color: #D4D4D4;
}

@media only screen and (min-width: 768px) {
.cd-author img {
	width: 50px;
	height: 50px;
}
.cd-author .cd-author-info {
	line-height: 1.4;
}
.cd-author .cd-author-info li:first-child {
	font-size: 14px;
	font-weight: bold;
}
.cd-author .cd-author-info li:last-child {
	font-size: 12px;
}
}
.flex-direction-nav li {
	position: absolute;
	height: 100%;
	width: 40px;
	top: 0;
}
.flex-direction-nav li:first-child {
	left: 0;
}
.flex-direction-nav li:last-child {
	right: 0;
}
.flex-direction-nav li a {
	display: block;
	height: 100%;
	width: 100%;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
	color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
	/* left and right arrows in css only */
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 13px;
	background-color: #ffffff;
}
.flex-direction-nav li a::before {
	-webkit-transform: translateY(-35px) rotate(45deg);
	-moz-transform: translateY(-35px) rotate(45deg);
	-ms-transform: translateY(-35px) rotate(45deg);
	-o-transform: translateY(-35px) rotate(45deg);
	transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
	-webkit-transform: translateY(-27px) rotate(-45deg);
	-moz-transform: translateY(-27px) rotate(-45deg);
	-ms-transform: translateY(-27px) rotate(-45deg);
	-o-transform: translateY(-27px) rotate(-45deg);
	transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
	-webkit-transform: translateY(-35px) rotate(-45deg);
	-moz-transform: translateY(-35px) rotate(-45deg);
	-ms-transform: translateY(-35px) rotate(-45deg);
	-o-transform: translateY(-35px) rotate(-45deg);
	transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
	-webkit-transform: translateY(-27px) rotate(45deg);
	-moz-transform: translateY(-27px) rotate(45deg);
	-ms-transform: translateY(-27px) rotate(45deg);
	-o-transform: translateY(-27px) rotate(45deg);
	transform: translateY(-27px) rotate(45deg);
}

@media only screen and (min-width: 768px) {
.flex-direction-nav li {
	width: 50px;
}
}

@media only screen and (min-width: 1170px) {
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
	background-color: #f1f1f1;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
	background-color: #ffffff;
}
}
.cd-see-all {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #6b6b70;
	font-weight: 700;
	font-size: 12px;
	font-size: 0.75rem;
	-webkit-transition: color, 0.2s;
	-moz-transition: color, 0.2s;
	transition: color, 0.2s;
}
.no-touch .cd-see-all:hover {
	color: #79b6e4;
}
.cd-testimonials-all {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
	width: 90%;
	max-width: 1170px;
	margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
	clear: both;
	content: "";
	display: table;
}
.cd-testimonials-all .cd-testimonials-item {
	margin-bottom: 2em;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translate3d(0, 0, 0) scale(0.4);
	-moz-transform: translate3d(0, 0, 0) scale(0.4);
	-ms-transform: translate3d(0, 0, 0) scale(0.4);
	-o-transform: translate3d(0, 0, 0) scale(0.4);
	transform: translate3d(0, 0, 0) scale(0.4);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
	position: relative;
	background: #79b6e4;
	color: #ffffff;
	padding: 2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
	border-radius: 0.25em;
	margin-bottom: 1em;
}
.cd-testimonials-all p::after {
	/* creating the triangle in css */
	content: '';
	position: absolute;
	top: 100%;
	left: 2em;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-top-color: #79b6e4;
}
.cd-testimonials-all .cd-author {
	text-align: left;
	margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
	box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
	-webkit-overflow-scrolling: touch;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	-moz-transform: translate3d(0, 0, 0) scale(1);
	-ms-transform: translate3d(0, 0, 0) scale(1);
	-o-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

@media only screen and (min-width: 768px) {
.cd-testimonials-all .cd-testimonials-item {
	width: 46%;
	margin: 0 2% 3em;
}
.cd-testimonials-all .cd-author {
	margin-left: 1em;
}
}

@media only screen and (min-width: 1170px) {
.cd-testimonials-all .cd-testimonials-item {
	width: 30%;
	margin: 0 1.6666% 3em;
}
}
.parallax-testml {
	background: url(../images/testimornial-parlx.jpg);
	background-attachment: fixed !important;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax-testml-01 {
	background: url(../images/testimornial-parlx.jpg);
	background-attachment: fixed !important;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
}
.parallax-client {
	background: url(../images/client-parallex.jpg);
	background-attachment: fixed !important;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax-cloud {
	background: url(../images/cloud-parallex.jpg);
	background-attachment: fixed !important;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax-contact {
	background: url(../images/contact-parallex.jpg);
	background-attachment: fixed !important;
	background-position: 0% -136.5px;
	background-repeat: no-repeat;
	background-size: cover;
}
.client-shwcse h3 {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.client-shwcse p {
	color: #747474;
	text-align: center;
}
footer {
	float: left;
	width: 100%;
	background: url("../images/world-map.png") no-repeat #202427 center 15px;
	padding: 15px 0;
}
.footer-box {
	margin: 30px 15px;
}
.footer-box .title {
	line-height: 29px;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #69767f;
	color: #aabecc;
	margin-bottom: 20px;
}
.footer-box .title:after {
	background: #007EE1;
	width: 11px;
	content: "";
	right: 28px;
	margin-top: 24px;
	height: 11px;
	position: absolute;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}
.footer-box img {
	width: 27%;
	opacity: 0.8;
}
/*----- Tabs ----*/
ul.tabs, ul.tabs li, ul.tabs li a {
	padding: 0;
	margin: 0;
	border: 0;
}
ul.tabs {
	width: 100%;
	float: left;
	margin-left: 0px;
}
ul.tabs li {
	margin: 0px;
	float: left;
	text-align: center;
	list-style: none;
	line-height: 35px;
	background: #FFFFFF;
	border: 1px solid #2F8BCB;
	border-radius: 10px 0px 0 10px;
	width: 50%;
}
ul.tabs li.facebook {
	border-radius: 0px!important;
}
ul.tabs li.linkedin {
	border-radius: 0px 10px 10px 0px!important;
}
ul.tabs li a {
	padding: 5px 2em!important;
}
ul.tabs .active {
	background-color: #2F8BCB;
	color: #FFFFFF!important;
}
ul.tabs .active a {
	color: #FFFFFF!important;
}
.wc-tab {
	float: left;
	padding: 0px;
	display: none;
	width: 100%;
	text-align: left;
	margin-top: 15px;
	width: 100%;
}
.logo-img a {
	padding: 0px 20px;
}

@media only screen and (max-device-width : 320px) {
.mobile-hide {
	display: none;
}
}

@media only screen and (max-device-width : 520px) {
margin-left: -16px;
}
.quick-link {
	padding-left: 15px;
}
.quick-link li {
	width: 50%;
	margin-bottom: 5px;
	float: left;
	list-style: url(../images/arrow-ftr.png);
}
.quick-link li a {
	color: #848485;
	font-size: 12px;
}
.quick-link li a:hover {
	color: #9d9d9d;
}
/*--- slider-css --*/

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 10px;
	width: 10px;
	display: inline-block;
	border: 1px solid #fff;
	background: none;
	border-radius: 50px;
}
.callbacks_here a:after {
	background: #fff;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs li {
	display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	display: none;
	position: absolute;
	bottom: 0%;
	z-index: 999;
	left: 46%;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 47%;
	left: 2%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 43px;
	width: 43px;
	background: url("../images/img-sprite.png") no-repeat -6px -95px;
}
.callbacks_nav.next {
	left: 96%;
	background-position: -88px -95px;
}
.banner-text {
	padding: 10em 0 1em;
	color: #fff;
	width: 50%;
}
.banner-text h3 {
	font-size: 3.2em;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 6px;
	line-height: 1.2em;
}
.banner-text p {
	font-size: 1.2em;
	margin: 0.3em 0 1em;
}
.banner-text a {
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	background: #4f418c;
	padding: 0.4em 1em;
	border-radius: 5px;
}
.banner-text a:hover {
	color: #4f418c;
	background: #fff;
}
.slides {
	position: absolute;
	top: 20%;
	color: #FFFFFF;
	width: 600px;
	left: 10%;
	padding: 15px;
	border-radius: 4px;
}
.slides .h1_slide {
	color: #FFFFFF;
	margin-bottom: 20px;
}
.btn-slide {
	background: #FFFFFF;
	border: none;
	color: #333;
	border-radius: 2px;
	padding: 6px 10px;
}
.sub-head {
	text-align: center;
	color: #fff;
	background-attachment: scroll;
	background-image: url(../images/banner.jpg);
	background-position: center center;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 208px;
}
.sub-text {
	border-bottom: 1px solid #ebebeb;
	background-color: #2470b2;
	margin-bottom: 35px;
	display: none;
}
.sub-text h3 {
	line-height: 73px;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	font-size: 26px;
}
.section.gray {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background-color: #fbfbfb;
}
.section.animatedParent {
	background: #000;
}
.headline {
	margin-bottom: 37px;
}
.headline h2 {
	margin-bottom: 0;
	line-height: 42px;
	margin-bottom: 30px;
	margin-left: 15px;
}
.headline p {
	font-size: 14px;
}
.page-head {
	border-bottom: 1px dotted #E1E1E1;
	margin: 10px 0 13px;
	color: #007EE1;
	font-weight: 700 !important;
	padding: 0px 0px;
	font-size: 22px;
	line-height: 42px;
	color: #0e7bba;
}
.padding {
	padding: 20px;
}
.check-list {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 15px;
}
.check-list li:before {
	font-family: "FontAwesome";
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	content: "\f00c";
	position: relative;
	top: 1px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 13px;
	border-radius: 50%;
	border: 2px solid #007EE1;
	color: #007EE1;
	margin-bottom: 9px;
	float: left;
}
.check-list li {
	margin-bottom: 10px;
}
.check-list li:last-child {
	margin-bottom: 0;
}
.margn-top {
	margin-top: 30%;
}
.team-wrapper {
	padding: 15px 0px;
}
.team-desc {
	margin-top: 20px;
}
.team-title {
	margin-bottom: 5px;
}
.sub-title {
	color: #b3b3b3;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}
.line-sep {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ebebeb;
}
.team-desc p {
	margin-bottom: 5px;
	color: #717171;
	font-size: 15px;
	text-align: justify;
	font-weight: 300;
	height: 108px;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
	color: #717171;
	margin-top: 10px;
	border-top: 1px #ebebeb solid;
	padding-top: 10px;
}
.list-unstyled li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 300;
}
.list-unstyled li i {
	margin-right: 15px;
}
.brdr {
	border: 1px solid #F0F0F0;
	margin-left: -1px;
}
.brdr-01 {
	border: 1px solid #F0F0F0;
	margin-left: -1px;
	margin-top: -1px;
}
.brdr-top {
	border-top: none;
}
.brdr-btm {
	border-bottom: none;
}
.isotope.gutter {
	margin: -15px -15px 85px;
}
.isotope .isotope-item {
	float: left;
	width: 25%;
}
.isotope.gutter .isotope-item {
	padding: 15px;
}
.isotope.col-3 .isotope-item {
	width: 33.333333%;
}
.isotope.col-4 .isotope-item {
	width: 25%;
}
.isotope-item.item-width-1 {
	width: 25%;
}
.isotope-item.item-width-2 {
	width: 50%;
}
.isotope .portfolio-item {
	margin-bottom: 0;
}
.isotope:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.portfolio-item {
	margin-bottom: 30px;
	overflow: hidden;
}
.portfolio-item-thumbnail {
	position: relative;
	overflow: hidden;
}
.portfolio-item-thumbnail img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 200px;
}
.portfolio-item-hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	background-color: rgba(69, 187, 255, 0.78);
	color: #fff;
}
.portfolio-item-hover a {
	color: #fff;
}
.portfolio-item-hover a:hover {
	color: #151f48;
}
.portfolio-item-details {
	text-align: center;
}
.portfolio-item-details h4 {
	margin-bottom: 5px;
	font-weight: 600;
}
.portfolio-item-details h4 + p {
	font-size: 13px;
	font-style: italic;
}
.portfolio-item-details *:last-child {
	margin-bottom: 0;
}
.portfolio-item-hover .portfolio-item-details {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.portfolio-item-thumbnail + .portfolio-item-details {
	margin: 30px 0;
}
a.zoom-action {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 32px;
	line-height: 32px;
	text-decoration: none;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.portfolio-item:hover .portfolio-item-hover {
	width: 100%;
	height: 100%;
}
.portfolio-item:hover .portfolio-item-hover .portfolio-item-details {
	opacity: 1;
}
.portfolio-item:hover a.zoom-action {
	opacity: 1;
}
.portfolio-item:hover .portfolio-item-thumbnail img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/* PORTFOLIO CLASSIC */
.portfolio-item.portfolio-classic {
}
.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
	float: left;
	width: 50%;
}
.portfolio-item.portfolio-classic .portfolio-item-details {
	text-align: left;
	float: left;
	width: 50%;
	margin-top: 0;
	padding: 0 50px;
}
.portfolio-item.portfolio-classic .portfolio-item-details h4 {
	text-transform: uppercase;
}
.portfolio-item.portfolio-classic:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.magnify {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.magnify .magnify-lens {
	/* Create the magnifying lens */
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	/* Multiple box shadows to achieve the glass lens effect */
	-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	/* Hide the mouse pointer */
	cursor: none;
	/* Hide the lens by default */
	display: none;
	/* Place the lens on top of other elements */
	z-index: 100;
}
.magnify .magnify-lens.loading {
	background: #333 !important;
	opacity: .75;
}
.magnify .magnify-lens.loading:after {
	/* Loading text */
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	color: #fff;
	content: 'Loading...';
	font: italic normal 16px/1 Calibri, sans-serif;
	text-align: center;
	text-shadow: 0 0 2px rgba(51, 51, 51, .8);
	text-transform: none;
}

@media (max-width: 767px) {
.magnify .magnify-lens {
	width: 150px;
	height: 150px;
}
}
.parallel-vido {
	background: url(../images/bg-9.jpg) no-repeat;
	background-attachment: fixed !important;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
.clint-vdo {
	width: 700px;
	margin: 7% auto;
}
.clnt-img {
	height: auto;
	margin-right: 15px;
	float: left;
	margin-bottom: 1px;
	width: 28%;
}
#media-cnt {
	margin: 0px;
	padding: 0px;
}
#media-cnt li {
	list-style: none;
	line-height: 30px;
	line-height: 37px;
}
#media-cnt li a {
	background: url(../images/PDF-icon.png) no-repeat 10px center #f1f1f1;
	padding: 10px 10px 10px 46px !important;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	color: #2d353c;
	display: block;
	line-height: 22px;
}
#media-cnt li a:hover {
	background: url(../images/PDF-icon.png) no-repeat 10px center #d7eafa;
	text-decoration: none;
}
#media-cnt-01 {
	margin: 0px;
	padding: 0px;
}
#media-cnt-01 li {
	list-style: none;
	line-height: 30px;
	line-height: 37px;
}
#media-cnt-01 li a {
	background: url(../images/lap-icon.png) no-repeat 10px center #f1f1f1;
	padding: 10px 10px 10px 46px !important;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	color: #2d353c;
	display: block;
	line-height: 22px;
}
#media-cnt-01 li a:hover {
	background: url(../images/lap-icon.png) no-repeat 10px center #d7eafa;
	text-decoration: none;
}
#media-cnt-02 {
	margin: 0px;
	padding: 0px;
}
#media-cnt-02 li {
	list-style: none;
	line-height: 30px;
	line-height: 37px;
}
#media-cnt-02 li a {
	background: url(../images/paper-icon.png) no-repeat 10px center #f1f1f1;
	padding: 10px 10px 10px 46px !important;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	color: #2d353c;
	display: block;
	line-height: 22px;
}
#media-cnt-02 li a:hover {
	background: url(../images/paper-icon.png) no-repeat 10px center #d7eafa;
	text-decoration: none;
}
#media-cnt-03 {
	margin: 0px;
	padding: 0px;
}
#media-cnt-03 li {
	list-style: none;
	line-height: 30px;
	line-height: 37px;
}
#media-cnt-03 li a {
	background: url(../images/brochure-icon.png) no-repeat 10px center #f1f1f1;
	padding: 10px 10px 10px 46px !important;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	color: #2d353c;
	display: block;
	line-height: 22px;
}
#media-cnt-03 li a:hover {
	background: url(../images/brochure-icon.png) no-repeat 10px center #d7eafa;
	text-decoration: none;
}
.resp-tabs-list {
	float: left;
	width: 100%;
	padding-left: 16px;
}
/* Testimonial */



.testimonial {
	margin: 25px 0;
}
.testimonial h2 {
	margin-bottom: 25px;
}
.testimonial-image {
	max-width: 160px;
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.testimonial-body {
	padding: 15px;
}
.testimonial-image + .testimonial-body {
	margin-left: 180px;
}
.testimonial-info-1 {
	font-size: 13px;
	color: #000;
	font-style: italic;
}
.testimonial-info-2 {
	font-size: 13px;
	color: #000;
	font-weight: 700;
}

@media (max-width:480px) {
.testimonial-image {
	max-width: 80px;
}
.testimonial-image + .testimonial-body {
	padding: 0 15px;
	margin-left: 100px;
}
}
a.accordion-toggle {
	color: #666;
}
a.accordion-toggle:hover {
	text-decoration: none;
	color: #1889c1;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
	border-bottom: 2px solid #E6E6E6;
}
.panel-default>.panel-heading {
	color: #333;
	background: #F7F7F7;
}
.panel-default {
	border-bottom: 1px solid #E6E6E6;
	background: #F7F7F7;
	padding: 15px;
	border: 0px solid #ddd;
}
.panel-group-01 .panel-01 {
	margin-bottom: 15px;
	border-radius: 4px;
	float: left;
	width: 100%;
}
.panel-default-01>.panel-heading-01 {
	color: #333;
	background: #1889c1;
	padding: 15px
}
.panel-default-01 {
	border-bottom: 1px solid #E6E6E6;
	padding: 0px;
	border: 0px solid #ddd;
}
.panel-body-01 {
	padding: 15px;
	background: #fff;
	border: 1px solid #F7F7F7;
	float: left;
}
.sm-cover {
	font-weight: 700;
	margin-top: 20px;
}
.career-terms {
	font-size: 13px;
	color: #999;
	margin-top: 20px;
	margin-bottom: 0px;
}
.sm-tags {
	display: inline-block;
	padding: 7px 12px;
	background: #1193d4;
	border: none !important;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
a.sm-tags:hover {
	background: #1a1a1a;
	color: #fff;
	text-decoration: none;
}
.sm-tags-01 {
	display: inline-block;
	padding: 7px 12px;
	background: #EBEBEB;
	border: none !important;
	border-radius: 4px;
	color: #848484;
	font-size: 12px;
	text-transform: uppercase;
}
a.sm-tags-01:hover {
	background: #1a1a1a;
	color: #fff;
	text-decoration: none;
}
#form-content {
	background: #fbfbfb;
	border: 1px solid #f1f1f1;
}
#form-content label {
	font-size: 14px;
	line-height: 26px;
	color: #8e8d8d;
	margin-bottom: 0px;
	font-weight: 400;
}
#form-content input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #E2E2E2;
	border-radius: 0px;
	background: #fff;
	box-shadow: none;
	outline: none;
	padding: 0 20px;
	font-size: 14px;
	color: #C6C6C6;
	padding-left: 10px;
}
#form-content select {
	width: 100%;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #E2E2E2;
	border-radius: 0px;
	background: #fff;
	box-shadow: none;
	outline: none;
	padding: 0 20px;
	font-size: 14px;
	color: #515151;
	padding-left: 10px;
}
#form-content textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #E2E2E2;
	padding: 10px 20px;
	outline: none;
	color: #C6C6C6;
	padding-left: 10px;
}
#form-content .row {
	margin-bottom: 10px;
}
.heading {
	margin: 0 auto;
	margin-bottom: 30px;
}
.heading span {
	text-transform: uppercase;
	display: inline-block;
	color: #FFFFFF;
	margin-top: 5px;
}
.heading h4 {
	font-size: 30px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #FFFFFF;
}
.contact-div {
	padding: 50px 0;
}
.contact-div .col-sm-4 {
	margin-bottom: 15px;
}
.contact-div ul {
	list-style: none;
	padding: 0px;
}
.contact-div li h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.contact-div li article {
	background: rgba(255,255,255,0.7);
	padding: 20px 20px;
	text-align: center;
	min-height: 191px;
}
.contact-div li p {
	margin: 0px;
}
.contact-div li span {
	font-weight: bold;
	display: inline-block;
	width: 100%;
	color: #666666;
	margin-bottom: 5px;
}
.contact-div-container {
	padding-top: 40px;
	overflow: hidden;
}
.contact-div-container h2 {
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position: relative;
	padding-bottom: 0px;
}
.contact-div-container p {
	/*	font-style: italic;
	font-size: 1em;
*/	color: #898989;
	padding-top: 10px;
}
.contact-div-container .address_holder {
	font-size: 14px;
	color: #898989;
	line-height: 17px;
	padding-top: 4px;
}
.contact-div-container .icon_holder span {
	display: block;
	color: #337ab7;
	font-size: 2.2em;
	padding-right: 15px;
	padding-top: -2px;
	float: left;
}
.contact-div-container .form_holder {
	margin-top: 23px;
	padding-right: 83px;
}
.contact-div-container .address {
	margin-top: 20px;
	padding-left: 10px;
	background: #f6f6f8;
	height: 335px;
	padding-top: 1px;
	position: relative;
	z-index: 99;
}
.contact-div-container .address:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #337ab7;
	position: absolute;
	left: -13px;
	top: 0;
}
.contact-div-container .address:after {
	content: '';
	width: 2500px;
	height: 100%;
	background: #f6f6f8;
	position: absolute;
	left: -13px;
	top: 0;
	z-index: -1;
}
.contact-div-container .address address {
	height: 70px;
	border-bottom: 1px solid #e7e7ed;
	margin: 0;
}
.contact-div-container .address address:nth-child(1) {
	padding-top: 15px;
}
.contact-div-container .address address:nth-child(2) {
	padding-top: 15px;
}
.contact-div-container .address address:nth-child(3) {
	padding-top: 15px;
}
.contact-div-container .address address:nth-child(4) {
	padding-top: 15px;
	border: none;
}
.contact-form .row {
	margin-bottom: 15px;
}
.contact-form label {
	font-size: 14px;
	line-height: 26px;
	color: #8e8d8d;
	margin-bottom: 0px;
	font-weight: 400;
}
.contact-form input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
	height: 45px;
	line-height: 45px;
	background: #FDFDFE;
	border: 1px solid #ECECEC;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	padding: 0 20px;
	font-size: 14px;
	color: #999;
	padding-left: 10px;
}
.contact-form select {
	width: 100%;
	margin-bottom: 10px;
	height: 45px;
	line-height: 45px;
	background: #FDFDFE;
	border: 1px solid #ECECEC;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	padding: 0 20px;
	font-size: 14px;
	color: #C6C6C6;
	padding-left: 10px;
}
.contact-form textarea {
	width: 100%;
	height: 100px;
	background: #FDFDFE;
	border: 1px solid #ECECEC;
	padding: 10px 20px;
	outline: none;
	color: #C6C6C6;
	padding-left: 10px;
}

@media (max-width: 768px) {
.contact-form {
	width: 100%;
}
.contact-div-container .form_holder {
	padding-right: 0px;
}
.contact-div-container .address {
	width: 100%;
}
}
.form-area label {
	font-weight: normal;
	text-align: right;
	line-height: 45px;
	float: right;
}
.form-area input[type="text"] {
	width: 50%;
	margin-bottom: 10px;
	height: 45px;
	line-height: 45px;
	background: #FDFDFE;
	border: 1px solid #ECECEC;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	padding: 0 20px;
	font-size: 14px;
	color: #C6C6C6;
	padding-left: 10px;
}
.form-area input[type="password"] {
	width: 50%;
	margin-bottom: 10px;
	height: 45px;
	line-height: 45px;
	background: #FDFDFE;
	border: 1px solid #ECECEC;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	padding: 0 20px;
	font-size: 14px;
	color: #C6C6C6;
	padding-left: 10px;
}
.form-area select {
	width: 50%;
	margin-bottom: 10px;
	height: 45px;
	line-height: 45px;
	background: #FDFDFE;
	border: 1px solid #ECECEC;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	padding: 0 20px;
	font-size: 14px;
	color: #C6C6C6;
	padding-left: 10px;
}
.form-area textarea {
	width: 50%;
	height: 100px;
	background: #FDFDFE;
	border: 1px solid #ECECEC;
	padding: 10px 20px;
	outline: none;
	color: #C6C6C6;
	padding-left: 10px;
}
.promo-area {
	background: url(../images/dot_bg.jpg) repeat;
	padding: 18px 0 18px;
}
a.single-promo {
	text-decoration: none !important;
}
a.single-promo:hover {
	text-decoration: none !important;
}
.single-promo-link {
	text-decoration: none;
}
.single-promo-link:hover {
	text-decoration: none;
}
.single-promo {
	font-size: 25px;
	font-weight: 200;
	padding: 20px 10px;
	text-align: center;
	border-radius: 22px 0px;
	color: #151f48;
	width: 90%;
	margin: 0px auto;
}
.single-promo p {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 400;
}
.single-promo p.text {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: 100;
}
.single-promo:hover {
	color: #fff;
	background: #f80d19;
}
.single-promo i {
	font-size: 30px;
}
.promo1 {
	background: #ffffff;
}
.promo2 {
	background: #f09d28;
}
.promo3 {
	background: #fa8072;
}
.promo4 {
	background: #4abebd;
}
.padd-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.services .icon {
	height: 60px;
	width: 60px;
	border: 2px solid #fff;
	background: #00b1f1;
	line-height: 54px;
	text-align: center;
	margin-right: 10px;
}
.services li {
	list-style: none;
}
.services article a {
	background: rgba(255, 255, 255, 0.65);
	padding: 26px 45px;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services article i {
	font-size: 60px;
	color: #0e7bba;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services article h5 {
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services li article p {
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services li:hover article a {
	background: #0e7bba;
	color: #fff;
	text-decoration: none;
}
.services li:hover article a i {
	color: #fff;
}
.services li:hover article a p {
	color: #fff;
}
.services li:hover article a h5 {
	color: #fff;
	text-decoration: none;
}
.services-01 .icon {
	height: 60px;
	width: 60px;
	border: 2px solid #fff;
	background: #00b1f1;
	line-height: 54px;
	text-align: center;
	margin-right: 10px;
}
.services-01 li {
	list-style: none;
}
.services-01 article a {
	border-bottom: 3px solid #E3E3E3;
	background: #f6f7f9;
	padding: 10px 20px 20px;
	text-align: left;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	height: auto;
}
.services-01 article i {
	font-size: 48px;
	color: #0e7bba;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services-01 article h5 {
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services-01 li article p {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	color: #353535;
}
.services-01 li:hover article a {
	text-decoration: none;
	background: #e6eaf2;
	border-bottom: 3px solid #005383;
}
.services-02 .icon {
	height: 60px;
	width: 60px;
	border: 2px solid #fff;
	background: #00b1f1;
	line-height: 54px;
	text-align: center;
	margin-right: 10px;
}
.services-02 li {
	list-style: none;
}
.services-02 article div {
	border-bottom: 3px solid #E3E3E3;
	background: rgba(255, 255, 255, 0.90);
	padding: 20px 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	height: 290px;
}
.services-02 article a {
	border-bottom: 3px solid #E3E3E3;
	background: rgba(255, 255, 255, 0.90);
	padding: 20px 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	height: 290px;
}
.services-02 article i {
	font-size: 48px;
	color: #0e7bba;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services-02 article h5 {
	font-weight: bold;
	font-size: 17px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	text-transform: none;
}
.services-02 li article p {
	font-size: 14px;
	line-height: 1.75;
	margin: 0px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services-02 li:hover article a {
	text-decoration: none;
	border-bottom: 0px solid #005383;
	background: #cce4ef;
}
.promo-section .step {
	position: relative;
	float: left;
	width: 25%;
	text-align: center
}
.promo-section.promo-3-steps .step {
	width: 15%
}
.promo-section.promo-4-steps .step {
	width: 20%
}
.promo-section.promo-5-steps .step {
	width: 25%
}
.promo-section .step > i, .promo-section .step > h1 {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	font-size: 32px;
	line-height: 110px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 3px solid transparent;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: border-color 0.3s 0.3s;
	transition: border-color 0.3s 0.3s;
	background: #F1F1F1;
	color: #FFFFFF
}
.promo-section .step > i:after, .promo-section .step > h1:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: -3px;
	border-radius: 50%;
	border: 0 solid #fe0003
}
.promo-section .step-details {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 3px;
	text-align: center
}
.promo-section .step-details h4 {
	font-weight: 600;
	color: #FFFFFF
}
.promo-section .step:hover > i, .promo-section .step:hover > h1 {
	border-color: #fe0003
}
.promo-section .step:hover > i:after, .promo-section .step:hover > h1:after {
	border-width: 3px;
	-webkit-transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s;
	transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s
}
.promo-section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
a.step h4 {
	color: #FF0004
}
.promo-section .step-01 {
	position: relative;
	float: left;
	width: 25%;
	text-align: center
}
.promo-section.promo-3-steps .step-01 {
	width: 15%
}
.promo-section.promo-4-steps .step-01 {
	width: 20%
}
.promo-section.promo-5-steps .step-01 {
	width: 25%
}
.promo-section .step-01 > i, .promo-section .step-01 > h1 {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	font-size: 48px;
	line-height: 110px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 3px solid transparent;
	-webkit-transition: border-color 0.3s 0.3s;
	transition: border-color 0.3s 0.3s;
	background: rgba(248,13,15,0.7);
	color: #FFFFFF
}
.promo-section .step-01 > i:after, .promo-section .step-01 > h1:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: -3px;
	border-radius: 50%;
	border: 0 solid #920808
}
.promo-section .step-details {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 3px;
	text-align: center
}
.promo-section .step-details h4 {
	font-weight: 600;
	color: #FFFFFF
}
.promo-section .step-01:hover > i, .promo-section .step-01:hover > h1 {
	border-color: #920808
}
.promo-section .step-01:hover > i:after, .promo-section .step-01:hover > h1:after {
	border-width: 3px;
	-webkit-transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s;
	transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s
}
.promo-section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
a.step-01 h4 {
	color: #920808
}
.promo-section .step-02 {
	position: relative;
	float: left;
	width: 25%;
	text-align: center
}
.promo-section.promo-3-steps .step-02 {
	width: 15%
}
.promo-section.promo-4-steps .step-02 {
	width: 20%
}
.promo-section.promo-5-steps .step-02 {
	width: 25%
}
.promo-section .step-02 > i, .promo-section .step-02 > h1 {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	font-size: 36px;
	line-height: 110px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 3px solid transparent;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: border-color 0.3s 0.3s;
	transition: border-color 0.3s 0.3s;
	background: rgba(238,77,25,0.7);
	color: #FFFFFF
}
.promo-section .step-02 > i:after, .promo-section .step-02 > h1:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: -3px;
	border-radius: 50%;
	border: 0 solid #a62c04;
}
.promo-section .step-details {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 3px;
	text-align: center
}
.promo-section .step-details h4 {
	font-weight: 600;
	color: #FFFFFF
}
.promo-section .step-02:hover > i, .promo-section .step-02:hover > h1 {
	border-color: #a62c04
}
.promo-section .step-02:hover > i:after, .promo-section .step-02:hover > h1:after {
	border-width: 3px;
	-webkit-transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s;
	transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s
}
.promo-section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
a.step-02 h4 {
	color: #ee4d19
}
.promo-section .step-03 {
	position: relative;
	float: left;
	width: 25%;
	text-align: center
}
.promo-section.promo-3-steps .step-03 {
	width: 15%
}
.promo-section.promo-4-steps .step-03 {
	width: 20%
}
.promo-section.promo-5-steps .step-03 {
	width: 25%
}
.promo-section .step-03 > i, .promo-section .step-03 > h1 {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	font-size: 43px;
	line-height: 110px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 3px solid transparent;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: border-color 0.3s 0.3s;
	transition: border-color 0.3s 0.3s;
	background: rgba(54,55,55,0.7);
	color: #FFFFFF
}
.promo-section .step-03 > i:after, .promo-section .step-03 > h1:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: -3px;
	border-radius: 50%;
	border: 0 solid #363737;
}
.promo-section .step-details {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 3px;
	text-align: center
}
.promo-section .step-details h4 {
	font-weight: 600;
	color: #FFFFFF
}
.promo-section .step-03:hover > i, .promo-section .step-03:hover > h1 {
	border-color: #363737
}
.promo-section .step-03:hover > i:after, .promo-section .step-03:hover > h1:after {
	border-width: 3px;
	-webkit-transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s;
	transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s
}
.promo-section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
a.step-03 h4 {
	color: #363737
}
.promo-section .step-04 {
	position: relative;
	float: left;
	width: 25%;
	text-align: center
}
.promo-section.promo-3-steps .step-04 {
	width: 15%
}
.promo-section.promo-4-steps .step-04 {
	width: 20%
}
.promo-section.promo-5-steps .step-04 {
	width: 25%
}
.promo-section .step-04 > i, .promo-section .step-04 > h1 {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	font-size: 32px;
	line-height: 110px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 3px solid transparent;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: border-color 0.3s 0.3s;
	transition: border-color 0.3s 0.3s;
	background: rgba(123,187,0,0.7);
	color: #FFFFFF
}
.promo-section .step-04 > i:after, .promo-section .step-04 > h1:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: -3px;
	border-radius: 50%;
	border: 0 solid #456500;
}
.promo-section .step-details {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 3px;
	text-align: center
}
.promo-section .step-details h4 {
	font-weight: 600;
	color: #FFFFFF
}
.promo-section .step-04:hover > i, .promo-section .step-04:hover > h1 {
	border-color: #456500
}
.promo-section .step-04:hover > i:after, .promo-section .step-04:hover > h1:after {
	border-width: 3px;
	-webkit-transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s;
	transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s
}
.promo-section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
a.step-04 h4 {
	color: #80bb00
}
.promo-section .step-05 {
	position: relative;
	float: left;
	width: 25%;
	text-align: center
}
.promo-section.promo-3-steps .step-05 {
	width: 15%
}
.promo-section.promo-4-steps .step-05 {
	width: 20%
}
.promo-section.promo-5-steps .step-05 {
	width: 25%
}
.promo-section .step-05 > i, .promo-section .step-05 > h1 {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	font-size: 32px;
	line-height: 110px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 3px solid transparent;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: border-color 0.3s 0.3s;
	transition: border-color 0.3s 0.3s;
	background: rgba(22,137,192,0.7);
	color: #FFFFFF
}
.promo-section .step-05 > i:after, .promo-section .step-05 > h1:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: -3px;
	border-radius: 50%;
	border: 0 solid #015179;
}
.promo-section .step-details {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 3px;
	text-align: center
}
.promo-section .step-details h4 {
	font-weight: 600;
	color: #FFFFFF
}
.promo-section .step-05:hover > i, .promo-section .step-05:hover > h1 {
	border-color: #015179
}
.promo-section .step-05:hover > i:after, .promo-section .step-05:hover > h1:after {
	border-width: 3px;
	-webkit-transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s;
	transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s
}
.promo-section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
a.step-05 h4 {
	color: #1689c0
}
.fa-rotate-45 {
	-ms-transform: rotate(45deg);     /* Internet Explorer 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);         /* Standard syntax */
}
.fa-rotate-45:before {
	margin-right: 0px;
	position: absolute;
	right: 63px;
	top: 9px;
}
.mediaholder_innerwrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-height: 200px;
}
.mediaholder_innerwrap img {
	width: 100%;
	position: relative;
	margin-bottom: -5px;
	border-radius: 6px 6px 0px 0px;
}
.list_text {
	font-size: 14px;
	color: #353535;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url(../images/li_arrow.png) no-repeat;
	line-height: 20px;
	margin-top: 5px;
}
.list_text-01 {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url(../images/li_arrow-01.png) no-repeat;
	line-height: 20px;
	margin-top: 5px;
}

@media (max-width: 768px) {
.logo img {
	width: 40%;
}
.service-tab {
	width: 100%;
	margin-bottom: 0px;
	height: auto;
}
.srvc-botm {
	position: initial;
}
.section {
	padding: 10px 0px;
}
.prd-col {
	margin-bottom: 20px;
}
.rslides img {
	height: 300px;
}
.banner {
	height: 300px;
}
.slides {
	top: 5%;
	left: 2%;
	width: 93%;
}
.margn-top {
	margin-top: 0%;
}
.brdr {
	border: 0px solid #F0F0F0;
	margin-left: -1px;
}
.promo-area {
	padding: 13px 0 13px;
}
.promo-section .step > i, .promo-section .step > h1 {
	width: 88px;
	height: 88px;
	font-size: 27px;
	line-height: 69px;
}
.promo-section .step-01 > i, .promo-section .step-01 > h1 {
	width: 88px;
	height: 88px;
	font-size: 27px;
	line-height: 69px;
}
.promo-section .step-02 > i, .promo-section .step-02 > h1 {
	width: 88px;
	height: 88px;
	font-size: 27px;
	line-height: 69px;
}
.promo-section .step-03 > i, .promo-section .step-03 > h1 {
	width: 88px;
	height: 88px;
	font-size: 27px;
	line-height: 69px;
}
.promo-section .step-04 > i, .promo-section .step-04 > h1 {
	width: 88px;
	height: 88px;
	font-size: 27px;
	line-height: 69px;
}
.promo-section .step-05 > i, .promo-section .step-05 > h1 {
	width: 88px;
	height: 88px;
	font-size: 27px;
	line-height: 69px;
}
.promo-section .step-details h4 {
	font-size: 14px;
}
.form-area input[type="password"] {
	width: 100%
}
.form-area input[type="text"] {
	width: 100%
}
.form-area label {
	float: left;
}
}
.subpage {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 80%;
	margin: 0 auto;
}
.intro {
	color: #ffffff;
	font-size: 31px;
	line-height: 3.75rem;
	font-weight: bold;
	display: none;
}
.sub-heading {
	font-size: 24px;
	padding-right: 10%;
	padding-left: 10%;
	color: #ffffff;
	margin-top: 13px;
	line-height: 46px;
}
.service-box.style-1 {
	margin-bottom: 20px;
}
.service-box.style-1 > i {
	display: block;
	width: 78px;
	height: 78px;
	font-size: 32px;
	line-height: 78px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #0e7bba;
	color: #0e7bba;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin: 0 auto;
}
.service-box.style-1 > i:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-radius: 50%;
	z-index: -1;
	background-color: #0e7bba;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.service-box.style-1 .service-box-content {
}
.service-box.style-1 .service-box-content h4 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}
.service-box.style-1 .service-box-content h4 a {
	text-transform: none;
	cursor: text;
}
.service-box.style-1 .service-box-content h4 a:hover {
	text-decoration: none;
}
.service-box.style-1 .service-box-content p {
	text-align: center;
	font-size: 13px;
	color: #666;
	padding-left: 0px;
}
.service-box.style-1:hover > i {
	background-color: #0e7bba;
	color: #fff;
}
.service-box.style-1:hover > i:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.service-box.style-1 a {
	color: #0e7bba;
}
.testimonial_name {
	font-size: 24px;
	color: #333333;
	line-height: 26px;
}
.selectbox {
	width: 250px;
	height: 30px;
	border: 1px #C9C9C9 solid;
	margin: 5px;
}
.management-div {
	width: 70%;
	margin: 0px auto;
}
.management_img {
	float: left;
	width: 17%;
}
.management_text {
	float: right;
	width: 69%;
}
div.image-title {
	font-size: 35px;
	line-height: 56px;
	color: #009DDC;
}
div.image-desc {
	padding-top: 12px;
	line-height: 1.65em;
	font-size: 16px;
	font-weight: normal;
	color: #b8b7b7;
}

@media screen and (min-width:180px) and (max-width:615px) {
.main-wrapper-01 {
	width: 100%;
}
.management-div {
	width: 100%;
}
.management_img {
	float: none;
	text-align: center;
	width: 100%;
}
.management_text {
	float: none;
	width: 100%;
}
}
#demo-list {
	margin: 0px;
	padding: 0px;
}
#demo-list li {
	padding-left: 30px;
	list-style: none;
	background: url(../images/play-icon.png) no-repeat left;
	margin-bottom: 5px !important;
	line-height: 40px;
	border-bottom: 1px solid #DFDFDF;
	height: 40px;
}
#demo-list li a {
	font-weight: bold;
	/*float: left;*/
	width: 100%;
	color: #333;
	text-decoration: none;
}
#demo-list li:hover {
	color: #494848;
	background: url(../images/play-icon.png) no-repeat left #f0f0f0;
	text-decoration: none;
}
#integration-demo-list ul {
	margin: 0px;
	padding: 0px;
}
#integration-demo-list ul li {
	padding-left: 5px;
	list-style: none;
	line-height: 40px;
	border-bottom: 1px solid #DFDFDF;
}
#integration-demo-list ul li .fa {
	color: #1889c1;
}
#integration-demo-list ul li a {
	font-weight: bold;
	width: 100%;
	color: #333;
	text-decoration: none;
}
#integration-demo-list ul li:hover {
	color: #494848;
	background: #f0f0f0;
	text-decoration: none;
}
#msform {
	text-align: center;
	position: relative;
}
#msform fieldset {
	border: 0 none;
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#msform fieldset h3 {
	font-size: 23px;
	margin: 15px 0px 25px 0px;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #11426d;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
	border-radius: 6px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #11426d;
}
#msform .action-button[disabled] {
	background: #CCC none repeat scroll 0% 0%;
	border-color: #AAA;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 16.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 1px;
	color: #333;
	background: gray;
	border-radius: 13px;
	margin: 0 auto 5px auto;
	z-index: 1;
	position: relative;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: gray;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: 0; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
	background: #11426d;
	color: white;
}
.slide-box {
	visibility: inherit;
	display: inline-block;
	opacity: 1;
	width: 120px;
	font-size: 12px;
	height: 155px;
	margin: 0 12px;
	display: inline-table;
}
.checkbox-styled {
	display: block;
	margin-bottom: 0.5em;
	width: 117px;
	height: 117px;
}
.checkbox-styled input[type="checkbox"] {
	display: none;
}
.checkbox-styled input[type="checkbox"] + span {
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
	text-align: center;
	width: 108px;
	height: 108px;
	border: 4px solid #CDCDCD;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	position: relative;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	-webkit-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
	margin-bottom: 15px;
	background: #fff;
}
.checkbox-styled input[type="checkbox"] + span:hover {
	border: 4px solid #11426d;
}
.checkbox-styled input[type="checkbox"] + span:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
	font-size: 55px;
	display: block;
}
.checkbox-styled input[type="checkbox"] + span.sad:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.checkbox-styled input[type="checkbox"]:checked + span {
	border: 4px solid #f80d19;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.bg-gray {
	background: #f7f7f7;
}
.service-list li {
	list-style: url(../images/blue-tick-md.png);
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.results-bottom {
	text-align: center;
}
.results-bottom h4 {
	margin-bottom: 30px;
	font-size: 20px;
	color: #7B7B7B;
}
.exit-info {
	overflow: hidden;
	padding: 0px 25px;
	margin-top: 0px;
	width: 95%;
	height: auto;
	margin: 0px auto;
}
.exit-info div {
	border: 1px solid #e2e2e2;
	background: #11426d;
	overflow: hidden;
	padding: 25px;
	height: auto;
	font-weight: 500;
	text-align: justify;
	color: #FFFFFF;
}
.get-detil {
	display: none;
}
.div-level {
	width: 100%;
	height: 300px;
}
.input-lg-01 {
	height: 46px;
	padding: 5px;
	font-size: 12px;
	line-height: 1.3333333;
	width: 72%;
	margin-right: 5px;
	float: left;
}

@media (max-width: 767px) {
.div-level {
	width: 100%;
	height: auto;
	float: left;
	min-height: 500px;
}
.subpage {
	padding-top: 26px;
	padding-bottom: 15px;
	width: 100%;
	margin: 0 auto;
}
.sub-heading {
	font-size: 21px;
	padding-right: 2%;
	padding-left: 2%;
	color: #ffffff;
	margin-top: -1px;
	line-height: 25px;
}
#integration-demo-list ul li {
    padding-left: 5px;
    list-style: none;
    line-height: 28px;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
}
.content-bg {
	background-color: #fff;
	color: #333;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 25px;
	webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.red-link {
	color: #FF0004;
}
.about-bnr {
	background-image: url(../images/banner-about-us.jpg);
}
.team-bnr {
	background-image: url(../images/banner-our-team.jpg);
}
.clients-bnr {
	background-image: url(../images/banner-clients.jpg);
}
.media-bnr {
	background-image: url(../images/banner-media.jpg);
}
.retail-bnr {
	background-image: url(../images/banner-retail.jpg);
}
.testimonials-bnr {
	background-image: url(../images/banner-testimonials.jpg);
}
.careers-bnr {
	background-image: url(../images/banner-careers.jpg);
}
.news-bnr {
	background-image: url(../images/banner-news.jpg);
}
.service-bnr {
	background-image: url(../images/banner-services.jpg);
}
.cloud-bnr {
	background-image: url(../images/banner-cloud.jpg);
}
.oracle-e-business-bnr {
	background-image: url(../images/banner-Oracle-E-Business.jpg);
}
.managed-service-bnr {
	background-image: url(../images/banner-managed-services.jpg);
}
.oracle-commerce-bnr {
	background-image: url(../images/banner-Oracle-Commerce.jpg);
}
.hybris-bnr {
	background-image: url(../images/banner-hybris.jpg);
}
.magento-cloud-bnr {
	background-image: url(../images/banner-magento.jpg);
}
.chase-payment-bnr {
	background-image: url(../images/banner-chase-paymentech.jpg);
}
.epicpay-bnr {
	background-image: url(../images/banner-epicpay.jpg);
}
.worldpay-bnr {
	background-image: url(../images/banner-worldpay.jpg);
}
.service-management-bnr {
	background-image: url(../images/banner-service-management.jpg);
}
.functional-support-bnr {
	background-image: url(../images/banner-functional-support.jpg);
}
.implementation-support-bnr {
	background-image: url(../images/banner-implementation-support.jpg);
}
.monitoring-alert-bnr {
	background-image: url(../images/banner-monitoring-alerts.jpg);
}
.contact-bnr {
	background-image: url(../images/banner-contact.jpg);
}
.patch-management-bnr {
	background-image: url(../images/banner-patch-management.jpg);
}
.backup-restore-bnr {
	background-image: url(../images/banner-backup-restore.jpg);
}
.footer_address {
	background: url(../images/transparent.png);
	padding: 20px;
	padding-bottom: 0px;
	height: 300px;
}
.footer_gallery {
	background: url(../images/transparent.png);
	padding: 20px;
	padding-bottom: 0px;
}
.footer_map_box {
	border: 3px #FFFFFF solid;
	height: 315px;
}
.footer_contact {
	border-top: 1px #383838 solid;
	border-bottom: 1px #383838 solid;
	max-width: 400px;
	margin: 0 auto;
}
.scroller_name {
	font-size: 18px;
	color: #333333;
}
#ft_gallery {
	padding: 0px;
}
#footer #ft_gallery.spacing li {
	margin-bottom: 15px;
	list-style: none;
}
.client_logo_name {
	font-size: 18px;
	color: #333333;
	line-height: 26px;
}
.cnt-div-null {
	width: 17.333333%;
}

@media (max-width: 600px) {
.contact-form input[type="text"] {
	width: 95%;
}
.contact-form input[type="password"] {
	width: 95%;
}
.contact-form select {
	width: 95%;
}
.contact-form textarea {
	width: 95%;
}
.mobile-logo {
	width: 100%;
	padding: 0px;
	float: left;
}
.mobile-logo .logo {
	width: 100%;
}
.mobile-logo .logo img {
	width: 57%;
	padding-bottom: 5px;
}
.mobile-menu {
	width: 100%;
	padding: 0px;
	float: right;
}
.navbar-toggle {
	margin-right: 9px;
}
.navbar.navbar-default {
	background-color: #fff;
	border-color: #fff;
}
.navbar-header {
	background: #1193d4;
}
.navbar-default .navbar-toggle {
	border-color: #FFF;
	background: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #1193d4;
}
.navbar.navbar-default {
	margin: 0px;
}
.padding {
	padding: 10px;
}
#ft_gallery .col-md-6 {
	width: 50%;
	float: left;
	padding: 0px 5px;
}
.footer_address {
	padding: 10px;
	height: auto;
}
}
.contenthover {
	padding: 20px 20px 10px 20px;
}
.contenthover, .contenthover h3, contenthover a {
	color: #fff;
	cursor: pointer;
}
.contenthover h3, .contenthover p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	padding: 0;
}
.check-list-01 {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 15px;
}
.check-list-01 li:before {
	font-family: "FontAwesome";
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	content: "\f00c";
	position: relative;
	top: 1px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 13px;
	border-radius: 50%;
	border: 2px solid #007EE1;
	color: #fff;
	margin-bottom: 9px;
	float: left;
}
.check-list-01 li {
	margin-bottom: 10px;
}
.check-list-01 li:last-child {
	margin-bottom: 0;
}
/*Four Column*/
.sub-nav-fixed .sub-nav {
	background: transparent;
}
.sub-nav-fixed .sub-nav ul {
	list-style: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 0px;
}
.sub-nav-fixed .sub-nav li {
	float: left;
	width: 25%
}
.sub-nav strong {
	font-size: 20px;
	display: block;
	padding-top: 15px;
	font-weight: bold;
	letter-spacing: -0.015rem;
	margin-bottom: 5px;
	color: #333
}
.sub-nav span {
	font-size: .875em;
	color: #333;
	line-height: 18px;
	display: inline-block;
	margin-bottom: 15px
}
.sub-nav-fixed .sub-nav span.icon {
	margin-bottom: 0
}
.sub-nav-fixed .sub-nav li {
	min-height: 90px;
	position: relative
}
.sub-nav-fixed .sub-nav li a {
	display: block;
	padding: 16px 9% 13px;
	text-decoration: none
}
.sub-nav-fixed .sub-nav li a:after {
	content: "";
	border-left: 0px solid #e8e7e7;
	position: absolute;
	height: 56%;
	width: 1px;
	top: 13%;
	left: 0;
}
.sub-nav-fixed .sub-nav li:first-child a:after {
	border-left: none
}
.sub-nav-fixed .sub-nav li i {
	height: 40px
}
.sub-nav-fixed .sub-nav li a:hover, .sub-nav-fixed .sub-nav li.active a {
	color: #1889c1;
}
.sub-nav-fixed .sub-nav li a:hover span, .sub-nav-fixed .sub-nav li.active span {
	color: #1889c1;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s
}
.sub-nav-fixed .sub-nav li a:hover span.icon, .sub-nav-fixed .sub-nav li.active span.icon {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
.sub-nav-fixed .sub-nav li a:hover strong, .sub-nav-fixed .sub-nav li.active strong {
	color: #1889c1;
	-moz-transition: all .2s;
	-o-transition: scale(1.1);
	-webkit-transition: scale(1.1);
	transition: scale(1.1);
}
/*Five Column*/

.sub-nav-fixed-01 .sub-nav {
	background: transparent;
}
.sub-nav-fixed-01 .sub-nav ul {
	list-style: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 0px;
}
.sub-nav-fixed-01 .sub-nav li {
	float: left;
	width: 20%
}
.sub-nav-fixed-01 .sub-nav.payment-solutions li {
	float: left;
	width: 14%
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.sub-nav-fixed-01 .sub-nav.payment-solutions li {
    float: left;
    width: 25%;
}
}
.sub-nav strong {
	font-size: 20px;
	display: block;
	padding-top: 15px;
	font-weight: bold;
	letter-spacing: -0.015rem;
	margin-bottom: 5px;
	color: #333
}
.sub-nav span {
	font-size: .875em;
	color: #333;
	line-height: 18px;
	display: inline-block;
	margin-bottom: 15px
}
.sub-nav-fixed-01 .sub-nav span.icon {
	margin-bottom: 0
}
.sub-nav-fixed-01 .sub-nav li {
	min-height: 90px;
	position: relative
}
.sub-nav-fixed-01 .sub-nav li a {
	display: block;
	padding: 16px 9% 13px;
	text-decoration: none
}
.sub-nav-fixed-01 .sub-nav li a img {
	width: 35px;
}
.sub-nav-fixed-01 .sub-nav li a:after {
	content: "";
	border-left: 0px solid #e8e7e7;
	position: absolute;
	height: 56%;
	width: 1px;
	top: 13%;
	left: 0;
}
.sub-nav-fixed-01 .sub-nav li:first-child a:after {
	border-left: none
}
.sub-nav-fixed-01 .sub-nav li i {
	height: 40px;
	font-size: 40px;
	color: #252525;
}
.sub-nav-fixed-01 .sub-nav li a:hover, .sub-nav-fixed-01 .sub-nav li.active a {
	color: #1889c1;
}
.sub-nav-fixed-01 .sub-nav li a:hover span, .sub-nav-fixed-01 .sub-nav li.active span {
	color: #1889c1;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s
}
.sub-nav-fixed-01 .sub-nav li a:hover i.fa, .sub-nav-fixed-01 .sub-nav li.active i.fa {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
	color: #1889c1;
}
.sub-nav-fixed-01 .sub-nav li a:hover strong, .sub-nav-fixed-01 .sub-nav li.active strong {
	color: #1889c1;
}
.style_prevu_kit {
	display: inline-block;
	border: 0;
	position: relative;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
}
.style_prevu_kit:hover {
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.1);
	transition: all 200ms ease-in;
	transform: scale(1.1);
}
.services-03 .icon {
	height: 60px;
	width: 60px;
	border: 2px solid #fff;
	background: #00b1f1;
	line-height: 54px;
	text-align: center;
	margin-right: 10px;
}
.services-03 li {
	list-style: none;
}
.services-03 article div {
	border-bottom: 3px solid #E3E3E3;
	background: rgba(255, 255, 255, 0.90);
	padding: 20px 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	height: 290px;
}
.services-03 article a {
	border-bottom: 3px solid #E3E3E3;
	background: rgba(255, 255, 255, 0.90);
	padding: 20px 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	height: 290px;
}
.services-03 article i {
	font-size: 48px;
	color: #0e7bba;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services-03 article h5 {
	font-weight: bold;
	font-size: 17px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	text-transform: none;
}
.services-03 li article p {
	font-size: 14px;
	line-height: 1.75;
	margin: 0px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services-03 li:hover article a {
	text-decoration: none;
	border-bottom: 0px solid #005383;
	background: #cce4ef;
}
.fullarticle {
	display: none;
	width: 100%;
}
.li-cntr {
	display: none;
}
.mble-hide {
	display: none;
}

@media (max-width: 580px) {
.sub-nav-fixed .sub-nav li {
	width: 50%;
	min-height: 108px;
}
.sub-nav-fixed-01 .sub-nav li {
	width: 50%;
	min-height: 108px;
}
.height-270 {
	height: 273px;
}
.clint-mob {
	display: none;
}
.sub-nav-fixed-01 .sub-nav li.li-cntr {
	width: 25%;
	display: block;
}
.mble-hide {
	display: block;
}
.sub-head {
	height: auto;
}
}

@media (max-width: 768px) {
.mble-hide {
	display: block;
}
.clint-mob {
	display: none;
}
.exit-info {
	padding: 0px;
	width: 100%;
	margin-top: 10px;
}
.input-lg-01 {
	width: 65%;
	margin-right: 3px;
}
.services article a {
	padding: 26px 0px;
}
.col-xs-15 {
	width: 100%;
}
.parallax-contact {
	background-position: 0% 0px;
	background-size: 100% 100%;
}
.content-bg {
	padding: 10px;
}
.pad-01 {
	padding: 10px 0px;
}
.checkbox-styled {
	margin-bottom: 0px;
}
.content-bg .bg-gray {
	padding-top: 10px;
}
}
.red-span {
	color: #F44336;
	font-size: 12px;
}
/* 13.05.2016 */
.integra-sub-heading {
	font-size: 24px;
	padding-right: 0%;
	padding-left: 0%;
	color: #ffffff;
	margin-top: 13px;
	line-height: 46px;
}
/* 21.09.2016 */
.prd-col h3 {
	font-size: 15px;
	font-weight: bold;
}
.hover-home, .hover-home:hover {
	color: #333 !important;
}
#ibizsoft-features .col-lg-3 {
	padding-right: 5px;
	padding-left: 5px;
}

@media only screen and (max-width: 767px) {
.prd-col {
	height: 100%;
}
}
/* EDIT 13/10/2016 */
#wrapper_bu {
	position: absolute;
	width: 100%;
	height: 75%;
	background: url(../images/ibizsoft-featured.jpg) 50% 50%;
	background-size: cover;
}
.txt_Center {
	margin: 50% 0% 0% 20%
}
.txt_h1 {
	font-size: 2em
}
.holder_bu {
	cursor: pointer
}
.holder_bu_center {
	position: absolute;
	top: 15%;
	left: 40%;
	width: 20%;
	height: 70%;
	background-color: #299fd3;
	-webkit-transition: width 1s, height 1s, top 1s, left 1s;
	-moz-transition: width 1s, height 1s, top 1s, left 1s;
	-o-transition: width 1s, height 1s, top 1s, left 1s;
	-ms-transition: width 1s, height 1s, top 1s, left 1s;
	transition: width 1s, height 1s, top 1s, left 1s;
}
.holder_bu_awayR1 {
	position: absolute;
	top: 15%;
	left: 60%;
	width: 20%;
	height: 70%;
	background-color: #50afe4;
	-webkit-transition: width 1s, height 1s, top 1s, left 1s;
	-moz-transition: width 1s, height 1s, top 1s, left 1s;
	-o-transition: width 1s, height 1s, top 1s, left 1s;
	-ms-transition: width 1s, height 1s, top 1s, left 1s;
	transition: width 1s, height 1s, top 1s, left 1s;
}
.holder_bu_awayR2 {
	position: absolute;
	top: 15%;
	left: 80%;
	width: 20%;
	height: 70%;
	background-color: #299fd3;
	-webkit-transition: width 1s, height 1s, top 1s, left 1s;
	-moz-transition: width 1s, height 1s, top 1s, left 1s;
	-o-transition: width 1s, height 1s, top 1s, left 1s;
	-ms-transition: width 1s, height 1s, top 1s, left 1s;
	transition: width 1s, height 1s, top 1s, left 1s;
}
.holder_bu_awayL1 {
	position: absolute;
	top: 15%;
	left: 20%;
	width: 20%;
	height: 70%;
	background-color: #0fa4e5;
	-webkit-transition: width 1s, height 1s, top 1s, left 1s;
	-moz-transition: width 1s, height 1s, top 1s, left 1s;
	-o-transition: width 1s, height 1s, top 1s, left 1s;
	-ms-transition: width 1s, height 1s, top 1s, left 1s;
	transition: width 1s, height 1s, top 1s, left 1s;
}
.holder_bu_awayL2 {
	position: absolute;
	top: 15%;
	left: 0%;
	width: 20%;
	height: 70%;
	background-color: #0098db;
	-webkit-transition: width 1s, height 1s, top 1s, left 1s;
	-moz-transition: width 1s, height 1s, top 1s, left 1s;
	-o-transition: width 1s, height 1s, top 1s, left 1s;
	-ms-transition: width 1s, height 1s, top 1s, left 1s;
	transition: width 1s, height 1s, top 1s, left 1s;
}
.padding-t-415 {
	padding-top: 510px;
}

@media only screen and (max-width:768px) {
.padding-t-415 {
	padding-top: 0px !important;
}
}

@media only screen and (max-width: 768px) {
.rev_slider_wrapper {
	min-height: 430px !important;
}
}

@media only screen and (max-width:767px) {
.rev_slider_wrapper {
	min-height: 230px !important;
}
}

@media only screen and (max-width:1024px) {
#wrapper_bu {
    height: 80%;
}	
.padding-t-415 {
	padding-top: 550px;
}
.holder_bu_center, .holder_bu_awayR1, .holder_bu_awayR2, .holder_bu_awayL1,.holder_bu_awayL2 {
	height: 78%; 	
}
.prd-col {
	margin-bottom: 10px;
	height: 345px;
}	
}
/* -------------------------------- 
/* EDIT 17/10/2016 NEW ABOUT US
-------------------------------- */
/* --------------------------------------------
	ABOUT US PAGE PAGE START
-------------------------------------------- */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cd-horizontal-timeline {
	opacity: 0;
	margin: 2em auto;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}
.cd-horizontal-timeline.loaded {
	/* show the timeline after events position has been set (using JavaScript) */
	opacity: 1;
}
.cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
	/* these are used to create a shadow effect at the sides of the timeline */
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	height: 100%;
	width: 20px;
}
/*.cd-horizontal-timeline .events-wrapper::before {
	left: 0;
	background-image: -webkit-linear-gradient( left, #f8f8f8, rgba(248, 248, 248, 0));
	background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
	right: 0;
	background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
	background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}*/
.cd-horizontal-timeline .events {
	/* this is the grey line/timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 2px;
	/* width will be set using JavaScript */
	background: #dfdfdf;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
	/* this is used to create the green line filling the timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #00416e;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 1.3rem;
	padding-bottom: 15px;
	color: #383838;
	/* fix bug on Safari - text flickering while timeline translates */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
	/* this is used to create the event spot */
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	background-color: #f8f8f8;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	-moz-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
	background-color: #00416e;
	border-color: #00416e;
}
.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
	background-color: #00416e;
	border-color: #00416e;
}
.cd-horizontal-timeline .events a.older-event::after {
	border-color: #00416e;
}

@media only screen and (min-width: 1100px) {
.cd-horizontal-timeline {
	margin: 3em auto;
}
.cd-horizontal-timeline::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'desktop';
}
}
.cd-timeline-navigation a {
	/* these are the left/right arrows to navigate the timeline */
	position: absolute;
	z-index: 1;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	/* replace text with an icon */
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
	/* arrow icon */
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
	right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
	border-color: #00416e;
}
.cd-timeline-navigation a.inactive {
	cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
	background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: 2em 0;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0 5%;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
	/* visible event content */
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	-moz-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	-moz-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
	max-width: 800px;
	margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
	color: #0e7bba;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
	color: #0e7bba;
	display: block;
	font-style: italic;
	margin: 10px auto;
}
.cd-horizontal-timeline .events-content p {
	font-size: 1.4rem;
	color: #333;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
	line-height: 1.6;
}

@media only screen and (min-width: 768px) {
.cd-horizontal-timeline .events-content h2 {
	font-size: 2.3rem;
}
.cd-horizontal-timeline .events-content em {
	font-size: 2rem;
}
.cd-horizontal-timeline .events-content p {
	font-size: 1.4rem;
}
}
 @-webkit-keyframes cd-enter-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-right {
 0% {
 opacity: 0;
 -moz-transform: translateX(100%);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0%);
}
}
@keyframes cd-enter-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
 -moz-transform: translateX(100%);
 -ms-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
 -moz-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
}
@-webkit-keyframes cd-enter-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-left {
 0% {
 opacity: 0;
 -moz-transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0%);
}
}
@keyframes cd-enter-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
 -moz-transform: translateX(-100%);
 -ms-transform: translateX(-100%);
 -o-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
 -moz-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
}
/* TIME LINE 02 */

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}
/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #f9f9f9;
	left: 20%;
	margin-left: -10px;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2.0em;
	color: #2f8bcb;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #2f8bcb;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #2f8bcb;
	color: #fff;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #2f8bcb;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #2f8bcb;
	border-width: 10px;
	top: 10px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #2f8bcb;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #f9f9f9;
	background: #2f8bcb;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #f9f9f9;
	text-align: center;
	left: 20%;
	/*	top: 0;
*/	margin: 0 0 0 -25px;
}
.cbp_tmicon-calendar:before {
	content: "\f073";
}
.cbp_tmicon-calendar:before {
	content: "\f073";
}
.cbp_tmicon-calendar:before {
	content: "\f073";
}
.cbp_tmicon-calendar:before {
	content: "\f073";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 1.5em;
}
}

@media screen and (max-width: 47.2em) {
.cbp_tmtimeline:before {
	display: none;
}
.cbp_tmtimeline > li .cbp_tmtime {
	width: 100%;
	position: relative;
	padding: 0 0 20px 0;
}
.cbp_tmtimeline > li .cbp_tmtime span {
	text-align: left;
}
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 30px 0;
	padding: 1em;
	font-weight: 400;
	font-size: 95%;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: auto;
	left: 20px;
	border-right-color: transparent;
	border-bottom-color: #3594cb;
	top: -20px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: transparent;
	border-bottom-color: #2f8bcb;
}
.cbp_tmtimeline > li .cbp_tmicon {
	position: relative;
	float: right;
	left: auto;
	margin: -55px 5px 0 0px;
}
}
.global-asset-bg {
	background: #00416e;
}
.global-asset-bg h2 {
	color: #fff;
}
/* --------------------------------------------
	ABOUT US PAGE END
-------------------------------------------- */
/* EDIT NEW STYLES FOR CONTACT 18/10/2016 */
/* --------------------------------------------
	CONTACT PAGE START
-------------------------------------------- */
.responsive-accordion {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}
.responsive-accordion li {
	margin: 0 0 10px 0;
	padding: 0;
}
.responsive-accordion li:last-child {
	margin-bottom: 0;
}
.responsive-accordion li .responsive-accordion-head {
	cursor: pointer;
}
.responsive-accordion li .responsive-accordion-head.active {
	font-weight: normal;
}
/*	#Themes
//	================================================== */

.responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
	font-size: 14px;
	border: 1px solid #ECECEC;
	padding: 12px 15px;
	background: #fff;
	color: #333;
	line-height: normal;
	position: relative;
}
.responsive-accordion-default.responsive-accordion li .responsive-accordion-head i {
	position: absolute;
	top: 14px;
	right: 10px;
}
.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel {
	border: 1px solid #ECECEC;
	border-top: 0;
	padding: 20px;
	background: #FFF;
}
.ib_wrapper h4 {
	font-weight: normal;
}
.ib_wrapper p {
	padding-top: 0px;
}
.social-link {
	margin: 0;
}
.social-link li {
	margin-right: 10px;
}
.social-link li a {
	font-size: 15px;
}
.social-link .facebook a {
	color: #46629e;
}
.social-link .twitter a {
	color: #5ea9dd;
}
.social-link .linkedin a {
	color: #0177b5;
}
.social-link .google a {
	color: #c52e25;
}
.social-link .youtube a {
	color: #fd0136;
}
iframe {
	width: 100%;
	height: 100%;
}
/* --------------------------------------------
	CONTACT PAGE END
-------------------------------------------- */
/* --------------------------------------------
	VIDEO BANNER START
-------------------------------------------- */
section.ibz-row {
	padding: 0px 0px;
}
.ibz_parallax_asset {
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
	margin-top: 0px;
	margin-bottom: 0px;
}
.ibz-row-container.ibz_parallax_asset {
	padding-top: 0;
	padding-bottom: 0;
}
.content-width .ibz_parallax_asset {
	box-shadow: none;
}
.ibz_parallax_asset.bg-type-pattern {
	background-repeat: repeat;
	background-size: auto;
}
.ibz_parallax_asset .ibz_content_wrapper {
	position: relative;
}
.ibz_parallax_asset.parallax-scroll {
	background-attachment: scroll;
}
.ibz_parallax_asset.parallax-stellar {
	-webkit-background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.mobile-browser .ibz_parallax_asset {
	background-attachment: scroll!important;
	background-position: center center!important;
}
.ibz_parallax_asset.sf-parallax-video {
	background-attachment: scroll;
}
.ibz_parallax_asset .ibz_content_wrapper {
	position: relative;
}
.ibz_parallax_asset.parallax-window-height .ibz_content_wrapper {
	top: 50%;
}
.sf-parallax-video .ibz_content_wrapper {
	position: relative;
	z-index: 4;
}
.sf-parallax-video.parallax-video-height .ibz_content_wrapper {
	top: 55%;
	opacity: 0;
}
.mobile-browser .ibz_parallax_asset .ibz_content_wrapper {
	opacity: 1!important;
	top: 50%!important;
}
.ibz_parallax_asset .ibz_content_wrapper p:last-child {
	margin-bottom: 0;
}
.sf-parallax-video video {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
}
.sf-parallax-video .video-overlay {
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.sf-parallax-video > .ibz_content_wrapper {
	position: relative;
	z-index: 4;
}
.ibz_content_wrapper {
	padding-left: 10%;
	padding-right: 10%;
}
.ibz_content_wrapper h1, .ibz_content_wrapper h3 {
	color: #fff;
}
.sf-parallax-video .video-overlay.overlay-striped {
	background-image: url('images/video-overlay-1.png');
}
.sf-parallax-video.parallax-video-height .video-overlay {
	opacity: 0;
}
.ibz-row > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

/* #Responsive Styles
================================================== */
@media only screen and (max-width: 1024px) {
.sf-parallax-video video {
	top: 0!important;
}
.ibz_parallax_asset {
	background-attachment: scroll!important;
	background-position: center center!important;
}
.ibz_parallax_asset {
	background-position: 50% 0!important;
}
.ibz_parallax_asset .ibz_content_wrapper {
	opacity: 1!important;
	top: 50%!important;
}
}

@media only screen and (max-width: 767px) {
/* GENERAL */
.ibz_parallax_asset.parallax-window-height .ibz_content_wrapper {
	top: 0!important;
	margin-top: 0!important;
}
.ibz_parallax_asset {
	background-attachment: scroll;
}
.sf-parallax-video video {
	display: none;
}
}
/* --------------------------------------------
	VIDEO BANNER END
-------------------------------------------- */
.grey-paragraph .text-formatted {
    background-color: #f1f1f1;
    margin: 20px auto 40px;
    padding: 30px;
}
.grey-paragraph .text-formatted ul li {
    margin-bottom: 10px;
	list-style-type: disc;
}
@media only screen and (min-width: 992px) {
.grey-paragraph .text-formatted ul:first-of-type {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
	margin-left: 20px;
  }
}
.card .nav-tabs { border-bottom: 2px solid #DDD; }
.card .nav-tabs > li.active > a, 
.card .nav-tabs > li.active > a:focus, 
.card .nav-tabs > li.active > a:hover { border-width: 0; }
.card .nav-tabs > li > a { border: none; color: #666; }
.card .nav-tabs > li.active > a, 
.card .nav-tabs > li > a:hover { border: none; color: #11426d !important; background: transparent; }
.card .nav-tabs > li > a::after { content: ""; background: #f80d19; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.card .nav-tabs > li.active > a::after, 
.card .nav-tabs > li:hover > a::after { transform: scale(1); }
.card .tab-nav > li > a::after { background: #11426d none repeat scroll 0% 0%; color: #fff; }
.card .tab-pane { padding: 15px 0; }
.card .tab-content{padding:20px;font-size: 14px;line-height: 1.75;}