body, li, p {
    font-family: "Sora", sans-serif;
    font-size: 15px;
}
body {
    overflow-x: hidden;
}
header {
    background: transparent;
    margin-bottom: -25px;
}
main {
    border: none;
    background: transparent;
}
#breadcrumb {
    border-color: transparent;
}
#breadcrumb span {
    margin-left: 3px;
    color: #4B39EF
}
#breadcrumb a {
    font-size: 12px;
}
#breadcrumb, #breadcrumb a:first-child {
    font-family: "Sora", Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.navbar-default {
    background-color: white;
    border-radius: 5px;
    padding: 15px 5px 10px 5px;
}
.nav>li>a, .nav>li>a:active, .nav>li>a:link, .nav>li>a:visited {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 15px;
}
#dnnMenu .dropdown-menu li:hover {
    background: #6941C6;
    border-radius: 5px;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #4b39ef;
    width: 28px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px !important;
}
#dnnMenu .dropdown-menu li.active > a,
#dnnMenu .dropdown-menu li.active a:hover,
#dnnMenu .dropdown-menu li.active a:focus {
  color: #fff;
  font-weight: 500;
}
#dnnMenu .topLevel > .active.open > a,
#dnnMenu .topLevel > .active.open > a:hover,
#dnnMenu .topLevel > .active.open > a:focus {
  background-color: #6941c6;
}
#dnnMenu .dropdown-menu {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: linear-gradient(
    to right,
    rgba(75, 57, 239, 1),
    rgba(105, 65, 198, 1)
  );
  border: none;
}
@media only screen and (max-width: 767px) {
    #dnnMenu .topLevel li {
        /* background: #b4a0e2; */
        background: #8174F3;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        background-color: #b4a0e2;
    }
}
@media only screen and (max-width: 767px) {
    #dnnMenu .topLevel li.active a {
        color: #fff;
        font-weight: 500;
        background-color: transparent;
        background-image: linear-gradient(to right, rgba(75, 57, 239, 1), rgba(105, 65, 198, 1));
    }
}
#dnnMenu .topLevel > li > a {
    font-family: "Sora", Arial, Helvetica, sans-serif;
    font-size: 13px;
}
@media only screen and (max-width: 767px) {
    #dnnMenu .topLevel li a span {
        font-size: 14px;
        font-family: "Sora", Arial, Helvetica, sans-serif;
    }
}
@media only screen and (max-width: 767px) {
  #dnnMenu .topLevel li a:hover {
    background: #6941C6 ;
  }
}
@media only screen and (max-width: 767px) {
  #dnnMenu .topLevel > li > a:hover span {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  #dnnMenu .topLevel .dropdown.open a span {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
    #dnnMenu .dropdown-menu.subLevel li {
        background: transparent;
        border-bottom: none;
        background-image: linear-gradient(to right, rgba(75, 57, 239, 1), rgba(105, 65, 198, 1));
    }
}
@media only screen and (max-width: 767px) {
  #dnnMenu .dropdown-menu.subLevel li.active a span {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  #dnnMenu .dropdown.open .subLevel > li a:hover span {
    color: #fff;
  }
}
@media (min-width:768px) {
    .menuItem.active a {
    background-image: linear-gradient(to right, rgba(75, 57, 239, 1), rgba(105, 65, 198, 1));
    border-radius: 5px;
    color: #fff !important;    
    }
	.menuItem.active>a:hover {
    background-image: none;;
    background-color: #6941C6 !important;
    }
}
@media (min-width:768px) {
	.dropdown-menu>li>a {
    color: #eee;
    font-size: 15px;
    }
}
@media only screen and (max-width: 768px) {
    #search-action {
        display: none;
    }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", sans-serif;
}
/* h1 {
    font-size: 1.75rem;
} */
h5 {
    font-size: .95rem;
}
a, a:visited {
    color: #4B39EF;
    font-family: "Sora", Arial, Helvetica, sans-serif !important;
}
a:hover {
    color: #4B39EF;
}
.bg-img {
    height: 58vh;
    width: 100vw;
    object-fit: cover;
    filter: brightness(0.9);
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width:992px) and (max-width:1300px) {
	.bg-img {
	height: 70vh;
    }
}
.fullwidth-wrapper {
	text-align:center
}
.fullwidth-wrapper h1,.fullwidth-wrapper h2 {
	font-weight:700;
	color:#000
}
.fullwidth-wrapper h3 {
	color:#000
}
.fullwidth-wrapper h1 {
	font-size:32px;
	margin-bottom:40px
}
.fullwidth-wrapper h2 {
	font-size:24px
}
.banner-title h2 {
    font-size: 1.25rem;
}
.white-box-wrapper {
	background:#fff;
	border-radius:5px;
	padding:15px;
	margin-bottom:20px;
    border: 1px solid rgba(75, 57, 239, 0.25);
}
.white-box-wrapper i {
    text-align: center;
    font-size: 2rem;
    display: block;
    padding: 1.25rem;
    color: #4B39EF;
}
.white-box-wrapper img {
	display:block;
	margin:20px auto;
    width: 50px;
}
.white-box-wrapper h3 {
	text-align:center;
	margin-bottom:20px;
	font-size:16px;
	font-weight:600;
	color:#000
}
.white-box-wrapper p {
	font-size:14px;
}
a.btn-read-more {
	display:block;
	text-decoration:none;
	background-image: linear-gradient(to right, rgba(75,57,239,1), rgba(105,65,198,1));
	border:1px solid #4B39EF;
	border-radius:5px;
	padding:8px;
	color:#fff;
	width:145px;
	margin:30px auto 15px auto;
	text-align:center;
	font-size:12px;
    font-family: "Sora", Arial, Helvetica, sans-serif;
}
a.btn-read-more:hover {
	background:#6941C6;
}
.featured-work-bg {
	background:#f1f6f9;
	padding-bottom:5em
}
.featured-work-bg h3 {
    font-size: 1.0rem;
}
.portfolio {
	padding-bottom:45px
}
.portfolio ul {
	margin-left:0
}
.group figure,.group figure img,.group li {
	position:relative
}
.group figcaption span,a.cta-action {
	font-size:13px
}
.group figcaption span {
	color:#999
}
.group figcaption p {
	color:#fff;
    text-align: left;
}
.group,.group li {
	padding-top:20px
}
.group {
	list-style:none;
	text-align:center
}
.group li {
	display:inline-block;
	width:100%;
	margin:0;
	text-align:left
}
.group figure {
	margin:0
}
.group figure img {
	width:100%;
	display:block
}
.group figcaption {
	position:absolute;
	top:0;
	left:0;
	padding:20px;
	background:#4B39EF;
	border-radius: 3px;
}
.group figcaption h6 {
	margin:0;
	padding:0;
	color:#fff;
    text-align: left;
}
@media (min-width:992px) and (max-width:1199px) {
	.group figcaption h6 {
        font-size: .80rem;
    }
    .group figcaption p {
        font-size: 13px;
    }
}
.group figcaption a {
	text-align:center;
	padding:7px 12px;
	border-radius:5px;
	display:inline-block;
	background:#fff;
	color:#020202;
    font-size: 13px;
    transition: .5s ease-out;
    border: 1px solid #fff;
}
.group figcaption a:hover {
    text-decoration: none;
	background:transparent;
    border: 1px solid #fff;
	color:#ffffff
}
.cs-style-4 li {
	-webkit-perspective:1700px;
	-moz-perspective:1700px;
	perspective:1700px;
	-webkit-perspective-origin:0 50%;
	-moz-perspective-origin:0 50%;
	perspective-origin:0 50%
}
.cs-style-4 figure {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.cs-style-4 figure>div {
	overflow:hidden
}
.cs-style-4 figure img {
	-webkit-transition:-webkit-transform .4s;
	-moz-transition:-moz-transform .4s;
	transition:transform .4s
}
.cs-style-4 figure.cs-hover img,.cs-style-4 figure:hover img {
	-webkit-transform:translateX(25%);
	-moz-transform:translateX(25%);
	-ms-transform:translateX(25%);
	transform:translateX(25%)
}
.cs-style-4 figcaption {
	height:100%;
	width:50%;
	opacity:0;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform:rotateY(-90deg);
	-moz-transform:rotateY(-90deg);
	transform:rotateY(-90deg);
	-webkit-transition:-webkit-transform .4s,opacity .1s .3s;
	-moz-transition:-moz-transform .4s,opacity .1s .3s;
	transition:transform .4s,opacity .1s .3s
}
.cs-style-4 figure.cs-hover figcaption,.cs-style-4 figure:hover figcaption {
	opacity:1;
	-webkit-transform:rotateY(0);
	-moz-transform:rotateY(0);
	transform:rotateY(0);
	-webkit-transition:-webkit-transform .4s,opacity .1s;
	-moz-transition:-moz-transform .4s,opacity .1s;
	transition:transform .4s,opacity .1s
}
.cs-style-4 figcaption a {
	position:absolute;
	bottom:20px;
	left:20px
}
@media (max-width:370px) {
	.cs-style-4 figcaption a {
	position:initial
}
}
@media (min-width:992px) and (max-width:1200px) {
	.cs-style-4 figcaption a {
	position:initial
}
}
a.buttonCTA {
    display: block;
    text-decoration: none;
    background-image: linear-gradient(to right, rgba(75, 57, 239, 1), rgba(105, 65, 198, 1));
    border: 1px solid #4B39EF;
    border-radius: 5px;
    padding: 15px;
    width: 180px;
    margin: 6em auto 5em auto;
    text-align: center;
    font-size: 15px;
    font-family: "Sora", Arial, Helvetica, sans-serif;
    color: #fff;
}
a.buttonCTA:hover {
    background: #6941C6;
    text-decoration: none;
}
.footer-info {
    padding: 4em 0;
    border-top: 1px solid #4B39EF;
}
.footer-info p {
    font-size: 15px;
    font-weight: 300;
}
.footer-info h6 {
    font-size: 0.85rem;
}
.footer-info ul {
    margin-left: 0;
    padding-top: 5px;
}
.footer-info ul li {
    padding-bottom: 1em;
    font-family: "Sora", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.footer-info ul li a {
    font-weight: 300;
    font-size: 15px;
}
footer .footer-above {
    padding-top: 0;
    border-top: 1px solid #4B39EF;
}
footer .footer-below, footer .terms-priv a:link, footer .terms-priv a:visited {
    font-size: 12px;
    color: #020202;
    background-color: #f0f0f0;
}
.footer-info ol {
    margin-left: 0;
}
.footer-info ol li:first-child {
  margin-left: 0;
}
.footer-info ol li {
    list-style-type: none;
    display: inline-block;
    margin-left: 5px;
}
.social ol li a {
    color: #fff;
}
a.social {
    display: block;
    text-decoration: none;
    background-image: linear-gradient(to right, rgba(75, 57, 239, 1), rgba(105, 65, 198, 1));
    border: 1px solid #4B39EF;
    border-radius: 3px;
    padding: 10px;
    width: 40px;
    text-align: center;
    font-size: 15px;
    font-family: "Sora", Arial, Helvetica, sans-serif;
    color: #fff;
}
a.social:hover {
    background: #6941C6;
}
#login .loginGroup a, #login .registerGroup a {
    color: #020202;
}
#login .loginGroup a:hover, #login .registerGroup a:hover {
    background: #6941C6 ;
    color: #fff;
    border-radius: 5px;
}
.about-banner {
    background-image:url(/Portals/16/Images/computer-monitor.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: right;
	height: 30vh;
    filter: brightness(0.9);
    margin-bottom: 1rem;
}
.custom-software-banner {
    background-image:url(/Portals/16/Images/laptop-keyboard-on-top-view.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	height: 30vh;
    filter: brightness(0.9);
    margin-bottom: 1rem;
}
.sms-software-banner {
    background-image:url(/Portals/16/Images/jet-plane-takes-off.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height: 30vh;
    margin-bottom: 1rem;
}
.web-app-banner {
    background-image: url(/Portals/16/Images/technology.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30vh;
    margin-bottom: 1rem;
}
.title-page {
    margin-top: 3rem;
    font-size: 1.75rem;
    color: #020202;
    font-family: "Sora", Arial, Helvetica, sans-serif;
    line-height: 1.0em;
}
.title-heading {
    font-weight: 400;
}
.work-details  {
    background-color: #f1f6f9;
    height: 35vh;
}
@media (min-width:992px) and (max-width:1199px) {
    .work-details {
        height: 50vh;
    }
}
.work-details {
    padding: 3rem 2rem 1rem 2rem;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
    margin-top: 2rem;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.style-feature {
    margin-top: 1rem;
    text-align: center;
}
.style-feature i.fa-solid.fa-globe, .style-feature i.fa-solid.fa-gear, .style-feature i.fa-solid.fa-toggle-off {
    font-size: 1.25rem;
    margin: 1rem auto;
    display: block;
    text-align: center;
    color: #4B39EF;
}
img.style-wrap {
    margin-top: 2rem;
}
#dnn_ctr1004_HtmlModule_lblContent h1 {
    font-size: 1.75rem;
}
.page-text {
    margin-top: 2rem;
}
.page-text h1 {
    font-weight: 700;
    letter-spacing: 3px;
}
.sms-feature-img {
    background-image: url(/portals/16/Images/computer-desktop.jpg);
    height: 35vh;
    background-position: center;
    margin-top: 2rem;
    background-size: cover;
    width: 90%;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
    .sms-feature-img {
        width: 100%;
    }
}
.custom-software-feature-img {
    background-image: url(/Portals/16/Images/turned-on-laptop-computer.jpg);
    height: 35vh;
    background-position: top;
    margin-top: 2rem;
    background-size: cover;
    width: 90%;
    background-repeat: no-repeat;    
}
@media only screen and (max-width: 991px) {
    .custom-software-feature-img {
        width: 100%;
    }
}
.web-app-feature-img {
    background-image: url(/portals/16/Images/discussion.jpg);
    height: 35vh;
    background-position: center;
    margin-top: 2rem;
    background-size: cover;
    width: 90%;
    background-repeat: no-repeat;
}
.consulting-banner {
    background-image: url(/Portals/16/Images/work-station.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30vh;
    margin-bottom: 1rem;
}
.consulting-feature-img {
    background-image: url(/Portals/16/Images/discussion-with-team.jpg);
    height: 35vh;
    background-position: center;
    margin-top: 2rem;
    background-size: cover;
    width: 90%;
    background-repeat: no-repeat;
}
.contact-banner {
    background-image: url(/Portals/16/Images/consulting-design.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30vh;
    margin-bottom: 1rem;
}
#dnn_ctr1022_HtmlModule_lblContent {
    width: 90%;
}
@media only screen and (max-width: 991px) {
    .web-app-feature-img, .consulting-feature-img, #dnn_ctr1022_HtmlModule_lblContent {
        width: 100%;
    }
}
@media (min-width:992px) and (max-width:1440px) {
    .sms-feature-img, .custom-software-feature-img, .web-app-feature-img, .consulting-feature-img {
        height: 55vh;
    }
}
#dnn_ctr1023_Default_Form_Email_Address.dnnFormRequired {
  border-left: 3px red solid !important;
}
#dnn_ctr1023_Default_Form_Email_Address, #dnn_ctr1023_Default_Form_Name, #dnn_ctr1023_Default_Form_Phone_Number, #dnn_ctr1023_Default_Form_Message {
  width: 100%;
}
#dnn_ctr1023_ModuleContent a#dnn_ctr1023_Default_Form_cmdUpdate, a#dnn_ctr1023_Default_Form_cmdCancel {
    font-family: "Sora", Arial, Helvetica, sans-serif;
}
#dnn_ctr1023_Default_Form_cmdUpdate.dnnPrimaryAction.reCaptchaSubmit {
    border-color: #4B39EF;
    background: transparent;
    text-shadow: none;
    background-image: linear-gradient(
    to right,
    rgba(75, 57, 239, 1),
    rgba(105, 65, 198, 1)
  );
}
#dnn_ctr1023_Default_Form_cmdUpdate.dnnPrimaryAction.reCaptchaSubmit:hover, #dnn_ctr1023_Default_Form_cmdUpdate.dnnPrimaryAction.reCaptchaSubmit:focus {
    background: #6941C6;
    color: #efefef;
    text-decoration: none;
}
#dnn_ctr1023_Default_Form_cmdCancel:hover {
    text-decoration: none;
}











































































