/* img {width: 100%; max-width: 100%;} */
a {text-decoration: none;}
.align-center {align-items: center;}
.busAdv {
  background-color: transparent;
  background-image: linear-gradient(180deg, #E1F5FE 0%, #FFFFFF 100%);
  margin-top: 0;
  padding: 10px 0;
  position: relative;
  margin-top: 80px;
}
.busAdv .background-overlay {
    background-image: url("../images/bannerBg.svg");
    background-position: center center;
    background-size: cover;
    opacity: .6;
    mix-blend-mode: overlay;

    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.advBx {display: flex;}
.advBxLeft {width: 45%;z-index: 1;}
.advBxRight {width: 55%;padding-left: 20px;}
.bAdv_right {
  position: relative;
}
.imgBox .mask1 {
  display: flex;
  padding: 30px;
  align-content: flex-start;
  align-items: flex-start;
}
.imgBox .mask11 {
  z-index: 2;
}
.imgBox .mask111 {
    /* mask-size: contain; */
    mask-position: center center;
    mask-image: url(../images/skyblue-mask.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    transform: translateX(4%) scale(0.9);
}
.imgBox .mask111 img {width: 100%;}
.mask2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.mask22 {
  padding: 30px;
  transform: translateX(-20%) translateY(-11%) scale(0.6);
}
.mask22 img {
  opacity: .25;
}
.mask3 {
  position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.mask33 {
  padding: 30px;
  transform: translateX(33%) translateY(18%) scale(0.33);
}
.mask33 img {
  opacity: .5;
}
.bAdv_left .heading-title {
    font-size: 32px;
    font-weight: 400;
    color: #00b0ff;
}
.bAdv_left .heading-subtitle {
  font-size: 58px;
  color: #263238;
  font-weight: 400;
  margin: 20px 0;
}

.bAdv_left p {
  font-size: 22px;
  font-weight: 400;
  color: #546e7a;
  margin-bottom: 30px;
}
.button-appntmnt .box-button {
  font-size: 16px;
  text-decoration: none;
  background: #2962ff;
  color: #fff;
  padding: 15px 25px;
  border-radius: 6px;
}
.button-appntmnt {
  margin-right: 25px;
  display: flex;
}
.widget-container {
  display: flex;
    align-items: center;
}
.button-serv {
  display: flex;
}
.button-serv .box-button {
  border-bottom: 1px solid #00b0ff66;
  font-size: 18px;
  color: #00b0ff;
  padding-bottom: 5px;
}
.button-serv .box-button .arr {opacity: 0.6;}
.adsbanner {
  display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.ourField {
 background: #fff;
 padding: 50px 0;
}
.ourFieldhd h3 {
 color: #00b0ff;
 font-size: 24px;
 text-align: center;
 margin-bottom: 50px;
}
.cardBox {
    text-align: center;
    min-height: 400px;
    align-items: center;
    align-content: center;
    border-radius: 8px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(20, 47.00000000000007, 126, .13);
}
.cardBox .Crdimg a {
  font-size: 40px;
}
.cardBox .box-heading {
  line-height: 35px;
  font-weight: 400;
  margin: 20px 0;
}
.cardBox .box-heading a {
  color: #263238;
  font-size: 30px;
}
.cardBox .box-description {
  font-size: 16px;
  color: #546e7a;
  margin-bottom: 20px;
}
.learnmr a {
    min-width: 100px;
    background: #2962ff;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 4px;
}

.busForm {
  background: #fff;
  padding: 50px 0;
}
.busForm .formImgBox {padding-right: 40px;}
.busForm .Formbx h3 {
  color: #263238;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}
.busForm .formImgBox img {width: 100%;}
.Formbx p {
  font-size: 16px;
  color: #546e7a;
  margin-bottom: 30px;
}
.formfield .field {
  margin-bottom: 30px;
}
.formfield .field label {
  font-size: 16px;
  color: #263238;
  display: flex;
  margin-bottom: 8px;
  position: relative;
}
.formfield .field label:after {
    content: "*";
    color: #55caff;
    padding-left: 5px;
}
.formfield .field input {
    padding: 6px 12px;
    height: 42px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cfd8dc9e;
    font-size: 14px;
}
.formfield .field input:focus {outline: none;border: 1px solid #cfd8dc9e;}
.busForm .submitbtn .btn {
  background: #2962ff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100%;
  padding: 10px;
}
.busForm .submitbtn .btn .phn {margin-right: 10px;}
.CompitemBx {
  background: #fff;
  padding: 30px 0;
}
.CompitemBx .compItem {
  padding: 20px;
  text-align: center;

}
.CompitemBx .compItem .imgbtn {
  box-shadow: 0 0 20px 0 rgba(20, 47.00000000000007, 126, .13);
  border-radius: 8px;
  margin-bottom: 30px;
  display: flex;
}
.CompitemBx .dtheading {
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.CompitemBx .dtheading a {
  color: #546e7a;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}
.CompitemBx .dt-slide-button {
  display: inline-block;
  border-bottom: 1px solid #00b0ff66;
  color: #00b0ff;
  font-size: 14px;
  padding-bottom: 3px;
}
.CompitemBx .owl-nav {
  position: absolute;
  top: 25%;
  z-index: 99999;
  left: 0;
  right: 0;
  margin: auto;
}

.workwithus {
  background: #fff;
  padding: 50px 0;
}
.workwithus img {width: 100%;}
.worklist .heading-title {
  font-size: 28px;
    margin-bottom: 30px;
}
.workdesc p {
    color: #546e7a;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
}
.wList {
  margin-top: 30px;
}
.wList ul {padding: 0;}
.wList ul li {margin-bottom: 5px; list-style: none;}
.wList ul li .icon-list img {
width: 20px;
}
.wList ul li .icon-text {
  color: #263238;
  font-size: 18px;
  padding-left: 10px;
}

.testmonials {
  background: #fff;
  padding: 50px 0;
}
.testmonials .heading-title {
  color: #00b0ff;
  font-size: 22px;
  text-align: center;
  margin-bottom: 50px;
}
.clientSlide {
  display: flex;
}

.Clitem .ClitemInner {
  display: flex;
  align-items: center;
}
.Clitem .ClitemInner img {
  border-radius: 100%;
  width: 90px;
  min-width: 90px;
  height: 90px;
  object-fit: cover;
}
.Clitem .ClitemInner .clNmae {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
}
.Clitem .clNmae .owl-item-heading a {
  color: #263238;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  margin-bottom: 5px;
}
.Clitem .owl-item-subtitle {
  font-size: 16px;
 color: #90a4ae;
}
.Clitem .owl-item-description {margin-top: 25px;}
.Clitem .owl-item-description p {
  color: #546e7a;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
}
.Clitem .slide-button {
  display: inline-block;
  border-bottom: 1px solid #00b0ff66;
  color: #00b0ff;
  font-size: 14px;
  padding-bottom: 3px;
}

.clientSlide .owl-nav {
  position: absolute;
  top: 25%;
  z-index: 99999;
  left: 0;
  right: 0;
  margin: auto;
}
.footer {
  background: #142f7e !important;
  position: relative;
}
.footer .background-overlay {
  background-image: url(../images/footer-overlay.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .1;
  mix-blend-mode: multiply;
  height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

@media (max-width:767px) {
#menu-overlay {display: none;}
.advBx {
  flex-wrap: wrap;
}
.advBxLeft {
  width: 100%;
}
.advBxRight {
  width: 100%;
  padding-left: 0;
}
.bAdv_left .heading-subtitle {
  font-size: 30px;
}
.bAdv_left .heading-title {
  font-size: 26px;
}
.bAdv_left p {
  font-size: 16px;
}
.cardBox {margin-bottom: 30px;padding: 20px;min-height: 320px;}
.busForm .Formbx h3 {
margin-top: 20px;
  font-size: 26px;
}
.busForm {
  padding: 20px 0;
}
.workwithus {
  padding: 20px 0;
}
.busForm .formImgBox {
  padding-right: 0;
}
}