html {
	font-family:"monsal-gothic", Helvetica, Arial, sans-serif;
	overflow-x:hidden;
	font-weight: 200;
}
body {
	color:#666;
}
a {
	color:#00aeef;
}
a:hover {
	color:#585858;
}
h1, h2, h3, h4, h5, h6, strong {
	font-family:"monsal-gothic", Helvetica, Arial, sans-serif;
	font-weight:700;
	color:#343232;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color:#00aeef;
}
.it-telecoms h1 span, .it-telecoms h2 span, .it-telecoms h3 span, .it-telecoms h4 span, .it-telecoms h5 span, .it-telecoms h6 span {
	color:#57bbe8;
}
p {
	font-weight: 300;
	font-size: 17px;
	line-height:26px;
}
strong {
	font-weight:400;©
}

.companyDepartment {
	font-size: 40px;
    line-height: 47px;
    margin-bottom: 30px;r
}

.companyDepartmentWhite {
	color: white;
	font-size: 40px;
    line-height: 47px;
    margin-bottom: 30px;r
}

.homepagebutton {
	width: 490px;
	margin:auto;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.table-bordered {
    border: 1px solid #f4f4f4;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    background-color: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table th {
	text-align: left;
	font-weight: bold;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #f4f4f4;
    padding: 5px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #f4f4f4;
}





/* SHARED */

.homepage-hero-right {

	color: #d4dbd5;
	font-size:1.5em;
	line-height: 1.5em;
	margin-top: 0px;
}

#map_canvas, #map_canvas1, #map_canvas2 {
	height: 330px;
	width:100%;
}
.padme {
	padding:40px 0;
}
ul.fancy {
	margin:20px 0 15px;
}
ul.fancy li {
	position:relative;
	padding-left:25px;
	margin-left:5px;
	font-size:19px;
}
ul.fancy li::before {
	content:'\f111';
	position:absolute;
	top:0;
	left:0;
	font-family: FontAwesome;
	color:#15a0c2;
	font-size:12px;
}
ul.fancy ul {
	margin-top:10px;
	margin-bottom:5px;
	font-weight:300;
}
ul.fancy ul li::before  {
	content:'\f10c';
}
.btn {
	display:inline-block;
	color:#fff;
	max-width:100%;
	width:290px;
	font-weight:700;
	text-transform: uppercase;
	font-size:14px;
	border-radius: 30px;
	line-height: 63px;
	height:63px;
	background:#00aeef;
	text-align:center;
	letter-spacing: 3px;
	border:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn:hover {
	background:#fff;
	color:#000;
}
.btn.nowidth {
	width:auto;
	background:#2aa9df;
	border-bottom:4px solid #2590be;
}
.btn.white {
	color:#00aeef;
	background:#fff;
}
.btn.white:hover {
	background:#000;
	color:#fff;
}
.more {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 15px;
	color: #303030;
	position: relative;
}
.more:hover {
	color: #00aeef;
}
.more::after {
    content: '\f105';
    position: absolute;
    top: -2px;
    right: -14px;
    font-family: FontAwesome;
    color: #00aeef;
}
.smalltext {
	font-size:12px;
}
.hide {
	display:none;
}
.blue {
	color:#15a0c2;
}
.green {
	color:#8dc63f;
}
.red {
	color:#dc4623;
}
label.error, .errorbox {
    color: #C30;
    margin-top: 5px;
    padding-left: 18px;
    display: block;
    margin-left: 4px;
    position: relative;
}
label.error::before {
	content:'\f057';
	position:absolute;
	top:0;
	left:0;
	font-family: FontAwesome;
	color:#C30;
	font-size:12px;
}
.overlay {
	display: none;
}

/* SITE WIDE */

.header {
	background:#fff;
	position: fixed;
	width: 100%;
	z-index: 1001;
	color:#2f2f2f;
	font-weight: 300;
	box-shadow: 0 4px 4px -2px rgba(0,0,0,0.1);
}
.header img {
	float: left;
}
.header a {
	color:#2f2f2f;
}
.header a:hover, .header a.onstate {
	color:#00aeef;
}
.header li {
	font-size: 18px;
	padding-bottom: 0;
}
.header li a {
	padding:30px 0;
	display: block;
}
.header strong {
	font-weight: 700;
	color:#00aeef;
}
.header .tel {
	font-size: 13px;
}
.header .menu-btn {
	font-size: 24px;
}
.header .social_icons a

.panel {
	height:100vh;
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.panel .feat_text {
	position: relative;
	z-index: 2;
	margin-top: 0px;
	padding:20px;
}
.panel .feat_text li {
	padding:30px 0;
	position: relative;
}
.panel .feat_text li::after {
	content: '';
	width: 1px;
	height: 80%;
	background: #000000;
	left: 22px;
	position: absolute;
	margin-top: 4px;
}
.panel.video .feat_text li::after {
	background: #ffffff;
}
.panel .feat_text li a {
	display:block;
	width:5px;
	height: 5px;
	border-radius:50%;
	position: relative;
	margin-left:20px;
}
.panel .feat_text li a::after {
	border:1px solid #000000;
	width: 100%;
	height: 100%;
	border-radius:50%;
	position: absolute;
	top: -5px;
	padding:4px;
	left: -5px;
	bottom: 0px;
	z-index: 1;
	content: '';
}
.panel.video .feat_text li a::after {
	border:1px solid #ffffff;
}
.panel .feat_text li a.onstate, .panel .feat_text li a:hover {
	background:#00aeef;
}
.panel .feat_text li:last-child::after {
	display: none;
}
.panel.video::after {
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	content: '';
}
.panel h1 {
	color: #fff;
	font-size: 7vw;
	line-height: 7.4vw;
	position: relative;
	z-index: 2;
	margin-bottom: 25px;
}
.panel p {
	font-size: 17px;
	line-height: 22px;
	color:#999;
	margin-bottom: 45px;
}
.panel.video h1 {
	margin-bottom: 20px;
	color:#fff;
}
.panel.video p:first-of-type {
	color: #fff;
	font-size: 20px;
	margin-bottom:50px;
	line-height: 32px;
}
/*
[class^="feature"] h1 {
	overflow: hidden;
	height: 110px;
	position: relative;
	line-height: 100px;
}
[class^="feature"] .headwrap {
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/
.panel h6 {
	color: #00aeef;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 6px;
}
.panel.video h6 {
	color: #fff;
}
/*
[class^="feature"] h6 {
	transform: translateY(-330px);
	opacity:0;
}
[class^="feature"] .btn {
	opacity:0;
}
*/
.feature1, .feature3, .feature5 {
	background-image:url(https://theonepoint.co.uk/images/pages/global/of/home-cloud-bg.jpg);
}
.feature2, .feature4 {
	background-image:url(https://theonepoint.co.uk/images/pages/global/of/home-blue-bg.jpg);
}
.feature1 h1, .feature3 h1, .feature5 h1 {
	color:#000;
}
.feature1 .screen {
	position: relative;
}
.feature1 .screen img {
	position: relative;
}
.feature1 .screen img.shot {
	position: absolute;
	left: 9.51%;
	top: 4.45%;
	z-index:2;
}
.feature2 p, .feature4 p {
	color:#fff;
}
.feature2 h6, .feature4 h6 {
	color:rgba(255,255,255,0.5);
}

.hero {
	height:618px;
	position: relative;
	background-attachment: fixed;
    background-position: 100% 87px;
    background-repeat: no-repeat;
    margin-top:87px;
    background-color: #38a6eb;
}
.herohome {
	height:900px;
	position: relative;
	background-attachment: fixed;
    background-position: -1100px 70px;
    background-repeat: no-repeat;
    margin-top:0px;
    background-color: #000000;
    background-image:url(https://theonepoint.co.uk/images/pages/home-page/homepage-header-img-min.webp);
}


.homebtn {
    display: inline-block;
    color: #fff;
    max-width: 100%;
    width: auto;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
    line-height: 63px;
    height: 63px;
    background: #00aeef;
    text-align: center;
    letter-spacing: 3px;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    padding: 0px 20px;
}

.sage-services .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/sage-services-header.jpg);
}
.the-one-plan .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/the-one-plan-header.jpg);
}
.the-one-cloud .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/the-one-cloud-header.jpg);
}
.the-one-network .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/the-one-network-header.jpg);
}
.the-one-app .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/the-one-app-header.jpg);
}
.the-one-crm-erp .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/the-one-crm-erp-header.jpg);
}
.lightspeed-in-hull .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/lightspeed-in-hull-header.jpg);
}
.office-365 .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/office365-3.jpg);
}
.the-one-tracker .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/tracker.jpg);
}
.mobile-device-management .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/mobile-device-management-header.jpg);
}
.sage-line-50 .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/sage-line-50-header.jpg);
}
.sage-payroll .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/sage-payroll-header.jpg);
}
.sage-hr .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/sage-hr-header.jpg);
}
.sage-crm .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/sage-crm-header.jpg);
}
.about .hero, .m2m-iot .hero, .lightspeed .hero, .contact .hero, .services .hero, .privacy-policy .hero, .deliveries .hero, .finances .hero, .returns .hero, .meet-the-team .hero, .join-the-team .hero, .blog .hero, .terms-conditions .hero, .site-map .hero, .our-values .hero, .events .hero, .what-our-customers-say .hero, .products .hero {
	background-image:url(https://theonepoint.co.uk/images/default-full2.jpg);
}

.publicsect .hero {
	background:url(https://theonepoint.co.uk/images/public-sector-bg.jpg) no-repeat;
	background-size:cover;
}

.industry-awards-accreditations .hero {
	background:url(https://theonepoint.co.uk/images/awards/awards3.jpg) no-repeat;
	background-size:cover;
}

.top-foundation .hero {
	background:url(https://theonepoint.co.uk/images/foundation/foundation-header.jpg) no-repeat;
	background-size:cover;
}
.support .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/support-header.jpg);
}
.print-information-management .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/kenmartin-3.jpg);
}
.how-we-support-you .hero {
	background-image:url(https://theonepoint.co.uk/images/headers/how-we-support-you-header.jpg);
}
.hero .feat_text, .herohome .feat_text {
	position: relative;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	margin-top: -20px;
}
.hero .feat_text img {
	display:none;
}
.hero h1 {
	color: #fff;
	font-size: 5.2vw;
	line-height: 5.2vw;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}
.herohome h1 {
	color: #fff;
	font-size: 5.2vw;
	line-height: 5.2vw;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	margin-top: 180px;
}
.hero h1 span, .herohome h1 span {
	color: #fff;
}
.hero h2, .herohome h2 {
	color: #fff;
	font-size: 1em;
	position: relative;
	z-index: 2;
	margin-bottom: 0px;
}
.hero h2 span, .herohome h2 span {
	color: #fff;
}
.hero p, .herohome p {
	color: #fff;
	font-size: 2vw;
	line-height: 2.7vw;
}
.hero.video {
	background-color:transparent;
	height:calc(100vh - 87px);
}
.hero.video::after {
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	content: '';
}
.hero.video .feat_text {
	position: relative;
	z-index: 2;
	top:50%;
	left:5%;
}

.home_adverts, .inner_adverts, .stats {
	background:#fff;
	padding: 150px 0 50px;
	position: relative;
}
.inner_adverts.withline .wrap {
	border-bottom: 4px solid #ededed;
	padding-bottom: 60px;
}
.inner_adverts.withline {
	padding-bottom: 60px;
}
.home_adverts h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.home_adverts img {
	border-radius: 50%;
}
.inner_adverts h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.inner_adverts p {
	margin-bottom: 30px;
}
.inner_adverts .hexblock {
	margin-bottom: 80px;
}
.inner_adverts .hexblock img, .history .bxslider img, .home_adverts img {
	border-radius: 50%;
	float: left;
}
.inner_adverts .hexblock .col-xlg-4 a, .inner_adverts .hexblock .col-xlg-4 span, .history .bxslider span, .home_adverts span {
	position: relative;
	max-width: 100%;
	display: inline-block;
}
.inner_adverts .hexblock .col-xlg-4 a::before, .inner_adverts .hexblock .col-xlg-4 span::before, .history .bxslider span::before, .home_adverts span::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	box-shadow: inset 0 0 13px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 13px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 13px rgba(0,0,0,.2);
}

.stats {
	padding: 110px 0 0;
}
.stats .row {
	border-bottom: 4px solid #ededed;
	padding-bottom: 110px
}
.why_work {
	background:#0a2450 url("https://theonepoint.co.uk/images/pages/global/why-work-bg.webp") no-repeat top right;
	padding: 100px 0;
	color:#fff;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
}
.why_work h2 {
	color:#fff;
	font-size: 36px;
	margin-bottom: 20px;
}
.benefits {
	padding: 100px 0;
	color:#fff;
	position: relative;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url(https://theonepoint.co.uk/images/pages/global/of/home-blue-bg.jpg);
}
/*.benefits.print-management {
	background-image:url(https://theonepoint.co.uk/images/benefits-print-management.jpg);
}
.benefits.information-management {
	background-image:url(https://theonepoint.co.uk/images/benefits-information-management.jpg);
}
.benefits.managed-print-services {
	background-image:url(https://theonepoint.co.uk/images/benefits-managed-print-services.jpg);
}
.benefits.office-printers {
	background-image:url(https://theonepoint.co.uk/images/benefits-office-printers.jpg);
}
.benefits.large-format-printers {
	background-image:url(https://theonepoint.co.uk/images/benefits-large-format-printers.jpg);
}
.benefits.production-printers {
	background-image:url(https://theonepoint.co.uk/images/benefits-production-printers.jpg);
}
.benefits.information-capture {
	background-image:url(https://theonepoint.co.uk/images/benefits-production-printers.jpg);
}
.benefits.finance-automation {
	background-image:url(https://theonepoint.co.uk/images/benefits-finance-automation.jpg);
}
.benefits.information-security {
	background-image:url(https://theonepoint.co.uk/images/benefits-information-security.jpg);
}
.benefits.document-workflows {
	background-image:url(https://theonepoint.co.uk/images/benefits-document-workflows.jpg);
}
.benefits.document-retrieval {
	background-image:url(https://theonepoint.co.uk/images/benefits-document-workflows.jpg);
}
.benefits.it-telecoms {
	background-image:url(https://theonepoint.co.uk/images/benefits-it-telecoms.jpg);
}*/
.benefits.about {
	position: relative;
	background-image:url(https://theonepoint.co.uk/images/pages/global/of/home-cloud-bg.jpg);
}
.benefits.about h2 {
	color:#00aeef !important;
}
.benefits.about .toggleme, .toggleme-pp, .benefits.about .toggleme::after, .toggleme-pp::after, .benefits.about .toggle-text p, .benefits.about .toggle-text-pp p {
	color:#000 !important;
}
.benefits.about .toggleme, .toggleme-pp, {
	border-color:#000 !important;
}
.benefits.about .row, .benefits.information-management .row, .benefits.information-capture .row, .benefits.finance-automation .row, .benefits.information-security .row, .benefits.document-workflows .row, .benefits.digital-mailroom .row, .benefits.document-retrieval .row, .benefits.business-intelligence .row, .benefits.it-telecoms .row, .benefits.support .row {
	position: relative;
	z-index: 2;
}
.benefits h2 {
	color:#fff;
	font-size: 36px;
	margin-bottom: 20px;
}
.benefits .cont_form, .why_work .cont_form {
	margin-bottom: 0;
}
.benefits .cont_form input[type="text"], .benefits .cont_form textarea, .why_work .cont_form input[type="text"], .why_work .cont_form textarea {
	background: #fff;
}
.benefits .cont_form textarea, .why_work .cont_form textarea {
    height: 150px;
}
.projects {
	background:#fff;
	padding: 100px 0 0;
}
.case-studies .projects {
	background:#666;
	padding: 0 0 0;
}
.projects h2 {
	color:#343232;
	font-size: 40px;
	margin-bottom: 20px;
}
.projects a.viewall {
	color:#9a9a9a;
	text-transform: uppercase;
	font-family:"Panton W01 Bold", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 15px;
}
.projects a.viewall .fa {
	color:#d90000;
	font-size: 13px;
	margin-left: 5px;
}
.it-telecoms .projects a.viewall .fa {
	color:#57bbe8;
}
.projects a.viewall:hover, .projects a.viewall:hover .fa {
	color:#666;
}
.projects figure h2 {
	color:#fff;
	font-size: 40px;
	text-transform: none;
}
.filters {
	background: #eee;
	padding:50px 0;
}
.filters .styled-select {
   overflow: hidden;
   height: 63px;
   width: 100%;
   border: 1px solid #dbdbdb;
   position: relative;
}
.filters .styled-select::after {
    content: '\f107';
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 24px;
    font-family: FontAwesome;
    color: #909090;
    pointer-events: none;
}

.filters .styled-select select {
	background: #f4f4f4;
	font-size: 14px;
	padding: 5px 20px;
	font-size: 18px;
	height: 63px;
	width: 120%;
	border: 0;
	font-family:"Panton W01 Regular", Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.filters .btn {
	width:100%;
	background: transparent;
}
.filters h3 {
    font-size: 21px;
}

.interested {
	background:#31baed url(https://theonepoint.co.uk/images/pages/global/of/home-blue-bg.jpg) no-repeat bottom center;
	color:#fff;
	position: relative;
	height: 700px;
	overflow: hidden;
}
.interested h2 {
	color:#fff;
	font-size: 4.2vw;
	line-height: 4.9vw;
}
.interested a {
	color:#fff;
}
.interested p {
	font-size: 18px;
	margin:25px 0 40px;
}
.interested .text_holder {
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	margin: auto;
}
.interested .sketch {
	position: relative;
	z-index: 0;
}
.interested.withpic {
	height: auto;
	padding:80px 0;
}
.interested.withpic img {
	max-height: 550px;
}
.how_work {
	background:#e8eef0;
	padding: 100px 0 80px;
}
.how_work.whitebg {
	background:#fff;
}
.how_work h2 {
	color:#343232;
	font-size: 40px;
	margin-bottom: 50px;
}
.how_work h3 {
	font-size: 25px;
	margin: 20px 0;
}
.how_work img, .offers img {
    border-radius: 5px;
}
.breadcrumbs {
	background: rgba(0,0,0,0.6);
	margin-top: -54px;
	height:54px;
	line-height:50px;
	position: relative;
	z-index: 4;
}
.breadcrumbs li {
	display: inline-block;
	color: #fff;
	padding-right: 40px;
	position: relative;
}
.breadcrumbs li:last-child {
	color: #fff;
}
.breadcrumbs li:not(:last-child)::after {
    content: '\f105';
    position: absolute;
    top: 0;
    right: 14px;
    font-family: FontAwesome;
    color: #fff;
}
.breadcrumbs li a {
	color: #31baed;
}
.breadcrumbs li a:hover {
	color: #fff;
}
.customers {
	background:#e8eef0;
	padding: 100px 0 70px;
}
.customers h2 {
	color:#343232;
	font-size: 30px;
	margin-bottom: 60px;
}
.customers .quote_box {
	background:#fff;
	text-align: center;
	padding:20px;
	height: 100%;
}
.customers .quote_box p {
	color: #999999;
	font-size: 15px;
}
.customers .quote_box .quote_border {
	border:1px solid #e8eef0;
	padding:70px 40px 50px;
	height: 100%;
}
.customers .quote_box .diamond {
	background:#00aeef;
	display:block;
	margin:auto;
	margin-bottom: 50px;
	width:82px;
	height: 82px;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	text-align: center;
}
.customers .quote_box .diamond span {
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	position: absolute;
	left: 30%;
	top: 30%;
}
.customers .quote_box p:last-child {
	color: #00aeef;
	font-weight: 700;
	margin-top: 30px;
}
.customers .col-xlg-3 {
	margin-bottom: 30px;
}

/* Projects */

.proj_det {
	padding:100px 0;
}
.proj_det h4 {
	text-transform: uppercase;
	font-size: 14px;
	color: #c31d1f;
}
.proj_det h3, .proj_det_more h3, .proj_det h2, .proj_det_more h2 {
	margin-bottom: 10px;
}
.proj_det a {
	color: #666;
}
.proj_det a:hover {
	color: #c31d1f;
}
.proj_det a i {
	margin-right: 3px
}
.proj_det ul {
	margin-left: 25px;
	list-style: disc;
}
.proj_det_more {
	padding:150px 0 130px;
	position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
}
.proj_det_more::after {
	background: rgba(58,58,58,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	content: '';
}
.proj_det_more .row {
	position: relative;
	z-index: 2;
}
.proj_det_more h2 {
	line-height: 40px;
}
.proj_det_more h2, .proj_det_more h3 {
	color: #fff;
}
.proj_icons {
	padding:130px 0;
}
.proj_icons h4 {
	font-size: 17px;
	margin-top: 30px;
	line-height: 25px;
}
.testimonial p {
	font-size: 32px;
	line-height: 40px;
	font-family:"Panton W01 Bold", Helvetica, Arial, sans-serif;
	color: #bdbdbd;
	margin-bottom: 35px;
}

/* Jobs */

.jobs_inner {
	padding:100px 0;
}
.jobs_inner h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

/* Contact */

.contact_inner {
	padding:100px 0;
}
.cont_det li {
	margin:20px 0;
	position: relative;
	padding-left: 30px;
}
.cont_det li::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	color: #00aeef;
	font-size: 22px;
}
.cont_det li:first-child::before {
	content: '\f041';
	left: 4px;
}
.cont_det li:nth-child(2)::before {
	content: '\f10b';
	left: 2px;
}
.cont_det li:nth-child(3)::before {
	content: '\f0e0';
	font-size: 15px;
}

.cont_det li:nth-child(4)::before {
	content: '\f0e0';
	font-size: 15px;
}

.cont_det li:nth-child(5)::before {
	content: '\f0e0';
	font-size: 15px;
}
.contact_inner h3 {
	font-size: 25px;
	padding-top: 0;
}
.cont_det li:nth-child(3)::before {
	content: '\f0e0';
	font-size: 15px;
}
.cont_form {
	margin-bottom: 50px;
}
.cont_form li {
	padding:10px 0;
}
.cont_form input[type="text"], .cont_form textarea {
    margin-bottom: 10px;
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #fff;
    padding: 15px;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
}
.cont_form textarea {
	height: 250px;
}
.cont_form .btn {
	width: 100%;
}
.signup {
	background: #00aeef;
	padding:50px 0;
}
.signup input[type=text], .signup input[type=email] {
   overflow: hidden;
   height: 63px;
   width: 100%;
   border: 1px solid #fff;
   position: relative;
   padding: 5px 20px;
   font-size: 18px;
	font-family:"Panton W01 Regular", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	border-radius: 30px;
}
.signup h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
    padding-top: 0;
}

/* News */

.news_inner {
	padding:100px 0;
}
.news_inner .archive_list h2 {
	font-size: 25px;
	margin-bottom: 15px;
}
.news_inner .archive_list li {
	margin:13px 0;
	position: relative;
	padding-left: 25px;
}
.news_inner .archive_list li::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	color: #ccc;
	font-size: 16px;
	content: '\f054';
}
.news_block {
	margin-bottom: 80px;
}
.news_block h2, .news_detail h2 {
	font-size: 25px;
	line-height: 32px;
}
.news_block h2 {
	padding:0;
}
.news_block h3 {
	padding-top:5px;
}
.news_block h2 a {
	color:#343232;
}
.news_block h3, .news_detail h3 {
	font-size: 14px;
	color: #00aeef;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
	line-height: 24px;
}
.news_block h3 a, .news_detail h3 a {
	color: #00aeef;
	text-decoration: underline;
}
.news_detail h4 {
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: -5px;
	line-height: 24px;
	padding:0;
}
.news_block .btn, .news_detail .btn, .inner_adverts .btn {
	width:293px;
	font-size: 14px;
	letter-spacing: 3px;
}
.news_block h3 span.grey {
	color: #585858;
}
.news_block .btn:hover, .news_detail .btn:hover {
	background:#9ed9ef;
	color:#fff;
}
.news_block .accred {
	padding: 45px 10px;
	border: 1px solid #ccc;
	display: block;
}
.news_detail h1 {
	margin-bottom: 10px;
	font-size: 25px;
}
.news_detail img {
	margin-bottom: 15px;
	margin-top: 5px;
	width: 100%;
}
.news_detail hr {
	border: 0;
	height: 1px;
	background-image: none;
	background-image: linear-gradient(to right, #eee, #ccc, #eee);
	margin:40px 0;
}
.news_detail p.back {
	font-size: 14px;
	color: #d90000;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family:"Panton W01 Bold", Helvetica, Arial, sans-serif;
}
.news_detail p.back .fa {
	margin-right: 5px;
}
.layout.blog p.rssbtn {
	background:#00aeef;
	color:#ffffff;
	font-weight:700;
    font-size:15px;
	border:1px solid #00aeef;
}
.layout.blog p.rssbtn a {
	color:#ffffff;
}
.layout.blog p.rssbtn i, .layout.blog p.rssbtn span {
	display:inline-block;
	vertical-align:middle;
}
.layout.blog p.rssbtn i {
	width:40px;
	background:#ffffff;
	color:#00aeef;
	line-height:50px;
	text-align:center;
	font-size:20px;
}
.layout.blog p.rssbtn span {
	width:74%;
	padding:0 10px;
    line-height:18px;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	-o-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.layout.blog p.rssbtn:hover span {
	color:#cccccc;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	-o-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.paging {
	margin-bottom: 80px;
}
.paging li {
	border:1px solid #00aeef;
	padding:0;
	background:#00aeef;
	color:#fff;
	margin-right: 10px;
	display: inline-block;
	min-width:32px;
	text-align: center;
}
.paging li.pg_on {
	background:#fff;
	color:#00aeef;
	padding:5px 10px;
}
.paging li a {
	color:#fff;
	display: block;
	padding:5px 10px;
}
.paging li a:hover {
	background:#fff;
	color:#00aeef;
}

/* About */

h4.date {
	font-size: 14px;
	color: #00aeef;
    text-transform: uppercase;
    padding-top: 0px;
}

.accreditations, .charities {
	padding:100px 0;
}
.accreditations h2, .history h2, .charities h2, .charities h2 {
	font-size: 36px;
	margin-bottom: 25px;
	line-height: 45px;
}
.support .history h2 {
	font-size: 30px;
	margin-bottom: 25px;
	line-height: 40px;
}
.accreditations h3, .history h3, .charities h3 {
	margin-bottom: 25px;
}
.history {
	padding:100px 0;
	background: #32baee;
	color: #fff;
}
.history h2, .history h3, .history p {
	color:#fff;
}
.history .bxslider h2, .history .bxslider h3, .history .bxslider p {
	padding:0 40px;
}
.support .bxslider p {
	padding: 0 35px;
}
.history .bxslider h3 {
	line-height: 26px;
}
.history .bxslider a {
	color:rgba(255,255,255,0.6);
}
.charities h3 {
	font-size: 25px;
	margin-top: 35px;
	line-height: 34px;
}
.profile {
	position: relative;
	margin-bottom: 120px;
}
.profile::after {
	position: absolute;
	content: '';
	height: 1px;
	width:285px;
	background: #ccc;
	left:50%;
	margin-left: -142px;
	bottom:-30px;
}
.profile h2 {
	font-size: 36px;
	line-height: 38px;
	margin-top: 20px;
}
.profile h3 {
	font-size: 17px;
	text-transform: uppercase;
	color: #00aeef;
	margin:10px 0;
}
.profile p:last-of-type {
	margin-top:40px;
}
.profile .icon {
	border-radius: 50%;
	background: #00aeef;
	color:#fff;
	width:50px;
	height: 50px;
	line-height: 50px;
	margin:0 10px;
	display: inline-block;
	font-size: 22px;
}
.profile .icon:hover {
	opacity:0.5;
}
.profile img {
	border-radius: 50%;
	float: left;
}
.profile figure {
	position: relative;
	max-width: 100%;
	display: inline-block;
}
.profile figure::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	box-shadow: inset 0 0 13px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 13px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 13px rgba(0,0,0,.2);
}
.postit {
	margin-bottom: 60px;
}
.postit div {
	background:#13495e;
	border-top:20px solid #114351;
	color:#fff;
	max-width: 380px;
	min-height: 270px;
	padding:40px 40px 50px;
	position: relative;
	/*box-shadow: 0 4px 4px 2px rgba(0,0,0,0.1);*/
	transform: translateZ(1px) rotate(4deg);
	-webkit-transform:translateZ(1px) rotate(4deg);
	-webkit-backface-visibility: hidden;
}
.postit:nth-child(even) div {
	background:#30b9ec;
	border-top:20px solid #2dafd7;
	transform: translateZ(1px) rotate(-4deg);
	-webkit-transform:translateZ(1px) rotate(-4deg);
}
.postit div::after {
	content: '';
	position: absolute;
	bottom:0;
	right: 0;
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top: 45px solid #114351;
	border-right: 45px solid #fff;
}
.postit:nth-child(even) div::after {
	border-top: 45px solid #2dafd7;
}
.postit div figure {
	font-size: 30px;
	line-height: 38px;
}
.postit div figcaption {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
}

/* Accordion */

.toggle-text h3 {
	font-size: 17px;
	color:#fff !important;
}
.toggle-text p {
	display: block;
	font-size: 17px !important;
	color:#fff !important;
}

.toggle-text-pp p {
	display: block;
	font-size: 17px !important;
	color:#000 !important;
}

.toggle-text p:last-child, .toggle-text-pp p:last-child {
	margin-bottom:0;
}
.toggle-group {
	margin-top:10px;
	margin-bottom:30px;
}
.toggle-group a:after {
}
.toggle-text, .toggle-text-pp {
	display:none;
	overflow: hidden;
	padding: 20px 0;
}
.toggleme, .toggleme-pp, {
	padding:18px 55px 18px 0;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:none;
	transition:none;
	font-size:17px !important;
	display:block !important;
	border-bottom:1px solid #ccc;
	cursor:pointer;
	margin:0;
	position: relative;
	line-height: 22px !important;
	color: #fff;
	font-weight: 700;
}
.toggleme:hover, .toggleme-pp:hover {
	opacity:0.7;
}
.toggleme::after, .toggleme-pp::after {
	position:absolute;
	content: '+';
	font-weight:200;
	font-size:24px;
	color:#fff;
	padding-left:8px;
	width: 8px;
	display: inline-block;
	top:17px !important;
	right:20px;
}
.toggleme.active::after, .toggleme-pp.active::after {
	content: '-';
	right: 19px;
}
.sitemap li {
	list-style: disc outside;
	margin-bottom:10px;
	margin-left: 25px;
	padding-bottom: 0
}
.sitemap ul {
	margin: 15px 0;
}

.footer {
	padding:40px 0;
	background:#242424;
	color:#fff;
}
.footer a {
	color:#fff;
}
.footer a:hover, .footer a.onstate {
	color:#666 !important;
}
.footer ul {
	display: block;
}
.footer li {
	padding-bottom: 0;
	color:#fff;
	text-align: center;
	font-weight:300;
	font-size:17px;
	position:relative;
	display: inline-block;
}
.footer li::after {
	position:absolute;
	background:#fff;
	width:1px;
	height:12px;
	top:7px;
	content:'';
}
.footer li:last-child::after {
	display:none;
}
.footer p {
	font-size:17px;
}
.footer a.arrival {
	color:#00aeef;
}
.footer .social_icons a.twitter, .header a.twitter {
    background: #2aa9df;
}
.footer .social_icons a.facebook, .header a.facebook {
    background: #365f9f;
}
.footer .social_icons a.linkedin, .header a.linkedin {
    background: #066c9a;
}
.footer .social_icons a.instagram, .header a.instagram {
    background:  #6E5ED1;
}
.footer .social_icons a.instagram {
  background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.footer .social_icons a {
    border-radius: 50%;
    color: #fff !important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin:0 5px;
}
.footer .social_icons a:hover, .header .social_icons a:hover {
    opacity: 0.8;
}

.footer_nav {
	padding:40px 0;
	background:#242424;
	color:#fff;
	border-bottom: 1px solid #2e2e2e;
}
.footer_nav a {
	color:#31baed;
}
.footer_nav a:hover, .footer a.onstate {
	color:#666 !important;
}
.footer_nav .col-xlg-4 {
	margin-bottom: 30px;
}
.footer_nav ul {
	display: block;
}
.footer_nav li {
	padding-bottom: 0;
	color:#fff;
	font-size:17px;
	position:relative;
}
.footer_nav li a, .footer_nav span {
	color:#999;
}
.footer_nav h3 {
	color:#fff;
	padding-bottom: 29px;
}
.footer_nav h4 {
	font-weight: 200;
	font-size: 17px;
	color:#31baed;
	padding-top: 3px;
}
.footer_nav h5 {
	font-weight: 200;
	font-size: 17px;
	color:#fff;
	padding-top: 0;
}
.footer_nav .sales_block h3 {
	padding-bottom: 5px;
}
.footer_nav .sales_block h3.neghead {
	margin-top: -15px;
}


#loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background:#000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -45px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00aeef;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #00aeef;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #00aeef;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }


/* Modal */

#lean_overlay {
    position: fixed;
    z-index:10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#modal {
	width: 90%;
	padding: 30px 30px 15px;
	background: #FFF;
	display:none;
	top:50% !important;
	transform: translate(-50%, -50%);
	left:50% !important;
	right:0 !important;
	text-align: center;
	margin:0 !important;
}
#modal h2 {
	font-size: 32px;
	color: #000;
	padding:0;
}
#modal h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #b12a2a;
	padding-top: 10px;
}
#modal img {
	border:1px solid #eeeff0;
}
#modal .modal_close {
	position: absolute;
	top: -42px;
	right: -4px;
	display: block;
	z-index: 2;
	color: #fff;
	font-size: 30px;
}
#modal .modal_inner {
	width:100%;
}
#modal .modal_inner p.center-xs {
	padding:80px 0;
}
#modal .modal_inner center {
	padding:20px;
	background:#fff;
}
#modal .prof_container {
	height:450px;
	overflow:scroll;
}
.fb-share-button.fb_iframe_widget span {
	vertical-align:top!important;
	margin-top:-2px;
}
#enqbnshw {
	background:#d90000;
    position:absolute;
    z-index:999;
    left:0px;
    top:0;
    width:60px;
    height:60px;
    text-align:center;
    color:#ffffff;
    border-radius:8px 0px 0px 8px;
	cursor:pointer;
}
#slidecontent .cont_form input.reqinpt::-webkit-input-placeholder {
	color:#d90000;
}
#enqbnshw i {
	font-size:20px;
	top:18px;
    position:relative;
}
.formshw {
	display:none;
}
#slideout {
    position: fixed;
    width:420px;
    top:26%;
    right:-360px;
    padding-left: 20px;
	z-index:999999;
}
#slidecontent {
    float:left;
	margin-left:40px;
	background:rgba(0,0,0,0.7);
	padding-left:26px;
	padding-right:26px;
	width:90%;
}
#slidecontent .cont_form {
	margin-top:0px;
	margin-bottom:20px;
}
#slidecontent h2 {
	color:#ffffff;
	margin-top:10px;
}
#slidecontent .cont_form textarea {
	height:150px;
}
#slidecontent .cont_form .btn.red {
	background:#d90000;
	color:#ffffff;
}
#slidecontent .cont_form .btn.red:hover {
	background:#ffffff;
	color:#d90000;
}
#slidecontent .cont_form i, #slidecontent .cont_form p, #slidecontent .cont_form label {
	color:#ffffff;
}
#slidecontent .cont_form label input {
	margin-right:8px;
}
#twitterblk {
	background:#ffffff;
	padding:80px 0px 50px 0px;
}
#twitterblk #tweet-container li {
	width:33.33%;
	display:inline-block;
}
#twitterblk i.fa-twitter {
	font-size:76px;
	color:#2aa9df;
}
#twitterblk .interact {
	display:none;
}
#twitterblk p {
	font-size:18px;
	line-height:28px;
}
#twitterblk a {
	color:#00aeef;
}
#twitterblk a:hover {
	color:#343232;
}
#twitterblk #tweet-container li .tweet {
	display:inline-block;
	width:75%;
	vertical-align:top;
	text-align:left;
	padding-left:26px;
	padding-right:10px;
}
#twitterblk #tweet-container li p.imguser {
	display:inline-block;
	width:96px;
	vertical-align:top;
}

/* Pillar Styles */

#mobile-pillar-hello-5g {
	max-width: 1200px;
	margin:auto;
}

.mobile-pillar-hello-5g-left {
	margin-top: 50px;
	background: #0d2a52;

}

.mobile-pillar-hello-5g-left img {
	margin-top: 11px;
}

.mobile-pillar-hello-5g-right {
	margin-top: 50px;
	background: #a7eafb;
}

.mobile-pillar-hello-5g-right a {
	font-weight: bold;
	color: #0397df;
}

.mobile-pillar-hello-5g-right ul {
	margin-top: -7px;
}

.mobile-pillar-hello-5g-full h3, h2 {
	margin: auto;
	padding: 20px;
}

.p > .blog-highlight {
	font-size: 25px;
    line-height: 32px;
	margin: auto;
    padding: 20px;
	font-family: "monsal-gothic", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #343232;
}



.blog-table {
	border: solid 2px #56b9e9;
	background: #f1f4f6;
}

#mobile-pillar-award-winning {
	background-color: ##eef0f1;
	max-width: 1200px;
	margin:auto;

}

.mobile-pillar-award-winning-head {
	background-color: #eef0f1;
}4

.mobile-pillar-award-winning-discover-right {
	padding: 15px;
	background-color: #eef0f1;
}

.mobile-pillar-award-winning-discover-right p ul li {
	padding: 15px;
}

.mobile-pillar-award-winning-discover-right a {
	margin: 15px;
	font-weight: bold;
	color: #0397df;
}

.pillar-awards img.award {
    opacity: 0.9;
    margin: 5px 10px;
    max-height: 100px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding-right: 22px;
}

/* MOBILE FIRST (.xs) */


/* UNDER 992px */

@media (max-width: 62em) {

	.projects {
	    padding: 70px 0 0;
	}
	.why_work, .home_adverts, .winner_adverts {
	    padding: 70px 0;
	}
	.projects figure figcaption {
		padding:0;
	}
	.projects figure h2 {
	    font-size: 30px;
	}
	.interested {
	    height: 550px;
	}
	.panel {
		background-attachment:inherit;
	    height: auto;
	    padding: 150px 0;
	}
	.panel.video {
	    padding: 150px 0 100px;
	}
	.interested .text_holder {
	    position: relative;
	    top: 0;
	    transform: none;
	    -webkit-transform: none;
	    -ms-transform: none;
	}
	.interested {
		height:auto;
		padding: 40px 0;
	}
	.stats .row {
		padding-bottom: 70px
	}
	.stats .hexblock {
		margin-bottom: 40px
	}

	.panel h1 {
	    font-size: 64px;
	    line-height: 66px;
	    margin-bottom: 40px;
	}
	.footer ul {
		margin:30px 0;
	}
	.footer li {
	    display: block;
	}
	.footer li::after {
		display: none;
	}
	.footer .social_icons a {
	    margin: 0 5px;
	}
	#twitterblk #tweet-container li {
		width:100%;
		margin-bottom:20px;
	}
	#twitterblk #tweet-container li:last-child {
		margin-bottom:0px;
	}
}

/* UNDER 767px */

@media (max-width: 48em) {

	.herohome h1 {
	    color: #fff;
	    font-size: 5.2vw;
	    line-height: 5.2vw;
	    position: relative;
	    z-index: 2;
	    margin-bottom: 20px;
	    margin-top: 70px;
	}

	.feat_text {
	    top: 45%;
	    margin-top: -20px;
	}

	body {
		overflow-x:hidden;
	}
	.bars, #loader-wrapper {
		display:none;
	}
	.panel h1 {
	    font-size: 40px;
		line-height: 47px;
	    margin-bottom: 30px;
	}
	.panel.video h1 {
	    font-size: 50px;
	    line-height: 52px;
	}
	#cssmenu {
	    display: none !important;
	}
	.header {
		padding: 20px 0;
	}
	.hero, .hero.video {
	    background-position: 100% 69px;
	    margin-top: 69px;
	    padding:90px 0 50px;
	    height: auto;
	}
	.hero.video::after {
		background: rgba(0,0,0,0.4);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 1;
		content: '';
	}
	.about .hero, .m2m-iot .hero, .lightspeed .hero, .contact .hero, .services .hero, .privacy-policy .hero, .deliveries .hero, .finances .hero, .returns .hero, .meet-the-team .hero, .join-the-team .hero, .blog .hero, .terms-conditions .hero, .site-map .hero, .our-values .hero, .events .hero, .what-our-customers-say .hero, .products .hero {
		background-image:url(https://theonepoint.co.uk/images/default-mobile.jpg);
	}

	.publicsect .hero {
		background:url(https://theonepoint.co.uk/images/public-sector-bg-sm.jpg) no-repeat;
		background-size:cover;
	}


	.industry-awards-accreditations .hero {
		background:url(https://theonepoint.co.uk/images/awards-mobilev2.jpg) no-repeat;
		background-size:cover;
	}
	.the-one-plan .hero {
		background-image:url(https://theonepoint.co.uk/images/headers/mobile/the-one-plan-header.jpg);
	}
	.the-one-cloud .hero {
	    background-image: url(https://theonepoint.co.uk/images/headers/mobile/the-one-cloud-header.jpg);
	}
	.the-one-network .hero {
	    background-image: url(https://theonepoint.co.uk/images/headers/mobile/the-one-network-header.jpg);
	}
	.the-one-app .hero {
	    background-image: url(https://theonepoint.co.uk/images/headers/mobile/the-one-app-header.jpg);
	}
	.the-one-crm-erp .hero {
	    background-image: url(https://theonepoint.co.uk/images/headers/mobile/the-one-crm-erp-header.jpg);
	}
	.the-one-tracker .hero {
	    background-image: url(https://theonepoint.co.uk/images/headers/tracker.jpg);
	}
	.office-365 .hero {
	    background-image: url(https://theonepoint.co.uk/images/headers/office365-mobile2.jpg);
	}
	.mobile-device-management .hero {
	    background-image: url(https://theonepoint.co.uk/images/headers/mobile/mobile-device-management-header.jpg);
	}
	.sage-services .hero {
	    background-image: url(https://theonepoint.co.uk/images/headers/mobile/sage-services-header.jpg);
	}
	.print-information-management .hero {
		background-image:url(https://theonepoint.co.uk/images/headers/kenmartin-mobile2.jpg);
	}
	.mobile .hero {
		background-image:url(https://theonepoint.co.uk/images/headers/mobile/mobile-header.jpg);
	}
	.digital-software-services .hero {
		background-image:url(https://theonepoint.co.uk/images/headers/mobile/digital-software-services-header.jpg);
	}
	.telecoms-voip .hero {
		background-image:url(https://theonepoint.co.uk/images/headers/mobile/telecoms-voip-header.jpg);
	}
	.it-services-support .hero {
		background-image:url(https://theonepoint.co.uk/images/headers/mobile/it-services-support-header.jpg);
	}
	.home .hero {
		background-image:url(https://theonepoint.co.uk/images/default-mobile3.jpg);
	}
	.panel {
	    padding: 50px 0;
	}
	.panel.video {
	    padding: 114px 0 30px;
		background:url(https://theonepoint.co.uk/images/default-mobile3.jpg) no-repeat;
		background-size:cover;
	}
	.panel .feat_text, .hero .feat_text {
	    top: 0;
	    transform: none;
	    -webkit-transform: none;
	    -ms-transform: none;
	}
	.projects:not(.home .projects) {
	    padding: 0;
	}
	.projects figure h2 {
	    font-size: 22px;
	    padding: 0.5em 0 0;
	}
	.grid figure {
	    width: 50% !important;
	}
	.bxslider div {
		margin-left: 20px !important;
	}
	.bx-wrapper .bx-prev {
	    left: -11px !important;
	}
	.bx-wrapper .bx-next {
	    right: -25px !important;
	}
	.charities h3 {
	    margin-top: 0;
	    margin-bottom: 15px;
	}
	.charities p:last-of-type {
	    margin-bottom: 40px;
	}
	.hero p {
	    font-size: 16px;
		line-height: 24px;
	}
	.hero h1 {
	    font-size: 40px;
	    line-height: 46px;
	}
	.breadcrumbs li {
		font-size: 14px;
		padding-right: 30px;
	}
	.breadcrumbs li:first-child {
	    display:none;
	}
	.breadcrumbs li:not(:last-child)::after {
	    top: 1px;
	    right: 10px;
	}
	.projects .end-xs {
		text-align: start;
	}
	.interested p {
	    font-size: 16px;
	}
	.proj_det, .proj_det_more, .proj_icons {
		padding:40px 0;
	}
	.proj_det .row div:first-of-type {
		margin-bottom: 30px;
	}
	.proj_icons p {
	    margin-top: 30px;
	}
	.testimonial {
	    padding: 0 0 60px;
	}
	.testimonial_inner {
	    padding-top: 40px;
	}

	.testimonial p {
	    font-size: 22px;
	    line-height: 35px;
	}
	.inner_adverts .hexblock h2 {
	    margin-top: 20px;
	}
	.inner_adverts .hexblock:last-child {
	    margin-bottom: 0;
	}
	.benefits {
	    padding: 50px 0;
	}
	.how_work {
	    background: #fff;
	    padding: 50px 0 0;
	}
	.how_work p img {
		margin-top: 20px;
	}
	.how_work h2 {
	    margin-bottom: 20px;
	}
	.benefits.about::after {
	    background: rgba(255,255,255,0.9);
	}
	.filters .styled-select {
		margin:15px 0;
	}
	.filters .btn {
		margin-top:15px;
	}
	.hero h1 br {
		display:none;
	}




}

/* BETWEEN 480px & 767px */

@media (min-width: 30em) and (max-width: 48em) {



}

/* BETWEEN 992px (.md) &  1199px (.lg) */

@media (min-width: 48em) and (max-width: 75em) {


	.tel {
		display: none;
	}

}

/* BETWEEN 767px (.sm) &  992px (.md) */

@media (min-width: 48em) and (max-width: 62em) {

	.header li {
		padding: 0 5px;
		font-size: 14px;
	}

}

/* OVER 768px (.sm) */

@media only screen and (min-width:49em) {

	/*.support .hero {
		background-image:none;
	}*/
	.support .hero.video {
		   background-image:none!important;
	}
	.signup input[type=text], .signup input[type=email] {
		margin-bottom: 0;
	}
	.hero .feat_text img {
		display:inline;
	}


}

@media only screen and (max-width: 992px) {
.panel.video .fp-tableCell {
	z-index:999;
	position:relative;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	transform: translate(0);
	margin: 0 auto;
	display:block;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate(0) scale(0.8);
	margin: 0 auto;
	display:block;
}
}
@media only screen and (max-width: 820px) {
	.layout.blog p.rssbtn i, .layout.blog p.rssbtn span {
		width:100%;
	}
	.layout.blog p.rssbtn span {
		padding:10px 20px;
		text-align:center;
	}
}

@media only screen and (max-width: 784px) {
.support .hero.video {
	background-image:none!important;
}
}

@media only screen and (max-width: 767px) {
	.support .hero.video {
		background:url(https://theonepoint.co.uk/images/headers/mobile/about-header.jpg) no-repeat!important;
		background-size:cover;
	}
	.layout.blog p.rssbtn i {
		width:50px;
	}
	.layout.blog p.rssbtn span {
		width:74%;
		text-align:left;
	}
	[data-aos^=fade][data-aos^=fade], [data-aos^=zoom][data-aos^=zoom] {
		opacity:1!important;
	}
	[data-aos=zoom-out-up] {
		transform: translateY(0px) scale(1)!important;
	}
	[data-aos=fade-up] {
		transform: translateY(0px)!important;
	}
	.panel .feat_text {
		margin-top:0px;
	}
	.panel {
		padding:30px 0px;
	}
	.hero.video::after {
		background: rgba(0,0,0,0.4);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 1;
		content: '';
	}
}

@media only screen and (max-width: 440px) {
	#slideout {
	    position: fixed;
	    width: 360px;
	    top: 26%;
	    right:-300px;
	    padding-left: 20px;
	    z-index: 999999;
	}
	#slideout .btn {
		font-size:10px;
	}
	#twitterblk #tweet-container li .tweet {
		padding-left:0px;
		padding-right:0px;
	}
}

/* OVER 992px (.md) */

@media only screen and (min-width:62em) {

	.footer li {
		margin:0 15px;
	}
	.footer li::after {
		right:-18px;
	}

}

/* OVER 1200px (.lg) */

@media only screen and (min-width:75em) {

	.header .social_icons a {
	    border-radius: 50%;
	    color: #fff !important;
	    width: 24px;
	    height: 24px;
	    line-height: 24px;
	    font-size: 12px;
	    text-align: center;
	    display: inline-block;
	    vertical-align: middle;
	    margin:0 3px;
	}
	.panel .feat_text li a {
	    margin: 0;
	}
	.panel .feat_text li::after {
		left: 2px;
	}
	.hero h1 {
	    font-size: 66px;
	    line-height: 72px;
	}
	.hero p {
	    font-size: 20px;
	    line-height: 30px;
	}
	.interested h2 {
	    font-size: 52px;
	    line-height: 60px;
	}
	.panel h1 {
	    font-size: 51px;
	    line-height: 62px;
	}
	.panel.video h1 {
		font-size: 84px;
		line-height: 96px;
	}

	.footer .social_icons a.facebook {
	    margin: 0 10px;
	}
	.footer .social_icons a.google {
	    margin-left: 10px;
	}
	.footer ul {
	}
	.footer ul.centerit {
		text-align: center;
	}

}

/* OVER 1920px (.xlg) */

@media only screen and (min-width:120em) {
	.header .social_icons a {
	    width: 32px;
	    height: 32px;
	    line-height: 32px;
	    font-size: 18px;
	    margin:0 5px;
	}
	.wrap {
	    max-width: 1850px;
	}
	.header .tel {
		font-size: 18px;
	}
	.benefits.about::after {
		display: none;
	}
	.cont_det {
		margin-bottom: 0;
	}
	.footer .social_icons a.facebook {
	    margin: 0 20px;
	}
	.footer .social_icons a.google {
	    margin-left: 20px;
	}
	.footer li {
		margin:0 30px;
	}
	.footer li:first-child {
		margin-left:30px;
	}
	.footer li::after {
		right:-35px;
	}
	.footer_nav .news_foot {
		padding-right: 90px;
	}
	.postit:nth-child(5) div, .postit:nth-child(7) div, .postit:nth-child(13) div, .postit:nth-child(15) div {
	    transform: translateZ(1px) rotate(-4deg);
	    -webkit-transform: translateZ(1px) rotate(-4deg);
	}
	.postit:nth-child(6) div, .postit:nth-child(8) div, .postit:nth-child(14) div {
	    transform: translateZ(1px) rotate(4deg);
	    -webkit-transform: translateZ(1px) rotate(4deg);
	}

}

/* Small Laptops */

@media screen and (max-height: 750px) and (min-width : 768px) {
	.support .hero.video {
		background-image:url(https://theonepoint.co.uk/images/headers/mobile/about-header.jpg) no-repeat!important;
		background-size:cover;
	}
	.layout.blog p.rssbtn i {
		width:50px;
	}
	.layout.blog p.rssbtn span {
		width:74%;
		text-align:left;
	}
	[data-aos^=fade][data-aos^=fade], [data-aos^=zoom][data-aos^=zoom] {
		opacity:1!important;
	}
	[data-aos=zoom-out-up] {
		transform: translateY(0px) scale(0.8)!important;
	}
	[data-aos=fade-up] {
		transform: translateY(0px)!important;
	}
	.panel .feat_text {
		margin-top:0px;
	}
	.panel {
		padding:30px 0px;
	}
	/*.panel.video::after {
		display:none;
	}*/
	.panel h1 {
	    font-size: 40px;
		line-height: 47px;
	    margin-bottom: 30px;
	}
	.panel.video h1 {
	    font-size: 50px;
	    line-height: 52px;
	}
	.hero, .hero.video {
	    background-position: 100% 69px;
	    margin-top: 69px;
	    padding:90px 0 120px;
	    height: auto;
	}
	/*.panel.video {
	    padding: 124px 0 30px;
	    background:url(https://theonepoint.co.uk/images/headers/mobile/about-header.jpg) no-repeat;
		background-size:cover;
	}*/
	.panel.video {
	    padding: 124px 0 30px;
	}
	.panel .feat_text, .hero .feat_text {
	    top: 0;
	    transform: none;
	    -webkit-transform: none;
	    -ms-transform: none;
	}
	.about .hero, .m2m-iot .hero, .lightspeed .hero, .contact .hero, .services .hero, .privacy-policy .hero, .deliveries .hero, .finances .hero, .returns .hero, .meet-the-team .hero, .join-the-team .hero, .blog .hero, .terms-conditions .hero, .site-map .hero, .our-values .hero, .events .hero, .what-our-customers-say .hero, .products .hero {
		background:url(https://theonepoint.co.uk/images/default-full2.jpg) no-repeat;
		background-size:cover;
	}

	.publicsect .hero {
		background:url(https://theonepoint.co.uk/images/public-sector-bg-sm.jpg) no-repeat;
		background-size:cover;
	}


	.industry-awards-accreditations .hero {
		background:url(https://theonepoint.co.uk/images/awards/awards3.jpg) no-repeat;
		background-size:cover;
	}
	.top-foundation .hero {
		background:url(https://theonepoint.co.uk/images/foundation/foundation-header.jpg) no-repeat;
		background-size:cover;
	}
	.the-one-plan .hero {
		background:url(https://theonepoint.co.uk/images/headers/mobile/the-one-plan-header.jpg) no-repeat;
		background-size:cover;
	}
	.the-one-cloud .hero {
	    background: url(https://theonepoint.co.uk/images/headers/mobile/the-one-cloud-header.jpg) no-repeat;
		background-size:cover;
	}
	.the-one-network .hero {
	    background: url(https://theonepoint.co.uk/images/headers/mobile/the-one-network-header.jpg) no-repeat;
		background-size:cover;
	}
	.the-one-app .hero {
	    background: url(https://theonepoint.co.uk/images/headers/mobile/the-one-app-header.jpg) no-repeat;
		background-size:cover;
	}
	.the-one-crm-erp .hero {
	    background: url(https://theonepoint.co.uk/images/headers/mobile/the-one-crm-erp-header.jpg) no-repeat;
		background-size:cover;
	}
	.the-one-tracker .hero {
	    background: url(https://theonepoint.co.uk/images/headers/tracker.jpg) no-repeat;
		background-size:cover;
	}
	.office-365 .hero {
	    background: url(https://theonepoint.co.uk/images/headers/office365-mobile.jpg) no-repeat;
		background-size:cover;
	}
	.mobile-device-management .hero {
	    background: url(https://theonepoint.co.uk/images/headers/mobile/mobile-device-management-header.jpg) no-repeat;
		background-size:cover;
	}
	.sage-services .hero {
	    background: url(https://theonepoint.co.uk/images/headers/mobile/sage-services-header.jpg) no-repeat;
		background-size:cover;
	}
	.print-information-management .hero {
		background:url(https://theonepoint.co.uk/images/headers/kenmartin-3.jpg) no-repeat;
		background-size:cover;
	}
	.mobile .hero {
		background:url(https://theonepoint.co.uk/images/headers/mobile/mobile-header.jpg) no-repeat;
		background-size:cover;
	}
	.digital-software-services .hero {
		background:url(https://theonepoint.co.uk/images/headers/mobile/digital-software-services-header.jpg) no-repeat;
		background-size:cover;
	}
	.telecoms-voip .hero {
		background:url(https://theonepoint.co.uk/images/headers/mobile/telecoms-voip-header.jpg) no-repeat;
		background-size:cover;
	}
	.it-services-support .hero {
		background:url(https://theonepoint.co.uk/images/headers/mobile/it-services-support-header.jpg) no-repeat;
		background-size:cover;
	}
	[data-aos^=fade][data-aos^=fade].aos-animate {
		opacity: 1;
		transform: translate(0);
		margin: 0 auto;
		display:block;
	}
	[data-aos^=zoom][data-aos^=zoom].aos-animate {
		opacity: 1;
		transform: translate(0) scale(0.8);
		margin: 0 auto;
		display:block;
	}
}

/* Tablet Only */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	#cssmenu {
	    display: block !important;
	}
	.header {
		padding:0;
	}
	.support .hero.video {
		background-image:url(https://theonepoint.co.uk/images/headers/mobile/about-header.jpg) no-repeat!important;
		background-size:cover;
	}
	.layout.blog p.rssbtn i {
		width:50px;
	}
	.layout.blog p.rssbtn span {
		width:74%;
		text-align:left;
	}
	[data-aos^=fade][data-aos^=fade], [data-aos^=zoom][data-aos^=zoom] {
		opacity:1!important;
	}
	[data-aos=zoom-out-up] {
		transform: translateY(0px) scale(0.8)!important;
	}
	[data-aos=fade-up] {
		transform: translateY(0px)!important;
	}
	.panel .feat_text {
		margin-top:0px;
	}
	.panel {
		padding:30px 0px;
	}
	/*.panel.video::after {
		display:none;
	}*/
	.panel h1 {
	    font-size: 40px;
		line-height: 47px;
	    margin-bottom: 30px;
	}
	.panel.video h1 {
	    font-size: 50px;
	    line-height: 52px;
	}
	.hero, .hero.video {
	    background-position: 100% 69px;
	    margin-top: 69px;
	    padding:90px 0 120px;
	    height: auto;
	}
	/*.panel.video {
	    padding: 124px 0 30px;
	    background:url(https://theonepoint.co.uk/images/headers/mobile/about-header.jpg) no-repeat;
		background-size:cover;
	}*/
	.panel.video {
	    padding: 124px 0 30px;
	}
	.panel .feat_text, .hero .feat_text {
	    top: 0;
	    transform: none;
	    -webkit-transform: none;
	    -ms-transform: none;
	}
	.about .hero, .m2m-iot .hero, .lightspeed .hero, .contact .hero, .services .hero, .privacy-policy .hero, .deliveries .hero, .finances .hero, .returns .hero, .meet-the-team .hero, .join-the-team .hero, .blog .hero, .terms-conditions .hero, .site-map .hero, .our-values .hero, .events .hero, .what-our-customers-say .hero, .products .hero {
		background:url(https://theonepoint.co.uk/images/headers/images/default-full2.jpg) no-repeat;
		background-size:cover;
	}

	.lightspeed .hero {
		background-image:url(https://theonepoint.co.uk/images/headers/lightspeed-bg.jpg);
	}


	.publicsect .hero {
		background:url(https://theonepoint.co.uk/images/public-sector-bg.jpg) no-repeat;
		background-size:cover;
	}	

	.industry-awards-accreditations .hero {
		background:url(https://theonepoint.co.uk/images/awards/awards3.jpg) no-repeat;
		background-size:cover;
	}

	.the-one-plan .hero {
		background:url(https://theonepoint.co.uk/images/headers/mobile/the-one-plan-header.jpg) no-repeat;
		background-size:cover;
	}
	.the-one-cloud .hero {
	    background: url(https://theonepoint.co.uk/images/headers/mobile/the-one-cloud-header.jpg) no-repeat;
		background-size:cover;
	}
	.the-one-network .hero {
	    background: url(https://theonepoint.co.uk/images/headers/mobile/the-one-network-header.jpg) no-repeat;
		background-size:cover;
	}
	.the-one-app .hero {
	    background: url(https://theonepoint.co.uk/images/headers/mobile/the-one-app-header.jpg) no-repeat;
		background-size:cover;
	}
	.the-one-crm-erp .hero {
	    background: url(https://theonepoint.co.uk/images/headers/mobile/the-one-crm-erp-header.jpg) no-repeat;
		background-size:cover;
	}
	.the-one-tracker .hero {
	    background: url(https://theonepoint.co.uk/images/headers/tracker.jpg) no-repeat;
		background-size:cover;
	}
	.office-365 .hero {
	    background: url(https://theonepoint.co.uk/images/headers/office365-3.jpg) no-repeat;
		background-size:cover;
	}
	.mobile-device-management .hero {
	    background: url(https://theonepoint.co.uk/images/headers/mobile/mobile-device-management-header.jpg) no-repeat;
		background-size:cover;
	}
	.sage-services .hero {
	    background: url(https://theonepoint.co.uk/images/headers/mobile/sage-services-header.jpg) no-repeat;
		background-size:cover;
	}
	.print-information-management .hero {
		background:url(https://theonepoint.co.uk/images/headers/kenmartin-3.jpg) no-repeat;
		background-size:cover;
	}
	.mobile .hero {
		background:url(https://theonepoint.co.uk/images/headers/mobile/mobile-header.jpg) no-repeat;
		background-size:cover;
	}
	.digital-software-services .hero {
		background:url(https://theonepoint.co.uk/images/headers/mobile/digital-software-services-header.jpg) no-repeat;
		background-size:cover;
	}
	.telecoms-voip .hero {
		background:url(https://theonepoint.co.uk/images/headers/mobile/telecoms-voip-header.jpg) no-repeat;
		background-size:cover;
	}
	.it-services-support .hero {
		background:url(https://theonepoint.co.uk/images/headers/mobile/it-services-support-header4.jpg) no-repeat;
		background-size:cover;
	}
	.interested .text_holder {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin:0 auto;
		left:0px;
	}
	[data-aos^=fade][data-aos^=fade].aos-animate {
		opacity: 1;
		transform: translate(0);
		margin: 0 auto;
		display:block;
	}
	[data-aos^=zoom][data-aos^=zoom].aos-animate {
		opacity: 1;
		transform: translate(0) scale(0.8);
		margin: 0 auto;
		display:block;
	}
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	transform: translate(0);
	margin: 0 auto;
	display:block;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	transform: translate(0) scale(0.8);
	margin: 0 auto;
	display:block;
}
}
@media (max-height: 800px) {
.panel .bars {
	display:none;
}
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.offers-banner {
	background: url(https://theonepoint.co.uk/images/backgrounds/offers-bg.png);

}

.contact-mobile {
	background: url(https://theonepoint.co.uk/images/backgrounds/contact-mobile-bg-400.jpg);
	margin-top: 30px;
}
