@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Inter:wght@300;400;500;600;700&family=Qwigley&family=Qwitcher+Grypen:wght@400;700&display=swap');
body {
    font-family: "Inter", sans-serif;
}
a{ 
	color:#FF8E00;
}
ul#preheader-menu li a,
.telheader a{
	color: #fff;
}
a:hover{
    color: #000;;
}
a:active {
	border-bottom: 1px solid #fff;
}
.bg-primary{
	background-color: #0A56A5!important;
}
.bg-secundary{
	background-color: #FF8E00!important;
}
.color-secundary{
	color: #FF8E00!important;
}
.bg-grey{
	background-color: #343434!important;
}
.bg-grey2{
	background-color: #212124!important;
}
.bg-light{
	background-color: #FEF9EF!important;
}
.bg-light2{
	background-color: #F9F9F9!important;
}
.bg-dark{
	background-color: #0E0E12!important;
}
.text-primary{
	color: #FF8E00!important;
}
.text-lighgrey{
	color: #999998!important;
}
.btn-primary{
	background-color: #FF8E00 !important;
}
p {
  margin-bottom: 1.5em;
}
h1 {
    font-size: 3rem;
	font-weight: 700;
	margin-top: 100px;
	margin-bottom: 30px;
	line-height: 1.3em;
  }
ul#preheader-menu{
	float: left;
	margin: 0;
	padding: 0;
}
ul#preheader-menu li{
	float: left;
	margin: 0;
	list-style: none;
	font-weight: 500;
	border-right: 1px solid rgba(255,255,255,0.5);
    padding: 14px 15px;
}
ul#preheader-menu li:last-child{
	border: none;
}
ul#preheader-menu li a,
.telheader a{
	text-decoration: none;
}
.telheader{
	font-weight: 600;
	padding-top: 12px;
}
.navbar{
	padding: 20px 0;
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: green;
}
.navbar li.nav-item
{
    margin-left: 20px;
}
.navbar li.nav-item a
{
	border-bottom: 2px solid #0A56A5;
}
.navbar li.nav-item a:hover
{
	border-bottom: 2px solid #fff;
}
.btn-primary{
  font-family: "Inter", Sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  border-radius: 30px 30px 30px 30px;
  padding: 8px 30px 15px 30px;
  margin-top: 30px;
  border: none;
}
.btn-primary i{
	font-size: 150%;
	font-weight: bold;
	position: relative;
	top: 5px;
}
.btn-primary.contactbutton{
	  padding: 15px 30px 15px 30px;
	  margin-bottom: 30px;
	  margin-top: 0;
}
.skewedwrap {
    width: 100%;
	height: 600px;
    position: relative;
	overflow: hidden;
	font-size: 130%;
}
.skewedwrapauto{
	padding-bottom: 150px!important;
	height: auto;
}
.page-contact-us .skewedwrapauto{
	height: 600px;
}
.skewedwrap:before{
    content: '';
    background-color: #FEF9EF;
    display: block;
    width: 120%;
    height: 140px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: -57px;
    transform: rotate(-4deg);
}
.skewedwrapauto:before{
    content: '';
    background-color: #FEF9EF;
    display: block;
    width: 120%;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: -30px;
    transform: rotate(-2deg);
}
.skewedwhite.skewedwrap:before{
 background-color: #fff;
}
.imagemainright{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 999;
	 animation: mymove 1s;
}
@keyframes mymove {
  from {bottom: -50px;}
  to {bottom: 0;}
}

.textcontent h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 30px 0 10px;
  font-size: 1.7rem;
}

p.subTitle
{
    text-align: center;
    margin: 0 auto 30px;
    letter-spacing: 10px;
    text-transform: uppercase;
}

section.textcontent
{
    padding-top: 30px;
    padding-bottom: 30px;
}
.homecolumns{
	padding: 80px 0 100px;
}
.homecolumns .col-sm-4 {
	 position:relative;
	 padding: 5px 4% 5px 2%;
}
.homecolumns .col-sm-4 b {
	font-size: 130%;
}
.homecolumns .col-sm:first-child{
	text-align: center;
	color: #FF8E00 !important;
	font-family: "Inter", Sans-serif;
	font-size: 2rem;
	padding: 80px 5.5% 0;
	font-weight: 700;
	line-height: 39px;
	border-right: 2px solid #000;
}
.anpr.homecolumns .col-sm:first-child{
	padding: 40px 5.5% 0;
}
.pagelegacy-system-maintenance .anpr.homecolumns .col-sm:first-child{
	padding: 80px 5.5% 0;
}
.pagemanaged-hosting .homecolumns .col-sm:first-child{
	padding: 150px 5.5% 0;
}
.pagebespoke-software .homecolumns .col-sm:first-child{
	padding: 150px 5.5% 0;
}
.anpr.homecolumns .col-sm.middlecolumn p:last-child{
	margin-bottom: 0;
}
.pageanpr-parking-management .casestudies .col-sm,
.pagemanaged-hosting .casestudies .col-sm,
.pagelegacy-system-maintenance .casestudies .col-sm,
.pagebespoke-software .casestudies .col-sm{	
	padding: 0;
}
.pageanpr-parking-management .featuredsections h2{
	margin-top: 100px;
}
.discussreq{
	width: 100%;
	background: #fff;
	color: #000;
	border-radius: 40px;
	font-size: 0.8em;
	float: left;
	padding: 10px;
}
.discussreq span{
	float: left;
	display: flex;
	margin-left: 40px;
}
.discussreq .btn-primary{
	float: right;
	margin-top: 0;
	color: #fff;
	width: 60%;
	border: none;
	font-size: 1.4em;
}
.custonboxservices img.imgleft{
	float: left;
	margin-left: 7%;
	margin-top: 40px;
}
.custonboxservices h3{
	float: left;
	margin-top: 15px;
}
.custonboxservices p{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}

.trustedby{
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.13);
  padding: 100px 0  130px 0;
}
.trustedby h2,
.interestedin h2,
.featuredsections h2,
.casestudies h2{
	font-size: 2.7em;
    font-weight: 700;
    margin-bottom: 70px;
}
.featuredsections h2{
	margin-bottom: 40px;
}
.interestedin{
	padding: 100px 0;
	font-size: 1.2em;
}
.bluebox{
	border-radius: 30px;
 	margin: 80px auto;
	padding: 100px 0 0;
}
.whitebox{
padding: 100px 5% 0;
}
.interestedin .col-sm-6 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0 1.5% 40px;
	padding: 60px 7% 80px;
	border-radius: 20px 20px 20px 20px;
	background: #0A56A5;
	width: 47%;
}
.interestedin.bluebox .col-sm-6{
	padding: 0 6%;
}
.interestedin h3{
	font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 70px;
}
.interestedin.bluebox h3{
	font-size: 2.2em;
	margin-bottom: 40px;
}
.interestedin.bluebox .listofservices{
	margin-bottom: 90px;
}
.interestedin.bluebox .listofservices img{
	float: left;
	width: 75px;
	margin-right: 30px;
  border-radius: 50px 50px 50px 50px;
  box-shadow: 9px 9px 20px 3px rgba(0, 0, 0, 0.55);
}
.listofservices h4{
	font-weight: 600;
	font-size: 1.5em;
	margin-bottom: 15px;
}
.listofservices p{
	font-size: 0.9em;
}
.listofservices img{
	margin-bottom: 70px;
}
.fealeft .col-sm:first-child{
	padding-right: 7%
}
.fearight .col-sm:last-child{
	padding-left: 7%
}
.featuredsections{
	padding: 0 0 100px;
}
.featuredsections p{
	font-size: 1.1em;
}
.featuredsections img{
	border-radius: 20px;
}
.fearight .col-sm h2{
	margin-top: 40px;
	padding-right: 20%;
}
.footerlogosservices{
	padding: 30px 0 60px;
	
}
.footerlogosservices .row,
.casestudies .row{
	padding: 10px 0 60px;
}
.casestudies .col-sm{
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0 1.5% 40px;
	padding: 0 0 50px;
	border-radius: 20px 20px 20px 20px;
	background: #ffff;
	width: 31.3%;
	box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	position: relative;
}
.pagelegacy-system-maintenance .casestudies .col-sm,
.pagebespoke-software .casestudies .col-sm{
	width: 22.7%;	
}
.casestudies .col-sm:first-child,
.footerlogosservices .col-sm:first-child{
	margin-left: 0;
}
.casestudies .col-sm:last-child,
.footerlogosservices .col-sm:last-child{
	margin-right: 0;
}
.footerlogosservices .col-sm h3,
.casestudies .col-sm h3{
	padding: 20px 7% 0;
	font-family: "Inter", Sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 31px;

}
.pagelegacy-system-maintenance .casestudies .col-sm h3,
.pagebespoke-software .casestudies .col-sm h3{
	width: 100%;
	padding: 7px 7% 0;
}
.casestudies .col-sm p{
	padding: 10px 7%;
	font-size: 1.1em;
}
.casestudies .col-sm a{
	text-decoration: none;
}
.casestudies .col-sm a.more{
	padding: 0 7%;
	font-family: "Inter", Sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 14px;
	color: #0A56A5;	
}
.casestudies h2{
	margin-top: 110px;
	margin-bottom: 30px;
}
.footerlogosservices h2{
	margin-top: 80px;
	margin-bottom: 50px;
	font-size: 2.5em;
	font-weight: bold;
}
.footerlogosservices img{
	border-radius: 50px 50px 50px 50px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.25);
}
.pagelegacy-system-maintenance .footerlogosservices img,
.pagebespoke-software .footerlogosservices img{
	margin-bottom: 10px;
	border-radius: 30px 30px 30px 30px;
  	box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.25);
	margin-top: 15px;
}
.casestudies .fs-5{
	margin-bottom: 50px; 
}
.casestudies .category{
	position: absolute;
	right: 15px;
	top: 15px;
	background-color: #FF8E00;
	color: #fff;
	border-radius: 16px;
	font-size: 14px;
	padding: 5px 10px;
}
.aboutus{
	padding-bottom: 100px;
}
.aboutus h2{
	font-weight: bold;
	color: #FF8E00 !important;
	margin: 50px 0 70px;
}
.aboutus hr{
	margin-bottom: 50px;
}
.aboutus .fontlarger{
	font-size:1.4em;
}
.teamtitle{
	font-size: 0.9em;
}
ul.listicons{
	margin-bottom: 40px
}
ul.listicons,
ul.listicons li{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.listicons{
	margin-bottom: 40px;
}
ul.listicons i{
	color: #FF8E00;
}
footer{
	padding: 50px 0 0;
	font-size: 1.1em;
}

.bg-grey2{
	border-top: 0.5px solid #666;
	margin-top: 30px;
}
footer img.logofooter{
	margin-bottom: 40px;
}

.arrangecall{
	border-radius: 10px;
	padding: 70px 50px 50px;
	font-size: 1.2em;
	line-height: 1.3em;
}
.arrangecall h3{
	font-size: 2em;
	margin-bottom: 30px;
	font-weight: bold;
	
}
.arrangecall .btn-primary{
	width: 100%;
	border: none;
}
.casepages img{
	border-radius: 20px;
	width: 95%;
	height: auto;
	float: right;
}
.casepagesright.casepages img{
	float: left;	
}
.casepages .casepagetext{
	border-left: 2px solid #000;
	padding-left: 20px;
	padding-right: 35px;
	font-size: 1.05em;
	margin-top: 100px;
}
.casepagesright.casepages .casepagetext{
	border-right: 2px solid #000;
	border-left: 0;
	padding-left: 15px;
	padding-right: 20px;
}
.casepages h3{
  font-size: 2.1em;
  font-weight: 600;
  line-height: 43px;
}
.casepagesright{
  margin-top: 100px;
}
.casepages .teamtitle{
	font-size: 0.5em;
	text-transform: uppercase;
	margin: 20px 0 35px;
}
.casepages.test{
	margin: 150px 0;
}
.casepages .testimonial{
	border: 1px solid #000;
	padding: 40px;
}
.blockquote{
	font-size: 2em;
	font-weight: 500;
	color: #000;
}
.casepages figcaption{
	font-size: 1.2em;
}
.footernextprev{
	padding: 50px 0;
}
.footernextprev .col-sm-6:first-child{
	border-right: 1px solid #ccc;
	
}
.footernextprev i {
  font-size: 200%;
  font-weight: bold;
  position: relative;
  float: left;
  margin-bottom: 20px;
  margin-right: 15px;
  color: #FF8E00 !important;
}
.footernextprev i.bi-chevron-right{
	float: right;
	margin-left: 15px;
	margin-right: 0;
}
.footernextprev a{
	font-weight: bold;
	text-decoration: none;
}
.footernextprev a span{
	color: #FF8E00 !important;
	text-transform: uppercase;
}
.contactform{
	position: relative;
	top: -300px;
	margin-bottom: -300px;
}
.contactform .bg-light{
	border-radius: 20px;
}
.contactform label{
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 22px;
	margin-bottom: 10px;
}
.contactform label#giveconsent{
	display: inline;
}
.contactform input,
.contactform textarea,
.contactform select{
	background-color: #ffffff;
    border-color: #FFD398;
    border-radius: 6px 6px 6px 6px;
	font-size: 1.125rem;
    font-weight: 400;
    line-height: 40px;
}
.contactform input#consent{
  width: 16px;
  height: 16px;
	margin-right: 8px;
	line-height: 1.6em;
}
.disclaimer{
	font-size: 0.9em;
}
.page-contact-us .casestudies .col-sm{
	box-shadow: none!important;
}
.page-contact-us .casestudies .col-sm h3{
	font-size: 1.7em;
}
.page-contact-us .casestudies .col-sm a{
	color: #000;
}
.page-contact-us iframe{
	border-radius: 20px;
	margin-bottom: 100px;
}

@media only all and (max-width: 767px){
	.navbar-brand img{
		width: 120px!important;
		margin-left: 15px;
	}
	.imagemainright{
		width: 95%;
	}
	h1{ 
		font-size: 1.5em;
		margin-top: 30px;
		line-height: 1em;
	}
	.aboutus h2{
		font-size: 1.4em;
		margin: 0 0 30px;
	}
	.aboutus .fontlarger {
	  font-size: 1.1em;
	}
	.casestudies .col-sm p {
	  font-size: 0.9em;
	}
	.skewedwrap{
		height: 650px;
	}
	.skewedwrapauto{
		height: auto;
		padding-bottom: 100px !important;
	}
	.skewedwrap p{
		font-size: 70%;
	}
	.skewedwrap .col-sm:first-child{
		margin-bottom: 200px;
	}
	.skewedwrapauto .col-sm:first-child {
    margin-bottom: 0;
	}
	.skewedwrap .btn-primary{
		font-size: 0.9em;
		line-height: 1em;
		margin-top: 0;	
	}
	.homecolumns{
		font-size: 80%;
		padding: 20px 0;
	}
	.trustedby img,
	.interestedin img{
		max-width: 100%;
	}
	.trustedby h2, .casestudies h2 {
	  font-size: 2em;
	  margin-bottom: 40px;
	}
	.featuredsections h2{
		font-size: 1.7em;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.casestudies h2{
		font-size: 1.7em;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.casepages .casepagetext {
	  border-left: 0;
	  padding-left: 0;
	  padding-right: 0;
	  font-size: 0.95em;
	  margin-top: 30px;
	}
	.casepagesright.casepages .casepagetext {
	  border-right: 0;
	  border-left: 0;
	  padding-left: 0;
	  padding-right: 0;
	}
	.casepages img {
  		width: 100%;
	}
	.casepagesright {
	  margin-top: 30px;
	}
	.casepages.test {
	  margin: 50px 0;
	}
	.casepages .testimonial{
		padding: 0;
	}
	.blockquote {
 		 font-size: 1.3em;
	}
	.footernextprev{
		padding: 10px 0;
	}
	.footernextprev i{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.casepages figcaption {
	  font-size: 0.9em;
	}
	.footernextprev a span {
		top: 20px;
		position: relative;
	}
	.custonboxservices .col-sm h3,
	.pagelegacy-system-maintenance .casestudies .col-sm h3,
	.pagebespoke-software .casestudies .col-sm h3{
	  padding:20px 3% 0;
	  font-family: "Inter", Sans-serif;
	  font-size: 1.1em;
		width: auto;
	}
	.custonboxservices.casestudies .col-sm{
		margin: 0 0 15px;
	}
	.custonboxservices.casestudies .col-sm p{
	  padding: 5px 5%;
	  font-size: 0.9em;
	}
	.custonboxservices img.imgleft {
	  margin-left: 5%;
	  margin-top: 15px;
	  width: 40px;
	}
	.casestudies .fs-5{
		font-size: 1rem !important;
		margin-bottom: 20px;
	}
	.bluebox {
	  border-radius: 30px;
	  margin: 15px auto;
	  width: 94%;
	}
	.casestudies .col-sm{
		margin-bottom: 15px;
	}
	.featuredsections {
	  padding: 0 0 20px;
	}
	.featuredsections p{
		font-size: 0.95em;
		line-height: 1.4em;
	}
	.fealeft .col-sm:first-child{
		padding-right: 3%;
	}
	.fearight .col-sm:last-child{
		padding-left: 3%;
	}
	.interestedin h2{
		font-size: 1.3em;
		margin-bottom: 30px;
	}
	.footerlogosservices{
		padding: 30px 0 30px;
	}
	.footerlogosservices h2{
	  margin-top: 20px;
	  margin-bottom: 30px;
	  font-size: 1.8em;
	}
	.interestedin h3{
		font-size: 1.5em;
		margin-bottom: 30px
	}
	.interestedin {
	  padding: 50px 5%;
	}
	.interestedin.bluebox h3 {
	  font-size: 1.8em;
	  margin-bottom: 20px;
	}
	.trustedby{
		padding: 50px 0 70px 0;
	}
	.interestedin.bluebox .listofservices {
	  margin-bottom: 40px;
	}
	.interestedin.bluebox .listofservices img {
	  float: left;
	  width: 50px;
	  margin-right: 30px;
	  padding: 0;
	  height: 50px;
	 margin-bottom: 40px;
	}
	.listofservices h4 {
	  font-size: 1.3em;
	  margin-bottom: 8px;
	}
	.pagelegacy-system-maintenance .casestudies .col-sm,
	.custonboxservices.casestudies .col-sm{
		width: 100%;
	}
	.discussreq .btn-primary{
		width: 70%;
	}
	.interestedin .col-sm-6{
		width: auto;
		margin: 0 0 15px;
		padding: 40px 5% 40px;
		font-size: 80%;
	}
	.discussreq span{
		margin-left: 10px;
  		margin-top: 5px;
	}
	.casestudies .col-sm{
		width: auto;
	}
	.arrangecall{
		width: 94%;
		margin: 0 3% 40px;
		padding: 20px;
		font-size: 0.8em;
	}
	.arrangecall h3 {
	  font-size: 1.5em;
	  margin-bottom: 10px;
	}
	.arrangecall .btn-primary{
		margin-top: 5px;
	}
	footer {
 		 padding: 0;
	}
	footer .py-5{
		padding-top: 1rem !important;
	  padding-bottom: 1rem !important;
	}
	footer .py-3{
		font-size: 0.7em;
		text-align: left !important;
	}
	.registration{
		font-size: 0.8em;		
	}
	footer .text-end{
		text-align: left!important;
	}
	footer img.logofooter {
	  margin-bottom: 20px;
	  float: left !important;
		width: 140px;
	}
	.pageanpr-parking-management .featuredsections h2 {
	  margin-top: 30px;
	}
	.featuredsections .middlecolumn  img{
		margin-top: 50px;
	}
	.footerlogosservices img{
		max-width: 100%!important;
		height: auto !important;
	}
	.footerlogosservices .row{
		padding: 10px 0 10px;
	}
	.page-contact-us .skewedwrapauto{
		min-height: 600px!important;
	}
	.page-contact-us .whitebox{
		font-size: 80%;
		padding: 0 5% 0;
	}
	.contactform .bg-light{
		font-size: 0.8em;
		padding: 30px 20px;
	}
	.contactform label,
	.contactform input, 
	.contactform textarea, 
	.contactform select{
 		 font-size: 0.9rem;
	}
	.contactform {
	  position: relative;
	  top: -400px;
	  margin-bottom: -400px;
	}
	.contactform .form-group{	
		margin-bottom: 15px;
	}
	.page-contact-us .casestudies .col-sm{
		width: 100%;
	}
	.page-contact-us iframe{
		margin-bottom: 20px;
		height: 300px;
	}
	.page-contact-us  .casestudies .row{
		padding: 10px 0 20px;
	}
	.navbar li.nav-item a:hover {
	  border-bottom: none;
	}
	.navbar-toggler,
	.navbar-toggler:focus,
	.navbar-toggler:active,
	.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
	}
	.navmobile{
		position: absolute;
		width: 100%;
		padding: 0 2% 0;
		background: none;
		top: 120px;
		left: 0;
		height: 530px;
		z-index: 99999;
	}
	.navmobile .navbar-nav{
		float: left;
		position: relative;
		height: 530px;
		width: 100%;
		background: #fff;
		z-index: 99999;
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  		border-radius: 8px;
	}
	.navbar .navbar-toggler {
	color: #fff!important;
	filter: brightness(0) invert(1) !important;
	}
	.navbar .navbar-toggler:focus{
	color: #fff;
	}
	.navbar li.nav-item a{
		border-bottom:0;
		font-size: 0.85em;
	}
	.navmobile .list-group{
		padding: 20px 0 ;
		border-top: 1px solid #EEEEEE;
	}
	.navmobile .list-group h4{
		font-weight: bold;
		color: #999;
		font-size: 0.8em;
		margin-left: 20px;
		
	}
	
}