@font-face {
  font-family: apercu;
  src: url(../fonts/apercu_light.woff2);
}


@font-face {
  font-family: apercu_normal;
  src: url(../fonts/apercu_regular_webfont.woff);
}
@font-face {
  font-family: apercu_normal;
  src: url(../fonts/apercu_regular_webfont.woff);
}
@font-face {
  font-family: apercu_bold;
  src: url(../fonts/apercu_bold_pro.otf);
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-sans-v11-latin-regular.woff');
       
}
a.skip-link.screen-reader-text {
    display: none !important;
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


html,body{
    overflow-x: hidden;
}

a{
	text-decoration: none;
	color: #292929;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}


body {
	font-family: 'apercu_normal' ,sans-serif;
  color: rgb(73, 75, 81);
}

.active-page{
  color: #0077b6;
}

.container{
  max-width: 1200px;
}

.blue-text{
  color: #0077b6;
}

.section-title{
  font-size: 48px;
}

.section-title-sm{
  font-size: 36px;
}

.text-sm{
  font-size: 17px;
}




/* ------------------------- header ------------------------- */

header {
    height: 110px;
    padding: 0 23px;
    display: flex;
    align-items: center;
}
.sidebar{
  display: none;
}
.nav-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}

header .container {
    max-width: 100%;
}

header .logo-area {
    height: 100%;
    display: flex;
    align-items: center;
}
.logo-text{
  display: none;
}
header ul.nav-links li {
    padding: 0 24px 0 25px;
}

header ul.nav-links li a{
    color: #2274b7;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 0;
    margin: 0 1px;
}

header ul.nav-links li a.active-page {
    border-bottom: 2px solid;
    border-radius: 3px;
}



/* ------------------------- Main Banner ------------------------- */


.main-banner{
    /*background-image: url(../images/homepage-banner.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 817px;
    /*padding: 160px 0 0;*/
}
.homepage .main-banner{
  position: relative;
  overflow: hidden;
}

#main-banner-video {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.main-banner-content {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 150px 0 250px;
}

.main-banner-content .container{
  padding: 0 10px;
}

.banner-card{
  width: 48%;
  padding-top: 10px;
}

.page-title {
    font-size: 64px;
    font-weight: 700;
    font-family: 'apercu_bold', sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
}

.page-desc {
    margin-bottom: 20px;
    line-height: 1.6;
}

.main-banner-btn {
    padding-top: 20px;
}

.btn-primary {
    height: 51px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #0077b6;
    border-color: #0077b6;
}

.btn-border {
    background: none;
    color: #0077b6;
    border-width: 2px;
    padding: 10px 35px;
    margin-left: 55px;
    height: 47px;
}

.banner-shape {
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    color: #fff;
    direction: ltr;
}

.banner-shape svg{
    width: calc(131% + 1.3px);
    height: 100px;
    transform: translateX(-50%) rotateY(180deg);
}



/* ------------------------- card area ------------------------- */


.card-area{
  padding: 135px 0;
}
.card-area a{
  color: #0077b6;
}

.card-area .card{
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
  border-radius: 5px;
  margin: 0 3px;
  border: none;
}

.card-area .card-img-wrap img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.card-body {
    padding: 20px 20px 30px;
}

.card-title {
    font-size: 36px;
}

.card-area .card .text-sm{
    line-height: 1.6;
    margin-top: 10px;
}



/* ------------------------- assets ------------------------- */


.assets{
  background-color: #0077b6;
  padding: 100px 0 75px;
}
.assets div[class^=col-]{
  padding: 0;
}
.assets .assets-img{
  width: 480px;
}
.assets-text{
  padding: 32px 64px 0 40px;
}
.assets-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.assets-list-items{
  width: 43%;
  min-height: 165px;

}
.assets-items-heading{
  font-size: 19px;
  margin-bottom: 20px;
}
.assets-items-text{
  line-height: 1.6;
  margin-bottom: 40px;
}


/* ------------------------- Buisness Value ------------------------- */


.business-value{
  padding: 120px 0 93px;
  text-align: center;
}

.business-value-content {
    width: 750px;
    margin: auto;
}
.business-value .section-title{
  margin-bottom: 20px;
}

.business-value .business-value-content .text-sm{
  line-height: 1.6;
  margin-bottom: 27px;
}



/* ------------------------- Our Points ------------------------- */



.our-points .inner-border{
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.our-points .inner {
    padding: 0 49px;
}

.our-points .text-sm{
  line-height: 1.6;
  margin-top: 10px;
  color: #000;
}

.our-points{
  padding: 120px 0;
  background-color: #f3f5f5;
  text-align: center;
}



/* ------------------------- Testimonials ------------------------- */



.testimonials{
  padding: 91px 0 100px;
  text-align: center;
}

.testimonials .person-wrap{
  max-width: 800px;
  margin: auto;
}

.testi-quote-icon{
  color: #0077b6;
  font-size: 40px;
}

.person-msg{
  color: #020101;
    font-size: 24px;
    margin: 17px 0 20px;
    line-height: 1.6;
}
.person-img {
    width: 100px;
    margin: auto;
}

.person-img img{
  border-radius: 50%;
  width: 96px;
  margin-bottom: 20px;
}

.person-detailes span{
  display: block;
}

.person-detailes .person-name{
  font-size: 17px;
    font-weight: 700;
}
.person-detailes .person-detail{
  font-size: 13px;
    text-transform: uppercase;
    line-height: 2em;
}



/* ------------------------- About us ------------------------- */


.about-us{
  background-color: #0077b6;
  padding: 100px 0 99px;
  color: #fff;
  text-align: center;
}
.about-us .about-us-card{
  display: flex;
  flex-direction: column;
}

.about-us .icon i{
  font-size: 40px;
}
.about-us .number{
  font-size: 48px;
}
.about-us .name{
  font-size: 17px;
}





/* ------------------------- Our Clients ------------------------- */


.our-clients{
  padding: 80px 0;
  background-color: #f3f5f5;
}

.our-clients h2{
  text-align: center;
  margin-bottom: 20px;
}



/* ------------------------- Discuss Requirement ------------------------- */


.discuss-requirement {
  padding: 120px 0;
  text-align: center;
}

.discuss-requirement .section-title-sm{
  font-size: 40px;
  margin: 20px 0 35px;
}

.discuss-requirement .discuss-quote{
  font-size: 22px;
  color: #101218;
  line-height: 1.6;
}

.btn-contact{
  padding: 14px 28px;
  font-size: 15px;
}



/* ------------------------- Footer ------------------------- */


footer{
  background-color: #f3f5f5;
  padding: 80px 0 15px;
  text-align: center;
}
footer .container{
  padding: 0;
}

footer div[class^=col-]{
  padding: 0;
}

.col-inner.logo-column {
    padding: 0 20px 0 0;
}
.col-inner.get-in-touch {
    padding: 0 0px 0 30px;
}

footer .footer-title{
  font-size: 48px;
  margin-bottom: 20px;
}

.footer-logo{
  margin-bottom: 25px;
}

.footer-text{
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.copyright{
  font-size: 15px;
  padding-right: 10px;
}

.col-inner{
  padding: 0 20px;
}

.get-in-touch{
  text-align: left;
}

.footer-menu li{
  margin-bottom: 12px;
}

footer .contact-info, footer .address{
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
}

footer .social-links a{
  font-size: 22px;
  color: #0077b6;
  margin-right: 10px;
}

/*      Homepage Ends      */


/* =================================== Services Page =================================== */


.main-banner-second{
  background-color: #f3f5f5;
  padding: 100px 0 0;
}

.main-banner-second .page-title{
  font-weight: 400;
  font-family: 'apercu_normal';
  color: #101218;
}

.main-banner-second div[class^=col-]{
  padding: 0;
}


.main-banner-second .banner-text{
  margin: 73px 0;
}

.main-banner-second .banner-img{
  position: relative;
}

.main-banner-second .banner-img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*transform: translateY(20%);*/
}

/* ------------------------- Work with ------------------------- */

section.work-with {
    padding: 120px 0;
    text-align: center;
}

.work-with h5 {
    font-size: 22px;
    font-weight: 400;
    color: #101218;
    margin-top: 6px;
    margin-bottom: 20px;
}
.work-with h2 {
    margin-bottom: 25px;
    padding-bottom: 30px;
}

.after-heading-border{
    position: relative;
}

.after-heading-border:after {
    position: absolute;
    content: "";
    width: 100px;
    border-radius: 2px;
    height: 2px;
    background: #bbb;
    bottom: 0;
    left: 0;
}

.work-with .after-heading-border:after{
    left: 50%;
    transform: translateX(-50%);
}

.work-with-content {
    max-width: 820px;
    margin: auto;
}








.lifecycle-service {
    text-align: center;
    padding: 100px 0 50px;
    background: #f5f5f5;
}

.lifecycle-service .container{
    padding: 0 22px;
}

.lifecycle-service .section-sub-heading{
  font-size: 17px;
  font-weight: 400;
  margin: 34px 0 83px;
}

.lifecycle-service .column-inner {
  margin-bottom: 70px;
}


.col-icon{
  margin: auto;
  width: 86px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border: 3px solid;
  border-radius: 50%;
  margin-bottom: 28px;
  color: #007cbaf7;
}

.col-icon a{
  color: #007cbaf7;
}

.lifecycle-service .column-inner .col-heading {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}
.lifecycle-service .column-inner .text-sm {
  line-height: 1.6;
}






section.help-connect {
    padding: 120px 0;
}

section.help-connect div[class^='col-']{
  padding: 0;
}

section.help-connect .image-area img {
  width: 560px;
}

section.help-connect .text-area {
  padding-top: 92px;
  padding-left: 30px;
  line-height: 1.6;
}
section.help-connect .section-title {
  margin-bottom: 20px;
}



section.it-cost {
    padding: 150px 0;
    background: #f5f5f5;
}

.it-cost div[class^='col-']{
  padding: 0;
}

section.it-cost .section-sub-heading{
  font-size: 28px;
  font-weight: 400;
  color: #101218;
  margin-bottom: 25px;
  padding-bottom: 27px;
  line-height: 1.5;
}

.it-cost .after-heading-border:after{
  background-color: #101218;
  width: 70px;
}


.it-service-list {
    transform: translateX(-20px);
    width: 103%;
}

.it-service-list .text-sm{
    line-height: 1.6;
    margin-bottom: 60px;
}

.it-cost-list{
    display: flex;
    flex-wrap: wrap;
}

.cost-list-items {
    width: 50%;
}

.cost-list-items:nth-child(even){
  padding-left: 20px;
}

.it-service-list .section-title-sm{
  margin-bottom: 20px;

}
.cost-list-items .text-sm{
  max-height: 110px;
  margin-bottom: 40px;
}

.cost-list-items:last-child .text-sm{
  margin-bottom: 0;
  max-height: unset;
}



/* ================================= about page =================================== */






.help-client{
  padding: 200px 0 100px;
}

.help-client .container{
  padding: 0;
}

.help-client .section-title{
  margin-bottom: 50px;
}

.help-client div[class^='col-']:last-child{
  padding-left: 0;
}

.help-client .image-area {
    padding-right: 13px;
}

.help-client .text-area{
  padding-left: 13px;
}

 .help-client .text-area .section-title-sm{
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.5;
}


.mission-vision-inner {
    padding-top: 100px;
    padding-right: 130px;
}

.mission-vision-inner .section-title-sm{
  margin-bottom: 20px;
}
.mission-vision-inner .sm-text {
    font-size: 17px;
}



section.our-team {
    background: #0077b6;
    color: #fff;
    padding: 100px 0;
}

.our-team .container{
  padding: 0;
}

.our-team div[class^='col-']{
  width: 350px;
  margin-right: 50px;
}


.our-team .section-title{
  margin-bottom: 50px;
}

.our-team .col-card {
    
}

.our-team .card-top {
    margin-bottom: 25px;
}

.our-team .card-top img {
    width: 100%;
}

.our-team .card-bottom {
    margin-bottom: 60px;
}


.our-team .member-name {
    font-size: 28px;
    font-weight: 400;
}
.our-team .member-post {
    font-size: 18px;
    font-weight: 400;
    margin: 25px 0 20px;
    font-family: 'DM Sans', sans-serif;
}
.our-team .member-field {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
}








.insight-services{
  background-color: #f3f5f5;
  padding: 156px 165px 200px;
  padding-left: 185px;
}

.insight-services .card {

    background: none;
    border: none;
}
.insight-services .row>div:nth-child(odd) .card{
    margin-right: 14px;
}
.insight-services .row>div:nth-child(2) .card .card-img-wrap{
    padding-right: 14px;
}

.insight-services .card-text-area{
  min-height: 255px;
}

.insight-services .card .card-heading{
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}

.insight-services .card .date{
  margin: 15px 0 10px;
  font-size: 14px;
}
.insight-services .card .text-sm{
  line-height: 1.7;
}
.insight-services .card .read-more {
    display: block;
    margin: 15px 0 10px;
    font-size: 22px;
    margin-bottom: 35px;
}




.contact .main-banner-second .banner-text{
  margin: 71px 0;
}

.contact .assist-you{
    padding: 120px 0;
    text-align: center;

}
.contact .assist-you-content{
  max-width: 750px;
  margin: auto;
  line-height: 1.7;
}
.contact .assist-you-content .section-title{
  margin-bottom: 20px;
}
.contact .assist-you-content .text-sm{
  line-height: 1.6;
  margin-bottom: 25px;
}


.contact-form .contact-info .email {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
}

.contact-info .email i {
    margin-right: 20px;
}

.phone-numbers {
    padding: 15px;
    background: #fff;
}
.phone-numbers .phone-number {
    margin-bottom: 12px;
}
.phone-numbers i {
    margin-right: 20px;
}
.contact-form {
  padding: 100px 0;
  background-color: #f4f5f6;
}

.contact-form .container{
  padding: 0 50px;
}


.contact-form .text-wrap{
/*  padding-top: 60px;*/
  padding-right: 50px;
}
.contact-form .text-wrap .section-title-sm{
  font-size: 35px;
}

.contact-form .text-wrap h4.section-title-sm {
    font-size: 28px;
    font-weight: 700;
    color: #101218;
    margin-bottom: 17px;
}
/*
.contact-form .text-wrap .buisness-info{
  margin-top: 50px;
}
*/
.contact-form .address, .contact-form .contact-info{
  font-size: 17px;
}
h5.location-area {
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-form .address + .address {
    margin-top: 25px;
}
.location-item+.location-item {
    margin-top: 45px;
}
.contact-form .form-wrap{
  background-color: #fff;
  padding: 50px;
  margin-left: 27px;
}
.location-item {
    padding: 15px;
    background: #fff;
}
.address {
    display: flex;
    align-items: flex-start;
}
.address img {
    width: 22px;
    padding-top: 3px;
    margin-right: 20px;
}

.contact-info {
    margin-top: 40px;
}
.contact-form form{
  width: 100%;
}

.form-wrap h2.section-title-sm {
    margin-bottom: 26px;
    font-size: 32px;
}

input,textarea{
  background-color: #fafafa;
  padding: 13px;
  border: 1px solid #eaeaea;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  color: #666;
  border-radius: 2px;
  font-family: 'DM Sans';
  font-size: 17px;
}
/*.was-validated .invalid-feedback {
  display: none !important;
    color: #990000;
    font-size: 0.9em;
    margin-bottom: 20px;
}*/
.contact-form button{
  font-size: 15px;
  margin-bottom: 26px;
}




.address-map{
  background-color: #f3f5f5;
  height: 320px;
}

.address-map .container{
  height: 100%;
}

.address-map .map-wrap{
  height: 100%;
  padding: 10px 0
}

.address-map iframe {
    width: 100%;
    height: 100%;
}


/*single blog page*/




section.single-blog-sec .container {
    background: #fff;
    padding: 90px 113px;
}

.single-blog-page header {
    background: #fff;
}
.single-blog-page{
    background: #f3f5f5;
}

section.single-blog-sec {
    padding: 67px 0;

}
.blog-heading-single {
    margin-top: 34px;
    margin-bottom: 34px;
}

.blog-heading-single h1 {
    font-size: 30px;
}
.entry-meta a {
    font-size: 17px;
}
.entry-meta {
    margin-top: 6px;
}
.entry-meta a {
    font-size: 17px;
    line-height: 1.45;
}

.content-here p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.6rem;
}
.content-here p.first-cap-letter::first-letter {
    margin: -10px 20px 0 0;
    font-weight: normal;
    font-size: 8rem;
    float: left;
    line-height: 1;
}

.content-here h2 {
    font-size: 2.82rem;
    color: #101218;
    margin-bottom: 20px;
}
.content-here h3 {
    font-size: 2.11rem;
    color: #101218;
    margin-bottom: 20px;
}

.wp-block-separator {
    max-width: 100px;
    margin-bottom: 1.5em;
}

.content-here ul {
    list-style: disc;
    margin: 0 0 1.5em 3em;
}
.content-here ul li {
    font-size:17px;
}
.content-here blockquote {
    padding: 1.2em;
    color:#494b51;
    margin: 1.5em 1em 1.5em 3em;
    font-size: 1.1rem;
    line-height: inherit;
    position: relative;
    font-style: italic;
    border-left: 5px solid rgba(0,0,0,.05);
}
.content-here blockquote p {
    color:#494b51;
    font-size: 1.1em;
}
.content-here blockquote cite {
    font-style: italic;
}



div#respond form#commentform {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
p.comment-form-comment {
    flex: 100%;
}
p.comment-form-cookies-consent {
    flex: 100%;
}
p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    width: auto;
    display: initial;
}
p.form-submit input#submit {
    background: #2274b6;
    color: #fff;
}






/*term and privacy page*/


section.policy {
    padding: 60px 0;
}
section.policy h3 {
    margin-bottom: 8px;
}
section.policy h3+p {
    margin-bottom: 30px;
}
.sub-point {
    padding-left: 20px;
    margin-bottom: 30px;
}




@media (max-width:767px){
    section.single-blog-sec .container {
    background: #fff;
    padding: 0 12px;
}
.content-here h2 {
    font-size: 1.82rem;
    color: #101218;
    margin-bottom: 20px;
}
div#respond form#commentform p {
    flex: 100%;
}
p.comment-form-cookies-consent {
    display: flex;
    gap: 5px;
}



}


















