@charset "UTF-8";
.navbar-collapse-sm {
  position: fixed;
  top: 0;
  background: white;
  width: 100%;
  display: none !important;
  margin: 0;
  padding: 10px 20px 35px 30px;
  left: 0;
  z-index: 99;
  transition: all 300ms ease-out;
  transform: translateY(0);
}
.navbar-collapse-sm .text-right .btn-close {
  background: transparent;
  color: #2184A0;
  font-size: 25px;
  padding-top: 0;
  font-family: "archiamedium";
  margin-bottom: 15px;
}
.navbar-collapse-sm .menu_lists {
  background: white;
  overflow: auto;
  height: calc(100vh - 70px);
  padding-bottom: 50px;
}
.navbar-collapse-sm .menu_lists ul {
  list-style-type: none;
  padding: 0;
}
.navbar-collapse-sm .menu_lists ul li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  color: #2184A0;
  font-family: "archiasemibold";
}
.navbar-collapse-sm .menu_lists ul li ul {
  list-style-type: none;
  padding: 0;
}
.navbar-collapse-sm .menu_lists ul li ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  font-family: "archiamedium";
  text-decoration: none;
}
.navbar-collapse-sm .menu_lists ul li ul li + li {
  margin-top: 25px;
}
.navbar-collapse-sm .menu_lists ul li.subheading {
  margin-top: 24px;
}
.navbar-collapse-sm .menu_lists ul li.subheading ul li + li {
  margin-top: 25px !important;
}
.navbar-collapse-sm .menu_lists ul li + li:not(.navbar-collapse-sm .menu_lists ul li + li.subheading) {
  margin-top: 47px;
}

.home_page_sm .spotlight {
  padding: 0 30px;
}
.home_page_sm .spotlight .img_wrapper {
  margin-bottom: 34px;
}
.home_page_sm .spotlight .img_wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.home_page_sm .spotlight .spotlight_text h1 {
  font-size: 28px;
  line-height: 42px;
  color: #00141A;
  font-family: "archiasemibold";
  margin: 0 0 15px;
}
.home_page_sm .spotlight .spotlight_text h3 {
  font-size: 20px;
  line-height: 24px;
  color: #00141A;
  margin: 0 0 40px;
  font-family: "archiamedium";
}
.home_page_sm .spotlight .spotlight_text h5 {
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  margin: 0 0 40px;
  font-family: "archiamedium";
}
.home_page_sm .spotlight .spotlight_text .btn {
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  font-family: "archiasemibold";
  height: 52px;
  width: 234px;
}
.home_page_sm .spotlight .spotlight_text p {
  margin: 69px 0 32px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #00141A;
  font-family: "archiamedium";
}
.home_page_sm .spotlight .spotlight_text .companies-logo {
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.home_page_sm .spotlight .spotlight_text .companies-logo li img {
  width: 100%;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}
.home_page_sm .spotlight .spotlight_text .companies-logo li + li {
  margin-left: 29px;
}
.home_page_sm .services_wrapper {
  margin-top: 30px;
  background: #2184A0;
}
.home_page_sm .services_wrapper .services_head {
  padding: 40px 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.home_page_sm .services_wrapper .services_head h6 {
  font-size: 16px;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0 0 13px;
  font-family: "archiasemibold";
}
.home_page_sm .services_wrapper .services_head h4 {
  padding-right: 34px;
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 42px;
  color: #FFFFFF;
  font-family: "archiasemibold";
}
.home_page_sm .services_wrapper .services_head p {
  margin: 0 0 30px;
  font-family: "archiamedium";
  font-size: 16px;
  line-height: 34px;
  padding-right: 10px;
  color: #FFFFFF;
}
.home_page_sm .services_wrapper .services_head .btn {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 47px;
  width: 180px;
  height: 52px;
  border-radius: 5px;
}
.home_page_sm .services_wrapper .infrastructure-panels {
  padding: 15px 30px;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel .card-header {
  padding: 22px 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel .card-header a.card-title {
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: "archiasemibold";
  text-decoration: none;
  width: 100%;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel .card-header .fa {
  color: white;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel .card-body p {
  font-size: 16px;
  line-height: 34px;
  color: #FFFFFF;
  font-family: "archiamedium";
  margin: 0 0 8px;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel .card-body ul {
  padding: 0 15px;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel .card-body ul li a {
  font-size: 16px;
  line-height: 34px;
  color: #FFFFFF;
  font-family: "archiamedium";
  text-decoration: none;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel .card-body ul li::marker {
  color: #FFFFFF;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel .card-body ul li + li {
  margin-top: 23px;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel .card-body table tbody tr td {
  border: none;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel .card-body table tbody tr td ul {
  padding: 0;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel .card-body table tbody tr td ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.home_page_sm .services_wrapper .infrastructure-panels .panel-group .panel + .panel {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.home_page_sm .featured-products-section {
  padding: 40px 25px 20px;
}
.home_page_sm .featured-products-section h2 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  font-family: "archiasemibold";
  color: #00141A;
}
.home_page_sm .featured-products-section h6 {
  padding: 0 27px;
  margin: 0 0 36px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  font-family: "archiamedium";
  color: #555555;
}
.home_page_sm .featured-products-section .featured-product-box .img-responsive {
  margin-bottom: 47px;
  padding: 0 10px;
}
.home_page_sm .featured-products-section .featured-product-box .img-responsive img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home_page_sm .featured-products-section .featured-product-box h5 {
  font-size: 16px;
  line-height: 36px;
  color: #2184A0;
  font-family: "archiasemibold";
  margin: 0 0 18px;
}
.home_page_sm .featured-products-section .featured-product-box h3 {
  padding-right: 25px;
  font-size: 28px;
  line-height: 42px;
  color: #00141A;
  font-family: "archiasemibold";
  margin: 0 0 20px;
}
.home_page_sm .featured-products-section .featured-product-box p {
  margin: 0 0 46px;
  padding-right: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
}
.home_page_sm .featured-products-section .featured-product-box .btn {
  height: 52px;
  width: 180px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  font-family: "archiasemibold";
  margin-bottom: 60px;
}
.home_page_sm .featured-products-section .featured-product-box + .featured-product-box {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 60px;
}
.home_page_sm .projects_count {
  background: #E5F9FF;
  padding: 50px 50px 5px;
}
.home_page_sm .projects_count ul {
  padding: 0;
  list-style-type: none;
}
.home_page_sm .projects_count ul li {
  text-align: center;
}
.home_page_sm .projects_count ul li h2 {
  font-size: 48px;
  line-height: 58px;
  color: #2184A0;
  margin: 0;
  font-family: "archiasemibold";
}
.home_page_sm .projects_count ul li p {
  font-size: 20px;
  line-height: 36px;
  font-family: "archiamedium";
  color: #00141A;
}
.home_page_sm .projects_count ul li:first-child {
  padding-bottom: 36px;
}
.home_page_sm .projects_count ul li + li {
  padding: 29px 0 36px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-mobile-page .content-details {
  padding: 10px 30px;
}
.contact-mobile-page .content-details .img-responsive {
  margin-bottom: 36px;
}
.contact-mobile-page .content-details .img-responsive img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-mobile-page .content-details .title {
  font-size: 28px;
  line-height: 42px;
  color: #00141A;
  margin: 0 0 15px;
  font-family: "archiasemibold";
}
.contact-mobile-page .content-details h2 {
  font-size: 28px;
  line-height: 42px;
  color: #00141A;
  margin: 0 0 15px;
  font-family: "archiasemibold";
}
.contact-mobile-page .content-details .content {
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
  padding-right: 30px;
  margin: 0 0 20px;
}
.contact-mobile-page .content-details p {
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
  padding-right: 30px;
  margin: 0 0 20px;
  padding-right: 0;
}
.contact-mobile-page .content-details hr {
  margin-top: 35px;
  margin-bottom: 40px;
}
.contact-mobile-page .content-details h6 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 36px;
  color: #00141A;
  font-family: "archiasemibold";
}
.contact-mobile-page .content-details .contact-detail-box {
  padding-bottom: 15px;
  display: flex;
}
.contact-mobile-page .content-details .contact-detail-box .svg-wrapper {
  margin-top: 5px;
  height: 50px;
  width: 50px;
  background: #2184A0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-mobile-page .content-details .contact-detail-box .info-box {
  margin-left: 40px;
}
.contact-mobile-page .content-details .contact-detail-box .info-box h4 {
  margin: 0 0 9px;
  font-size: 20px;
  line-height: 26px;
  color: #030314;
  font-family: "archiasemibold";
}
.contact-mobile-page .content-details .contact-detail-box .info-box p {
  font-size: 16px;
  font-family: "archiamedium";
  line-height: 34px;
  color: #555555;
  margin: 0;
}
.contact-mobile-page .content-details .contact-detail-box .info-box p + p {
  margin: 0 0 14px;
}
.contact-mobile-page .content-details .contact-detail-box + .contact-detail-box {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 22px;
}
.contact-mobile-page .content-details .modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box .module-head h2 h5 {
  font-size: 16px;
  line-height: 14px;
  color: #000000;
  font-family: "archiasemibold";
  margin: 0 0 1px;
}
.contact-mobile-page .content-details .modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box .module-head h2 small {
  font-size: 12px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
}
.contact-mobile-page .content-details .modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box .module-head h2 small span {
  color: #2184A0;
}
.contact-mobile-page .content-details .modal.fullPageModal.knowyourprice .btn-theme-outlined {
  padding: 20px 40px;
  margin-bottom: 20px;
}
.contact-mobile-page .content-details .modal.fullPageModal.knowyourprice h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 36px;
  text-align: center;
  color: #2184A0;
  margin-bottom: 32px;
}
.contact-mobile-page .content-details .modal.fullPageModal.knowyourprice p {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #191919;
}
.contact-mobile-page .content-details .modal.fullPageModal.knowyourprice .form_group {
  margin-bottom: 32px;
}
.contact-mobile-page .contact-us-form-wrapper {
  background: #E5F9FF;
  padding: 20px 30px 80px;
  margin-bottom: 60px;
}
.contact-mobile-page .contact-us-form-wrapper .webmate-form .row {
  margin: 0;
}
.contact-mobile-page .contact-us-form-wrapper .webmate-form .form-btn .btn {
  margin-top: 40px;
  height: 52px;
  width: 147px;
  font-size: 16px;
  line-height: 36px;
  font-family: "archiasemibold";
  border-radius: 5px;
}
.contact-mobile-page .map-locate iframe.map {
  width: 100%;
  padding: 0 20px;
  height: 250px;
}

.about-page-sm .top-section {
  padding: 10px 30px 0;
}
.about-page-sm .top-section .img-responsive {
  margin-bottom: 34px;
}
.about-page-sm .top-section .img-responsive img {
  width: 100%;
}
.about-page-sm .top-section h3 {
  font-size: 28px;
  line-height: 42px;
  font-family: "archiasemibold";
  color: #00141A;
  margin-bottom: 14px;
  padding-right: 20px;
}
.about-page-sm .top-section p {
  font-family: "archiamedium";
  font-size: 16px;
  margin: 0;
  line-height: 34px;
  color: #555555;
  padding-right: 30px;
}
.about-page-sm .top-section a {
  text-decoration: none;
  font-size: 16px;
  line-height: 36px;
  color: #2184A0;
  font-family: "archiasemibold";
  display: flex;
  align-items: center;
  margin-bottom: 77px;
}
.about-page-sm .top-section a svg {
  margin-left: 10px;
}
.about-page-sm .work-vision-section {
  background: url("../images/Mobile/wok-on-mission.png");
  background-size: cover;
  margin-bottom: 64px;
  padding: 160px 30px 80px;
}
.about-page-sm .work-vision-section .vision-content {
  padding: 70px 43px 25px 31px;
  background: #2184A0;
  border-radius: 0px 0px 85px 0px;
  color: white;
}
.about-page-sm .work-vision-section .vision-content ._box_ {
  padding-bottom: 28px;
}
.about-page-sm .work-vision-section .vision-content ._box_ h5 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 26px;
  font-family: "archiasemibold";
}
.about-page-sm .work-vision-section .vision-content ._box_ p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  font-family: "archiamedium";
  color: #FFFFFF;
  padding-right: 0;
}
.about-page-sm .work-vision-section .vision-content ._box_ + ._box_ {
  padding-top: 31px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.about-page-sm .cto-message {
  padding: 0 30px;
  position: relative;
}
.about-page-sm .cto-message .img-responsive img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page-sm .cto-message h3 {
  font-size: 28px;
  line-height: 42px;
  font-family: "archiasemibold";
  color: #00141A;
  margin-bottom: 30px;
  padding-right: 20px;
}
.about-page-sm .cto-message .cto-note {
  margin-bottom: 46px;
  margin-right: 30px;
  position: absolute;
  top: 353px;
  background: #2184A0;
  border-radius: 0px 0px 85px 0px;
  padding: 45px 6px 50px 32px;
}
.about-page-sm .cto-message .cto-note svg {
  position: absolute;
  top: 16px;
  left: 21px;
}
.about-page-sm .cto-message .cto-note p {
  font-size: 16px;
  line-height: 34px;
  color: #FFFFFF;
  font-family: "archiamedium";
  margin: 0;
}
.about-page-sm .cto-message h6 {
  position: relative;
  margin-top: 180px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-page-sm .cto-message h6 svg {
  position: absolute;
  top: -30px;
  height: 100px;
  width: 123px;
  left: -20px;
}
.about-page-sm .cto-message h6.note-bottom {
  margin-top: 24px;
  border-bottom: none;
  padding-bottom: 0;
}
.about-page-sm .cto-message h6.note-bottom span {
  color: #000000;
}

.software-development-mobile .top-section {
  padding: 30px;
}
.software-development-mobile .top-section .img-responsive {
  margin-bottom: 34px;
}
.software-development-mobile .top-section .img-responsive img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}
.software-development-mobile .top-section .header h1 {
  font-size: 28px;
  line-height: 42px;
  color: #00141A;
  font-family: "archiasemibold";
  margin: 0 0 19px;
}
.software-development-mobile .top-section .header p {
  padding-right: 26px;
  margin: 0;
  font-family: "archiamedium";
  font-size: 16px;
  line-height: 34px;
  color: #555555;
}
.software-development-mobile .top-section .our_services_wrapper {
  padding-top: 60px;
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-heading {
  padding: 14px 0;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-heading h4 {
  width: 100%;
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-heading h4.panel-title {
  font-size: 16px;
  line-height: 36px;
  color: #00141A;
  margin: 0;
  font-family: "archiasemibold";
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-heading::after {
  content: "\f078";
  color: #2184A0;
  display: inline-block;
  font-family: "FontAwesome";
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-heading.active::after {
  content: "\f077";
  color: #2184A0;
  display: inline-block;
  font-family: "FontAwesome";
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-collapse.in {
  padding-bottom: 25px;
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-collapse .panel-body {
  padding-right: 0;
  max-height: 407px;
  overflow: auto;
  border: none !important;
  box-shadow: none;
  position: relative;
  padding-top: 10px;
  overflow-x: hidden;
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-collapse .panel-body h5 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 10px;
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-collapse .panel-body h5 span {
  width: 4px;
  height: 151px;
  background: #2184A0;
  color: #2184A0;
  position: absolute;
  top: 25%;
  right: -1px;
  border-radius: 3px;
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-collapse .panel-body label {
  font-size: 16px;
  line-height: 36px;
  color: #191919;
  font-family: "archiasemibold";
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-collapse .panel-body ul {
  padding: 0 20px;
  list-style-type: disc;
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-collapse .panel-body ul li {
  font-size: 16px;
  line-height: 42px;
  color: #555555;
  font-family: "archiamedium";
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel .panel-collapse .panel-body ul li::marker {
  color: #2184A0;
}
.software-development-mobile .top-section .our_services_wrapper .services_collapse_wrapper .accordion .panel + .panel {
  margin-top: 0;
}
.software-development-mobile h6.section-description {
  font-size: 18px;
  margin: 0 0 29px;
  font-family: "archiamedium";
  line-height: 36px;
  color: #555555;
}
.software-development-mobile h3.section-title {
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 42px;
  color: #00141A;
  font-family: "archiasemibold";
}
.software-development-mobile .how_we_work_details_sm {
  background: #E5F9FF;
  padding: 63px 25px 70px 30px;
  margin-top: 30px;
}
.software-development-mobile .how_we_work_details_sm .panel {
  background: transparent;
  border: none !important;
  box-shadow: none;
}
.software-development-mobile .how_we_work_details_sm .panel .panel-heading {
  padding: 14px 0;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.software-development-mobile .how_we_work_details_sm .panel .panel-heading h4 {
  width: 100%;
}
.software-development-mobile .how_we_work_details_sm .panel .panel-heading h4.panel-title {
  font-size: 16px;
  line-height: 36px;
  color: #00141A;
  margin: 0;
  font-family: "archiasemibold";
}
.software-development-mobile .how_we_work_details_sm .panel .panel-heading::after {
  content: "\f054";
  color: #2184A0;
  display: inline-block;
  font-family: "FontAwesome";
}
.software-development-mobile .how_we_work_details_sm .panel .panel-heading.active::after {
  content: "\f053";
  color: #2184A0;
  display: inline-block;
  font-family: "FontAwesome";
}
.software-development-mobile .how_we_work_details_sm .panel .panel-body {
  padding: 0 !important;
  max-height: 100% !important;
  border: none !important;
  box-shadow: none;
}
.software-development-mobile .how_we_work_details_sm .panel h5 {
  border: none !important;
}
.software-development-mobile .how_we_work_details_sm .panel + .panel {
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.software-development-mobile h5.section-details {
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
  margin: 0;
}
.software-development-mobile .work_process {
  padding: 88px 40px 60px 30px;
}
.software-development-mobile .inner-banner {
  background: url(../images/Mobile/lady_typing.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 89px 69px 30px;
}
.software-development-mobile .inner-banner p {
  margin: 0;
  font-size: 28px;
  line-height: 42px;
  color: #FFFFFF;
  font-family: "archiamedium";
}
.software-development-mobile .technologies_wrap_sm {
  padding: 64px 30px 0 29px;
}
.software-development-mobile .technologies_wrap_sm h5 {
  margin-bottom: 55px;
}
.software-development-mobile .technologies_wrap_sm .techn_img_wrapper {
  margin-bottom: 40px;
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel {
  box-shadow: none;
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel .panel-heading {
  height: 72px;
  padding: 0 !important;
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel .panel-heading .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel .panel-heading .panel-title a {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  display: block;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 18px 19px;
  font-family: "archiamedium";
  font-size: 16px;
  line-height: 36px;
  color: #191919;
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel .panel-heading .panel-title a::after {
  color: #2184A0;
  font-family: "FontAwesome";
  display: inline-block;
  content: "\f054";
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel .panel-heading.active .panel-title {
  margin: 0;
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel .panel-heading.active .panel-title a {
  background: #2184A0;
  color: white;
  border: 1px solid #2184A0;
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel .panel-heading.active .panel-title a::after {
  content: "\f053";
  color: white;
  display: inline-block;
  position: relative;
  font-family: "FontAwesome";
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel .panel-collapse .panel-body {
  padding: 27px 14px;
  border: none;
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel .panel-collapse .panel-body ul {
  padding: 0 0 0 30px;
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel .panel-collapse .panel-body ul li {
  font-family: "archiamedium";
  font-size: 16px;
  line-height: 34px;
  color: #555555;
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel .panel-collapse .panel-body ul li::marker {
  color: #2184A0;
}
.software-development-mobile .technologies_wrap_sm .technologies_list .panel-group .panel .panel-collapse .panel-body ul li + li {
  margin-top: 3px;
}

.services_page_content {
  padding-top: 30px;
}
.services_page_content .body-padding {
  padding: 0 30px;
}
.services_page_content .ph-30 {
  padding: 0 30px;
}
.services_page_content .top-image {
  margin-bottom: 24px;
}
.services_page_content .top-image img {
  -o-object-fit: cover;
  object-fit: cover;
}
.services_page_content .main-heading {
  font-size: 28px;
  line-height: 42px;
  color: #191919;
  margin: 0 0 19px;
  font-family: "archiasemibold";
}
.services_page_content p {
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
  margin: 0;
}
.services_page_content h5 {
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
  margin: 0;
}
.services_page_content li {
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
  margin: 0;
}
.services_page_content .mt-50 {
  margin-top: 50px !important;
}
.services_page_content .mb-30 {
  margin-bottom: 30px !important;
}
.services_page_content .solutions_accordion {
  margin-top: 66px;
}
.services_page_content .solutions_accordion .panel-group .panel {
  background: transparent;
  box-shadow: none;
}
.services_page_content .solutions_accordion .panel-group .panel:not(.services_page_content .solutions_accordion .panel-group .panel.b-0) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.services_page_content .solutions_accordion .panel-group .panel .panel-heading {
  padding: 15px 0 22px;
  border: none !important;
  display: flex;
  justify-content: space-between;
}
.services_page_content .solutions_accordion .panel-group .panel .panel-heading h4.panel-title {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #00141A;
  font-family: "archiasemibold";
  margin: 0;
}
.services_page_content .solutions_accordion .panel-group .panel .panel-heading::after {
  content: "\f054";
  color: #2184A0;
  display: inline-block;
  font-family: "FontAwesome";
}
.services_page_content .solutions_accordion .panel-group .panel .panel-heading.active::after {
  content: "\f078";
  color: #2184A0;
  display: inline-block;
  font-family: "FontAwesome";
}
.services_page_content .solutions_accordion .panel-group .panel .panel-collapse .panel-body {
  border: none !important;
  padding: 0 0 35px;
}
.services_page_content .solutions_accordion .panel-group .panel .panel-collapse.in {
  border: none !important;
}
.services_page_content .solutions_accordion.blue-bg {
  padding-top: 35px;
}
.services_page_content .blue-bg {
  background: #E5F9FF;
}
.services_page_content .features-box {
  margin-top: 74px;
}
.services_page_content .features-box .img-responsive {
  margin-bottom: 29px;
}
.services_page_content .features-box .img-responsive img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.services_page_content .features-box ul {
  margin-top: 20px;
  padding: 0 0 0 20px;
}
.services_page_content .features-box ul li::marker {
  color: #2184A0;
}
.services_page_content .features-box ul li + li {
  margin-top: 20px;
}
.services_page_content .features-box.blue-bg {
  padding: 64px 30px 66px;
}
.services_page_content .features-box.blue-bg hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.services_page_content .features-box.mt-10 {
  margin-top: 10px;
}
.services_page_content .access-control-solution-map {
  margin-top: 67px;
  background: #E5F9FF;
  padding: 64px 37px 38px;
}
.services_page_content .access-control-solution-map .sub-heading {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-family: "archiasemibold";
  color: #00141A;
  margin: 11px 0 5px;
}
.services_page_content .access-control-solution-map .business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-collapse ul li {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-family: "archiasemibold";
  color: #00141A;
  margin: 11px 0 5px;
}
.services_page_content .access-control-solution-map ._box_ p {
  padding: 0 15px;
}
.services_page_content .access-control-solution-map ._box_ span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2184A0;
  height: 83px;
  width: 83px;
  border-radius: 50%;
  margin: 0 auto;
}
.services_page_content .access-control-solution-map ._box_ + ._box_ {
  margin-top: 15px;
}
.services_page_content .m-30 {
  margin: 30px;
}
.services_page_content .solution-map {
  margin-top: 50px;
  background: #E5F9FF;
  padding: 64px 0 75px;
}
.services_page_content .solution-map h3 {
  padding: 0 32px 0 28px;
  margin: 0 0 34px;
}
.services_page_content .solution-map .img-responsive {
  padding: 0 24px;
  overflow: auto;
}

.business_applications_services_main_wrapper .the_way_we_do_it {
  padding: 64px 30px 0;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel {
  background: transparent;
  box-shadow: none;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-collapse ul {
  padding: 0 20px;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-collapse ul .services_page_content .access-control-solution-map li {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-family: "archiasemibold";
  color: #00141A;
  margin: 11px 0 5px;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-collapse ul li {
  margin: 0 0 9px !important;
  color: #555555;
  font-size: 16px;
  line-height: 34px;
  font-family: "archiamedium";
  margin: 0 0 34px;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-collapse ul li::marker {
  color: #2184A0;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-collapse .panel-body {
  border: none !important;
  padding: 0;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-collapse .panel-body .img-responsive {
  margin-bottom: 20px;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-collapse .panel-body .img-responsive img {
  width: 100%;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-heading {
  padding: 15px 0;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-heading h4.panel-title {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #00141A;
  font-family: "archiasemibold";
  margin: 0;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-heading h4.panel-title.mw-240 {
  max-width: 240px;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-heading::after {
  content: "\f054";
  color: #2184A0;
  display: inline-block;
  font-family: "FontAwesome";
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-heading.active::after {
  content: "\f078";
  color: #2184A0;
  display: inline-block;
  font-family: "FontAwesome";
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel .panel-collapse.in {
  border: none !important;
}
.business_applications_services_main_wrapper .the_way_we_do_it .panel-group .panel + .panel {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.business_applications_services_main_wrapper .service-page-header {
  padding-bottom: 120px;
  background: #2184A0;
  color: white;
}
.business_applications_services_main_wrapper .service-page-header .img-responsive {
  padding: 60px 20px 10px;
}
.business_applications_services_main_wrapper .service-page-header .img-responsive img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.business_applications_services_main_wrapper .service-page-header h1.main-heading {
  padding: 0 48px 0 30px;
  color: white;
}
.business_applications_services_main_wrapper .service-page-header h3.sub-heading {
  color: white;
  padding: 0 48px 0 30px;
}
.business_applications_services_main_wrapper .service-page-header .header-buttons {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business_applications_services_main_wrapper .service-page-header .header-buttons .btn + .btn {
  margin-left: 9px;
  margin-top: 0;
}
.business_applications_services_main_wrapper .inner_box {
  padding: 64px 30px;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel {
  border: none;
  box-shadow: none;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-heading {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-heading .panel-title {
  width: 100%;
  font-size: 16px;
  line-height: 34px;
  color: #191919;
  font-family: "archiamedium";
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-heading .panel-title::after {
  content: "\f054";
  display: inline-block;
  font-family: "FontAwesome";
  color: #2184A0;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-heading.active {
  border-color: #2184A0;
  color: #FFFFFF;
  background: #2184A0;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-heading.active .panel-title {
  color: #FFFFFF;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-heading.active .panel-title::after {
  content: "\f054";
  display: inline-block;
  font-family: "FontAwesome";
  color: #FFFFFF;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-collapse.in .panel-body {
  border: none;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-collapse .panel-body ul {
  padding-left: 20px;
  list-style-type: disc;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-collapse .panel-body ul li {
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-collapse .panel-body ul li::marker {
  color: #2184A0;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-collapse .panel-body ul li + li {
  margin-top: 9px;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-collapse .panel-body a {
  font-size: 16px;
  line-height: 36px;
  color: #2184A0;
  font-family: "archiasemibold";
  margin-top: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel .panel-collapse .panel-body a svg {
  margin-left: 11px;
}
.business_applications_services_main_wrapper .inner_box .business_needs_lists .accordion .panel + .panel {
  margin-top: 5px;
}
.business_applications_services_main_wrapper .ml-30 {
  margin-left: 30px;
}
.business_applications_services_main_wrapper .pr-25 {
  padding-right: 25px;
}
.business_applications_services_main_wrapper .pr-20 {
  padding-right: 20px;
}
.business_applications_services_main_wrapper .get-started-form-box {
  background: #2184A0;
  color: #FFFFFF;
  padding: 64px 14px 80px;
}
.business_applications_services_main_wrapper .get-started-form-box h3 {
  padding-right: 61px;
  padding-left: 16px;
}
.business_applications_services_main_wrapper .get-started-form-box h4 {
  padding-left: 16px;
  color: #FFFFFF;
  padding-right: 17px;
  font-size: 20px;
  line-height: 26px;
  font-family: "archiamedium";
  margin: 0 0 24px;
}
.business_applications_services_main_wrapper .get-started-form-box ul {
  padding: 0 18px 0 35px;
}
.business_applications_services_main_wrapper .get-started-form-box ul li {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 34px;
  font-family: "archiamedium";
}
.business_applications_services_main_wrapper .get-started-form-box ul li::marker {
  color: #FFFFFF;
}
.business_applications_services_main_wrapper .get-started-form-box ul li + li {
  margin-top: 19px;
}
.business_applications_services_main_wrapper .get-started-form-box .form-box {
  margin-top: 61px;
  background: white;
  border-radius: 10px;
  padding: 5px 30px 60px;
}
.business_applications_services_main_wrapper .get-started-form-box .form-box .form-btn {
  margin-top: 40px;
}
.business_applications_services_main_wrapper .get-started-form-box .form-box .form-btn .btn {
  width: 147px;
  height: 52px;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs {
  padding: 64px 30px 0;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs p {
  padding-right: 17px;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs nav .nav-tabs {
  border: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs nav .nav-tabs input[type=radio] {
  position: absolute;
  opacity: 0;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs nav .nav-tabs input[type=radio]:checked + .radio-label {
  color: #191919;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs nav .nav-tabs input[type=radio]:checked + .radio-label:before {
  border: 1px solid #2184A0;
  background-color: #2184A0;
  box-shadow: inset 0 0 0 3px #FFFFFF;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs nav .nav-tabs input[type=radio]:focus + .radio-label {
  color: #191919;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs nav .nav-tabs input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #2184A0;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs nav .nav-tabs input[type=radio] + .radio-label:before {
  content: "";
  background: #FFFFFF;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 12px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs nav .nav-tabs input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs nav .nav-tabs label {
  font-size: 16px;
  color: #555555;
  font-family: "archiamedium";
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs .tab-content {
  margin-top: 42px;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs .tab-content .tab-pane .price_box {
  margin-bottom: 10px;
  padding: 45px 19px 37px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs .tab-content .tab-pane .price_box ul {
  padding: 0;
  text-align: center;
  list-style-type: none;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs .tab-content .tab-pane .price_box ul li p {
  margin: 0 0 6px !important;
  line-height: 28px !important;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs .tab-content .tab-pane .price_box ul li span {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #555555;
  width: 80%;
  display: block;
  margin: auto;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs .tab-content .tab-pane .price_box ul li label.price {
  font-size: 20px;
  line-height: 37px;
  text-align: center;
  font-family: "archiasemibold";
  color: #2184A0;
  margin-bottom: 11px;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs .tab-content .tab-pane .price_box ul li label.price span {
  margin-right: 10px;
  color: #D9D9D9;
  text-decoration: line-through;
  font-family: "archiaregular";
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs .tab-content .tab-pane .price_box ul li + li {
  padding-top: 9px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs .tab-content .btn.btn-theme-outlined {
  background: white;
  border: 1px solid #2184A0;
  color: #2184A0;
}
.business_applications_services_main_wrapper .pricing-and-planning-tabs .tab-content .btn + .btn {
  margin-top: 10px;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm {
  padding: 64px 30px 81px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .questions_list .accordion {
  margin-bottom: 50px;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .questions_list .accordion .panel {
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  margin: 0;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .questions_list .accordion .question_card {
  padding: 18px 15px 21px 20px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .questions_list .accordion .question_card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .questions_list .accordion .question_card .card-header a.card-title {
  width: 90%;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  color: #191919;
  font-family: "archiasemibold";
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .questions_list .accordion .question_card .card-header::after {
  content: "\f067";
  color: #2184A0;
  font-family: "FontAwesome";
  border: 1px solid #2184A0;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .questions_list .accordion .question_card .card-body p {
  padding-top: 16px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 34px;
  color: #FFFFFF;
  font-family: "archiamedium";
  margin: 0;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .questions_list .accordion .question_card.active {
  background: #2184A0 !important;
  border: 1px solid #2184A0 !important;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .questions_list .accordion .question_card.active .card-header a {
  color: #FFFFFF !important;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .questions_list .accordion .question_card.active .card-header::after {
  content: "\f068";
  color: #FFFFFF;
  font-family: "FontAwesome";
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .questions_list .accordion .question_card + .question_card {
  margin-top: 10px;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .contact-us-wrapper {
  text-align: center;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .contact-us-wrapper p {
  margin: 0;
  padding: 0 15px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  font-family: "archiamedium";
  color: #191919;
}
.business_applications_services_main_wrapper .frequently_asked_questions_sm .contact-us-wrapper .btn {
  margin-top: 40px;
  height: 60px;
  width: 209px;
  border-radius: 5px;
}
.business_applications_services_main_wrapper .the_way_we_do_it.pt-0 {
  padding-top: 0;
}
.business_applications_services_main_wrapper .features-box {
  padding: 64px 30px 12px;
}
.business_applications_services_main_wrapper .features-box .img-responsive {
  margin-bottom: 31px;
}
.business_applications_services_main_wrapper .features-box .img-responsive img {
  width: 100%;
}
.business_applications_services_main_wrapper .features-box p {
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  margin: 0 0 22px;
}
.business_applications_services_main_wrapper .features-box ul {
  margin-bottom: 63px;
  padding: 0 20px;
}
.business_applications_services_main_wrapper .features-box ul li {
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
}
.business_applications_services_main_wrapper .features-box ul li::marker {
  color: #2184A0;
}
.business_applications_services_main_wrapper .features-box ul li + li {
  margin-top: 25px;
}
.business_applications_services_main_wrapper .features-box.bg-blue {
  background: #E5F9FF;
}
.business_applications_services_main_wrapper .btn {
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  height: 52px;
  font-family: "archiasemibold";
}
.business_applications_services_main_wrapper .btn.btn-white {
  color: #2184A0;
  border: 1px solid #FFFFFF;
}
.business_applications_services_main_wrapper .main-heading {
  font-size: 28px;
  line-height: 42px;
  font-family: "archiasemibold";
  margin: 0 0 19px;
}
.business_applications_services_main_wrapper .sub-heading {
  color: #555555;
  font-size: 16px;
  line-height: 34px;
  font-family: "archiamedium";
  margin: 0 0 34px;
}
.business_applications_services_main_wrapper p {
  color: #555555;
  font-size: 16px;
  line-height: 34px;
  font-family: "archiamedium";
  margin: 0 0 34px;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.modal.fullPageModal .modal-dialog {
  margin: 0;
}
.modal.fullPageModal .modal-dialog .modal-content {
  border-radius: 0;
  padding: 29px 33px 60px 50px;
  height: 100vh;
  background: #FFFFFF;
  overflow: auto;
}
.modal.fullPageModal .modal-dialog .modal-content .text-right.bg-blue {
  background: #2184A0;
}
.modal.fullPageModal .modal-dialog .modal-content .text-right.bg-blue .btn-back {
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  background-color: transparent;
  border: transparent;
  text-transform: capitalize;
  margin: 5px -20px;
}
.modal.fullPageModal .modal-dialog .modal-content .text-right.bg-blue .btn-close {
  color: #FFFFFF;
}
.modal.fullPageModal .modal-dialog .modal-content .text-left.bg-blue {
  background: #2184A0;
}
.modal.fullPageModal .modal-dialog .modal-content .text-left.bg-blue .btn-back {
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  background-color: transparent;
  border: transparent;
  text-transform: capitalize;
  margin: 5px -20px;
}
.modal.fullPageModal .modal-dialog .modal-content .text-left.bg-blue .btn-close {
  color: #FFFFFF;
}
.modal.fullPageModal .modal-dialog .modal-content .text-right .btn-back {
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  background-color: transparent;
  border: transparent;
  text-transform: capitalize;
  margin: 5px -20px;
}
.modal.fullPageModal .modal-dialog .modal-content .text-right .btn-close {
  color: #2184A0;
  font-size: 23px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.modal.fullPageModal .modal-dialog .modal-content .text-left .btn-back {
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  background-color: transparent;
  border: transparent;
  text-transform: capitalize;
  margin: 5px -20px;
}
.modal.fullPageModal .modal-dialog .modal-content .text-left .btn-close {
  color: #2184A0;
  font-size: 23px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.modal.fullPageModal .modal-dialog .modal-content .webmate-form {
  padding: 0 30px;
}
.modal.fullPageModal .modal-dialog .modal-content .webmate-form .btn.btn-theme {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  padding: 20px 40px;
  margin: 80px 0 0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 20px 20px 20px 30px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-header h5.modal-title {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-family: "archiasemibold";
  margin: 0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-header.bg-blue {
  padding: 20px 20px 75px 30px;
  background: #2184A0;
  color: #FFFFFF;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-header.bg-blue h5 {
  font-family: "archiasemibold";
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 37px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-header.bg-blue .selected_product-box p {
  font-size: 16px;
  line-height: 36px;
  font-family: "archiasemibold";
  margin: 0 0 5px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-header.bg-blue .selected_product-box .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-header.bg-blue ul {
  padding: 0 20px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-header.bg-blue ul li {
  font-size: 16px;
  line-height: 34px;
  font-family: "archiamedium";
}
.modal.fullPageModal .modal-dialog .modal-content .modal-header.bg-blue ul li:last-child {
  opacity: 0.5;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-header.bg-blue ul li + li {
  margin-top: 23px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-header.bg-blue a {
  display: flex;
  align-items: center;
  font-family: "archiasemibold";
  font-size: 16px;
  line-height: 36px;
  color: white;
  text-decoration: none;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-header.bg-blue a svg {
  margin-left: 3px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body {
  padding: 10px 10px 21px 0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body h2.choose-title {
  padding: 0 30px;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-family: "archiasemibold";
  margin: 77px 0 23px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .final-amount-wrapper {
  position: fixed;
  bottom: 0;
  background: #2184A0;
  width: 100%;
  padding: 26px 30px 42px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .final-amount-wrapper .payment_details p {
  font-size: 16px;
  line-height: 34px;
  font-family: "archiamedium";
  margin: 0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .final-amount-wrapper .payment_details h4 {
  margin: 0;
  font-size: 28px;
  line-height: 42px;
  font-family: "archiasemibold";
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .final-amount-wrapper .btn-white {
  background: white;
  color: #2184A0;
  border-radius: 5px;
  font-size: 14px;
  line-height: 10px;
  font-family: "archiasemibold";
  height: 46px;
  width: 135px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box {
  padding: 0 10px 0 30px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box .module-head {
  display: flex;
  justify-content: space-between;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box .module-head .title h5 {
  font-size: 16px;
  line-height: 14px;
  color: #000000;
  font-family: "archiasemibold";
  margin: 0 0 1px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box .module-head .title small {
  font-size: 12px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box .module-head .title small span {
  color: #2184A0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box .module-head .contact-mobile-page .content-details h2 h5 {
  font-size: 16px;
  line-height: 14px;
  color: #000000;
  font-family: "archiasemibold";
  margin: 0 0 1px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box .module-head .contact-mobile-page .content-details h2 small {
  font-size: 12px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box .module-head .contact-mobile-page .content-details h2 small span {
  color: #2184A0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box .module-head a.btn {
  font-size: 14px;
  line-height: 10px;
  text-align: center;
  font-family: "archiasemibold";
  color: #2184A0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box ul {
  padding: 0 20px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box ul.module-body li {
  font-size: 16px;
  line-height: 34px;
  color: #777777;
  font-family: "archiamedium";
  padding-right: 0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box ul.module-body li::marker {
  color: #2184A0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box ul.module-body li + li {
  margin-top: 29px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box + .module_box {
  margin-top: 34px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .module_box.mb-200 {
  margin-bottom: 200px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list h4 {
  font-family: "archiamedium";
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  margin: 0 0 25px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion {
  padding-left: 25px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .panel {
  border-bottom: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  margin: 0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card.active .card-header::after {
  content: "\f054";
  font-family: "FontAwesome";
  color: #2184A0;
  transform: rotate(180deg);
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card + .infrastructure_card {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-header {
  padding: 9px 0 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-header::after {
  content: "\f054";
  font-family: "FontAwesome";
  color: #2184A0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-header .fa-chevron-right:before {
  content: "›";
  font-size: 30px;
  color: #2184A0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-header .fa-chevron-down:before {
  content: "‹";
  font-size: 30px;
  color: #2184A0;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-header a {
  text-decoration: none;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-header a.card-title {
  color: #191919;
  font-size: 16px;
  line-height: 36px;
  font-family: "archiasemibold";
  display: list-item;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-header a.card-title svg {
  margin-right: 23px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-header a.card-title::marker {
  color: #2184A0;
  font-size: 25px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-header + .card-header {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-body ul {
  padding-left: 25PX;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-body ul li {
  font-size: 14px;
  line-height: 42px;
  color: #555555;
  padding-left: 10px;
  font-family: "archiamedium";
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-body ul li.checked::marker {
  content: "\f058";
  color: #2184A0;
  font-family: "FontAwesome";
  font-weight: bolder;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-body .services_list .accordion .infrastructure_card .card-body ul li.unchecked::marker {
  content: "\f057";
  color: #EF3E3E;
  font-family: "FontAwesome";
  font-weight: bolder;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-footer {
  text-align: left !important;
  padding: 0;
  border: none;
  margin-top: 43px;
}
.modal.fullPageModal .modal-dialog .modal-content .modal-footer .btn {
  height: 62px;
  width: 193px;
  border-radius: 5px;
  font-family: "archiasemibold";
  font-size: 18px;
  line-height: 36px;
}
.modal.fullPageModal .modal-dialog .modal-content.p-0 {
  padding: 0;
}

.knowyourprice .modal-dialog {
  display: flex;
  height: 100vh;
  align-items: center;
}
.knowyourprice .modal-header {
  padding: 25px 30px 0;
  border-bottom: none;
  margin: 0px 0 -10px 0px;
}
.knowyourprice .btn {
  padding: 20px 40px;
  margin-bottom: 20px;
}
.knowyourprice .btn.btn-close {
  color: #2184a0;
  background: none;
  font-size: 26px;
  padding: 0;
  margin-bottom: 0;
}
.knowyourprice h2.choose-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.knowyourprice h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 36px;
  text-align: center;
  color: #2184A0;
  margin-bottom: 32px;
}
.knowyourprice p {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #191919;
}
.knowyourprice .form_group {
  margin-top: 0px !important;
  margin-bottom: 32px;
}

.solutions_wrapper .header {
  padding: 50px 30px 0;
}
.solutions_wrapper .header h2 {
  font-size: 28px;
  line-height: 42px;
  color: #00141A;
  font-family: "archiasemibold";
  margin: 0 0 19px;
}
.solutions_wrapper .header h6 {
  margin: 0 0 34px;
  padding-right: 4px;
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  font-family: "archiamedium";
}
.solutions_wrapper .home-button {
  width: 100%;
  position: fixed;
  top: 77%;
  display: flex;
  justify-content: center;
}
.solutions_wrapper .home-button .btn-theme {
  height: 52px;
  width: 166px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  font-family: "archiasemibold";
  padding: 15px 0;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.solutions_wrapper .business_needs_lists {
  padding: 0 30px 70px;
}
.solutions_wrapper .business_needs_lists .accordion .panel {
  border: none;
  box-shadow: none;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-heading {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-heading .panel-title {
  width: 100%;
  font-size: 16px;
  line-height: 34px;
  color: #191919;
  font-family: "archiamedium";
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-heading .panel-title::after {
  content: "\f054";
  display: inline-block;
  font-family: "FontAwesome";
  color: #2184A0;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-heading.active {
  border-color: #2184A0;
  color: #FFFFFF;
  background: #2184A0;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-heading.active .panel-title {
  color: #FFFFFF;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-heading.active .panel-title::after {
  content: "\f054";
  display: inline-block;
  font-family: "FontAwesome";
  color: #FFFFFF;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-collapse.in .panel-body {
  border: none;
  box-shadow: none;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-collapse .panel-body {
  padding-top: 27px;
  padding-right: 20px;
  border: none;
  box-shadow: none;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-collapse .panel-body ._list_box_ {
  font-size: 16px;
  line-height: 36px;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-collapse .panel-body ._list_box_ h6 {
  font-size: 16px;
  line-height: 36px;
  margin: 0;
  color: #191919;
  font-family: "archiasemibold";
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-collapse .panel-body ._list_box_ p {
  font-family: "archiamedium";
  margin: 0;
  color: #555555;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-collapse .panel-body ._list_box_ ul {
  padding: 0 20px;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-collapse .panel-body ._list_box_ ul li {
  color: #555555;
  font-family: "archiamedium";
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-collapse .panel-body ._list_box_ ul li::marker {
  color: #2184A0;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-collapse .panel-body ._list_box_ ul li + li {
  margin-top: 7px;
}
.solutions_wrapper .business_needs_lists .accordion .panel .panel-collapse .panel-body ._list_box_ + ._list_box_ {
  margin-top: 17px;
}
.solutions_wrapper .business_needs_lists .accordion .panel + .panel {
  margin-top: 5px;
}

@media screen and (max-width: 430px) {
  .home_page_sm .spotlight .spotlight_text {
    text-align: center;
  }
  .home_page_sm .spotlight .spotlight_text p {
    margin: 40px 0 30px;
  }
  .services_page_content .top-image img {
    width: 100%;
  }
}/*# sourceMappingURL=mobile.css.map */