/*
Theme Name: Twenty Twenty Child
Theme URL: https://wordpress.org/themes/twentytwenty/
Description: Twenty Twenty Child Theme
Author: Firoz Khan
Author URL: https://infojiniconsulting.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */

a.skip-link.screen-reader-text { display:none; }
html, body {  
	overflow-x: hidden; 
	margin: 0;
	padding: 0;
	}


p:empty { 
display:none !important; 
font-size:0px !important; 
line-height:0px !important; 
}

.unstyled  {
  list-style-type: none;
}

/* #Primary
================================================== */
html {
  scroll-behavior: smooth;
}


body{
    font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
/*   background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
  background-position: center;
  background-repeat: repeat;
  background-size: 7%;
  background-color: #fff; */
  overflow-x: hidden;
    transition: all 200ms linear;
}

/* #Navigation
================================================== */

	
.start-header {
  opacity: 1;
  transform: translateY(0);
 /*    padding: 20px 0;
box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}

.start-header.scroll-on {
/*   box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15); */
  padding: 0px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.6) !important;
}


.start-header.scroll-on .navbar-brand img{
  height: 24px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}

.navigation-wrap{
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}

.navbar{
  padding: 0;
}

.navbar-brand { margin-right: 0px !important; }

.navbar-brand img{
  height: 100px;
  width: auto;
  display: block;
  filter: brightness(10%);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
  background-color: #fff !important;
  padding: .25rem .75rem .35em !important;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none !important;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}


.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #fff !important;
  font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
  color: #ffffff !important;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

/* .nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #8167a9;
  opacity: 0;
    transition: all 200ms linear;
} */


.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%) !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255 / 70%) !important;
	outline:none !important;
}

/* .nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #ffffff !important;
    opacity: 0;
    transition: all 200ms linear;
} */

/* #Primary style
================================================== */

 .bg-light {
    transition: all 200ms linear;
} 

.section {
    position: relative;
  width: 100%;
  display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}
h1{
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #212112;
  text-align: left;
}

p{
/*   text-align: left; */
  margin: 0;
/*   padding-top: 10px; */
  opacity: 1;
  transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
	font-size:1.1em;
	line-height:1.77em;
}

body.hero-anime p{
  opacity: 0;
  transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
  display: inline-block;
    transition: all 300ms linear;
  opacity: 1;
  transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
  opacity: 0;
  transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
  opacity: 0;
  transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
  opacity: 0;
  transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
  opacity: 0;
  transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
  opacity: 0;
  transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
  opacity: 0;
  transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
  opacity: 0;
  transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
  opacity: 0;
  transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
  opacity: 0;
  transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
  opacity: 0;
  transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
  opacity: 0;
  transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
  opacity: 0;
  transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
  opacity: 0;
  transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
  opacity: 0;
  transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
  opacity: 0;
  transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
} 
#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #8167a9;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
  opacity: 0;
  transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #17679e !important;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
  border: 1px solid rgb(255 255 255 / 15%) !important;
}


.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #fff !important;
  border-radius: 2px;
  transition: all 200ms linear;
  border-bottom: 1px solid #ddd;
}

.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129,103,169,.6);
}

.navbar-expand-md .navbar-nav .dropdown-menu a:last-of-type {
border-bottom:none !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu a.dropdown-item:hover {
    color: #1e77b5 !important;
	background-color:#fff !important;
}



.navbar-nav .nav-item .dropdown-item.active, .navbar-nav .nav-item .dropdown-item:active {
    background-color: #fff !important;
}

.navbar-expand-md .navbar-nav .nav-item .dropdown-item:focus, .navbar-expand-md .navbar-nav .nav-item .dropdown-item:hover {
    background-color: #fff !important;
	color: #1e77b5 !important;
	padding: 0.8em 1.5em !important;
}


.navbar-expand-md .navbar-nav .dropdown-menu {
/* position: absolute; */
padding: 0.8em 0em !important;
} 



.navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item { 
padding: 0.5rem 0.2rem; 
font-weight:600;
}

 
.navbar-expand-md .navbar-nav .nav-item .dropdown-item:visited { 

}

.navbar-expand-md .navbar-nav .nav-item .dropdown-item:active {
color: #fff !important; 
background-color: transparent !important;
}

.navbar-expand-md .navbar-collapse {
    padding: 0 2% 0 0;
	height:auto !important;
}

div#search_popup {
    padding: 5px 0px 5px 50px;
}


div#search_popup input[type="text"] {
    border: 0px;
    outline: 0px;
	min-width: 92.5%;
	text-align: left !important;
}

div#search_popup input::placeholder {
  color: #bababa;
  font-size: 18px;
  text-align:left !important;
	margin:0 auto;
}

div#search_popup {
    background-color: #fff;
box-shadow: 0px 1px 14px 2px rgba(49,49,49,0.55);
-webkit-box-shadow: 0px 1px 14px 2px rgba(49,49,49,0.55);
-moz-box-shadow: 0px 1px 14px 2px rgba(49,49,49,0.55);		
}

#search_popup form {
    display: flex;
    align-items: center;
	justify-content: space-between;
}

#search_popup form [type=submit] { 
	background-color:transparent !important; 
	border: 0px;
    outline: 0px;
}

#search_popup form [type=submit] img {
	width: 30px;
	height: 30px;
}


#search_popup form .btn-primary {
	color: #fff;
	background-color: #0066a7;
	border-color: #dc3545;
	opacity: 1;
    width: 32px;
    height: 32px;
    padding: 0 5px 5px 5px;  
	border: 0px;
	outline: 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.navbar .close-icon:hover { cursor: pointer; }
.navbar .close-icon img {     
	width: 30px;
    height: 30px;
}

body.dark{
  color: #fff;
  background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
  color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
  color: #fff;
    transition-delay: 0ms !important;
}

 
body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}


body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
} 

body.dark .nav-link{
  color: #fff !important;
}
body.dark .nav-item.active .nav-link{
  color: #999 !important;
}
body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
  color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
  background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}


/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}

.site-logo.faux-heading {
    padding: 8px 0;
}

.navbar .custom-logo-link img { padding:5px; } 
.ft-address-info .copyright-info .col-sm-4 p, .ft-address-info .copyright-info ul.term-policy li a { font-size:18px; }

.copyright-info p { text-align:center; padding: 0px; margin:0px;  }
.copyright-info ul.term-policy { margin:0px; }
/* ========================= =============================== */



/* nav bar start*/
.bg-dark {
    background-color: ##24658F !important;
}

.navbar-expand-lg .navbar-nav {
    justify-content: flex-end;
    width: 100%;
}
/* nav bar end*/



/*FOOTER*/
footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}


.footer-middle { background-color:#fff; }
.footer-middle .container { padding-top:90px; padding-bottom:90px; }
.footer-middle h2.subtitle { width:100%; margin-bottom:30px; }
.footer-middle #carousel .carousel-inner img { width:20%; height:auto !important; }


footer .working-info {
/*     min-height: 505px; */
  background-image: url(/wp-content/uploads/2021/01/work-with-us.png), url(/wp-content/uploads/2021/01/work-with-us-bg-scaled.jpg) !important;
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
/* background-size: 50%, 100% 100% !important; */
  background-size: 50%, cover !important;
  background-position-y: bottom;  
}

footer .working-info .container { 
    display: flex;
	align-items: center;
    min-height: 505px;
}



footer .working-info img {
	position:absolute;
    bottom: -4em;
}

footer .working-info h3, footer .working-info p {
    color: #fff !important;
}

footer .working-info h3 { margin-bottom:40px; }

footer .working-info h3 div:nth-child(1) { font-weight:100 !important; font-size:36px; }
footer .working-info h3 div:nth-child(2) { font-weight:600; font-size:36px; }
.btn-white { background-color:#fff !important; color:#000; }
a.btn-white:hover { background-color:#fff !important; color:#333; }

footer .working-info .btn-white { margin-top:20px; }

/* footer social icons */

ul.social-network {
  list-style: none;
  display: flex;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li a {
    display: flex;
    border: 1px solid rgba(0, 0, 0, .0);
    height: 36px;
	width: 36px;
	min-width:44px;
	min-height: 44px;
    align-items: center;
    justify-content: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

ul.social-network li a:hover {
    background-color: #fff;    
}

.social-network i.fab {
    font-family: 'FontAwesome';
    font-style: initial;
    color: #fff;
    font-size: 24px;
	width: 36px;
    height: 36px;
	text-align:center !important;
	font-style: normal !important;
}

.fa-linkedin-in:before {
    content: "\f0e1";
	font-family: 'FontAwesome';
}

.fa-linkedin-in:hover {
    color: #0082ca !important;
}

.fa-twitter:before {
    content: "\f099";
	font-family: 'FontAwesome';
}

.fa-twitter:hover {
    color: #55acee !important;
}

.fa-facebook-f:before {
    content: "\f39e";
	font-family: 'FontAwesome';
}

.fa-facebook-f:hover {
	color:#3b5998 !important;
}

.fa-instagram:before {
    content: "\f16d";
	font-family: 'FontAwesome';
}

.fa-instagram:hover {
    color: #ac2bac !important;
}



.glyphicon-earphone, .glyphicon-envelope {
    padding-right: 10px;
}

.get-in-touch ul li { display: flex; align-items: center; }

.search-icon:hover { cursor: pointer; }
.search-icon img {
    width: 30px;
    height: 30px;
}

/* footer social icons */

.slide-box {
  display: flex;
  justify-content: space-between;
}


div#demo {
    background: url(/wp-content/uploads/2021/01/banner-scaled.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;	
	/*
    padding-top: 8%;
	padding-bottom: 8%; */
}


#demo .carousel-item .col-sm-12 {
    display: flex;
    min-height: 650px;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
    font-size: 24px;
	font-family: 'FontAwesome';
}

.fa-twitter:before {
    content: "\f099";
    font-size: 24px;	
	font-family: 'FontAwesome';
}

.fa-linkedin:before {
    content: "\f0e1";
    font-size: 24px;	
	font-family: 'FontAwesome';	
}

.fa-instagram:before {
    content: "\f16d";
    font-size: 24px;	
	font-family: 'FontAwesome';	
}

.carousel {
  width: 100%;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}

.carousel-control-next, .carousel-control-prev {
    width: auto !important;
    opacity: 1 !important;
}

.carousel-control-prev-icon {
    background-image: url("/wp-content/uploads/2021/01/ionic-ios-arrow-left.png") !important;
    background-repeat:no-repeat;
	height: 48px !important;
}

 .carousel-control-next-icon {
    background-image: url("/wp-content/uploads/2021/01/ionic-ios-arrow-right.png") !important;
    background-repeat:no-repeat;
	height: 48px !important;
}


footer #carousel .carousel-inner {
    position: relative;
    width: 90% !important;
    overflow: hidden;
    margin: 0 auto !important;
}

.slide-box img {
/*     -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 20%; */
}


h2.ft-carausel-title { color:#333; font-weight:normal; width:100%; }
.ft-carausel-title strong { color:#0066A7; }
footer #carousel { padding:3% 0%;} 
/* footer carousel end */


/*.copyright-info */
.ft-address-info {
background: transparent linear-gradient(247deg, #003B63 0%, #24658F 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	padding-top:60px;
}


.ft-address-info ul.term-policy li {
	line-height:18px;
}

.ft-address-info ul.term-policy li a {
    border-right: 1px solid #fff;
	line-height:16px;
	margin-right: 10px;
    padding-right: 10px;    
	min-width: 44px;
    min-height: 44px;
}

.ft-address-info ul.term-policy li:last-child a {
    border-right: none;

}

.ft-address-info ul.term-policy li a { font-size:18px; color:#fff; }
.ft-address-info ul.term-policy li a:hover { color:#fff; }

.ft-address-info ul.term-policy li:nth-last-of-type(1) {
	border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

.ft-address-info h3 {
    color: #fff;
    font-size: 24px;
	margin-bottom: 25px;
}

.ft-address-info p, .ft-address-info ul li { color:#fff; font-size:1.1250em; }
.term-policy { display:flex; }
.ft-border-btm {
	border-bottom: 1px solid #427393;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ft-address-info .ft-border-btm {
	display: table;
    width: 100%;
}
.ft-address-info .col-sm-4 {
    display: table-cell;	
	padding-left: 5%;
}

.ft-address-info .col-sm-4 p { padding-top:0px; }

.copyright-info .col-sm-12 {
    display: flex;
    justify-content: space-between;
}

.row.copyright-info {
    margin-left: 0px;
    margin-right: 0px;
}

.social-network a.icoInstagram:hover {
    color:#ffffff !important;
}

.social-network a.icoFacebook:hover i, .social-network a.icoInstagram:hover i {
    color: #fff;
}

.cupyRights { color:#668DA8; font-size:22px; text-align:center; }
.termsPolicy, .termsPolicy a { color:#fff !important; font-size:22px; text-align:center; }

.ft-address-info .row { align-items:baseline; display: flex; padding: 10px 0px 20px 0px; }

.follow-us { text-align: right; }
.follow-us h4 { margin-right:12px; }


/* Home Page css start */
.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    box-shadow: 1px 1px 1px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 1px 1px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    border: 1px solid #ddd !important;
}

#demo .carousel-control-next, #demo .carousel-control-prev {
	display:none !important;
}


#demo .carousel-indicators {
    bottom: 30px;
}


#demo .carousel-item .col-sm-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#demo .carousel-item .col-sm-12 img {
	width: auto;
    height: initial;
    padding-left: 70px;	
}

.social-media li { margin-top:5px; }

ul.social-media { list-style:none; position:absolute; bottom:30px; z-index:20; }
ul.social-media li .fa { color:#fff !important; }
ul.social-media li, #demo ul.social-media li a { color:fff !important; }
ul.social-media li:nth-child(1) { text-align:center; }

.carousel-indicators li.active {
    background-color: #087ECC !important;
}

.carousel-indicators li {
	background-color:#fff !important;
	opacity:1 !important;
}

.carousel-content {
    color: #fff;
	justify-content: center;
    display: flex;
    flex-direction: column;
	width:36%;
	padding: 0px 20px;
}

.carousel-item .col-sm-8 { 
    display: flex;
    align-items: center;
    justify-content: center;
}

	/*amimation start */
    .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  } 
  
  
  .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 
  /*amimation end */
  
 .about-infojini {
    background: url("/wp-content/uploads/2021/02/secBg_abt_info.svg") right top;
    background-repeat: no-repeat; 
	background-position: 210% 0;
	padding-bottom:50px;
	padding-top:60px;
 } 
 
  .about-infojini ul {
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center !important;
    list-style: none !important;
  }
 
.mini-title {
font-size: 20px;
color: #4A4A4A;
font-weight:bold;
margin-bottom: 0px;
}

h2.title { 
font-size:68px;    
font-weight: 100;
color:#4A4A4A;
line-height:68px;
}

h2.title>div.font-weight-bold {     
color: #0066A7;
}


h2.subtitle {	
font-size:56px;    
font-weight: 100;
color:#4A4A4A;	
}

h2.subtitle .font-weight-bold {     
color: #0066A7;
}


h3.subtitle {	
font-size:24px;    
font-weight: 100;
color:#4A4A4A; line-height:35px;	
}


h3.subtitle .font-weight-bold {     
color: #0066A7;
font-size:30px;
}


.right-btn:after {
font: normal normal normal 19px/1 FontAwesome !important;
content: "\f105" !important; 
padding-left: 8px; 
text-decoration:none !important;
color:#0066A7;
}

.btn-link {
font-weight: 600 !important;
color: #007bff !important;
background-color: transparent;
padding-left: 0px !important;
text-decoration:none !important;
}

.our-success-factor {
background: url("/wp-content/uploads/2021/02/our-success-factor.png") center top;
background-repeat: no-repeat; 	
}

.our-success-factor h2 { padding:50px 0px; margin:0px; }
.gradient-box {
background: transparent linear-gradient(
180deg
, #0074BE 0%, #022C47 100%) 0% 0% no-repeat padding-box;
border-radius: 29px;
opacity: 1;
height: 373px;
-ms-flex: 0 0 24%;
flex: 0 0 24%;
max-width: 24%;
margin: 0.5%;	
display: flex;
flex-direction: column;
align-items: center;
}

.gradient-box img { margin: 46px; }
.gradient-box p.font-weight-bold { font-size:48px; }

span.counter, span.counter + span {
    font-size: 48px;
    font-weight: 700!important;
}


.work-proud {padding:60px 0px; }
/*  .work-proud h2 span.font-weight-bold { color:#0066A7 !important; } */

.portfolio-content {
background: url("/wp-content/uploads/2021/02/circle.png") top right;
background-repeat: no-repeat; 
padding-right: 20%;
background-position-y: 7em;
justify-content: center;
display: flex;
flex-direction: column;
}

.portfolio-content h2.title { 
/* padding-top: 15px; */ 
padding-bottom:15px; 
} 


/* .portfolio-content.p-5 { padding-top:0px !important; } */

.portfolio-content p.triangle-btn {
background: url(/wp-content/uploads/2021/02/local-government.png) no-repeat left top;
background-position-x: 138px;
height: 60px;
margin-bottom: 0px;
background-position-y: 0px;
}

.portfolio-content.higher-education { 
background-position-x: 280px;
background-position-y: 0px;
}

.portfolio-content.local-transit {  
background-position-x: -20px !important;
background-position-y: -30px;
background: url(/wp-content/uploads/2021/02/local-transit-1.png) no-repeat left top;
}

.portfolio-content.non-profit{
background-position-x: 174px !important;
background-position-y: -30px;
}

.btn-view {
background: rgb(0,121,198) !important;
background: linear-gradient(90deg, rgba(0,121,198,1) 50%, rgba(0,59,99,1) 100%) !important;
color: #fff !important;
line-height: 32px !important;
display: flex !important;
width: max-content;
align-items: center !important;
}

h1 div.font-weight-bold { color:#0066A7; }
.our-products {
background: url("/wp-content/uploads/2021/02/bg-what-we-do-best.jpg") center top;
background-repeat: no-repeat; 
background-size: cover;
padding:90px 0px; 
}

.our-products h2 span.font-weight-bold { color:#0066A7; }
.gallery-r1 { padding-top: 1em; }

.gallery-r1 .col-sm-4:nth-child(odd) { background: #16598D; }
.gallery-r1 .col-sm-4:nth-child(even) { background: #002747; }
/* .gallery-r1 .col-sm-4:nth-child(even) { background: #002747; } */


.gallery-r2 .col-sm-4:nth-child(odd) { background: #002747; }
.gallery-r2 .col-sm-4:nth-child(even) { background: #16598D; }

.gallery-r1 .col-sm-4:nth-child(odd) img, .gallery-r1 .col-sm-4:nth-child(even) img, .gallery-r2 .col-sm-4:nth-child(odd) img, .gallery-r2 .col-sm-4:nth-child(even) img { 
height: 100px;
width: 100px;
margin-bottom: 20px;
}

.gallery-r1 p, .gallery-r1 a, .gallery-r2 p, .gallery-r2 a { 
color:#fff;
}

.gallery-r1 a, .gallery-r2 a { font-size:12px; text-decoration: none !important; }
.gallery-r1 p, .gallery-r2 p { font-size:18px; margin-bottom:0px !important; }

.gallery-r1 .col-sm-4, .gallery-r2 .col-sm-4 {
min-height: 300px;
display: flex !important;
flex-direction: column;
align-items: center;
justify-content: center;
}


/* WHAT OUR CLIENT SAY starts */
/*
.client-say {
background: url("/wp-content/uploads/2021/02/client-banner.jpg") center 166px;
background-repeat: no-repeat; 
height:100%; margin-top:50px;
background-attachment:fixed;
background-size: cover;
}

.client-say #carouselContent { 
min-height:600px; 
display: flex;
justify-content: center !important;
align-items: center;
}
*/


#client-say {
    background-image: url(/wp-content/uploads/2021/02/client-banner.jpg);
    z-index: -1;
    /* transform: translateZ(-1px) scale(2); */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
    /* margin-left: -10px; */
	display: flex;
	justify-content: center;
	align-items: center;
}

div#client-say.parallax-slide {
    min-height: 548px;	
	margin-bottom:-5px;
}

/*
#client-say.parallax-slide img:last-of-type {
    transform: translateZ(.4px) scale(.6) translateX(0%) translateY(-40%) rotate(0deg);
}
*/

.parallax-slide img:last-of-type {
    transform: translateZ(.4px) scale(.8) translateX(0%) translateY(-15%) rotate(0deg);
}

#client-say .carousel-content { 
    width: 70%;
    margin: 0 auto;
    padding-top: 100px;
	 padding-bottom: 10px;
}

#client-say #carouselContent .carousel-inner .carousel-item img {
	/* padding:30px 0px 10px 0px; */
	text-align:center;
	width:auto !important;
	height:auto !important;
} 

#client-say #carouselContent .carousel-inner .carousel-item .subtitle { margon-top:-30px; }

#carouselContent .carousel-item.active,
#carouselContent .carousel-item-next,
#carouselContent .carousel-item-prev{
display:block;
}

#client-say #carouselContent .caption { 
color:#ffffff; 
font-size:1.8em !important;  
margin-bottom:0px !important;
margin-top:0px !important;
padding-top: 0px !important;
line-height: 1.8em !important;	
}

#carouselContent .carousel-indicators {
bottom: -30px;
}

/* WHAT OUR CLIENT SAY end */
/* Home Page css end */


/* internal pages banner section start */
.header-titlebar {
    position: relative;	
}

.titlebar-desc {
    position: absolute;
    top: 0px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
   /* background: rgba(0, 0, 0, 0.3) !important; */
    padding: 7% 10% 2% 10%;
}


.titlebar-desc h1 { 
	text-transform: uppercase; 
	width:100%; text-align:center;
}
.titlebar-desc p { 
	text-transform: none; 
	width:100%; text-align:center;
	font-weight:600;
}

.titlebar-desc h1 + p { font-size:1.5em; font-weight:100; }

.titlebar-desc h1, .titlebar-desc p {
	color:#fff !important;
	text-align:center;
}

/* our-work page start */
.page-id-181 .titlebar-desc h1, .page-id-181 .titlebar-desc p {
    color: #ffffff !important;
}
/* our-work page end */

.lets-work-btn a, .lets-work-btn a:hover { 
color:#fff !important; 
text-decoration: none !important; 
padding: 15px 25px;
border:1px solid #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.header-titlebar .featured-media img { 
width:100%; 
height:auto !important;
}

figure.featured-media { margin: 0px !important; }


#client-testimonial p.Left-right-controls, #client-testimonial p.Left-right-controls {
    width: 100%;
    height: 100%;
}

#client-testimonial .carousel-control-prev, #client-testimonial .carousel-control-next {
    width: 50px !important;
	background-color: white;
}

/* internal pages banner section end */


div#client-testimonial {
    padding-bottom: 35px;
}

p.Left-right-controls {
    position: absolute;
    top: 0px;
    width: 100%;
}

#client-testimonial .carousel-item {
	margin: 0 auto;
	width: 90%;
}

.office-gallery-r1 .col-sm-3, .row.office-gallery-r2 .col-sm-3 {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
	margin: .5%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


/* #Media
================================================== */

@media only screen and (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.navbar .site-logo {
		padding-top: 5px !important;
	}
	.navbar-collapse {
		background-color: #507695;
	}
	
	.navbar-nav {
		padding-left: 28px !important;
	}

	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		background-color: transparent;
		border: none;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu a.dropdown-item { 
	border-bottom: none !important; 
	}
	.navbar-nav .nav-item .dropdown-menu .dropdown-item { color:#fff !important; }
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
	padding: 0em !important;
	}
	
	.navbar-expand-md .navbar-nav .nav-item .dropdown-item.active, .navbar-expand-md .navbar-nav .nav-item .dropdown-item:active {
	background-color: transparent !important;
	}
	
	.nav-item:after{
	display: none;
	}
  
	.nav-item::before {
	position: absolute;
	display: block;
	top: 15px;
	left: 0;
	width: 11px;
	height: 1px;
	content: "";
	border: none;
	background-color: #fff;
	vertical-align: 0;
	outline:none !important;
	}
	
	.dropdown-toggle::after {
	position: absolute !important;
	display: block !important;
	top: 10px !important;
	left: -23px !important;
	width: 1px !important;
	height: 11px!important ;
	content: "" !important;
	border: none !important;
	background-color: #fff !important;
	vertical-align: 0 !important;
	transition: all 200ms linear !important;	
	}
	.dropdown-toggle[aria-expanded="true"]::after{
	transform: rotate(90deg);
	opacity: 0;
	}
	.dropdown-menu {
	padding: 0 !important;
	background-color: transparent;
	box-shadow: none;
	transition: all 200ms linear;
	}

	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background-color: transparent !important;
    border: none !important;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu a.dropdown-item {
	padding: 0.3em 1em !importants;
	}

	.global-search {
		margin-left: 30%;
	}	
	
	body.dark .nav-item::before {
	background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
	background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
  	
	div#demo { padding-top:0px !important; }
	
	#demo .carousel-item .col-sm-12 {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#demo .carousel-item .slideInRight { 
		position: absolute; 
		background: rgb(0 0 0 / 40%) !important;
		top:0px;
		width:100%;
		height: 100%;
		padding-top: 8%;
	}
	
	#demo .carousel-indicators {
	bottom: 10px;
	}

	#demo ul.social-media {
	bottom: 104px;
	}
    
	#demo .carousel-content p { padding:0px; }
	#demo .carousel-content h2.subtitle { font-size:36px; }
	
	#demo .carousel-item .col-sm-12 img { height: initial !important; }
	
	.about-infojini ul {
		padding:0px !important;
		margin:0px !important;
	}
	
	.about-infojini ul li {
		margin-top: 20px;
	}
	
	.gradient-box {
	    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;	
	}
	
	h2.title {
	font-size: 32px;
	line-height: 38px;
	}
	
	
	footer .working-info img {
	bottom: -5em;
	}

	footer .working-info {
	align-items: initial !important;
	}
		
	footer .working-info img {
		bottom: 0em;
	}
	
	#site-footer .footer-middle .container {
	max-width: 90% !important;
	}
	
	.footer-middle #carousel .carousel-inner img {
	width: 19% !important;
	height: auto !important;
	}

	.ft-address-info .col-sm-4 {
		display: flex !important;
		padding: initial !important;
		flex-direction: column !important;
	}	
	
	.ft-address-info .row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.get-in-touch ul li:first-child span.glyphicon {
		margin-top: 0px;
	}	

	.get-in-touch ul li span.glyphicon {
		margin: 10px 0px 5px;
	}	

	.copyright-info .col-sm-12 {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.ft-address-info .copyright-info p { margin-bottom:10px !important; }
	
	.ft-address-info {
		padding-top: 20px !important;
	}

	.our-products {	padding: 0px 0px; }
	
	/* internal pages starts */
	.titlebar-desc h1, .titlebar-desc p {
		text-align: center;
	}
	
	p.lets-work-btn {
	padding: 30px 0;
	}
	
	.header-titlebar .featured-media img {
	width: 100%;
	min-height: 410px;	
	object-fit: cover;
	}

	.project-details .col-sm-4 h4.font-weight-bold, .project-details .col-sm-4 h5 {
	text-align: center !important;
	}
	/* internal pages end */
	
	.portfolio-content.col-sm-6, .parallax-local-gov.col-sm-6, .parallax-edu.col-sm-6, .parallax-local-trans.col-sm-6, .parallax-non-pro.col-sm-6 {
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
	background:none !important;
	min-height:auto !important;
	}

	.parallax-local-gov { height: auto !important;}
	h2.subtitle { font-size: 28px; }
	.portfolio-content h2.title { 
		border-left: 10px solid #0066a7;
		padding: 15px;
	}
	
	.client-say { background-attachment: scroll !important; }
	.nf-field-label label {	top: 0px !important; }
	
	#carouselExampleMobile .carousel-item .w-100 {
	width: 90% !important;
	margin: 0 auto !important;
	}
	
	p.lets-work-btn { margin-top:5px !important; }
	.titlebar-desc h1, .titlebar-desc h1 + p { 
	font-size: 2em !important;
	}
	
	/* our-work page starts  */
	.titlebar-desc h1 + p {
	font-size: 1.2em !important;
	line-height: normal !important;
	}
	/* our-work page end  */
	
	
	/* cloud-managed-services starts */
	.cloud-process-collaborative li div:nth-child(1) {
		margin-bottom: 10px;
	}	
	.cloud-process-collaborative { display:block !important; }
	.cloud-process-collaborative li { min-width:100% !important; margin: 15px 0px !important; }
	
	.cloud-process-collaborative:nth-child(1) {
		padding-bottom: 0px !important;
	}
	.cloud-process-collaborative:nth-child(2) {
		padding-top: 0px !important;
	}
	/* cloud-managed-services  end*/
	
	/* mobile-application-development page starts */
	.dotted-border { background-image: none !important; }
	.app-dev-process div.col-md-4 {
		-ms-flex: 0 0 90% !important;
		flex: 0 0 90% !important;
		max-width: 90% !important;
		margin-right: 0px !important;
		margin-bottom: 50px !important;
	}
	
	.app-dev-process {
		display: flex !important;
		justify-content: center !important;
	}
	.counter-set {
		margin-top: -40px !important;
	}
	/* mobile-application-development page end */
	
	#client-say.parallax-slide img:last-of-type {
		transform: translateZ(.4px) scale(.6) translateX(-50%) translateY(-40%) rotate(0deg);
	}
	
	#demo .carousel-inner {
		padding-bottom: 60px;
	}
	
	#demo .carousel-item .slideInRight {
		padding: 30% 14% !important;
	}
	
	.technology-gallery .col-sm-4 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
	.technology-gallery {
		padding-bottom: 60px;
	}
	.work-proud {
		padding-bottom: 0px 0px 50px;
	}
	
	.about-infojini {
		padding-bottom: 20px !important;
	}

	/* inner pages starts */
	.higher-education .container {
		max-width: 100% !important;
	}
	
	.higher-education .container .col-sm-7, .higher-education .container .col-sm-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%; 
		max-width: 100%;
	}
	
	.parallax-slide {
		padding: 68vh 10% !important;
	}
	
	
	#parallax-slide1:before, #west-virginia-university-parallex-1:before, #blueridge-university-parallex:before, #vdm-parallax-1:before, #baltimore-parallax:before, #west-basin-parallex:before, #valley-transit-parallex:before, #rural-health-network:before, #san-mateo-parallax:before {
		min-height: 500px !important;
		margin: 0px auto !important;
	}
	
	.alumini-engagement-headings .text-uppercase {
		font-size: 28px !important;
		line-height: normal !important;
	}	
	
	/* inner pages end */
	
	#search_popup form {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	
	div#search_popup input[type="text"] {
    border: 0px;
    outline: 0px;
    width: auto !important;
    min-width: 80%;
	}
	
	.navbar .custom-logo-link img { width: 101px !important; height: auto !important;
		 min-width: 44px;
   		 min-height: 44px;
	 }
	#client-say { margin-left:0px !important; }
	div#nf-form-1-cont .nf-response-msg {
		bottom: -60px;
	}
	
	.technology-gallery .col-sm-4:nth-child(odd), .technology-gallery .col-sm-4:nth-child(odd)::after {
	-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
	
	.technology-gallery .col-sm-4:nth-child(even)::before, .technology-gallery .col-sm-4:nth-child(even)::after {
	-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}	
	
	.btn-5:hover:after {
		height: 100%;
		width: 300% !important;
		left: -110%;
	}	
	
}



@media (min-width: 568px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    }
	
	.ft-address-info .container {
		    max-width: 90%;
	}
	
	#demo .carousel-item .col-sm-12 {
		min-height: 400px;
	}	
	
	#demo .carousel-item .slideInRight {
		padding: 33% 14% !important;
	}
	
	.about-infojini ul {
		padding: 0px !important;
		margin: 0px !important;
		justify-content: flex-end;
	}
	
	div#nf-form-1-cont .nf-response-msg {
		bottom: -75px;
	}
	
	.ft-address-info h5 {
		font-size: 22px;
	}
	
	.ft-address-info p, .ft-address-info ul li {
	font-size: 1em;
	}

	.ft-address-info h5 {
		font-size: 16px;
	}	
	
	h2.subtitle {
		font-size: 41px;
	}	
	
	.global-search {
		margin-left: 48%;
	}	
	
}



 @media only screen and (max-device-width: 480px) {
   /* footer carousel start */
	#site-footer .carousel {
		width: 92% !important;
		margin: 0 auto !important;
	}
	
	#carousel .d-block {
	display: block!important;
	text-align: center;
	align-items: center;
	display: flex !important;
	justify-content: center;
	}

	#carousel .d-block .w-100 {
	width: auto !important;
	}
   /* footer carousel start */
   
	 

   div#demo { 
     min-height: 520px; 
     padding-top: 6em; 
   }
	 
	 #demo .carousel-inner {
		 padding-bottom: 0px !important;
	 }

	 #demo .carousel-indicators {
		 bottom: 10px;
	 }	 

	/* #demo .carousel-item .col-sm-12 { min-height: 600px; }	  */
	 
	#demo .carousel-item .slideInRight { 
		position:relative !important; 
		background: transparent !important; 
        padding: 0 !important;
        width: 70%;
        margin: 0 auto !important;	 
	 }
	  
	#demo .carousel-item .col-sm-12 { flex-direction: column !important; }
	#demo .carousel-item .col-sm-12 img { padding-left: 0px; padding-top:4.5em; padding-bottom:1.5em; }
	#demo ul.social-media { bottom: 45px; left: -20px; }
	 
	.about-infojini ul { flex-direction: column; }
	.follow-us {
	text-align: center;
	}
	 
	 #demo .carousel-item .col-sm-12 img {
		 max-width: 70% !important;
	 }
	 
	
	.termsPolicy, .termsPolicy a {
	font-size: 20px;
	}
	
	h2.subtitle { font-size: 28px; }
	
	.titlebar-desc h1 { font-size:2em !important; }
	
	ul.social-media {
	left: -10px !important;
	}
	
	#carouselExampleMobile .carousel-item .w-100 {
	width: 80% !important;
	margin: 0 auto !important;
	}

	 .titlebar-desc {
		 padding: 7% 15% 2% !important;
	 }
	 
	 .global-search {
		 margin-left: 48%;
	 }
	 
	.titlebar-desc h1 + p {
	font-size: 1.2em !important;
	line-height: normal !important;
	}
	
	.office-gallery-r1 .col-sm-3, .row.office-gallery-r2 .col-sm-3 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 1.5% 0 !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
	
	.office-gallery-r2 .col-sm-3:nth-child(even) {
		background: #0066A7 !important;
		color: #fff;
	}
	
	.office-gallery-r2 .col-sm-3:nth-child(odd) {
		background: #fff !important;
		color: #212529 !important;
	}

	.mobile-display-black, .mobile-display-white { display:block !important; }
	.mobile-display-none { 
		display:none !important; 
		line-height:0px !important;
		margin:0px !important;
		padding:0px !important;
	}	
	
	.alumini-engagement-headings .text-uppercase {
		font-size: 24px !important;
	}
	
	.app-dev-process {
		padding-bottom: 30px !important;
	}

	.dotted-border-wrapper {
		padding-top: 30px !important;
	}
	
	.web-applications .col-sm-3 h5 {
		width: 60% !important;
	}
	
	#client-say.parallax-slide img:last-of-type {
		transform: translateZ(.4px) scale(.6) translateX(-60%) translateY(-40%) rotate(0deg) !important;
	}

	#demo ul.social-media {
		bottom: 15% !important;
	}

	.ft-address-info .col-sm-4 p {
		margin-bottom: 0px;
	}
	.ft-logo { margin-bottom:10px; }
	
	#client-say .carousel-content {
		width: 100% !important;
	}
		
	div#search_popup {
		padding: 5px 0px;
	}
	
	input[type="text"]::placeholder {
		text-align: left !important;
		font-size:18px !important;
	}
	
	div#search_popup input[type="text"] {
		min-width: 82% !important;
	}
	
	.ft-address-info h5 {
		margin: 10px 0px !important;
	}

	.work-proud {
		padding: 60px 0px 30px !important;
	}
	
	.ft-address-info .col-sm-4 {
	    align-items: center;
        text-align: center;
	}
	
	.get-in-touch ul li {
		flex-direction: column;
	}
	 
	 div#client-say .carousel-inner .carousel-item { padding:0px !important; }
	 #client-say .carousel-content {
		 padding-top: 80px;
	 }
	 
	#client-say #carouselContent .carousel-inner .carousel-item img {
		padding: 30px 0px 10px 0px;
	}
	 
	 #carouselContent .carousel-indicators {
		 bottom: -50px;
	 }
			
}	


@media (min-width: 412px) and (max-width: 415px) {
	.global-search {
		margin-left: 40%;
	}
	#demo .carousel-item .col-sm-12 img {
		padding-top: 6.5em;
	}	
	
}


@media (min-width: 320px) and (max-width: 414px) {
	
	#demo .carousel-content p {
		padding: 0px;
		font-size: 0.8em;
		line-height: 1.8em;
	}
	
	#demo .carousel-content h2.subtitle {
	font-size: 24px !important;
	}
	.termsPolicy, .termsPolicy a {
	font-size: 16px !important;
	}
	.follow-us {
	text-align: center;
	}
    .cupyRights { font-size: 17px !important; }
	
	.lets-work-btn a, .lets-work-btn a:hover {
	padding: 15px 15px !important;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu a.dropdown-item {
	font-size: 12px !important;
	}
		
	.titlebar-desc { padding-top: 6em !important; }
	.titlebar-desc h1 + p {
	line-height: 1.5em !important;
	/* width: 72%; */
	margin: 0 auto;
	}
	
	.parallax-slide {
		padding: 25vh 0% !important;
	}
	
	.ft-address-info p, .ft-address-info ul li {
		font-size: 0.8em !important;
	}
	
	div#search_popup {
		padding: 5px 0px;
	}
			
}



@media only screen and (max-width: 386px) {	
	.ft-address-info ul.term-policy li a {
		line-height: 14px !important;
		font-size: 14px !important;
		margin-right: 5px !important;
		padding-right: 5px !important;
	}
	
	.ft-logo {
		margin-bottom: 5px !important; width:25%; height:auto !important;
	}
	
	div#nf-form-1-cont .nf-response-msg {
		bottom: -60px;
	}
	
	 .global-search {
		 margin-left: 30%;
	 }
	
	#demo .carousel-item .slideInRight {
		width: 60% !important;
	}	
	
	#demo .carousel-item .col-sm-12 {
		min-height: 550px;
	}	
	
	
}


@media only screen and (max-width: 320px) {	
	div#nf-form-1-cont .nf-response-msg {
		bottom: -75px !important;
	}
	
	.global-search {
		margin-left: 20% !important;
	}
	
	h2.subtitle {
		font-size: 22px !important;
	}
	
	#demo .carousel-item .col-sm-12 {
		min-height: 480px !important;
	}	
	
}



@media (min-width: 768px) {
	.global-search {
		position: absolute;
		right: -12px;
	} 
	
	.site-logo { margin-left: -50px; }
}


@media (min-width: 768px) and (max-width: 991.98px) {
	
	div#nf-form-1-cont .nf-response-msg {
		bottom: -50px;
	}
	  .slide-box img {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	  }
  
	#demo .carousel-item .col-sm-12 { min-height: 500px !important; }
	#demo .carousel-item .col-sm-12 img {
	width: 60%;
	height: initial;
	padding-top: 2.5em;
	padding-left: 50px;
	}	
	
	#demo .carousel-content { 
		width: 38%;
		padding: 5px 10px;
	}
	
	#demo .carousel-content h2.subtitle { font-size:24px; }
	#demo .carousel-content h2.subtitle + p { 
		font-size:1em; 
		margin-top:0px; 
		padding-top:0px;
	}
	
	#demo ul.social-media {	left: -20px; }
	#demo .carousel-indicators { bottom: 12px; }
	
	.our-success-factor .container .col-sm-3 {
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	max-width: 49%;
	}
	
	.slide-box img {
	-ms-flex: 0 0 16.3333%;
	flex: 0 0 16.3333%;
	max-width: 16.3333%;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu a.dropdown-item {
	/* border-bottom:1px solid #ddd; */
	padding: 0.3em 1.5em;
	}
	
	.navbar-expand-md .navbar-nav li:nth-child(4) .dropdown-menu {
		left: -3.5em;
	}
	
	.navbar-light .navbar-nav .nav-link {
		font-size: 13px !important;
	}
	
	.navbar-light .navbar-nav .nav-item {
		margin-left: 0.8em !important;
	}
	
	.navbar-expand-md .navbar-nav {
		width: 100% !important;
	}
	
	.about-infojini ul {
		justify-content: center;
		flex-direction: column;
	}
	
	.about-infojini ul li { margin-top:20px; }
	
	.portfolio-content.col-sm-6, .parallax-local-gov.col-sm-6, .parallax-edu.col-sm-6, .parallax-local-trans.col-sm-6, .parallax-non-pro.col-sm-6 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
	.parallax-local-gov { height: auto !important;}
	.client-say { background-attachment: scroll !important; }
	.nf-field-label label {	top: 0px !important; }
	
	p.lets-work-btn { margin-top:6px !important; }
	.titlebar-desc h1, .page-id-138 .titlebar-desc h1 + p {
		font-size: 28px !important;
		line-height: 1.12em !important;
	}

	.titlebar-desc h1 + p {
		font-size: 1.25em;
	}	

	.titlebar-desc {
		padding: 10% 7% 2%;
	}
	
	/* mobile-application-development page starts */
	.dotted-border-wrapper .dotted-border {
		margin-left: 95px !important;
	}
	.dotted-border { width: 251px !important; }
	/* mobile-application-development page end */
	
	.gradient-box {
		-ms-flex: 0 0 24% !important;
		flex: 0 0 24% !important;
		max-width: 24% !important;
	}
	
	.our-products { padding: 0px 0px 60px !important; }
	
	.technology-gallery .col-sm-4 {
		-ms-flex: 0 0 49.333333% !important;
		flex: 0 0 49.333333% !important;
		max-width: 49.333333% !important;
	}
	
	.row.technology-gallery {
		margin-right: -26px !important;
	}
	.technology-gallery .col-sm-4:nth-child(odd), .technology-gallery .col-sm-4:nth-child(even) {
		margin:1px 1px !important;
	}
	
	#client-say.parallax-slide img:last-of-type {
		transform: translateZ(.4px) scale(.6) translateX(-25%) translateY(0) rotate(0deg);
	}	
	
	/*
	#client-say.parallax-slide img:last-of-type {
		transform: translateZ(.4px) scale(.4) translateX(-50%) translateY(-65%) rotate(0deg);		
	} */
	
	#client-say #carouselContent .carousel-inner .carousel-item img { padding:0px 0px !important; }
	#client-say.parallax-slide { padding: 30vh 10% 40vh !important; }
	.parallax-slide:before {
		top: -50% !important;
	}
	
	.project-details .col-sm-4 {
		align-items: initial !important;
		justify-content: initial !important;
	}
	
	.copyright-info .col-sm-12 {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.ft-address-info .row {
		padding: 10px 0 40px 0px;
	}	
	
	.ft-address-info .copyright-info p { margin: 10px; }
	
	#client-say #carouselContent .carousel-inner .carousel-item .subtitle {
		font-size: 42px;
	}
	
}

@media only screen and (min-width: 1280px) {
	/* img.d-none-block { display:none !important; } */
	img.img-fluid.d-none-block { display:none !important; }
}


@media (max-width: 1024px){ 
	.portfolio-content.col-sm-6, .parallax-local-gov.col-sm-6, .parallax-edu.col-sm-6, .parallax-local-trans.col-sm-6, .parallax-non-pro.col-sm-6 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		background-image: none !important;
		min-height: auto !important;
	}
}


@media (min-width: 992px){
	
	div#nf-form-1-cont .nf-response-msg {
		bottom: -35px;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu a.dropdown-item {
	padding: 0.3em 1.5em;
	} 	
	.portfolio-content { max-width: 43.018375rem !important; }
	
	p.lets-work-btn { margin-top:20px !important; }
	.titlebar-desc h1 { 
	font-size: 48px !important;
	}
	
	.west-virginia-university-bg { 
	/* min-height:584px !important;*/
	 min-height:848px !important;	 
	width: 100%;
	background: url("/wp-content/uploads/2021/06/west-virginia-university.png") center 96px;
    background-repeat: no-repeat; 
	background-attachment: fixed;
	position:relative; 
	background-size: contain !important;	
	padding: 0px !important;
    margin: 0px !important;
	  display: flex;
  align-items: flex-end;
	}
	
	.web-accessibility-parallax {
	min-height:600px !important;
	background: url("/wp-content/uploads/2021/06/student.jpg") center top;
    background-repeat: no-repeat; 
	background-attachment: fixed;
	background-position-y: -60px !important;
	position:relative; 
	background-size: cover !important;	
    padding:0px !important;	
	}
	
	/* blueridge-community-college page starts  */
	.blueridge-university-bg{
		min-height: 848px !important;
		width: 100%;
		background: url(/wp-content/uploads/2021/06/blueridge-Ipad.png) center 96px;
		background-repeat: no-repeat;
		background-attachment: fixed;
		position: relative;
		background-size: contain !important;
		padding: 0px !important;
		margin: 0px !important;
	}	
    /* blueridge-community-college page end  */
	
	.parallax-animation {
    -webkit-animation: kenburns-bottom 1s ease-out both;
	animation: kenburns-bottom 1s ease-out both;
	display: flex;
    align-items: center;
    justify-content: center;
	/* margin-top: 69px !important; */
	margin-top: 0px !important;
		z-index:-1;
	}
	
	.parallax-slide {
		min-height: 700px !important;
		/* min-height: 650px !important; */
	}
	
	div#client-say.parallax-slide {	
		padding:0px !important;
	}
	
	
	@-webkit-keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(15px);
            transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
	       
  }
}
	
@keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(15px);
            transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
	        
  }
}
		
}




@media (min-width: 992px) and (max-width: 1024px) {
	#demo .carousel-item .col-sm-12 img {
	width: 60%;
	padding-top: 2em;
	}	
	#demo .carousel-content h2.subtitle { font-size:41px; }
	.navbar-expand-md .navbar-nav li:nth-child(4) .dropdown-menu {
	left: -3em;
	}

	.portfolio-content {
	   max-width: 50% !important;
	}	
	h2.title {font-size: 58px !important; }
	
	/* mobile-application-development page starts */
	.dotted-border-wrapper .dotted-border {
		margin-left: 129px !important;
	}
	.dotted-border { width: 335px !important; }
	/* mobile-application-development page end */
	
	/* home page testimonial */
	#client-say .carousel-content {
		width: 80% !important;
	}
	
	/*  search bar starts  */
	div#search_popup input[type="text"] {
		min-width: 91.5%;
	}
	/*  search bar end  */
}



@media (min-width: 1024px) {
	.gradient-box {
    -ms-flex: 0 0 24% !important;
    flex: 0 0 24% !important;
    max-width: 24% !important;
    margin: 0.5% !important; 
	}
	
	.portfolio-content {
		padding-right: 20% !important;
	}	
		
}



.parallax-local-gov{ 
background: url("/wp-content/uploads/2021/07/Local-Goverment.png") left center;
background-repeat: no-repeat; 
min-height: 540px !important; 
background-attachment:fixed;
background-size: 50% !important;
overflow: hidden;
z-index: 1;
}

.parallax-edu {
background: url("/wp-content/uploads/2021/07/Higher-Education.png") left center;
background-repeat: no-repeat; 
min-height: 540px !important;
background-attachment:fixed;
background-size: 50% !important;
}
.parallax-local-trans {	
background: url("/wp-content/uploads/2021/07/Transit.png") left center;
background-repeat: no-repeat; 
min-height: 540px !important;
background-attachment:fixed;
background-size: 50% !important;
}

.parallax-non-pro {
background: url("/wp-content/uploads/2021/02/Non-Profit.jpg") left center;
background-repeat: no-repeat; 
min-height: 540px !important;
background-attachment:fixed;
background-size: 50% !important;
}


div#carouselExample p {
    margin: 0px !important;
    padding: 0px !important;
    position: absolute;
    bottom: 7em;
    width: 100%;
}

div#carouselExample .carousel-inner .carousel-item .col-md-2 {
    -ms-flex: 0 0 19.666667% !important;
    flex: 0 0 19.666667% !important;
    max-width: 19.666667% !important;
	padding-right:0px !important;
}

div#carouselExample .carousel-inner {
    margin: 0 auto !important;
    width: 90% !important;
}

/* contact-us page start */ 
.mobile-display-black, .mobile-display-white { display:none; }
.office-gallery-r2 br {
    display: none !important;
}

label#nf-label-field-3 {
    padding-right: 8px;
}

textarea#nf-field-3 {
    padding: .85rem .75rem;
}

.contact-form-section .nf-response-msg h4 {
    font-size: 18px !important;
}

.contact-form-section .nf-response-msg h4:blank {
  display: none;
}

div#nf-form-1-cont .nf-response-msg {
    position: absolute;
    z-index: 999;
}

/* contact-us page end */ 

.web-accessibility { padding-left:0px !important; padding-right:0px !important; }



/* cloud-managed-services page starts  */
.cloud-process-collaborative {
	display: flex;
    padding-left: 0px !important;
    padding: 40px 0px;
    margin: 0px;
}

.cloud-process-collaborative:nth-child(1) {
    padding-bottom: 0px !important;
}

.cloud-process-collaborative li {
    display: flex;
    width: 50%;
    align-items: center;
	margin-right: 50px;
}

.cloud-process-collaborative li div:nth-child(1) {
    margin-right: 30px;
}

.web-applications.container {
    padding-top: 90px;
}

.web-applications .col-sm-3 { text-align: center; padding-top: 90px; }
.web-applications h2 { font-size: 41px; }
.web-applications .col-sm-3 h5 {
    width: 90%;
    margin: 0 auto;
}

.managed-cloud-services { padding:90px 0px; }
.managed-cloud-services h2 { padding-bottom:50px; font-size: 41px; }
.challenges-list { padding-top:30px; }
.challenges-list li::before {
  content: "-" !important;
  padding-right: 10px !important;
}

ul.unstyled.text-white.challenges-list li {
    font-size: 28px;
    display: flex;
	margin: 10px 0px;
}

/* cloud-managed-services page end  */

/* education page starts */
.higher-education .col-sm-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* education page end  */


/* ============================================================================ */

html {
  height: 100%;
  overflow: hidden;
}

body { 
  margin:0;
  padding:0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: Nunito;
 /* perspective: 1px;
  transform-style: preserve-3d;*/
    transform-style: initial;	
}

header#site-header {
	    position: relative;
}

.parallax-slide {
  position: relative;
  padding: 25vh 10%;
  /* min-height: 800px !important; */
  min-height: 700px;	
  width: 100vw;
  box-sizing: border-box;
  transform-style: inherit;
}

.parallax-slide img {
  position: absolute;
  top: 0%;
  left: 35%;
  width: 320px;
  height: 240px;
  transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  padding: 10px;
  border-radius: 5px;
}

.parallax-slide img:last-of-type {
  transform: translateZ(.4px) scale(.8) translateX(0%) translateY(-15%) rotate(0deg);
}

.parallax-slide:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
}


.parallax-slide, .parallax-slide:before {
  background: 50% 50% / cover;  
	z-index: -1;
}

.parallax-slide .header {
  text-align: center;
  font-size: 175%;
  color: #fff;
  text-shadow: 0 2px 2px #000;
}

/*
.parallax-slide #title {
  background-image: url("https://lorempixel.com/640/480/abstract/6/");
  z-index:2;
} */

.parallax-slide #title h1 {
 transform: translateZ(.25px) scale(.75);
 transform-origin: 50% 100%;

}

#parallax-slide1:before {
    background-image: url(/wp-content/uploads/2021/06/Sullross-Ipad-1-min.png);
    /*transform: translateZ(-1px) scale(2); */
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat !important;
    background-position: center;
	min-height:800px;
}

#parallax-slide2:before {
  background-image: url("/wp-content/uploads/2021/06/Parallax-Image-Portfolio-Sullross-min.jpg");
  z-index:-1;
    /*transform: translateZ(-1px) scale(2); */
   background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;	
	margin-left:-8px;
}

#rural-health-network:before {
    background-image: url(/wp-content/uploads/2021/06/GET-THERE.png);
    /*transform: translateZ(-1px) scale(2); */
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat !important;
    background-position: center;
    min-height: 800px;
}

#get-there-parallax-2:before {
    background-image: url(/wp-content/uploads/2021/06/Parallax-Image-Portfolio-Get-there.png);
    /*transform: translateZ(-1px) scale(2); */
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat !important;
    background-position: center;
	    margin-left: -8px;
}

#parallax-slide3:before {
  background-image: url("https://lorempixel.com/640/480/abstract/5/");
  /*transform: translateZ(-1px) scale(2); */
}

#parallax-slide4 {
  background: #222;
}

.white-bg {
	background-color:#fff;
}


.web-modernization ul { margin:0px; padding:15px 0px; }
.web-modernization ul li { margin:8px 0px; display:flex; font-size: 18px; }
.web-modernization ul li::before {
  content: "-";
  margin-right:10px;
}


.alumini-engagement-headings .text-uppercase { 
	font-size:44px; 
	/* line-height:50px; */
}

.alumini-engagement h3 div.font-weight-bold { font-weight: 600 !important; }

.color-naviblue { color: #0066A7 !important; }

.app-dev-process div.col-md-4 {
    border: 1px solid #707070;
    -ms-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
    margin-right: 4%;
	background-color: #fff;
	padding: 20px 20px;
}

.app-dev-process div.col-md-4:nth-last-of-type(1) { margin-right:0px !important; }

.app-dev-process {
  display: flex;
  justify-content: space-between;
  margin-top: -100px;
  padding-bottom: 60px;	
}

.badge-blue { 
	background-color:#0066A7; 
	color:#ffffff !important; 
	height:42px; 
	width:42px;
	align-items:center;
	justify-content:center;
	display:flex !important;
    font-size: 21px !important;
}

.counter-set {
    justify-content: center;
    display: flex;
	margin-top: -30px;
}

.dotted-border {
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='48' ry='48' stroke='%23333' stroke-width='2' stroke-dasharray='3' stroke-dashoffset='68' stroke-linecap='butt'/%3e%3c/svg%3e");
border-radius: 48px;
	height:150px;
    width: 397px;
}
.dotted-border-wrapper {
    display: flex;
	padding-top: 60px;
}

.dotted-border-wrapper .dotted-border{ margin-left: 158px; }
.dotted-border-wrapper .dotted-border:nth-last-of-type(1) { margin-left:0px !important; }
.app-dev-process .subtitle .color-naviblue {
    font-weight: 600 !important;
}
.app-dev-process div.col-md-4 .subtitle {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}
.app-dev-process .subtitle {
    font-size: 36px;
}
.app-dev-process div.col-md-4 ul { padding-top: 1px; }
.app-dev-process div.col-md-4 ul li { margin:15px 0px; }
.app-dev-process div.col-md-4 ul li:before { 
  content: "-";
  margin-right:10px;
	
}


/* WHAT WE DO BEST starts */
.technology-gallery { padding-top: 1em; }
.technology-gallery .col-sm-4:nth-child(odd) { background-color: #16598D; }
.technology-gallery .col-sm-4:nth-child(even) { background-color: #002747; }

.technology-gallery .col-sm-4:nth-child(odd) img, .technology-gallery .col-sm-4:nth-child(even) img { 
height: 100px;
width: 100px;
margin-bottom: 20px;
}

.technology-gallery p, .technology-gallery a { 
color:#fff;
}

.technology-gallery a { font-size:12px; text-decoration: none !important; }
.technology-gallery p { 
	font-size:1.5em; 
	margin-bottom:0px !important;
   -webkit-transition: none !important;
   -moz-transition: none !important;
   -o-transition: none !important;
   transition: none !important;
	text-transform:none;
}

.technology-gallery .col-sm-4 {
min-height: 300px;
display: flex !important;
flex-direction: column;
align-items: center;
justify-content: center;
}

.technology-gallery .col-sm-4, .technology-gallery .col-sm-4::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;  
}

.technology-gallery .col-sm-4, .technology-gallery .col-sm-4 {
  background: none;
  border-radius: 0px;
  color: #fff;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  padding: 2em 6em;
  position: relative;
  text-transform: uppercase;
}

.technology-gallery .col-sm-4::before, .technology-gallery .col-sm-4::after {
  background: #F5F5F5;
  content: '';
  position: absolute;
  z-index: 0;
}


.technology-gallery .btn-5:hover, .technology-gallery .btn-5:hover a, .technology-gallery .btn-5:focus, .technology-gallery .btn-5:focus a, .technology-gallery .btn-5:hover p {
    color: #002747 !important;
	/*
	-webkit-transition: none !important;
   -moz-transition: none !important;
   -o-transition: none !important;
   transition: none !important; */
}
/*
.technology-gallery .col-sm-4:hover, .technology-gallery .col-sm-4:hover a, .technology-gallery .col-sm-4:focus, .technology-gallery .col-sm-4:focus a {
  color: #002747 !important;
}
*/

.technology-gallery a, .technology-gallery a {
    position: absolute;
    width: 100%;
	height:100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	z-index: 999 !important;
 -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}



.btn-5 {
  overflow: hidden;
}

.btn-5::after {
  height: 100%;
  left: -100%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 3s; 
  transform-origin: top left;
  width: 0;
}
.btn-5:hover:after {
  height: 100%;
  width: 200%;
}
/* WHAT WE DO BEST end */


/* ===================================================== */

.blog-wrapper.card-hover-zoom.blog-post {
    background-color: #F5F9FD;;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #E9EDF0 !important;
    height: 100%;
    transition: all 0.1s ease-in;
}

.blog-wrapper.card-hover-zoom.blog-post .card-img img.card-imgs {
    border-radius: 10px 10px 0px 0px;
    min-height: 150px;
    width: 100%;
    object-fit: cover;
    max-height: 150px;
}

.blog-wrapper.card-hover-zoom.blog-post .title-thumbnail {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 15px 0px 0px 0px;
    color: #4A4A4A;
}

.author-date {
    text-align: left;
	font-weight:normal;
	font-size:12px;
	line-height:5px;
    letter-spacing: 0px;
    color: #585757;
    opacity: 1;
    padding-top: 18px;
}
.blog-wrapper.card-hover-zoom.blog-post .thumbnail-container {
    padding: 0px 20px;
}

.blog-wrapper.card-hover-zoom.blog-post .thumbnail-container a.read-more {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: #005AAF;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
	font-weight: 500;
}

.blog-wrapper.card-hover-zoom.blog-post .thumbnail-container a.read-more:hover {
    text-decoration: underline;
}

.blog-wrapper.card-hover-zoom.blog-post .thumbnail-container a.read-more i.fa.fa-arrow-right-long:after {
	  content: "\f178";	
	    font-size: 17px;
}


.blog-wrapper.card-hover-zoom.blog-post:hover {
    transform: scale(1.01);
    box-shadow: 0 0 5px grey;
    box-shadow: 0px 6px 15px #0000001F;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 1;
}


.category-sidebar .widget-content h2 {
    text-align: left;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0px;
    color: #262525 !important;
    opacity: 1;
    margin-bottom: 4px;
}

.category-sidebar ul {
    list-style: none;
    padding: 0;
}

.category-sidebar ul li a {
    text-align: left;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0px;
    padding: 15px 0px;
    color: #262525 !important;
    opacity: 1;
    text-decoration: none;
    border-bottom: 1px solid #E9EDF0;
    display: block;
    text-transform: uppercase;
}

.category-sidebar ul li a:hover {
    background-color: rgba(29,92,169,.01);
}

.category-sidebar .wp-block-tag-cloud a.tag-cloud-link {
    border: 1px solid #262525;
    color: #262525;
    padding: 0px 15px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.2s ease-in;
    margin: 2px 4px 4px 0px;
    font-size: 12px !important;
    text-transform: uppercase;
}

.category-sidebar .wp-block-tag-cloud a.tag-cloud-link:hover {
    background-color: #005aaf;
    border: 1px solid #005aaf;
    color: #ffffff !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.category-sidebar .wp-block-tag-cloud {
	    display: flex;
    flex-wrap: wrap;
}

.category-sidebar .widget_search {
	margin-bottom:25px;
}

.category-sidebar form.wp-block-search .wp-block-search__label {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0px;
    opacity: 1;
    margin-bottom: 4px;
}

.category-sidebar .widget_search [type=search]:focus {
    outline: none;
}

.category-sidebar .widget_search [type=search] {
	border: 1px solid #ced4da;
	border-right: none;
	padding: 8px 0px;
	border-radius: 5px 0px 0px 5px;
}

.category-sidebar [type=reset], .category-sidebar [type=submit], .category-sidebar button {
	-webkit-appearance: button;
	border: none;
	padding: 4px 8px;
	border: 1px solid #ced4da;
	border-left: none;
	background-color: #004c7c;
	color: #fff;
	border-radius: 0px 5px 5px 0px;    
	min-width: 44px;
    min-height: 44px;
}

.category-sidebar ul {
 padding: 5px 0px 15px
}

div.blogrow {
    padding-right: 30px;
}
/*
.blogrow .row {
    display: block;
}
*/
.blogrow .title–primary {
	color: #0066A7;
	font-size: 30px;
	margin-bottom: 15px;
}

div.blogrow .author-date {
    margin-bottom: 12px;
    padding-top: 15px !important;
}

/*
@media screen and (max-width: 1100px) and (min-width: 900px) {
	.category-sidebar .widget_search [type=search] {
		width: 69%;
	}
}

@media screen and (max-width: 860px) and (min-width: 768px) {
	.category-sidebar .widget_search [type=search] {
		width: 57%;
	}
}

*/
@media screen and (max-width: 1100px) {
	.category-sidebar .widget_search .wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	}
	.category-sidebar .widget_search [type=search] {
		width: 100%;
		padding: 0px 5px;
	}
}


@media screen and (max-width: 767px) {
	div.blogrow {
		padding: 0px 30px !important;
	}
}




/* ============================================================================ */

/* IE10+ CSS here start */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	_:-ms-lang(x), .working-info .col-sm-12 { 
	display:table-cell !important;
	width:38em !important;
	height:30em;
	vertical-align:middle;
	}

	_:-ms-lang(x), .working-info .col-md-7 { 
	display:table-cell !important;
	width:38em !important;
	height:30em;
	vertical-align:middle;
	}
	
	_:-ms-lang(x), #demo .carousel-item .col-sm-12 img { width:auto !important; }
	_:-ms-lang(x), .btn-view { display:table-cell !important; width:11em; }
	_:-ms-lang(x), .global-search { top:35px; }
	_:-ms-lang(x), .ft-address-info .row { display:flex; }
	_:-ms-lang(x), .ft-address-info .col-sm-4 { display:block; }
	_:-ms-lang(x), .technology-gallery a { position: relative !important; }
	
	_:-ms-lang(x), #client-say, #west-virginia-university-parallex-1, #blueridge-accessibility-parallax::before, #blueridge-university-parallex::before, #west-virginia-university-parallex-2::before, #parallax-slide1::before, #parallax-slide2::before, #vdm-parallax-1::before, #vdm-parallax-2::before, #baltimore-parallax::before, #baltimore-accessibility-parallax::before, #west-basin-parallex::before, #west-basin-parallax-2::before, #valley-transit-parallex::before, #rural-health-network::before, #valley-transit-parallax-2::before, #get-there-parallax-2::before, #san-mateo-parallax::before { 
		transform: translateZ(0) !important; 
		margin-left: 0px !important; 
	}
	
	_:-ms-lang(x),  #blueridge-accessibility-parallax, #parallax-slide1, #vdm-parallax-1, #baltimore-parallax, #west-basin-parallex, #valley-transit-parallax-2, #get-there-parallax-2, #san-mateo-parallax {
		margin-bottom:30em; margin-top:2em;
	}
	
	_:-ms-lang(x), #west-virginia-university-parallex-2, #parallax-slide2, #vdm-parallax-2, #baltimore-accessibility-parallax, #west-basin-parallax-2, #valley-transit-parallax-2::before, #blueridge-accessibility-parallax::before, #get-there-parallax-2::before { 
		min-height:750px !important; 
	}

	_:-ms-lang(x), #west-virginia-university-parallex-1 { 
		margin-top:12em;
		margin-bottom:8em;		
	}	
	
	_:-ms-lang(x), #blueridge-university-parallex, #valley-transit-parallex, #rural-health-network { 
		margin-top:1em;
		margin-bottom:25em;
	}	
		
	
	_:-ms-lang(x), .parallax-slide, .parallax-slide::before {
		z-index:0 !important; 
	}	
	
	_:-ms-lang(x), .parallax-slide { min-height: auto !important; }
	_:-ms-lang(x), div.parallax-slide#client-say { 
		margin-bottom:0px !important; 
		 padding:60px 0px !important; 
		justify-content: space-around !important;
	}
	
	_:-ms-lang(x), .div#client-say .container { 
		margin-right:0px !important; 
		margin-left:0px !important; 		
	}
	_:-ms-lang(x), div.parallax-slide#client-say { padding:}


	
	_:-ms-lang(x), div.ui-ux-design .justify-content-between li { width:80%; }
	
	
}

/* IE10+ CSS here end */


@-moz-document url-prefix() { 
	#west-virginia-university-parallex-1::before, #blueridge-university-parallex::before, #blueridge-accessibility-parallax::before, #west-virginia-university-parallex-2::before, 
#parallax-slide1::before, #parallax-slide2::before, #vdm-parallax-1::before, #vdm-parallax-2::before, #baltimore-parallax::before, #baltimore-accessibility-parallax::before, #west-basin-parallex::before, #west-basin-parallax-2::before, #valley-transit-parallex::before, #valley-transit-parallax-2::before, #rural-health-network::before, #get-there-parallax-2::before, #san-mateo-parallax::before, #client-say {
		transform: translateZ(-1px) scale(1) !important;
		background-attachment:fixed !important;
		min-height: 650px !important;
	}
		
	#blueridge-accessibility-parallax::before { margin-top: -66px; }
	
	.parallax-local-gov, .parallax-edu, .parallax-local-trans, .parallax-non-pro { 
		background-size: cover !important; }
	#client-say { margin-left: 0px !important; }
	.mb-moz { margin-bottom: 5px; }
		
}


/* ------------------ mac ------------------------ */

@media screen and (-webkit-min-device-pixel-ratio:0) {
   #demo .carousel-item .col-sm-12 img { max-width:62%; }
	.carousel-control-next {
	right: -10px !important;
	}
	.carousel-control-prev {
	left: -10px !important;
	}	
	
	.dropdown-menu { z-index: 9999 !important ; }
	
	div#demo, div.header-titlebar {
		position: relative;
		z-index: initial;
	}
	
	/*
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
		z-index:9999 !important;
	}
	*/
	
}


/* Safari 11+ */

@media not all and (min-resolution:.001dpcm){ 
	@supports (-webkit-appearance:none) and (stroke-color:transparent) {

		#west-virginia-university-parallex-1:before, #blueridge-university-parallex:before, #vdm-parallax-1:before, #baltimore-parallax:before, #west-basin-parallex:before, #valley-transit-parallex:before, #rural-health-network:before, #san-mateo-parallax:before, #west-virginia-university-parallex-2:before, #blueridge-accessibility-parallax:before, #vdm-parallax-2:before, #baltimore-accessibility-parallax:before, #west-basin-parallax-2:before, #valley-transit-parallax-2:before, #get-there-parallax-2:before, #parallax-slide1:before, #parallax-slide2:before { 
			transform: translateZ(0) !important;
		}
	}
	
	.navigation-wrap{
		position: absolute !important;
		z-index:9999 !important;
	}
	
}


 /* CSS specific to iOS devices */ 
@supports (-webkit-touch-callout: none) {
	.cloud-process-collaborative li { text-align:left !important; width:100% !important; }
	.cloud-process-collaborative li div { margin:0px !important; text-align:left !important; }

	.cloud-process-collaborative li div:nth-of-type(odd) {
		width:30% !important; 
	}

	.cloud-process-collaborative li div:nth-of-type(even) {
		width:70% !important; 
	}
	
	.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
		outline: :none !important;
	}		
	
}



/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 374px) 
  and (max-device-width: 481px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	  
	#demo .carousel-item .col-sm-12 {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		flex-direction: column !important;
		text-align: center !important;
	}	
	
	#demo .carousel-item .slideInRight {
		padding: 0 !important;
		width: 70% !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 250px;
	}				  

}





/*@media only screen and (max-width: 1024px) {
	.cky-notice-des p {
		line-height: normal;
	}		
	.cky-notice-des {
		padding: 5px 0px;
	}	
}

@media only screen and (min-width: 800px) {
	.cky-notice p.cky-title {
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.cky-notice-btn-wrapper {
		margin-top: 8px !important;
	}
	
	.cky-consent-container .cky-consent-bar {
		padding: 12px 24px 20px 24px;
	}	
	
}


@media screen and (max-width: 742px) and (min-width: 601px) {
	.cky-notice .cky-title {
		margin: 0px !important;
	}	
	
	.cky-notice .cky-title {
		padding: 0px !important;
	}
	
	.cky-notice-btn-wrapper {
		margin-top: 0px !important;
	}	
	.cky-consent-container .cky-consent-bar {
		padding: 12px 24px 18px 24px !important;
	}			
}


@media only screen and (max-width: 600px) {
	.cky-consent-container .cky-consent-bar {
		padding: 12.5px 0px !important;
	}
	
	.cky-notice .cky-title {
		margin-bottom: 0px !important;
	}
	
	.cky-notice-btn-wrapper .cky-btn-accept {
		margin-top: 12px !important;
	}
	
	.cky-notice-btn-wrapper {
		margin-top: 4px !important;
	}	
	
}
*/
/* Anjali updated 12/Aug/24 Css*/
.carousel-content a, .working-info a{
	min-width: 44px;
    min-height: 44px;
    padding: 0.5rem;
}
.navbar-light .navbar-nav .nav-link {
    min-width: 44px;
    min-height: 44px;
}
.cky-notice-des p {
	padding-top: 0px !important;
	font-size:0.9rem !important;
}
.cky-notice-btn-wrapper .cky-btn {
    min-width: 44px;
    min-height: 44px;
}
.project-details .col-sm-4 p{
	color: #004FA3;
    font-weight: 600;
    margin: 0;
    font-size: 1.25em;
	padding-top: 0.6em;
	line-height: 1.5em;
}
.project-details .col-sm-4 h5 a{
	color:#004FA3;
}
.navbar-light .navbar-toggler {
    min-width: 44px;
    min-height: 44px;
}
/* Popup */

.recaptcha-container #nf-field-7-wrap .nf-field-label #nf-label-field-7{
	display:none;
}
.nav-pills li a{
	min-width: 44px;
    min-height: 44px;
}
.ninja-forms-req-symbol {
    color: #940000 !important;
}
.flip-card-back h2{
	font-size:1.5em !important;
}
.higher-education h2.subtitle {
    font-size: 24px !important;
    font-weight: 100;
    color: #4A4A4A;
    line-height: 35px;
}
.higher-education h2.subtitle .font-weight-bold {
    color: #0066A7;
    font-size: 36px;
}
.higher-education h3.subtitle {
    font-size: 24px !important;
    font-weight: 100;
    color: #4A4A4A;
    line-height: 35px;
}
.higher-education h3.subtitle .font-weight-bold {
    color: #0066A7;
    font-size: 36px;
}
.web-modernization h2.subtitle {
    font-size: 30px;
    font-weight: 100;
    color: #4A4A4A;
    line-height: 35px;
}
.web-modernization h3.subtitle {
    font-size: 24px;
    font-weight: 100;
    color: #4A4A4A;
    line-height: 35px;
}
.web-modernization h3.subtitle .font-weight-bold {
    color: #0066A7;
    font-size: 36px;
}
.search-content a {  
    color: #012089 !important;
}
.wp-block-categories li{
	color: #000000 !important;
}
a.skip-link.screen-reader-text {
	display:none !important;
	visibility:hidden !important;
}
.working-info p{
	font-size: 1.2em;
	line-height:2em;
}
.portfolio-content h3.title{
	font-size: 68px;
    font-weight: 100;
    color: #4A4A4A;
    line-height: 68px;
}
.portfolio-content h3.title>div.font-weight-bold {
    color: #0066A7;
}
/* ===================  Fonts icons  ============================================  */
@font-face{font-family:'Glyphicons Halflings';src:url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');src:url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}
.glyphicon-asterisk:before{content:"\2a";}
.glyphicon-plus:before{content:"\2b";}
.glyphicon-euro:before{content:"\20ac";}
.glyphicon-minus:before{content:"\2212";}
.glyphicon-cloud:before{content:"\2601";}
.glyphicon-envelope:before{content:"\2709";}
.glyphicon-pencil:before{content:"\270f";}
.glyphicon-glass:before{content:"\e001";}
.glyphicon-music:before{content:"\e002";}
.glyphicon-search:before{content:"\e003";}
.glyphicon-heart:before{content:"\e005";}
.glyphicon-star:before{content:"\e006";}
.glyphicon-star-empty:before{content:"\e007";}
.glyphicon-user:before{content:"\e008";}
.glyphicon-film:before{content:"\e009";}
.glyphicon-th-large:before{content:"\e010";}
.glyphicon-th:before{content:"\e011";}
.glyphicon-th-list:before{content:"\e012";}
.glyphicon-ok:before{content:"\e013";}
.glyphicon-remove:before{content:"\e014";}
.glyphicon-zoom-in:before{content:"\e015";}
.glyphicon-zoom-out:before{content:"\e016";}
.glyphicon-off:before{content:"\e017";}
.glyphicon-signal:before{content:"\e018";}
.glyphicon-cog:before{content:"\e019";}
.glyphicon-trash:before{content:"\e020";}
.glyphicon-home:before{content:"\e021";}
.glyphicon-file:before{content:"\e022";}
.glyphicon-time:before{content:"\e023";}
.glyphicon-road:before{content:"\e024";}
.glyphicon-download-alt:before{content:"\e025";}
.glyphicon-download:before{content:"\e026";}
.glyphicon-upload:before{content:"\e027";}
.glyphicon-inbox:before{content:"\e028";}
.glyphicon-play-circle:before{content:"\e029";}
.glyphicon-repeat:before{content:"\e030";}
.glyphicon-refresh:before{content:"\e031";}
.glyphicon-list-alt:before{content:"\e032";}
.glyphicon-flag:before{content:"\e034";}
.glyphicon-headphones:before{content:"\e035";}
.glyphicon-volume-off:before{content:"\e036";}
.glyphicon-volume-down:before{content:"\e037";}
.glyphicon-volume-up:before{content:"\e038";}
.glyphicon-qrcode:before{content:"\e039";}
.glyphicon-barcode:before{content:"\e040";}
.glyphicon-tag:before{content:"\e041";}
.glyphicon-tags:before{content:"\e042";}
.glyphicon-book:before{content:"\e043";}
.glyphicon-print:before{content:"\e045";}
.glyphicon-font:before{content:"\e047";}
.glyphicon-bold:before{content:"\e048";}
.glyphicon-italic:before{content:"\e049";}
.glyphicon-text-height:before{content:"\e050";}
.glyphicon-text-width:before{content:"\e051";}
.glyphicon-align-left:before{content:"\e052";}
.glyphicon-align-center:before{content:"\e053";}
.glyphicon-align-right:before{content:"\e054";}
.glyphicon-align-justify:before{content:"\e055";}
.glyphicon-list:before{content:"\e056";}
.glyphicon-indent-left:before{content:"\e057";}
.glyphicon-indent-right:before{content:"\e058";}
.glyphicon-facetime-video:before{content:"\e059";}
.glyphicon-picture:before{content:"\e060";}
.glyphicon-map-marker:before{content:"\e062";}
.glyphicon-adjust:before{content:"\e063";}
.glyphicon-tint:before{content:"\e064";}
.glyphicon-edit:before{content:"\e065";}
.glyphicon-share:before{content:"\e066";}
.glyphicon-check:before{content:"\e067";}
.glyphicon-move:before{content:"\e068";}
.glyphicon-step-backward:before{content:"\e069";}
.glyphicon-fast-backward:before{content:"\e070";}
.glyphicon-backward:before{content:"\e071";}
.glyphicon-play:before{content:"\e072";}
.glyphicon-pause:before{content:"\e073";}
.glyphicon-stop:before{content:"\e074";}
.glyphicon-forward:before{content:"\e075";}
.glyphicon-fast-forward:before{content:"\e076";}
.glyphicon-step-forward:before{content:"\e077";}
.glyphicon-eject:before{content:"\e078";}
.glyphicon-chevron-left:before{content:"\e079";}
.glyphicon-chevron-right:before{content:"\e080";}
.glyphicon-plus-sign:before{content:"\e081";}
.glyphicon-minus-sign:before{content:"\e082";}
.glyphicon-remove-sign:before{content:"\e083";}
.glyphicon-ok-sign:before{content:"\e084";}
.glyphicon-question-sign:before{content:"\e085";}
.glyphicon-info-sign:before{content:"\e086";}
.glyphicon-screenshot:before{content:"\e087";}
.glyphicon-remove-circle:before{content:"\e088";}
.glyphicon-ok-circle:before{content:"\e089";}
.glyphicon-ban-circle:before{content:"\e090";}
.glyphicon-arrow-left:before{content:"\e091";}
.glyphicon-arrow-right:before{content:"\e092";}
.glyphicon-arrow-up:before{content:"\e093";}
.glyphicon-arrow-down:before{content:"\e094";}
.glyphicon-share-alt:before{content:"\e095";}
.glyphicon-resize-full:before{content:"\e096";}
.glyphicon-resize-small:before{content:"\e097";}
.glyphicon-exclamation-sign:before{content:"\e101";}
.glyphicon-gift:before{content:"\e102";}
.glyphicon-leaf:before{content:"\e103";}
.glyphicon-eye-open:before{content:"\e105";}
.glyphicon-eye-close:before{content:"\e106";}
.glyphicon-warning-sign:before{content:"\e107";}
.glyphicon-plane:before{content:"\e108";}
.glyphicon-random:before{content:"\e110";}
.glyphicon-comment:before{content:"\e111";}
.glyphicon-magnet:before{content:"\e112";}
.glyphicon-chevron-up:before{content:"\e113";}
.glyphicon-chevron-down:before{content:"\e114";}
.glyphicon-retweet:before{content:"\e115";}
.glyphicon-shopping-cart:before{content:"\e116";}
.glyphicon-folder-close:before{content:"\e117";}
.glyphicon-folder-open:before{content:"\e118";}
.glyphicon-resize-vertical:before{content:"\e119";}
.glyphicon-resize-horizontal:before{content:"\e120";}
.glyphicon-hdd:before{content:"\e121";}
.glyphicon-bullhorn:before{content:"\e122";}
.glyphicon-certificate:before{content:"\e124";}
.glyphicon-thumbs-up:before{content:"\e125";}
.glyphicon-thumbs-down:before{content:"\e126";}
.glyphicon-hand-right:before{content:"\e127";}
.glyphicon-hand-left:before{content:"\e128";}
.glyphicon-hand-up:before{content:"\e129";}
.glyphicon-hand-down:before{content:"\e130";}
.glyphicon-circle-arrow-right:before{content:"\e131";}
.glyphicon-circle-arrow-left:before{content:"\e132";}
.glyphicon-circle-arrow-up:before{content:"\e133";}
.glyphicon-circle-arrow-down:before{content:"\e134";}
.glyphicon-globe:before{content:"\e135";}
.glyphicon-tasks:before{content:"\e137";}
.glyphicon-filter:before{content:"\e138";}
.glyphicon-fullscreen:before{content:"\e140";}
.glyphicon-dashboard:before{content:"\e141";}
.glyphicon-heart-empty:before{content:"\e143";}
.glyphicon-link:before{content:"\e144";}
.glyphicon-phone:before{content:"\e145";}
.glyphicon-usd:before{content:"\e148";}
.glyphicon-gbp:before{content:"\e149";}
.glyphicon-sort:before{content:"\e150";}
.glyphicon-sort-by-alphabet:before{content:"\e151";}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}
.glyphicon-sort-by-order:before{content:"\e153";}
.glyphicon-sort-by-order-alt:before{content:"\e154";}
.glyphicon-sort-by-attributes:before{content:"\e155";}
.glyphicon-sort-by-attributes-alt:before{content:"\e156";}
.glyphicon-unchecked:before{content:"\e157";}
.glyphicon-expand:before{content:"\e158";}
.glyphicon-collapse-down:before{content:"\e159";}
.glyphicon-collapse-up:before{content:"\e160";}
.glyphicon-log-in:before{content:"\e161";}
.glyphicon-flash:before{content:"\e162";}
.glyphicon-log-out:before{content:"\e163";}
.glyphicon-new-window:before{content:"\e164";}
.glyphicon-record:before{content:"\e165";}
.glyphicon-save:before{content:"\e166";}
.glyphicon-open:before{content:"\e167";}
.glyphicon-saved:before{content:"\e168";}
.glyphicon-import:before{content:"\e169";}
.glyphicon-export:before{content:"\e170";}
.glyphicon-send:before{content:"\e171";}
.glyphicon-floppy-disk:before{content:"\e172";}
.glyphicon-floppy-saved:before{content:"\e173";}
.glyphicon-floppy-remove:before{content:"\e174";}
.glyphicon-floppy-save:before{content:"\e175";}
.glyphicon-floppy-open:before{content:"\e176";}
.glyphicon-credit-card:before{content:"\e177";}
.glyphicon-transfer:before{content:"\e178";}
.glyphicon-cutlery:before{content:"\e179";}
.glyphicon-header:before{content:"\e180";}
.glyphicon-compressed:before{content:"\e181";}
.glyphicon-earphone:before{content:"\e182";}
.glyphicon-phone-alt:before{content:"\e183";}
.glyphicon-tower:before{content:"\e184";}
.glyphicon-stats:before{content:"\e185";}
.glyphicon-sd-video:before{content:"\e186";}
.glyphicon-hd-video:before{content:"\e187";}
.glyphicon-subtitles:before{content:"\e188";}
.glyphicon-sound-stereo:before{content:"\e189";}
.glyphicon-sound-dolby:before{content:"\e190";}
.glyphicon-sound-5-1:before{content:"\e191";}
.glyphicon-sound-6-1:before{content:"\e192";}
.glyphicon-sound-7-1:before{content:"\e193";}
.glyphicon-copyright-mark:before{content:"\e194";}
.glyphicon-registration-mark:before{content:"\e195";}
.glyphicon-cloud-download:before{content:"\e197";}
.glyphicon-cloud-upload:before{content:"\e198";}
.glyphicon-tree-conifer:before{content:"\e199";}
.glyphicon-tree-deciduous:before{content:"\e200";}
.glyphicon-briefcase:before{content:"\1f4bc";}
.glyphicon-calendar:before{content:"\1f4c5";}
.glyphicon-pushpin:before{content:"\1f4cc";}
.glyphicon-paperclip:before{content:"\1f4ce";}
.glyphicon-camera:before{content:"\1f4f7";}
.glyphicon-lock:before{content:"\1f512";}
.glyphicon-bell:before{content:"\1f514";}
.glyphicon-bookmark:before{content:"\1f516";}
.glyphicon-fire:before{content:"\1f525";}
.glyphicon-wrench:before{content:"\1f527";}

div.titlebar-desc .bannersubheading{
background-color: rgba(0, 0, 0, .01) !important;
font-size: 1.5em;
font-weight: bold;
color: #fff !important;
text-align: center;
}

h3.subtitle {
    background-color: rgba(29, 92, 169, .01);
}
h3.subtitle {
    font-size: 56px;
    font-weight: 100;
    color: #4A4A4A;
    line-height: 60px;
}
h3.subtitle .font-weight-bold {
    color: #0066A7;
	font-size: inherit;
}