.page {
}
.vsol_pg1 {
}
.vsol_pg1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.vsol_pg1 p {
}
.vsol_pg1_in {
  position: relative;
}
.vsol_pg1_in {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dbdbdb;
}
.vsol_pg1_in::before {
  position: absolute;
  content: "";
  width: 45px;
  border-right: solid 10px #fff;
  height: 3px;
  background-color: #0b40b0;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.hide_grid_line .vsol_pg1_in{
    padding: 0;
    border: 0;
    margin: 0;
}
.hide_grid_line .vsol_pg1_in::before{
    display: none;
}
.vsol_pg2 {
  width: 100%;
  clear: both;
  padding: 50px 0;
  /* margin-top: -10rem; */
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}
h3.Vitosha_hd1 {
  font-size: 50px;
}
.vsol_pg2 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.sec2_bx1 p {
}
.sec2_bx1 .img img {
  height: 36px;
  filter: brightness(0) invert(1);
}

.vsol_pg3 {
  background-color: #e6fcff;
}
.vsol_pg3 h3,
.vsol_pg4 h3 {
  margin-bottom: 30px;
}
.vsol_pg3 h4,
.vsol_pg4 h4 {
  text-align: center;
  margin: 0 0 50px;
}
.vsol_pg3 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.vsol_pg3_bx {
}
.vsol_pg3 .grid .vsol_pg3_bx:nth-child(2),
.vsol_pg3 .grid .vsol_pg3_bx:nth-child(4) {
  position: relative;
  top: 200px;
}
.vsol_pg3_bx .img {
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.vsol_pg3_bx .img img {
  /* max-width: 65%; */
  max-height: 300px;
  transition: all 0.3s;
}
.vsol_pg3_bx:hover .img img {
  transform: scale(0.9) rotate(2deg);
}
.vsol_pg3_bx h5 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
  text-decoration: underline;
  -webkit-text-decoration-color: #0b40b0;
  text-decoration-color: #0b40b0;
  line-height: 1.6;
}
.vsol_pg3_bx:hover h5 {
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
}
.technologies-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.technologie-item {
  border-bottom: 0;
  padding: 30px 50px;
}

.vsol_pg4 {
  padding: 50px 20px;
  background-color: #fff;
  max-width: 1600px;
  margin: auto;
}
.vsol_pg4 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.vsol_pg4 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 10px;
}
.vsol_pg4_info {
  padding: 30px;
  border-radius: 10px;
  background-color: #e6fcff;
}
.vsol_pg4_info h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.4;
}
.vsol_pg4_info ul {
}
.vsol_pg4_info ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url(../images/office-push-pin.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}
.photogallery {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.photogallery a {
  flex-basis: 23.5%;
}
.photogallery a .img {
  width: 100%;
  padding: 10px;
  border: 1px solid #0b40b0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photogallery a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}

/*contactpg1*/
.contactpg1 {
  padding: 0px 0 50px;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  background-position: left bottom;
}
.contactpg1 h2 {
    padding-top: 70px;
}
.contactpg1_in {
  margin-bottom: 30px;
  padding-left: 150px;
  border-top: 2px solid #0b40b0;
  width: 90%;
  float: right;
  position: relative;
}
.contactpg1_in_in {
  display: grid;
  grid-template-columns: 40fr 60fr;
  position: relative;
  background-color: #ffffff80;
  padding: 40px;
  border: 1px solid #d0d0d0d1;
  box-shadow: rgba(163, 177, 198, 0.3) 9px 9px 16px;
}
.contactpg1_in:last-child {
  margin: 0;
}
.contactpg1_in_left {
  padding: 40px;
}
.contactpg1_in:last-child .contactpg1_in_left {
  /* background-color: #741b61; */
}
.contactpg1_in_left h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;

  text-transform: uppercase;
  letter-spacing: 1px;

  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dbdbdb;
}
.cont_info {
  display: grid;
  /* grid-template-columns: 30px 1fr; */
  gap: 0;
  margin-bottom: 20px;
  color: #000;
}
.contactpg1_in_in h4 {
  color: #33333380;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.contactpg1_in_in h3::before {
  content: "";
  width: 50px;
  border-right: solid 15px #f3f3f4;
  height: 3px;
  background-color: #0b40b0;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.cont_info img {
  /* width: 15px; */
  height: 20px;
}
.cont_info p {
  margin: 0;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  /* margin-top: -10px; */
}
.cont_info1 {
  margin-bottom: 0;
  align-items: center;
}
.cont_info1 p {
  margin: 0;
}
.contactpg1_in iframe {
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: rgba(163, 177, 198, 0.3) 9px 9px 16px;
  border-radius: 15px;
}

.spinner-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner-item {
  /* border: 1px solid red; */
  background-color: #0b40b0;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: zoom 2s linear 0.75s infinite;
  animation: zoom 2s linear 0.75s infinite;
}
.spinner-item--2 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.spinner-item--3 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

@-webkit-keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
/*contactpg1*/

/*careers*/
.careers_pg .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
  padding: 40px 50px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #fff;
}
.careers_pg .grid:last-child {
  margin: 0;
}
.careers_pg a.backbtn {
  width: auto;
  display: inline-flex;
  float: right;
  font-weight: 500;
}
.careers_pg .grid h3 {
  font-size: 24px;
  font-weight: 500;
  color: #0b40b0;
  margin-bottom: 10px;
  margin-top: 0;
}
.careers_pg .grid span {
}
a.backbtn {
  height: 70px;
  line-height: 66px;
  padding: 0 60px;
  /* background-color: #fff; */
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border-radius: 40px;
  transition: all 0.3s;
  border: 2px solid #0b40b0;
  border-radius: 50px;
}
a.backbtn:hover {
  -webkit-box-shadow: inset 0 0 0 1px #0b40b0;
  box-shadow: inset 0 0 0 1px #0b40b0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
a.backbtn img {
  height: 20px;
}
.careers_pg_top {
  margin-bottom: 0;
}
.careers_pg_top h3 {
  margin-bottom: 30px;
}
.careers_pg_top p {
  text-align: center;
  font-size: 19px;
  margin-bottom: 30px;
}
.careers_banner {
}
.careers_banner img {
  width: 100%;
  display: block;
}
.blogspg_info {
  padding: 0;
  display: block;
  /* background-color: #f5f3fa; */
  position: relative;
  margin-top: -100px;
  background-color: transparent;
}
.blogspg_info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #f3f2f2;
}
.blogspg_info_in {
  padding: 50px 80px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
  border-top-right-radius: 100px;
  position: relative;
}
.blogspg_info_in > .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}
.blogspg_info_in > .flex .flex {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 5px;
  width: auto;
}

.blogspg_info_in > .flex .flex a:not(:first-child) {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f4;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.blogspg_info_in > .flex .flex a:not(:first-child):hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
}
.blogspg_info_in > .flex .flex a:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #858585;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  background-color: transparent;
}
.blogspg_info_in
  > .flex
  .flex
  a:first-child:hove
  .blogspg_info_in
  > .flex
  .flex
  a:last-child:hover {
  color: #000;
  box-shadow: none;
}
.blogspg_info_in > .flex .flex a:first-child img {
  height: 15px;
}
.blogspg_info_in > .flex .flex a:first-child {
  margin-right: 10px;
}
.blogspg_info_in h1 {
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
  margin-top: 0;
}
.blogspg_info_in p {
  line-height: 1.8;
}
.blogspg_info_in h3 {
  color: #000;
  font-size: 24px;
  margin: 30px 0 30px;
  font-weight: 700;
}
.blogspg_info_in ul {
}
.blogspg_info_in ul li {
  position: relative;
  padding-left: 30px;
  font-size: 19px;
  color: #72747a;
  margin-bottom: 20px;
}
.blogspg_info_in ul li:last-child {
  margin: 0;
}
.blogspg_info_in ul li::before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #0b40b0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.blogspg_info_in span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.blogspg_info_in span img {
  height: 18px;
}
.blogspg_info_in .flex-just {
  justify-content: flex-start;
  gap: 40px;
}
.careers_banner::before {
  display: none;
}
h5.modal-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0;
  color: #000;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f55f3f;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  color: #fff;
  padding: 0px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.close:hover {
  opacity: 1;
  background-color: #252b63;
  color: #fff;
}
.close span {
  font-size: 21px;
  color: #fff;
}
button.close:hover span {
  color: #fff;
}

.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 99999999 !important;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #111;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  min-height: 40px;
}
.modal-body label {
  font-size: 14px;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #f55f3f;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #111;
  box-shadow: none;
  border-radius: 0px;
  height: 60px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #0b40b0;
  padding: 12px 30px;
  border-radius: 30px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #000;
  color: #fff;
}
/*careers*/
.inner_section6 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.aboutpgbx1 {
  width: 100%;
  clear: both;
  padding: 50px 0;
  /* margin-top: -10rem; */
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
  background-image: url(../images/shape-9-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.aboutpgbx1 h2 {
}
.aboutpgbx1_box {
  position: relative;
  width: 100%;
  display: block;
}
.aboutpgbx1_box_left img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center center;
  opacity: 0.75;
  border-radius: 0px 100px 0px 0px;
}
.aboutpgbx1_box_right img {
  max-width: 100%;
  opacity: 0.75;
  border-radius: 0px 0px 0px 100px;
}
.aboutpgbx1_box_right1 {
  margin-bottom: 50px;
}
.aboutpgbx1_box_right2 img {
  border-radius: 100px 0px 0px 0px;
}
.aboutpgbx1_box .inner {
  margin: -19% 33% 0% 15%;
  padding: 19px 19px 19px 19px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}
.aboutpgbx1_box_right .inner {
  margin: -19% 17% 0% 15%;
  padding: 19px 19px 19px 19px;
  background-color: #ffffff;
}
.aboutpgbx1_box .inner h3 {
  clear: both;
  width: 100%;
  position: relative;
  display: block;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dbdbdb;
  margin-top: 0;
}
.aboutpgbx1_box .inner h3::before {
  content: "";
  width: 50px;
  border-right: solid 15px #f3f3f4;
  height: 3px;
  background-color: #0b40b0;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.aboutpgbx1_box .inner h3 span {
}
.aboutpgbx1_box .inner p {
}
.aboutpgbx1 .col-sm-5 {
  padding-left: 50px;
}

.aboutpgbx2 {
  padding: 50px 0;
  background-color: #fff;
}
.aboutpgbx2 .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 60px;
  align-items: center;
}
.aboutpgbx2 .grid img {
  width: 100%;
  display: block;
}
.aboutpgbx2 h3 {
  margin-bottom: 30px;
  font-weight: 600;
  margin: 0 0 30px;
  line-height: 1.3;
}
.aboutpgbx2 h3 span {
}

.aboutpgbx3 {
  padding: 50px 0;
  background-image: url("../images/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgb(248, 248, 248);
}
.aboutpgbx3 .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 50px;
}
.aboutpgbx3_left h3 {
}
.aboutpgbx3_left p {
}
.aboutpgbx3_right .grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.aboutpgbx3_right h4 {
  clear: both;
  width: 100%;
  position: relative;
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dbdbdb;
  margin-top: 0;
}
.aboutpgbx3_right h4::before {
  content: "";
  width: 50px;
  border-right: solid 15px #f3f3f4;
  height: 3px;
  background-color: #0b40b0;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.aboutpgbx3_right p {
}

.packages_box {
  padding: 50px 0;
  background-image: url("../images/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgb(248, 248, 248);
}
.packages_box .multi_tabs1 {
}
.packages_box .multi_tabs1 > ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
.packages_box .multi_tabs1 > ul > li {
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 30px;
  /* border: 1px solid #0b40b0; */
  border-radius: 30px;
  color: #000;
  background: #fff;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  border: 1px solid #000;
}
.packages_box .multi_tabs1 > ul > li.active {
  opacity: 1;
  background: #000;
  color: #fff;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}
.tab_container1 {
  width: 100%;
}
.tab_content1 {
  width: 100%;
  position: relative;
}
.tab_content1 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
  /* margin-top: 80px; */
}
.pricing_wrap {
  border: 1px solid #0414361a;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: inset 0 -4px #dcdcdc;
  border-radius: 15px;
  min-height: 850px;
}
.pricing_wrap_active {
  background-color: #eff4ff;
  border: 1px solid #0b40b0;
  padding: 20px 0;
  box-shadow: inset 0 -4px #0b40b0;
  /* border-radius: 0 0 15px 15px; */
  /* min-height: 90rem; */
}
.pricing_wrap_mid {
  position: relative;
  top: -20px;
}
.price_popular {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0b40b0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}
.pricing_wrap_top {
  padding: 0 20px;
      margin-bottom: 20px;
}
.tab-type {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  color: #195bd5;
}
h3.price_heading {
  margin: 10px 0;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
}
.tab-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}
.tab-info i {
  color: #ccc;
  font-size: 18px;
}
.price_highlight.pricing.gray .v2-text-align-left {
  background-color: #f3f4f8;
  padding: 10px 20px;
  line-height: 150%;
  margin: 20px 0;
  border-top: 1px solid #0b40b066;
  border-bottom: 1px solid #00133d66;
  font-size: 15px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.price_highlight.pricing.blue .v2-text-align-left {
  color: #154db4;
  background-color: #0b40b01a;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 150%;
}
.pricing_wrap_btm {
  padding: 0rem 20px;
}
.pricing_wrap_btm a {
  background-color: #0b40b0;
  font-weight: 700;
  box-shadow: 0 4px 4px #00000014, 0 0 0 1px #00194e, inset 0 -4px #00194e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
}
.pricing_wrap_btm a:hover {
  transform: none;
  box-shadow: 0 4px 4px #04143614, 0 0 0 1px #0b40b0;
}
.pricing_wrap_btm ul {
  margin: 20px 0;
}
.pricing_wrap_btm ul li {
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
}
.pricing_wrap_btm ul li::before {
  content: "\f058";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #041436;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.6;
}
.v2-text-align-left svg {
  height: 42px;
  width: 42px;
}
.pricing_wrap_active .pricing_wrap_btm ul li::before {
  color: #0b40b0;
  opacity: 1;
}
.vsol_pg1 h3 {
  font-weight: 800;
  margin-bottom: 20px;
}
.public_sec_pg1 {
  width: 100%;
  clear: both;
  padding: 40px 0;
  /* margin-top: -10rem; */
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
  background-image: url(../images/shape-9-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.public_sec_pg1 h2,
.public_sec_pg2 h2,
.public_sec_pg3 h2 {
}
.table-responsive {
  margin: 30px 0;
}
td.table-bg {
  background-color: #e6efff;
  font-weight: 700;
  color: #252b63;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 10px 20px;
  vertical-align: middle;
}
.table tr td {
  font-size: 15px;
}
.table {
  background-color: #fff;
}
.public_sec_pg2 {
  padding: 50px 0;
}
.public_sec_pg2 ul > li,
.public_sec_pg3 ul > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  /* padding-left: 30px;
  background-image: url(../images/office-push-pin.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left center; */
  border-bottom: 1px dashed #969696;
}
.public_sec_pg2 ul li strong,
.public_sec_pg3 ul li strong {
}
.public_sec_pg2 ul ul,
.public_sec_pg3 ul ul {
  margin-top: 20px;
  padding-left: 30px;
}
.public_sec_pg2 ul ul li,
.public_sec_pg3 ul ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  background-image: url(../images/office-push-pin.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left center;
  font-size: 18px;
  border: 0;
  padding-bottom: 0;
}
.public_sec_pg3,
.partnerspg,
.lcapostings,
.careers_pg {
  padding: 50px 0;
  background-image: url("../images/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgb(248, 248, 248);
}
.partnerspg .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.partnerspg .grid a {
  display: block;
  text-align: center;
  padding: 30px 30px;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
  /* min-height: 150px; */
  border: 1px solid #fff;
  background-color: #fff;
}
.partnerspg .grid a:hover {
  border-color: #111;
}
.partnerspg .grid a img {
  height: 80px;
  max-width: 100%;
  transition: all 0.3s;
}
.partnerspg .grid a h4 {
  margin: 20px 0 10px;
  font-size: 15px;
  color: #555;
  font-weight: 700;
  letter-spacing: 1px;
}
.partnerspg .grid a p {
  font-size: 15px;
}
.partnerspg .grid a span {
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  left: 0;
  width: 100%;
  color: #3b1d5c;

  opacity: 0;
}
.partnerspg .grid a span img {
  height: 10px;
}
.partnerspg .grid a:hover span {
  opacity: 1;
}
.partnerspg .grid a:hover > img {
}
.accordion {
  width: 100%;
  list-style: none;
}
.accordion > li {
  background-color: rgba(218, 218, 218, 0.35);
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.16); */
  /* margin-bottom: 20px; */
  margin-bottom: 15px;
}
.accordion > li:last-child {
  border: 0;
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px 40px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 21px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border: 1px solid #000;
}
.accordion li.open .link {
  background-color: #0b40b0;
  color: #fff;
}
.accordion .link::before {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.accordion .link img {
}
.accordion .submenu {
  display: none;
  padding: 20px;
  background-color: #fff;
  list-style: none;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}
.accordion .submenu > li {
  position: relative;
  border-top: 0;
}
.accordion .submenu > li p {
  color: #000;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}
.accordion li.open .link::before {
  content: "-";
  font-size: 24px;
  color: #fff;
}
.lcapostings .table .flex {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 16px;
}
.lcapostings .table .flex i {
  color: red;
}
.lcapostings .table a {
  height: 50px;
  line-height: 46px;
  padding: 0 60px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border-radius: 40px;
  transition: all 0.3s;
  border: 2px solid #0b40b0;
}
.lcapostings .table a:hover {
  -webkit-box-shadow: inset 0 0 0 1px #0b40b0;
  box-shadow: inset 0 0 0 1px #0b40b0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.solutionpg1 img {
  width: 100%;
  display: block;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}
.solutionpg1 .grid {
  align-items: center;
  margin-bottom: 50px;
}
.solutionpg1 .grid:last-child {
  margin: 0;
}
.solutionpg2 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.solutionpg2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.solutionpg2 ul li {
  position: relative;
  padding-left: 30px;
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 5px;
  font-size: 18px;
  border: 0;
}
.solutionpg2 .grid5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}
.solutionpg2 .grid5 img {
  height: 8rem;
  margin-bottom: 30px;
}
.solutionpg2 .grid5 h3 {
  font-size: 18px;
}
.solutionpg3 ul {
  margin-bottom: 50px;
}
.solutionpg3 img {
  width: 100%;
  display: block;
}
.solutionpg4 h3 {
  margin-bottom: 30px;
  font-weight: 700;
}
.solutionpg4 ul {
  margin-bottom: 50px;
}
.industrypg1 h2 {
  margin-bottom: 20px;
}
.industrypg2 {
  padding: 50px 0;
  background-color: #e6fcff;
}
.industrypg2 h2 {
  font-size: 4.5px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.industrypg2 .multi_tabs1 {
  clear: both;
  width: 100%;
  /* background-color: #fff; */
  /* padding: 60px 40px; */
  display: inline-block;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
/* .multi_tabs1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 12%;
  height: 100%;
  content: "";
  background-color: #f7f7f7;
} */
.industrypg2 ul.tabs1 {
  margin: 0;
  float: left;
  list-style: none;
  position: relative;
  width: 45%;
  text-align: left;
  /* z-index: 9; */

  border-radius: 10px 10px 300px 10px;
  background: #00246f;
  padding: 30px;
  overflow: hidden;
}
.industrypg2 ul.tabs1 li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  cursor: pointer;
  padding: 0 27px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  background-color: #0b40b0;
  z-index: 9;

  border-radius: 10px;
}
.industrypg2 .tabccc ul li a {
  color: #000;
}
.industrypg2 ul.tabs1 li span {
}
.industrypg2 ul.tabs1 li span i {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
}
.industrypg2 ul.tabs1 li.active span i {
  opacity: 1;
}
.industrypg2 ul.tabs1 li:hover {
  color: #fff;
}
.industrypg2 ul.tabs1 li.active {
  width: 100%;
  background-color: var(--color-teritary);

  color: #fff;
}
.industrypg2 ul.tabs1 li.active:before {
  opacity: 1;
}
.industrypg2 .tab_container1 {
  border: 0px;
  border-top: none;
  float: right;
  width: 55%;
}
.industrypg2 .tab_content1 {
  position: relative;
  border-radius: 300px 10px 10px 10px;
  background: #fff;
  padding: 60px 60px 70px 300px;
}
.industrypg2 .tab_container1 h4 span {
  padding: 10px 10px;
  display: inline-block;
  background-color: #00246f;
  color: #fff;
  font-size: 1.2px;
  border-radius: 30px;
  margin-bottom: 15px;
}
.industrypg2 .tab_container1 h3 {
  font-size: 30px;
  color: #00246f;
  margin-top: 0;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.industrypg2 .tab_container1 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
.industrypg2 .tab_container1 p strong {
}
.industrypg2 .tab-img {
  position: absolute;
  top: 0;
  left: -150px;
  margin: 20px;
  width: 360px;
  height: 360px;
  border-radius: 100%;
  /* z-index: 1; */
  /* Large devices */
}

.jobdescription {
  padding: 50px 0;
  display: table;
  width: 100%;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.jobdesc1 h2 {
  font-size: 24px;
}
.jobdescription label {
  font-size: 16px;
  margin-bottom: 5px;
  width: 100%;
  display: block;
  font-weight: 600;
}
.jobdescription label span {
  color: red;
}
.jobdescription input.form-control,
.jobdescription textarea.form-control {
  background-color: #fff;
  border-radius: 30px;
  height: 50px;
  border: 0px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #f8f8f8;
  font-weight: 400;
  box-shadow: none;
  color: #000;
  padding: 0 20px;
  box-shadow: 0 5px 15px 0px rgb(34 48 116 / 15%);
}
.jobdescription textarea.form-control {
  height: 120px;
  padding: 15px;
}
.jobdescription .col-sm-12 {
  display: table;
  width: 100%;
}
button.btn {
  height: 70px;
  line-height: 66px;
  padding: 0 60px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  transition: all 0.3s;
  border: 2px solid #0b40b0;
}
button.btn:hover {
  -webkit-box-shadow: inset 0 0 0 1px #0b40b0;
  box-shadow: inset 0 0 0 1px #0b40b0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.adbxin .col-sm-4 {
  float: left;
  width: 40%;
}
.adbxin .col-sm-8 {
  float: right;
  width: 60%;
  padding-left: 40px;
}
.jobdescription .col-sm-6 {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.jobdescription .col-sm-12 {
  float: left;
  width: 100%;
  padding: 0 10px;
}

a.sec6bx {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
}
.section6 .owl-item.active.center a.sec6bx {
}
a.sec6bx .img {
}
a.sec6bx .img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}
a.sec6bx h5 {
  margin: 15px 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
a.sec6bx p {
  font-size: 16px;
  font-weight: 600;
  color: #0b40b0;
}
@media (max-width: 1199px) {
  .industrypg2 .tab-img {
    display: none;
  }
}
.industrypg2 .tab-img::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
}
.industrypg2 .tab-img > img {
  border-radius: 50%;
  width: 360px;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
.industrypg2 .tab-img .icon-box {
  position: absolute;
  top: 0px;
  right: -18px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 99;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}
.industrypg2 .tab-img .icon-box img {
  width: 70px;
}
.industrypg2 .ser-list-nine {
  padding-left: 0;
  list-style: none;
}
.industrypg3 {
  padding: 50px 0;
}
.industrypg3 h2,
.industrypg4 h2 {
  font-size: 4.5px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.industrypg3 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
.industrypg3 .grid img.ind_img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}
.industrypg3 .grid ul {
  display: grid;
  gap: 30px;
}
.industrypg3 ul li {
  display: grid;
  grid-template-columns: 70px auto;
  gap: 20px;
  /* align-items: center; */
}
.industrypg3 ul li .img {
  width: 70px;
  height: 70px;
  background-color: #e8efff;
  border-radius: 100%;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
}
.industrypg3 ul li .img img {
  height: 45px;
}
.industrypg3 ul li span {
  font-weight: 700;

  margin-bottom: 0.5px;
  display: inline-block;
  color: #0b40b0;
}

.industrypg4 {
  padding: 50px 0;
  background-color: #fff;
  display: block;
}
.industrypg4 .grid {
  display: grid;
  grid-template-columns: 75fr 25fr;
  gap: 20px;
}
.industrypg4 .grid2 {
  display: grid;
  grid-template-columns: 70fr 30fr;
  gap: 20px;
  margin-bottom: 20px;
}
.industrypg4 .grid2.grid2_rev {
  grid-template-columns: 30fr 70fr;
  margin-bottom: 0;
}
.ind4bx {
  background-color: #0b40b0;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 30px;
  overflow: hidden;
}
.ind4bx2 {
  grid-template-columns: repeat(1, 1fr);
}
.ind4bx h4 span {
  padding: 10px 10px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-size: 1.2px;
  border-radius: 30px;
  margin-bottom: 15px;
}
.ind4bx h3 {
  font-size: 30px;
  color: #fff;
  margin-top: 0;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.ind4bx p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
  color: #fff;
}
.ind4bx p strong {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
  font-size: 14px;
}
.industrypg4 .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
}
.industrypg4 .img img {
  width: 100%;
  display: block;
}
.circle3 {
  width: 600px;
  height: 600px;
  background-color: #f7f3ef;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
.ind4bx3 {
  align-items: baseline;
}
.ind4bx3 .img {
  width: 150%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 600px) {
  .innerbanner img {
    height: 350px;
    object-fit: cover;
    object-position: 90% center;
  }
  .innercontent h2,
  .vsol_pg1 h2,
  h3.Vitosha_hd1,
  .public_sec_pg1 h2,
  .public_sec_pg2 h2,
  .public_sec_pg3 h2 {
    font-size: 24px;
  }
  .innercontent p {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .aboutpgbx1_box .inner {
    margin: -19% 10% 0% 10%;
  }
  .aboutpgbx1_box_left {
    margin-bottom: 50px;
  }
  .aboutpgbx2 .grid,
  .aboutpgbx3 .grid,
  .aboutpgbx3_right .grid1,
  .vsol_pg1 .grid,
  .vsol_pg2 .grid,
  .vsol_pg4 .grid,
  .inner_section6 .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .technologies-list,
  .partnerspg .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .photogallery a {
    flex-basis: 45%;
  }
  .photogallery a img {
    height: 150px;
  }
  .sec2_bx1 {
    padding: 20px 0 20px 0px;
    border-right: 0;
    border-bottom: 1px solid #e6e5df;
  }
  .packages_box .multi_tabs1 > ul {
    justify-content: flex-start;
    overflow: auto;
  }
  .tab_content1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .partnerspg .grid a img {
    height: 40px;
    transition: all 0.3s;
  }
  .blogspg_info_in {
    padding: 20px;
  }
  .blogspg_info_in h1 {
    font-size: 24px;
  }
  .blogspg_info_in > .flex {
    flex-direction: column;
    gap: 20px;
  }
  .blogspg_info_in h3 {
  }
  .accordion .link {
    padding: 20px 50px 20px 20px;
    font-size: 15px;
  }
  .accordion .link::before {
    right: 30px;
  }
  .careers_pg .grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }
  .careers_pg_top p {
    font-size: 15px;
  }
  .careers_pg .grid h3 {
  }
  .contactpg1_in {
    width: 100%;
    padding: 0;
  }
  .contactpg1 {
    padding: 50px 20px;
  }
  .contactpg1_in_in {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }
  .contactpg1_in_left {
    padding: 50px 0 0;
  }
  .contactpg1_in_left h3 {
    font-size: 18px;
  }
  .jobdescription {
    padding: 40px 20px;
  }
  .jobdescription .col-sm-6 {
    width: 100%;
  }
  .blogspg_info_in ul li {
    font-size: 16px;
  }
  .aboutpgbx3_right h4,
  .careers_pg .grid h3,
  .blogspg_info_in h3 {
    font-size: 18px;
  }
  .pricing_wrap {
    min-height: auto;
  }
  a.backbtn {
    font-size: 16px;
    height: 50px;
    line-height: 46px;
  }
  .blogspg_info_in span {
    font-size: 14px;
  }
  .contactpg1 h2{padding: 0;}
  .aboutpgbx1_box_left img{height: auto;}
  h2{font-size: 21px;}
  .cont_info p{font-size: 16px;}
}
