body{
  padding:0px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
body::-webkit-scrollbar{
  width:5px;
}
body::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb{
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

a, button {
  transition: all 0.1s ease-in-out;

}
.btn:focus {
  outline-offset: 0;
  color:#fff;
}

.navbar-form {
  margin: 18px 0px;
}

.p-0{
  padding: 5px !important;
}
/*.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}*/
.p0{
  padding:0;
}
.breadcrum{
  background-color: #757575;
}
.label-default {
  background-color: #03A9F4;
  margin:0 10px;
}
.breadcrum p{
  margin:0;
  padding: 15px;
  color: #fff;
}
.breadcrum-custom{
  /* margin-top: 50px; */
  /*transition: 0.2s ease-in-out;*/
}
.underline-breadcrum{
  text-decoration: underline;
  cursor:pointer;
}

.custom-active li a:hover{
  color:#6c63ff !important;
}
/*.custom-active li a:hover {
    color: #6c63ff !important;
    border-bottom: 2px solid #6b74e6;
    height: 58px;
    /* width: 88px; */
}*/
.navbar-brand{
  padding: 15px 15px;
}
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}
a.dropdown-toggle:hover .caret {
    border-top: 0px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid;
}
.dropdown-menu>.button>a:focus{
  background-color: #6d5df4;
  color:#fff !important;
}
/*.navbar-right .dropdown-menu {
    right: 0px;
    left: 16px;
    top: 86px;
    width: 300px;
}*/
.navbar-right .dropdown-menu {
    right: 0px;
    left: 0px;
    top: 66px;
    width: 300px;
}
.navbar-nav li.active a:before, .navbar-nav li:hover a:before {
    background: #6b74e6;
    content: '';
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0px;
    right: 0px;
    height: 3px;
}
ul.dropdown-menu li a:before {
    background: none !important;
    border-bottom: none;
}
.navbar-nav>li {
    padding-right: 24px !important;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
.container-fluid.customcontain {
    padding: 16px 29px;
}

nav.navbar.navbar-inverse.navbar-default.nav-custom.affix {
    background:#fff !important;
}
nav.navbar.navbar-inverse.navbar-default.nav-custom.affix ul li a {
    color:#000!important;
}
ul.dropdown-menu {
    background: #f5f5f5;
}
nav.navbar.navbar-inverse.navbar-default.nav-custom.affix ul.dropdown-menu li a{
  color: 000 !important;
}
nav.navbar.navbar-inverse .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #f5f5f500 !important;
}
ul.nav.navbar-nav.navbar-right.custom-active ul.dropdown-menu li a {
    color:#000 !important;
}
ul.nav.navbar-nav.navbar-right.custom-active ul.dropdown-menu li a:hover{
    color:#6c63ff !important;
}
.dropdown-menu .button {
    border: 2px solid #6c63ff;
    margin: 5px;
    border-radius: 5px;
    background: #6c63ff !important;
}
.dropdown-menu .button{
  min-width: 150px;
  width: 150px;
}
.button a{
  font-size: 14px;
  color: #fff !important;
  font-weight: bolder;
}
.boxshadow{
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
}
.btn-white{
  color: #744bcf;
  background-color: #fff;
  border-color: #fff;
  border-radius: 100px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  padding: 12px 30px;
  font-size: 13px;
}
.btn-white:focus{
  background-color: transparent;
}
.btn-white:hover{
  color: #fff;
  background:transparent;
  border-color: #fff;
  /*border-radius: 15px;*/
}
.btn-white-border{
  color: #fff;
  background:transparent;
  border-color: #fff;
  border-radius: 100px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  padding: 12px 30px;
  font-size: 13px;
}
.text-white,.text-white:hover,.text-white:active,.text-white:focus{
  color: #fff;
}
.btn-white-border:hover{
  color: #744bcf;
  background-color: #fff;
  border-color: #fff;
  /*border-radius: 15px;*/
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-primary {
  color: #fff;
  background-color: #6C63FF;
  cursor: pointer;
  border-color: #6C63FF;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 100px;
  padding: 10px 30px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
#Started .modal-header p {
  margin-bottom: 0;
}
.dropdown-menu .button a {
  padding: 5px !important;
  color: #fff !important;
  line-height: 20px !important;
}
.dropdown-menu li a, button a {
  padding: 0 10px !important;
}
.dropdown-menu {
  padding: 10px;
}
.fw{
  font-weight: 800;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #6C63FF ;
  border-color: #6C63FF ;
}
/**start industry**/
.industry {
    padding: 50px 0;
}
.industryTitle {
    margin: 0 0 60px 0;
    text-align: center;
    padding: 0;
}
.industry .industryTitle h2 {
    /* margin: 0 0 15px; */
    /* font-family: Roboto; */
    /* padding: 0 0 8px; */
    position: relative;
    color: var(--teal);
    display: block;
    font: 600 .8125rem/1 var(--secondaryFont);
    letter-spacing: 4px;
    line-height: 1.25rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #0FABFB !important;
    font-size: 2rem;
}
.industryTitle h3 {
    margin-bottom: 12px;
    font-size: 3rem !important;
    letter-spacing: -.2px;
    line-height: 1.25;
    color: #01468C !important;
    font-weight: 900;
}
/*.industryTitle span {
    color: #0FABFB ;
}*/
.industry .industryTitle p {
    line-height: 1.625;
    margin: 0 0 22px;
    font-size: 1.75rem;
    font-weight: 500;
    color: #646464;
}
.information {
    color: #646464;
    font-weight: 700;
}
.expertise a {
    text-decoration: none;
    /* outline: none; */
}
.expertise img {
    width: 100%;
    height: auto; 
}
.expertise h3 {
    margin-bottom: 8px;
    font-size: 2rem !important;
    letter-spacing: -.2px;
    line-height: 1.25;
    color: #01468C !important;
    font-weight: 700;
}
.expertise p {
    color: #646464;
    line-height: 1.625;
    margin: 0 0 22px;
    font-size: 20px;
    font-weight: 500;
}
.arrow-link {
    display: inline-block;
    padding-right: 8px;
    position: relative;
}
.arrow-link:before {
    background: #0000ee91;
    border-radius: 100%;
    content: '';
    height: 24px;
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    transform: translateY(-50%);
    transition: all .25s ease;
    width: 24px;
}
.arrow-link svg {
    position: relative;
}
.arrow-link.dark path {
    fill:#00e;
}
.arrow-link:hover:before, a:hover .arrow-link:before {
    height: 40px;
    width: 40px;
}
/**end industry**/
/**start partners-client**/
.logo-garden {
    padding-bottom: 240px;
    position: relative;
    text-align: center;
}
.logo-garden .circle {
    top: 60px;
}
.circle.gray {
    background: #f7f7f8;
 /*   height: 1961px;*/
    height: 960px;
    left: 50%;
    transform: translateX(-50%);
    /* width: 1961px; */
    width: 100%;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    margin-top: 30px;
}
.partner-logo{
    clear: both;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
    position: relative;
}
.logo-garden h2 {
    margin-bottom: 100px;
    font-size: 3rem;
    letter-spacing: -.2px;
    line-height: 1.25;
    color: #00458c;
    font-weight: 900;
}
.logo-garden h2 span, h1 span {
    color: #0eabfb;
}
.logo-garden ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    max-width: 820px;
    padding: 0;
}
.logo-garden ul li {
    margin-bottom: 40px;
    margin-right: 40px;
    text-align: center;
    width: calc((100% - 80px)/3);
}
.logo-garden img, svg, iframe:not(#grnhse_iframe):not(#sizetracker):not(.video-embed) {
    height: auto;
    max-width: 100%;
}
.logo-garden ul li:nth-of-type(3n) {
    margin-right: 0;
}

.logo-garden .btn {
    margin-top: 70px;
}
.logo-garden .btn {
    background: #0eabfb;
    border: 2px solid #0eabfb;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    margin-left: 39px;
    letter-spacing: .2px;
    padding: 20px 40px 18px;
    text-align: center;
    margin-left: 39px;
    font-weight: 900;
}
.logo-garden .btn:hover {
    background: #00458c;
    border-color: #00458c;
    color: #fff;
    transition: all .25s ease;
}
.logo-garden .btn.arrow:hover:after {
    left: 10px;
}
.logo-garden a {
    text-decoration: none;
    transition: all .25s ease;
}
.btn.arrow:after {
    background: url(../images/icon-arrow-short-white.svg) no-repeat;
    content: '';
    display: inline-block;
    height: 16px;
    left: 0;
    margin-left: 8px;
    position: relative;
    transition: all .25s ease;
    vertical-align: -2px;
    width: 17px;
}
/**end partners-client**/
/**start intro**/
.who-intro {
    padding-bottom: 157px;
    position: relative;
}

.who-intro .circle-outline {
    height: 820px;
    left: -365px;
    top: -91px;
    width: 1068px;
}
.circle-outline {
    background: url(../images/circles-outline.svg) no-repeat;
    background-size: 100% auto;
/*    height: 490px;*/
    position: absolute;
   /* width: 637px;*/
    z-index: -1;
}
.who-intro .flex-container {
    align-items: center;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
}
.who-intro .flex-container {
    align-items: center;
}

.who-intro ul {
    margin: 0;
    padding: 0;
    width: 60%;
}
.who-intro li {
    list-style: none;
    text-align: center;
    width: 32%;
}
.who-intro article {
    width: 40%;
}
article {
    display: block;
}
.who-intro article {
    width: 40%;
}
.who-intro h2 {
    margin-bottom: 20px;
    font-size: 2rem !important;
    letter-spacing: -.2px;
    line-height: 1.25;
    color: #01468C !important;
    font-weight: 900;
}
.rightportion {
    color: #26abfb !important;
}
.who-intro span {
    color: #01468c;
    font-weight: 600;
}
.eyebrow, #menu-footer>li>a, .card .author span, .page-content .wp-caption .wp-caption-text, .news-cats a {
    display: block;
    font: 600 .8125rem/1 var(--secondaryFont);
    letter-spacing:2px;
    line-height: 1.25rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #0FABFB !important;
    font-size: 2rem;
    font-weight: 600;
}
.text-large p, .text-large ul {
    font-size: 20px;
    line-height: 1.66;
    margin-bottom: 30px;
}
.special-link {
    color: #00458c;
    display: inline-block;
    font: bold 1.125rem/1 var(--secondaryFont);
    letter-spacing: .2px;
    padding: 13px 0 0 15px;
    position: relative;
}
/*.special-link span:hover{
    text-decoration: none;
}*/
.special-link:hover, a:hover .special-link {
    color: #00458c;
    text-decoration: none;
}
.special-link:hover:before, a:hover .special-link:before {
    height: 40px;
    width: 40px;
}
.special-link:before {
    background: #0eabfb !important;
    border-radius: 100%;
    content: '';
    height: 24px;
    left: 0;
    position: absolute;
    top: 4px;
    transition: all .25s ease;
    width: 24px;
}
.special-link span {
    position: relative;
    z-index: 2;
}

/**end intro**/
/**start card**/
.newspra {
    font-size: 15px !important;
}
/**end card**/
/*media queries*/
@media(max-width:425px){
 
.navbar-default .navbar-nav>.active>a:before {
  border-bottom: 0;
}
.custom-active li a {
  padding: 5px 15px;
}
.navbar {
  min-height: 70px;
}
.navbar-toggle{
  margin-top:20px;
}
.section {
  padding: 0px 0px;
}
.section {
  margin-bottom: 0px;
}
.marginbtm71 {
  margin-bottom: 0px;
}
.margin-top {
  margin-top: 0px;
}
.quick-link ul li a {
  font-size: 10px;
}
.aboutbanner-title {
  padding:0;
}
.border-right:after{
  border-right:0;
}
.about-callToAction {
  margin-top: 0px;
}
.navbar-form {
  margin: 0px;
}
.navbar .dropdown-menu:after {
  display: none;
}
.custom-active .dropdown .dropdown-menu {
  left: 50px;
}
.servicebanner-title {
  padding: 0px 0 0 0;
}
.working {
  margin-bottom: 0;
}
.working {
  padding: 0px;
}
.service-mt {
  margin-top: 0px;
}
.services {
  margin-bottom: 40px;
}
.services {
  padding: 60px 20px;
}
.solutionbanner-title {
  padding: 0;
  text-align: center;
  margin-top: 50px;
}
.solutionbanner-title h3 {
  font-size: 18px;
}
.solutionbanner-title h1 {
  font-size: 40px;
}
.pt-50 {
  padding: 0px 0 30px 0;
}
.solutionbanner-title a{
  font-size: 10px;
}
.bg-map {
  height: 140px;
  max-height: 140px;
}
.contact h1 {
  font-size: 30px;
}
.callToAction p {
  width: auto;
}
.pipeline img{
  display:none;
}
.r1-padding,.r2-padding,.r3-padding,.r4-padding{
  margin:20px 0;
  padding:0 !important;
}
.details {
  padding: 20px 0px !important;
}
.salesforce-title h1 {
  padding: 60px 0 0 0;
}
.solutionbanner-title h3 {
    line-height: 25px;
}
.contact-margin {
    margin: 0;
}
.sales-force {
  padding: 30px;
  margin: 50px 0 60px 0;
}
.details {
  padding: 30px 0px !important;
}
.serviceList {
  max-width: 90%;
}
.navbar-default .navbar-toggle {
  border-color: #ddd !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888 !important;
}
}
@media(min-width:426px) and (max-width:768px){
  .bgbanner {
    height: 500px;
    max-height: 500px;
  }
  .tc a,.btn-white-border {
    font-size: 12px;
  }
  .mobile-web-title h1 {
    font-size: 40px !important;
    margin: 0 !important;
  }
  .mobile-web {
    padding: 70px 0 0px 0 !important;
  }
  .thumbnail-focus .caption {
    padding: 0 0px 22px 0px;
  }
  .waves-image {
    height: 190px !important;
    max-height: 190px !important;
  }
  .banner-title h1,.aboutbanner-title h1,.servicebanner-title h1,
  .solutionbanner-title h1,.blog-title h1{
    letter-spacing: .8px;
    line-height: 40px !important;
    font-size: 40px;
  }
  .aboutbanner-title {
    padding: 20px 0px;
  }
  .managedsupport-mb {
    margin-bottom: 50px;
  }
  .helping p {
    font-size: 30px;
    margin-top: 10px;
  }
  .contact {
    padding: 30px 0;
  }
  .web-dev-custom-con {
    width: 100% !important;
  }
  .callToAction {
    margin-bottom: 50px;
  }
  .about-callToAction {
    margin-top: 0px;
  }
  .helping h1 {
    font-size: 35px;
  }
  .breadcrum p {
    font-size: 13px;
    padding: 10px;
  }
  .breadcrum-custom {
    margin-top: 70px;
  }
  .quick-link ul li {
    margin: 25px 15px 0 15px;
  }
  .bg-map {
    height: 250px;
    max-height: 250px;
  }
  .helping {
    padding: 80px 0px;
  }
  .banner-title h1 {
    font-size: 3rem;
  }
  .serviceList {
    max-width: 60%;
  }
  .custom-active li a {
    font-size: 14px;
  }
  .solutionbanner-title {
    padding: 0;
  }
  .cardContent {
    max-width: 70%;
    top: -60px;
    padding: 30px;
  }
  .working {
    margin: 20px;
  }
  .servicebanner-title {
    padding: 60px 0;
  }
  .services {
    padding: 0px 60px;
  }
  .consultbanner-title h1{
    font-size: 40px;
  }
  .servicebanner-title h1 {
    font-size: 40px;
    /*margin: 50px 0;*/
  }
  .clients {
    padding: 80px 0px;
  }
  .service p {
    padding: 0;
  }
  .banner-title {
    padding: 50px 0px;
  }
  .helping {
    padding: 80px 0px;
  }
  .servicebanner-title {
    padding: 30px 0;
  }
  .services {
    padding: 0px 0px;
  }
  .about-image{
    padding: 30px 0;
  }
  .callToAction p {
    width: 80%;
  }
  .contact {
    width: 100%;
    margin: initial;
  }
  .contact h1 {
    font-size: 34px;
  }
  .help {
    margin-bottom: 0px;
  }
/*footer .container {
padding-top: 60px;
}*/
.marginspace {
  margin: 60px 0 !important;
}
/*footer {
height: 190px;
max-height: 190px;
}*/
.r1-padding,.r2-padding,.r3-padding,.r4-padding{
  padding:30px !important;
}
.salesforce-title h1 {
  padding: 0px;
}
.sales-force {
  padding: 30px;
  margin: 50px 0 60px 0;
}
.details {
  padding: 30px 0px !important;
}
}
@media(min-width:769px){
  .clients {
    padding: 80px;
  }
}
@media(min-width:769px) and (max-width:1024px){
  .callToAction p {
    width: 100%;
  }
  .waves-image {
    height: 240px !important;
    max-height: 240px !important;
  }
  .bg-map {
    height: 330px;
    max-height: 330px;
  }
  .cardContent {
    max-width: 70%;
    top: -60px;
    padding: 20px;
  }
}
@media(min-width: 769px){
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media(max-width: 768px){
  .center {
    max-width: 75%;
  }
  .pipeline img{
    display:none;
  }

}
@media(max-width: 767px){
.contact-content {
    margin-bottom: 20px;
}
.footer-main h3 {
    margin-top: 20px;
}
.hero h1 {
    font-size: 2em !important;
}
.hero {
    position: absolute;
    top: 55% !important;
    left: 50% !important;
  }
 .navbar-header {
    margin: 0 !important;
}
div#bs-example-navbar-collapse-1 {
    margin: 0 !important;
}

a.callnow {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
}
}

@media only screen and (min-width: 1025px) {
  .cardContent {
    max-width: 50%;
    top: -60px;
    padding: 20px;
  }
}



/* CONTACT */


/* Note: Try to remove the following lines to see the effect of CSS positioning */
.affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
}

.affix + .container-fluid {
	padding-top: 70px;
}

.custom-container{
	max-width:968px;
}
.contactform{
  margin: 0 auto;
  width: 100%;
}

.contactform .icon {
  position: absolute;
  top: 10px;
  left: 20px;
  color:#9FA3A7;
  padding: 0px 0 0px 5px;
}

.contactform .form-group .palceholder {
    left: 120px;
}

.contactform .palceholder, .contactform .palceholder1, .contactform .palceholder2, .contactform .palceholder3 {
    position: absolute;
    top: 2px;
}
		.contactform .form-control {
    padding: 5px 0px 7px 30px;
}
		.contactform .form-group .star {
    color: red;
}
		.contactform .form-group .palceholder1 {
    left: 150px;
}
		.contactform .form-group .palceholder2 {
    left: 140px;
}
		.contactform .form-group .palceholder3 {
    left: 90px;
}
	.form-bg {
    background: #f0f0f0;
    padding: 2%;
    display: inline-block;
}
	.form-top-text{
background: #e0c8e0;
background: -moz-linear-gradient(top, #e0c8e0 0%, #d4b2d4 100%);
background: -webkit-linear-gradient(top, #e0c8e0 0%,#d4b2d4 100%);
background: linear-gradient(to bottom, #e0c8e0 0%,#d4b2d4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c8e0', endColorstr='#d4b2d4',GradientType=0 );
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:1%;
display: flex;
}
	.form-top-text h4{ color:#8c278e;  font-size:21px; }
.form-bg h3{ color:#363535; font-size:22px; margin-top:5%; margin-bottom:4%; }
.services h3{ color:#363535; font-size:22px; margin-top:2%; margin-bottom:4%; }
.services h4{ margin: 18px 0 15px 0; 	font-size: 14px; text-transform: uppercase; letter-spacing: 2.8px;}
.services a, .form-bg a{ color:#0856ab}
.award-holder{
	position:relative;
	margin-top: -10%;
}
.or{ margin-top:8%;}
.social-icon ul li{
  margin: 5px 10px;
}
.quick-link ul li,.social-icon ul li{
  display: inline-block;
  text-align: center;
}
/* Small Devices, Tablets */


/*	.footer-mtop {
    margin-top: 210px;
}*/
.img-responsive {
    display: inline;

}


.banner-bg{
	background:#0856ab;
	display: flex;
	color:#fff;
}

.banner-bg h2{
	    font-family: 'Source Sans Pro', sans-serif;
font-size: 4rem;
padding: 5.5%;

}

.banner-bg h2 span{
	    font-family: 'Source Sans Pro', sans-serif;
font-weight:bold;
font-size: 4.2rem;

}

.banner-bg figure{
	float:left;
	width:50%;

}

.top18{ margin-top:18%;}



.mt-3{
	margin-top:3%;
}


