html{overflow-x:hidden; height:100%;}
body{
    background: #fff;
    font-family: 'CeraProLight', sans-serif;
    font-weight: normal;
}
@font-face {
    font-family: 'CeraProLight';
    src: url('../fonts/CeraProLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
@font-face {
    font-family: 'CeraProBlack';
    src: url('../fonts/CeraProBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
@font-face {
    font-family: 'CeraProBlackItalic';
    src: url('../fonts/CeraProBlackItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
@font-face {
    font-family: 'CeraProBold';
    src: url('../fonts/CeraProBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
@font-face {
    font-family: 'CeraProMedium';
    src: url('../fonts/CeraProMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
@font-face {
    font-family: 'CeraProRegularItalic';
    src: url('../fonts/CeraProRegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

a {
	text-decoration:none;
	-moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover {
	text-decoration:none;
}

.header{
    float: left;
    width: 100%;
    box-shadow: 0px 0px 13px #f3efef;
    position: relative;
    z-index: 99;
    padding: 7px 0;
}
.logo{
    float: left;
}
.nav{
    float: right;
    margin-top: 25px;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #37548e;
    overflow-y: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 70px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 80px;
    font-size: 40px;
    color: #fff;
  }
  
  @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 70px;
    right: 35px;
    }
  }

.banner{
    float: left;
    width: 100%;
    position: relative;
}
.banner-img, .banner-img img{
    width: 100%;
}
.banner-content{
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
}
.banner-content h3{
    color: #000;
    font-size: 38px;
    font-family: 'CeraProBold', sans-serif;
    margin: 0;
}
.banner-content h1{
    color: #000;
    font-size: 53px;
    font-family: 'CeraProBlack', sans-serif;
    margin: 0 0 25px 0;
}
.banner-content p{
    color: #37393e;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 22px;
}
.banner-content-inner{
    width: 50%;
}
.banner-content-inner a{
    display: inline-block;
    margin-right: 17px;
    width: 195px;
    text-align: center;
    font-family: 'CeraProBold', sans-serif;
    height: 50px;
    line-height: 46px;
    border-radius: 5px;
    border: solid 2px #38548e;
    color: #38548e;
    font-size: 16px;
}
.banner-content-inner a:hover{
    background: #193570!important;
    color: #fff!important;
}

.logowhite{
    position: absolute;
    left: 80px;
    top: -60px;
}

.menurow{
    float: left;
    width: 100%;
    padding: 0 45px;
    text-align: left;
}
.menulinks{
    float: left;
}
.menulinks h1{
    color: #fff;
    font-size: 18px;
    font-family: 'CeraProBold', sans-serif;
    margin: 0 0 20px 0;
}
.menulinks ul{
    padding: 10px 0 10px 22px;
    margin: 0;
    border-left: solid 5px #5a75ae;
}
.menulinks ul li{
    list-style: none;
    margin: 12px 0px;
    position: relative;
}
.menulinks ul li a{
    color: #fff;
    font-size: 16px;
}
.menulinks ul li a:hover{
    color: #f88852;
}
.menulinks ul li ul{
    padding-bottom: 5px;
    border: none;
    display: none;
}
.menulinks ul li:hover ul{
    display: block;
}
.menulinks ul li ul li{
    list-style: disc;
    color: #fff;
}
.menulinks-w-25{
    width: 27%;
}
.menulinks-w-10{
    width: 13%;
}
.menulinks-w-21{
    width: 20%;
}

.ourservices{
    margin: -60px 0 60px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
.ourservices ul{
    padding: 0;
    margin: 0;
}
.ourservices ul li{
    list-style: none;
    width: 25%;
    float: left;
    background: #fff;
    padding: 30px;
    min-height: 480px;
    box-shadow: -10px 13px 13px #f5f5f8;
}
.ourservices ul li h3{
    color: #38548e;
    font-size: 24px;
    line-height: 27px;
    font-family: 'CeraProBold', sans-serif;
    margin: 25px 0 20px 0;
}
.ourservices ul li p{
    color: #37393e;
    text-align: left;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
}
.ourservices ul li:first-child{
    border-radius: 15px 0px 0px 15px;
}
.ourservices ul li:last-child{
    border-radius: 0px 15px 15px 0px;
}

.aboutbg{
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #38548e;
}
.aboutbg-img img{
    width: 100%;
    border-radius: 15px;
}
.aboutbg-content h5{
    color: #fff;
    font-size: 17px;
    font-family: 'CeraProBold', sans-serif;
    text-transform: uppercase;
    margin: 0;
}
.aboutbg-content h1{
    color: #fff;
    font-size: 40px;
    line-height: 38px;
    font-family: 'CeraProBlack', sans-serif;
    margin: 18px 0;
}
.aboutbg-content p{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 25px 0;
    text-align: justify;
}
.aboutbg-content a{
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-family: 'CeraProBold', sans-serif;
    padding: 12px 35px;
    background: #131313;
    box-shadow: 3px 3px 3px #274177;
}
.aboutbg-content a:hover{
    color: #000;
    background: #fff;
}
.ourworkflow-bg{
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 80px 0;
    text-align: center;
}
.ourworkflow-bg h1{
    color: #38548e;
    font-size: 40px;
    font-family: 'CeraProBlack', sans-serif;
    margin: 0;
}
.ourworkflow-bg h5{
    color: #37393e;
    font-size: 20px;
    line-height: 30px;
    margin: 25px 0 75px 0;
}

.featuredcasestudy-bg{
    float: left;
    width: 100%;
    padding: 80px 0;
}
.featuredcasestudy-bg h1{
    color: #38548e;
    font-size: 40px;
    font-family: 'CeraProBlack', sans-serif;
    text-align: center;
    margin: 0;
}
.featuredcasestudy-bg h5{
    color: #37393e;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin: 25px 0 0px 0;
}
.featuredcasestudy-slide{
    margin-top: 60px;
    padding: 0 80px;
    float: left;
    width: 100%;
}
.featuredcasestudy-item{
    width: 100%;
    float: left;
    position: relative;
}
.featuredcasestudy-item-content{
    padding: 100px 100px 100px 35px;
    background: #38548e;
    float: left;
    width: 55%;
}
.featuredcasestudy-item-content h2{
    color: #fff;
    font-size: 35px;
    font-family: 'CeraProBold', sans-serif;
    margin: 0;
}
.featuredcasestudy-item-content p{
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 21px;
    margin: 25px 0 30px 0;
}
.featuredcasestudy-item-content a{
    color: #fff;
    font-family: 'CeraProBold', sans-serif;
    font-size: 16px;
}
.featuredcasestudy-item-content a:hover{
    color: #000;
}
.featuredcasestudy-item-img{
    position: absolute;
    right: 0;
    top: 12%;
}
.featuredcasestudy-item-img img{
    border-radius: 10px;
}

.socialresponsibility-bg{
    float: left;
    width: 100%;
    padding: 0 0 80px 0;
    text-align: center;
}
.socialresponsibility-bg h1{
    color: #38548e;
    font-size: 40px;
    font-family: 'CeraProBlack', sans-serif;
    text-align: center;
    margin: 0;
}
.socialresponsibility-bg h5{
    color: #37393e;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    margin: 25px 0 70px 0;
}
.socialresponsibility-bg ul{
    padding: 0;
    margin: 0;
}
.socialresponsibility-bg li{
    float: left;
    box-shadow: 0px 0px 23px #ccc;
    width: 18%;
    list-style: none;
    margin: 0 1%;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 25px 0;
}
.datalyne-insights{
    float: left;
    width: 100%;
    background: #f4f5f5;
    padding: 80px 0;
}
.datalyne-insights h1{
    color: #38548e;
    font-size: 38px;
    font-family: 'CeraProBlack', sans-serif;
    text-align: center;
    margin: 0 0 45px 0;
}

.blogbox{
    margin: 15px 0;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px #cedbdb;
}
.blogbox img{
    width: 100%;
    border-radius: 10px;
}
.blogbox h5{
    color: #787e84;
    font-size: 14px;
    margin: 10px 0;
    font-family: 'CeraProBold', sans-serif;
}
.blogbox h2{
    color: #38548e;
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 0 0;
    font-family: 'CeraProBold', sans-serif;
}
.blogbox p{
    color: #303539;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 20px 0;
}
.blogbox .readmore{
    display: inline-block;
    background: #38548e;
    color: #fff;
    font-size: 16px;
    padding: 12px 35px;
    border-radius: 3px;
    font-family: 'CeraProBold', sans-serif;
}
.blogbox .readmore:hover{
    background: #000;
    color: #fff;
}
.footer{
    float: left;
    width: 100%;
    background: #38548e;
    padding: 65px 50px;
}
.footertop{
    float: left;
    width: 100%;
}
.footerbottom{
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
    color: #fff;
    font-size: 17px;
}
.footerbottom span{
    display: inline-block;
    margin-right: 45px;
}
.footerbottom a{
    display: inline-block;
    margin: 0 8px;
    font-size: 22px;
    vertical-align: middle;
    color: #fff;
}
.footerbottom a:hover{
    color: #f88852;
}

.inner-banner-content{
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 100%;
}
.inner-banner-content h5{
    color: #5cb3fc;
    font-size: 22px;
    font-family: 'CeraProBold', sans-serif;
    margin: 0;
}
.inner-banner-content h1{
    color: #fff;
    font-size: 60px;
    margin: 5px 0 20px 0;
    font-family: 'CeraProBlack', sans-serif;
}
.inner-banner-content p{
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    text-align: justify;
    margin: 0;
}

.affordable-housing-bg{
    float: left;
    width: 100%;
    padding: 80px 0;
}
.affordable-housing-bg img{
    float: left;
    margin: 0 55px 20px 0;
    max-width: 100%;
}
.affordable-housing-bg h1{
    color: #38548e;
    font-size: 40px;
    font-family: 'CeraProBlack', sans-serif;
    margin: 0 0 10px 0;
}
.affordable-housing-bg h6{
    color: #5b7dc4;
    font-family: 'CeraProBold', sans-serif;
    font-size: 17px;
    margin: 0;
}
.affordable-housing-bg p{
    color: #53565c;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 35px;
}
.assessment-services-bg{
    float: left;
    width: 100%;
    padding: 80px 0;
}
.assessment-services-bg h1{
    color: #37538c;
    font-family: 'CeraProBlack', sans-serif;
    font-size: 40px;
    margin: 0 0 20px 0;
}
.assessment-services-bg h3{
    color: #53565c;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 20px 0px;
}
.assessment-services-bg p{
    color: #53565c;
    font-size: 20px;
    line-height: 30px;
    margin: 0px;
    text-align: justify;
}
.disitaltextrow{
    margin-bottom: 15px;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 25px;
}
.disitaltextrow h3{
    color: #2da9ff;
    font-size: 40px;
    font-family: 'CeraProBlack', sans-serif;
    margin: 0 0 20px 0;
}
.disitaltextrow p{
    color: #53565c;
    font-size: 20px;
    text-align: left;
    line-height: 31px;
    margin: 0;
}
.list01{
    padding: 0;
    margin: 20px 0;
}
.list01 li{
    list-style: none;
    padding-left: 45px;
    background: url(../images/listarrow.png) no-repeat left 12px;
    color: #53565c;
    font-size: 20px;
    line-height: 31px;
    margin: 7px 0;
}
.affordable-housing-bg h3{
    font-family: 'CeraProBold', sans-serif;
}
.list01 li strong{font-family: 'CeraProBold', sans-serif; font-weight: normal;}
.btnsty01{
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    font-family: 'CeraProBold', sans-serif;
    font-size: 20px;
    padding: 15px 35px;
    background: #273a6b;
}
.btnsty01:hover{
    background: #0d1e49;
    color: #fff;
}

.careers-bg{
    float: left;
    width: 100%;
    padding: 80px 0;
}
.careerimg img{
    width: 100%;
}
.career-content p{
    color: #53565c;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
}
.career-content a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'CeraProBold', sans-serif;
    padding: 15px 35px;
    background: #273a6b;
}
.assessment-services-bg h2{
    font-family: 'CeraProBold', sans-serif;
    font-size: 40px;
}
.career-content a:hover{
    background: #0d1e49;
    color: #fff;
}
.font16 li{
    font-size: 16px;
}
.dig-transfo-services p{
    font-size: 20px;
    text-align: justify;
    line-height: 26px;
}
.dig-transfo-services h2{
    color: #38548e;
    font-size: 40px;
    font-family: 'CeraProBold', sans-serif;
    margin-bottom: 20px;
}

.retailtopbg{
    float: left;
    width: 100%;
    padding: 50px 0;
}
.retailtopbg h1{
    color: #38548e;
    font-size: 40px;
    margin: 0;
    font-family: 'CeraProBold', sans-serif;
}
.retailtopbg p{
    color: #53565c;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    text-align: left;
}
.retailtopbg img{
    width: 100%;
}
.w-45{
    width: 45%;
}
.featurebg{
    background: #eff0f2;
    float: left;
    width: 100%;
    padding: 55px 0;
}
.featurebg h1{
    color: #38548e;
    font-size: 30px;
    margin: 0 0 35px 0;
}
.featurebg ul{
    padding: 0;
    margin: 0;
    text-align: center;
}
.featurebg li{
    display: inline-block;
    width: 23.5%;
    vertical-align: top;
    margin: 0.7% 0.5%;
    padding: 35px 30px;
    min-height: 235px;
    background: #fff;
    box-shadow: 0px 0px 13px #e1e4e9;
    border-radius: 10px;
}
.featurebg li h3{
    color: #38548e;
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 0 0;
}


.connectivity-and-enterprise-bg{
    float: left;
    width: 100%;
    padding-bottom: 90px;
}
.connectivityrow{
    float: left;
    width: 100%;
    padding-top: 90px;
}
.connectivityrow-img{
    width: 42%;
    text-align: right;
}
.connectivityrow-img img{
    max-width: 100%;
}
.connectivityrow-content{
    width: 56%;
}
.connectivityrow-content h1{
    color: #38548e;
    font-family: 'CeraProBold', sans-serif;
    font-size: 40px;
    line-height: 38px;
    margin: 0;
}
.connectivityrow-content p{
    color: #53565c;
    font-size: 20px;
    line-height: 27px;
    text-align: justify;
    margin: 15px 0 0 0;
}
.connectivityrow-content li{
    font-size: 20px;
}

.customerstories{
    float: left;
    width: 100%;
    text-align: center;
    padding: 240px 0;
}
.customerstories h4{
    color: #0f0f0f;
    font-size: 46px;
    font-family: 'CeraProBold', sans-serif;
    margin: 45px 0 0 0;
}
.getintouch-bg{
    float: left;
    width: 100%;
    padding: 80px 0;
}
.getintouch-info{
    float: left;
    width: 40%;
}
.getintouch-info h1{
    color: #000;
    font-size: 40px;
    font-family: 'CeraProBold', sans-serif;
    margin: 0;
}
.getintouch-info p{
    color: #53565c;
    font-size: 20px;
    line-height: 29px;
    margin: 25px 0;
    text-align: justify;
}
.getintouch-info img{
    max-width: 100%;
}
.getintouch-info h3{
    color: #37538c;
    font-family: 'CeraProBold', sans-serif;
    font-size: 30px;
    margin: 25px 0;
}

.getintouch-form{
    width: 55%;
    float: right;
    box-shadow: 0px 0px 20px #ccc;
    padding: 45px;
    background: #fff;
    border-radius: 10px;
}
.getintouch-form h1{
    color: #37538c;
    font-size: 40px;
    font-family: 'CeraProBold', sans-serif;
    line-height: 52px;
    margin: 0 0 30px 0;
}

.getintouch-form .form-control{font-size:17px; color:#303030; height:60px; border:none; background:#e5e8eb; border-radius:10px; box-shadow:inset 0 3px 7px rgba(0,0,0,.0); box-shadow: 3px 0px 15px rgba(0,0,0,.0);
    padding: 0px 25px; font-weight: 600;}
.getintouch-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303030;
}

.getintouch-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #303030;
}

.getintouch-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #303030;
}

.getintouch-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #303030;
}
.submitbtn{
	display: inline-block;
	border-radius: 5px;
	padding: 15px 60px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border: none;
	background: #38548e;
}
.submitbtn:hover{
	background: #163470;
	color: #fff;
}
.font16 li{
    font-size: 20px;
}
.whoweare-bg{
    float: left;
    width: 100%;
    padding: 80px 0;
}
.whoweare-bg h1{
    color: #38548e;
    font-size: 40px;
    font-family: 'CeraProBold', sans-serif;
    margin: 0 0 25px 0;
}
.whoweare-bg p{
    color: #53565c;
    font-size: 20px;
    text-align: justify;
    line-height: 30px;
}

.hoverimg{
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .8s ease-in-out;
    -webkit-filter: grayscale(1);
}
.hoverimg:hover{
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1);
}

.cyberbox{
    margin: 15px 0;
    text-align: center;
}
.cyberbox h3{
    color: #273a6b;
    margin: 20px 0 0 0;
    font-family: 'CeraProBold', sans-serif;
}
.poweredlogo{
    float: left;
    margin-right: 10px;
}
.poweredlogo img{
    width: 140px;
    padding: 0;
}
.ai-lifestyle{
    float: left;
    width: 100%;
    text-align: center;
}
.ai-lifestyle ul{
    padding: 0;
    margin: 0;
}
.ai-lifestyle ul li{
    list-style: none;
    float: left;
    width: 16.5%;
}
.ai-lifestyle ul li img{
    float: none;
    padding: 0 0 15px 0;
    margin: 0;
    width: 80px;
}
.ai-lifestyle ul li p{
    font-size: 20px;
}
.w56{
    float: left;
    width: 56%;
}

.borderanimate:after {
    -webkit-animation: width-in 10s infinite;
    animation: width-in 10s infinite;
}
.borderanimate:after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    background-color: currentColor;
    background-clip: content-box;
    margin-top: 1.33333rem;
    margin-top: 15px;
    background-color: #5b7dc4;
}
.aboutbg-content h1:after{
    background-color: #fff;
}
.borderanimate.centerborder:after{
    margin: 15px auto 0 auto;
}
.inner-banner-content h1::after{
    background-color: #fff;
}

@keyframes width-in {
    0% {
        opacity: 0;
        width: 0
    }

    5% {
        opacity: 1;
        width: 48px
    }

    95% {
        opacity: 1;
        width: 48px
    }

    to {
        opacity: 0;
        width: 48px
    }
}


.hedsty02{
    color: #38548e;
    font-size: 40px;
    font-family: 'CeraProBold', sans-serif;
    margin-bottom: 20px;
}

.foundationbg{
    float: left;
    width: 100%;
    text-align: center;
}
.foundationbg h6{
    color: #5b7dc4;
    font-family: 'CeraProBold', sans-serif;
    font-size: 24px;
}
.foundationbg h2 {
    color: #38548e;
    font-size: 40px;
    font-family: 'CeraProBold', sans-serif;
    margin-bottom: 40px;
}
.foundationbg p{
    color: #53565c;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 40px 0px;
    text-align: justify;
}
.foundationbg-bottom{
    float: left;
    width: 100%;
    padding: 90px 0;
    background: #fafafa;
}
.foundationbgbox{
    margin: 15px 0;
    padding: 45px;
    border-bottom: solid 4px #38548e;
    background: #fff;
    min-height: 310px;
    box-shadow: 0 0 24px 4px rgb(45 47 47 / 7%);
}
.foundationbgbox:hover{
    box-shadow: 0 0 24px 4px rgb(45 47 47 / 20%);
}
.foundationbgbox h1{
    color: #38548e;
    font-size: 60px;
    font-family: 'CeraProBlack', sans-serif;
}
.foundationbgbox p{
    margin: 0;
    font-size: 20px;
    text-align: left;
}
.acceleratorsbg{
    float: left;
    width: 100%;
    background: #2e104b;
    padding: 75px 0;
}
.acceleratorsbg h6{
    color: #5b7dc4;
    font-family: 'CeraProBold', sans-serif;
    text-align: center;
    font-size: 25px;
}
.acceleratorsbg h2 {
    color: #fff;
    font-size: 40px;
    font-family: 'CeraProBold', sans-serif;
    margin-bottom: 40px;
    text-align: center;
}
.acceleratorsbg-accordion{
    position: relative;
}
.acceleratorsbg-accordion-right{
    width: 50%;
    float: right;
}
.acceleratorsbg-accordion-right .card-link{
    display: block;
    font-family: 'CeraProBold', sans-serif;
    margin: 0px;
    color: #fff;
    font-size: 25px;
    padding: 25px 0;
}
.acceleratorsbg-accordion-right .card{
    background: none;
    border: none;
    position: inherit;
}
.acceleratorsbg-accordion-right .card-header{
    background: none;
    border: none;
    border-bottom: solid 1px #40255a;
    padding: 0;
}
.acceleratorsbg-accordion-right .card-body{
    padding: 15px 0;
}
.acceleratorsbg-accordion-right .card-body p{
    color: #fff;
    text-align: justify;
    font-size: 20px;
}
.acceleratorsbg-accordion-right .card-body a{
    display: inline-block;
    padding: 10px 22px;
    border: solid 1px #5b7dc4;
    border-radius: 5px;
    color: #5b7dc4;
    margin-right: 5px;
    font-family: 'CeraProBold', sans-serif;
}
.acceleratorsbg-accordion-right .card-body a:hover{
    background: #5b7dc4;
    color: #2e104b;
}
.acceleratorsbg-imgleft{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}
.acceleratorsbg-imgleft img{
    width: 100%;
}
.wider-digital-bg{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 90px;
}
.wider-digital-bg h3{
    font-family: 'CeraProBold', sans-serif;
    color: #fff;
    font-size: 25px;
    margin: 0 0 40px 0;
}
.wider-digital-bg a{
    display: inline-block;
    background: #5b7dc4;
    color: #fff;
    padding: 16px 25px;
    font-family: 'CeraProBold', sans-serif;
    border-radius: 5px;
}
.wider-digital-bg a:hover{
    color: #fff;
    background: #355cac;
}

.howwedobg h6{
    color: #5b7dc4;
    font-family: 'CeraProBold', sans-serif;
    font-size: 25px;
    text-align: center;
}
.howwedobg h2 {
    color: #38548e;
    font-size: 40px;
    font-family: 'CeraProBold', sans-serif;
    margin-bottom: 40px;
    text-align: center;
}
.howwedobg .foundationbgbox h3{
    color: #38548e;
    font-family: 'CeraProBold', sans-serif;
    font-size: 25px;
}
.howwedobg .foundationbgbox{
    min-height: 785px;
}

.heading002{
    color: #38548e;
    font-size: 40px;
    font-family: 'CeraProBlack', sans-serif;
    margin: 0 0 10px 0;
}
.career-content h6, .affordable-housing-bg h6, .retailtopbg h6{
    font-size: 24px;
}

.devlopscontent p{
    color: #53565c;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 35px;
}

.bodersolid {
    border: solid 2px #273a6b;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
    min-height: 740px;
}
.bodersolid p{
    text-align: left;
}
.minhei01{
    min-height: 625px;
}

.customerstoriesbg{
    float: left;
    width: 100%;
    padding: 70px 0;
}
.customerstoriesbg img{
    max-width: 100%;
    border-radius: 10px;
}


/*** 4 July ***/


.webdesign-services{
    margin: 15px 0;
}
.webdesign-services h3{
    color: #37538c;
    font-family: 'CeraProBlack', sans-serif;
    font-size: 25px;
}



@media only screen and (min-width: 960px) and (max-width: 1195px) {
.ourworkflow-bg img{max-width: 100%;}
.banner-content{top: 10%;}
.ourservices ul li h3{font-size: 20px;}
.featuredcasestudy-item-img{width: 50%;}
.featuredcasestudy-item-img img{width: 100%;}
.menulinks ul li a{font-size: 13px;}
.featurebg li{padding: 25px 10px;}
.inner-banner-content h1{font-size: 42px!important;}
.affordable-housing-bg img{max-width: 330px;}
.inner-banner-content{bottom: 10px;}
.hoverimg{max-width: 100%!important;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.ourworkflow-bg img{max-width: 100%;}
.ourservices{margin: 30px 0;}
.ourservices ul li{width: 48%; border-radius: 15px; margin: 1%; box-shadow: 0px 0px 13px #f5f5f8;}
.banner-content-inner{width: 100%;}
.banner-content{top: 10%;}
.featuredcasestudy-slide{padding: 0;}
.featuredcasestudy-item-img{position: inherit; top: inherit; width: 100%; margin-top: 30px; float: left;}
.featuredcasestudy-item-img img{width: 100%;}
.featuredcasestudy-item-content{width: 100%; padding: 15px;}
.socialresponsibility-bg li img{max-width: 100%;}
.socialresponsibility-bg li{float: left; width: 48%; margin: 1%;}
.blogbox{padding: 15px;}
.menulinks{width: 50%!important; margin: 15px 0;}
.inner-banner-content{bottom: 15px;}
.assessmentimg1 img{max-width: 100%;}
.featurebg li{padding: 25px 10px;}
.featurebg li h3{font-size: 15px;}
.inner-banner-content p{font-size: 18px;}
.getintouch-info{width: 100%;}
.getintouch-form{width: 100%; margin-top: 30px;}
.inner-banner-content h1{font-size: 28px!important;}
.inner-banner-content p{font-size: 16px; line-height: 22px;}
.w56{width: 100%;}
.affordable-housing-bg img{float: none; margin: 0 0 20px 0;}
.list01 li{text-align: left;}
.affordable-housing-bg h3{margin-top: 10px;}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.ourworkflow-bg img{max-width: 100%;}
.ourservices{margin: 30px 0;}
.ourservices ul li{width: 100%; border-radius: 15px; margin: 15px 0; box-shadow: 0px 0px 13px #f5f5f8; min-height: inherit;}
.banner-content-inner{width: 60%;}
.banner-content h3{font-size: 25px; margin-bottom: 15px;}
.banner-content h1{font-size: 30px; margin-bottom: 10px;}
.banner-content p{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
.banner-content-inner a{margin-right: 5px; width: 135px; font-size: 12px; height: 30px; line-height: 26px;}
.banner-content{top: 15%;}
.aboutbg-content{margin-top: 30px;}
.featuredcasestudy-slide{padding: 0;}
.featuredcasestudy-item-img{position: inherit; top: inherit; width: 100%; margin-top: 30px; float: left;}
.featuredcasestudy-item-img img{width: 100%;}
.featuredcasestudy-item-content{width: 100%; padding: 15px;}
.socialresponsibility-bg li{width: 100%; margin: 15px 0;}
.menulinks{width: 100%!important; margin: 15px 0;}
.footerbottom span{width: 100%; margin: 0 0 15px 0;}
.footerbottom{text-align: center;}
.logowhite{left: 30px;}
.overlay .closebtn{top: 20px;}
.inner-banner-content{bottom: 10px;}
.inner-banner-content p{font-size: 12px; line-height: 15px;}
.inner-banner-content h1{font-size: 20px!important; margin: 5px 0 10px 0;}
.inner-banner-content h5{font-size: 14px;}
.assessmentimg1 img{max-width: 100%; margin-bottom: 20px;}
.inner-banner-content p br{display: none;}
.affordable-housing-bg img{margin: 0 0 25px 0;}
.career-content{margin-top: 30px;}
.featurebg li{width: 100%; margin: 15px 0;}
.connectivityrow-img{width: 100%;}
.connectivityrow-content{width: 100%; margin-top: 25px;}
.connectivityrow-img img{width: 100%;}
.getintouch-info{width: 100%;}
.getintouch-form{width: 100%; margin-top: 30px;}
.w56{width: 100%;}
.affordable-housing-bg img{float: none; margin: 0 0 20px 0;}
.list01 li{text-align: left;}
.affordable-housing-bg h3{margin-top: 10px;}
.connectivityrow-content p{text-align: left;}
.devlopscontent img{max-width: 100%;}
.ai-lifestyle ul li{width: 100%;}
.assessment-services-bg img{max-width: 100%;}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
.ourworkflow-bg img{max-width: 100%;}
.ourservices{margin: 30px 0;}
.ourservices ul li{width: 100%; border-radius: 15px; margin: 15px 0; box-shadow: 0px 0px 13px #f5f5f8; min-height: inherit;}
.banner-content-inner{width: 60%;}
.banner-content h3{font-size: 16px;}
.banner-content h1{font-size: 20px; margin-bottom: 5px;}
.banner-content p{font-size: 12px; line-height: 16px; margin-bottom: 5px;}
.banner-content-inner a{margin-right: 5px; width: 150px; margin-top: 10px; font-size: 12px; height: 30px; line-height: 26px;}
.banner-content{top: 15%;}
.aboutbg-content{margin-top: 30px;}
.featuredcasestudy-slide{padding: 0;}
.featuredcasestudy-item-img{position: inherit; top: inherit; width: 100%; margin-top: 30px; float: left;}
.featuredcasestudy-item-img img{width: 100%;}
.featuredcasestudy-item-content{width: 100%; padding: 15px;}
.socialresponsibility-bg li{width: 100%; margin: 15px 0;}
.menulinks{width: 100%!important; margin: 15px 0;}
.footerbottom span{width: 100%; margin: 0 0 15px 0;}
.footerbottom{text-align: center;}
.logowhite{left: 30px;}
.overlay .closebtn{top: 20px;}
.inner-banner-content{bottom: 10px;}
.inner-banner-content p{font-size: 12px; line-height: 15px;}
.inner-banner-content h1{font-size: 20px!important; margin: 5px 0 10px 0;}
.inner-banner-content h5{font-size: 14px;}
.assessmentimg1 img{max-width: 100%; margin-bottom: 20px;}
.inner-banner-content p br{display: none;}
.affordable-housing-bg img{margin: 0 0 25px 0;}
.career-content{margin-top: 30px;}
.featurebg li{width: 100%; margin: 15px 0;}
.connectivityrow-img{width: 100%!important;}
.connectivityrow-content{width: 100%; margin-top: 25px;}
.getintouch-info{width: 100%;}
.getintouch-form{width: 100%; margin-top: 30px;}
.w56{width: 100%;}
.banner-img img{min-height: 170px;}
.affordable-housing-bg h3{margin-top: 10px;}
.connectivityrow-content p{text-align: left;}
.devlopscontent img{max-width: 100%;}
.ai-lifestyle ul li{width: 100%;}
.assessment-services-bg img{max-width: 100%;}
.whoweare-bg img{max-width: 100%;}
}
@media only screen and (max-width: 479px) {
.ourworkflow-bg img{max-width: 100%;}
.ourservices{margin: 30px 0;}
.ourservices ul li{width: 100%; border-radius: 15px; margin: 15px 0; box-shadow: 0px 0px 13px #f5f5f8; min-height: inherit;}
.banner-content-inner{width: 60%;}
.banner-content h3{font-size: 16px;}
.banner-content h1{font-size: 20px; margin-bottom: 5px;}
.banner-content p{font-size: 12px; line-height: 16px; margin-bottom: 5px;}
.banner-content-inner a{margin-right: 5px; width: 150px; margin-top: 10px; font-size: 12px; height: 30px; line-height: 26px;}
.banner-content{top: 4%;}
.aboutbg-content{margin-top: 30px;}
.featuredcasestudy-slide{padding: 0;}
.featuredcasestudy-item-img{position: inherit; top: inherit; width: 100%; margin-top: 30px; float: left;}
.featuredcasestudy-item-img img{width: 100%;}
.featuredcasestudy-item-content{width: 100%; padding: 15px;}
.socialresponsibility-bg li{width: 100%; margin: 15px 0;}
.menulinks{width: 100%!important; margin: 15px 0;}
.footerbottom span{width: 100%; margin: 0 0 15px 0;}
.footerbottom{text-align: center;}
.logowhite{left: 30px;}
.overlay .closebtn{top: 20px;}
.inner-banner-content{bottom: 10px;}
.inner-banner-content p{font-size: 12px; line-height: 15px;}
.inner-banner-content h1{font-size: 20px!important; margin: 5px 0 10px 0;}
.inner-banner-content h5{font-size: 14px;}
.assessmentimg1 img{max-width: 100%; margin-bottom: 20px;}
.inner-banner-content p br{display: none;}
.affordable-housing-bg img{margin: 0 0 25px 0;}
.career-content{margin-top: 30px;}
.featurebg li{width: 100%; margin: 15px 0;}
.connectivityrow-img{width: 100%;}
.connectivityrow-content{width: 100%; margin-top: 25px;}
.getintouch-info{width: 100%;}
.getintouch-form{width: 100%; margin-top: 30px;}
.banner-img img{height: 195px;}
.w56{width: 100%;}
.affordable-housing-bg h3{margin-top: 10px;}
.connectivityrow-content p{text-align: left;}
.foundationbg img{max-width: 100%;}
.devlopscontent img{max-width: 100%;}
.ai-lifestyle ul li{width: 100%;}
.assessment-services-bg img{max-width: 100%;}
.retailtopbg h1{font-size: 20px;}
.whoweare-bg img{max-width: 100%;}
}