#header,
.headwrap.sticky {
	background: #fff;
	left: 0;
	right: 0;
	top: 0
}

#header,
body {
	background: #fff
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	border: 0;
	font-family: 'Open Sans', sans-serif
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: auto
}

body {
	font-weight: 400;
	font-style: normal;
	color: #000;
	position: relative;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857;
	width: 100%;
	height: 100%
}

.listHeading {
	color: #006;
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0
}

.listHeading>img {
	display: inline-block;
	vertical-align: middle
}

.listHeading.small {
	font-size: 15px;
	color: #333
}

#header {
	position: absolute;
	width: 100%;
	z-index: 100;
	height: auto
}

.headwrap.sticky {
	position: fixed;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .1)
}

.headwrap.sticky .logo img {
	width: 150px
}

#header .headwrap.sticky .grid1 {
	margin: 10px 10px 10px 0;
	width: 14%
}

.boldTitles.spaceBlock {
	padding: 10px 0
}

.body {
	padding-top: 150px
}

#header .headwrap.sticky .grid2 {
	padding: 10px;
	width: 32%
}

#header .headwrap.sticky .tagLine {
	color: #006;
	font-size: 13px;
	font-weight: 600
}

.rightMainsection p.whiteTxt .boldTitles,
.whiteTxt {
	color: #fff
}

#header .headwrap.sticky .grid3 {
	padding: 10px 0;
	width: 28%
}

#header .headwrap.sticky .contact {
	font-size: 13px
}

#header .headwrap.sticky .contactNo {
	font-size: 17px
}

#header .headwrap.sticky ul.social li {
	margin-bottom: 0;
	height: 35px;
	line-height: 40px;
	width: 35px;
	overflow: visible
}

#header .headwrap.sticky .contact img {
	padding-right: 10px;
	width: 46px
}

.tabThumb {
	max-width: 100%;
	padding: 10px
}

.fix-container {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px
}

.bigThumb,
.blockClm2.floatBox.full .gridImg>img,
.blockClm3 .gridImg img,
.equalBlock .boxLft img,
.imgBlk>img,
.imgContainer img,
.wrapImg>img {
	max-width: 100%
}

.blockAnchor {
	display: table !important
}

body,
html {
	height: 100%
}

article,
aside,
audio,
canvas,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
nav,
section,
video {
	display: block
}

fieldset,
img {
	border: 0
}

body {
	overflow-x: hidden
}

.imgContainer {
	margin: 0 auto;
	text-align: center
}

dl,
figure,
ol,
ul {
	margin: 0
}

.imageTitle {
	color: #fff;
	font-weight: 600
}

a {
	text-decoration: none;
	line-height: inherit;
	outline: 0
}

a:hover {
	-webkit-transition: .5s all ease-in-out;
	-moz-transition: .5s all ease-in-out;
	-o-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
	content: "";
	display: table;
	line-height: 0
}

.clearfix:after,
.row:after {
	clear: both
}

p a,
p a:visited {
	line-height: inherit
}

blockquote,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
	margin: 0;
	padding: 0;
	font-size: 16px;
	direction: ltr
}

dl,
ol,
ul {
	padding: 0;
	list-style: none
}

ol li ol,
ol li ul,
ul li ol,
ul li ul {
	margin-left: 20px;
	margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

strong {
	font-weight: 700
}

.rght-align {
	text-align: right !important
}

.siteForm input[type=email],
.siteForm input[type=file],
.siteForm input[type=password],
.siteForm input[type=text] {
	line-height: 100%;
	border-radius: 3px;
	width: 100%;
	background: #FFF;
	border: 1px solid #e1e1e1;
	height: 47px;
	vertical-align: middle;
	font-size: 16px;
	color: #232323;
	padding: 0 10px;
	margin: 0;
	outline: 0;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s
}

.siteForm input[type=file] {
	height: auto;
	padding: 8px 10px;
	min-height: 47px
}

.siteForm input[type=email]:focus,
.siteForm input[type=file]:focus,
.siteForm input[type=password]:focus,
.siteForm input[type=text]:focus {
	border-color: #1897ef;
	-webkit-box-shadow: inset 0 1px 1px #dedbdb, 0 0 10px #6fbaee;
	-moz-box-shadow: inset 0 1px 1px #dedbdb, 0 0 10px #6fbaee;
	box-shadow: inset 0 1px 1px #dedbdb, 0 0 10px #6fbaee
}

.siteForm textarea {
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #e1e1e1;
	height: 120px;
	line-height: 18px;
	padding: 10px 5px;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1);
	border-radius: 3px;
	transition: border linear .2s, box-shadow linear .2s;
	resize: vertical
}

.siteForm select,
.siteForm textarea {
	width: 100%;
	outline: 0;
	background: #FFF;
	font-size: 16px;
	color: #232323;
	margin: 0;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s
}

.siteForm textarea:focus {
	border-color: #1897ef;
	box-shadow: inset 0 1px 1px #dedbdb, 0 0 10px #6fbaee
}

.siteForm select:focus,
.siteForm textarea:focus {
	-webkit-box-shadow: inset 0 1px 1px #dedbdb, 0 0 10px #6fbaee;
	-moz-box-shadow: inset 0 1px 1px #dedbdb, 0 0 10px #6fbaee
}

.siteForm select {
	height: 47px;
	line-height: 38px;
	border: 1px solid #e1e1e1;
	padding: 5px 0 5px 10px;
	border-radius: 3px;
	transition: border linear .2s, box-shadow linear .2s
}

.siteForm select:focus {
	border-color: #1897ef;
	box-shadow: inset 0 1px 1px #dedbdb, 0 0 10px #6fbaee
}

.siteForm button,
.siteForm input[type=submit] {
	background-color: var(--blue);
	color: var(--black) !important;
	padding: 0 30px 0 20px;
	font-size: 18px;
	margin: 10px 10px 0 0;
	transition: .3s all ease-in-out;
	font-weight: 600;
	height: 47px;
	line-height: 43px;
	font-family: "Open Sans", sans-serif;
	position: relative;
	border: 1px solid #2576c2
}

.siteForm button,
.siteForm input[type=button],
.siteForm input[type=submit] {
	cursor: pointer;
	color: #fff;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out
}

.siteForm button:hover,
.siteForm input[type=submit]:hover {
	background: #333;
	border: 1px solid #000
}

.siteForm input[type=button] {
	border: none;
	margin: 0;
	padding: 0 20px;
	font-size: 19px;
	text-transform: uppercase;
	background: #858383;
	border-radius: 2px;
	transition: .3s all ease-in-out;
	font-weight: 700;
	height: 47px;
	line-height: 45px;
	width: 100%
}

.anchoredtoBtn.new,
.marginBtm_10 {
	margin-bottom: 10px
}

.siteForm input[type=button]:hover {
	background: #2c67af
}

.mandatory {
	color: #ef2e25;
	font-size: 14px
}

input,
select,
textarea {
	outline: 0
}

input[type=button],
input[type=password],
input[type=submit],
input[type=text],
textarea {
	-webkit-appearance: none
}

::input-placeholder {
	color: #232323;
	font-size: 165px
}

input::webkit-input-placeholder {
	color: #232323;
	font-size: 16px
}

input:-moz-placeholder {
	color: #232323;
	font-size: 16px
}

input::-moz-placeholder {
	color: #232323;
	font-size: 16px
}

input:-ms-input-placeholder {
	color: #232323;
	font-size: 16px
}

.no_paddingBtm {
	padding-bottom: 0 !important
}

.no_paddingTop {
	padding-top: 0 !important
}

.no_paddingRght {
	padding-right: 0 !important
}

.no_paddinglft {
	padding-left: 0 !important
}

.contentBox p {
	font-size: 17px;
	font-weight: 300;
	color: #333;
	padding-bottom: 15px
}

.anchoredtoBtn,
.bigHeadings,
.boldTitles,
.sectionTitles {
	font-weight: 600
}

.sectionTitles {
	color: #333;
	display: block;
	font-size: 29px;
	line-height: 30px;
	padding-bottom: 8px
}

.contentBox p a,
a .boldTitles {
	font-weight: 600;
	color: #006
}

.contentBox p a {
	font-size: 17px
}

.anchoredtoBtn,
.anchoredtoBtn.new {
	font-size: 16px
}

.anchoredtoBtn {
	color: #fff;
	padding: 8px 15px;
	display: inline-block;
	cursor: pointer
}

.anchoredtoBtn.small {
	font-size: 13px
}

.margintop_10 {
	margin-top: 10px
}

.anchoredtoBtn.blue {
	background: #39c;
	color: #000 !important;

}

.anchoredtoBtn.varient {
	margin-top: 20px;
	position: relative;
	width: 100%
}

.anchoredtoBtn.varient:before {
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	content: "";
	position: absolute;
	right: 10px;
	top: 10px
}

.anchoredtoBtn.orange {
	background: #f68110
}

.anchoredtoBtn.blue:hover,
.anchoredtoBtn.orange:hover {
	background: #333
}

.borderBlock.blue .contentsubHead {
	color: #fff
}

.sectionBlk.blue {
	background: #f3f3f3
}

.sectionBlk.gray {
	background: #e9ebee;
	padding: 15px 0
}

.sectionBlk {
	padding: 10px 0
}

.buttonBullet {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px
}

.sectionBlk.imageBg {
	background: url(../images/backBg.jpg);
	background-size: cover
}

.noBorder {
	border: none !important
}

.noBorderBtm {
	border-bottom: none !important
}

.noBorderTop {
	border-top: none !important
}

.noBorderlft {
	border-left: none !important
}

.noBorderrgt {
	border-right: none !important
}

.noMarginTop {
	margin-top: 0 !important
}

.noMarginBtm {
	margin-bottom: 0 !important
}

.noMarginlft {
	margin-left: 0 !important
}

.noMarginrgt {
	margin-right: 0 !important
}

.leftClm {
	float: left;
	width: 65%;
	padding-right: 70px
}

.rightClm {
	float: right;
	width: 35%
}

.imgBlk {
	border: 1px solid #efefef;
	display: block;
	margin: 0 auto 20px;
	padding: 20px;
	text-align: center;
	background: #efefef
}

.noBg {
	background: 0 0
}

.bigHeadings {
	color: #006;
	font-size: 40px;
	padding-bottom: 20px;
	display: block
}

.breifTxt {
	font-size: 20px;
	color: #333;
	font-weight: 300;
	padding-bottom: 20px
}

.boxWrap {
	background: #fff;
	padding: 15px
}

.boxWrap img {
	margin: 15px auto;
	display: block
}

.others .clm2 li {
	padding-left: 20px
}

.others .leftClm {
	width: 46%;
	padding-right: 20px
}

.boxWrap h2 {
	color: #000;
	font-size: 24px;
	line-height: 30px
}

.boxWrapcontent>p {
	padding-bottom: 9px
}

#footer .cell {
	display: inline-block;
	width: 220px;
	vertical-align: top;
}

#footer h2 {
	color: #000;
	font-weight: 700;
	font-size: 15px;
	padding: 0 0 20px;
	text-transform: uppercase
}

#footer ul.listing {
	margin: 0;
	padding: 0
}

#footer ul.listing li {
	float: left;
	width: 100%
}

#footer ul.listing li a {
	color: #666;
	font-size: 13px;
	padding: 0 0 5px;
	text-decoration: none
}

.botm-bar {
	background: #e6e6e6;
	padding: 20px 0;
	border-top: 1px solid #ccc
}

.footerLogo {
	float: right
}

.right_panel {
	float: left;
	width: 900px
}

.right_panel ul.navListing {
	margin: 0;
	padding: 0
}

.right_panel ul.navListing li {
	background: url() right 5px no-repeat;
	float: left;
	padding: 0 0 3px
}

.right_panel ul.navListing li a {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	padding: 0 10px;
	text-decoration: none;
	position: relative
}

#footer ul.listing li a:hover {
	color: #3d97e5
}

.cell.last li {
	position: relative
}

.social_media_name {
	color: #fff;
	font-size: 14px;
	left: 60px;
	position: absolute;
	text-align: left;
	top: 7px
}

.copyright ul li {
	float: left;
	font-size: 13px;
	color: #666
}

.right_panel ul.navListing li:first-child a {
	padding-left: 0
}

.navListing li a:before {
	content: "/";
	left: 0;
	position: absolute;
	top: 0
}

.navListing li:first-child a:before {
	display: none
}

.borderBlock.gray {
	background: #f5f5f5
}

.boxLft {
	float: left;
	width: 60%
}

.boxRgt {
	float: right;
	width: 38%
}

.fl,
.wrapBox,
.wrapImg {
	float: left
}

.boxLft .contentHead {
	color: #006;
	font-weight: 600
}

@font-face {
	font-family: Ionicons;
	src: url(../fonts/ionicons.eot?v=2.0.0);
	src: url(../fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(../fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(../fonts/ionicons.woff?v=2.0.0) format("woff"), url(../fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
	font-weight: 400;
	font-style: normal
}

.formTable td.firstTd {
	width: 50%
}

.formTable td {
	color: #333;
	font-size: 16px;
	font-weight: 300
}

.compareTable th,
.contentTable th {
	font-weight: 600;
	border-collapse: collapse
}

.formTable {
	border-spacing: 20px 10px
}

.formTable table td {
	padding-left: 20px
}

.formTable table td:first-child {
	padding-left: 0
}

.siteForm button:after {
	background: url(../images/readmore-arrow.png) no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	right: 5px;
	position: absolute;
	top: 15px;
	width: 20px
}

.compareTable,
.contentTable {
	border-collapse: collapse;
	width: 100%
}

.siteForm .link-forgot {
	font-size: 14px;
	color: #333
}

.highlightTxt {
	color: #141887;
	display: block;
	font-size: 14px
}

.highlightTxt i {
	display: inline-block;
	font-size: 20px;
	padding-right: 5px
}

.break,
.clmSubhead,
.spaceBlock {
	display: block
}

.spaceBlock {
	padding: 10px
}

.formBox .contentBlock {
	padding: 20px 20px 0
}

.formBox .contentHead {
	padding-bottom: 10px
}

.contentTable td,
.contentTable th {
	color: #333;
	border: 1px solid #e6e6e6;
	padding: 20px;
	position: relative;
	text-align: center
}

.formBox {
	margin-bottom: 10px;
	background: #fff;
	padding: 1em;
}

.contentTable {
	border: 1px solid #e6e6e6
}

.contentTable th {
	font-size: 15px;
	vertical-align: middle
}

.contentTable td {
	font-size: 14px;
	vertical-align: top;
	border-bottom: none
}

.contentTable td a {
	color: #333
}

.red {
	color: #FB3535
}

.green {
	color: #3CB205
}

.icons {
	font-size: 20px
}

.contentTable tr:first-child {
	background: #ccc !important
}

.contentTable tr:first-child th {
	border-top: none;
	border-bottom: none
}

.contentTable tr:first-child th:first-child {
	border-left: none;
	text-align: left
}

.contentTable tr:first-child th:last-child {
	border-right: none
}

.contentTable tr:nth-child(even) {
	background: #fff
}

.contentTable tr:nth-child(odd) {
	background: #f2f2f2
}

.contentTable tr td:first-child {
	border-left: 1px solid #e6e6e6;
	text-align: left
}

.compareTable td,
.compareTable th {
	position: relative;
	padding: 20px;
	text-align: center
}

.contentTable tr td:last-child {
	border-right: 1px solid #e6e6e6
}

.compareTable,
.compareTable td,
.compareTable th {
	border: 1px solid #e6e6e6
}

.compareTable th {
	color: #333;
	font-size: 15px;
	vertical-align: middle
}

.compareTable td {
	color: #006;
	font-size: 14px;
	vertical-align: top
}

.clmSubhead {
	font-size: 14px;
	font-weight: 300
}

.compareTable tr:first-child {
	background: #ccc !important
}

.compareTable tr:first-child th {
	border-top: none;
	border-bottom: none
}

.compareTable td,
.dataTable.noBorder td {
	border-bottom: 1px solid #e6e6e6
}

.compareTable tr:first-child th:first-child {
	border-left: none;
	text-align: left
}

.compareTable tr:first-child th:last-child {
	border-right: none
}

.dataTable,
.dataTable td {
	border: 1px solid #e6e6e6
}

.compareTable tr:nth-child(even) {
	background: #f2f2f2
}

.compareTable tr:nth-child(odd) {
	background: #fff
}

.compareTable tr td:first-child {
	border-left: 1px solid #e6e6e6;
	text-align: left
}

.bigThumb,
.clm4.imgList li,
.dataTable td:first-child,
.thumbTable table td {
	text-align: center
}

.compareTable tr td:last-child {
	border-right: 1px solid #e6e6e6
}

.cell_caption {
	display: none
}

.tableWrap .contentHead {
	padding-bottom: 0
}

.dataTable {
	border-collapse: collapse
}

.dataTable td {
	padding: 20px;
	vertical-align: top
}

.dataTable.noBorder td {
	border-left: none;
	border-right: none
}

.dataTable.noBorder td p {
	padding-bottom: 0;
	margin-top: 10px
}

.dataTable.noBorder td .contentsubHead {
	font-size: 20px
}

.dataTable.noBorder tr:last-child td {
	background: #f8f8f8
}

.dataTable.noBorder tr:last-child td .contentsubHead {
	font-size: 25px;
	color: #333
}

.dataTable.noBorder tr td:last-child {
	padding-left: 0
}

.colImg {
	border: 1px solid #e6e6e6
}

.priced {
	color: #f93;
	font-weight: 600;
	font-size: 22px
}

.note {
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	color: #333;
	margin-top: 20px
}

.listingItem.commonList {
	border: none;
	margin-top: 0
}

.listingItem a strong {
	color: #33c
}

.listingItem li a {
	color: #000
}

.listingItem li a.anchoredtoBtn,
.orangeBar a {
	color: #fff
}

.listingItem.commonList.tick ul {
	margin-left: 0
}

.listingItem.commonList.tick ul.listingItem.commonList li {
	padding-left: 15px
}

.listingItem.commonList.tick ul.listingItem.commonList li:before {
	top: 10px
}

.listingItem.commonList>li {
	border-top: none;
	color: #000;
	font-size: 14px;
	padding: 7px 7px 7px 30px;
	position: relative
}

.listingItem.commonList.imageBullets li {
	padding-left: 0
}

.listingItem.commonList.imageBullets li img {
	display: inline-block;
	float: left;
	margin-right: 10px;
	vertical-align: middle
}

.listTitle {
	display: block;
	padding-left: 35px
}

.listingItem.commonList.dot>li:before {
	top: 11px
}

.borderBlock.skyblue {
	background: #deeefc;
	border: 1px solid #bcd8f2
}

.bigThumb {
	margin: 0 auto;
	display: block
}

.wrapBox {
	padding: 10px 20px;
	width: 50%
}

.wrapImg {
	display: inline-block;
	height: 41px;
	width: 41px
}

.wrapBoxcontent {
	display: block;
	padding-left: 50px
}

.wrapBoxcontent>h2 {
	color: #006;
	font-size: 17px;
	font-weight: 600
}

.contentBlock.blue {
	background-color: #006
}

.wrapBox:first-child {
	border-right: 1px solid #bcd8f2
}

.image-position {
	border: 1px solid #e6e6e6;
	margin: 4px 20px 0 0;
	padding: 1px
}

.image-position.varient {
	margin: 4px 0 0 20px
}

.txtBox.varient .image-position {
	border: none
}

.fr {
	float: right
}

.txtBox {
	margin: 20px 0 0
}

.blockClm3,
.col3 {
	margin-left: -20px
}

.blockClm2.floatBox.full>li {
	width: 100%
}

.blockClm2.floatBox.full .gridtext {
	padding: 0 20px 5px 70px
}

.blockClm2.floatBox.full .gridImg {
	height: 60px;
	width: 55px
}

.blockClm3>li {
	float: left;
	padding-left: 20px;
	width: 33.3%
}

.blockClm3 .gridImg {
	height: 40px;
	width: 40px
}

.blockClm3 .gridtext {
	display: block;
	font-size: 16px;
	padding: 0 20px 5px 55px
}

.mailUs {
	color: #333
}

.txtBox .desc {
	width: 76%
}

.txtBox h3 {
	padding-bottom: 10px
}

.blockClm2.floatBox.full.noThumb .gridtext {
	padding: 0
}

.barContent.blue {
	background: #006
}

.clm4.imgList li {
	border: none;
	float: left;
	min-height: 1%
}

.clm4.imgList li:hover {
	background: 0 0;
	border: none;
	cursor: none
}

.clmImg>img {
	border: 1px solid #ccc;
	width: 100%;
	padding: 3px
}

.thumbTable {
	padding: 10px
}

.offer-listing {
	margin-top: 20px
}

.col3 li {
	padding-left: 20px;
	width: 33.3%;
	float: left
}

.col3 .clmImg>img {
	padding: 0
}

.threeBlock .wrapBox {
	padding: 10px
}

.threeBlock .wrapImg {
	padding-top: 5px
}

.threeBlock .wrapBox .wrapBoxcontent.varient h2 {
	width: 60%
}

.threeBlock .wrapBox .wrapBoxcontent .anchoredtoBtn {
	font-size: 14px;
	margin: 6px auto;
	padding: 8px 10px
}

.listingPoints {
	position: relative;
	padding-left: 25px
}

.listingPoints:before {
	color: #fff;
	font-size: 20px;
	position: absolute;
	content: "\f122";
	font-family: Ionicons;
	top: 3px;
	left: 0
}

.listingPoints h2 {
	color: #006;
	font-size: 18px;
	font-weight: 600
}

.floatBox.varient .gridListing {
	min-height: 120px
}

.floatBox.varient li:last-child .gridListing {
	background: #f68110
}

.floatBox .listingPoints p {
	font-size: 15px;
	color: #333;
	font-weight: 300;
	padding: 0
}

.floatBox .listingPoints h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 600
}

.floatBox .listingPoints h4 {
	font-size: 31px;
	color: #fff;
	font-weight: 700
}

.floatBox.varient li:last-child .listingPoints {
	padding-left: 0
}

.floatBox.varient li:last-child .listingPoints:before {
	display: none
}

.mapBlock {
	margin-top: 20px
}

.mapBlock .boxRgt {
	width: 55%
}

.mapBlock .boxLft {
	width: 30%
}

.mapBlock .anchoredtoBtn {
	display: block;
	margin-bottom: 10px
}

.equalBlock .boxLft,
.equalBlock .boxRgt {
	width: 50%
}

.listingItem.commonList.varient>li {
	float: left;
	width: 50%;
	color: #333;
	font-weight: 300
}

.listingItem.commonList.tick>li::before {
	color: #333;
	left: 0;
	top: 10px
}

.listingItem.commonList.varient.black li::before {
	color: #333
}

.listingItem.commonList.varient>li:before {
	color: #f03;
	top: 10px
}

.equalBlock .contentHead {
	color: #000
}

.borderBlock.backBg.cloudComputing.fullBg {
	background: url(../images/cloudcomputing_benefitsBgbig.jpg) 100% center no-repeat #f3f3f3
}

.rightMainsection .borderBlock.backBg.cloudComputing.fullBg p {
	text-align: justify
}

.fullBg .contentBlock {
	width: 64%
}

.cellLft,
.cellRgt {
	display: table-cell;
	vertical-align: top
}

.tableBlock {
	display: table
}

.rightMainsection .cellRgt p {
	padding-bottom: 0;
	margin-top: 20px
}

.textBlock>p {
	color: #333
}

.textBlock .boldTitles {
	font-weight: 600;
	color: #006
}

.rightMainsection .textBlock p .boldTitles {
	color: #006
}

.textBlock .listingItem.commonList>li {
	color: #333
}

.textBlock .listingItem.commonList.dot>li::before {
	top: 10px;
	color: #333
}

.textBlock a {
	color: #333;
	font-weight: 600
}

/*.imgTable img{width:100%}*/
.boxHolder .listingItem li {
	float: none;
	width: 100%
}

.boxHolder {
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	min-height: 232px
}

.boxContent {
	padding: 10px
}

.boxHolder h2 {
	font-weight: 600;
	color: #fff;
	background: #39c;
	padding: 5px 10px
}

.boxHolder .listingItem li a {
	color: #908f8f
}

.boxHolder .listingItem.commonList.dot>li::before {
	top: 10px
}

/*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons

Android-style icons originally built by Google’s
Material Design Icons: https://github.com/google/material-design-icons
used under CC BY http://creativecommons.org/licenses/by/4.0/
Modified icons to fit ionicon’s grid from original.*/


@font-face {
	font-family: "Ionicons";
	src: url("../fonts/ionicons.eot?v=2.0.0");
	src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),
		url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"),
		url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
	font-weight: normal;
	font-style: normal
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
	content: "\f101"
}

.ion-alert-circled:before {
	content: "\f100"
}

.ion-android-add:before {
	content: "\f2c7"
}

.ion-android-add-circle:before {
	content: "\f359"
}

.ion-android-alarm-clock:before {
	content: "\f35a"
}

.ion-android-alert:before {
	content: "\f35b"
}

.ion-android-apps:before {
	content: "\f35c"
}

.ion-android-archive:before {
	content: "\f2c9"
}

.ion-android-arrow-back:before {
	content: "\f2ca"
}

.ion-android-arrow-down:before {
	content: "\f35d"
}

.ion-android-arrow-dropdown:before {
	content: "\f35f"
}

.ion-android-arrow-dropdown-circle:before {
	content: "\f35e"
}

.ion-android-arrow-dropleft:before {
	content: "\f361"
}

.ion-android-arrow-dropleft-circle:before {
	content: "\f360"
}

.ion-android-arrow-dropright:before {
	content: "\f363"
}

.ion-android-arrow-dropright-circle:before {
	content: "\f362"
}

.ion-android-arrow-dropup:before {
	content: "\f365"
}

.ion-android-arrow-dropup-circle:before {
	content: "\f364"
}

.ion-android-arrow-forward:before {
	content: "\f30f"
}

.ion-android-arrow-up:before {
	content: "\f366"
}

.ion-android-attach:before {
	content: "\f367"
}

.ion-android-bar:before {
	content: "\f368"
}

.ion-android-bicycle:before {
	content: "\f369"
}

.ion-android-boat:before {
	content: "\f36a"
}

.ion-android-bookmark:before {
	content: "\f36b"
}

.ion-android-bulb:before {
	content: "\f36c"
}

.ion-android-bus:before {
	content: "\f36d"
}

.ion-android-calendar:before {
	content: "\f2d1"
}

.ion-android-call:before {
	content: "\f2d2"
}

.ion-android-camera:before {
	content: "\f2d3"
}

.ion-android-cancel:before {
	content: "\f36e"
}

.ion-android-car:before {
	content: "\f36f"
}

.ion-android-cart:before {
	content: "\f370"
}

.ion-android-chat:before {
	content: "\f2d4"
}

.ion-android-checkbox:before {
	content: "\f374"
}

.ion-android-checkbox-blank:before {
	content: "\f371"
}

.ion-android-checkbox-outline:before {
	content: "\f373"
}

.ion-android-checkbox-outline-blank:before {
	content: "\f372"
}

.ion-android-checkmark-circle:before {
	content: "\f375"
}

.ion-android-clipboard:before {
	content: "\f376"
}

.ion-android-close:before {
	content: "\f2d7"
}

.ion-android-cloud:before {
	content: "\f37a"
}

.ion-android-cloud-circle:before {
	content: "\f377"
}

.ion-android-cloud-done:before {
	content: "\f378"
}

.ion-android-cloud-outline:before {
	content: "\f379"
}

.ion-android-color-palette:before {
	content: "\f37b"
}

.ion-android-compass:before {
	content: "\f37c"
}

.ion-android-contact:before {
	content: "\f2d8"
}

.ion-android-contacts:before {
	content: "\f2d9"
}

.ion-android-contract:before {
	content: "\f37d"
}

.ion-android-create:before {
	content: "\f37e"
}

.ion-android-delete:before {
	content: "\f37f"
}

.ion-android-desktop:before {
	content: "\f380"
}

.ion-android-document:before {
	content: "\f381"
}

.ion-android-done:before {
	content: "\f383"
}

.ion-android-done-all:before {
	content: "\f382"
}

.ion-android-download:before {
	content: "\f2dd"
}

.ion-android-drafts:before {
	content: "\f384"
}

.ion-android-exit:before {
	content: "\f385"
}

.ion-android-expand:before {
	content: "\f386"
}

.ion-android-favorite:before {
	content: "\f388"
}

.ion-android-favorite-outline:before {
	content: "\f387"
}

.ion-android-film:before {
	content: "\f389"
}

.ion-android-folder:before {
	content: "\f2e0"
}

.ion-android-folder-open:before {
	content: "\f38a"
}

.ion-android-funnel:before {
	content: "\f38b"
}

.ion-android-globe:before {
	content: "\f38c"
}

.ion-android-hand:before {
	content: "\f2e3"
}

.ion-android-hangout:before {
	content: "\f38d"
}

.ion-android-happy:before {
	content: "\f38e"
}

.ion-android-home:before {
	content: "\f38f"
}

.ion-android-image:before {
	content: "\f2e4"
}

.ion-android-laptop:before {
	content: "\f390"
}

.ion-android-list:before {
	content: "\f391"
}

.ion-android-locate:before {
	content: "\f2e9"
}

.ion-android-lock:before {
	content: "\f392"
}

.ion-android-mail:before {
	content: "\f2eb"
}

.ion-android-map:before {
	content: "\f393"
}

.ion-android-menu:before {
	content: "\f394"
}

.ion-android-microphone:before {
	content: "\f2ec"
}

.ion-android-microphone-off:before {
	content: "\f395"
}

.ion-android-more-horizontal:before {
	content: "\f396"
}

.ion-android-more-vertical:before {
	content: "\f397"
}

.ion-android-navigate:before {
	content: "\f398"
}

.ion-android-notifications:before {
	content: "\f39b"
}

.ion-android-notifications-none:before {
	content: "\f399"
}

.ion-android-notifications-off:before {
	content: "\f39a"
}

.ion-android-open:before {
	content: "\f39c"
}

.ion-android-options:before {
	content: "\f39d"
}

.ion-android-people:before {
	content: "\f39e"
}

.ion-android-person:before {
	content: "\f3a0"
}

.ion-android-person-add:before {
	content: "\f39f"
}

.ion-android-phone-landscape:before {
	content: "\f3a1"
}

.ion-android-phone-portrait:before {
	content: "\f3a2"
}

.ion-android-pin:before {
	content: "\f3a3"
}

.ion-android-plane:before {
	content: "\f3a4"
}

.ion-android-playstore:before {
	content: "\f2f0"
}

.ion-android-print:before {
	content: "\f3a5"
}

.ion-android-radio-button-off:before {
	content: "\f3a6"
}

.ion-android-radio-button-on:before {
	content: "\f3a7"
}

.ion-android-refresh:before {
	content: "\f3a8"
}

.ion-android-remove:before {
	content: "\f2f4"
}

.ion-android-remove-circle:before {
	content: "\f3a9"
}

.ion-android-restaurant:before {
	content: "\f3aa"
}

.ion-android-sad:before {
	content: "\f3ab"
}

.ion-android-search:before {
	content: "\f2f5"
}

.ion-android-send:before {
	content: "\f2f6"
}

.ion-android-settings:before {
	content: "\f2f7"
}

.ion-android-share:before {
	content: "\f2f8"
}

.ion-android-share-alt:before {
	content: "\f3ac"
}

.ion-android-star:before {
	content: "\f2fc"
}

.ion-android-star-half:before {
	content: "\f3ad"
}

.ion-android-star-outline:before {
	content: "\f3ae"
}

.ion-android-stopwatch:before {
	content: "\f2fd"
}

.ion-android-subway:before {
	content: "\f3af"
}

.ion-android-sunny:before {
	content: "\f3b0"
}

.ion-android-sync:before {
	content: "\f3b1"
}

.ion-android-textsms:before {
	content: "\f3b2"
}

.ion-android-time:before {
	content: "\f3b3"
}

.ion-android-train:before {
	content: "\f3b4"
}

.ion-android-unlock:before {
	content: "\f3b5"
}

.ion-android-upload:before {
	content: "\f3b6"
}

.ion-android-volume-down:before {
	content: "\f3b7"
}

.ion-android-volume-mute:before {
	content: "\f3b8"
}

.ion-android-volume-off:before {
	content: "\f3b9"
}

.ion-android-volume-up:before {
	content: "\f3ba"
}

.ion-android-walk:before {
	content: "\f3bb"
}

.ion-android-warning:before {
	content: "\f3bc"
}

.ion-android-watch:before {
	content: "\f3bd"
}

.ion-android-wifi:before {
	content: "\f305"
}

.ion-aperture:before {
	content: "\f313"
}

.ion-archive:before {
	content: "\f102"
}

.ion-arrow-down-a:before {
	content: "\f103"
}

.ion-arrow-down-b:before {
	content: "\f104"
}

.ion-arrow-down-c:before {
	content: "\f105"
}

.ion-arrow-expand:before {
	content: "\f25e"
}

.ion-arrow-graph-down-left:before {
	content: "\f25f"
}

.ion-arrow-graph-down-right:before {
	content: "\f260"
}

.ion-arrow-graph-up-left:before {
	content: "\f261"
}

.ion-arrow-graph-up-right:before {
	content: "\f262"
}

.ion-arrow-left-a:before {
	content: "\f106"
}

.ion-arrow-left-b:before {
	content: "\f107"
}

.ion-arrow-left-c:before {
	content: "\f108"
}

.ion-arrow-move:before {
	content: "\f263"
}

.ion-arrow-resize:before {
	content: "\f264"
}

.ion-arrow-return-left:before {
	content: "\f265"
}

.ion-arrow-return-right:before {
	content: "\f266"
}

.ion-arrow-right-a:before {
	content: "\f109"
}

.ion-arrow-right-b:before {
	content: "\f10a"
}

.ion-arrow-right-c:before {
	content: "\f10b"
}

.ion-arrow-shrink:before {
	content: "\f267"
}

.ion-arrow-swap:before {
	content: "\f268"
}

.ion-arrow-up-a:before {
	content: "\f10c"
}

.ion-arrow-up-b:before {
	content: "\f10d"
}

.ion-arrow-up-c:before {
	content: "\f10e"
}

.ion-asterisk:before {
	content: "\f314"
}

.ion-at:before {
	content: "\f10f"
}

.ion-backspace:before {
	content: "\f3bf"
}

.ion-backspace-outline:before {
	content: "\f3be"
}

.ion-bag:before {
	content: "\f110"
}

.ion-battery-charging:before {
	content: "\f111"
}

.ion-battery-empty:before {
	content: "\f112"
}

.ion-battery-full:before {
	content: "\f113"
}

.ion-battery-half:before {
	content: "\f114"
}

.ion-battery-low:before {
	content: "\f115"
}

.ion-beaker:before {
	content: "\f269"
}

.ion-beer:before {
	content: "\f26a"
}

.ion-bluetooth:before {
	content: "\f116"
}

.ion-bonfire:before {
	content: "\f315"
}

.ion-bookmark:before {
	content: "\f26b"
}

.ion-bowtie:before {
	content: "\f3c0"
}

.ion-briefcase:before {
	content: "\f26c"
}

.ion-bug:before {
	content: "\f2be"
}

.ion-calculator:before {
	content: "\f26d"
}

.ion-calendar:before {
	content: "\f117"
}

.ion-camera:before {
	content: "\f118"
}

.ion-card:before {
	content: "\f119"
}

.ion-cash:before {
	content: "\f316"
}

.ion-chatbox:before {
	content: "\f11b"
}

.ion-chatbox-working:before {
	content: "\f11a"
}

.ion-chatboxes:before {
	content: "\f11c"
}

.ion-chatbubble:before {
	content: "\f11e"
}

.ion-chatbubble-working:before {
	content: "\f11d"
}

.ion-chatbubbles:before {
	content: "\f11f"
}

.ion-checkmark:before {
	content: "\f122"
}

.ion-checkmark-circled:before {
	content: "\f120"
}

.ion-checkmark-round:before {
	content: "\f121"
}

.ion-chevron-down:before {
	content: "\f123"
}

.ion-chevron-left:before {
	content: "\f124"
}

.ion-chevron-right:before {
	content: "\f125"
}

.ion-chevron-up:before {
	content: "\f126"
}

.ion-clipboard:before {
	content: "\f127"
}

.ion-clock:before {
	content: "\f26e"
}

.ion-close:before {
	content: "\f12a"
}

.ion-close-circled:before {
	content: "\f128"
}

.ion-close-round:before {
	content: "\f129"
}

.ion-closed-captioning:before {
	content: "\f317"
}

.ion-cloud:before {
	content: "\f12b"
}

.ion-code:before {
	content: "\f271"
}

.ion-code-download:before {
	content: "\f26f"
}

.ion-code-working:before {
	content: "\f270"
}

.ion-coffee:before {
	content: "\f272"
}

.ion-compass:before {
	content: "\f273"
}

.ion-compose:before {
	content: "\f12c"
}

.ion-connection-bars:before {
	content: "\f274"
}

.ion-contrast:before {
	content: "\f275"
}

.ion-crop:before {
	content: "\f3c1"
}

.ion-cube:before {
	content: "\f318"
}

.ion-disc:before {
	content: "\f12d"
}

.ion-document:before {
	content: "\f12f"
}

.ion-document-text:before {
	content: "\f12e"
}

.ion-drag:before {
	content: "\f130"
}

.ion-earth:before {
	content: "\f276"
}

.ion-easel:before {
	content: "\f3c2"
}

.ion-edit:before {
	content: "\f2bf"
}

.ion-egg:before {
	content: "\f277"
}

.ion-eject:before {
	content: "\f131"
}

.ion-email:before {
	content: "\f132"
}

.ion-email-unread:before {
	content: "\f3c3"
}

.ion-erlenmeyer-flask:before {
	content: "\f3c5"
}

.ion-erlenmeyer-flask-bubbles:before {
	content: "\f3c4"
}

.ion-eye:before {
	content: "\f133"
}

.ion-eye-disabled:before {
	content: "\f306"
}

.ion-female:before {
	content: "\f278"
}

.ion-filing:before {
	content: "\f134"
}

.ion-film-marker:before {
	content: "\f135"
}

.ion-fireball:before {
	content: "\f319"
}

.ion-flag:before {
	content: "\f279"
}

.ion-flame:before {
	content: "\f31a"
}

.ion-flash:before {
	content: "\f137"
}

.ion-flash-off:before {
	content: "\f136"
}

.ion-folder:before {
	content: "\f139"
}

.ion-fork:before {
	content: "\f27a"
}

.ion-fork-repo:before {
	content: "\f2c0"
}

.ion-forward:before {
	content: "\f13a"
}

.ion-funnel:before {
	content: "\f31b"
}

.ion-gear-a:before {
	content: "\f13d"
}

.ion-gear-b:before {
	content: "\f13e"
}

.ion-grid:before {
	content: "\f13f"
}

.ion-hammer:before {
	content: "\f27b"
}

.ion-happy:before {
	content: "\f31c"
}

.ion-happy-outline:before {
	content: "\f3c6"
}

.ion-headphone:before {
	content: "\f140"
}

.ion-heart:before {
	content: "\f141"
}

.ion-heart-broken:before {
	content: "\f31d"
}

.ion-help:before {
	content: "\f143"
}

.ion-help-buoy:before {
	content: "\f27c"
}

.ion-help-circled:before {
	content: "\f142"
}

.ion-home:before {
	content: "\f144"
}

.ion-icecream:before {
	content: "\f27d"
}

.ion-image:before {
	content: "\f147"
}

.ion-images:before {
	content: "\f148"
}

.ion-information:before {
	content: "\f14a"
}

.ion-information-circled:before {
	content: "\f149"
}

.ion-ionic:before {
	content: "\f14b"
}

.ion-ios-alarm:before {
	content: "\f3c8"
}

.ion-ios-alarm-outline:before {
	content: "\f3c7"
}

.ion-ios-albums:before {
	content: "\f3ca"
}

.ion-ios-albums-outline:before {
	content: "\f3c9"
}

.ion-ios-americanfootball:before {
	content: "\f3cc"
}

.ion-ios-americanfootball-outline:before {
	content: "\f3cb"
}

.ion-ios-analytics:before {
	content: "\f3ce"
}

.ion-ios-analytics-outline:before {
	content: "\f3cd"
}

.ion-ios-arrow-back:before {
	content: "\f3cf"
}

.ion-ios-arrow-down:before {
	content: "\f3d0"
}

.ion-ios-arrow-forward:before {
	content: "\f3d1"
}

.ion-ios-arrow-left:before {
	content: "\f3d2"
}

.ion-ios-arrow-right:before {
	content: "\f3d3"
}

.ion-ios-arrow-thin-down:before {
	content: "\f3d4"
}

.ion-ios-arrow-thin-left:before {
	content: "\f3d5"
}

.ion-ios-arrow-thin-right:before {
	content: "\f3d6"
}

.ion-ios-arrow-thin-up:before {
	content: "\f3d7"
}

.ion-ios-arrow-up:before {
	content: "\f3d8"
}

.ion-ios-at:before {
	content: "\f3da"
}

.ion-ios-at-outline:before {
	content: "\f3d9"
}

.ion-ios-barcode:before {
	content: "\f3dc"
}

.ion-ios-barcode-outline:before {
	content: "\f3db"
}

.ion-ios-baseball:before {
	content: "\f3de"
}

.ion-ios-baseball-outline:before {
	content: "\f3dd"
}

.ion-ios-basketball:before {
	content: "\f3e0"
}

.ion-ios-basketball-outline:before {
	content: "\f3df"
}

.ion-ios-bell:before {
	content: "\f3e2"
}

.ion-ios-bell-outline:before {
	content: "\f3e1"
}

.ion-ios-body:before {
	content: "\f3e4"
}

.ion-ios-body-outline:before {
	content: "\f3e3"
}

.ion-ios-bolt:before {
	content: "\f3e6"
}

.ion-ios-bolt-outline:before {
	content: "\f3e5"
}

.ion-ios-book:before {
	content: "\f3e8"
}

.ion-ios-book-outline:before {
	content: "\f3e7"
}

.ion-ios-bookmarks:before {
	content: "\f3ea"
}

.ion-ios-bookmarks-outline:before {
	content: "\f3e9"
}

.ion-ios-box:before {
	content: "\f3ec"
}

.ion-ios-box-outline:before {
	content: "\f3eb"
}

.ion-ios-briefcase:before {
	content: "\f3ee"
}

.ion-ios-briefcase-outline:before {
	content: "\f3ed"
}

.ion-ios-browsers:before {
	content: "\f3f0"
}

.ion-ios-browsers-outline:before {
	content: "\f3ef"
}

.ion-ios-calculator:before {
	content: "\f3f2"
}

.ion-ios-calculator-outline:before {
	content: "\f3f1"
}

.ion-ios-calendar:before {
	content: "\f3f4"
}

.ion-ios-calendar-outline:before {
	content: "\f3f3"
}

.ion-ios-camera:before {
	content: "\f3f6"
}

.ion-ios-camera-outline:before {
	content: "\f3f5"
}

.ion-ios-cart:before {
	content: "\f3f8"
}

.ion-ios-cart-outline:before {
	content: "\f3f7"
}

.ion-ios-chatboxes:before {
	content: "\f3fa"
}

.ion-ios-chatboxes-outline:before {
	content: "\f3f9"
}

.ion-ios-chatbubble:before {
	content: "\f3fc"
}

.ion-ios-chatbubble-outline:before {
	content: "\f3fb"
}

.ion-ios-checkmark:before {
	content: "\f3ff"
}

.ion-ios-checkmark-empty:before {
	content: "\f3fd"
}

.ion-ios-checkmark-outline:before {
	content: "\f3fe"
}

.ion-ios-circle-filled:before {
	content: "\f400"
}

.ion-ios-circle-outline:before {
	content: "\f401"
}

.ion-ios-clock:before {
	content: "\f403"
}

.ion-ios-clock-outline:before {
	content: "\f402"
}

.ion-ios-close:before {
	content: "\f406"
}

.ion-ios-close-empty:before {
	content: "\f404"
}

.ion-ios-close-outline:before {
	content: "\f405"
}

.ion-ios-cloud:before {
	content: "\f40c"
}

.ion-ios-cloud-download:before {
	content: "\f408"
}

.ion-ios-cloud-download-outline:before {
	content: "\f407"
}

.ion-ios-cloud-outline:before {
	content: "\f409"
}

.ion-ios-cloud-upload:before {
	content: "\f40b"
}

.ion-ios-cloud-upload-outline:before {
	content: "\f40a"
}

.ion-ios-cloudy:before {
	content: "\f410"
}

.ion-ios-cloudy-night:before {
	content: "\f40e"
}

.ion-ios-cloudy-night-outline:before {
	content: "\f40d"
}

.ion-ios-cloudy-outline:before {
	content: "\f40f"
}

.ion-ios-cog:before {
	content: "\f412"
}

.ion-ios-cog-outline:before {
	content: "\f411"
}

.ion-ios-color-filter:before {
	content: "\f414"
}

.ion-ios-color-filter-outline:before {
	content: "\f413"
}

.ion-ios-color-wand:before {
	content: "\f416"
}

.ion-ios-color-wand-outline:before {
	content: "\f415"
}

.ion-ios-compose:before {
	content: "\f418"
}

.ion-ios-compose-outline:before {
	content: "\f417"
}

.ion-ios-contact:before {
	content: "\f41a"
}

.ion-ios-contact-outline:before {
	content: "\f419"
}

.ion-ios-copy:before {
	content: "\f41c"
}

.ion-ios-copy-outline:before {
	content: "\f41b"
}

.ion-ios-crop:before {
	content: "\f41e"
}

.ion-ios-crop-strong:before {
	content: "\f41d"
}

.ion-ios-download:before {
	content: "\f420"
}

.ion-ios-download-outline:before {
	content: "\f41f"
}

.ion-ios-drag:before {
	content: "\f421"
}

.ion-ios-email:before {
	content: "\f423"
}

.ion-ios-email-outline:before {
	content: "\f422"
}

.ion-ios-eye:before {
	content: "\f425"
}

.ion-ios-eye-outline:before {
	content: "\f424"
}

.ion-ios-fastforward:before {
	content: "\f427"
}

.ion-ios-fastforward-outline:before {
	content: "\f426"
}

.ion-ios-filing:before {
	content: "\f429"
}

.ion-ios-filing-outline:before {
	content: "\f428"
}

.ion-ios-film:before {
	content: "\f42b"
}

.ion-ios-film-outline:before {
	content: "\f42a"
}

.ion-ios-flag:before {
	content: "\f42d"
}

.ion-ios-flag-outline:before {
	content: "\f42c"
}

.ion-ios-flame:before {
	content: "\f42f"
}

.ion-ios-flame-outline:before {
	content: "\f42e"
}

.ion-ios-flask:before {
	content: "\f431"
}

.ion-ios-flask-outline:before {
	content: "\f430"
}

.ion-ios-flower:before {
	content: "\f433"
}

.ion-ios-flower-outline:before {
	content: "\f432"
}

.ion-ios-folder:before {
	content: "\f435"
}

.ion-ios-folder-outline:before {
	content: "\f434"
}

.ion-ios-football:before {
	content: "\f437"
}

.ion-ios-football-outline:before {
	content: "\f436"
}

.ion-ios-game-controller-a:before {
	content: "\f439"
}

.ion-ios-game-controller-a-outline:before {
	content: "\f438"
}

.ion-ios-game-controller-b:before {
	content: "\f43b"
}

.ion-ios-game-controller-b-outline:before {
	content: "\f43a"
}

.ion-ios-gear:before {
	content: "\f43d"
}

.ion-ios-gear-outline:before {
	content: "\f43c"
}

.ion-ios-glasses:before {
	content: "\f43f"
}

.ion-ios-glasses-outline:before {
	content: "\f43e"
}

.ion-ios-grid-view:before {
	content: "\f441"
}

.ion-ios-grid-view-outline:before {
	content: "\f440"
}

.ion-ios-heart:before {
	content: "\f443"
}

.ion-ios-heart-outline:before {
	content: "\f442"
}

.ion-ios-help:before {
	content: "\f446"
}

.ion-ios-help-empty:before {
	content: "\f444"
}

.ion-ios-help-outline:before {
	content: "\f445"
}

.ion-ios-home:before {
	content: "\f448"
}

.ion-ios-home-outline:before {
	content: "\f447"
}

.ion-ios-infinite:before {
	content: "\f44a"
}

.ion-ios-infinite-outline:before {
	content: "\f449"
}

.ion-ios-information:before {
	content: "\f44d"
}

.ion-ios-information-empty:before {
	content: "\f44b"
}

.ion-ios-information-outline:before {
	content: "\f44c"
}

.ion-ios-ionic-outline:before {
	content: "\f44e"
}

.ion-ios-keypad:before {
	content: "\f450"
}

.ion-ios-keypad-outline:before {
	content: "\f44f"
}

.ion-ios-lightbulb:before {
	content: "\f452"
}

.ion-ios-lightbulb-outline:before {
	content: "\f451"
}

.ion-ios-list:before {
	content: "\f454"
}

.ion-ios-list-outline:before {
	content: "\f453"
}

.ion-ios-location:before {
	content: "\f456"
}

.ion-ios-location-outline:before {
	content: "\f455"
}

.ion-ios-locked:before {
	content: "\f458"
}

.ion-ios-locked-outline:before {
	content: "\f457"
}

.ion-ios-loop:before {
	content: "\f45a"
}

.ion-ios-loop-strong:before {
	content: "\f459"
}

.ion-ios-medical:before {
	content: "\f45c"
}

.ion-ios-medical-outline:before {
	content: "\f45b"
}

.ion-ios-medkit:before {
	content: "\f45e"
}

.ion-ios-medkit-outline:before {
	content: "\f45d"
}

.ion-ios-mic:before {
	content: "\f461"
}

.ion-ios-mic-off:before {
	content: "\f45f"
}

.ion-ios-mic-outline:before {
	content: "\f460"
}

.ion-ios-minus:before {
	content: "\f464"
}

.ion-ios-minus-empty:before {
	content: "\f462"
}

.ion-ios-minus-outline:before {
	content: "\f463"
}

.ion-ios-monitor:before {
	content: "\f466"
}

.ion-ios-monitor-outline:before {
	content: "\f465"
}

.ion-ios-moon:before {
	content: "\f468"
}

.ion-ios-moon-outline:before {
	content: "\f467"
}

.ion-ios-more:before {
	content: "\f46a"
}

.ion-ios-more-outline:before {
	content: "\f469"
}

.ion-ios-musical-note:before {
	content: "\f46b"
}

.ion-ios-musical-notes:before {
	content: "\f46c"
}

.ion-ios-navigate:before {
	content: "\f46e"
}

.ion-ios-navigate-outline:before {
	content: "\f46d"
}

.ion-ios-nutrition:before {
	content: "\f470"
}

.ion-ios-nutrition-outline:before {
	content: "\f46f"
}

.ion-ios-paper:before {
	content: "\f472"
}

.ion-ios-paper-outline:before {
	content: "\f471"
}

.ion-ios-paperplane:before {
	content: "\f474"
}

.ion-ios-paperplane-outline:before {
	content: "\f473"
}

.ion-ios-partlysunny:before {
	content: "\f476"
}

.ion-ios-partlysunny-outline:before {
	content: "\f475"
}

.ion-ios-pause:before {
	content: "\f478"
}

.ion-ios-pause-outline:before {
	content: "\f477"
}

.ion-ios-paw:before {
	content: "\f47a"
}

.ion-ios-paw-outline:before {
	content: "\f479"
}

.ion-ios-people:before {
	content: "\f47c"
}

.ion-ios-people-outline:before {
	content: "\f47b"
}

.ion-ios-person:before {
	content: "\f47e"
}

.ion-ios-person-outline:before {
	content: "\f47d"
}

.ion-ios-personadd:before {
	content: "\f480"
}

.ion-ios-personadd-outline:before {
	content: "\f47f"
}

.ion-ios-photos:before {
	content: "\f482"
}

.ion-ios-photos-outline:before {
	content: "\f481"
}

.ion-ios-pie:before {
	content: "\f484"
}

.ion-ios-pie-outline:before {
	content: "\f483"
}

.ion-ios-pint:before {
	content: "\f486"
}

.ion-ios-pint-outline:before {
	content: "\f485"
}

.ion-ios-play:before {
	content: "\f488"
}

.ion-ios-play-outline:before {
	content: "\f487"
}

.ion-ios-plus:before {
	content: "\f48b"
}

.ion-ios-plus-empty:before {
	content: "\f489"
}

.ion-ios-plus-outline:before {
	content: "\f48a"
}

.ion-ios-pricetag:before {
	content: "\f48d"
}

.ion-ios-pricetag-outline:before {
	content: "\f48c"
}

.ion-ios-pricetags:before {
	content: "\f48f"
}

.ion-ios-pricetags-outline:before {
	content: "\f48e"
}

.ion-ios-printer:before {
	content: "\f491"
}

.ion-ios-printer-outline:before {
	content: "\f490"
}

.ion-ios-pulse:before {
	content: "\f493"
}

.ion-ios-pulse-strong:before {
	content: "\f492"
}

.ion-ios-rainy:before {
	content: "\f495"
}

.ion-ios-rainy-outline:before {
	content: "\f494"
}

.ion-ios-recording:before {
	content: "\f497"
}

.ion-ios-recording-outline:before {
	content: "\f496"
}

.ion-ios-redo:before {
	content: "\f499"
}

.ion-ios-redo-outline:before {
	content: "\f498"
}

.ion-ios-refresh:before {
	content: "\f49c"
}

.ion-ios-refresh-empty:before {
	content: "\f49a"
}

.ion-ios-refresh-outline:before {
	content: "\f49b"
}

.ion-ios-reload:before {
	content: "\f49d"
}

.ion-ios-reverse-camera:before {
	content: "\f49f"
}

.ion-ios-reverse-camera-outline:before {
	content: "\f49e"
}

.ion-ios-rewind:before {
	content: "\f4a1"
}

.ion-ios-rewind-outline:before {
	content: "\f4a0"
}

.ion-ios-rose:before {
	content: "\f4a3"
}

.ion-ios-rose-outline:before {
	content: "\f4a2"
}

.ion-ios-search:before {
	content: "\f4a5"
}

.ion-ios-search-strong:before {
	content: "\f4a4"
}

.ion-ios-settings:before {
	content: "\f4a7"
}

.ion-ios-settings-strong:before {
	content: "\f4a6"
}

.ion-ios-shuffle:before {
	content: "\f4a9"
}

.ion-ios-shuffle-strong:before {
	content: "\f4a8"
}

.ion-ios-skipbackward:before {
	content: "\f4ab"
}

.ion-ios-skipbackward-outline:before {
	content: "\f4aa"
}

.ion-ios-skipforward:before {
	content: "\f4ad"
}

.ion-ios-skipforward-outline:before {
	content: "\f4ac"
}

.ion-ios-snowy:before {
	content: "\f4ae"
}

.ion-ios-speedometer:before {
	content: "\f4b0"
}

.ion-ios-speedometer-outline:before {
	content: "\f4af"
}

.ion-ios-star:before {
	content: "\f4b3"
}

.ion-ios-star-half:before {
	content: "\f4b1"
}

.ion-ios-star-outline:before {
	content: "\f4b2"
}

.ion-ios-stopwatch:before {
	content: "\f4b5"
}

.ion-ios-stopwatch-outline:before {
	content: "\f4b4"
}

.ion-ios-sunny:before {
	content: "\f4b7"
}

.ion-ios-sunny-outline:before {
	content: "\f4b6"
}

.ion-ios-telephone:before {
	content: "\f4b9"
}

.ion-ios-telephone-outline:before {
	content: "\f4b8"
}

.ion-ios-tennisball:before {
	content: "\f4bb"
}

.ion-ios-tennisball-outline:before {
	content: "\f4ba"
}

.ion-ios-thunderstorm:before {
	content: "\f4bd"
}

.ion-ios-thunderstorm-outline:before {
	content: "\f4bc"
}

.ion-ios-time:before {
	content: "\f4bf"
}

.ion-ios-time-outline:before {
	content: "\f4be"
}

.ion-ios-timer:before {
	content: "\f4c1"
}

.ion-ios-timer-outline:before {
	content: "\f4c0"
}

.ion-ios-toggle:before {
	content: "\f4c3"
}

.ion-ios-toggle-outline:before {
	content: "\f4c2"
}

.ion-ios-trash:before {
	content: "\f4c5"
}

.ion-ios-trash-outline:before {
	content: "\f4c4"
}

.ion-ios-undo:before {
	content: "\f4c7"
}

.ion-ios-undo-outline:before {
	content: "\f4c6"
}

.ion-ios-unlocked:before {
	content: "\f4c9"
}

.ion-ios-unlocked-outline:before {
	content: "\f4c8"
}

.ion-ios-upload:before {
	content: "\f4cb"
}

.ion-ios-upload-outline:before {
	content: "\f4ca"
}

.ion-ios-videocam:before {
	content: "\f4cd"
}

.ion-ios-videocam-outline:before {
	content: "\f4cc"
}

.ion-ios-volume-high:before {
	content: "\f4ce"
}

.ion-ios-volume-low:before {
	content: "\f4cf"
}

.ion-ios-wineglass:before {
	content: "\f4d1"
}

.ion-ios-wineglass-outline:before {
	content: "\f4d0"
}

.ion-ios-world:before {
	content: "\f4d3"
}

.ion-ios-world-outline:before {
	content: "\f4d2"
}

.ion-ipad:before {
	content: "\f1f9"
}

.ion-iphone:before {
	content: "\f1fa"
}

.ion-ipod:before {
	content: "\f1fb"
}

.ion-jet:before {
	content: "\f295"
}

.ion-key:before {
	content: "\f296"
}

.ion-knife:before {
	content: "\f297"
}

.ion-laptop:before {
	content: "\f1fc"
}

.ion-leaf:before {
	content: "\f1fd"
}

.ion-levels:before {
	content: "\f298"
}

.ion-lightbulb:before {
	content: "\f299"
}

.ion-link:before {
	content: "\f1fe"
}

.ion-load-a:before {
	content: "\f29a"
}

.ion-load-b:before {
	content: "\f29b"
}

.ion-load-c:before {
	content: "\f29c"
}

.ion-load-d:before {
	content: "\f29d"
}

.ion-location:before {
	content: "\f1ff"
}

.ion-lock-combination:before {
	content: "\f4d4"
}

.ion-locked:before {
	content: "\f200"
}

.ion-log-in:before {
	content: "\f29e"
}

.ion-log-out:before {
	content: "\f29f"
}

.ion-loop:before {
	content: "\f201"
}

.ion-magnet:before {
	content: "\f2a0"
}

.ion-male:before {
	content: "\f2a1"
}

.ion-man:before {
	content: "\f202"
}

.ion-map:before {
	content: "\f203"
}

.ion-medkit:before {
	content: "\f2a2"
}

.ion-merge:before {
	content: "\f33f"
}

.ion-mic-a:before {
	content: "\f204"
}

.ion-mic-b:before {
	content: "\f205"
}

.ion-mic-c:before {
	content: "\f206"
}

.ion-minus:before {
	content: "\f209"
}

.ion-minus-circled:before {
	content: "\f207"
}

.ion-minus-round:before {
	content: "\f208"
}

.ion-model-s:before {
	content: "\f2c1"
}

.ion-monitor:before {
	content: "\f20a"
}

.ion-more:before {
	content: "\f20b"
}

.ion-mouse:before {
	content: "\f340"
}

.ion-music-note:before {
	content: "\f20c"
}

.ion-navicon:before {
	content: "\f20e"
}

.ion-navicon-round:before {
	content: "\f20d"
}

.ion-navigate:before {
	content: "\f2a3"
}

.ion-network:before {
	content: "\f341"
}

.ion-no-smoking:before {
	content: "\f2c2"
}

.ion-nuclear:before {
	content: "\f2a4"
}

.ion-outlet:before {
	content: "\f342"
}

.ion-paintbrush:before {
	content: "\f4d5"
}

.ion-paintbucket:before {
	content: "\f4d6"
}

.ion-paper-airplane:before {
	content: "\f2c3"
}

.ion-paperclip:before {
	content: "\f20f"
}

.ion-pause:before {
	content: "\f210"
}

.ion-person:before {
	content: "\f213"
}

.ion-person-add:before {
	content: "\f211"
}

.ion-person-stalker:before {
	content: "\f212"
}

.ion-pie-graph:before {
	content: "\f2a5"
}

.ion-pin:before {
	content: "\f2a6"
}

.ion-pinpoint:before {
	content: "\f2a7"
}

.ion-pizza:before {
	content: "\f2a8"
}

.ion-plane:before {
	content: "\f214"
}

.ion-planet:before {
	content: "\f343"
}

.ion-play:before {
	content: "\f215"
}

.ion-playstation:before {
	content: "\f30a"
}

.ion-plus:before {
	content: "\f218"
}

.ion-plus-circled:before {
	content: "\f216"
}

.ion-plus-round:before {
	content: "\f217"
}

.ion-podium:before {
	content: "\f344"
}

.ion-pound:before {
	content: "\f219"
}

.ion-power:before {
	content: "\f2a9"
}

.ion-pricetag:before {
	content: "\f2aa"
}

.ion-pricetags:before {
	content: "\f2ab"
}

.ion-printer:before {
	content: "\f21a"
}

.ion-pull-request:before {
	content: "\f345"
}

.ion-qr-scanner:before {
	content: "\f346"
}

.ion-quote:before {
	content: "\f347"
}

.ion-radio-waves:before {
	content: "\f2ac"
}

.ion-record:before {
	content: "\f21b"
}

.ion-refresh:before {
	content: "\f21c"
}

.ion-reply:before {
	content: "\f21e"
}

.ion-reply-all:before {
	content: "\f21d"
}

.ion-ribbon-a:before {
	content: "\f348"
}

.ion-ribbon-b:before {
	content: "\f349"
}

.ion-sad:before {
	content: "\f34a"
}

.ion-sad-outline:before {
	content: "\f4d7"
}

.ion-scissors:before {
	content: "\f34b"
}

.ion-search:before {
	content: "\f21f"
}

.ion-settings:before {
	content: "\f2ad"
}

.ion-share:before {
	content: "\f220"
}

.ion-shuffle:before {
	content: "\f221"
}

.ion-skip-backward:before {
	content: "\f222"
}

.ion-skip-forward:before {
	content: "\f223"
}

.ion-social-android:before {
	content: "\f225"
}

.ion-social-android-outline:before {
	content: "\f224"
}

.ion-social-angular:before {
	content: "\f4d9"
}

.ion-social-angular-outline:before {
	content: "\f4d8"
}

.ion-social-apple:before {
	content: "\f227"
}

.ion-social-apple-outline:before {
	content: "\f226"
}

.ion-social-bitcoin:before {
	content: "\f2af"
}

.ion-social-bitcoin-outline:before {
	content: "\f2ae"
}

.ion-social-buffer:before {
	content: "\f229"
}

.ion-social-buffer-outline:before {
	content: "\f228"
}

.ion-social-chrome:before {
	content: "\f4db"
}

.ion-social-chrome-outline:before {
	content: "\f4da"
}

.ion-social-codepen:before {
	content: "\f4dd"
}

.ion-social-codepen-outline:before {
	content: "\f4dc"
}

.ion-social-css3:before {
	content: "\f4df"
}

.ion-social-css3-outline:before {
	content: "\f4de"
}

.ion-social-designernews:before {
	content: "\f22b"
}

.ion-social-designernews-outline:before {
	content: "\f22a"
}

.ion-social-dribbble:before {
	content: "\f22d"
}

.ion-social-dribbble-outline:before {
	content: "\f22c"
}

.ion-social-dropbox:before {
	content: "\f22f"
}

.ion-social-dropbox-outline:before {
	content: "\f22e"
}

.ion-social-euro:before {
	content: "\f4e1"
}

.ion-social-euro-outline:before {
	content: "\f4e0"
}

.ion-social-facebook:before {
	content: "\f231"
}

.ion-social-facebook-outline:before {
	content: "\f230"
}

.ion-social-foursquare:before {
	content: "\f34d"
}

.ion-social-foursquare-outline:before {
	content: "\f34c"
}

.ion-social-freebsd-devil:before {
	content: "\f2c4"
}

.ion-social-github:before {
	content: "\f233"
}

.ion-social-github-outline:before {
	content: "\f232"
}

.ion-social-google:before {
	content: "\f34f"
}

.ion-social-google-outline:before {
	content: "\f34e"
}

.ion-social-googleplus:before {
	content: "\f235"
}

.ion-social-googleplus-outline:before {
	content: "\f234"
}

.ion-social-hackernews:before {
	content: "\f237"
}

.ion-social-hackernews-outline:before {
	content: "\f236"
}

.ion-social-html5:before {
	content: "\f4e3"
}

.ion-social-html5-outline:before {
	content: "\f4e2"
}

.ion-social-instagram:before {
	content: "\f351"
}

.ion-social-instagram-outline:before {
	content: "\f350"
}

.ion-social-javascript:before {
	content: "\f4e5"
}

.ion-social-javascript-outline:before {
	content: "\f4e4"
}

.ion-social-linkedin:before {
	content: "\f239"
}

.ion-social-linkedin-outline:before {
	content: "\f238"
}

.ion-social-markdown:before {
	content: "\f4e6"
}

.ion-social-nodejs:before {
	content: "\f4e7"
}

.ion-social-octocat:before {
	content: "\f4e8"
}

.ion-social-pinterest:before {
	content: "\f2b1"
}

.ion-social-pinterest-outline:before {
	content: "\f2b0"
}

.ion-social-python:before {
	content: "\f4e9"
}

.ion-social-reddit:before {
	content: "\f23b"
}

.ion-social-reddit-outline:before {
	content: "\f23a"
}

.ion-social-rss:before {
	content: "\f23d"
}

.ion-social-rss-outline:before {
	content: "\f23c"
}

.ion-social-sass:before {
	content: "\f4ea"
}

.ion-social-skype:before {
	content: "\f23f"
}

.ion-social-skype-outline:before {
	content: "\f23e"
}

.ion-social-snapchat:before {
	content: "\f4ec"
}

.ion-social-snapchat-outline:before {
	content: "\f4eb"
}

.ion-social-tumblr:before {
	content: "\f241"
}

.ion-social-tumblr-outline:before {
	content: "\f240"
}

.ion-social-tux:before {
	content: "\f2c5"
}

.ion-social-twitch:before {
	content: "\f4ee"
}

.ion-social-twitch-outline:before {
	content: "\f4ed"
}

.ion-social-twitter:before {
	content: "\f243"
}

.ion-social-twitter-outline:before {
	content: "\f242"
}

.ion-social-usd:before {
	content: "\f353"
}

.ion-social-usd-outline:before {
	content: "\f352"
}

.ion-social-vimeo:before {
	content: "\f245"
}

.ion-social-vimeo-outline:before {
	content: "\f244"
}

.ion-social-whatsapp:before {
	content: "\f4f0"
}

.ion-social-whatsapp-outline:before {
	content: "\f4ef"
}

.ion-social-windows:before {
	content: "\f247"
}

.ion-social-windows-outline:before {
	content: "\f246"
}

.ion-social-wordpress:before {
	content: "\f249"
}

.ion-social-wordpress-outline:before {
	content: "\f248"
}

.ion-social-yahoo:before {
	content: "\f24b"
}

.ion-social-yahoo-outline:before {
	content: "\f24a"
}

.ion-social-yen:before {
	content: "\f4f2"
}

.ion-social-yen-outline:before {
	content: "\f4f1"
}

.ion-social-youtube:before {
	content: "\f24d"
}

.ion-social-youtube-outline:before {
	content: "\f24c"
}

.ion-soup-can:before {
	content: "\f4f4"
}

.ion-soup-can-outline:before {
	content: "\f4f3"
}

.ion-speakerphone:before {
	content: "\f2b2"
}

.ion-speedometer:before {
	content: "\f2b3"
}

.ion-spoon:before {
	content: "\f2b4"
}

.ion-star:before {
	content: "\f24e"
}

.ion-stats-bars:before {
	content: "\f2b5"
}

.ion-steam:before {
	content: "\f30b"
}

.ion-stop:before {
	content: "\f24f"
}

.ion-thermometer:before {
	content: "\f2b6"
}

.ion-thumbsdown:before {
	content: "\f250"
}

.ion-thumbsup:before {
	content: "\f251"
}

.ion-toggle:before {
	content: "\f355"
}

.ion-toggle-filled:before {
	content: "\f354"
}

.ion-transgender:before {
	content: "\f4f5"
}

.ion-trash-a:before {
	content: "\f252"
}

.ion-trash-b:before {
	content: "\f253"
}

.ion-trophy:before {
	content: "\f356"
}

.ion-tshirt:before {
	content: "\f4f7"
}

.ion-tshirt-outline:before {
	content: "\f4f6"
}

.ion-umbrella:before {
	content: "\f2b7"
}

.ion-university:before {
	content: "\f357"
}

.ion-unlocked:before {
	content: "\f254"
}

.ion-upload:before {
	content: "\f255"
}

.ion-usb:before {
	content: "\f2b8"
}

.ion-videocamera:before {
	content: "\f256"
}

.ion-volume-high:before {
	content: "\f257"
}

.ion-volume-low:before {
	content: "\f258"
}

.ion-volume-medium:before {
	content: "\f259"
}

.ion-volume-mute:before {
	content: "\f25a"
}

.ion-wand:before {
	content: "\f358"
}

.ion-waterdrop:before {
	content: "\f25b"
}

.ion-wifi:before {
	content: "\f25c"
}

.ion-wineglass:before {
	content: "\f2b9"
}

.ion-woman:before {
	content: "\f25d"
}

.ion-wrench:before {
	content: "\f2ba"
}

.ion-xbox:before {
	content: "\f30c"
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
	display: none;
	position: relative
}

.owl-carousel {
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.grabbing {
	cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}

	100%,
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}

	100%,
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px)
	}

	100%,
	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}
}

@-webkit-keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%)
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0)
	}
}

@-moz-keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%)
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0)
	}
}

@keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%)
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px)
	}

	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0)
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8)
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8)
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8)
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%)
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%)
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%)
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5)
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5)
	}
}

.owl-theme .owl-controls .owl-page {
	vertical-align: top;
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #38abfb
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-pagination {
	background: rgba(255, 255, 255, .8);
	border-radius: 3px;
	bottom: 10px;
	left: 50%;
	padding: 2px;
	position: absolute;
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.customNavigation {
	text-align: center
}

//use styles below to disable ugly selection .customNavigation a{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}

a.mobile-tel {
	display: none;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}

#text-slider .owl-fade-out {
	-webkit-animation-duration: 0 ms !important;
	animation-duration: 0 ms !important;
	-webkit-animation-fill-mode: both !important;
	animation-fill-mode: both !important;
}

#text-slider .owl-fade-out {
	-webkit-animation-name: fadeOutNone;
	animation-name: fadeOutNone;
}

@-webkit-keyframes fadeOutNone {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOutNone {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}


.contact,
.content h3,
.content p,
.content>h2,
.linkblocks li .counts,
.userClm>a,
ul.navs li a {
	text-transform: uppercase
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.userClm>a {
		padding: 11px 24px
	}

	ul.navs li .subMenu {
		top: 40px !important
	}
}

#header .grid1 {
	float: left;
	width: 22%;
	margin: 20px 20px 20px 0;
	border-right: 1px solid #ccc
}

#header .grid2 {
	float: left;
	padding: 30px 20px;
	width: 32%
}

#header .grid3 {
	float: right;
	width: 36%;
	padding: 20px 0;
	display: table
}

#homepage-slider .item {
	position: relative
}

#homepage-slider img {
	display: block
}

#homepage-slider img.mobileViewThumb {
	display: none
}

.slideThumb.varient {
	max-width: 100%;
	position: absolute;
	right: -290px;
	top: 50px
}

.slideThumb {
	max-width: 100%;
	position: absolute;
	right: -160px;
	top: 10px
}

#homepage-slider .item .content {
	left: 18%;
	position: absolute;
	top: 20%
}

#homepage-slider .item .content.varient {
	left: 50%;
	position: absolute;
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

#homepage-slider .item .content.slideBg {
	left: 55%;
	position: absolute;
	top: 32%;
	background: url(../images/transBg.png) right 10px no-repeat;
	width: 600px;
	height: 179px
}

#homepage-slider .item .content.slideBg p {
	font-size: 45px
}

#homepage-slider .item .content.slideBg h3 {
	color: #fff;
	font-weight: 400
}

.content h3,
.slideList li {
	color: #003;
	font-size: 17px;
	font-weight: 600
}

.slideList {
	margin-top: 10px
}

.content h2::before {
	bottom: 0;
	content: "";
	position: absolute;
	top: 90%;
	border-left: 10px solid transparent;
	border-right: 0 solid transparent;
	border-top: 10px solid #003;
	left: 20%
}

.talign {
	text-align: right
}

.clm4 li,
ul.social {
	text-align: center
}

.spacing {
	letter-spacing: 14px
}

.slideList i {
	padding-right: 10px
}

.icon-facebook:after,
.icon-facebook:before,
.icon-flickr:after,
.icon-flickr:before,
.icon-github:after,
.icon-github:before,
.icon-google-plus:after,
.icon-google-plus:before,
.icon-linkedin:after,
.icon-linkedin:before,
.icon-pinterest:after,
.icon-pinterest:before,
.icon-tumblr:after,
.icon-tumblr:before,
.icon-twitter:after,
.icon-twitter:before {
	font-family: Ionicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 25px
}

.contact,
.tagLine {
	color: #006;
	font-weight: 600
}

.icon-linkedin:after,
.icon-linkedin:before {
	content: "\f239"
}

.icon-twitter:after,
.icon-twitter:before {
	content: "\f243"
}

.icon-facebook:after,
.icon-facebook:before {
	content: "\f231"
}

.icon-flickr:after,
.icon-flickr:before {
	content: "\e001"
}

.icon-google-plus:after,
.icon-google-plus:before {
	content: "\f235"
}

ul.social li {
	float: left;
	width: 45px;
	height: 45px;
	overflow: hidden;
	line-height: 50px;
	background: #404040;
	margin-bottom: .5em;
	margin-left: 1px
}

ul.social li.fb {
	background: #344d81
}

ul.social li.twitter {
	background: #38abfb
}

ul.social li.linkedin {
	background: #1474a7
}

ul.social li.google {
	background: #f24e1c
}

ul.social li:hover {
	background: #333;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, .3)
}

ul.social li:hover a {
	top: -50px
}

ul.social li a {
	display: block;
	width: 100%;
	height: 200%;
	position: relative;
	top: 0;
	color: #fff;
	-webkit-transition: top .7s;
	-moz-transition: top .7s;
	-o-transition: top .7s;
	transition: top .7s
}

ul.social li a:after {
	text-align: center;
	position: absolute;
	width: inherit;
	height: 50%;
	left: 0;
	bottom: 0;
	line-height: 60px;
	color: #fff
}

.grid_1,
.grid_10,
.grid_11,
.grid_12,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9 {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	position: relative
}

.tagLine {
	font-size: 16px
}

.contact {
	display: table-cell;
	vertical-align: top;
	font-size: 15px
}

.contact img {
	float: left;
	padding-right: 10px
}

.socialLinks {
	display: table-cell;
	float: right
}

.contactNo,
ul.navs li:hover .subMenu {
	display: block
}

.contactNo {
	color: #006;
	font-size: 21px;
	line-height: 20px
}

.navWrapper {
	background: #006;
	position: relative;
	width: 100%
}

.subMenu ul,
ul.navs li:hover a {
	background: #003
}

.dropDown {
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 10px
}

ul.navs li .subMenu li:before,
ul.navs li:first-child:before {
	display: none
}

.subMenu ul {
	margin-left: 0;
	width: 250px
}

.subMenu a:hover {
	background: #3d97e5 !important
}

ul.navs li.active .subMenu a:hover {
	background: #3689d7
}

ul.navs li.active a {
	background: #003
}

ul.navs li .subMenu {
	position: absolute;
	z-index: 5
}

.navs {
	overflow: visible !important
}

ul.navs li .subMenu li a {
	font-size: 12px;
	font-weight: 300;
	padding-left: 13px !important padding-top:11px;
	padding-bottom: 11px;
	padding-right: 11px;
	line-height: 100%
}

.userClm>a,
ul.navs li a {
	font-weight: 600;
	color: #fff;
	font-size: 15px
}

ul.navs li .subMenu li {
	padding-right: 0;
	float: none;
	border-left: none;
	height: auto
}

.clm2 li,
.clm4 li,
.loginSec,
.owl-item,
.techPartners .clm4 li,
ul.navs li {
	float: left
}

ul.navs li subMenu:before {
	border-bottom: 6px solid #ede9e9;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	bottom: 2px;
	content: "";
	left: 50%;
	margin: 0 0 0 -5px;
	position: absolute
}

ul.navs li {
	border-left: 1px solid #006;
	margin: 0;
	padding: 0;
	position: relative
}

ul.navs li:before {
	border-left: 1px solid #339;
	content: "";
	height: 42px;
	left: -2px;
	position: absolute;
	top: 0;
	width: 1px
}

.content>h2,
.owl-carousel,
ul.clm4 li .imgwrap,
ul.clm4 li .imgwrap img,
ul.clm4 li .title,
ul.navs li a {
	position: relative
}

ul.navs li a,
ul.navs li.active .subMenu {
	display: block
}

ul.navs li:first-child,
ul.navs li:first-child a {
	border-left: none
}

ul.navs li a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 14px 27px 13px 11px
}

ul.navs li:nth-child(9n) a {
	padding-right: 11px;
	padding-left: 11px
}

ul.navs li a i {
	padding-left: 10px;
	font-family: 15px
}

.subMenu {
	display: none
}

.contactSec,
.loginSec,
.userClm i {
	display: inline-block
}

.userClm>a {
	line-height: 42px;
	padding: 11px 35px;
	background: #39c
}

.userClm>a:hover {
	background: #333
}

.userClm.contactSec>a {
	background: #f90
}

.userClm.contactSec>a:hover {
	background: #333
}

.userClm i {
	margin-top: -5px !important;
	padding-right: 5px
}

.slide {
	height: 346px;
	background-size: 100%
}

.clm4 li {
	border: 1px solid #eaeaea;
	min-height: 190px;
	padding: 5px;
	width: 20%
}

ul.clm4 li .imgwrap {
	height: 100px;
	margin: 0 auto 5px;
	overflow: hidden;
	width: 100px
}

ul.clm4 li:hover .imgwrap img {
	position: relative;
	top: -100px
}

ul.clm4 li:hover {
	background: #130a68;
	border: 1px solid #130a68;
	cursor: pointer
}

.techPartners .clm4 li,
.techPartners ul.clm4 li:hover {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: none;
	border-right: none
}

ul.clm4 li .title {
	color: #006;
	font-size: 17px;
	font-weight: 600;
	margin-top: 20px;
	display: block
}

ul.clm4 li:hover .title {
	color: #fff;
	transition: all .2s ease-in-out 0s
}

ul.clm4 li.varientClm {
	background: #006
}

li.varientClm.alt:hover {
	background: #fff;
	color: #006
}

li.varientClm.alt:hover h2 {
	color: #006
}

ul.clm4 li.alt:hover .imgwrap img {
	top: -90px
}

ul.clm4 li.varientClm h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 30px 21px 10px
}

ul.clm4 li.varientClm h2.alt {
	max-width: 60%;
	margin: 0 auto 8px;
	padding: 0
}

.anchoredtoBtn i {
	display: inline-block;
	font-size: 20px;
	margin-top: -3px;
	padding-left: 10px;
	vertical-align: middle
}

.owl-carousel,
.owl-wrapper-outer {
	display: block;
	overflow: hidden
}

.anchoredtoBtn i.ion-android-print {
	padding-right: 10px
}

.owl-carousel {
	padding: 0
}

.textsection {
	display: table;
	width: 100%
}

.textsection .grid_1,
.textsection .grid_2 {
	display: table-cell;
	float: none;
	vertical-align: top
}

.textsection .grid_2 {
	/*padding:6px 40px*/
}

.textsection p {
	font-size: 16px;
	color: #666;
	font-style: italic;
	font-weight: 300
}

.textsection h5 {
	color: #006;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px
}

.owl-buttons div.owl-next {
	background-position: -22px 0;
	right: 0;
	cursor: pointer;
	top: 50%
}

.content>h2 {
	background: #000;
	border-radius: 3px;
	color: #69f;
	padding: 5px 10px;
	display: inline-block
}

.content p {
	color: #fff;
	font-size: 65px;
	line-height: 60px;
	font-weight: 700;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, .4)
}

.owl-buttons div {
	background: url(../images/home_sprite.png) no-repeat;
	border-radius: 35px;
	display: block;
	font-size: 0;
	height: 39px;
	position: absolute;
	width: 39px;
	z-index: 2
}

.owl-buttons div.owl-prev {
	left: 0;
	cursor: pointer;
	top: 50%
}

ul.clm4 li .title::before {
	margin: 0 auto;
	position: absolute;
	top: -17px;
	transform: translate(-50%)
}

.sectionBlk .centerTitle:after,
ul.clm4 li .title::before {
	height: 2px;
	text-align: center;
	background: #ccc;
	content: "";
	width: 80px;
	left: 50%;
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%)
}

.sectionBlk .centerTitle {
	color: #300;
	font-weight: 600;
	font-size: 40px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
	position: relative
}

.sectionBlk .centerTitle:after {
	margin: 0 auto;
	position: absolute;
	bottom: 5px;
	transform: translate(-50%)
}

.testimonials .anchoredtoBtn {
	margin: 40px auto;
	text-align: center;
	display: table;
	font-size: 19px
}

#supportIn .contentListing,
#supportIn .imgwrap {
	display: table-cell;
	vertical-align: top
}

.clm2 li {
	min-height: 1%;
	padding: 0;
	text-align: center;
	width: 50%
}

#supportIn .clm2 li {
	padding-left: 20px;
	padding-top: 20px
}

#supportIn .imgwrap {
	padding-right: 30px
}

#supportIn .contentBox {
	display: table;
	padding: 30px 20px;
	background: #35334d
}

.listingSteps {
	margin-left: 0;
	position: relative
}

#supportIn .clm2 .listingSteps li {
	float: left;
	min-height: 100%;
	padding: 10px 0 0 20px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	position: relative
}

#supportIn .clm2 .listingSteps li a {
	color: #fff
}

.listingSteps li:before {
	content: "\f122";
	position: absolute;
	color: #fff;
	font-family: Ionicons;
	left: 0
}

.clm2 {
	margin-left: -20px
}

.clm2 .title {
	font-size: 20px;
	color: #fff;
	text-align: left;
	font-weight: 600;
	padding-bottom: 20px;
	position: relative
}

.clm2 .title::before {
	background: #fff;
	bottom: 6px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 80px
}

.smallTags {
	color: #666;
	display: table;
	font-size: 20px;
	margin: 0 auto;
	max-width: 430px
}

.techPartners .clm4 li {
	min-height: 1%;
	padding: 15px;
	text-align: center;
	width: 25%;
	display: table
}

.techPartners ul.clm4 li .imgwrap {
	height: 85px;
	margin: 0 auto 5px;
	display: table-cell;
	vertical-align: middle;
	width: 250px;
	float: none
}

.techPartners ul.clm4 li:hover {
	background: 0 0;
	cursor: none
}

.techPartners ul.clm4 li:hover .imgwrap img {
	top: 0
}

.techPartners ul.clm4 {
	margin: 50px auto
}

.techPartners .anchoredtoBtn {
	display: table;
	margin: 0 auto
}

.breadCrumbs li:first-child:before,
.navTab,
.partenrship .listingSteps li:before {
	display: none
}

.imgBlk .listingSteps li {
	text-align: left
}

.imgBlk .listingSteps>li {
	color: #333;
	font-size: 19px
}

.grayTxt {
	color: #ccc
}

.others .clm2 li {
	padding-bottom: 20px
}

.others .clm2 li:nth-child(3) {
	padding-bottom: 0;
	text-align: left;
	width: 100%
}

.others .clm2 li:nth-child(3) .boxWrap {
	background: url(../images/brouchre.jpg) no-repeat
}

.others .clm2 li:nth-child(3) .boxWrapcontent {
	width: 70%
}

.others .rightClm {
	background: url(../images/offerings.jpg) no-repeat #529de2;
	width: 54%
}

.fadvBox {
	padding: 43px 40px
}

.fadvBox>h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 20px
}

.fadvBox .listingSteps li {
	color: #fff;
	font-size: 20px;
	padding: 10px 0 0 25px;
	position: relative
}

.fadvBox .listingSteps li:before {
	top: 15px
}

.fadvBox .anchoredtoBtn.orange {
	margin: 30px auto
}

.breadCrumbs {
	padding: 0
}

.breadCrumbs li:first-child {
	margin-left: 0;
	padding-left: 0
}

.breadCrumbs li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	position: relative
}

.breadCrumbs li a {
	color: #707273;
	font-weight: 300;
	font-size: 16px
}

.breadCrumbs li::before {
	color: #707273;
	content: "/";
	left: -1px;
	position: absolute;
	top: 1px;
	font-weight: 300
}

.breadCrumbs li a.active {
	color: #333
}

#switch.pauseSlider {
	background: url(../images/play-pause.png) 0 -20px no-repeat
}

#switch.playSlider {
	background: url(../images/play-pause.png) 2px 0 no-repeat
}

#switch {
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 15px;
	margin: 6px 5px 0 0;
	width: 11px
}

.linkblocks::after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden
}

.linkblocks {
	margin: 0 0 0 -15px;
	padding: 0;
	position: relative;
	top: 80px
}

.linkblocks li {
	background: url(../images/box-white.png) no-repeat;
	float: left;
	height: 118px;
	list-style: none;
	padding: 0 0 0 15px;
	position: relative;
	text-align: center;
	width: 33.3%
}

.linkblocks li a {
	text-decoration: none
}

.linkblocks li .counts::before {
	background: 0 0;
	border: 6px solid #3d97e5;
	border-radius: 50px;
	bottom: -8px;
	content: "";
	left: -8px;
	position: absolute;
	right: -8px;
	top: -8px
}

.linkblocks li .counts {
	background: #0a0f2f;
	border-radius: 50px;
	color: #fff;
	font-size: 32px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 -25px;
	position: absolute;
	text-align: center;
	top: -20px;
	width: 50px;
	left: 56%;
	-ms-transform: translate(-56%);
	-webkit-transform: translate(-56%);
	transform: translate(-56%)
}

.linkblocks li .ptxt {
	color: #070245;
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 30px 0 0;
	padding: 20px 15px
}

.linkblocks li:hover .counts {
	background: #e01113;
	color: #fff
}

#header .right-colm .grid_5 .loginSec,
.userClm i {
	display: inline-block;
	vertical-align: top
}

#header .right-colm .grid_5 .userClm>a {
	background: #39c;
	line-height: 23px;
	height: 39px;
	display: block;
	padding: 9px 25px 8px
}

#header .right-colm .grid_5 .userClm>a:hover {
	background: #333
}

#header .right-colm .grid_5 .loginSec.blogD a {
	background: #006;
	font-size: 16px;
	font-weight: 700
}

#header .right-colm .grid_5 .loginSec.blogD>a:hover {
	background: #39c
}

.userClm .ion-android-lock {
	display: inline-block;
	padding-top: 4px;
	vertical-align: text-top
}

.blogM,
.userClm.loginSec {
	display: none
}

.userAccount {
	float: right
}

.userAccount .userClm>a {
	height: 45px;
	line-height: 25px;
	padding: 11px 35px 12px;
	display: block
}

.userClm.contactSec .ion-android-mail {
	vertical-align: text-top;
	margin-top: -1px !important
}

ul.navs li {
	height: 45px
}

.dropDown {
	top: 14px
}

ul.navs li .subMenu {
	top: 44px !important
}

@media (min-width:900px) {
	.trigger-content {
		display: block !important
	}
}

@media (max-width:900px) {
	img {
		max-width: 100%;
		height: auto
	}
}

.social_button {
	display: block;
	padding: 8px 0
}

.social_media_name {
	top: 15px
}

.tools-ringme-ringmeLink {
	bottom: -5px;
	cursor: pointer;
	position: fixed;
	right: 10px
}

.navs.userAccount .userClm.contactSec>a {
	line-height: 20px;
	font-weight: 600
}

.userAcctxt {
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px
}

ul.list {
	margin: 0 0 16px 1em;
	list-style: disc
}

.w-margin-bottom {
	margin-bottom: 2em;
}

.t-center .g-recaptcha>div {
	margin: auto !important;
}

/* Columns */
.container {
	position: relative;
}

.outer-col {
	position: relative;
	font-size: 0;
	vertical-align: top;
}

.col {
	font-size: 16px;
	vertical-align: top;
}

/* Two Column */
.w-half:nth-of-type(2n+1) {
	margin-right: 1%;
	margin-left: 0;
	width: 49%;
}

.w-half:nth-of-type(2n+2) {
	margin-left: 1%;
	margin-right: 0%;
	width: 49%;
}

/* Three Column */
.w-thirds:nth-of-type(3n+1) {
	margin-right: 1%;
	margin-left: 0;
	width: 32%;
}

.w-thirds:nth-of-type(3n+2) {
	margin-left: 1%;
	margin-right: 1%;
	width: 32%;
}

.w-thirds:nth-of-type(3n+3) {
	margin-left: 1%;
	margin-right: 0;
	width: 32%;
}

/* Four Column */
.w-quarters:nth-of-type(4n+1) {
	margin-right: 1%;
	margin-left: 0;
	width: 23.5%;
}

.w-quarters:nth-of-type(4n+2) {
	margin-left: 1%;
	margin-right: 1%;
	width: 23.5%;
}

.w-quarters:nth-of-type(4n+3) {
	margin-left: 1%;
	margin-right: 1%;
	width: 23.5%;
}

.w-quarters:nth-of-type(4n+4) {
	margin-left: 1%;
	margin-right: 0;
	width: 23.5%;
}

/* Five Column */
.w-fifths:nth-of-type(5n+1) {
	margin-right: 1%;
	margin-left: 0;
	width: 18.4%;
}

.w-fifths:nth-of-type(5n+2) {
	margin-left: 1%;
	margin-right: 1%;
	width: 18.4%;
}

.w-fifths:nth-of-type(5n+3) {
	margin-left: 1%;
	margin-right: 1%;
	width: 18.4%;
}

.w-fifths:nth-of-type(5n+4) {
	margin-left: 1%;
	margin-right: 1%;
	width: 18.4%;
}

.w-fifths:nth-of-type(5n+5) {
	margin-left: 1%;
	margin-right: 0;
	width: 18.4%;
}

.t-right {
	text-align: right;
}

.grid12 .t-right .blueBox {
	margin: 10px 0 10px auto;
}

.mobile-only {
	display: none;
}

#videos {
	text-align: center;
}

.videos-wide {
	max-width: 1000px;
	padding: 3em;
	margin: 0 auto;
}

.first {
	width: 50%;
	float: left;
}

.last {
	width: 50%;
	float: right;
}

.col-lft {
	float: left;
	width: 50%;
}

.col-lft2 {
	float: left;
	width: 30%;
	margin-left: 2%;
	margin-right: 2%;
}

.col-rt {
	float: right;
	width: 16%;
	text-align: left;
}

.videos-wide .resp-video {
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
}

.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.resp-video a {
	display: block;
	position: relative;
}

.resp-video a .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 0) and (max-width: 1225px) {
	.m-full {
		max-width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 0) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 1200px) {
	.t-col-reset:nth-of-type(n) {
		margin-left: 0;
		margin-right: 0;
		border: 0 none;
		column-count: 1;
	}

	.t-pad-reset:nth-of-type(n) {
		padding-left: 0;
		padding-right: 0;
	}

	.tm-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.t-clear {
		float: none;
		clear: both;
	}

	.t-pad-reset {
		padding: 0;
	}

	.w-padding.t-pad-reset {
		padding: 1em;
	}

	.t-gutter-reset,
	.m-gutter-reset.double {
		margin: 0;
	}

	.t-block {
		display: block;
	}

	.t-spacing {
		margin: 2em auto 1em auto;
	}

	.t-gutter {
		margin: 1em auto;
	}

	.t-lower {
		margin: 0 auto 1em auto;
	}

	.t-0 {
		display: none;
	}

	.t-1 {
		width: 1%;
	}

	.t-2 {
		width: 2%;
	}

	.t-3 {
		width: 3%;
	}

	.t-4 {
		width: 4%;
	}

	.t-5 {
		width: 5%;
	}

	.t-6 {
		width: 6%;
	}

	.t-7 {
		width: 7%;
	}

	.t-8 {
		width: 8%;
	}

	.t-9 {
		width: 9%;
	}

	.t-10 {
		width: 10%;
	}

	.t-11 {
		width: 11%;
	}

	.t-12 {
		width: 12%;
	}

	.t-13 {
		width: 13%;
	}

	.t-14 {
		width: 14%;
	}

	.t-15 {
		width: 15%;
	}

	.t-16 {
		width: 16%;
	}

	.t-17 {
		width: 17%;
	}

	.t-18 {
		width: 18%;
	}

	.t-19 {
		width: 19%;
	}

	.t-20 {
		width: 20%;
	}

	.t-21 {
		width: 21%;
	}

	.t-22 {
		width: 22%;
	}

	.t-23 {
		width: 23%;
	}

	.t-24 {
		width: 24%;
	}

	.t-25 {
		width: 25%;
	}

	.t-26 {
		width: 26%;
	}

	.t-27 {
		width: 27%;
	}

	.t-28 {
		width: 28%;
	}

	.t-29 {
		width: 29%;
	}

	.t-30 {
		width: 30%;
	}

	.t-31 {
		width: 31%;
	}

	.t-32 {
		width: 32%;
	}

	.t-33 {
		width: 33%;
	}

	.t-34 {
		width: 34%;
	}

	.t-35 {
		width: 35%;
	}

	.t-36 {
		width: 36%;
	}

	.t-37 {
		width: 37%;
	}

	.t-38 {
		width: 38%;
	}

	.t-39 {
		width: 39%;
	}

	.t-40 {
		width: 40%;
	}

	.t-41 {
		width: 41%;
	}

	.t-42 {
		width: 42%;
	}

	.t-43 {
		width: 43%;
	}

	.t-44 {
		width: 44%;
	}

	.t-45 {
		width: 45%;
	}

	.t-46 {
		width: 46%;
	}

	.t-47 {
		width: 47%;
	}

	.t-48 {
		width: 48%;
	}

	.t-49 {
		width: 49%;
	}

	.t-50 {
		width: 50%;
	}

	.t-51 {
		width: 51%;
	}

	.t-52 {
		width: 52%;
	}

	.t-53 {
		width: 53%;
	}

	.t-54 {
		width: 54%;
	}

	.t-55 {
		width: 55%;
	}

	.t-56 {
		width: 56%;
	}

	.t-57 {
		width: 57%;
	}

	.t-58 {
		width: 58%;
	}

	.t-59 {
		width: 59%;
	}

	.t-60 {
		width: 60%;
	}

	.t-61 {
		width: 61%;
	}

	.t-62 {
		width: 62%;
	}

	.t-63 {
		width: 63%;
	}

	.t-64 {
		width: 64%;
	}

	.t-65 {
		width: 65%;
	}

	.t-66 {
		width: 66%;
	}

	.t-67 {
		width: 67%;
	}

	.t-68 {
		width: 68%;
	}

	.t-69 {
		width: 69%;
	}

	.t-70 {
		width: 70%;
	}

	.t-71 {
		width: 71%;
	}

	.t-72 {
		width: 72%;
	}

	.t-73 {
		width: 73%;
	}

	.t-74 {
		width: 74%;
	}

	.t-75 {
		width: 75%;
	}

	.t-76 {
		width: 76%;
	}

	.t-77 {
		width: 77%;
	}

	.t-78 {
		width: 78%;
	}

	.t-79 {
		width: 79%;
	}

	.t-80 {
		width: 80%;
	}

	.t-81 {
		width: 81%;
	}

	.t-82 {
		width: 82%;
	}

	.t-83 {
		width: 83%;
	}

	.t-84 {
		width: 84%;
	}

	.t-85 {
		width: 85%;
	}

	.t-86 {
		width: 86%;
	}

	.t-87 {
		width: 87%;
	}

	.t-88 {
		width: 88%;
	}

	.t-89 {
		width: 89%;
	}

	.t-90 {
		width: 90%;
	}

	.t-91 {
		width: 91%;
	}

	.t-92 {
		width: 92%;
	}

	.t-93 {
		width: 93%;
	}

	.t-94 {
		width: 94%;
	}

	.t-95 {
		width: 95%;
	}

	.t-96 {
		width: 96%;
	}

	.t-97 {
		width: 97%;
	}

	.t-98 {
		width: 98%;
	}

	.t-99 {
		width: 99%;
	}

	.t-100 {
		width: 100%;
	}

	.t-thirds:nth-of-type(3n+1) {
		padding-right: 1%;
		padding-left: 0;
	}

	.t-thirds:nth-of-type(3n+2) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.t-thirds:nth-of-type(3n+3) {
		padding-left: 1%;
		padding-right: 0;
	}

	.t-quarters:nth-of-type(4n+1) {
		padding-right: 1%;
		padding-left: 0;
	}

	.t-quarters:nth-of-type(4n+2) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.t-quarters:nth-of-type(4n+3) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.t-quarters:nth-of-type(4n+4) {
		padding-left: 1%;
		padding-right: 0;
	}

	.t-fifths:nth-of-type(5n+1) {
		padding-right: 1%;
		padding-left: 0;
	}

	.t-fifths:nth-of-type(5n+2) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.t-fifths:nth-of-type(5n+3) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.t-fifths:nth-of-type(5n+3) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.t-fifths:nth-of-type(5n+4) {
		padding-left: 1%;
		padding-right: 0;
	}

	.t-half:nth-of-type(2n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 49%;
	}

	.t-half:nth-of-type(2n+2) {
		margin-left: 1%;
		margin-right: 0%;
		width: 49%;
	}

	.t-thirds:nth-of-type(3n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 32%;
	}

	.t-thirds:nth-of-type(3n+2) {
		margin-left: 1%;
		margin-right: 1%;
		width: 32%;
	}

	.t-thirds:nth-of-type(3n+3) {
		margin-left: 1%;
		margin-right: 0;
		width: 32%;
	}

	.t-quarters:nth-of-type(4n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 23.5%;
	}

	.t-quarters:nth-of-type(4n+2) {
		margin-left: 1%;
		margin-right: 1%;
		width: 23.5%;
	}

	.t-quarters:nth-of-type(4n+3) {
		margin-left: 1%;
		margin-right: 1%;
		width: 23.5%;
	}

	.t-quarters:nth-of-type(4n+4) {
		margin-left: 1%;
		margin-right: 0;
		width: 23.5%;
	}

	.t-fifths:nth-of-type(5n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 18.4%;
	}

	.t-fifths:nth-of-type(5n+2) {
		margin-left: 1%;
		margin-right: 1%;
		width: 18.4%;
	}

	.t-fifths:nth-of-type(5n+3) {
		margin-left: 1%;
		margin-right: 1%;
		width: 18.4%;
	}

	.t-fifths:nth-of-type(5n+3) {
		margin-left: 1%;
		margin-right: 1%;
		width: 18.4%;
	}

	.t-fifths:nth-of-type(5n+4) {
		margin-left: 1%;
		margin-right: 0;
		width: 18.4%;
	}

	.t-bucket:nth-of-type(4n+1) {
		margin-right: 2%;
		margin-left: 0;
		width: 22%;
	}

	.t-bucket:nth-of-type(4n+2) {
		margin-left: 2%;
		margin-right: 2%;
		width: 22%;
	}

	.t-bucket:nth-of-type(4n+3) {
		margin-left: 2%;
		margin-right: 2%;
		width: 22%;
	}

	.t-bucket:nth-of-type(4n+4) {
		margin-left: 2%;
		margin-right: 0;
		width: 22%;
	}

	.t-full {
		width: 100%;
		max-width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.tt-center {
		text-align: center;
	}

	.tt-left {
		text-align: left;
	}

	.tt-right {
		text-align: right;
	}

	.t-zero-pad-tb {
		padding-top: 0;
		padding-bottom: 0;
	}

	.t-zero-pad-top {
		padding-top: 0;
	}

	.t-zero-pad-bottom {
		padding-bottom: 0;
	}

	.t-zero-pad-left {
		padding-left: 0;
	}

	.t-zero-pad-right {
		padding-right: 0;
	}

	.t-zero-pad-lr {
		padding-left: 0;
		padding-right: 0;
	}

	.t-zero-pad {
		padding: 0;
	}

	.t-zero-margin-tb {
		margin-top: 0;
		margin-bottom: 0;
	}

	.t-zero-margin-top {
		margin-top: 0;
	}

	.t-zero-margin-bottom {
		margin-bottom: 0;
	}

	.t-zero-margin-left {
		margin-left: 0;
	}

	.t-zero-margin-right {
		margin-right: 0;
	}

	.t-zero-margin-lr {
		margin-left: 0;
		margin-right: 0;
	}

	.t-zero-margin {
		margin: 0;
	}

	.mobile-only,
	.large-only,
	.tablet-only {
		display: block;
	}

	.desktop-only {
		display: none;
	}

	.owl-item .textsection .grid_2 {
		padding: 6px !important;
	}
}

@media (min-width: 0) and (max-width: 768px) {
	.m-col-reset:nth-of-type(n) {
		margin-left: 0;
		margin-right: 0;
		border: 0 none;
		column-count: 1;
	}

	.m-pad-reset:nth-of-type(n) {
		padding-left: 0;
		padding-right: 0;
	}

	.w-pad-tb {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.mm-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.m-clear {
		float: none;
		clear: both;
	}

	.m-pad-reset {
		padding: 0;
	}

	.w-padding.m-pad-reset {
		padding: 1em;
	}

	.m-gutter-reset,
	.m-gutter-reset.double {
		margin: 0;
	}

	.m-block {
		display: block;
	}

	.m-spacing {
		margin: 2em auto 1em auto;
	}

	.m-gutter {
		margin: 1em auto;
	}

	.m-lower {
		margin: 0 auto 1em auto;
	}

	.m-0 {
		display: none;
	}

	.m-1 {
		width: 1%;
	}

	.m-2 {
		width: 2%;
	}

	.m-3 {
		width: 3%;
	}

	.m-4 {
		width: 4%;
	}

	.m-5 {
		width: 5%;
	}

	.m-6 {
		width: 6%;
	}

	.m-7 {
		width: 7%;
	}

	.m-8 {
		width: 8%;
	}

	.m-9 {
		width: 9%;
	}

	.m-10 {
		width: 10%;
	}

	.m-11 {
		width: 11%;
	}

	.m-12 {
		width: 12%;
	}

	.m-13 {
		width: 13%;
	}

	.m-14 {
		width: 14%;
	}

	.m-15 {
		width: 15%;
	}

	.m-16 {
		width: 16%;
	}

	.m-17 {
		width: 17%;
	}

	.m-18 {
		width: 18%;
	}

	.m-19 {
		width: 19%;
	}

	.m-20 {
		width: 20%;
	}

	.m-21 {
		width: 21%;
	}

	.m-22 {
		width: 22%;
	}

	.m-23 {
		width: 23%;
	}

	.m-24 {
		width: 24%;
	}

	.m-25 {
		width: 25%;
	}

	.m-26 {
		width: 26%;
	}

	.m-27 {
		width: 27%;
	}

	.m-28 {
		width: 28%;
	}

	.m-29 {
		width: 29%;
	}

	.m-30 {
		width: 30%;
	}

	.m-31 {
		width: 31%;
	}

	.m-32 {
		width: 32%;
	}

	.m-33 {
		width: 33%;
	}

	.m-34 {
		width: 34%;
	}

	.m-35 {
		width: 35%;
	}

	.m-36 {
		width: 36%;
	}

	.m-37 {
		width: 37%;
	}

	.m-38 {
		width: 38%;
	}

	.m-39 {
		width: 39%;
	}

	.m-40 {
		width: 40%;
	}

	.m-41 {
		width: 41%;
	}

	.m-42 {
		width: 42%;
	}

	.m-43 {
		width: 43%;
	}

	.m-44 {
		width: 44%;
	}

	.m-45 {
		width: 45%;
	}

	.m-46 {
		width: 46%;
	}

	.m-47 {
		width: 47%;
	}

	.m-48 {
		width: 48%;
	}

	.m-49 {
		width: 49%;
	}

	.m-50 {
		width: 50%;
	}

	.m-51 {
		width: 51%;
	}

	.m-52 {
		width: 52%;
	}

	.m-53 {
		width: 53%;
	}

	.m-54 {
		width: 54%;
	}

	.m-55 {
		width: 55%;
	}

	.m-56 {
		width: 56%;
	}

	.m-57 {
		width: 57%;
	}

	.m-58 {
		width: 58%;
	}

	.m-59 {
		width: 59%;
	}

	.m-60 {
		width: 60%;
	}

	.m-61 {
		width: 61%;
	}

	.m-62 {
		width: 62%;
	}

	.m-63 {
		width: 63%;
	}

	.m-64 {
		width: 64%;
	}

	.m-65 {
		width: 65%;
	}

	.m-66 {
		width: 66%;
	}

	.m-67 {
		width: 67%;
	}

	.m-68 {
		width: 68%;
	}

	.m-69 {
		width: 69%;
	}

	.m-70 {
		width: 70%;
	}

	.m-71 {
		width: 71%;
	}

	.m-72 {
		width: 72%;
	}

	.m-73 {
		width: 73%;
	}

	.m-74 {
		width: 74%;
	}

	.m-75 {
		width: 75%;
	}

	.m-76 {
		width: 76%;
	}

	.m-77 {
		width: 77%;
	}

	.m-78 {
		width: 78%;
	}

	.m-79 {
		width: 79%;
	}

	.m-80 {
		width: 80%;
	}

	.m-81 {
		width: 81%;
	}

	.m-82 {
		width: 82%;
	}

	.m-83 {
		width: 83%;
	}

	.m-84 {
		width: 84%;
	}

	.m-85 {
		width: 85%;
	}

	.m-86 {
		width: 86%;
	}

	.m-87 {
		width: 87%;
	}

	.m-88 {
		width: 88%;
	}

	.m-89 {
		width: 89%;
	}

	.m-90 {
		width: 90%;
	}

	.m-91 {
		width: 91%;
	}

	.m-92 {
		width: 92%;
	}

	.m-93 {
		width: 93%;
	}

	.m-94 {
		width: 94%;
	}

	.m-95 {
		width: 95%;
	}

	.m-96 {
		width: 96%;
	}

	.m-97 {
		width: 97%;
	}

	.m-98 {
		width: 98%;
	}

	.m-99 {
		width: 99%;
	}

	.m-100 {
		width: 100%;
	}

	.w-thirds.m-100 {
		width: 100% !important;
		padding: 0 !important;
	}

	.m-thirds:nth-of-type(3n+1) {
		padding-right: 1%;
		padding-left: 0;
	}

	.m-thirds:nth-of-type(3n+2) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.m-thirds:nth-of-type(3n+3) {
		padding-left: 1%;
		padding-right: 0;
	}

	.m-quarters:nth-of-type(4n+1) {
		padding-right: 1%;
		padding-left: 0;
	}

	.m-quarters:nth-of-type(4n+2) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.m-quarters:nth-of-type(4n+3) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.m-quarters:nth-of-type(4n+4) {
		padding-left: 1%;
		padding-right: 0;
	}

	.m-fifths:nth-of-type(5n+1) {
		padding-right: 1%;
		padding-left: 0;
	}

	.m-fifths:nth-of-type(5n+2) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.m-fifths:nth-of-type(5n+3) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.m-fifths:nth-of-type(5n+3) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.m-fifths:nth-of-type(5n+4) {
		padding-left: 1%;
		padding-right: 0;
	}

	.thirds,
	.quarters,
	.fifths {
		padding: 0;
	}

	.m-half:nth-of-type(2n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 49%;
	}

	.m-half:nth-of-type(2n+2) {
		margin-left: 1%;
		margin-right: 0%;
		width: 49%;
	}

	.m-thirds:nth-of-type(3n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 32%;
	}

	.m-thirds:nth-of-type(3n+2) {
		margin-left: 1%;
		margin-right: 1%;
		width: 32%;
	}

	.m-thirds:nth-of-type(3n+3) {
		margin-left: 1%;
		margin-right: 0;
		width: 32%;
	}

	.m-quarters:nth-of-type(4n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 23.5%;
	}

	.m-quarters:nth-of-type(4n+2) {
		margin-left: 1%;
		margin-right: 1%;
		width: 23.5%;
	}

	.m-quarters:nth-of-type(4n+3) {
		margin-left: 1%;
		margin-right: 1%;
		width: 23.5%;
	}

	.m-quarters:nth-of-type(4n+4) {
		margin-left: 1%;
		margin-right: 0;
		width: 23.5%;
	}

	.m-fifths:nth-of-type(5n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 18.4%;
	}

	.m-fifths:nth-of-type(5n+2) {
		margin-left: 1%;
		margin-right: 1%;
		width: 18.4%;
	}

	.m-fifths:nth-of-type(5n+3) {
		margin-left: 1%;
		margin-right: 1%;
		width: 18.4%;
	}

	.m-fifths:nth-of-type(5n+3) {
		margin-left: 1%;
		margin-right: 1%;
		width: 18.4%;
	}

	.m-fifths:nth-of-type(5n+4) {
		margin-left: 1%;
		margin-right: 0;
		width: 18.4%;
	}

	.m-bucket:nth-of-type(n) {
		width: 46%;
		margin-bottom: 3%;
	}

	.m-bucket:nth-of-type(2n+1) {
		margin-right: 2%;
		margin-left: 0;
	}

	.m-bucket:nth-of-type(2n+2) {
		margin-left: 2%;
		margin-right: 0%;
	}

	.m-full {
		width: 100%;
		max-width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.mt-center {
		text-align: center;
	}

	.mt-left {
		text-align: left;
	}

	.mt-right {
		text-align: right;
	}

	.m-zero-pad-tb {
		padding-top: 0;
		padding-bottom: 0;
	}

	.m-zero-pad-top {
		padding-top: 0;
	}

	.m-zero-pad-bottom {
		padding-bottom: 0;
	}

	.m-zero-pad-left {
		padding-left: 0;
	}

	.m-zero-pad-right {
		padding-right: 0;
	}

	.m-zero-pad-lr {
		padding-left: 0;
		padding-right: 0;
	}

	.m-zero-pad {
		padding: 0;
	}

	.m-zero-margin-tb {
		margin-top: 0;
		margin-bottom: 0;
	}

	.m-zero-margin-top {
		margin-top: 0;
	}

	.m-zero-margin-bottom {
		margin-bottom: 0;
	}

	.m-zero-margin-left {
		margin-left: 0;
	}

	.m-zero-margin-right {
		margin-right: 0;
	}

	.m-zero-margin-lr {
		margin-left: 0;
		margin-right: 0;
	}

	.m-zero-margin {
		margin: 0;
	}

	.mobile-only,
	.small-only {
		display: block;
	}

	.tablet-only,
	.desktop-only,
	.large-only {
		display: none;
	}

	.max-img {
		width: 100% !important;
		height: auto;
	}

	header .w-full {
		display: block;
	}

	header nav {
		display: none;
	}

	header nav ul {
		text-align: left;
	}

	header nav ul li {
		display: block;
	}

	header nav ul li a {
		padding: 1em;
		padding-left: 0;
	}

	header nav ul li:not(:last-of-type) a:after {
		display: none;
	}

	#social .media {
		margin-left: 0;
	}

	.first,
	.last,
	.col-lft,
	.col-lft2,
	.col-rt {
		float: none;
		clear: both;
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	a.mobile-tel {
		display: block;
		background: #000066;
		color: #fff;
		text-align: center;
		padding: 8px 0;
		position: fixed;
		z-index: 9000;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.headwrap a.mobile-tel {
		display: block;
		background: #000066;
		color: #fff;
		text-align: center;
		padding: 8px 0;
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
	}

	.reviews {
		bottom: 42px !Important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {}

#proposal_request label {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.contact,
.logo img {
	vertical-align: top
}

#header .headwrap.sticky .contact img {
	width: 25px;
	margin: 0 5px;
	padding: 0;
	max-width: 310px
}

#header .headwrap.sticky .contact {
	font-size: 12px;
	padding: 1px 7px
}

#header .headwrap.sticky .contactNo {
	font-size: 14px;
	line-height: 11px
}

#header .headwrap.sticky .new_tagLine:after {
	border-left: 11px solid #006
}

#header .headwrap.sticky .new_tagLine:before {
	border-right: 11px solid #006
}

#header .headwrap.sticky .new_tagLine {
	color: #fff;
	font-size: 13px
}

#header .headwrap.sticky .right-colm {
	width: 85%;
	padding: 7px 0 0 10px
}

#header .grid1 {
	border-right: 1px solid #ccc;
	float: left;
	margin: 15px 0 10px;
	width: 22%
}

#header .right-colm {
	width: 78%;
	float: right;
	padding: 18px 0 0 30px
}

#header .right-colm .grid_5 {
	float: right;
	padding-top: 7px
}

.new_tagLine {
	position: relative;
	color: #fff;
	background: #006;
	padding: 7px 5px;
	font-weight: 600
}

.new_tagLine:after,
.new_tagLine:before {
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px
}

.new_tagLine:after {
	left: 100%;
	border-left: 14px solid #006
}

.new_tagLine:before {
	border-right: 14px solid #006;
	right: 100%
}

ul.social li {
	line-height: 45px;
	background: #404040;
	float: left;
	margin-left: 1px;
	overflow: hidden;
	width: 40px;
	margin-bottom: 0;
	height: 39px
}

.contact {
	background: #006;
	font-size: 12px;
	color: #fff
}

.contact .contactNo {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	white-space: nowrap
}

#header .grid3 {
	display: table;
	float: right;
	padding: 25px 0;
	width: auto
}

.contact img {
	float: left;
	padding: 0 5px
}

.socialLinks .social {
	float: right;
	text-align: center
}

.contact,
.socialLinks {
	display: inline-block;
	float: left;
	height: 39px
}

.body {
	padding-top: 128px
}

.new_tagLine {
	font-size: 14px
}

.new_tagLine::after,
.new_tagLine::before {
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent
}

#header .headwrap.sticky .new_tagLine:after,
#header .headwrap.sticky .new_tagLine:before {
	border-bottom: 24px solid transparent;
	border-top: 24px solid transparent
}

#header .headwrap.sticky ul.social li {
	height: 39px
}

.contact {
	padding: 3px 10px
}

@media only screen and (max-width:479px) {

	#header .right-colm .grid_4,
	#header .right-colm .grid_5 {
		width: 100%;
		text-align: center
	}

	.new-header .userAccount {
		top: -117px;
		right: 10px
	}

	#header .headwrap.sticky .new_tagLine {
		font-size: 11px
	}

	#header .right-colm .grid_4 {
		padding: 0 10px 2px !important
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.contact .contactNo {
		display: block
	}

	#header .right-colm .grid_4 {
		padding-left: 10px
	}

	.new-header .userAccount {
		top: -87px;
		right: 10px
	}

	#header .right-colm {
		padding-bottom: 5px
	}
}

@media only screen and (max-width:767px) {

	#header .headwrap.sticky .right-colm,
	.new_tagLine::after,
	.new_tagLine:before {
		display: none
	}

	.contact {
		margin-bottom: 3px
	}

	.navTab {
		margin-left: 5px
	}

	.body {
		padding-top: 5px !important
	}

	#header {
		position: relative
	}

	#header .right-colm {
		width: 100%;
		padding: 0
	}

	#header .right-colm .grid_4 {
		padding: 0
	}

	.new_tagLine {
		font-size: 12px
	}

	.new_tagLine:before {
		border-right: 11px solid #006;
		right: 100%
	}

	.new_tagLine:after {
		border-left: 11px solid #006;
		left: 100%
	}

	#header .right-colm .grid_5 {
		padding-top: 0
	}

	#header .headwrap.sticky .userAccount {
		top: -58px
	}
}

@media only screen and (min-width:768px) and (max-width:990px) {
	.navTab {
		margin-left: 5px
	}

	#wrapper .body {
		padding-top: 66px
	}

	#header.new-header .contact,
	#header.new-header .headwrap.sticky .contact {
		display: inline-block;
		font-size: 10px;
		float: right
	}

	#header.new-header .headwrap.sticky .contactNo,
	.contact .contactNo {
		font-size: 14px;
		line-height: 16px
	}

	#header .headwrap.sticky .new_tagLine,
	.new_tagLine {
		font-size: 12px
	}

	#header.new-header .grid1,
	#header.new-header .headwrap.sticky .grid1 {
		width: 26%;
		margin-right: 0
	}

	#header .right-colm {
		width: 74%;
		padding: 7px 0 0
	}

	#header .right-colm .grid_4 {
		width: 59%;
		text-align: center;
		padding-top: 3px
	}

	#header .right-colm .grid_5 {
		padding-right: 67px;
		width: 40%;
		padding-top: 6px
	}

	.new_tagLine {
		display: inline-block;
		vertical-align: top
	}

	#header .headwrap.sticky .new_tagLine:after,
	#header .headwrap.sticky .new_tagLine:before,
	#header.new-header .new_tagLine:after,
	#header.new-header .new_tagLine:before {
		border-bottom: 22px solid transparent;
		border-top: 22px solid transparent
	}

	#header .headwrap.sticky .new_tagLine:after {
		border-left: 11px solid #006
	}

	#header .headwrap.sticky .new_tagLine:before {
		border-right: 11px solid #006
	}

	.new-header .userAccount {
		top: -52px;
		right: 7px
	}

	#header.new-header .logo img {
		width: 160px;
		height: auto
	}

	#header .headwrap.sticky .right-colm {
		width: 74%;
		padding: 7px 0 0
	}

	#header .headwrap.sticky .right-colm .grid_4 {
		width: 60%;
		text-align: center;
		padding-top: 3px
	}

	#header .headwrap.sticky .right-colm .grid_5 {
		padding-right: 67px;
		width: 40%
	}

	#header .headwrap.sticky .new_tagLine:after,
	#header .headwrap.sticky .new_tagLine:before {
		border-bottom: 23px solid transparent;
		border-top: 23px solid transparent
	}

	*/ #header .right-colm .grid_4 {
		width: 56%
	}

	#header.new-header .contact,
	#header.new-header .headwrap.sticky .contact {
		padding: 3px 10px;
		height: 37px
	}

	.userClm .ion-android-lock {
		padding-top: 0
	}
}

@media only screen and (min-width:991px) and (max-width:1050px) {
	.socialLinks .social {
		float: left
	}

	#header .right-colm .grid_4 .new_tagLine {
		display: inline-block;
		vertical-align: top
	}

	#header.new-header .new_tagLine:after,
	#header.new-header .new_tagLine:before {
		border-bottom: 22px solid transparent;
		border-top: 22px solid transparent
	}

	#header .headwrap.sticky .right-colm {
		width: 80%;
		padding-top: 6px
	}

	#header .headwrap.sticky .new_tagLine {
		font-size: 11px
	}

	#header .headwrap.sticky .new_tagLine:after,
	#header .headwrap.sticky .new_tagLine:before {
		border-bottom: 20px solid transparent;
		border-top: 20px solid transparent
	}

	#header .headwrap.sticky .new_tagLine:after {
		border-left: 10px solid #006
	}

	#header .headwrap.sticky .new_tagLine:before {
		border-right: 10px solid #006
	}

	#header.new-header .headwrap.sticky .grid3 {
		width: auto
	}

	#header.new-header .headwrap.sticky .contactNo {
		font-size: 14px
	}

	#header .headwrap.sticky .contact {
		font-size: 11px
	}

	#header .grid1 {
		margin-right: 0;
		width: 19%
	}

	.logo img {
		vertical-align: top;
		width: 180px
	}

	#header .right-colm .grid_4 {
		width: 39%;
		text-align: center
	}

	#header .headwrap.sticky .right-colm .grid_4 {
		width: 39%
	}

	.new_tagLine {
		font-size: 12px;
		margin-top: 5px
	}

	ul.navs li a {
		font-size: 14px
	}

	#header .right-colm {
		width: 81%;
		padding-left: 0
	}
}

h3.section {
	color: #006;
	font-weight: bold;
	margin: 16px 0 8px 0;
}


.clm4 li {
	min-height: 170px
}

ul.clm4 li .imgwrap {
	height: 90px;
	width: 90px
}

ul.clm4 li .imgwrap img {
	max-width: 100%;
	height: auto
}

ul.clm4 li .title:before {
	top: -8px
}

ul.clm4 li .title {
	margin-top: 15px;
	font-size: 16px
}

ul.clm4 li:hover .imgwrap img {
	top: -90px
}



@media only screen and (min-width:768px) and (max-width:990px) {
	#homepage-slider img.mobileViewThumb {
		display: block;
		width: 100%
	}

	#homepage-slider img,
	.tagLine br {
		display: none
	}

	.fix-container,
	.smallTags {
		max-width: 100%
	}

	ul.navs li,
	ul.navs li:before {
		border-left: none
	}

	.fix-container {
		padding: 0 10px
	}

	.body {
		padding-top: 75px
	}

	.postTitle {
		font-size: 20px
	}

	.orangeBar:before {
		top: -5px
	}

	#header .grid2 {
		float: left;
		padding: 10px 20px;
		width: 35%
	}

	.siteList li {
		float: left;
		min-height: 55px;
		width: 50%
	}

	#homepage-slider .item .content {
		left: 5%;
		position: absolute;
		top: 20%
	}

	#homepage-slider .item .content.slideBg p {
		font-size: 33px
	}

	.content>p {
		font-size: 45px;
		line-height: 45px
	}

	.headwrap.sticky .logo img {
		width: 179px
	}

	#header .headwrap.sticky .grid1 {
		margin: 10px 10px 10px 0;
		width: 30%
	}

	.userClm i,
	.userClm.loginSec i {
		margin-top: 0 !important
	}

	#header .headwrap.sticky .grid2 {
		padding: 10px;
		width: 35%
	}

	#header .headwrap.sticky .grid3 {
		padding: 10px 0;
		width: auto
	}

	#header .headwrap.sticky .contact {
		font-size: 14px
	}

	#header .headwrap.sticky .tagLine {
		font-size: 12px
	}

	#homepage-slider .item .content.slideBg {
		left: 35%
	}

	#header .headwrap.sticky .contactNo {
		font-size: 19px
	}

	#header .grid3 {
		display: block;
		float: none;
		padding: 10px;
		width: 100%
	}

	ul.navs li .subMenu {
		position: relative;
		top: 0 !important
	}

	.subMenu ul {
		width: 100%
	}

	.userAccount {
		float: none;
		position: absolute;
		right: 0;
		top: -63px
	}

	.userClm>a {
		display: inline-block;
		font-size: 12px;
		line-height: 15px;
		padding: 14px 10px;
		width: 35px;
		height: 49px
	}

	.userClm i {
		display: inline-block;
		font-size: 17px;
		padding-right: 0;
		vertical-align: middle
	}

	.userClm.contactSec i {
		margin-top: -3px !important
	}

	.socialLinks,
	.userAcctxt {
		display: none
	}

	.tagLine {
		font-size: 12px
	}

	.contact {
		display: block;
		padding: 0
	}

	.slide {
		background-position: 55% 0;
		height: 300px;
		width: 100%
	}

	.navTab {
		color: #333;
		display: block;
		font-size: 36px;
		left: 0;
		position: absolute
	}

	#header .grid1 {
		width: 30%;
		margin: 10px 0
	}

	.grid1 img {
		margin-left: 30px;
		width: 179px
	}

	.anchoredtoBtn {
		font-size: 13px;
		padding: 10px
	}

	.banner {
		width: 100%
	}

	.sectionBlk {
		padding: 15px 0
	}

	.contentBox p {
		font-size: 14px;
		padding-bottom: 10px
	}

	.sectionTitles {
		font-size: 16px;
		line-height: 10px;
		padding-bottom: 10px
	}

	.clm4 li {
		float: left;
		min-height: 200px;
		width: 50%
	}

	.clm2 li {
		min-height: 1%;
		padding: 0;
		text-align: center
	}

	.others .leftClm {
		padding-right: 0;
		width: 100%
	}

	.others .clm2 li {
		padding-bottom: 10px
	}

	.others .clm2 li:nth-child(3) .boxWrapcontent {
		width: 100%
	}

	.others .rightClm {
		width: 100%;
		background-position: 100% 0;
		margin-top: 0
	}

	.fadvBox {
		padding: 20px
	}

	.fadvBox>h2 {
		font-size: 20px;
		margin-bottom: 10px
	}

	.fadvBox .listingSteps li {
		font-size: 14px
	}

	.leftClm {
		float: left;
		padding-right: 0;
		width: 45%
	}

	.bigHeadings {
		font-size: 20px;
		padding-bottom: 10px
	}

	.breifTxt,
	.contentBox p a,
	.textsection p {
		font-size: 14px
	}

	.breifTxt {
		font-weight: 300;
		padding-bottom: 10px
	}

	.rightClm {
		float: right;
		margin-top: 10px;
		width: 50%
	}

	.imgBlk {
		margin: 0 auto 10px;
		padding: 10px
	}

	.footerLogo {
		float: none;
		display: table;
		margin: 0 auto;
		text-align: center
	}

	#supportIn .contentListing,
	.copyright.clearfix {
		display: block;
		width: 100%
	}

	.right_panel {
		float: none;
		width: 100%
	}

	.copyright ul li {
		float: none
	}

	.copyright.clearfix {
		clear: both;
		text-align: center
	}

	.no_paddingBtm {
		padding-bottom: 10px !important
	}

	.no_paddingTop {
		padding-top: 10px !important
	}

	.no_paddingRght {
		padding-right: 10px !important
	}

	.no_paddinglft {
		padding-left: 10px !important
	}

	.textsection .grid_2 {
		padding: 0 40px;
		text-align: center
	}

	.sectionBlk .centerTitle {
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 10px;
		padding: 0 0 10px;
		text-align: center
	}

	.textsection h5 {
		font-size: 14px;
		margin-top: 10px
	}

	.testimonials .anchoredtoBtn {
		font-size: 14px;
		margin: 10px auto 0
	}

	#supportIn .clm2 li {
		padding-left: 10px;
		padding-top: 10px;
		width: 50%
	}

	#supportIn .contentBox {
		padding: 15px;
		width: 100%
	}

	#supportIn .imgwrap {
		width: 100px
	}

	.imgwrap>img {
		width: 100%
	}

	ul.navs {
		display: none
	}

	.contactNo {
		font-size: 19px
	}

	.contact {
		font-size: 14px
	}

	#supportIn .clm2 .listingSteps li {
		float: none;
		font-size: 13px;
		width: 100%
	}

	#supportIn .clm2 .title {
		font-size: 16px
	}

	.imgBlk .listingSteps>li,
	.smallTags,
	ul.navs li a {
		font-size: 14px
	}

	.techPartners .clm4 li {
		padding: 25px
	}

	.techPartners ul.clm4 {
		margin: 10px auto
	}

	.techPartners ul.clm4 li:hover {
		background: 0 0;
		border-color: #fff -moz-use-text-color -moz-use-text-color #fff;
		border-style: solid none none solid;
		border-width: 1px medium medium 1px;
		cursor: none
	}

	.techPartners .clm4 li .imgwrap {
		width: 150px
	}

	.techPartners .clm4 li .imgwrap>img {
		width: 100%
	}

	.others .clm2 li {
		padding-left: 10px
	}

	.clm2 li {
		float: left;
		width: 50%
	}

	.others .clm2 li:nth-child(3) .boxWrap {
		background: url(../images/brouchre.jpg) 100% 0 no-repeat #fff
	}

	.clm2 {
		margin-left: -10px
	}

	ul.navs li {
		float: none
	}

	ul.navs li a {
		padding: 10px;
		position: relative
	}

	#footer h2,
	.class-trigger {
		padding: 10px 10px 10px 20px
	}

	.class-trigger {
		background: #fff;
		color: #666;
		cursor: pointer;
		display: block;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		margin: 0 0 5px;
		position: relative;
		text-align: left;
		font-weight: 600;
		text-transform: uppercase
	}

	.class-trigger:before {
		background: #3d97e5;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		top: 0;
		width: 5px
	}

	.plus_icon {
		background: url(../images/pluss_Minus.png) 6px 6px no-repeat #3d97e5;
		border-radius: 50%;
		display: block;
		height: 22px;
		position: absolute;
		right: 10px;
		top: 9px;
		width: 22px
	}

	.active .plus_icon {
		background-position: 6px -95px
	}

	.class-trigger+.trigger-content {
		display: none
	}

	#footer h2 {
		color: #fff;
		background: #003
	}

	#footer .cell,
	#footer .cell.last {
		float: left;
		width: 100%;
		margin: 0;
	}

	#footer ul.listing {
		clear: both;
		margin: 0;
		padding: 0 10px 10px
	}

	.right_panel ul.navListing {
		display: table;
		margin: 0 auto;
		padding: 0;
		text-align: center
	}

	.contentHead,
	.others .clm2 li:nth-child(3) {
		padding-bottom: 10px
	}

	.right_panel ul.navListing li {
		float: none;
		display: inline-block
	}

	.contentHead {
		font-size: 20px
	}

	.rightMainsection p {
		font-size: 14px
	}

	.contentTable td,
	.contentTable th {
		padding: 10px;
		font-size: 13px
	}

	.floatBox .listingPoints p,
	.priced {
		font-size: 14px
	}

	.contentBlock {
		padding: 10px
	}

	.gridListing {
		margin-bottom: 10px
	}

	.txtBox .desc {
		width: 72%
	}

	.offer-listing {
		margin-top: 10px
	}

	.blockClm2 {
		margin-left: -10px
	}

	.blockClm2>li {
		padding-left: 10px
	}

	.floatBox .listingPoints h2 {
		font-size: 15px
	}

	.floatBox .listingPoints h4 {
		font-size: 27px
	}

	.floatBox .listingPoints h3 {
		font-size: 14px
	}

	.floatBox.varient .gridListing {
		min-height: 82px;
		padding: 10px
	}

	.threeBlock .wrapBox .wrapBoxcontent .anchoredtoBtn {
		font-size: 13px;
		margin: 3px auto;
		padding: 8px
	}

	.wrapImg {
		height: 30px;
		width: 30px
	}

	.wrapBoxcontent>h2 {
		font-size: 14px
	}

	.blockClm3 {
		margin-left: -10px
	}

	.blockClm3>li {
		padding-left: 10px;
		width: 50%
	}

	.fullBg .contentBlock {
		width: 59%
	}

	.leftSidebar,
	.rightMainsection {
		float: none;
		width: 100%
	}

	.gridtext {
		font-size: 15px
	}

	.orangeBar {
		font-size: 20px
	}

	.boldTxt {
		font-size: 22px
	}

	.partners {
		right: 0
	}

	.partners.varientType>img {
		max-width: 80%
	}

	.accordioncontainer {
		float: none;
		margin-top: 10px
	}

	.gridImg>img {
		width: 100%
	}

	.borderBlock.backBg.cloudSol {
		background-position: 50% 0
	}

	.borderBlock.backBg.backup.support {
		background-position: 50% 50%
	}

	.floatBox .gridtext {
		font-size: 14px;
		padding: 0 20px 5px 110px
	}

	.barContent.blue,
	.testimonials .blockClm2.floatBox.full>li .gridListing {
		padding: 10px
	}

	.floatBox p {
		font-size: 13px
	}

	.testimonials .floatBox p,
	.txt-blue-1 {
		font-size: 14px
	}

	.floatBox .gridImg {
		float: left;
		height: 90px;
		width: 90px
	}

	.txtBox {
		margin: 10px 0 0
	}

	.testimonials .contentsubHead {
		font-size: 14px;
		margin: 10px auto
	}

	.barContent.blue .colLft>h2 {
		font-size: 18px
	}

	.anchoredtoBtn.varient::before {
		border-bottom: 5px solid transparent;
		border-left: 5px solid #fff;
		border-top: 5px solid transparent
	}

	.borderBlock.contactBlk .noMarginBtm {
		margin-bottom: 10px !important
	}

	.grid12>.colLft {
		max-width: 70%
	}

	.moreInfo-form {
		width: 250px;
		padding: 5px 10px 10px
	}

	.width60 {
		width: 64%
	}

	.width60 .left_penal {
		width: 60%
	}

	.serviceBox .blockClm2 .gridImg {
		width: 45px;
		height: 45px
	}

	.serviceBox .floatBox .gridtext {
		padding-left: 53px
	}

	.more_formcap {
		transform: scale(.76);
		-webkit-transform: scale(.76)
	}

	.blogM {
		display: block
	}

	#header .right-colm .grid_5 .loginSec {
		display: none
	}

	.userClm.loginSec {
		display: inline-block
	}

	ul.navs li:last-child a {
		padding: 10px
	}

	#header.new-header .new_tagLine::after,
	#header.new-header .new_tagLine::before {
		border-bottom: 23px solid transparent;
		border-top: 23px solid transparent
	}

	.new_tagLine {
		padding: 6px 5px
	}

	.userAccount .userClm>a {
		padding: 9px 10px;
		height: 37px;
		line-height: 15px
	}

	.navWrapper {
		height: auto
	}

	.userClm.contactSec .ion-android-mail {
		margin-top: 2px !important
	}

	.managedSecure .contentHead {
		font-size: 23px;
		padding-bottom: 20px
	}

	.contentBlock--services .two-btn a,
	.contentBlock--services .two-btn a:first-child {
		width: 50%
	}

	.contentBlock--services .two-btn .btnBox .wrapBoxcontent {
		line-height: 1.5
	}

	.contentBlock--services .BlockRgt {
		top: 45px
	}

	.contentBlock--services .BlockRgt img {
		width: 370px
	}

	.box__colored {
		padding: 18px
	}

	.box__colored h5,
	.box__colored span {
		font-size: 20px
	}

	.two-Boxes .box__grey {
		padding-left: 15px
	}

	.two-Boxes .box__grey .partners.varientType {
		top: 20%;
		width: 205px
	}
}

@media only screen and (width:960px) {
	.techPartners ul.clm4 li .imgwrap {
		height: 103px
	}

	#header .grid1 {
		width: 23%
	}

	.partners.varientType {
		right: 4%;
		top: 6%
	}

	.partners {
		top: 8%;
		right: 20px
	}

	.partners.varientType img {
		max-width: 90%
	}

	.managedSecure .contentHead {
		font-size: 23px;
		padding-bottom: 20px
	}
}

@media only screen and (min-width:991px) and (max-width:1050px) {
	#homepage-slider img {
		width: 100%
	}

	.fix-container {
		width: 100%;
		padding: 0 10px
	}

	.tagLine br {
		display: none
	}

	.halfClm.rgtBlock {
		width: 33%
	}

	#header .headwrap.sticky .contactNo {
		font-size: 17px
	}

	#homepage-slider .item .content.slideBg {
		left: 38%
	}

	#header .headwrap.sticky .grid2 {
		padding: 10px;
		width: 32%
	}

	#header .headwrap.sticky .grid1 {
		margin: 10px 10px 10px 0;
		width: 17%
	}

	#header .headwrap.sticky .grid3 {
		padding: 10px 0;
		width: 33%
	}

	.orangeBar .boldTxt {
		font-size: 21px
	}

	.cellRgt .anchoredtoBtn {
		font-size: 12.5px
	}

	@-moz-document url-prefix() {
		ul.navs li a {
			padding: 14px 33px 13px 12px !important
		}

		.anchoredtoBtn.new {
			font-size: 13px
		}

		.userClm>a {
			padding: 11px 17px !important
		}
	}

	.boxHolder h2 {
		padding: 5px 8px
	}

	.testimonials .anchoredtoBtn {
		margin: 10px auto
	}

	.postPic {
		height: auto
	}

	.orangeBar:before {
		top: -9px
	}

	.scrollBlock {
		height: 300px;
		overflow: scroll;
		width: 100%
	}

	#homepage-slider .item .content {
		left: 91px;
		position: absolute;
		top: 20%;
		width: 825px
	}

	.banner,
	.slide {
		width: 100%
	}

	.content>p {
		font-size: 45px;
		line-height: 45px
	}

	.userClm>a {
		padding: 14px 16px 15px 17px;
		font-size: 14px;
		line-height: 20px
	}

	.boxWrap h2 {
		font-size: 22px
	}

	.sectionBlk {
		padding: 20px 0
	}

	#supportIn .clm2 {
		margin-left: -10px
	}

	.navs {
		display: inline !important;
		float: left
	}

	.slide {
		background-position: 60% 0;
		height: 300px
	}

	#supportIn .clm2 li {
		padding-left: 10px;
		padding-top: 10px;
		width: 50%
	}

	#supportIn .contentBox {
		padding: 15px;
		width: 100%
	}

	#supportIn .imgwrap {
		width: 100px;
		display: table-cell;
		padding-right: 30px;
		vertical-align: top
	}

	.imgwrap>img {
		width: 100%
	}

	ul.navs li {
		position: relative
	}

	.subMenu ul {
		background: #003;
		margin-left: 0;
		width: 270px
	}

	ul.navs li a:hover .subMenu {
		display: block
	}

	ul.navs li:first-child a {
		padding-left: 11px
	}

	ul.navs li .subMenu li:before {
		display: none
	}

	ul.navs li .subMenu li {
		float: none;
		border-left: none
	}

	ul.navs li:before {
		height: 44px
	}

	ul.navs li a {
		padding: 18px 28px 17px 12px
	}

	.dropDown {
		right: 10px;
		top: 14px
	}

	.techPartners .clm4 li {
		padding: 12px;
		width: 25%
	}

	.techPartners .imgwrap>img {
		max-width: 50%
	}

	.bigHeadings {
		font-size: 25px
	}

	#footer ul.listing li a,
	.copyright ul li,
	.right_panel ul.navListing li a {
		font-size: 12px padding:16px 0
	}

	.others .clm2 li:nth-child(3) {
		padding-bottom: 0
	}

	.contentBox p,
	.sectionTitles {
		padding-bottom: 10px
	}

	#footer .right_panel {
		width: 803px
	}

	.gridImg>img {
		max-width: 100%
	}

	#header .grid3 {
		width: 40%
	}

	.sectionTitles {
		font-size: 20px
	}

	.contentBox p,
	ul.clm4 li .title {
		font-size: 14px
	}

	.sectionBlk .centerTitle {
		font-size: 20px
	}

	.textsection p {
		font-size: 14px
	}

	#header .grid2 {
		padding: 25px 20px;
		width: 31%
	}

	.tagLine {
		font-size: 13px;
		font-weight: 300px
	}

	.orangeBar {
		font-size: 19px
	}

	.barContent {
		padding: 10px
	}

	.colLft>h2 {
		font-size: 20px
	}

	.colrgt .anchoredtoBtn.blue {
		font-size: 14px
	}

	.boldTxt {
		font-size: 22px
	}

	.break {
		display: inline-block
	}

	.contentHead {
		font-size: 18px
	}

	.listingPoints h2 {
		font-size: 15px
	}

	.floatBox .listingPoints h3 {
		font-size: 12px
	}

	.floatBox .listingPoints h4 {
		font-size: 24px
	}

	.anchoredtoBtn {
		font-size: 12px;
		padding: 12px 15px
	}

	.imgBlk .listingSteps>li {
		font-size: 17px
	}

	.wrapBoxcontent>h2 {
		font-size: 14px
	}

	.threeBlock .wrapBox .wrapBoxcontent .anchoredtoBtn {
		font-size: 12px;
		margin: 0 auto
	}

	.gridtext,
	.rightMainsection p {
		font-size: 14px
	}

	.blockClm3>li {
		width: 50%
	}

	.fullBg .contentBlock {
		width: 60%
	}

	.gridtext {
		padding: 5px 10px
	}

	.partners img {
		max-width: 90%
	}

	.partners {
		right: -35px
	}

	.leftSidebar {
		width: 27%
	}

	.rightMainsection {
		width: 71%
	}

	.floatBox .gridtext {
		font-size: 14px;
		padding: 0 20px 5px 90px
	}

	.floatBox p {
		font-size: 12px
	}

	ul.navs li:last-child a {
		padding-right: 27px
	}

	.floatBox .gridImg {
		float: left;
		height: 60px;
		width: 60px
	}

	.floatBox .gridImg img {
		max-width: 100%
	}

	.txtBox .desc {
		width: 70%
	}

	.borderBlock.contactBlk .noMarginBtm {
		margin-bottom: 20px !important
	}

	.borderBlock.backBg.backup.support {
		background-position: 50% 50%
	}

	.slideThumb {
		max-width: 25%;
		position: absolute;
		right: -225px;
		top: 10px
	}

	.varientType.partners {
		right: 0
	}

	.siteList li {
		float: left;
		min-height: 55px;
		width: 50%
	}

	.grid12>.colLft {
		max-width: 70%
	}

	.moreInfo-form {
		width: 270px;
		padding-bottom: 20px
	}

	.width60 {
		max-width: 58%
	}

	.width60 .left_penal {
		width: 100%
	}

	.width60 .right_penal {
		float: left
	}

	.serviceBox .blockClm2 .gridImg {
		width: 45px;
		height: 45px
	}

	.serviceBox .floatBox .gridtext {
		padding-left: 53px
	}

	.more_formcap {
		transform: scale(.76);
		-webkit-transform: scale(.76)
	}

	.userClm>a {
		display: inline
	}

	#header .grid1 {
		width: 20%
	}

	#header .right-colm {
		width: 80%;
		padding-top: 12px
	}

	#header .right-colm .grid_5 .userClm>a {
		background: #39c;
		padding: 8px 13px 10px !important
	}

	#header .headwrap.sticky .right-colm .grid_5 .userClm>a {
		line-height: 32px;
		padding: 6px 15px 10px !important
	}

	.new_tagLine::before {
		border-bottom: 23px solid transparent;
		border-top: 23px solid transparent
	}

	.userClm.contactSec>a {
		padding: 12px 17px 13px !important;
		height: auto;
		line-height: 25px
	}

	.contactSec .userAcctxt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: 600
	}

	#header .headwrap.sticky .navWrapper .userAccount .userClm a {
		line-height: inherit;
		padding: 15px 16px 16px !important
	}

	.userAccount {
		float: right
	}

	ul.navs li .subMenu {
		position: absolute;
		top: 51px !important
	}

	.subMenu ul {
		padding: 0
	}

	.navWrapper {
		height: auto
	}

	#header .right-colm .grid_4 {
		width: 38%
	}

	.managedSecure .contentHead {
		font-size: 22px;
		padding-bottom: 20px
	}

	.listContent strong {
		font-size: 18px
	}

	.contentBlock--services .two-btn a,
	.contentBlock--services .two-btn a:first-child {
		width: 50%
	}

	.contentBlock--services .two-btn .btnBox .wrapBoxcontent {
		line-height: 1.5
	}

	.contentBlock--services .BlockRgt {
		top: 45px
	}

	.contentBlock--services .BlockRgt img {
		width: 370px
	}

	.box__colored {
		padding: 18px
	}

	.box__colored h5,
	.box__colored span {
		font-size: 20px
	}

	.two-Boxes .box__grey .partners.varientType {
		top: 20%;
		width: 190px;
		right: 4%
	}

	.services--listing .gridListing .gridtext {
		padding: 0 95px 0 0
	}
}

@media only screen and (width:1280px) {

	.banner,
	.slide {
		width: 100%
	}

	.navs {
		display: block !important
	}

	.slide {
		background-position: 40% 0;
		height: 300px
	}

	#homepage-slider .item .content {
		left: 5%;
		top: 10%
	}

	.content p {
		font-size: 50px;
		line-height: 45px
	}

	.tableBlock.varient .blockClm2>li {
		padding-left: 20px !important
	}

	#homepage-slider img {
		display: block;
		width: 100%
	}
}






@media only screen and (max-width:767px) {
	#wrapper .userClm.loginSec {
		display: none !important;
	}
}

@media only screen and (width:320px) {

	.dataTable img,
	.fl.image-position.noBorder {
		max-width: 100%;
		text-align: center
	}

	#supportIn .imgwrap {
		display: block;
		padding-right: 0;
		vertical-align: top
	}

	.techPartners .clm4 li {
		border: none;
		padding: 10px;
		text-align: center;
		width: 50%
	}

	.dataTable td,
	.fl.image-position.noBorder {
		display: block
	}

	.tools-ringme-ringmeLink {
		width: 110px !important
	}
}

@media only screen and (width:600px) {
	.others .clm2 li:nth-child(3) .boxWrap {
		background: url(../images/brouchre.jpg) 52px 0 no-repeat #fff
	}

	.others .clm2 li:nth-child(3) .boxWrapcontent {
		width: 70%
	}

	ul.clm4 li.varientClm h2 {
		padding: 10px
	}

	.userClm.loginSec i {
		margin-top: 4px
	}
}

@media only screen and (min-width:601px) and (max-width:767px) {
	#supportIn .clm2 {
		margin-left: -10px
	}

	.others .clm2 li:nth-child(3) .boxWrap {
		background: url(../images/brouchre.jpg) 92px 0 no-repeat #fff
	}

	.barContent {
		padding: 10px
	}

	.colLft,
	.colRgt {
		float: none;
		text-align: center
	}

	.colLft>h2 {
		display: block;
		font-size: 15px;
		text-align: center
	}

	.dataTable img {
		max-width: 100%
	}

	#supportIn .contentBox {
		padding: 10px;
		width: 100%
	}

	.slideThumb.varient {
		max-width: 40%;
		right: 10px;
		top: 50px
	}

	#supportIn .imgwrap {
		display: block;
		padding-right: 30px;
		vertical-align: top
	}

	#supportIn .clm2 .listingSteps li {
		color: #fff;
		float: none;
		font-size: 13px;
		font-weight: 300;
		min-height: 100%;
		padding: 10px 0 0 20px;
		position: relative;
		text-align: left;
		width: 100%
	}

	#supportIn .clm2 li {
		padding-left: 10px;
		padding-top: 20px;
		width: 50%;
		float: left
	}

	.techPartners .clm4 li {
		border-color: #fff -moz-use-text-color -moz-use-text-color #fff;
		border-style: solid none none solid;
		border-width: 1px medium medium 1px;
		display: table;
		float: left;
		min-height: 1%;
		padding: 15px;
		text-align: center;
		width: 25%
	}

	.clm4 li {
		float: left;
		min-height: 200px;
		width: 50%
	}

	.rightClm {
		margin-top: 10px
	}
}

@media only screen and (max-width:767px) {
	header#header .fix-container {
		width: 100%;
	}

	header#header .navWrapper.m-full {
		max-width: 100%;
	}

	.formBox .m-half,
	.formBox td {
		display: block;
		width: 100% !important;
	}

	#itmanagement .services-listing li {
		padding: 0;
		margin-bottom: 1em;
	}

	#header .grid1,
	#header .grid3,
	#switch,
	.clm2 li,
	.clm4 li,
	.colLft,
	.colRgt,
	.copyright ul li,
	.footerLogo,
	.leftClm,
	.rightClm,
	.right_panel,
	.siteList li,
	.userAccount,
	ul.navs li {
		float: none
	}

	ul.navs li .subMenu {
		max-height: 200px;
		overflow-y: auto !important
	}

	.userClm.contactSec .ion-android-mail {
		vertical-align: text-top;
		margin-top: 3px !important
	}

	.colLft,
	.colRgt,
	.contentTable tr:first-child th:first-child,
	.owl-pagination,
	.productTable.cameras td {
		text-align: center
	}

	.two-col.two-btn .right.w-half {
		margin-left: 0;
	}

	.clients .client a.anchoredtoBtn {
		margin-top: 2em;
	}

	.logo {
		display: inline-block;
	}

	.logo img {
		width: 170px !important;
		margin-left: 30px !important
	}

	#homepage-slider .item .content,
	#homepage-slider .item .content.slideBg {
		position: relative;
		left: 0;
		background: #39c
	}

	ul.navs li,
	ul.navs li:before {
		border-left: none
	}

	.barContent {
		padding: 10px
	}

	#homepage-slider img,
	.owl-buttons div {
		display: none
	}

	#homepage-slider img.mobileViewThumb {
		display: block;
		width: 100%
	}

	.siteList li {
		min-height: 1%;
		width: 100%
	}

	.dataTable td {
		display: block
	}

	.owl-pagination {
		bottom: 0;
		position: relative;
		width: 253px
	}

	#switch {
		height: 17px;
		margin: 3px 5px 0 0;
		position: absolute;
		right: 20px;
		width: 11px;
		top: 5px
	}

	#homepage-slider .item .content.varient {
		background: #39c;
		left: 50%;
		padding: 20px;
		position: relative
	}

	.linkblocks {
		top: 20px
	}

	.productTable.varient td {
		display: block;
		width: 100%
	}

	.productTable.cameras td {
		width: 100%;
		display: block
	}

	.productTable.varient td img {
		width: 100%;
		display: block;
		text-align: center
	}

	.blog-pagination ul li a {
		font-size: 14px;
		padding: 3px 6px
	}

	.tabThumb {
		width: 100%;
		padding: 10px
	}

	.listHeading {
		font-size: 14px
	}

	.anchoredtoBtn.blue {
		display: block;
		width: 100%;
		text-align: center;
	}

	.contentTable td.blank,
	.userAcctxt,
	ul.navs {
		display: none
	}

	.breadCrumbs li {
		line-height: 12px
	}

	.postTitle {
		font-size: 15px
	}

	#header .headwrap.sticky .grid3 {
		padding: 0;
		width: 100%
	}

	.body {
		padding-top: 75px
	}

	#header .headwrap.sticky .grid1 {
		width: 90%;
		margin: 0
	}

	.userClm i,
	.userClm.contactSec i {
		margin-top: 0 !important
	}

	.anchoredtoBtn {
		padding-right: 25px
	}

	.orangeBar:before {
		top: -5px
	}

	.colLft>h2 {
		font-size: 18px;
		padding-bottom: 10px
	}

	.slideThumb {
		max-width: 20%;
		position: absolute;
		right: 20px;
		top: 30px
	}

	.fix-container,
	.smallTags {
		max-width: 100%
	}

	.talign {
		text-align: left
	}

	.spacing {
		letter-spacing: normal
	}

	#homepage-slider .item .content.slideBg p {
		font-size: 25px;
		line-height: 28px
	}

	.fix-container {
		padding: 0 10px
	}

	.boxHolder {
		min-height: auto
	}

	.clm2 li,
	.clm4 li,
	.floatBox.varient .gridListing {
		min-height: 1%
	}

	.scrollBlock {
		width: 100%;
		height: 300px;
		overflow: scroll
	}

	#header .grid1 {
		border-right: none;
		width: 100%;
		position: relative
	}

	#homepage-slider .item .content {
		padding: 20px
	}

	.navTab {
		display: block;
		position: absolute;
		left: -10px;
		z-index: 999
	}

	.navTab i {
		color: #333
	}

	.grid1 img {
		margin-left: 20px;
		width: 150px
	}

	#header .grid2 {
		display: none
	}

	#header .grid3 {
		background: #3689d7;
		display: block;
		padding: 0;
		width: 100%;
		text-align: center
	}

	.userAccount {
		position: absolute;
		right: 0;
		top: -68px
	}

	.class-trigger,
	ul.navs li a {
		position: relative
	}

	.contact img {
		display: none
	}

	.userClm>a {
		display: inline-block;
		font-size: 12px;
		line-height: 15px;
		padding: 14px 10px;
		width: 35px;
		height: 48px
	}

	.banner,
	.clm2 li,
	.clm4 li,
	.copyright.clearfix,
	.leftClm,
	.others .clm2 li:nth-child(3) .boxWrapcontent,
	.others .rightClm,
	.rightClm,
	.right_panel,
	.slide,
	.subMenu ul {
		width: 100%
	}

	.userClm i {
		display: inline-block;
		font-size: 17px;
		padding-right: 0;
		vertical-align: middle
	}

	ul.navs li .subMenu {
		position: relative;
		top: 0 !important
	}

	.subMenu ul {
		margin-left: 0
	}

	.subMenu ul li a {
		font-size: 12px;
		font-weight: 300
	}

	.socialLinks {
		display: none
	}

	.tagLine {
		font-size: 12px
	}

	.contact,
	.contactNo {
		color: #fff;
		font-size: 15px
	}

	.contact {
		display: block
	}

	.contactNo {
		display: inline-block;
		padding-left: 5px
	}

	.slide {
		background-position: 50% 0;
		height: 150px
	}

	.owl-buttons div.owl-next,
	.owl-buttons div.owl-prev {
		top: 20%
	}

	.content>h2 {
		font-size: 14px
	}

	.content p {
		font-size: 25px;
		line-height: 28px
	}

	.content h3,
	.slideList li {
		font-size: 12px
	}

	.anchoredtoBtn {
		font-size: 14px;
		padding: 12px 10px;
		margin-bottom: 10px
	}

	.barContent .colRgt .anchoredtoBtn {
		margin-bottom: 0
	}

	.anchoredtoBtn.new {
		font-size: 13px;
		margin-bottom: 10px
	}

	.margintop_10 {
		margin-top: 10px
	}

	.sectionBlk {
		padding: 10px 0
	}

	.contentBox p {
		font-size: 14px;
		padding-bottom: 10px
	}

	.sectionTitles {
		font-size: 16px;
		line-height: 10px;
		padding-bottom: 10px
	}

	.clm2 li {
		padding: 0;
		text-align: center
	}

	.others .leftClm {
		padding-right: 0;
		width: 100%
	}

	.others .clm2 li {
		padding-bottom: 10px
	}

	.fadvBox {
		padding: 20px
	}

	.fadvBox>h2 {
		font-size: 20px;
		margin-bottom: 10px
	}

	.fadvBox .listingSteps li {
		font-size: 14px
	}

	.leftClm {
		padding-right: 0
	}

	.bigHeadings {
		font-size: 20px;
		padding-bottom: 10px
	}

	.breifTxt,
	.contentBox p a,
	.textsection p {
		font-size: 14px
	}

	.breifTxt {
		font-weight: 300;
		padding-bottom: 10px
	}

	.rightClm {
		margin-top: 0
	}

	.imgBlk {
		margin: 0 auto 10px;
		padding: 10px
	}

	.footerLogo {
		display: table;
		margin: 0 auto;
		text-align: center
	}

	#supportIn .contentListing,
	.class-trigger,
	.plus_icon {
		display: block
	}

	.copyright.clearfix {
		clear: both;
		display: block;
		text-align: center
	}

	.no_paddingBtm {
		padding-bottom: 10px !important
	}

	.no_paddingTop {
		padding-top: 10px !important
	}

	.no_paddingRght {
		padding-right: 10px !important
	}

	.no_paddinglft {
		padding-left: 10px !important
	}

	.textsection .grid_2 {
		padding: 0 50px;
		text-align: center
	}

	.sectionBlk .centerTitle {
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 10px;
		padding: 0 0 10px;
		text-align: center
	}

	#supportIn .contentBox,
	ul.navs li a {
		padding: 16px
	}

	.imgBlk .listingSteps>li,
	.smallTags,
	.textsection h5,
	ul.navs li a {
		font-size: 14px
	}

	.textsection h5 {
		margin-top: 10px
	}

	.testimonials .anchoredtoBtn {
		font-size: 14px;
		margin: 10px auto 0
	}

	#supportIn .clm2 li {
		padding-top: 10px
	}

	.techPartners ul.clm4 {
		margin: 10px auto
	}

	.techPartners .clm4 li .imgwrap {
		width: 150px
	}

	.techPartners .clm4 li .imgwrap>img {
		width: 100%
	}

	#footer h2,
	.class-trigger {
		padding: 10px 10px 10px 20px
	}

	.class-trigger {
		background: #fff;
		color: #666;
		cursor: pointer;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		margin: 0 0 5px;
		text-align: left;
		font-weight: 600;
		text-transform: uppercase
	}

	.class-trigger:before {
		background: #3d97e5;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		top: 0;
		width: 5px
	}

	.plus_icon {
		background: url(../images/pluss_Minus.png) 6px 6px no-repeat #3d97e5;
		border-radius: 50%;
		height: 22px;
		position: absolute;
		right: 10px;
		top: 9px;
		width: 22px
	}

	.partners,
	.partners.varientType {
		position: relative;
		right: 0;
		top: 0
	}

	.active .plus_icon {
		background-position: 6px -95px
	}

	.class-trigger+.trigger-content {
		display: none
	}

	#footer h2 {
		color: #fff;
		background: #003
	}

	#footer .cell,
	#footer .cell.last {
		float: left;
		width: 100%
	}

	#footer ul.listing {
		clear: both;
		margin: 0;
		padding: 0 10px 10px
	}

	#footer ul.listing li {
		float: none
	}

	#footer ul.listing li:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, .1)
	}

	#footer ul.listing li a {
		display: block;
		padding: 15px 0
	}

	.right_panel ul.navListing {
		display: table;
		margin: 0 auto;
		padding: 0;
		text-align: center
	}

	.right_panel ul.navListing li {
		float: none;
		display: inline-block
	}

	.right_panel ul.navListing li a {
		display: block;
		padding: 15px 10px
	}

	.right_panel .navListing li a:before {
		top: 15px
	}

	.contentTable tr:first-child {
		display: none
	}

	.cellLft,
	.cellRgt,
	.cell_caption,
	.contentTable.variant tr:first-child,
	.formTable td,
	.gridImg,
	.orangeBar .boldTxt {
		display: block
	}

	.contentTable td {
		display: block;
		padding: 10px;
		text-align: center
	}

	.contentTable tr td:first-child {
		border-left: 1px solid #e6e6e6;
		text-align: center
	}

	.contentTable tr td:last-child {
		border-right: 1px solid #e6e6e6
	}

	.cell_caption {
		font-weight: 600;
		padding-bottom: 10px;
		text-align: center
	}

	.rightMainsection {
		margin-bottom: 10px
	}

	.dataTable td {
		padding: 10px
	}

	.wrapBox:first-child {
		border-bottom: 1px solid #bcd8f2
	}

	.wrapBox {
		float: left;
		padding: 10px 20px;
		width: 100%
	}

	.others .clm2 li:nth-child(3) {
		padding-bottom: 10px
	}

	.threeBlock .wrapBox {
		width: 100%
	}

	.listingPoints h2 {
		font-size: 15px
	}

	.floatBox .listingPoints p {
		font-size: 14px
	}

	.formTable table td {
		padding: 0
	}

	.boldTxt,
	.dataTable.noBorder tr td:last-child {
		padding-left: 5px
	}

	.boxLft,
	.boxRgt {
		width: 100%
	}

	.boxRgt .gridtext {
		font-size: 16px
	}

	.varientBlock .boxRgt .rightClm {
		margin: 10px 0 0
	}

	.varientBlock .boxRgt {
		width: 100%
	}

	.boxLft .listingItem.commonList {
		margin-bottom: 10px;
		margin-top: 0
	}

	.floatBox .listingPoints h4 {
		font-size: 20px;
		text-align: center
	}

	.floatBox .listingPoints h3 {
		font-size: 11px;
		text-align: center
	}

	.equalBlock .boxLft,
	.equalBlock .boxRgt {
		width: 100%
	}

	.breadCrumbs li a {
		font-size: 13px
	}

	.formTable td,
	.orangeBar {
		font-size: 14px
	}

	.fullBg .contentBlock {
		width: 100%
	}

	.image-position.varient {
		margin: 0;
		width: 100%
	}

	.dataTable.smallThumbs img.colImg {
		max-width: 50%
	}

	.clmImg>img,
	.grid12 .blueBox,
	.grid12>.colLft,
	.halfClm.rgtBlock img,
	.partners img {
		max-width: 100%
	}

	.leftSidebar,
	.rightMainsection {
		float: none;
		width: 100%;
		clear: both;
	}

	.formTable td.firstTd {
		width: 100%
	}

	.cloudSol .contentBlock {
		padding: 10px;
		width: 100%
	}

	.orangeBar {
		padding: 10px;
		text-align: center
	}

	.boldTxt {
		font-size: 18px;
		font-weight: 600
	}

	.blockClm2>li {
		padding-left: 20px;
		width: 100%
	}

	.partners img {
		padding: 10px
	}

	.col2Box .blockClm2>li {
		float: none;
		padding-left: 0;
		width: 100%
	}

	.col2Box .blockClm2 li:nth-child(2) .gridtext {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%
	}

	.col2Box .blockClm2 li:nth-child(2) .gridImg {
		float: left;
		margin: 0 auto;
		text-align: center;
		width: 100%
	}

	.gridImg {
		float: none;
		margin: 0 auto;
		text-align: center
	}

	.gridListing,
	.highlightTxt {
		margin-bottom: 10px
	}

	.borderBlock .anchoredtoBtn i,
	.gridtext br {
		display: none
	}

	.gridtext {
		font-size: 13px;
		text-align: center
	}

	.contentHead {
		font-size: 15px;
		line-height: 22px;
		padding-bottom: 10px
	}

	.cloudSol .listingItem>li,
	.contentsubHead {
		font-size: 13px
	}

	.g-recaptcha {
		transform: scale(.92);
		-webkit-transform: scale(.92);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	.formTable {
		table-layout: fixed;
		border-spacing: 10px
	}

	.contentBlock {
		padding: 10px
	}

	.loginForm {
		padding-bottom: 0
	}

	.gridListing>h2 {
		font-size: 16px
	}

	.gridListing .listingItem>li {
		font-size: 13px;
		text-align: left
	}

	.borderBlock.backBg.cloudComputing .listingItem>li {
		font-size: 13px
	}

	.col2Box .gridtext,
	h2.acc_trigger a {
		font-size: 16px
	}

	.listingItem>li {
		font-size: 13px
	}

	.offer-listing .listing-correct>li a,
	.offer-listing h3 {
		font-size: 14px
	}

	.col2Box .listing-correct>li {
		font-size: 13px
	}

	.backup .listingItem>li,
	.barContent.blue .colLft>h2,
	.testimonials .floatBox p,
	.txt-blue-1 {
		font-size: 14px
	}

	.borderBlock.backBg.cloudSol {
		background-position: 50%
	}

	.borderBlock.backBg.cloudComputing {
		background-position: 50% center;
		background-size: cover
	}

	.formBox .contentBlock {
		padding: 10px 10px 0
	}

	.backup .contentBlock,
	.blockClm2.floatBox.full .gridtext,
	.floatBox .gridtext,
	.gridListing {
		padding: 10px
	}

	.rightMainsection p {
		font-size: 14px;
		padding-bottom: 10px
	}

	.rightMainsection .cellRgt p {
		margin-top: 0
	}

	.break {
		display: inline-block
	}

	.clmImg>img,
	.floatBox .gridtext,
	.halfClm.rgtBlock img,
	.image-position,
	.thumbTable table td {
		display: block
	}

	.borderBlock.backBg.backup {
		background-position: 50%;
		background-size: cover
	}

	.halfClm.lftBlock {
		float: none;
		margin-right: 20px;
		width: 100%
	}

	.halfClm.rgtBlock {
		float: none;
		width: 100%
	}

	.floatBox .noMarginBtm {
		margin-bottom: 10px !important
	}

	.floatBox .gridListing {
		margin-bottom: 10px;
		padding: 10px
	}

	.partners.varientType img {
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		display: block
	}

	.txtBox .desc {
		width: 100%
	}

	.image-position {
		float: none;
		margin: 0 auto 10px;
		padding: 1px
	}

	.halfClm.rgtBlock img {
		margin: 10px auto;
		text-align: center
	}

	.colLft .listingItem,
	.grid12>.colLft {
		text-align: left
	}

	.offer-listing {
		margin-top: 10px
	}

	.clmImg>img,
	.testimonials .contentsubHead {
		margin: 10px auto
	}

	.mapBlock,
	.moreInfo-form {
		margin-top: 10px
	}

	.barContent.blue {
		padding: 10px
	}

	.col3 li {
		float: none;
		width: 100%
	}

	.clmImg>img {
		width: auto
	}

	.blockClm3>li,
	.mapBlock .boxLft,
	.mapBlock .boxRgt,
	.right_penal,
	.width60,
	.width60 .left_penal {
		width: 100%
	}

	.anchoredtoBtn.varient::before {
		border-bottom: 5px solid transparent;
		border-left: 5px solid #fff;
		border-top: 5px solid transparent
	}

	.borderBlock.contactBlk .gridListing {
		min-height: 1%;
		padding: 10px
	}

	.borderBlock.contactBlk .blockClm3 .gridtext {
		padding: 0
	}

	.borderBlock.contactBlk .noMarginBtm {
		margin-bottom: 10px !important
	}

	.content h2::before {
		top: 80%
	}

	.grid12 .blueBox .anchoredtoBtn.blue {
		margin-bottom: 0;
		max-width: 400px;
		display: inline-block;
		padding: 8px 10px
	}

	.moreInfo-form {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		padding: 10px
	}

	.imgbox {
		text-align: center
	}

	.imgbox>img {
		max-width: 80%
	}

	.services--listing .gridListing .gridImg img,
	.tools-ringme-ringmeLink img,
	.width60 {
		max-width: 100%
	}

	.width60 {
		text-align: left
	}

	.serviceBox .floatBox .gridtext {
		padding-left: 0
	}

	.tools-ringme-ringmeLink {
		bottom: -4px;
		position: fixed;
		right: 5px;
		width: 120px
	}

	.formTable table td {
		display: block;
		width: 100%
	}

	#header .right-colm .grid_5 .loginSec {
		display: none
	}

	.userClm.loginSec {
		display: inline-block
	}

	#header .right-colm .grid_4 {
		padding-left: 10px
	}

	.userAccount .userClm>a {
		padding: 5px 11px;
		width: 35px;
		height: 35px;
		line-height: 20px
	}

	.new_tagLine::after,
	.new_tagLine::before {
		border-bottom: 22px solid transparent;
		border-top: 22px solid transparent;
		display: inline
	}

	#header .headwrap.sticky .navWrapper .userAccount .userClm a {
		line-height: 15px;
		padding: 5px 11px
	}

	.headwrap .logo img {
		width: 150px !important;
		margin-left: 20px !important
	}

	#header .headwrap.sticky .grid1 {
		padding: 10px 0 0
	}

	#header .headwrap.sticky .userAccount {
		top: -44px
	}

	.navTab i {
		font-size: 20px
	}

	.userClm.loginSec i {
		padding-top: 2px
	}

	.new_tagLine {
		padding: 5px
	}

	.blogM {
		display: block
	}

	.contentBlock--services .BlockRgt,
	.contentBlock--services .two-btn .btnBox .wrapImg {
		display: none
	}

	#header .grid1 {
		margin: 10px 0 0;
		padding: 0
	}

	.contact {
		float: none;
		height: auto
	}

	.managedSecure .contentBlock {
		padding: 15px
	}

	.managedSecure .contentHead {
		font-size: 16px;
		font-weight: 600;
		line-height: 40px;
		padding-bottom: 15px
	}

	.managedSecure .colLft>h2 {
		font-size: 16px;
		line-height: 28px
	}

	.listContent strong {
		font-size: 16px
	}

	.managedSecure .rightMainsection .cellLft img {
		height: auto;
		width: 100%
	}

	.managedSecure .rightMainsection .anchoredtoBtn.blue {
		font-size: 13px;
		line-height: 20px;
		width: auto
	}

	.contentBlock--services .BlockLft,
	.contentBlock--services .contentsubHead {
		width: 100%
	}

	.contentBlock--services .two-btn {
		margin-top: 15px;
		text-align: center
	}

	.contentBlock--services .two-btn a {
		float: none
	}

	.contentBlock--services .two-btn a:first-child {
		margin-bottom: 10px;
		float: none
	}

	.contentBlock--services .two-btn .btnBox {
		padding: 10px
	}

	.contentBlock--services .two-btn .btnBox .wrapBoxcontent {
		padding: 0;
		line-height: normal;
		text-align: center
	}

	.services--listing .gridListing .gridImg {
		float: none;
		width: 25%
	}

	.services--listing .gridListing .gridtext {
		padding: 10px 0 0
	}

	.box__colored,
	.two-Boxes {
		display: block
	}

	.box__colored {
		width: 100%
	}

	.box__colored h5,
	.box__colored span {
		font-size: 20px
	}

	.box__colored span {
		margin-top: 25px
	}

	.two-Boxes .box__grey {
		padding: 10px;
		display: block;
		width: 100%
	}

	.two-Boxes .box__grey .contentHead {
		font-size: 18px
	}

	.two-Boxes .box__grey .partners.varientType {
		margin: auto
	}
}

@media only screen and (max-width:900px) {
	input#captcha {
		margin-bottom: 10px;
		width: 100% !important
	}
}

@media only screen and (max-width:360px) {

	.listContent,
	.listImg {
		display: block;
		text-align: center
	}

	.listImg {
		border-radius: 78px;
		height: 78px;
		margin: 0 auto 10px;
		position: relative;
		width: 78px
	}

	.imglist {
		display: block
	}

	.listContent {
		padding-left: 0
	}
}



#header {
	position: relative;
}

.subMenu,
.subMenu.mega {
	border-bottom: 5px solid #030265;
	background: #fff
}

.subMenu ul.w-half.border-r,
.subMenu ul.w-third.middle {
	border-right: 1px solid #ccc
}

.button .icon,
.button .icon i {
	transition: all .5s
}

.gridListing .hover .inner-hover,
.gridListing .normal {
	transform: translateY(-50%);
	width: 100%;
	position: absolute
}

.overlay-item h2,
.overlay-item h3 {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.overlay-item h2,
.overlay-item h3,
.sectionBlk h2.white {
	text-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.headwrap {
	position: Relative
}

div.body {
	padding-top: 137px
}

.big {
	font-size: 20px
}

.subMenu {
	-webkit-box-shadow: 3px 3px 25px 1px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 25px 1px rgba(0, 0, 0, .2)
}

.subMenu.mega {
	width: 800px
}

.subMenu .inner {
	padding: 10px;
	overflow: hidden
}

.subMenu.rAlign {
	left: auto;
	right: 0
}

.subMenu.miniSub {
	width: 500px
}

.subMenu ul,
.subMenu ul li a {
	background: 0 0 !important
}

.subMenu ul a {
	color: #030265 !important;
	text-transform: initial !important
}

.subMenu ul li a:hover {
	background: #030265 !important;
	color: #fff !important
}

.subMenu ul.w-third {
	width: 33%;
	float: left
}

.subMenu ul.w-third.middle {
	border-left: 1px solid #ccc
}

.subMenu ul.w-half {
	width: 49%;
	float: left
}

.subMenu .w-half:nth-of-type(2n+2) {
	float: right;
}

.listingItem.commonList.dots {
	list-style-type: disc;
	margin: 0 0 0 1em
}

.listingItem.commonList.dots li {
	margin: 0;
	padding: 7px
}

.w-full {
	max-width: 1200px;
	margin: 0 auto
}

.clm4 li {
	width: 33%;
	padding: 2em 0
}

.techPartners .clm4 li {
	width: 12%;
	padding: 0 1.5em
}

.techPartners ul.clm4 li .imgwrap {
	height: 30px;
	vertical-align: middle;
	width: auto
}

.techPartners ul.clm4 li .imgwrap img {
	display: block;
	vertical-align: middle
}

.techPartners .clm4 li,
.techPartners .clm4 li:hover,
.techPartners ul.clm4 li:hover {
	border: 0
}

ul.clm4 li.varientClm {
	padding: 7px 0 20px;
	border: 0;
	min-height: 0
}

ul.clm4 li.varientClm.last {
	padding: 7px 0 11px;
	border-top: 1px solid #fff
}

ul.clm4 li.varientClm h2 {
	padding: 11px 0 10px
}

.sectionBlk,
.sectionBlk.gray {
	padding: 1em 0
}

.sectionBlk.gray {
	display: none
}

.sectionBlk.sm {
	padding: 1em 0
}

.sectionBlk.sm2 {
	padding: 1em 0 0
}

.owl-item .textsection .grid_2 {
	padding: 6px 5em;
	text-align: center
}

.owl-pagination {
	bottom: -30px
}

#owl-demo {
	overflow: visible
}

.contentBlock--services,
.o-hidden,
.overlay-item .o-hidden,
.postBlock,
.postBlock .contentBlock,
.two-col {
	overflow: hidden
}

#supportIn .contentBox {
	background: #666
}

#homepage-slider img {
	width: 100%;
	height: auto
}

.alignleft {
	float: left;
	margin: 0 2em .7em 0
}

.alignright {
	float: right;
	margin: 0 0 0 2em
}

.medium {
	max-width: 200px;
	height: auto
}

.orangeBar a {
	color: #fff;
	border-bottom: 1px solid #eee
}

.orangeBar {
	text-align: center
}

.offer-listing h3.orange {
	background: orange;
	width: 100%;
}

ul.clm4 li.varientClm {
	background-color: #130a68
}

.listingPage .gridListing {
	border-bottom: 1px solid #ccc;
	padding: 0 0 1em
}

h2 .sectionTitles {
	line-height: 1.5em
}

.centered {
	max-width: 100% !important
}

.left {
	float: left
}

.right {
	float: right
}

.w-half {
	width: 48%
}

.w-content {
	width: 66%
}

.w-sidebar {
	width: 31%
}

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

.outlet {
	position: absolute;
	top: 0
}

.greyBG {
	background: #f3f3f3
}

.outer {
	padding: 1em 0 1em 0;
	background: #39c
}

.right .outer .inner,
.contentBlock .outer .inner {
	padding: 0 1em
}

.inner {
	margin: 0 auto
}

.caption {
	text-align: left;
	margin: 0 0 1em
}

.caption img {
	display: block;
	max-width: 80%;
	height: auto
}

.button .icon,
.inline {
	display: inline-block
}

.caption span {
	font-size: 12px;
	font-style: italic
}

.button {
	border: 0;
	cursor: pointer
}

.button img {
	vertical-align: middle;
	margin: 0 8px 0 0
}

.button .icon {
	width: 15px
}

.button:hover .icon i {
	margin-left: 8px;
	transition: all .5s
}

.lorange-btn {
	background: #f90;
	color: #fff;
	padding: 10px 16px;
	font-size: 16px;
	transition: background .5s
}

.blue-btn,
.orange-btn {
	color: #fff;
	padding: 10px 21px
}

.lorange-btn:hover {
	background: #333;
	transition: background .5s
}

.orange-btn {
	background: #f68110;
	font-size: 14px;
	transition: background .5s
}

.blue-btn,
.orange-btn:hover {
	background: #006;
	transition: background .5s
}

.blue-btn {
	font-size: 15px
}

.lblue-btn,
.lblueborder-btn {
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	display: inline-block
}

.blue-btn:hover {
	background: #f68110;
	transition: background .5s
}

.lblue-btn {
	background: #39c;
	padding: 8px 15px
}

.lblue-btn:hover {
	background: #333
}

.lblueborder-btn {
	background: #39c;
	padding: 8px 13px;
	border: 1px solid #fff
}

.lblueborder-btn:hover {
	background: #333
}

.buttonRibbon {
	background-size: cover;
	background-position: Center;
	text-align: Center
}

.buttonRibbon>div {
	padding: 5% 0
}

.two-btn .button {
	display: inline-block
}

.sectionBlk h2.white {
	color: #fff;
	font-weight: 700;
	margin: 0 0 1em;
	font-size: 24px
}

.sectionBlk h2,
h1.title {
	color: #006;
	font-weight: 700
}

.contentBlock.evenPad {
	padding: 10px 20px 30px
}

h1.title {
	font-size: 23px;
	margin: 0 0 10px
}

.mm-width {
	max-width: 100%;
	width: 100%;
	height: 300px;
	margin-top: 33px
}

.sectionBlk h2 {
	font-size: 18px
}

h2.contentHead {
	margin-bottom: 22px
}

.btnWrapper {
	margin: 1.5em 0 0
}

.gutter-top {
	margin-top: 1em;
	display: inline-block
}

.gridListing h2,
.gridListing strong {
	color: #006;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px;
	display: block
}

.gridListing strong {
	/*min-height:55px*/
}

.gridListing.hoverable {
	height: 350px;
	position: relative
}

.imglist.gridListing.hoverable {
	height: 425px
}

.gridListing .normal {
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5000;
	transition: all .3s;
	text-align: center
}

.imglist.gridListing .normal {
	padding: 0 1em
}

.gridListing .normal a {
	display: inline-block;
	margin: 8px 0 0
}

.gridListing .hover {
	position: absolute;
	top: 200%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4000;
	padding: 1.5em;
	font-size: 14px;
	transition: all .3s
}

.gridListing .hover p {
	font-size: 14px;
	margin: 0 0 1em
}

.gridListing:hover .normal {
	top: -200%;
	transition: all .3s
}

.gridListing:hover .hover {
	top: 0;
	transition: all .3s
}

.gridListing .hover .inner-hover {
	top: 50%;
	left: 0;
	padding: 0 2em
}

.postAttributes,
.two-boxes-inner,
.two-boxes-outer {
	position: relative
}

.floatBox .gridtext.cta {
	padding: 3px 20px
}

.floatBox .gridtext.cta .anchoredtoBtn.orange {
	width: auto
}

.outer-grey {
	background: #F3F3F3
}

.outer.outer-grey {
	padding: 0;
	margin: 0
}

.inner-grey,
.two-boxes-inner {
	max-width: 1200px;
	margin: 0 auto
}

.hideBorder {
	border: 0 !important
}

.orange {
	background: #F28011;
	left: 0;
	width: 50%
}

.orange.anchoredtoBtn {
	height: auto
}

.grey {
	background: #F6F6F6;
	height: 271px;
	right: 0;
	width: 50%
}

.two-boxes-inner .box__colored {
	background: #f3f3f3
}

.two-boxes-inner .box__colored h5,
.two-boxes-inner .box__colored span {
	color: #333
}

.two-boxes-inner .box__colored--align {
	border-right: 1px solid #ccc;
	padding: 0 50px 0 0
}

.two-boxes-inner .box__grey .contentBlock {
	padding: 20px 20px 20px 60px
}

#form,
#form form,
#form ul {
	font-size: 0
}

#form h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: block;
	text-align: center;
	margin: 0 0 1.5em
}

#form input,
#form textarea {
	border: 1px solid #ccc;
	padding: 8px;
	border-radius: 5px;
	display: block;
	width: 100%;
	font-size: 16px
}

#form label {
	font-size: 14px;
	color: #fff;
	fot-size: 16px
}

#form label.form-sub-label {
	font-size: 12px
}

#form li.form-line {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1.5%;
	width: 100%
}

#form .phone-separate {
	width: 2%;
	display: inline-block
}

#form #input_31_area {
	width: 33%;
	display: inline-block
}

#form #input_31_phone {
	width: 63%;
	display: inline-block
}

#form #id_33 {
	width: 100%;
	display: block
}

#form #id_15 {
	width: 100%
}

#form #cid_15 {
	margin: 1em auto
}

#form .form-error-message {
	font-size: 13px;
	color: #006;
	margin: 5px 0;
	font-weight: 700
}

#form .form-button-error {
	text-align: Center;
	margin: 1em 0 0;
	font-size: 13px;
	color: #006;
	font-weight: 700
}

.centered,
.smallTags,
.t-center,
.team {
	text-align: center
}

ul.navs li .subMenu li a {
	font-size: 13px
}

#header .headwrap.sticky ul.social li,
ul.social li {
	border-radius: 100%;
	height: 25px;
	width: 25px;
	line-height: 27px;
	overflow: hidden;
	margin: 0 2px
}

#header .headwrap.sticky ul.social li a:after,
#header .headwrap.sticky ul.social li a:before,
ul.social li a:after,
ul.social li a:before {
	font-size: 18px !important
}

#header .headwrap.sticky ul.social li:hover a,
ul.social li:hover a {
	top: -42px
}

.smallTags {
	max-width: 56%;
	font-size: 24px
}

.centered {
	margin: 0 auto;
	display: block
}

.mobileOnly,
.scrollCont .leftSidebar {
	display: none
}

.footerLogo {
	float: left;
	margin: 0 1em 0 0
}

.rates {
	float: right;
	margin-top: 13px
}

.rates img {
	width: 115px;
	vertical-align: middle
}

table .blueBG td,
table .blueBG th {
	background: #030265 !important;
	color: #fff !important
}

.inline-modal div.headshot,
.team div {
	background-size: cover;
	background-position: center
}

.inline-modal h2,
.team h2 {
	color: #030265;
	font-weight: 700
}

table.compareTable tr td:first-child {
	font-weight: 700
}

#embedMap {
	width: 100%
}

.mapBlock,
.offer-listing.alt {
	margin-top: 0
}

.mapBlock {
	margin: 0 0 1em
}

.blockClm3>li {
	float: none;
	clear: both;
	width: 100%;
	margin: 0 0 2em
}

.postBlock.alt,
.team {
	display: inline-block
}

.scrollCont .rightMainsection {
	width: 100%;
	float: none;
	clear: both
}

.team {
	width: 20%;
	margin: 2%
}

.team div {
	display: block;
	max-width: 200px;
	max-height: 250px;
	height: 500px;
	padding: 0;
	margin: 0 auto
}

.team h2 {
	margin-top: 8px
}

.inline-modal {
	max-width: 50%
}

.inline-modal h2 {
	font-size: 18px;
	margin: 0 0 5px
}

.inline-modal h3 {
	color: #666;
	font-size: 15px;
	margin: 0 0 1em;
	font-style: italic
}

.inline-modal div.headshot {
	width: 175px;
	padding-bottom: 25%;
	background-repeat: no-repeat;
	float: left;
	margin: 0 2em 2em 0
}

.contentBlock--services .two-btn a {
	float: left !important
}

.pushSidebar {
	margin-top: 26px
}

.featuredImg {
	float: left;
	width: 33%;
	margin: 1em !important
}

.featuredImg br {
	display: none
}

.featuredImg img {
	width: 100%;
	height: auto
}

.postBlock .contentBlock {
	padding: 10px
}

.postBlock .contentBlock ul {
	padding: inherit;
	list-style: inherit;
}

.postTitle {
	font-size: 20px !important;
	max-width: 80%
}

.postAttributes a.views {
	display: none !important
}

.date-info {
	position: absolute;
	top: 0;
	right: 0
}

.postDate::after {
	display: none
}

.postBlock.alt {
	width: 49%;
	float: left;
	margin: 0 0 2%;
	border: 1px solid #ccc;
	min-height: 650px
}

.overlay-item .cont,
.overlay-item .ics {
	display: inline-block;
	border-radius: 5px
}

.postBlock.alt:nth-child(even) {
	float: right
}

.postBlock.alt .contentBlock.blogPost p {
	margin: 0 0 1.5em
}

.postBlock.alt.featured {
	width: 100%;
	clear: both;
	float: none
}

.postBlock.alt.featured .featuredImg {
	width: 100%;
	clear: both;
	float: none;
	margin: 0 !important
}

.postBlock.alt.featured .contentBlock.blogPost {
	padding: 2em
}

.overlay-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: rgba(0, 0, 66, .5)
}

.overlay-item .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0
}

.overlay-item .ics {
	color: #FEC58A
}

.overlay-item h2 {
	color: #fff;
	font-size: 55px;
	text-transform: uppercase;
	font-weight: 700;
	LINE-HEIGHT: 1EM
}

.overlay-item h3 {
	color: #FEC58A;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase
}

.button.primary,
.overlay-item .button.primary {
	display: inline-block;
	background: #030365;
	color: #fff;
	padding: 10px 1em;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px
}

.overlay-item .cont {
	background: 0 0;
	box-sizing: border-box;
	padding: 5% 0
}

.overlay-item .b-right {
	float: left;
	margin-left: 10em
}

.overlay-item .o-hidden .left {
	float: left
}

.overlay-item .o-hidden .right {
	float: right;
	margin-left: 2em
}

.overlay-item .o-hidden .right .button {
	margin-top: 3em
}

#header .new_tagLine::after,
#header .new_tagLine::before {
	display: none
}

#header .headwrap.sticky .new_tagline,
#header .new_tagLine {
	float: left;
	background: #fff !important;
	color: #006 !important;
	font-size: 14px !important;
	font-weight: 500;
	text-align: center
}

#header .headwrap.sticky .logoLeft,
#header .logoLeft {
	width: 20%;
	float: left;
	padding-right: 2%;
	border-right: 1px solid #ccc
}

#header .headwrap.sticky .logoLeft img,
#header .logoLeft img {
	width: 100%
}

#header .headwrap.sticky .right-colm,
#header .right-colm {
	width: 80%;
	padding: 4px 0 0 30px
}

#header .headwrap.sticky .right-colm .grid_5,
#header .right-colm .grid_5 {
	text-align: right;
	padding-top: 10px
}

#header .headwrap.sticky .top,
#header .top {
	text-align: right;
	vertical-align: bottom;
	overflow: visible
}

#header>.headwrap>.fix-container {
	padding: 1em 0;
	position: relative
}

#header .headwrap.sticky .socialLinks,
#header .socialLinks {
	float: none;
	clear: both
}

#header .contact,
#header .headwrap.sticky .contact {
	font-size: 14px;
	float: right;
	height: auto;
	margin-left: 4px;
	vertical-align: top;
	margin-top: 0;
	padding: 4px 8px 3px
}

#header .contact a,
#header .headwrap.sticky .contact a {
	font-size: 14px;
	vertical-align: top;
	line-height: 16px
}

#header .contact img,
#header .headwrap.sticky .contact img {
	float: none;
	clear: both;
	width: 25px;
	padding: 2px 0 0;
	vertical-align: top;
	margin: 0 5px 0 0
}

#header .contact .left,
#header .headwrap.sticky .contact .left {
	margin-left: .15em;
	float: left;
	font-size: 11px;
	vertical-align: top
}

#header .contact .right,
#header .headwrap.sticky .contact .right {
	float: right;
	font-size: 14px;
	vertical-align: top;
	margin-right: .15em
}

#header .headwrap.sticky .socialLinks,
#header .socialLinks {
	display: inline-block;
	padding-top: 7px;
	padding-right: 1em
}

#header .loginSec,
#header .stick .loginSec {
	float: none;
	clear: both
}

#header .right-colm .grid_5 .userClm>a {
	padding: 9px 20px 10px;
	height: auto
}

#header .right-colm .grid_5 .whitepaper {
	transition: all .5s;
	background: #006;
	color: #fff;
	vertical-align: top;
	margin-right: 4px;
	text-transform: uppercase;
	display: none
}

#header .right-colm .grid_5 .whitepaper>a {
	height: auto;
	padding: 10px 5px;
	color: #fff;
	display: block
}

#header .right-colm .grid_5 .whitepaper:hover {
	transition: all .5s;
	background: #39c
}

.hero {
	padding-bottom: 15.64%;
	background-position: center;
	background-size: cover;
	position: relative
}

.hero .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center
}

.hero .caption h2,
.caption h1 {
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1)
}

.w-padding {
	padding: 20px
}

.w-pad-lr {
	padding: 0 20px
}

.w-pad-tb {
	padding: 20px 0
}

.outer-grey .borderBlock.backBg.cloudComputing {
	background-size: auto 100%
}

.cloudComputing {
	position: relative
}

.outer-white {
	background: #fff
}

.divider {
	height: 1px;
	width: 100%;
	background: #ccc;
	margin: 1.5em auto
}

.services-listing {
	font-size: 0
}

.services-listing .imglist,
.services-listing li {
	width: 25%;
	display: inline-block;
	float: none;
	clear: both;
	text-align: center;
	background: 0 0;
	overflow: hidden;
	vertical-align: top;
	padding: 16px
}

.services-listing .gridListing,
.services-listing .listContent {
	background: #eee;
	vertical-align: top;
	margin: 0;
	padding: 16px
}

.contactNo,
.dblue {
	background: #006
}

.services-listing .gridImg {
	float: none;
	clear: both;
	margin: 0 0 10px
}

.services-listing .gridImg img {
	height: 100px;
	width: auto
}

.services-listing .gridtext {
	font-size: 17px;
	padding: 0
}

.services-listing .gridtext p {
	margin: 5px 0 1em;
	font-size: 14px
}

.services-listing li.center {
	width: 100%
}

.services-listing li.center .gridListing {
	width: 25%;
	margin: auto
}

.services-listing.alt .gridtext p,
.services-listing.alt .listContent p {
	margin: 1em 0;
	font-size: 15px;
	font-weight: 400;
	min-height: 253px
}

.services-listing.alt li {
	width: 25%;
	padding: 5px
}

.services-listing .imglist {
	/*width:31%;border:0;margin:.5%*/
}

.services-listing.alt .listContent {
	height: 461px
}

.services-listing.alt.tiny .listContent {
	height: 150px;
}

.services-listing.alt .listContent p {
	min-height: 0
}

.services-listing.alt .listImg {
	margin: 0 auto 10px
}

.services-listing.alt.tall .imglist:nth-child(1n) .listContent,
.services-listing.alt.tall .imglist:nth-child(2n) .listContent,
.services-listing.alt.tall .imglist:nth-child(3n) .listContent {
	height: 590px
}

.services-listing.alt.tall .imglist:nth-child(4n) .listContent,
.services-listing.alt.tall .imglist:nth-child(5n) .listContent,
.services-listing.alt.tall .imglist:nth-child(6n) .listContent {
	height: 460px
}

.contactNo {
	font-size: 13px !important;
	color: #fff;
	display: inline-block;
	padding: 3px 6px 2px;
	line-height: 20px !important
}

.contactNo a {
	color: #fff !important;
	float: left
}

.contactNo a img {
	margin: 5px 5px 0 0
}

.contactNo a.phone {
	float: right
}

.contactNo a span {
	display: block;
	margin-top: -5px
}

.contactSec {
	display: none
}

ul.navs li a i {
	padding: 0
}

.contactNav {
	background: #FD980F
}

.contactNav a {
	padding-left: 20px !important;
	padding-right: 20px !important
}

.contactNav i {
	margin: 0 5px 0 0
}

.contactNav:hover {
	background: #333
}

.table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 2em
}

.table tr:first-child td {
	background: #006;
	color: #fff
}

.table td {
	border: 1px solid #ccc;
	padding: 5px
}

ol.list {
	list-style-type: decimal;
	margin: 0 0 1em 1em;
	padding: 0
}

ol.list,
ul.list {
	padding-left: 16px
}

.gridItem {
	width: 18%;
	margin: 0 1%;
	display: inline-block;
	text-align: center
}

.gridItem.first {
	margin-left: 0
}

.gridItem.last {
	margin-right: 0
}

.gridItem .max-img {
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5)
}

.gridItem:hover .max-img {
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .5);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .5)
}

.gridItem h2 {
	color: #006;
	font-size: 16px;
	margin: 1em 0;
	font-weight: 700
}

.whitePage p {
	margin: 0 0 1em
}

.whitePage p:last-child {
	margin: 0
}

.floatBox .listingPoints p {
	min-height: 67px
}

#itmanagement .services-listing li {
	width: 20%
}

#itmanagement .services-listing .gridtext .title {
	min-height: 72px;
	display: block
}

#itmanagement .services-listing .gridtext p {
	min-height: 38px;
	display: block
}

.userClm>a,
ul.navs li a {
	font-size: 13px
}

.pipe.m-o {
	display: none
}

iframe.alignleft {
	max-width: 100%
}

@media only screen and (max-width:1200px) {

	#footer .right_panel,
	.footerLogo,
	.rates {
		text-align: center;
		float: none;
		clear: both
	}

	.body {
		max-width: 95%;
		margin: 0 auto
	}

	#header .headwrap.sticky .logoLeft,
	#header .logoLeft {
		padding-left: 10px
	}

	.footerLogo,
	.rates {
		display: block;
		margin: 0 auto 1em !important
	}

	.footerLogo,
	.rates img {
		display: block;
		margin: 0 auto 1em
	}

	#footer .right_panel {
		width: 100%
	}

	#footer .copyright,
	#footer .copyright ul li {
		text-align: center;
		float: none;
		clear: both;
		margin: 0 auto
	}

	.right_panel ul.navListing {
		display: inline-block;
		margin: 0 auto;
		width: auto
	}

	.sectionBlk,
	.sectionBlk.gray {
		padding: 20px 0
	}

	#header .right-colm .grid_5 .userClm>a {
		padding: 9px 10px 10px
	}
}

@media only screen and (max-width:1165px) {
	ul.navs li a {
		padding: 14px 25px 13px 5px
	}
}

@media only screen and (max-width:1140px) {
	ul.navs li a {
		font-size: 12px;
		padding: 14px 20px 13px 5px
	}

	#header .socialLinks {
		display: block
	}
}

@media only screen and (max-width:1085px) {
	ul.navs li a {
		font-size: 11px
	}

	#header .headwrap.sticky .right-colm .grid_5,
	#header .headwrap.sticky .socialLinks,
	#header .right-colm .grid_5,
	#header .socialLinks {
		padding: 0
	}

	#header .socialLinks .social {
		float: none !important;
		clear: both !important;
		display: inline-block
	}

	#header .right-colm {
		padding-top: 0
	}

	#header .right-colm .grid_4 {
		text-align: left !important;
		width: 41%
	}

	#header .right-colm .grid_4 .new_tagLine {
		padding: 0;
		margin: 0
	}

	#header .right-colm .grid_4 br {
		display: none
	}
}

@media only screen and (max-width:1050px) {
	ul.navs li a {
		padding: 14px 25px 13px 5px !important;
		font-size: 10px
	}
}

@media only screen and (max-width:990px) {

	.contactSec,
	.mobileOnly {
		display: inline-block
	}

	.gridListing.hoverable,
	.imglist.gridListing.hoverable,
	.services-listing.alt .listContent,
	.services-listing.alt.tall .imglist:nth-child(n) .listContent,
	form table td {
		height: auto
	}

	#wrapper .body {
		padding: 0 !important
	}

	#header>.headwrap>.fix-container {
		padding: 5px 0
	}

	header#header .headwrap.sticky .socialLinks,
	header#header .socialLinks {
		display: none !important
	}

	#header .headwrap.sticky .logoLeft,
	#header .logoLeft,
	#header .right-colm,
	#header .right-colm .grid_4,
	#header .right-colm .grid_4 .new_tagLine,
	#header .right-colm .grid_5 {
		float: none;
		clear: both;
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 5px
	}

	header#header .headwrap .logo img {
		margin: 0 !important;
		padding: 0 !important
	}

	#header .navTab {
		left: 5px;
		top: 0
	}

	#header .contactNo {
		display: block;
		font-size: 18px !important;
		overflow: hidden;
		text-align: Center;
		vertical-align: middle;
		padding: 5px
	}

	#header .contactNo a {
		float: none;
		clear: both;
		width: auto;
		display: inline-block;
		vertical-align: middle
	}

	#header .contactNo a img {
		display: none
	}

	#header .contactNo span {
		display: inline-block;
		vertical-align: middle
	}

	.new-header .userAccount {
		top: -151px !important;
		right: 5px
	}

	#header .headwrap.sticky .userAccount {
		top: -51px !important
	}

	.navTab i {
		font-size: 40px !important
	}

	.subMenu.mega {
		max-width: 93%
	}

	.subMenu ul.w-half,
	.subMenu ul.w-third {
		width: 100% !important;
		display: block !important;
		clear: both !important;
		float: none !important
	}

	.services-listing .imglist,
	.services-listing li,
	.services-listing li.center .gridListing,
	.services-listing.alt li,
	.w-half {
		width: 100%
	}

	.subMenu ul.w-half,
	.subMenu ul.w-half.border-l,
	.subMenu ul.w-half.border-r,
	.subMenu ul.w-third.middle {
		border: 0 !important
	}

	.m-o,
	.pipe.m-o {
		display: inline-block
	}

	.whitepaper,
	form table td br:first-child {
		display: none
	}

	.services-listing.alt .gridtext p,
	.services-listing.alt .listContent p {
		min-height: 0;
		height: auto
	}

	.two-col .left,
	.two-col .right {
		width: 100%;
		float: none;
		clear: both
	}

	.m-lower {
		margin-bottom: 1em
	}

	.hero .caption {
		width: 90%;
		margin: 0 auto
	}

	#form {
		padding: 0
	}

	#form #id_19,
	#form #id_25,
	#form #id_31,
	#form #id_32 {
		width: 100%;
		margin: 0 0 1em
	}

	.managedSecure .contentBlock {
		padding: 0 !important
	}

	#form .phone-separate {
		width: 2%;
		margin-right: 2%;
		display: inline-block
	}

	#form #input_31_area {
		width: 31%;
		display: inline-block
	}

	#form #input_31_phone {
		width: 61%;
		display: inline-block
	}

	#itmanagement .services-listing li,
	.gridItem,
	.w-content,
	.w-sidebar {
		width: 100%
	}

	.lorange-btn,
	.two-btn .button {
		display: block
	}

	.sectionBlk.sm2 .contentBlock {
		margin: 0 0 1em
	}

	.outer {
		margin-top: 1.5em
	}

	.left,
	.right {
		float: none;
		clear: both
	}

	.lorange-btn {
		font-size: 13px;
		padding: 5px 10px
	}

	.gridListing .hover,
	.gridListing .hover .inner-hover,
	.gridListing .normal {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		transform: translateY(0);
		padding: 0;
		margin: 1em 0 0
	}

	.gridListing .normal .gridtext,
	.gridListing .normal strong {
		display: none
	}

	.orange-btn {
		display: block
	}

	.two-boxes-inner .box__colored--align {
		border: 0;
		padding: 0
	}

	.gridItem {
		margin: 0
	}

	#header .right-colm .grid_5 .whitepaper {
		display: none;
		text-align: center;
		margin: 0 0 5px
	}

	#header .right-colm .grid_5 .whitepaper span {
		display: block
	}

	.alignleft,
	.alignright {
		float: none !important;
		clear: both !important;
		margin: 0 auto 1em
	}

	h2.contentHead {
		margin: 0 0 1em
	}

	.contentHead>span {
		padding: 0 !important
	}

	.hero .caption h2 {
		font-size: 17px
	}

	.button {
		font-size: 13px
	}

	#itmanagement .services-listing .gridtext .title,
	#itmanagement .services-listing .gridtext p {
		min-height: 0;
		display: block
	}
}

@media only screen and (max-width:768px) {
	.owl-item .textsection .grid_2 {
		padding: 6px 0;
	}

	.team,
	.team div {
		width: 100%
	}

	.navTab {
		left: 0
	}

	.team div {
		max-width: 165px;
		padding-bottom: 55%
	}

	.inline-modal div.headshot {
		width: 165px;
		padding-bottom: 55%;
		float: none;
		clear: both;
		background-position: center;
		margin: 0 auto 1em
	}

	.inline-modal {
		max-width: 90%
	}

	#supportIn .clm2 li,
	.clm4 li {
		width: 100%
	}

	.sectionBlk,
	.sectionBlk.gray {
		padding: 1em 0
	}

	.hero .caption h2 {
		font-size: 17px
	}

	.hero {
		padding-bottom: 21%
	}
}

@media only screen and (max-width:644px) {
	.new-header .userAccount {
		top: -168px !important;
		right: 5px
	}
}

@media only screen and (max-width:550px) {
	.hero {
		padding-bottom: 35%
	}
}

@media only screen and (max-width:480px) {
	.new-header .userAccount {
		top: -160px !important;
		right: 5px
	}
}

@media only screen and (max-width:354px) {
	.new-header .userAccount {
		top: -179px !important
	}

	.hero {
		padding-bottom: 45%
	}
}

.faqList .answer {
	display: none;
	font-size: 15px;
	margin-top: 10px;
}

.faqList .answer p {
	font-size: 15px;
	line-height: 20px;
	padding: 0;
}

.faqList .question {
	cursor: pointer;
}

.faqList .active .question {
	color: #000066;
}

strong.blue {
	color: #3399CC;
}

h2.blue {
	color: #3399CC;
	text-align: center;
	display: block;
	font-size: 2em;
}

.gtestimonials .author,
#owl-demo .author {
	font-weight: bold;
	margin-top: 1em;
}

.gtestimonials .rating,
#owl-demo .rating {
	color: gold;
}

#owl-demo a .text,
.gtestimonials a .text {
	color: #000;
	line-height: 1.5em;
	padding: 0 2em;
	margin: 0 0 1em 0;
}

#owl-demo .author {
	color: #000066;
}

.gtestimonials a .text {
	padding: 0;
	margin: 0;
}

.gtestimonials .item {
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 0;
	border-bottom: 1px solid #ccc;
}

.overlay {
	background: rgba(0, 0, 0, .30);
}

.siteForm .phone,
.siteForm input[type=email],
.siteForm input[type=file],
.siteForm input[type=password],
.siteForm input[type=text],
.siteForm select,
.siteForm textarea,
.siteForm input[type=tel] {
	border: 1px solid #2576c2;
}

#proposal_request label.form-sub-label {
	font-weight: normal;
	font-size: 12px;
}

.darkblue {
	color: #000066;
}

#cta-button {
	font-size: 1.25rem;
	margin-bottom: 0;
}

a.transparent.white {
	border-radius: 25px;
	padding: 10px 25px;
	border: 2px solid;
	color: #fff;
	background: transparent;
}

a.transparent.white:hover {
	background: #39c;
	border: 2px solid #39c;
}

.bluelink {
	color: rgb(0, 0, 238);
}

.botm-bar {
	text-align: center;
}

.t-right {
	text-align: right;
}

.gridListing.alt-grid .normal {
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	transform: translate(0, 0);
	position: relative;
	text-align: left;
}

.gridListing.alt-grid .gridImg {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
}

.gridListing.alt-grid .gridImg img {
	display: block;
	width: 100%;
	height: auto;
}

.gridListing.alt-grid h2 {
	display: inline-block;
	vertical-align: middle;
	width: 73%;
	padding-left: 1%;
}

.gridListing.alt-grid .button .icon {
	margin-left: 5px;
}

.gridListing.alt-grid p {
	clear: both;
}

.footerLogo {
	display: block;
	float: none;
	margin: auto;
}

.rates {
	display: block;
	float: none;
}

#footer .right_panel {
	float: none;
	margin: auto;
	margin-top: 13px;
}

.anchoredtoBtn.blue {
	border-radius: 25px;
	padding: 10px 25px;
}

.anchoredtoBtn.blue.block.square {
	border-radius: 0;
	width: 100%;
}

.anchoredtoBtn.blue.alt {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.right_panel ul.navListing,
.copyright ul {
	display: inline-block;
}

.services-listing.fiveby li {
	width: 20%;
}

.fix-container {
	width: 95%;
	margin: auto;
	max-width: 1800px;
}

#header {
	box-shadow: 0 1px 3px #d8d8d8;
	z-index: 10000;
}

#header>.headwrap>.fix-container {
	padding: 0;
}

#header .headwrap.sticky .logoLeft,
#header .logoLeft {
	width: auto;
	border-right: 0;
	padding-right: 1em;
}

#header .headwrap.sticky .right-colm,
#header .right-colm {
	width: auto;
}

#header .loginSec,
#header .stick .loginSec {
	float: right;
	clear: none;
}

#header .headwrap.sticky .logoLeft img,
#header .logoLeft img {
	max-width: 158px;
	padding: 5px 0;
}

#header .right-colm .grid_5 .userClm>a,
#header .right-colm .grid_5 .loginSec.blogD a {
	background: #efefef;
	color: #333;
	padding: 15px 20px;
	height: 54px;
}

#header .right-colm .grid_5 .userClm>a:hover,
#header .right-colm .grid_5 .loginSec.blogD a:hover {
	background: #39c;
	color: #fff;
}

#header .headwrap.sticky ul.social li,
ul.social li {
	height: 54px;
	border-radius: 0;
	margin: 0;
}

ul.social li a {
	top: 15px;
}

#header .headwrap.sticky ul.social li:hover a,
ul.social li:hover a {
	top: -57px;
}

.contactNo {
	padding: 8px 10px 8px;
	float: right;
	height: 54px;
}

.contactNo .call-icon {
	display: none !important;
}

.contactNo a.phone {
	font-weight: 600;
}

.userClm .ion-android-lock {
	font-size: 24px;
	padding-top: 2px;
}

.navWrapper {
	width: auto;
}

.wide {
	width: 66%;
	padding-right: 2em;
}

.thirds {
	width: 33%;
}

.mobilev-only {
	display: none;
}

.subMenu ul,
ul.navs li:hover a {
	background: #006;
}

.listing {
	list-style: initial;
	margin: 0 0 1em 1em;
}

.listing ul {
	list-style: circle;
}

.listing li {
	font-size: 15px;
}

.services-listing.alt.tiny .imglist {
	width: 33%;
}

#homepage-slider .item {
	width: 100%;
}

#homepage-slider .owl-buttons div {
	background: url('../images/arrow_btns_white.png');
}

#homepage-slider .owl-buttons div.owl-next {
	right: 0;
	cursor: pointer;
	top: 50%;
	background-position: -39px 0;
}

@media screen and (min-width: 842px) {

	.menu_wrapper ul.navs li a,
	.menu_wrapper .dropDown {
		color: #006;
	}

	.userClm>a:hover,
	ul.navs li a:hover,
	.dropDown:hover {
		color: #fff !important;
	}
}

#homepage-slider {
	background-size: cover;
	background-position: top;
}

/*#homepage-slider::before {content:'';position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(51, 153, 204, .6);}*/
#homepage-slider.owl-carousel .owl-wrapper-outer {
	height: 100%;
}

#homepage-slider.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.owl-carousel .item {
	height: inherit;
}

#homepage-slider.owl-carousel .item-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#homepage-slider.owl-carousel .item h4.item-title,
span.typed {
	font-size: 2.25rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: .5em;
	text-shadow: 1px 1px 5px #484848;
}

.typed-cursor {
	font-size: 2.5rem;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.one-half {
	width: 50%;
}

.one-third {
	width: 33%;
}

.two-thirds {
	width: 66%;
}

.one-fourth {
	width: 25%;
}

.t-left {
	text-align: left;
}

.v-mid {
	vertical-align: middle;
}

.v-top {
	vertical-align: top;
}

.large {
	font-size: 1.4rem;
}

.display {
	font-size: 2.45rem;
	font-weight: 600;
	margin-bottom: .5em;
}

.italic {
	font-style: italic;
}

.highlight {
	color: #39c;
}

.gray {
	color: #666;
}

.section-title {
	font-size: 2.5rem;
	line-height: 1.2em;
}

.spacer {
	margin-top: 2em;
}

.desktopbig-only {
	display: none;
}

.w-pad-tb {
	padding-top: 2em;
	padding-bottom: 2em;
}

.w-pad-top {
	padding-top: 2em;
}

.w-pad-bottom {
	padding-bottom: 2em;
}

.w-margin-bottom {
	margin-bottom: 2em;
}

.box-shadow {
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #dcdcdc;
	padding: 25px;
}

.cta {
	padding-top: 6em;
	padding-bottom: 6em;
	background-attachment: fixed;
}

.cta.bgblueflat {
	padding-top: 1em;
	padding-bottom: 1em;
}

.cta.bgblueflat .table {
	margin-bottom: 0;
}

.cta.bgblueflat .cta-title {
	margin: 0;
}

.cta-title {
	font-size: 2rem;
	margin-bottom: 1em;
}

.cta-text {}

.cta-text p {
	color: #cfcfcf;
	margin-bottom: 2em;
}

.cta-text a.anchoredtoBtn {
	background: transparent;
	border: 1px solid #cfcfcf;
}

.cta-text a.anchoredtoBtn:hover {
	background: #39c;
	border: 1px solid #39c;
}

.bgimage {
	background-size: cover;
}

.ani {}

.flip-container {
	padding: 1em;
	perspective: 1000;
	display: block;
}

.flip-container:hover {
	background: #130a68;
	cursor: pointer;
}

.flip-container:hover .card .card-title {
	color: #fff;
}

.flip-container a.blue {
	border: 2px solid;
	color: #fff;
}

.flip-container:hover a.blue {
	background: transparent;
}

.flip-container:hover a.blue:hover {
	background: #39c;
	border: 2px solid #39c;
}

.flip-container:hover .back {
	transform: rotateY(180deg);
}

.flip-container:hover .front {
	transform: rotateY(0deg);
}

.flip-container,
.front,
.back {
	width: 100%;
	text-align: center;
}

.card {
	transform-style: preserve-3d;
	position: relative;
}

.card .card-title {
	margin-bottom: .5em;
	font-size: 1.5rem;
	font-weight: 600;
}

.card .img {
	height: 90px;
	width: 90px;
	overflow: hidden;
	margin: auto;
}

.card .img img {
	max-width: 100%;
	height: auto;
}

.flip-container:hover .card .img img {
	position: relative;
	top: -90px;
}

.flip-container.invert .card .img img {
	position: relative;
	top: -90px;
}

.flip-container.invert:hover .card .img img {
	top: 0;
}

.front,
.back {
	position: absolute;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

.front {
	z-index: 1;
	transform: rotateY(-180deg);
	color: #fff;
}

.back {
	z-index: 2;
	transform: rotateY(0deg);
}

.rel {
	positon: relative;
}

.float {
	display: inline-block;
}

.white {
	color: #fff;
}

.bgblue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c348d+1,000066+100 */
	background: rgb(60, 52, 141);
	/* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgb(49, 35, 191) 1%, rgba(0, 0, 102, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgb(49, 35, 191) 1%, rgba(0, 0, 102, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgb(49, 35, 191) 1%, rgba(0, 0, 102, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c348d', endColorstr='#000066', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.bgblueflat {
	background: #000066;
}

.borderBlock {
	border: 1px solid #e6e6e6;
}

.showwaitmessage .wraplayer {
	display: none;
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.typed-cursor {}

.clients .client:not(.more) {
	background: #fff;
	margin-bottom: 1%;
}

.clients .client:not(.more):hover {
	background: #130a68;
}

.clients .client img {
	max-width: 50%;
}

.clients .client img,
.clients .client a {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.clients .client:hover img {
	filter: brightness(0) invert(1);
}

/*.services .one-fourth:hover {padding-right:1em;}*/

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.tabs li {
	display: inline-block;
	font-size: 1.45rem;
}

ul.tabs li a {
	display: inline-block;
	background: #ededed;
	color: #222;
	padding: 15px 25px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ededed;
	position: relative;
	top: 2px;
	z-index: 9;
}

ul.tabs li a.current,
ul.tabs li a:hover {
	background: none;
	border-bottom: 2px solid #fff;
}

.tab-content {
	display: none;
	border-top: 1px solid #ccc;
	-webkit-animation: fadein 3s;
	-moz-animation: fadein 3s;
	-ms-animation: fadein 3s;
	-o-animation: fadein 3s;
	animation: fadein 3s;
}

.tab-content.current {
	display: inherit;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-ms-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.testimonials .owl-pagination {
	background: transparent;
}

.tab-title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: .5em;
}

.services-listing .gridListing.w-quarters {
	margin-bottom: 1em;
}

.flex-container {
	box-sizing: border-box;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	flex: 0 1 auto;
}

.flex-container>li {
	background: #fff;
	width: 49%;
	padding: 1em;
	margin-bottom: 20px;
}

.flex-container>li:nth-of-type(1n) {
	margin-right: 1%;
	margin-left: 0;
}

.flex-container>li:nth-of-type(2n) {
	margin-right: 0;
	margin-left: 1%;
}

.flex-container h2 {
	color: #006;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px;
}

.flex-container>li:last-child {
	background: #f68110;
}

.flex-container>li h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.flex-container>li h4 {
	font-size: 31px;
	color: #fff;
	font-weight: 700;
}

.sectionBlk h3 {
	color: #3689d7;
}

.dl-cta-left {
	float: left;
	width: 80%;
}

.rightMainsection .dl-cta {
	background: #f68110;
	color: #fff;
	padding: 2em;
	float: right;
	width: 20%;
	text-align: center;
}

.rightMainsection .dl-cta p {
	color: #fff;
}

.rightMainsection .dl-cta a {
	display: block;
	text-algin: center;
}

.clear {
	clear: both;
}

@media screen and (max-width:1440px) {
	.new-header .userAccount {
		position: absolute !important;
		right: 10px !important;
		top: 10px !important;
	}

	.new-header .contactNo {
		height: auto;
	}

	.userClm .ion-android-lock {
		font-size: 18px;
	}

	.userClm>a {
		color: #fff !important;
	}

	#header .headwrap.sticky .right-colm,
	#header .right-colm {
		display: none;
	}

	.userClm.loginSec,
	.contactSec,
	.mobileOnly {
		display: inline-block !important;
	}

	body .userAccount .userClm>a {
		padding: 9px 10px !important;
	}

	body .userAcctxt {
		display: none !important;
	}

	.userAccount .userClm>a {
		height: 37px;
		width: 35px;
		line-height: 15px;
	}
}

@media screen and (max-width:1200px) {
	.dl-cta-left {
		width: 75%;
	}

	.rightMainsection .dl-cta {
		width: 25%;
	}
}

@media screen and (max-width:842px) {

	.table,
	.table-cell {
		display: block;
	}

	.m-full:nth-of-type(1n+1) {
		width: 100%;
	}

	.cta {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.cta-title {
		font-size: 1.75rem;
	}

	.cta-text {}

	.cta-text p {}

	#homepage-slider.owl-carousel .item h4.item-title,
	span.typed {
		font-size: 1.25rem;
	}

	.typed-cursor {
		font-size: 1.5rem;
	}

	.cta.bgblueflat {
		padding-top: 1em;
		padding-top: 1em;
	}

	#homepage-slider.owl-carousel {}

	.m-left {
		text-align: left;
	}

	.m-center {
		text-align: center;
	}

	ul.tabs li a {
		display: block;
	}

	.tab-title {
		margin-bottom: 2em;
	}

	.navWrapper {
		z-index: 999;
	}

	.right-colm {
		position: absolute;
		width: 100% !important;
		z-index: 99;
	}

	.subMenu.mega {
		max-width: 100%;
	}

	.owl-controls {
		display: none !important;
	}

	.wide,
	.thirds {
		width: 100%;
		display: block;
		padding: 0;
	}

	.dl-cta-left,
	.rightMainsection .dl-cta {
		width: 100%;
		display: block;
		clear: both;
	}
}

@media screen and (min-width:480px) and (max-width:842px) {
	.clients .client {
		width: 49%;
		float: left;
		clear: none;
	}

	.clients .client:nth-of-type(2n+1) {
		clear: left;
	}

	.clients .client:nth-of-type(2n+2) {
		clear: right;
	}
}

@media screen and (max-width:479px) {
	.clients .client {
		width: 100%;
		margin-bottom: 1em;
		float: none;
	}
}

@media screen and (min-width: 1201px) and (max-width:1366px) {
	#header {}

	#header .logoLeft {}

	.contactNo {
		margin-top: 3px;
	}

	.userClm>a,
	ul.navs li a {
		font-size: 12px;
	}

	.userAcctxt {
		display: none;
	}
}

@media screen and (min-width:1600px) {
	.desktopbig-only {
		display: block;
	}
}

@media screen and (min-width:842px) {
	.navWrapper {
		background: transparent;
	}

	ul.navs li {
		border: 0;
		border-left: none;
	}

	ul.navs li .subMenu {
		top: 55px !important;
	}

	ul.navs li a {
		text-transform: none;
		padding: 18px 22px 18px 10px;
		font-weight: 300;
	}

	ul.navs li::before {
		display: none;
	}

	div.body {
		padding-top: 90px;
	}

	.userClm>a,
	ul.navs li a,
	.dropDown {
		color: #000;
	}

	.dropDown {
		top: 16px;
	}

	.subMenu ul {
		background: transparent;
	}

	ul.navs li:hover a,
	ul.navs li:hover .dropDown {
		color: #fff;
	}

	#header .headwrap.sticky .right-colm,
	#header .right-colm {
		padding: 0;
	}

	#header .headwrap.sticky .right-colm .grid_5,
	#header .right-colm .grid_5 {
		padding-top: 0;
	}

	div.body {
		padding-top: 40px;
	}

	#homepage-slider {
		background-attachment: fixed;
	}

	#homepage-slider.owl-carousel .item-content {
		max-width: 60%;
		margin: 0 auto;
	}

	.cta-title {
		font-size: 2.25rem;
		max-width: 60%;
		margin-left: auto;
		margin-right: auto;
	}

	.cta-text {}

	.cta-text p {
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	.testimonials .owl-carousel .item {
		max-width: 70%;
		margin: auto;
	}

	.clients .client {
		width: 19%;
		height: 7em;
	}

	.clients .client:nth-of-type(5n+1) {
		margin-left: 0;
		margin-right: .5%;
	}

	.clients .client:nth-of-type(5n+2) {
		margin-left: .5%;
		margin-right: .5%;
	}

	.clients .client:nth-of-type(5n+3) {
		margin-left: .5%;
		margin-right: .5%;
	}

	.clients .client:nth-of-type(5n+4) {
		margin-left: .5%;
		margin-right: .5%;
	}

	.clients .client:nth-of-type(5n+5) {
		margin-left: .5%;
		margin-right: 0;
	}

	.services-listing .gridListing.w-quarters:nth-of-type(4n+1) {
		width: 23.5%;
		margin-left: 0;
		margin-right: 1%;
		clear: left;
	}

	.services-listing .gridListing.w-quarters:nth-of-type(4n+2) {
		width: 23.5%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.services-listing .gridListing.w-quarters:nth-of-type(4n+3) {
		width: 23.5%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.services-listing .gridListing.w-quarters:nth-of-type(4n+4) {
		width: 23.5%;
		margin-left: 1%;
		margin-right: 0;
		clear: right;
	}
}

@media screen and (min-width:991px) and (max-width:1440px) {

	#header .headwrap.sticky .logoLeft img,
	#header .logoLeft img {
		max-width: 100px;
		margin-top: 10px;
	}

	#header .right-colm .grid_5 .userClm>a,
	#header .right-colm .grid_5 .loginSec.blogD a,
	.contactNo {
		height: auto;
		padding: 5px 10px;
	}

	.contactNo {
		float: none;
	}

	.inline-modal div.headshot {
		padding-bottom: 200px;
	}

	.userClm>a,
	ul.navs li a {
		font-size: 12px !important;
	}

	.navWrapper {}

	ul.navs li {
		height: auto;
	}

	ul.navs li,
	ul.navs li a {
		float: none !important;
		display: inline-block;
	}

	ul.navs {
		text-align: center;
	}

	ul.navs li .subMenu {
		text-align: left;
	}

	ul.navs li .subMenu li {
		display: block !important;
	}

	.userAccount .userClm>a {
		height: 37px !important;
		line-height: 15px;
		font-size: 13px;
	}

	.userClm i {
		font-size: 17px;
	}

	.userClm .ion-android-lock {
		padding-top: 2px !important;
	}

	.userClm.contactSec .ion-android-mail {
		margin-top: 2px !important;
	}

	.userClm i {
		margin-top: 0 !important;
	}
}

@media screen and (max-width:990px) {
	#header .contactNo {
		width: 100%;
	}

	#header .right-colm,
	#header .right-colm .grid_5 {
		padding: 0;
	}

	.left,
	.right {
		float: left;
		clear: none;
	}

	.t-third {
		width: 50%;
	}

	.managedSecure .contentBlock {
		padding: 15px !important;
	}

	.services-listing.alt.tiny .imglist {
		width: 100%;
	}
}

@media screen and (max-width:842px) {
	.right-colm {
		position: static;
	}

	.m-gutter {
		margin-bottom: 1em;
	}

	.cloudComputing.gray.fullBg {
		display: block !important;
	}

	ul.navs li .subMenu {
		-webkit-overflow-scrolling: auto;
	}

	.borderBlock.backBg,
	.borderBlock2.backBg,
	.borderBlock3.backBg {
		background: #fff !important;
	}

	.managedSecure .contentHead {
		line-height: 40px;
	}

	.contentHead .listImg {
		margin-right: 10px;
	}
}

@media screen and (max-width:767px) {
	#footer .sectionBlk {
		display: none;
	}

	.orangeBar .boldTxt {
		display: inline-block !important;
	}

	ul.navs li a {
		font-size: 14px !important;
	}

	#header .headwrap.sticky .userAccount {
		top: 10px !important;
	}

	.featuredImg {
		width: 100%;
		float: none;
		margin: 0 !important;
	}

	.flex-container>li {
		background: #fff;
		width: 100%;
		padding: 1em;
	}

	.flex-container>li:nth-of-type(1n) {
		margin-right: 0;
		margin-left: 0;
	}

	.flex-container>li:nth-of-type(2n) {
		margin-right: 0;
		margin-left: 0;
	}
}

#topbar {
	border-bottom: 1px solid #fff;
}

.sticky #topbar {
	display: none;
}

.sectionBlknew {
	padding-top: 0;
}

.cloudComputing.gray.fullBg {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}

.partners.varientType {
	position: static;
	padding: 20px;
}

#text-slider {
	display: inline-block !important;
}

#text-slider .item {
	margin: 0;
	width: 100%;
}

#text-slider h1 {
	line-height: 1.2;
}

#contact p {
	max-width: 420px;
}

.m-auto {
	margin: auto;
}

.outer-col {
	position: relative;
	font-size: 0;
	vertical-align: top;
}

.col {
	font-size: 16px;
	vertical-align: top;
}

.collapse,
.inline {
	display: inline-block;
}

.w-margin-hright {
	margin-right: 1em;
}

.w-0 {
	display: none;
}

.w-1 {
	width: 1%;
}

.w-2 {
	width: 2%;
}

.w-3 {
	width: 3%;
}

.w-4 {
	width: 4%;
}

.w-5 {
	width: 5%;
}

.w-6 {
	width: 6%;
}

.w-7 {
	width: 7%;
}

.w-8 {
	width: 8%;
}

.w-9 {
	width: 9%;
}

.w-10 {
	width: 10%;
}

.w-11 {
	width: 11%;
}

.w-12 {
	width: 12%;
}

.w-13 {
	width: 13%;
}

.w-14 {
	width: 14%;
}

.w-15 {
	width: 15%;
}

.w-16 {
	width: 16%;
}

.w-17 {
	width: 17%;
}

.w-18 {
	width: 18%;
}

.w-19 {
	width: 19%;
}

.w-20 {
	width: 20%;
}

.w-21 {
	width: 21%;
}

.w-22 {
	width: 22%;
}

.w-23 {
	width: 23%;
}

.w-24 {
	width: 24%;
}

.w-25 {
	width: 25%;
}

.w-26 {
	width: 26%;
}

.w-27 {
	width: 27%;
}

.w-28 {
	width: 28%;
}

.w-29 {
	width: 29%;
}

.w-30 {
	width: 30%;
}

.w-31 {
	width: 31%;
}

.w-32 {
	width: 32%;
}

.w-33 {
	width: 33.3333333%;
}

.w-34 {
	width: 34%;
}

.w-35 {
	width: 35%;
}

.w-36 {
	width: 36%;
}

.w-37 {
	width: 37%;
}

.w-38 {
	width: 38%;
}

.w-39 {
	width: 39%;
}

.w-40 {
	width: 40%;
}

.w-41 {
	width: 41%;
}

.w-42 {
	width: 42%;
}

.w-43 {
	width: 43%;
}

.w-44 {
	width: 44%;
}

.w-45 {
	width: 45%;
}

.w-46 {
	width: 46%;
}

.w-47 {
	width: 47%;
}

.w-48 {
	width: 48%;
}

.w-49 {
	width: 49%;
}

.w-50 {
	width: 50%;
}

.w-51 {
	width: 51%;
}

.w-52 {
	width: 52%;
}

.w-53 {
	width: 53%;
}

.w-54 {
	width: 54%;
}

.w-55 {
	width: 55%;
}

.w-56 {
	width: 56%;
}

.w-57 {
	width: 57%;
}

.w-58 {
	width: 58%;
}

.w-59 {
	width: 59%;
}

.w-60 {
	width: 98%;
}

.w-61 {
	width: 61%;
}

.w-62 {
	width: 62%;
}

.w-63 {
	width: 63%;
}

.w-64 {
	width: 64%;
}

.w-65 {
	width: 65%;
}

.w-66 {
	width: 66.6666666%;
}

.w-67 {
	width: 67%;
}

.w-68 {
	width: 68%;
}

.w-69 {
	width: 69%;
}

.w-70 {
	width: 70%;
}

.w-71 {
	width: 71%;
}

.w-72 {
	width: 72%;
}

.w-73 {
	width: 73%;
}

.w-74 {
	width: 74%;
}

.w-75 {
	width: 75%;
}

.w-76 {
	width: 76%;
}

.w-77 {
	width: 77%;
}

.w-78 {
	width: 78%;
}

.w-79 {
	width: 79%;
}

.w-80 {
	width: 80%;
}

.w-81 {
	width: 81%;
}

.w-82 {
	width: 82%;
}

.w-83 {
	width: 83%;
}

.w-84 {
	width: 84%;
}

.w-85 {
	width: 85%;
}

.w-86 {
	width: 86%;
}

.w-87 {
	width: 87%;
}

.w-88 {
	width: 88%;
}

.w-89 {
	width: 89%;
}

.w-90 {
	width: 90%;
}

.w-91 {
	width: 91%;
}

.w-92 {
	width: 92%;
}

.w-93 {
	width: 93%;
}

.w-94 {
	width: 94%;
}

.w-95 {
	width: 95%;
}

.w-96 {
	width: 96%;
}

.w-97 {
	width: 97%;
}

.w-98 {
	width: 98%;
}

.w-99 {
	width: 99.999999999%;
}

.w-100 {
	width: 100%;
}

.list-title {
	color: #006;
	font-size: 18px;
	margin-bottom: 22px;
}

.block {
	display: block;
}

.m-img {
	max-width: 100%;
}

.nomargin {
	margin: 0 !important;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 12px;
}

::-webkit-scrollbar:horizontal {
	height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff;
}

.clear {
	clear: both;
}

.acc_trigger.right {
	top: 0;
	right: 0;
}

.rightMainsection a:not(.anchoredtoBtn):visited {
	color: #5333cc;
}

.accordions {
	margin-top: 1em;
}

.accordion {
	border-radius: 3px;
	overflow: hidden;
	margin: 0 0 1em;
	cursor: pointer;
}

.accordion:last-child {
	margin: 0
}

.accordion .accordion-title {
	padding: 1em 2em 1em 1em;
	position: relative;
	background: transparent;
	border: 1px solid #20438f;
	font-weight: bold;
}

.accordion .status {
	position: absolute;
	top: 1.35em;
	right: 1em;
	transition: all .2s
}

.accordion .accordion-content {
	height: 0;
	opacity: 0;
	padding: 0 16px;
	background: #fff;
	border: 1px solid #20438f;
	border-top: 0;
	color: #454545;
	webkit-transition: all .5s;
	transition: all .5s;
}

.accordion .accordion-content p:last-child {
	margin: 0
}

.accordion.active .accordion-title,
.accordion:hover .accordion-title {
	color: #fff;
	background: #000066;
}

.accordion.active .status {
	transform: rotate(180deg);
	transition: all .2s
}

.accordion.active .accordion-content {
	height: 100%;
	opacity: 1;
	padding: 16px;
	border-color: rgba(0, 200, 255, 1);
}

.headFont {
	line-height: 26px;
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
	padding-bottom: 0;
}

.hero {
	position: relative;
}

.heroOverlay {
	background: rgba(0, 0, 0, 0.33);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.margin-bottom-none {
	margin-bottom: 0;
}

#footer .cell {
	margin: 1em 0;
}

@media screen and (min-width:842px) and (max-width:1919px) {
	#footer div.cell:nth-of-type(8) {
		display: none;
	}
}

@media screen and (min-width:842px) and (max-width:1700px) {
	#footer div.cell:nth-of-type(7) {
		display: none;
	}
}

@media screen and (min-width:842px) and (max-width:1480px) {
	#footer div.cell:nth-of-type(6) {
		display: none;
	}
}

@media screen and (min-width:842px) and (max-width:1260px) {
	#footer div.cell:nth-of-type(5) {
		display: none;
	}
}

.rating-star {
	width: 25px;
	height: 25px;
	background: url('../images/home_sprite.png') no-repeat;
	background-position: -291px 0;
	display: inline-block;
}

.call-icon {
	width: 35px;
	height: 35px;
	background: url('../images/home_sprite.png') no-repeat;
	background-position: -62px 0;
	display: inline-block;
	margin-top: 4px;
}

#proposal_request .form-item input {
	float: left;
}

#proposal_request .form-item label {
	font-size: 14px;
	font-weight: normal;
}

.siteForm .phone {
	line-height: 100%;
	border-radius: 3px;
	background: #FFF;
	height: 47px;
	vertical-align: middle;
	font-size: 16px;
	color: #232323;
	padding: 0 10px;
	margin: 0;
	outline: 0;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

.phone-field .phone {
	width: 89%;
}

.listInside {
	list-style-position: inside !important;
	margin: 0 0 15px 0;
	padding: 0 !important;
}

.reviews {
	position: fixed;
	bottom: 15px;
	right: 0;
	z-index: 9000;
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
}

.reviews img {
	display: block;
	width: 275px;
	height: auto;
}



@media (min-width: 0) and (max-width: 1225px) {
	.m-full {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 0) and (max-width: 1366px) {
	#loginWrap {
		position: absolute;
		top: 2px;
		right: 0;
	}
}

@media (min-width: 769px) and (max-width: 1366px) {
	.t-col-reset:nth-of-type(n) {
		margin-left: 0;
		margin-right: 0;
		border: 0 none;
		column-count: 1;
	}

	.t-pad-reset:nth-of-type(n) {
		padding-left: 0;
		padding-right: 0;
	}

	.tm-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.t-clear {
		float: none;
		clear: both;
	}

	.t-pad-reset {
		padding: 0;
	}

	.w-padding.t-pad-reset {
		padding: 1em;
	}

	.t-gutter-reset,
	.m-gutter-reset.double {
		margin: 0;
	}

	.t-block {
		display: block;
	}

	.t-spacing {
		margin: 2em auto 1em auto;
	}

	.t-gutter {
		margin: 1em auto;
	}

	.t-lower {
		margin: 0 auto 1em auto;
	}

	.t-0 {
		display: none;
	}

	.t-1 {
		width: 1%;
	}

	.t-2 {
		width: 2%;
	}

	.t-3 {
		width: 3%;
	}

	.t-4 {
		width: 4%;
	}

	.t-5 {
		width: 5%;
	}

	.t-6 {
		width: 6%;
	}

	.t-7 {
		width: 7%;
	}

	.t-8 {
		width: 8%;
	}

	.t-9 {
		width: 9%;
	}

	.t-10 {
		width: 10%;
	}

	.t-11 {
		width: 11%;
	}

	.t-12 {
		width: 12%;
	}

	.t-13 {
		width: 13%;
	}

	.t-14 {
		width: 14%;
	}

	.t-15 {
		width: 15%;
	}

	.t-16 {
		width: 16%;
	}

	.t-17 {
		width: 17%;
	}

	.t-18 {
		width: 18%;
	}

	.t-19 {
		width: 19%;
	}

	.t-20 {
		width: 20%;
	}

	.t-21 {
		width: 21%;
	}

	.t-22 {
		width: 22%;
	}

	.t-23 {
		width: 23%;
	}

	.t-24 {
		width: 24%;
	}

	.t-25 {
		width: 25%;
	}

	.t-26 {
		width: 26%;
	}

	.t-27 {
		width: 27%;
	}

	.t-28 {
		width: 28%;
	}

	.t-29 {
		width: 29%;
	}

	.t-30 {
		width: 30%;
	}

	.t-31 {
		width: 31%;
	}

	.t-32 {
		width: 32%;
	}

	.t-33 {
		width: 33%;
	}

	.t-34 {
		width: 34%;
	}

	.t-35 {
		width: 35%;
	}

	.t-36 {
		width: 36%;
	}

	.t-37 {
		width: 37%;
	}

	.t-38 {
		width: 38%;
	}

	.t-39 {
		width: 39%;
	}

	.t-40 {
		width: 40%;
	}

	.t-41 {
		width: 41%;
	}

	.t-42 {
		width: 42%;
	}

	.t-43 {
		width: 43%;
	}

	.t-44 {
		width: 44%;
	}

	.t-45 {
		width: 45%;
	}

	.t-46 {
		width: 46%;
	}

	.t-47 {
		width: 47%;
	}

	.t-48 {
		width: 48%;
	}

	.t-49 {
		width: 49%;
	}

	.t-50 {
		width: 50%;
	}

	.t-51 {
		width: 51%;
	}

	.t-52 {
		width: 52%;
	}

	.t-53 {
		width: 53%;
	}

	.t-54 {
		width: 54%;
	}

	.t-55 {
		width: 55%;
	}

	.t-56 {
		width: 56%;
	}

	.t-57 {
		width: 57%;
	}

	.t-58 {
		width: 58%;
	}

	.t-59 {
		width: 59%;
	}

	.t-60 {
		width: 60%;
	}

	.t-61 {
		width: 61%;
	}

	.t-62 {
		width: 62%;
	}

	.t-63 {
		width: 63%;
	}

	.t-64 {
		width: 64%;
	}

	.t-65 {
		width: 65%;
	}

	.t-66 {
		width: 66%;
	}

	.t-67 {
		width: 67%;
	}

	.t-68 {
		width: 68%;
	}

	.t-69 {
		width: 69%;
	}

	.t-70 {
		width: 70%;
	}

	.t-71 {
		width: 71%;
	}

	.t-72 {
		width: 72%;
	}

	.t-73 {
		width: 73%;
	}

	.t-74 {
		width: 74%;
	}

	.t-75 {
		width: 75%;
	}

	.t-76 {
		width: 76%;
	}

	.t-77 {
		width: 77%;
	}

	.t-78 {
		width: 78%;
	}

	.t-79 {
		width: 79%;
	}

	.t-80 {
		width: 80%;
	}

	.t-81 {
		width: 81%;
	}

	.t-82 {
		width: 82%;
	}

	.t-83 {
		width: 83%;
	}

	.t-84 {
		width: 84%;
	}

	.t-85 {
		width: 85%;
	}

	.t-86 {
		width: 86%;
	}

	.t-87 {
		width: 87%;
	}

	.t-88 {
		width: 88%;
	}

	.t-89 {
		width: 89%;
	}

	.t-90 {
		width: 90%;
	}

	.t-91 {
		width: 91%;
	}

	.t-92 {
		width: 92%;
	}

	.t-93 {
		width: 93%;
	}

	.t-94 {
		width: 94%;
	}

	.t-95 {
		width: 95%;
	}

	.t-96 {
		width: 96%;
	}

	.t-97 {
		width: 97%;
	}

	.t-98 {
		width: 98%;
	}

	.t-99 {
		width: 99%;
	}

	.t-100 {
		width: 100%;
	}

	.t-thirds:nth-of-type(3n+1) {
		padding-right: 1%;
		padding-left: 0;
	}

	.t-thirds:nth-of-type(3n+2) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.t-thirds:nth-of-type(3n+3) {
		padding-left: 1%;
		padding-right: 0;
	}

	.t-quarters:nth-of-type(4n+1) {
		padding-right: 1%;
		padding-left: 0;
	}

	.t-quarters:nth-of-type(4n+2) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.t-quarters:nth-of-type(4n+3) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.t-quarters:nth-of-type(4n+4) {
		padding-left: 1%;
		padding-right: 0;
	}

	.t-fifths:nth-of-type(5n+1) {
		padding-right: 1%;
		padding-left: 0;
	}

	.t-fifths:nth-of-type(5n+2) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.t-fifths:nth-of-type(5n+3) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.t-fifths:nth-of-type(5n+3) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.t-fifths:nth-of-type(5n+4) {
		padding-left: 1%;
		padding-right: 0;
	}

	.t-half:nth-of-type(2n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 49%;
	}

	.t-half:nth-of-type(2n+2) {
		margin-left: 1%;
		margin-right: 0%;
		width: 49%;
	}

	.t-thirds:nth-of-type(3n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 32%;
	}

	.t-thirds:nth-of-type(3n+2) {
		margin-left: 1%;
		margin-right: 1%;
		width: 32%;
	}

	.t-thirds:nth-of-type(3n+3) {
		margin-left: 1%;
		margin-right: 0;
		width: 32%;
	}

	.t-quarters:nth-of-type(4n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 23.5%;
	}

	.t-quarters:nth-of-type(4n+2) {
		margin-left: 1%;
		margin-right: 1%;
		width: 23.5%;
	}

	.t-quarters:nth-of-type(4n+3) {
		margin-left: 1%;
		margin-right: 1%;
		width: 23.5%;
	}

	.t-quarters:nth-of-type(4n+4) {
		margin-left: 1%;
		margin-right: 0;
		width: 23.5%;
	}

	.t-fifths:nth-of-type(5n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 18.4%;
	}

	.t-fifths:nth-of-type(5n+2) {
		margin-left: 1%;
		margin-right: 1%;
		width: 18.4%;
	}

	.t-fifths:nth-of-type(5n+3) {
		margin-left: 1%;
		margin-right: 1%;
		width: 18.4%;
	}

	.t-fifths:nth-of-type(5n+3) {
		margin-left: 1%;
		margin-right: 1%;
		width: 18.4%;
	}

	.t-fifths:nth-of-type(5n+4) {
		margin-left: 1%;
		margin-right: 0;
		width: 18.4%;
	}

	.t-bucket:nth-of-type(4n+1) {
		margin-right: 2%;
		margin-left: 0;
		width: 22%;
	}

	.t-bucket:nth-of-type(4n+2) {
		margin-left: 2%;
		margin-right: 2%;
		width: 22%;
	}

	.t-bucket:nth-of-type(4n+3) {
		margin-left: 2%;
		margin-right: 2%;
		width: 22%;
	}

	.t-bucket:nth-of-type(4n+4) {
		margin-left: 2%;
		margin-right: 0;
		width: 22%;
	}

	.t-full {
		width: 100%;
		max-width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.tt-center {
		text-align: center;
	}

	.tt-left {
		text-align: left;
	}

	.tt-right {
		text-align: right;
	}

	.t-zero-pad-tb {
		padding-top: 0;
		padding-bottom: 0;
	}

	.t-zero-pad-top {
		padding-top: 0;
	}

	.t-zero-pad-bottom {
		padding-bottom: 0;
	}

	.t-zero-pad-left {
		padding-left: 0;
	}

	.t-zero-pad-right {
		padding-right: 0;
	}

	.t-zero-pad-lr {
		padding-left: 0;
		padding-right: 0;
	}

	.t-zero-pad {
		padding: 0;
	}

	.t-zero-margin-tb {
		margin-top: 0;
		margin-bottom: 0;
	}

	.t-zero-margin-top {
		margin-top: 0;
	}

	.t-zero-margin-bottom {
		margin-bottom: 0;
	}

	.t-zero-margin-left {
		margin-left: 0;
	}

	.t-zero-margin-right {
		margin-right: 0;
	}

	.t-zero-margin-lr {
		margin-left: 0;
		margin-right: 0;
	}

	.t-zero-margin {
		margin: 0;
	}

	.t-abs {
		position: absolute;
		top: 0;
		width: auto;
		left: 40%;
	}

	.large-only,
	.tablet-only {
		display: block;
	}

	.mobile-only {
		display: none;
	}

	#social {
		position: absolute;
		top: 0;
		right: 8em;
	}

	#homepage-slider.owl-carousel .item h4.item-title,
	span.typed {
		font-size: 1.75rem;
	}
}

@media (min-width: 0) and (max-width: 990px) {

	#homepage-slider.owl-carousel .item h4.item-title,
	span.typed {
		font-size: 1.25rem;
	}

	#homepage-slider.alt {
		background: url('images/slide-no-text.png');
		background-size: cover;
		background-position: right center;
		background-repeat: no-repeat;
	}

	#homepage-slider.alt .button {
		border-radius: 5px;
	}

	#homepage-slider.alt h3 {
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	}

	#homepage-slider.alt h5 {
		font-size: 25px;
		color: #030365;
		font-weight: bold;
	}

	#homepage-slider.alt h6 {
		color: #030365;
		font-weight: bold;
		margin: 0 0 6px 0;
	}

	#homepage-slider.alt .first,
	#homepage-slider.alt .middle,
	#homepage-slider.alt .last {
		border-radius: 5px;
		width: 100%;
		display: block;
		text-align: center;
		color: #030365;
		margin: 5px 0;
	}

	#homepage-slider.alt .inner {
		padding: 5px;
		background: #fff;
		border-radius: 5px;
	}

	#homepage-slider.alt .first {}

	#homepage-slider.alt .middle {}

	#homepage-slider.alt .last {}

	#homepage-slider .mobile-hide {
		display: none !important;
	}

	#homepage-slider .mobilev-only {
		display: block !Important;
		padding: 1em;
	}

}

@media (min-width: 0) and (max-width: 768px) {
	.m-col-reset:nth-of-type(n) {
		margin-left: 0;
		margin-right: 0;
		border: 0 none;
		column-count: 1;
	}

	.m-pad-reset:nth-of-type(n) {
		padding-left: 0;
		padding-right: 0;
	}

	.w-pad-tb {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.mm-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.m-clear {
		float: none;
		clear: both;
	}

	.m-left {
		float: left;
	}

	.m-pad-reset {
		padding: 0;
	}

	.w-padding.m-pad-reset {
		padding: 1em;
	}

	.m-gutter-reset,
	.m-gutter-reset.double {
		margin: 0;
	}

	.m-block {
		display: block;
	}

	.m-spacing {
		margin: 2em auto 1em auto;
	}

	.m-margin-lr {
		margin-left: .5em;
		margin-right: .5em;
	}

	.m-gutter {
		margin: 1em auto;
	}

	.m-lower {
		margin: 0 auto 1em auto;
	}

	.m-0 {
		display: none;
	}

	.m-1 {
		width: 1%;
	}

	.m-2 {
		width: 2%;
	}

	.m-3 {
		width: 3%;
	}

	.m-4 {
		width: 4%;
	}

	.m-5 {
		width: 5%;
	}

	.m-6 {
		width: 6%;
	}

	.m-7 {
		width: 7%;
	}

	.m-8 {
		width: 8%;
	}

	.m-9 {
		width: 9%;
	}

	.m-10 {
		width: 10%;
	}

	.m-11 {
		width: 11%;
	}

	.m-12 {
		width: 12%;
	}

	.m-13 {
		width: 13%;
	}

	.m-14 {
		width: 14%;
	}

	.m-15 {
		width: 15%;
	}

	.m-16 {
		width: 16%;
	}

	.m-17 {
		width: 17%;
	}

	.m-18 {
		width: 18%;
	}

	.m-19 {
		width: 19%;
	}

	.m-20 {
		width: 20%;
	}

	.m-21 {
		width: 21%;
	}

	.m-22 {
		width: 22%;
	}

	.m-23 {
		width: 23%;
	}

	.m-24 {
		width: 24%;
	}

	.m-25 {
		width: 25%;
	}

	.m-26 {
		width: 26%;
	}

	.m-27 {
		width: 27%;
	}

	.m-28 {
		width: 28%;
	}

	.m-29 {
		width: 29%;
	}

	.m-30 {
		width: 30%;
	}

	.m-31 {
		width: 31%;
	}

	.m-32 {
		width: 32%;
	}

	.m-33 {
		width: 33%;
	}

	.m-34 {
		width: 34%;
	}

	.m-35 {
		width: 35%;
	}

	.m-36 {
		width: 36%;
	}

	.m-37 {
		width: 37%;
	}

	.m-38 {
		width: 38%;
	}

	.m-39 {
		width: 39%;
	}

	.m-40 {
		width: 40%;
	}

	.m-41 {
		width: 41%;
	}

	.m-42 {
		width: 42%;
	}

	.m-43 {
		width: 43%;
	}

	.m-44 {
		width: 44%;
	}

	.m-45 {
		width: 45%;
	}

	.m-46 {
		width: 46%;
	}

	.m-47 {
		width: 47%;
	}

	.m-48 {
		width: 48%;
	}

	.m-49 {
		width: 49%;
	}

	.m-50 {
		width: 50%;
	}

	.m-51 {
		width: 51%;
	}

	.m-52 {
		width: 52%;
	}

	.m-53 {
		width: 53%;
	}

	.m-54 {
		width: 54%;
	}

	.m-55 {
		width: 55%;
	}

	.m-56 {
		width: 56%;
	}

	.m-57 {
		width: 57%;
	}

	.m-58 {
		width: 58%;
	}

	.m-59 {
		width: 59%;
	}

	.m-60 {
		width: 60%;
	}

	.m-61 {
		width: 61%;
	}

	.m-62 {
		width: 62%;
	}

	.m-63 {
		width: 63%;
	}

	.m-64 {
		width: 64%;
	}

	.m-65 {
		width: 65%;
	}

	.m-66 {
		width: 66%;
	}

	.m-67 {
		width: 67%;
	}

	.m-68 {
		width: 68%;
	}

	.m-69 {
		width: 69%;
	}

	.m-70 {
		width: 70%;
	}

	.m-71 {
		width: 71%;
	}

	.m-72 {
		width: 72%;
	}

	.m-73 {
		width: 73%;
	}

	.m-74 {
		width: 74%;
	}

	.m-75 {
		width: 75%;
	}

	.m-76 {
		width: 76%;
	}

	.m-77 {
		width: 77%;
	}

	.m-78 {
		width: 78%;
	}

	.m-79 {
		width: 79%;
	}

	.m-80 {
		width: 80%;
	}

	.m-81 {
		width: 81%;
	}

	.m-82 {
		width: 82%;
	}

	.m-83 {
		width: 83%;
	}

	.m-84 {
		width: 84%;
	}

	.m-85 {
		width: 85%;
	}

	.m-86 {
		width: 86%;
	}

	.m-87 {
		width: 87%;
	}

	.m-88 {
		width: 88%;
	}

	.m-89 {
		width: 89%;
	}

	.m-90 {
		width: 90%;
	}

	.m-91 {
		width: 91%;
	}

	.m-92 {
		width: 92%;
	}

	.m-93 {
		width: 93%;
	}

	.m-94 {
		width: 94%;
	}

	.m-95 {
		width: 95%;
	}

	.m-96 {
		width: 96%;
	}

	.m-97 {
		width: 97%;
	}

	.m-98 {
		width: 98%;
	}

	.m-99 {
		width: 99%;
	}

	.m-100 {
		width: 100%;
	}

	.m-thirds:nth-of-type(3n+1) {
		padding-right: 1%;
		padding-left: 0;
	}

	.m-thirds:nth-of-type(3n+2) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.m-thirds:nth-of-type(3n+3) {
		padding-left: 1%;
		padding-right: 0;
	}

	.m-quarters:nth-of-type(4n+1) {
		padding-right: 1%;
		padding-left: 0;
	}

	.m-quarters:nth-of-type(4n+2) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.m-quarters:nth-of-type(4n+3) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.m-quarters:nth-of-type(4n+4) {
		padding-left: 1%;
		padding-right: 0;
	}

	.m-fifths:nth-of-type(5n+1) {
		padding-right: 1%;
		padding-left: 0;
	}

	.m-fifths:nth-of-type(5n+2) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.m-fifths:nth-of-type(5n+3) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.m-fifths:nth-of-type(5n+3) {
		padding-left: 1%;
		padding-right: 1%;
	}

	.m-fifths:nth-of-type(5n+4) {
		padding-left: 1%;
		padding-right: 0;
	}

	.thirds,
	.quarters,
	.fifths {
		padding: 0;
	}

	.m-half:nth-of-type(2n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 49%;
	}

	.m-half:nth-of-type(2n+2) {
		margin-left: 1%;
		margin-right: 0%;
		width: 49%;
	}

	.m-thirds:nth-of-type(3n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 32%;
	}

	.m-thirds:nth-of-type(3n+2) {
		margin-left: 1%;
		margin-right: 1%;
		width: 32%;
	}

	.m-thirds:nth-of-type(3n+3) {
		margin-left: 1%;
		margin-right: 0;
		width: 32%;
	}

	.m-quarters:nth-of-type(4n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 23.5%;
	}

	.m-quarters:nth-of-type(4n+2) {
		margin-left: 1%;
		margin-right: 1%;
		width: 23.5%;
	}

	.m-quarters:nth-of-type(4n+3) {
		margin-left: 1%;
		margin-right: 1%;
		width: 23.5%;
	}

	.m-quarters:nth-of-type(4n+4) {
		margin-left: 1%;
		margin-right: 0;
		width: 23.5%;
	}

	.m-fifths:nth-of-type(5n+1) {
		margin-right: 1%;
		margin-left: 0;
		width: 18.4%;
	}

	.m-fifths:nth-of-type(5n+2) {
		margin-left: 1%;
		margin-right: 1%;
		width: 18.4%;
	}

	.m-fifths:nth-of-type(5n+3) {
		margin-left: 1%;
		margin-right: 1%;
		width: 18.4%;
	}

	.m-fifths:nth-of-type(5n+3) {
		margin-left: 1%;
		margin-right: 1%;
		width: 18.4%;
	}

	.m-fifths:nth-of-type(5n+4) {
		margin-left: 1%;
		margin-right: 0;
		width: 18.4%;
	}

	.m-bucket:nth-of-type(n) {
		width: 46%;
		margin-bottom: 3%;
	}

	.m-bucket:nth-of-type(2n+1) {
		margin-right: 2%;
		margin-left: 0;
	}

	.m-bucket:nth-of-type(2n+2) {
		margin-left: 2%;
		margin-right: 0%;
	}

	.m-full:nth-of-type(1n+1) {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.m-full.inline {
		display: block;
		width: 100%;
		margin: auto;
	}

	.mt-center {
		text-align: center;
	}

	.mt-left {
		text-align: left;
	}

	.mt-right {
		text-align: right;
	}

	.m-zero-pad-tb {
		padding-top: 0;
		padding-bottom: 0;
	}

	.m-zero-pad-top {
		padding-top: 0;
	}

	.m-zero-pad-bottom {
		padding-bottom: 0;
	}

	.m-zero-pad-left {
		padding-left: 0;
	}

	.m-zero-pad-right {
		padding-right: 0;
	}

	.m-zero-pad-lr {
		padding-left: 0;
		padding-right: 0;
	}

	.m-zero-pad {
		padding: 0;
	}

	.m-zero-margin-tb {
		margin-top: 0;
		margin-bottom: 0;
	}

	.m-zero-margin-top {
		margin-top: 0;
	}

	.m-zero-margin-bottom {
		margin-bottom: 0;
	}

	.m-zero-margin-left {
		margin-left: 0;
	}

	.m-zero-margin-right {
		margin-right: 0;
	}

	.m-zero-margin-lr {
		margin-left: 0;
		margin-right: 0;
	}

	.m-zero-margin {
		margin: 0;
	}

	.mobile-only,
	.small-only {
		display: block;
	}

	.tablet-only,
	.desktop-only,
	.large-only {
		display: none;
	}

	header nav.inline {
		display: none;
	}

	header nav ul li {
		width: 100%;
	}

	header nav ul li a {
		padding: 10px 10px;
		border-bottom: 1px solid #ccc;
	}

	header nav ul li a.button.primary.m-100.m-block.mt-center {
		border-radius: 0;
	}

	header nav#social ul li a {
		background-color: #000066;
		color: #fff;
		border: 1px solid;
	}

	header #navbar.container {
		width: 100%;
	}

	#logo {
		left: 10px;
	}

	#logo img {
		padding-top: 5px;
	}

	#contact-link {
		background-color: #ccc;
		font-weight: bold;
	}

	ul.tabs li a {
		display: block;
	}

	#homepage-slider.owl-carousel .item h4.item-title,
	span.typed {
		font-size: 1.25rem;
	}

	#homepage-slider.alt {
		background: url('images/slide-no-text.png');
		background-size: cover;
		background-position: center right;
		background-repeat: no-repeat;
	}

	#homepage-slider.alt .button {
		border-radius: 5px;
	}

	#homepage-slider.alt h3 {
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	}

	#homepage-slider.alt h5 {
		font-size: 25px;
		color: #030365;
		font-weight: bold;
	}

	#homepage-slider.alt h6 {
		color: #030365;
		font-weight: bold;
		margin: 0 0 6px 0;
	}

	#homepage-slider.alt .first,
	#homepage-slider.alt .middle,
	#homepage-slider.alt .last {
		border-radius: 5px;
		width: 100%;
		display: block;
		text-align: center;
		color: #030365;
		margin: 5px 0;
	}

	#homepage-slider.alt .inner {
		padding: 5px;
		background: #fff;
		border-radius: 5px;
	}

	#homepage-slider.alt .first {}

	#homepage-slider.alt .middle {}

	#homepage-slider.alt .last {}

	#homepage-slider .mobile-hide {
		display: none !important;
	}

	#homepage-slider .mobilev-only {
		display: block !Important;
		padding: 1em;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (min-width: 320px) and (max-width: 479px) {}

@media only screen and (min-width:1700px) {
	/*header nav ul li a {font-size:16px;}*/
}

@media only screen and (min-width:1367px) {
	#navigation {
		display: flex;
		justify-content: space-between;
	}
}

@media only screen and (min-width:768px) {

	header nav ul li .sub-menu .w-thirds:nth-of-type(1),
	header nav ul li .sub-menu .w-thirds:nth-of-type(2) {
		border-right: 1px solid #ccc;
	}

	header nav ul li .sub-menu .w-half:nth-of-type(1) {
		border-right: 1px solid #ccc;
	}

	header #assessment-button {
		top: 6px;
	}
}

@media screen and (min-width:0) and (max-width:767px) {
	#topbar {
		display: none;
	}

	#header .headwrap.sticky .logoLeft img,
	#header .logoLeft img,
	.headwrap .logo img {
		width: 175px !Important;
		max-width: none;
	}

	.userAccount .userClm>a {
		line-height: 1;
	}

	body .userAccount .userClm>a,
	.userClm.contactSec a {
		background: url('../images/mail-icon-idea.png') no-repeat center;
		background-size: contain;
	}

	.userClm.contactSec .ion-android-mail,
	.userClm.contactSec .ion-android-mail {
		margin-top: 0 !important;
		display: none;
	}
}



@charset "UTF-8";

.fancybox-enabled {
	overflow: hidden
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
	z-index: 99992
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
	top: 0;
	right: 0
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0)
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: visible
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide>div {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%
}

.fancybox-error,
.fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .25s;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .4);
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}

.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	color: #ddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: none
}

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
	background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0, 0, 0, .8)
}

.fancybox-button:after,
.fancybox-button:before {
	content: "";
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
	opacity: .3
}

.fancybox-button--left:after,
.fancybox-button--right:after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor
}

.fancybox-button--left:after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.fancybox-button--right:after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--left {
	border-bottom-left-radius: 5px
}

.fancybox-button--right {
	border-bottom-right-radius: 5px
}

.fancybox-button--close:after,
.fancybox-button--close:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px)
}

.fancybox-button--close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity .25s
}

.fancybox-arrow:after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, .8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 24px 24px
}

.fancybox-arrow--right {
	right: 0
}

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
	left: 0
}

.fancybox-show-nav .fancybox-arrow {
	opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: .3
}

.fancybox-slide>.fancybox-loading {
	border: 6px solid hsla(0, 0%, 39%, .4);
	border-top: 6px solid hsla(0, 0%, 100%, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

@media (max-width:800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0
	}

	.fancybox-button--left,
	.fancybox-button--right {
		display: none !important
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0
	}
}

.fancybox-button--fullscreen:before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent
}

.fancybox-button--play:before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px
}

.fancybox-button--pause:before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px
}

.fancybox-button--thumbs,
.fancybox-thumbs {
	display: none
}

@media (min-width:800px) {
	.fancybox-button--thumbs {
		display: inline-block
	}

	.fancybox-button--thumbs span {
		font-size: 23px
	}

	.fancybox-button--thumbs:before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
	}

	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995
	}

	.fancybox-show-thumbs .fancybox-thumbs {
		display: block
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 220px
	}

	.fancybox-thumbs>ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0
	}

	.fancybox-thumbs>ul>li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box
	}

	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, .1)
	}

	.fancybox-thumbs>ul>li>img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.fancybox-thumbs>ul>li:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		transition: all .2s cubic-bezier(.25, .46, .45, .94)
	}

	.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
		opacity: 1
	}
}

#homepage-slider {
	min-height: calc(100vw * .155);
}

#text-slider .item.nxt {
	display: none;
}

#text-slider .loaded .item {
	display: block;
}

a.linkwhite {
	color: #fff;
	text-align: center;
	display: block;
}

.menu_wrapper ul.navs a.consultation {
	background: rgb(0, 0, 102);
	padding: 8px 12px;
	color: #fff;
	border-radius: 3px;
	/* margin: 8px;  */
	margin: 0;
	font-size: 14px;
	position: relative;
	top: 14px;
}

.menu_wrapper ul.navs a.consultation i {
	margin-right: 3px;
}

.menu_wrapper ul.navs a.consultation:hover {
	background: #000;
}

.consult-bar {
	padding: 8px 0;
}

.home #crmWebToEntityForm {
	background: #fff;
}

@media screen and (min-width:0) and (max-width:1440px) {
	.menu_wrapper ul.navs a.consultation {
		top: 0;
	}

	.new-header .userAccount {
		right: 0 !important;
	}

	.fix-container {
		width: 98%;
	}
}