@import url("https://fonts.googleapis.com/css?family=Kameron:400,700|Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap&subset=latin-ext");
body {
  font-family: 'Lato', sans-serif; }

.h-100 {
  height: 100rem; }

.h-3rem {
  height: 3rem; }

.h-3-5 {
  height: 3.5rem; }

.h-6 {
  height: 6rem; }

.h-26 {
  height: 26rem; }

.h-28 {
  height: 28rem; }

.h-30 {
  height: 30rem; }

.h-36 {
  height: 36rem; }

.pt-6 {
  padding-top: 6rem; }

.pt-8 {
  padding-top: 8rem; }

.pt-10 {
  padding-top: 10rem; }

.py-1004 {
  padding-top: 10rem;
  padding-bottom: 4rem; }

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

h1 {
  font-family: "Kameron", serif !important; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Lato", sans-serif !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Lato", sans-serif !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Lato", sans-serif !important; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Lato", sans-serif !important; }

.btn-contact {
  background: #0071bc;
  color: #fff;
  border: 0.1rem solid #0071bc;
  font-size: 1.6rem; }
  .btn-contact:hover {
    color: #0071bc;
    background: #fff; }

.btn-view-case {
  background: #03a295;
  color: #fff;
  border: 0.1rem solid #03a295;
  font-size: 1.6rem;
  padding: 0.7rem 1.6rem; }
  .btn-view-case:hover {
    color: #03a295;
    background: #fff; }

.btn-submit {
  background: #0071bc;
  color: #fff;
  border: 0.1rem solid #0071bc;
  font-size: 1.6rem;
  padding: 0.7rem 1.8rem; }
  .btn-submit:hover {
    color: #0071bc;
    background: #fff; }

.btn-let-discuss {
  background: #fff;
  color: #0071bc;
  border: 0.1rem solid #fff;
  font-size: 1.6rem;
  padding: 0.7rem 1.6rem;
  font-weight: bold; }
  .btn-let-discuss:hover {
    color: #fff;
    background: #0071bc; }

.btn-request {
  background: #0071bc;
  color: #fff;
  border: 0.1rem solid #0071bc;
  font-size: 1.5rem;
  padding: 0.7rem 1.6rem;
  font-weight: bold;
  font-family: "Lato", sans-serif; }
  .btn-request:hover {
    color: #0071bc;
    background: #fff; }

.btn-explore {
  background: #0071bc;
  color: #fff;
  border: 0.1rem solid #0071bc;
  font-size: 1.5rem;
  padding: 0.7rem 1.6rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  border-radius: 0; }
  .btn-explore:hover {
    color: #0071bc;
    background: #fff; }

.btn-call-us {
  background: #0071bc;
  color: #fff;
  border: 0.1rem solid #0071bc;
  font-size: 2.4rem;
  padding: 0.5rem 2.6rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border-radius: 0; }
  .btn-call-us:hover {
    color: #0071bc;
    background: #fff; }

.btn-view-all {
  color: #0071bc;
  background: #fff;
  border: 0.1rem solid #0071bc;
  font-size: 1.5rem;
  padding: 0.5rem 2.6rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border-radius: 0; }
  .btn-view-all:hover {
    background: #0071bc;
    color: #fff; }

.btn-profile-read-more {
  color: #fff;
  background: #0071bc;
  border: 0.1rem solid #0071bc;
  font-size: 1.5rem;
  padding: 0.5rem 2.6rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border-radius: 0; }
  .btn-profile-read-more:hover {
    background: #fff;
    color: #0071bc; }

ul.purple {
  list-style: none; }
  ul.purple li:before {
    content: "\2022";
    color: #3c2e7b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.f-23 {
  font-size: 2.3rem; }

#contact_us_1 {
  text-align: center;
  color: #fff;
  background: linear-gradient(to top, #0071bc, #00a99d);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 5rem 0; }
  #contact_us_1 h2 {
    font-size: 3rem;
    font-weight: bold;
    padding: 2rem 0 0;
    font-family: "Lato", sans-serif !important; }
  #contact_us_1 p {
    padding-top: 1rem;
    font-size: 1.75rem;
    color: rgba(255, 255, 255, 0.8); }
  #contact_us_1 form {
    padding-top: 3rem;
    color: #fff; }
    #contact_us_1 form .form-group {
      padding: 1rem 0; }
      #contact_us_1 form .form-group input,
      #contact_us_1 form .form-group textarea {
        font-size: 1.6rem;
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0.5rem 0 1rem 2rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        width: 100%; }
        #contact_us_1 form .form-group input:focus, #contact_us_1 form .form-group input:active, #contact_us_1 form .form-group input:hover,
        #contact_us_1 form .form-group textarea:focus,
        #contact_us_1 form .form-group textarea:active,
        #contact_us_1 form .form-group textarea:hover {
          outline: none; }
  #contact_us_1 .wrapper {
    position: relative; }
    #contact_us_1 .wrapper .control:focus ~ .floating-label,
    #contact_us_1 .wrapper .control-2:focus ~ .floating-label,
    #contact_us_1 .wrapper .control:not(:focus):valid ~ .floating-label,
    #contact_us_1 .wrapper .control-2:not(:focus):valid ~ .floating-label {
      top: -1rem;
      left: 2rem;
      font-weight: 600;
      font-size: 1.2rem; }
    #contact_us_1 .wrapper .control {
      height: 5rem;
      border: none;
      padding-top: 1vh;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    #contact_us_1 .wrapper .control-2 {
      height: 15rem;
      border: none;
      color: #fff;
      padding-top: 1vh;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    #contact_us_1 .wrapper .floating-label {
      position: absolute;
      pointer-events: none;
      left: 2rem;
      top: 1.4rem;
      font-size: 1.6rem;
      color: #fff;
      transition: 0.3s ease all; }

#contact_us_2 {
  background: #0071bc;
  padding: 2rem 0;
  color: #fff; }
  #contact_us_2 .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center; }
  #contact_us_2 h6 {
    font-size: 1.6rem;
    text-align: center; }
    #contact_us_2 h6 span {
      color: #fff; }
    #contact_us_2 h6 a {
      color: #fff;
      text-decoration: none; }

#footer {
  padding: 5rem 0;
  color: #fff;
  background-image: url("../img/footer_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #footer img.logo {
    height: 5rem;
    margin-bottom: 1rem;
    object-fit: contain; }
  #footer .logo h1 {
    font-size: 5rem; }
  #footer .logo p {
    padding-top: 0.5rem;
    font-size: 1.5rem;
    color: #a0a0b7; }
  #footer h3 {
    font-size: 1.8rem;
    font-weight: normal;
    padding-top: 1rem; }
  #footer ul {
    list-style-type: none; }
    #footer ul li {
      padding: 0.3rem 0;
      font-size: 1.5rem; }
      #footer ul li a {
        text-decoration: none;
        color: #a0a0b7;
        font-weight: 400; }
  #footer .sub-footer {
    padding-top: 5rem; }
    #footer .sub-footer p {
      font-size: 1.4rem;
      color: #a0a0b7;
      margin: 0; }
      #footer .sub-footer p i {
        color: #fff;
        font-size: 1.6rem; }

#header .dropdown:hover > .dropdown-menu {
  display: block;
  margin: 0; }

#header .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none; }

#header nav {
  padding: 2rem 5rem;
  height: 7rem;
  background: #fff; }
  #header nav img.logo {
    height: 5rem;
    object-fit: contain; }
  #header nav a.l-white {
    display: none; }
  #header nav .border_color {
    border: 0 solid rgba(255, 255, 255, 0.7) !important; }
  #header nav button.navbar-toggler {
    border: 0 solid #fff;
    padding: 0.5rem 1rem; }
    #header nav button.navbar-toggler i {
      color: #00a99d;
      font-size: 3.5rem; }
      #header nav button.navbar-toggler i:hover {
        cursor: pointer; }
  #header nav ul li {
    padding: 0 1rem; }
  #header nav a {
    color: #0071bc;
    font-family: "Lato", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02rem; }
  #header nav a.navbar-brand {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 3.2rem;
    font-weight: normal;
    font-style: normal; }
  #header nav .disabled {
    color: gray !important; }

@media (max-width: 99rem) {
  #header nav {
    padding: 1rem 2rem;
    height: auto; }
    #header nav .navbar-toggler {
      border: 0 solid rgba(0, 0, 0, 0.7); }
      #header nav .navbar-toggler:hover {
        cursor: pointer; }
  #services_slider .nav-fill .nav-item {
    text-align: left;
    background: #fff;
    padding: 0.5rem 2rem;
    position: relative;
    top: 0%;
    left: 0rem;
    transition: all 0.3s ease-in-out; }
    #services_slider .nav-fill .nav-item.active {
      position: relative;
      top: 0%;
      left: 0rem;
      color: #03a295; }
      #services_slider .nav-fill .nav-item.active h4 {
        font-size: 1.6rem; } }

@media (max-width: 785px) {
  .dropdown,
  .dropup {
    position: relative;
    text-align: center; }
  #header nav {
    padding: 2rem 2rem;
    height: auto; }
    #header nav .nav-item .dropdown .dropdown-menu {
      background: #00a99d;
      border: 1px solid #fff; }
      #header nav .nav-item .dropdown .dropdown-menu a {
        color: #fff; }
    #header nav img.logo {
      height: 5rem;
      object-fit: contain; }
    #header nav .navbar-toggler {
      border: 0 solid rgba(255, 255, 255, 0.7); }
      #header nav .navbar-toggler:hover {
        cursor: pointer; } }

@media (min-width: 786px) {
  #header nav {
    padding: 0rem 2rem; }
    #header nav .navbar-nav li.nav-item a.nav-link {
      padding: 3rem 0; }
    #header nav .navbar-nav li.nav-item .dropdown a.dropdown-toggle {
      padding: 0rem 0; }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    margin: 0.125rem auto;
    font-size: 1.4rem;
    padding: 0.5rem 0;
    color: #212529 !important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
    .dropdown-menu a.dropdown-item {
      padding: 0.5rem 1.2rem;
      color: #000 !important; }
      .dropdown-menu a.dropdown-item:hover {
        background: #03a295;
        color: #fff !important; }
      .dropdown-menu a.dropdown-item:active {
        background: rgba(255, 255, 255, 0.1) !important; } }

.bg-trans {
  background: transparent; }

.border_color {
  border: 0.1rem solid rgba(255, 255, 255, 0.7) !important; }

.bg-navBar-color {
  background: #0071bc !important; }

.c-white {
  color: #fff !important; }

.c-black {
  color: #000 !important; }

#header.portfolio nav {
  background: transparent;
  padding: 2rem 5rem; }
  #header.portfolio nav button.navbar-toggler {
    border: 0 solid #fff;
    padding: 0.5rem 1rem; }
    #header.portfolio nav button.navbar-toggler i {
      color: #000; }
  #header.portfolio nav ul li {
    padding: 0 1rem; }
  #header.portfolio nav a {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02rem; }
  #header.portfolio nav a.navbar-brand {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 3.2rem;
    font-weight: normal;
    font-style: normal; }
  #header.portfolio nav .disabled {
    color: gray !important; }

#portfolio_body_header {
  position: relative;
  top: -17rem;
  color: #fff; }
  #portfolio_body_header h1 {
    font-size: 4rem; }
  #portfolio_body_header .task_bars {
    font-size: 1.3rem; }
    #portfolio_body_header .task_bars a {
      color: #fff;
      padding-right: 0.5rem; }
    #portfolio_body_header .task_bars span {
      color: #fff;
      padding-left: 0.5rem; }

#portfolio_body_content {
  position: relative;
  top: -8rem;
  margin-bottom: -0.15rem; }
  #portfolio_body_content .content_box {
    width: 90%;
    padding-bottom: 8rem; }
    #portfolio_body_content .content_box h2 {
      color: #0071bc;
      font-size: 3rem;
      font-weight: bold;
      padding: 0 0 2rem; }
      #portfolio_body_content .content_box h2 i {
        font-size: 1.5rem;
        position: relative;
        top: -1.5rem; }
    #portfolio_body_content .content_box p {
      font-size: 1.5rem;
      font-weight: normal; }

#header.advanced_data {
  background-image: url("../img/portfolio/Advanced-Data-Analytics/Advanced-Data-Analytics-For-Forex.jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.buzzhealth {
  background-image: url("../img/portfolio/Buzz4Health/Buzz4Health (1).jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.cryptocurrency {
  background-image: url("../img/portfolio/Cryptocurrency/Cryptocurrency-Trading-Bot-With-Technical-Indicators.jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.dashboard_survey {
  background-image: url("../img/portfolio/survey-satisfaction/Dashboard-On-Survey-Data-For-Customer-Satisfaction.jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.data-anaylsis {
  background-image: url("../../img/portfolio/data-ana/Data-Analysis-For-Customer-Buying-Behaviour.jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.delivery {
  background-image: url("../img/portfolio/Delivery-Management-App/Delivery-Management-App-For-Retail-Chain.jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.online_clothing {
  background-image: url("../img/portfolio/Online-Clothing-Store/Online-Clothing-Store-ECommerce.jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.pos_system_for_retail {
  background-image: url("../img/portfolio/PoS-system-for-Retail-Chains/PoS-System-For-Retail-Chains (1).jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.PoS {
  background-image: url("../img/portfolio/PoS-system-Restaurants/PoS-System-For-Restaurants-And-Bar.jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.price_intelligence {
  background-image: url("../img/portfolio/Price-Intelligence/Price-Intelligence-System-For-Electronics.jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.solar-panel {
  background-image: url("../img/portfolio/solar-panel/Auto-Solar-Panel-Calculation-App-Using-Google-Maps.jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.task-management {
  background-image: url("../img/portfolio/task-management/Task-Management-System-On-Mobile-And-Web (1).jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.vehicle {
  background-image: url("../img/portfolio/Vehicle-Management/Vehicle-Management-System-Using-IoT.jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header.wheely_portfolio {
  background-image: url("../img/portfolio/Wheely/Wheely (1).jpg");
  min-height: 60vh;
  max-height: 61vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#about-us-banner {
  margin: 7rem 0 0;
  padding: 10rem 0;
  background: url(../img/about_banner@2x.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 87vh;
  display: flex;
  align-items: center; }
  #about-us-banner .banner-content {
    color: #fff;
    text-align: center;
    margin: 0 auto; }
    #about-us-banner .banner-content h1 {
      font-family: "Kameron", serif;
      font-size: 4rem;
      font-weight: bold; }
    #about-us-banner .banner-content h6 {
      font-size: 1.75rem;
      font-weight: normal;
      letter-spacing: 0.009rem;
      padding: 4rem 0;
      width: 85%;
      margin: 0 auto; }

#about-we-help-startup {
  padding: 5rem 0; }
  #about-we-help-startup .we_help_startups {
    width: 80%;
    margin: 0 auto; }
    #about-we-help-startup .we_help_startups h5 {
      font-size: 4rem;
      font-weight: bold; }
      #about-we-help-startup .we_help_startups h5 span {
        color: #00a99d; }
    #about-we-help-startup .we_help_startups p {
      padding: 1rem 0;
      font-size: 2rem; }
  #about-we-help-startup .help_counter {
    width: 70%;
    margin: 0 auto; }
    #about-we-help-startup .help_counter .clients {
      display: flex;
      align-items: baseline; }
      #about-we-help-startup .help_counter .clients span {
        font-family: "Kameron", serif;
        font-size: 7rem;
        font-weight: bold;
        color: #00a99d; }
      #about-we-help-startup .help_counter .clients p {
        padding-left: 1rem;
        font-size: 2rem;
        color: #3c2e7b;
        font-weight: 800; }
    #about-we-help-startup .help_counter p {
      font-size: 1.4rem; }
    #about-we-help-startup .help_counter .dollar {
      display: flex;
      align-items: baseline; }
      #about-we-help-startup .help_counter .dollar span {
        font-family: "Kameron", serif;
        font-size: 7rem;
        font-weight: bold;
        color: #00a99d; }
      #about-we-help-startup .help_counter .dollar p {
        padding-left: 1rem;
        font-size: 2rem;
        color: #3c2e7b;
        font-weight: 800; }

#about-we-help-enterprises {
  padding: 5rem 0; }
  #about-we-help-enterprises .we-help-enterprises h5 {
    font-size: 3rem;
    font-weight: bold; }
    #about-we-help-enterprises .we-help-enterprises h5 span {
      color: #00a99d; }
  #about-we-help-enterprises .we-help-enterprises p {
    font-size: 1.75rem;
    font-weight: 500;
    padding: 1rem 0; }
  #about-we-help-enterprises .we-help-enterprises ul {
    list-style: none;
    margin: 0.2rem; }
    #about-we-help-enterprises .we-help-enterprises ul li {
      font-size: 1.4rem;
      font-weight: bold; }
      #about-we-help-enterprises .we-help-enterprises ul li:before {
        content: "\2022";
        color: #5166a2;
        font-weight: bold;
        display: inline-block;
        width: 1em; }
  #about-we-help-enterprises .we-help-enterprises h6 {
    font-size: 1.5rem;
    padding: 1rem 0;
    font-weight: 600; }

#we-the-people {
  padding: 7rem 0;
  background: linear-gradient(to top, #0071bc, #00a99d);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #fff; }
  #we-the-people .we_the_people_heading {
    text-align: center; }
    #we-the-people .we_the_people_heading h2 {
      font-size: 5rem;
      font-weight: bold;
      padding: 1rem 0; }
    #we-the-people .we_the_people_heading p {
      font-size: 1.8rem;
      padding: 1rem 0; }
  #we-the-people .people_count_box {
    padding: 2rem 0;
    width: 95%;
    text-align: center; }
    #we-the-people .people_count_box .count {
      font-size: 6.5rem;
      font-weight: bold;
      font-family: "Kameron", serif;
      margin: 0; }
      #we-the-people .people_count_box .count p {
        margin: 0; }
      #we-the-people .people_count_box .count span {
        font-size: 3rem;
        font-weight: 500;
        margin-left: -1.2rem; }
    #we-the-people .people_count_box .content p {
      font-size: 1.8rem;
      width: 100%;
      text-transform: lowercase; }

#customer-delivery-process {
  padding: 10rem 0 5rem; }
  #customer-delivery-process .driven_heading {
    text-align: center; }
    #customer-delivery-process .driven_heading h3 {
      font-size: 3rem;
      font-weight: bold; }
    #customer-delivery-process .driven_heading p {
      color: #0071bc;
      padding-top: 1rem;
      font-size: 1.75rem;
      font-weight: bold; }
    #customer-delivery-process .driven_heading h4 {
      width: 80%;
      margin: 0 auto;
      font-size: 1.5rem;
      font-weight: 500;
      padding: 2rem 0; }
  #customer-delivery-process .driven_processes {
    align-items: center;
    padding: 5rem 0; }
    #customer-delivery-process .driven_processes .col-md-2 {
      padding: 3rem 0 !important;
      text-align: left !important; }
      #customer-delivery-process .driven_processes .col-md-2 h6 {
        padding: 1rem 0;
        font-size: 1.7rem;
        font-weight: bold;
        width: 51%; }
    #customer-delivery-process .driven_processes .col-md-10 {
      padding: 3rem 0 !important; }
      #customer-delivery-process .driven_processes .col-md-10 p {
        font-size: 1.5rem;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.7); }

#flexible_engagement {
  padding: 7rem 0;
  color: #fff;
  background: url("../img/flexible@2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #flexible_engagement .flexible_heading {
    text-align: center;
    margin: 0 auto;
    padding: 2rem 0 5rem; }
    #flexible_engagement .flexible_heading h5 {
      font-size: 3rem;
      font-weight: 800; }
    #flexible_engagement .flexible_heading p {
      padding-top: 0.5rem;
      font-size: 1.75rem;
      font-weight: 500;
      padding: 1rem 0; }
  #flexible_engagement .flexible_left_content,
  #flexible_engagement .flexible_right_content {
    width: 90%;
    margin: 0 auto; }
    #flexible_engagement .flexible_left_content h5,
    #flexible_engagement .flexible_right_content h5 {
      font-size: 1.75rem;
      font-weight: bold; }
    #flexible_engagement .flexible_left_content p,
    #flexible_engagement .flexible_right_content p {
      font-size: 1.5rem;
      padding: 1rem 0 0; }

#recognized-about {
  padding: 10rem 0; }
  #recognized-about .reco_heading h2 {
    text-align: center;
    padding: 0 0 3rem;
    font-size: 3rem;
    font-weight: bold; }
  #recognized-about .leaders_content {
    font-family: "Lato", sans-serif;
    padding: 2rem 0; }
    #recognized-about .leaders_content h2 {
      font-size: 2.5rem;
      font-weight: 500; }
    #recognized-about .leaders_content h6 {
      color: #03a295;
      padding: 2rem 0;
      font-size: 1.75rem;
      font-weight: 600; }
    #recognized-about .leaders_content p {
      padding-top: 1rem;
      font-size: 1.5rem; }
    #recognized-about .leaders_content button {
      margin-top: 1.2rem; }

#Blockchain-header {
  padding: 10rem 0;
  margin: 6rem 0 0;
  min-height: 92vh;
  background: url(../img/custom_mobile/wave.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #Blockchain-header .banner_warap {
    text-align: center; }
    #Blockchain-header .banner_warap h2 {
      font-size: 5rem;
      font-weight: bold;
      font-family: "Kameron", serif; }
    #Blockchain-header .banner_warap img {
      height: 30rem;
      margin: 4rem 0; }
    #Blockchain-header .banner_warap p {
      font-size: 1.6rem;
      width: 90%;
      margin: 1rem auto 2rem;
      font-weight: normal; }

#blockChain-content {
  padding: 0 0 5rem; }
  #blockChain-content h2 {
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 2rem; }
  #blockChain-content .subContent-blockChain {
    padding: 2rem 0; }
    #blockChain-content .subContent-blockChain h5 {
      font-size: 2rem;
      color: #0071bc;
      font-weight: bold; }
    #blockChain-content .subContent-blockChain ul {
      padding-left: 1.2rem; }
      #blockChain-content .subContent-blockChain ul li {
        font-size: 1.5rem;
        padding-top: 1rem; }
    #blockChain-content .subContent-blockChain p {
      font-size: 1.6rem;
      font-weight: bold; }

#career_detail_page {
  padding: 10rem 0;
  background: url(../img/career/we_are_bg.png);
  background-size: cover;
  background-repeat: no-repeat; }
  #career_detail_page .back_link a {
    text-decoration: none;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
    transition: all 0.1s ease-in-out; }
    #career_detail_page .back_link a span {
      margin-right: 1rem; }
    #career_detail_page .back_link a:hover {
      color: #5166a2; }
  #career_detail_page .container-wraper {
    margin: 3rem 0 0;
    min-height: 50vh;
    background: #fff;
    padding: 4rem; }
    #career_detail_page .container-wraper .heading_part {
      border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
      padding-bottom: 2rem; }
      #career_detail_page .container-wraper .heading_part .heading h4 {
        font-size: 3rem;
        text-transform: capitalize;
        font-weight: bold;
        letter-spacing: 0.1rem;
        color: #3c2e7b;
        padding-bottom: 0.5rem; }
      #career_detail_page .container-wraper .heading_part .heading ul {
        list-style-type: none;
        display: flex;
        align-content: center; }
        #career_detail_page .container-wraper .heading_part .heading ul li {
          margin-right: 3rem;
          display: flex;
          align-items: flex-end;
          font-size: 1.5rem;
          color: rgba(0, 0, 0, 0.3); }
          #career_detail_page .container-wraper .heading_part .heading ul li .img-heading {
            display: flex;
            align-items: center;
            padding: 1rem 0 0; }
            #career_detail_page .container-wraper .heading_part .heading ul li .img-heading .img-box {
              min-width: 3rem; }
              #career_detail_page .container-wraper .heading_part .heading ul li .img-heading .img-box .img img {
                width: auto;
                object-fit: contain; }
            #career_detail_page .container-wraper .heading_part .heading ul li .img-heading .content p {
              margin: 0;
              font-size: 1.5rem;
              color: #000; }
    #career_detail_page .container-wraper .body_part .heading {
      padding: 3rem 0 0; }
      #career_detail_page .container-wraper .body_part .heading h5 {
        font-size: 2.4rem;
        font-weight: bold;
        font-family: "Lato", sans-serif; }
    #career_detail_page .container-wraper .body_part .content ul {
      list-style: none;
      padding: 0 0 0 2rem; }
      #career_detail_page .container-wraper .body_part .content ul li {
        padding: 1.3rem 2.3rem 0;
        font-size: 1.6rem;
        color: rgba(0, 0, 0, 0.6); }
        #career_detail_page .container-wraper .body_part .content ul li:before {
          content: "\f138";
          /* FontAwesome Unicode */
          font-family: FontAwesome;
          display: inline-block;
          margin-left: -2.5rem;
          /* same as padding-left set on li */
          width: 2rem;
          /* same as padding-left set on li */ }
    #career_detail_page .container-wraper .footer_part {
      padding: 3rem 0;
      text-align: center; }
      #career_detail_page .container-wraper .footer_part button.btn-submit {
        padding: 1rem 5rem; }
    #career_detail_page .container-wraper .img-heading {
      display: flex;
      align-items: center;
      padding: 1rem 0 0; }
      #career_detail_page .container-wraper .img-heading .img-box {
        min-width: 3rem; }
        #career_detail_page .container-wraper .img-heading .img-box .img img {
          width: auto;
          object-fit: contain; }
      #career_detail_page .container-wraper .img-heading .content p {
        margin: 0;
        font-size: 1.5rem;
        color: #000; }

#apply-modal #apply .modal-body .heading h3 {
  font-size: 3rem;
  font-weight: bold;
  padding: 2rem 0;
  text-align: center;
  color: #3c2e7b; }

#apply-modal #apply .modal-body .heading button.close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 2.5rem;
  font-weight: bold; }
  #apply-modal #apply .modal-body .heading button.close:focus {
    outline: none; }

#apply-modal #apply .modal-body input.form-control {
  font-size: 1.5rem;
  margin: 1rem 0;
  padding: 0.8rem 1rem; }

#career-banner {
  margin: 7rem 0 0;
  padding: 10rem 0;
  background: url(../img/about_banner@2x.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center; }
  #career-banner .banner-content {
    color: #fff;
    text-align: center;
    margin: 0 auto; }
    #career-banner .banner-content h1 {
      font-family: "Kameron", serif;
      font-size: 4rem;
      font-weight: bold; }

#contact_us_1 .Linkedin-btn {
  border: 1px solid #fff;
  padding: 0.5rem 2rem;
  border-radius: 0.4rem;
  margin-top: 2rem;
  display: inline-block;
  transition: all 0.2s ease-in-out; }
  #contact_us_1 .Linkedin-btn img {
    height: 2.8rem; }
  #contact_us_1 .Linkedin-btn:hover {
    cursor: pointer;
    box-shadow: 0 0 1rem #fff;
    background: #0071bc; }

#careers_services {
  padding: 5rem 0;
  background: url(../img/career/we_are_bg.png);
  background-size: cover;
  background-repeat: no-repeat; }
  #careers_services a {
    text-decoration: none; }
    #careers_services a .career_card {
      margin: 2rem 0;
      padding: 3rem;
      background: rgba(0, 0, 0, 0.0001);
      border: 0.1rem solid rgba(0, 0, 0, 0.1);
      border-radius: 0.4rem;
      transition: all 0.1s ease-in-out; }
      #careers_services a .career_card:hover {
        cursor: pointer;
        background: #fff;
        box-shadow: 0.2rem 0.2rem 5px 0.2rem rgba(0, 0, 0, 0.2); }
        #careers_services a .career_card:hover .heading h3 {
          color: #114dbf; }
      #careers_services a .career_card .heading h3 {
        font-size: 2rem;
        font-weight: bold;
        color: #3c2e7b;
        transition: all 0.1s ease-in-out; }
      #careers_services a .career_card .body .img-heading {
        display: flex;
        align-items: center;
        padding: 1rem 0 0; }
        #careers_services a .career_card .body .img-heading .img-box {
          min-width: 3rem; }
          #careers_services a .career_card .body .img-heading .img-box .img img {
            width: auto;
            object-fit: contain; }
        #careers_services a .career_card .body .img-heading .content p {
          margin: 0;
          font-size: 1.5rem;
          color: #000; }

#modals .modal-content {
  padding: 0.5rem 1rem; }

#modals .modal-header {
  display: flex;
  flex-direction: column;
  color: #0071bc;
  position: relative;
  border: none; }
  #modals .modal-header h5 {
    font-size: 1.6rem;
    font-weight: bold; }
  #modals .modal-header h6 {
    font-size: 1.5rem;
    font-weight: normal;
    padding-top: 0.5rem; }
    #modals .modal-header h6:after {
      content: "";
      position: absolute;
      bottom: 0.5rem;
      left: 1rem;
      width: 42%;
      height: 0.2rem;
      background: #e2525b; }
  #modals .modal-header .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #e2525b;
    font-size: 3rem; }
    #modals .modal-header .close:focus {
      outline: none !important; }

#modals .modal-body p {
  font-size: 1.2rem; }

@media (min-width: 768px) {
  #modals #CEO-profile .modal-lg {
    max-width: 50rem; } }

#contact_header {
  padding: 7rem 0;
  margin: 6rem 0 0;
  min-height: 92vh;
  background: url(../img/custom_mobile/wave.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #contact_header .banner_warap {
    text-align: center; }
    #contact_header .banner_warap h2 {
      font-size: 5rem;
      font-weight: bold;
      font-family: "Kameron", serif; }
    #contact_header .banner_warap img {
      height: 20rem;
      margin: 2rem 0; }
    #contact_header .banner_warap h6 {
      font-size: 2.4rem;
      font-weight: bold; }
    #contact_header .banner_warap p {
      font-size: 1.6rem;
      font-weight: bold;
      padding: 2rem 0; }
  #contact_header .call-us {
    width: 60%;
    margin: 0 auto; }
    #contact_header .call-us .btn-tel {
      padding: 0.5rem 2rem;
      font-size: 1.6rem;
      margin: 0 0 1rem;
      background: #ff8601;
      color: #fff;
      border: 0.1rem solid #ff8601; }
      #contact_header .call-us .btn-tel:hover {
        cursor: pointer;
        background: #fff;
        color: #ff8601; }
    #contact_header .call-us p a {
      font-size: 1.5rem;
      color: black;
      font-weight: bold; }
      #contact_header .call-us p a:hover {
        text-decoration: none; }

@media (max-width: 768px) {
  #contact_header {
    padding: 12rem 0 7rem; } }

#custom_mobile_banner {
  padding: 10rem 0;
  margin: 6rem 0 0;
  min-height: 92vh;
  background: url("../img/custom_mobile/wave.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #custom_mobile_banner h1 {
    font-size: 4rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10rem; }
  #custom_mobile_banner .live_app_warrap {
    width: 70%;
    margin: 0 auto; }
    #custom_mobile_banner .live_app_warrap .counter h3 {
      font-size: 5rem;
      font-weight: bold; }
    #custom_mobile_banner .live_app_warrap .body {
      display: flex;
      align-items: center; }
      #custom_mobile_banner .live_app_warrap .body span {
        margin-right: 1rem; }
        #custom_mobile_banner .live_app_warrap .body span img {
          height: 6.5rem;
          object-fit: contain; }
      #custom_mobile_banner .live_app_warrap .body p {
        font-size: 1.5rem;
        font-weight: normal;
        margin-bottom: .2rem; }
    #custom_mobile_banner .live_app_warrap .contents p {
      font-size: 1.6rem;
      font-weight: normal;
      margin-bottom: .6rem; }

#mobile_app_dev {
  padding: 10rem 0;
  text-align: center; }
  #mobile_app_dev h3 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #3c2e7b;
    padding: 3rem 0; }
  #mobile_app_dev p {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
    padding: 1rem 0; }
  #mobile_app_dev h2 {
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    padding: 4rem 0 2rem; }
  #mobile_app_dev .development_services {
    padding-top: 3rem;
    display: inline-block;
    width: 23rem;
    text-align: center; }
    #mobile_app_dev .development_services span img {
      height: 10rem;
      object-fit: contain; }
    #mobile_app_dev .development_services p {
      font-size: 1.5rem;
      font-weight: 600; }

#apps_for_diff {
  padding: 5rem 0 0;
  background: url(../img/custom_mobile/app_for_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff; }
  #apps_for_diff h2 {
    font-size: 3.5rem;
    text-align: center;
    font-weight: 500; }
  #apps_for_diff p {
    font-size: 1.5rem;
    padding: 0.7rem 0 5rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem; }
  #apps_for_diff .hybrid_app_warrap {
    display: flex;
    align-items: center; }
    #apps_for_diff .hybrid_app_warrap span img {
      height: 10rem;
      object-fit: contain;
      margin-right: 2rem; }
    #apps_for_diff .hybrid_app_warrap h6 {
      font-size: 2.5rem;
      font-weight: normal; }
  #apps_for_diff h5 {
    font-size: 1.8rem;
    font-weight: normal;
    padding: 4rem 0 0;
    line-height: 3rem; }
  #apps_for_diff .hybrid-App-mob {
    position: relative;
    top: 5.3975rem;
    left: 7rem; }

#your_mobile_app_dev {
  padding: 10rem 0 0; }
  #your_mobile_app_dev h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    color: #0071bc;
    padding-bottom: 5rem; }
  #your_mobile_app_dev .app_servcies_warap {
    text-align: center;
    margin-bottom: 2rem; }
    #your_mobile_app_dev .app_servcies_warap span img {
      height: 12rem;
      object-fit: contain;
      margin-bottom: 2rem; }
    #your_mobile_app_dev .app_servcies_warap p {
      font-size: 1.6rem;
      width: 70%;
      margin: 0 auto;
      font-weight: bold; }

#portfolio {
  padding: 10rem 0 0;
  text-align: center;
  position: relative;
  min-height: 130vh;
  margin-bottom: 5rem; }
  #portfolio h2 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #0071bc;
    padding: 0 0 2rem; }
  #portfolio p {
    font-size: 1.8rem;
    font-weight: normal; }
  #portfolio .portfolio_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.c-blue {
  color: #5166a2; }

.c-green {
  color: #92cc05; }

#custom_web_dev_banner {
  padding: 6rem 0;
  margin: 9rem 0 0;
  background: url(../img/custom_web_development_img/custom_web_development_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; }
  #custom_web_dev_banner h1 {
    padding: 1rem 0 3rem;
    font-family: "Kameron", serif;
    font-size: 5rem;
    color: #fff; }
    #custom_web_dev_banner h1 span {
      font-weight: bold; }
  #custom_web_dev_banner .left_content {
    padding: 8rem 0 1rem;
    font-size: 1.8rem;
    color: #fff;
    width: 70%; }

#services-counter {
  padding: 10rem 0; }
  #services-counter .counters-box {
    padding-bottom: 5rem;
    display: flex;
    justify-content: center; }
    #services-counter .counters-box .left_services_counter {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 5rem; }
      #services-counter .counters-box .left_services_counter .counter h3 {
        font-size: 7.5rem;
        font-weight: bold;
        color: #0071bc; }
      #services-counter .counters-box .left_services_counter .contents p {
        padding: 1rem 1rem 0;
        font-size: 1.4rem;
        font-weight: bold; }
  #services-counter .services_lists_box {
    margin: 1rem 0;
    background: #f5f5f5;
    padding: 2rem;
    display: flex;
    align-items: center; }
    #services-counter .services_lists_box .img_box span img {
      height: 6rem;
      object-fit: contain; }
    #services-counter .services_lists_box .contents p {
      width: 90%;
      padding: 0 2rem;
      font-size: 1.5rem; }

#expertise-in_app {
  padding: 10rem 0;
  background: url(../img/custom_web_development_img/app_dev_bg.png);
  background-repeat: no-repeat; }
  #expertise-in_app h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-weight: bold;
    padding-bottom: 3rem; }
  #expertise-in_app .img_container img {
    margin: .5rem 2rem;
    height: 9rem;
    object-fit: contain; }
  #expertise-in_app .img_container_sub img {
    height: 14rem;
    object-fit: contain; }
  #expertise-in_app .pt-5rem {
    padding-top: 5rem; }

#CSD {
  padding: 10rem 0;
  margin: 6rem 0 0;
  min-height: 92vh;
  background: url(../img/custom_mobile/wave.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #CSD .banner_warap {
    text-align: center; }
    #CSD .banner_warap h2 {
      font-size: 5rem;
      font-weight: bold;
      font-family: "Kameron", serif; }
    #CSD .banner_warap img {
      height: 20rem;
      margin: 4rem 0; }
    #CSD .banner_warap p {
      font-size: 1.6rem;
      width: 90%;
      margin: 1rem auto 2rem;
      font-weight: normal; }

#core_objective_banner {
  padding: 10rem 0; }
  #core_objective_banner .heading h2 {
    padding: 5rem 0 2rem;
    font-size: 3.7rem;
    font-weight: 800;
    font-family: "Kameron", serif; }
  #core_objective_banner .body ul {
    padding: 2rem 1.5rem; }
    #core_objective_banner .body ul li {
      font-size: 1.5rem;
      padding: 0.5rem 0;
      color: rgba(0, 0, 0, 0.6);
      font-weight: normal; }
  #core_objective_banner .footer p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #0071bc; }
  #core_objective_banner .right_img_section {
    padding-top: 7rem; }
    #core_objective_banner .right_img_section span img {
      height: 40rem; }

#we_are_experience {
  padding: 10rem 0 0;
  background: url(../../img/digital_marketing/we_are_bg.png);
  background-repeat: no-repeat;
  background-size: cover; }
  #we_are_experience span img {
    height: 35rem; }
  #we_are_experience #sub_content_of_exp {
    background: #ededed;
    padding: 2rem 0;
    margin: 7rem 0 0; }
    #we_are_experience #sub_content_of_exp .bold_text h4 {
      font-size: 2rem;
      font-weight: 800;
      color: #0071bc;
      width: 50%;
      margin: 0 auto;
      font-family: "Lato", sans-serif; }
    #we_are_experience #sub_content_of_exp .purple {
      font-size: 1.5rem;
      font-weight: normal;
      width: 70%;
      margin: 0 auto; }

#digi_services {
  padding: 10rem 0; }
  #digi_services h2 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center; }
  #digi_services .services_digi {
    padding: 5rem 0 0;
    text-align: center; }
    #digi_services .services_digi span img {
      height: 13rem;
      object-fit: contain;
      margin-bottom: 1rem; }
    #digi_services .services_digi p {
      font-size: 1.5rem;
      font-weight: 600; }

#paradigm {
  padding: 5rem 0;
  background: url(../../img/digital_marketing/we_are_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  #paradigm h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #0071bc;
    padding-bottom: 4rem; }
  #paradigm p {
    font-size: 1.5rem;
    padding: .5rem 0 0; }

#digi_market {
  padding: 7rem 0;
  text-align: center; }
  #digi_market h4 {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 2rem 0; }
  #digi_market h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #0071bc;
    padding: 2rem 0 3rem; }
  #digi_market span img {
    margin-top: 2rem;
    height: 70rem; }

#our_teams_consists {
  padding: 7rem 0 5rem;
  background: url(../../img/digital_marketing/we_are_bg.png);
  background-repeat: no-repeat;
  background-size: cover; }
  #our_teams_consists h2 {
    font-size: 3rem;
    font-weight: 500;
    padding: 0rem 0 4rem;
    text-align: center; }
  #our_teams_consists .service_card {
    padding: 2rem 2rem;
    margin: 1rem 0; }
    #our_teams_consists .service_card .service_card_card_img {
      padding: 0 0 1rem;
      font-size: 1.8rem;
      font-weight: bold;
      display: flex;
      color: #0071bc;
      align-items: center;
      justify-content: start;
      border-bottom: 1px solid #ddd; }
      #our_teams_consists .service_card .service_card_card_img span img {
        height: 5rem;
        margin-right: 1rem; }
    #our_teams_consists .service_card .service_card_card_body {
      padding: 1.5rem 0 0;
      font-size: 1.5rem;
      min-height: 16rem; }

#enterprises-solutions {
  padding: 10rem 0;
  margin: 6rem 0 0;
  min-height: 92vh;
  background: url(../img/custom_mobile/wave.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #enterprises-solutions .banner_warap {
    text-align: center; }
    #enterprises-solutions .banner_warap h2 {
      font-size: 5rem;
      font-weight: bold;
      font-family: "Kameron", serif; }
    #enterprises-solutions .banner_warap img {
      height: 30rem;
      margin: 4rem 0; }
    #enterprises-solutions .banner_warap p {
      font-size: 1.6rem;
      width: 90%;
      margin: 1rem auto 2rem;
      font-weight: normal; }

#faster_poc {
  padding: 10rem 0;
  margin: 6rem 0 0;
  min-height: 92vh;
  background: url(../img/custom_mobile/wave.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #faster_poc .banner_warap {
    text-align: center; }
    #faster_poc .banner_warap h2 {
      font-size: 5rem;
      font-weight: bold;
      font-family: "Kameron", serif; }
    #faster_poc .banner_warap img {
      height: 20rem;
      margin: 4rem 0; }
    #faster_poc .banner_warap p {
      font-size: 1.6rem;
      width: 90%;
      margin: 1rem auto 2rem;
      font-weight: normal; }

#poc_serv {
  padding: 5rem 0 10rem; }
  #poc_serv .poc_serv_warap {
    padding: 2rem 0;
    text-align: center;
    width: 95%;
    margin: 0 auto; }
    #poc_serv .poc_serv_warap span img {
      height: 5rem; }
    #poc_serv .poc_serv_warap h4 {
      font-size: 1.6rem;
      font-weight: bold;
      min-height: 7rem;
      padding: 1.5rem 0 0.5rem; }
    #poc_serv .poc_serv_warap p {
      font-size: 1.5rem;
      font-weight: normal; }

#let_discuss {
  padding: 5rem 0;
  background: #00a99d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 5rem; }
  #let_discuss h4 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold; }
  #let_discuss p {
    color: #fff;
    font-size: 1.5rem;
    padding: 2rem 0 0; }

#frs_document {
  padding: 10rem 0 5rem;
  margin: 6rem 0 0;
  background: url(../img/custom_mobile/wave.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #frs_document .banner_warap {
    text-align: center; }
    #frs_document .banner_warap h2 {
      font-family: "Kameron", serif;
      font-size: 5rem;
      font-weight: bold;
      padding: 2rem 0 5rem; }
    #frs_document .banner_warap img {
      height: 25rem; }

#frs_ser_wrap {
  padding: 0 0 10rem;
  text-align: center; }
  #frs_ser_wrap p {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1rem 0; }

#process_flow_wrap {
  background: #ededed;
  padding: 5rem 0; }
  #process_flow_wrap p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    width: 80%;
    margin: 0 auto; }

#how_we_do {
  padding: 5rem 0; }
  #how_we_do h3 {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    font-family: "Kameron", serif;
    padding: 1rem 0 3rem; }
  #how_we_do .frs_doc_warap {
    width: 80%;
    margin: 2rem auto;
    text-align: center; }
    #how_we_do .frs_doc_warap span img {
      height: 5rem; }
    #how_we_do .frs_doc_warap h4 {
      padding: 1rem 0;
      font-size: 1.6rem;
      font-weight: bold;
      min-height: 4rem; }
    #how_we_do .frs_doc_warap p {
      font-weight: normal;
      font-size: 1.5rem;
      width: 80%;
      margin: 0 auto; }

#header.home-header {
  background-image: url("../img/header-bg-2.png");
  background-position: center;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover; }
  #header.home-header nav {
    background: #fff;
    padding: 2rem 5rem; }
    #header.home-header nav button.navbar-toggler {
      border: 0 solid #fff;
      padding: 0.5rem 1rem; }
      #header.home-header nav button.navbar-toggler i {
        color: #00a99d; }
    #header.home-header nav ul li {
      padding: 0 1rem; }
    #header.home-header nav a {
      color: #0071bc;
      font-family: "Lato", sans-serif;
      font-size: 1.5rem;
      font-weight: 500;
      font-style: normal;
      letter-spacing: 0.02rem; }
    #header.home-header nav a.navbar-brand {
      color: #fff;
      font-family: "Lato", sans-serif;
      font-size: 3.2rem;
      font-weight: normal;
      font-style: normal; }
    #header.home-header nav .disabled {
      color: gray !important; }
  #header.home-header .banner-captions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Kameron", serif;
    height: 100vh; }
    #header.home-header .banner-captions h1 {
      font-size: 5rem;
      color: #fff;
      font-weight: bold; }
    #header.home-header .banner-captions h2 {
      font-size: 5.5rem;
      color: #fff;
      font-weight: bold; }
    #header.home-header .banner-captions h4 {
      font-family: "Lato", sans-serif;
      padding-top: 1.5rem;
      letter-spacing: 0.1rem;
      font-size: 2rem;
      color: #fff;
      font-weight: 500; }
    #header.home-header .banner-captions .searchBar {
      padding-top: 5rem; }
      #header.home-header .banner-captions .searchBar .input-group .input-group-append {
        margin-left: 1rem; }
      #header.home-header .banner-captions .searchBar .input-group .inputField {
        width: 40rem;
        font-size: 1.6rem;
        height: 5rem;
        padding-left: 2rem; }

#about-company {
  padding: 5rem 0 5rem 0; }
  #about-company .carousel-item .leaders_content h2 span {
    font-size: 3rem;
    font-weight: bold; }
  #about-company .carousel-item .leaders_content h3 {
    font-size: 2.5rem;
    font-weight: 500;
    padding: 2rem 0 0; }
  #about-company .carousel-item .leaders_content p,
  #about-company .carousel-item .leaders_content h6 {
    padding: 1rem 0 0;
    font-size: 1.5rem; }
  #about-company .container-fluid {
    padding-top: 7rem; }
  #about-company .img_section {
    position: relative;
    padding: 4rem 3rem 4rem 0;
    display: inline-block;
    border: 1px solid #573dbc; }
  #about-company .img_section .absol_img {
    position: absolute;
    width: 100%;
    height: 25.55rem;
    top: 70px;
    left: 42px; }
  #about-company .img_section-1 {
    position: relative;
    padding: 4rem 0 4rem 3rem;
    display: inline-block;
    border: 1px solid #573dbc; }
  #about-company .img_section-1 .absol_img {
    position: absolute;
    width: 100%;
    height: 25.55rem;
    top: 70px;
    right: 42px; }
  #about-company .carousel-indicators .active {
    background-color: rgba(0, 0, 0, 0.5); }
  #about-company .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    top: 4rem;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(0, 0, 0, 0.15); }

#about_sub_content .leaders_content {
  font-family: "Lato", sans-serif;
  padding: 2rem 0; }
  #about_sub_content .leaders_content h2 {
    font-size: 3rem;
    font-weight: bold; }
  #about_sub_content .leaders_content h3 {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: #3c2e7b; }
    #about_sub_content .leaders_content h3 span {
      padding-right: 1rem;
      font-size: 3.9rem;
      color: #03a295; }
  #about_sub_content .leaders_content h6 {
    padding-top: 1.4rem;
    font-size: 1.75rem;
    font-weight: bold; }
  #about_sub_content .leaders_content p {
    padding-top: 1.5rem;
    font-size: 1.5rem; }
  #about_sub_content .leaders_content button {
    margin-top: 1.2rem; }

#our_vision {
  background: #f7f7f7;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0; }
  #our_vision h2 {
    font-size: 3.2rem;
    font-weight: normal;
    padding: 3rem 0; }
  #our_vision .vision_card {
    padding: 2rem 0;
    width: 75%;
    margin: 0 auto;
    padding-top: 5rem; }
    #our_vision .vision_card .img_heading img {
      height: 6.2rem; }
    #our_vision .vision_card .img_heading h4 {
      font-size: 1.5rem;
      padding: 1rem 0 2rem;
      font-weight: bold;
      color: #0071bc;
      border-bottom: 0.2rem solid #d8d8d8; }
    #our_vision .vision_card .body {
      width: 95%;
      margin: 0 auto;
      font-size: 1.4rem;
      padding: 0.5rem 0 0;
      min-height: 7.5rem; }
    #our_vision .vision_card .footer a p {
      color: #000;
      font-size: 1.25rem;
      text-decoration: underline; }

#Start-ups-section {
  padding: 10rem 0;
  text-align: center; }
  #Start-ups-section .start_up_side_info_box {
    text-align: left;
    width: 90%;
    margin: 0 auto; }
    #Start-ups-section .start_up_side_info_box .heading_of_start h5 {
      color: #00a99d;
      font-weight: bold;
      font-size: 2rem; }
      #Start-ups-section .start_up_side_info_box .heading_of_start h5 span.num {
        padding: 0 0.5rem;
        color: #03a295;
        font-size: 3.9rem;
        font-family: "Kameron", serif;
        font-weight: bold; }
        #Start-ups-section .start_up_side_info_box .heading_of_start h5 span.num span {
          font-size: 2rem; }
    #Start-ups-section .start_up_side_info_box .body_content {
      padding-top: 2rem; }
      #Start-ups-section .start_up_side_info_box .body_content p {
        font-size: 1.5rem;
        padding: 1rem 0 0;
        color: rgba(0, 0, 0, 0.7); }
    #Start-ups-section .start_up_side_info_box .footer_of_icons {
      display: flex;
      justify-content: space-between;
      padding: 4rem 0 0; }
      #Start-ups-section .start_up_side_info_box .footer_of_icons span img {
        height: 5.72rem; }

#tech_platform {
  padding: 5rem 0 10rem;
  text-align: center; }
  #tech_platform h2 {
    font-size: 3rem;
    font-weight: bold; }
  #tech_platform .icon_text_box {
    width: 80%;
    margin: 0% auto;
    display: flex;
    justify-content: space-evenly;
    padding: 5rem 0 2rem; }
    #tech_platform .icon_text_box span img {
      height: 3.7rem; }
    #tech_platform .icon_text_box span p {
      font-size: 1.2rem;
      font-weight: bold; }

#industry_verticals {
  padding: 10rem 0;
  background: linear-gradient(to bottom, #0071bc, #00a99d);
  background-position: top;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  background-size: cover; }
  #industry_verticals h2 {
    font-size: 3rem;
    font-weight: bold; }
  #industry_verticals .industry_types {
    padding: 3rem 0; }
    #industry_verticals .industry_types span img {
      height: 6rem; }
    #industry_verticals .industry_types h6 {
      font-size: 1.8rem;
      font-weight: normal;
      padding: 1rem 0; }

#working_with_us {
  padding: 5rem 0;
  text-align: center; }
  #working_with_us h2 {
    font-size: 3rem;
    font-weight: bold; }
  #working_with_us h6 {
    font-size: 1.85rem; }
  #working_with_us span img {
    height: auto;
    margin: 7rem 0 0; }

#client_treat {
  padding: 10rem 0;
  background: #00a99d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center; }
  #client_treat h2 {
    font-size: 3rem;
    padding: 0 0 4rem;
    font-weight: bold; }
  #client_treat p {
    font-size: 1.5rem;
    width: 70%;
    margin: 0% auto; }
  #client_treat h6 {
    padding: 3rem 0 0;
    font-size: 1.5rem;
    font-weight: bold; }

#clients_logos {
  margin: 9rem 0 0;
  padding: 7rem 0;
  background: url(../img/Clients/clients_bg.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  #clients_logos h2 {
    font-size: 1.5rem;
    text-align: left; }
  #clients_logos .col-md-12 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #clients_logos .col-md-12 .clients_comp_logo {
      margin: 2rem 0;
      display: inline-block; }
      #clients_logos .col-md-12 .clients_comp_logo span img {
        height: 9rem;
        object-fit: contain; }

#our-latest-work {
  padding: 10rem 0 5rem; }
  #our-latest-work a {
    text-decoration: none; }
    #our-latest-work a .work_box {
      margin: 2rem 0;
      border: 0.1rem solid rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out; }
      #our-latest-work a .work_box:hover {
        cursor: pointer;
        box-shadow: 0.1rem 0rem 1.7rem 0.1rem rgba(0, 0, 0, 0.2); }
      #our-latest-work a .work_box .body {
        min-height: 12rem; }
        #our-latest-work a .work_box .body p {
          padding: 2rem;
          font-size: 1.8rem;
          margin: 0;
          color: rgba(0, 0, 0, 0.6); }
      #our-latest-work a .work_box .footer_box {
        padding: 0 2rem 1rem; }
        #our-latest-work a .work_box .footer_box h6 {
          font-size: 1.6rem;
          font-weight: bold;
          color: #000; }
        #our-latest-work a .work_box .footer_box .tags span {
          display: inline-block;
          background: rgba(0, 0, 0, 0.5);
          font-size: 1.1rem;
          color: #fff;
          padding: 0.3rem 0.5rem;
          margin: 0.3rem;
          border-radius: 0.2rem; }

.c-pink {
  color: #00a99d; }

#how_it_work_banner {
  padding: 15rem 0 5rem; }
  #how_it_work_banner .banner_cap_text h1 {
    font-size: 5rem;
    font-weight: bold;
    padding: 2rem 0;
    font-family: 'Kameron', serif; }
  #how_it_work_banner .banner_cap_text h5 {
    font-size: 2.5rem;
    font-weight: 500;
    padding: 1rem 0 2rem; }
  #how_it_work_banner .strategize_box {
    padding: 10rem 0 0; }
    #how_it_work_banner .strategize_box .heading span img {
      height: 10.1rem; }
    #how_it_work_banner .strategize_box .content p {
      font-size: 1.5rem;
      padding: 1rem 0;
      width: 90%; }
  #how_it_work_banner .counting-content {
    padding-top: 1rem; }
    #how_it_work_banner .counting-content h6 {
      font-size: 1.7rem;
      color: #0071bc;
      font-weight: bold; }
    #how_it_work_banner .counting-content ul {
      padding-left: 1.5rem; }
      #how_it_work_banner .counting-content ul li {
        font-size: 1.4rem; }
  #how_it_work_banner .banner_sub_text h6 {
    padding: 2rem 0;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center; }
  #how_it_work_banner .steps_structure {
    position: relative;
    text-align: center;
    padding: 5rem 0; }
    #how_it_work_banner .steps_structure ul {
      list-style-type: none;
      display: flex;
      justify-content: space-evenly; }
      #how_it_work_banner .steps_structure ul:after {
        content: '';
        position: absolute;
        width: 100%;
        height: .2rem;
        top: 2rem;
        left: 5%;
        width: 90%;
        border-bottom: 0.15rem dashed rgba(160, 160, 183, 0.5); }
      #how_it_work_banner .steps_structure ul li {
        position: relative;
        word-wrap: break-word;
        max-width: 20rem; }
        #how_it_work_banner .steps_structure ul li:after {
          content: '';
          position: absolute;
          top: -2.6rem;
          left: 0;
          width: 50.5%;
          height: 2rem;
          border-right: 0.15rem dashed rgba(160, 160, 183, 0.5); }
        #how_it_work_banner .steps_structure ul li .content_box .num span {
          width: 4rem;
          height: 4rem;
          border-radius: 50%;
          color: #fff;
          background: #3c2e7b;
          display: inline-block;
          line-height: 4rem;
          font-size: 1.4rem;
          font-weight: bold; }
        #how_it_work_banner .steps_structure ul li .content_box .heading h4 {
          font-size: 1.5rem;
          font-weight: 600;
          color: #03a295;
          padding: 1rem 0 0;
          min-height: 7rem;
          text-align: left; }
        #how_it_work_banner .steps_structure ul li .content_box .content p {
          word-wrap: break-word;
          font-size: 1.4rem;
          font-weight: 400;
          text-align: left; }

#delivery_process {
  padding: 5rem 0 0; }
  #delivery_process .delivery_process_heading {
    text-align: center; }
    #delivery_process .delivery_process_heading h1 {
      font-size: 3.8rem;
      font-weight: bold;
      color: #3c2e7b;
      font-family: "Lato", sans-serif !important; }
    #delivery_process .delivery_process_heading h6 {
      padding-top: 1rem;
      font-size: 2.5rem;
      font-weight: 500; }
  #delivery_process .img_container .client_testimonial {
    padding: 1rem 0; }
    #delivery_process .img_container .client_testimonial h5 {
      font-size: 1.4rem;
      font-weight: bold;
      text-transform: uppercase;
      color: rgba(3, 162, 149, 0.8); }
    #delivery_process .img_container .client_testimonial p {
      font-size: 1.2rem; }
  #delivery_process .text_container {
    padding: 5rem 10rem;
    min-height: 31rem; }
    #delivery_process .text_container h3 {
      font-size: 1.7rem;
      font-weight: bold;
      color: #03a295; }
    #delivery_process .text_container ol {
      padding: .5rem 1rem; }
      #delivery_process .text_container ol li {
        font-size: 1.4rem; }
    #delivery_process .text_container h4 {
      font-size: 1.4rem;
      font-weight: 600; }
    #delivery_process .text_container p {
      font-size: 1.4rem; }
    #delivery_process .text_container .client_testimonial {
      padding: 1rem 0; }
      #delivery_process .text_container .client_testimonial h5 {
        font-size: 1.6rem;
        font-weight: bold;
        text-transform: uppercase;
        color: rgba(3, 162, 149, 0.8); }
      #delivery_process .text_container .client_testimonial p {
        font-size: 1.2rem; }

#our_services_card {
  padding: 0 0 5rem; }
  #our_services_card .service_card {
    padding: 2rem 2rem;
    margin: 1rem 0; }
    #our_services_card .service_card .service_card_card_img {
      padding: 0 0 1rem;
      font-size: 1.8rem;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: start;
      border-bottom: 1px solid #ddd; }
      #our_services_card .service_card .service_card_card_img span img {
        height: 6rem; }
    #our_services_card .service_card .service_card_card_body {
      padding: 1.5rem 0 0;
      font-size: 1.5rem;
      min-height: 16rem; }

#IOT-Header {
  padding: 10rem 0;
  margin: 6rem 0 0;
  min-height: 92vh;
  background: url(../img/custom_mobile/wave.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #IOT-Header .banner_warap {
    text-align: center; }
    #IOT-Header .banner_warap h2 {
      font-size: 5rem;
      font-weight: bold;
      font-family: "Kameron", serif; }
    #IOT-Header .banner_warap img {
      height: 30rem;
      margin: 4rem 0; }
    #IOT-Header .banner_warap p {
      font-size: 1.6rem;
      width: 90%;
      margin: 1rem auto 2rem;
      font-weight: normal; }

#IOT-counter {
  padding: 0 0 10rem; }
  #IOT-counter .counters-box {
    padding-bottom: 5rem;
    display: flex;
    justify-content: center; }
    #IOT-counter .counters-box .left_services_counter {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 5rem; }
      #IOT-counter .counters-box .left_services_counter .counter h3 {
        font-size: 7.5rem;
        font-weight: bold;
        color: #0071bc; }
      #IOT-counter .counters-box .left_services_counter .contents p {
        padding: 1rem 1rem 0;
        font-size: 1.4rem;
        font-weight: bold; }
  #IOT-counter .services_lists_box {
    margin: 1rem 0;
    background: #f5f5f5;
    padding: 2rem;
    display: flex;
    align-items: center; }
    #IOT-counter .services_lists_box .img_box span img {
      height: 6rem;
      object-fit: contain; }
    #IOT-counter .services_lists_box .contents p {
      width: 90%;
      padding: 0 2rem;
      font-size: 1.5rem; }

#leadership-header {
  padding: 10rem 0 5rem;
  margin: 6rem 0 0;
  background: url(../img/custom_mobile/wave.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #leadership-header .banner_warap {
    text-align: center; }
    #leadership-header .banner_warap h2 {
      font-size: 5rem;
      font-weight: bold;
      font-family: "Kameron", serif; }
    #leadership-header .banner_warap img {
      height: 20rem;
      margin: 4rem 0; }
    #leadership-header .banner_warap p {
      font-size: 1.6rem;
      width: 90%;
      margin: 1rem auto 2rem;
      font-weight: normal; }

#team-profiles {
  padding: 0 0 10rem; }
  #team-profiles .profile-card {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 2rem 1rem;
    border: 0.1rem solid rgba(0, 113, 188, 0); }
    #team-profiles .profile-card .img-header img {
      border-radius: 50%;
      height: 14rem;
      width: 15rem;
      object-fit: cover;
      object-position: top;
      margin-bottom: 2rem;
      filter: grayscale(100%); }
    #team-profiles .profile-card .content h6 {
      font-size: 1.6rem;
      font-weight: normal;
      color: #0071bc; }
      #team-profiles .profile-card .content h6 span {
        font-weight: bold; }
    #team-profiles .profile-card .content p {
      font-size: 1.5rem;
      padding: 1rem 0 2rem; }
    #team-profiles .profile-card:hover {
      cursor: pointer;
      box-shadow: 0 0 1.5rem rgba(0, 113, 188, 0.2);
      border: 0.1rem solid rgba(0, 113, 188, 0.2); }

#modals .modal-dialog-centered .modal-body .links {
  text-align: center;
  margin: 1rem 0; }
  #modals .modal-dialog-centered .modal-body .links a {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-radius: 3rem; }
    #modals .modal-dialog-centered .modal-body .links a:hover {
      box-shadow: 0 0 1rem #0071bc; }

#offshore_team_banner {
  padding: 10rem 0 5rem;
  margin: 6rem 0 0;
  min-height: 92vh;
  background: url(../img/custom_mobile/wave.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; }
  #offshore_team_banner h1 {
    font-family: "Kameron", serif;
    font-size: 5rem;
    padding: 0rem 2rem;
    font-weight: bold; }
  #offshore_team_banner p {
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0 0 10rem; }
  #offshore_team_banner .offshore_team_serv {
    margin: 2rem 0; }
    #offshore_team_banner .offshore_team_serv span img {
      height: 8rem;
      width: 100%;
      object-fit: contain; }
    #offshore_team_banner .offshore_team_serv h5 {
      font-size: 1.6rem;
      font-weight: bold;
      width: 50%;
      margin: 0 auto;
      padding: 2rem 0 3rem; }

#our_team_aug {
  padding: 5rem 0 2rem;
  text-align: center;
  width: 70%;
  margin: 0 auto; }
  #our_team_aug h2 {
    font-size: 3rem;
    font-weight: 500;
    padding-bottom: 5rem; }
  #our_team_aug .our_team_advant {
    padding: 5rem 0; }
    #our_team_aug .our_team_advant span img {
      height: 8rem; }
    #our_team_aug .our_team_advant h5 {
      font-size: 1.6rem;
      font-weight: bold;
      padding: 2rem 0;
      width: 70%;
      margin: 0 auto; }

#exp_ui_ux {
  padding: 5rem 0;
  text-align: center; }
  #exp_ui_ux h2 {
    font-size: 3rem;
    font-weight: 500;
    padding-bottom: 5rem;
    color: #0071bc;
    font-weight: bold; }
  #exp_ui_ux span img {
    height: 30rem; }
  #exp_ui_ux p {
    font-size: 1.6rem;
    font-weight: normal;
    padding: 5rem 0;
    width: 85%;
    margin: 0 auto; }
  #exp_ui_ux .exp_ui_ux_wrap {
    margin: 2rem 0; }
    #exp_ui_ux .exp_ui_ux_wrap span img {
      height: 8rem; }
    #exp_ui_ux .exp_ui_ux_wrap h5 {
      font-size: 1.6rem;
      font-weight: 600;
      padding: 2rem 0;
      width: 70%;
      margin: 0 auto; }

#portfolio-banner {
  margin: 7rem 0 0;
  padding: 10rem 0;
  background: url(../img/about_banner@2x.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center; }
  #portfolio-banner .banner-content {
    color: #fff;
    text-align: center;
    margin: 0 auto; }
    #portfolio-banner .banner-content h1 {
      font-family: "Kameron", serif;
      font-size: 4rem;
      font-weight: bold; }
    #portfolio-banner .banner-content h6 {
      font-size: 1.75rem;
      font-weight: normal;
      letter-spacing: .009rem;
      padding: 4rem 0;
      width: 85%;
      margin: 0 auto; }

#PoS-banner {
  background-image: url("../img/PoS_folders/PoS_banner_bg.png");
  background-position: center;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  #PoS-banner .banner-contents {
    padding: 23rem 3rem; }
    #PoS-banner .banner-contents h3 {
      font-size: 5rem;
      font-weight: bold;
      font-family: "Kameron", serif; }
    #PoS-banner .banner-contents h4 {
      font-size: 3rem;
      font-weight: 500;
      font-family: "Kameron", serif; }
    #PoS-banner .banner-contents p {
      font-size: 1.3rem;
      font-weight: normal; }
    #PoS-banner .banner-contents h6 {
      padding: 3rem 0 0;
      font-size: 1.5rem;
      font-weight: 800;
      font-weight: normal; }

#offshore_banner {
  height: 30rem;
  margin-top: 5rem; }
  #offshore_banner .product_dev_header {
    padding: 7rem 0 0; }
    #offshore_banner .product_dev_header h3 {
      font-size: 4.5rem;
      font-weight: 800;
      width: 50%;
      margin: 0 auto; }
    #offshore_banner .product_dev_header ul li {
      font-size: 2rem;
      font-weight: normal;
      margin: 0.5rem 0;
      width: 70%;
      margin: 0.5rem auto; }

#we_can {
  text-align: center;
  padding: 3rem 0;
  background: #ededed; }
  #we_can h2 {
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 4rem; }
  #we_can ul.we_canget_started {
    list-style-type: none; }
    #we_can ul.we_canget_started li {
      display: inline-block;
      font-size: 1.5rem;
      margin: 1rem 2rem; }

#product_conceptualization {
  padding: 5rem 0; }
  #product_conceptualization h3 {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 2rem; }
  #product_conceptualization ul.purple li {
    font-size: 1.5rem;
    margin: 1rem 2rem; }

#partners_rather {
  padding: 5rem 0;
  background: #ededed;
  text-align: center; }
  #partners_rather h2 {
    font-size: 3rem;
    font-weight: bold; }
  #partners_rather p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0071bc;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2); }
  #partners_rather .venders {
    padding: 3rem 0;
    width: 75%;
    margin: 0 auto;
    text-align: left; }
    #partners_rather .venders .heading {
      padding-bottom: 1rem;
      border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2); }
      #partners_rather .venders .heading h4 {
        text-align: center;
        color: #0071bc;
        font-weight: bold;
        font-size: 1.5rem; }
    #partners_rather .venders .body ul li {
      font-size: 1.3rem;
      font-weight: normal;
      margin: 1rem 2rem 0; }

#qa_banner {
  padding: 10rem 0; }
  #qa_banner .banner_left_content_part h2 {
    font-size: 6rem;
    font-family: "Kameron", serif;
    font-weight: bold; }
  #qa_banner .banner_left_content_part p {
    padding: 2rem 0 3rem;
    font-size: 1.7rem;
    font-weight: 500; }

#augmentation_model {
  padding: 7rem 0;
  background: url(../img/QA/crafted_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff; }
  #augmentation_model .aug_heading h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: 500;
    padding: 0 0 2rem; }
  #augmentation_model .aug_models {
    text-align: center;
    padding: 3rem 0 1rem; }
    #augmentation_model .aug_models .img_box {
      display: inline-block;
      background: #fff;
      border-radius: 50%;
      padding: 2rem 2.2rem; }
      #augmentation_model .aug_models .img_box span img {
        height: 6rem; }
    #augmentation_model .aug_models p {
      padding: 1rem 0 0;
      font-size: 1.7rem;
      font-weight: normal; }

#responsibilities {
  padding: 7rem 0; }
  #responsibilities h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 5rem; }
  #responsibilities .responsibilities_types {
    padding: 4rem 0;
    width: 80%;
    margin: 0 auto; }
    #responsibilities .responsibilities_types h5 {
      font-size: 2.5rem;
      color: #0071bc; }
    #responsibilities .responsibilities_types p {
      padding: 0.5rem 0;
      font-size: 1.5rem;
      font-weight: 500; }

#preparation_of_test {
  padding: 2rem 0 7rem; }
  #preparation_of_test h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 5rem; }
  #preparation_of_test .types_of_test_plans_box {
    display: inline-block;
    margin: 1rem 4rem; }
    #preparation_of_test .types_of_test_plans_box span img {
      max-height: 6rem;
      object-fit: contain;
      margin: 0.5rem; }
    #preparation_of_test .types_of_test_plans_box h6 {
      font-size: 1.5rem;
      font-weight: bold;
      padding: 1rem 0; }

#use_test {
  padding: 7rem 0;
  text-align: center;
  color: #fff;
  background: #00a99d; }
  #use_test h2 {
    display: inline-block;
    font-size: 3rem;
    padding-bottom: 1.5rem;
    font-weight: bold;
    border-bottom: 0.1rem dashed #fff; }
  #use_test .types_of_use_case_test {
    padding: 2rem 0;
    width: 70%;
    margin: 0 auto; }
    #use_test .types_of_use_case_test h5 {
      font-size: 1.8rem;
      font-weight: bold;
      min-height: 6rem; }
    #use_test .types_of_use_case_test p {
      font-size: 1.5rem;
      font-weight: normal; }

#test_strategy {
  padding: 7rem 0; }
  #test_strategy h2 {
    font-size: 3rem;
    padding-bottom: 1.5rem;
    font-weight: bold;
    text-align: center; }
  #test_strategy p {
    font-size: 1.8rem;
    text-align: center; }
  #test_strategy .test_left_part {
    padding: 5rem 0 0.5rem;
    display: flex;
    text-align: left;
    justify-content: flex-start; }
    #test_strategy .test_left_part .img_box {
      margin-right: 3rem; }
      #test_strategy .test_left_part .img_box span img {
        height: 10rem; }
      #test_strategy .test_left_part .img_box span img.Proactive-img {
        width: 100%; }
    #test_strategy .test_left_part .contents h5 {
      font-size: 2rem;
      font-weight: bold;
      color: #0071bc;
      font-family: "Kameron", serif; }
    #test_strategy .test_left_part .contents p {
      font-size: 1.6rem;
      width: 50%;
      float: left;
      text-align: left; }
    #test_strategy .test_left_part .contents ul {
      list-style: none;
      width: 80%; }
      #test_strategy .test_left_part .contents ul li {
        font-size: 1.6rem;
        font-weight: normal; }
        #test_strategy .test_left_part .contents ul li:before {
          content: "\2022";
          color: #3c2e7b;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
  #test_strategy .test_right_part {
    padding: 5rem 0 0.5rem;
    display: flex;
    text-align: right;
    justify-content: flex-end; }
    #test_strategy .test_right_part .img_box {
      margin-left: 3rem; }
      #test_strategy .test_right_part .img_box span img {
        height: 10rem; }
    #test_strategy .test_right_part .contents h5 {
      font-size: 2rem;
      font-weight: bold;
      color: #0071bc;
      font-family: "Kameron", serif; }
    #test_strategy .test_right_part .contents p {
      font-size: 1.6rem;
      width: 50%;
      float: right;
      text-align: right; }
    #test_strategy .test_right_part .contents ul {
      list-style: none;
      float: right;
      text-align: right;
      position: relative;
      width: 85%; }
      #test_strategy .test_right_part .contents ul li {
        font-size: 1.6rem;
        font-weight: normal;
        padding-right: 2rem; }
        #test_strategy .test_right_part .contents ul li:before {
          content: "\2022";
          color: #3c2e7b;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          right: 0;
          position: absolute; }

#security_testing {
  padding: 7rem 0;
  background: #00a99d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff; }
  #security_testing h2 {
    font-size: 4rem;
    padding-bottom: 1.5rem;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    text-align: center; }
  #security_testing p {
    font-size: 1.6rem;
    text-align: center; }
  #security_testing .security_testing_type {
    padding: 3rem 0;
    width: 80%;
    margin: 0 auto;
    text-align: left; }
    #security_testing .security_testing_type h5 {
      font-size: 2.5rem;
      font-weight: bold; }
    #security_testing .security_testing_type p {
      padding: 1rem 0;
      text-align: left;
      font-size: 1.8rem; }

#contact_us_1_qoute {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  padding: 5rem 0; }
  #contact_us_1_qoute h2 {
    font-size: 3rem;
    font-weight: bold;
    padding: 2rem 0 0;
    color: #000;
    font-family: "Lato", sans-serif !important; }
  #contact_us_1_qoute p {
    padding-top: 1rem;
    font-size: 1.75rem;
    color: #000; }
  #contact_us_1_qoute p.sending_nda {
    padding-top: 1rem;
    font-size: 1.25rem !important;
    color: #000; }
  #contact_us_1_qoute form {
    padding-top: 3rem;
    color: #000; }
    #contact_us_1_qoute form .form-group {
      padding: 1rem 0; }
      #contact_us_1_qoute form .form-group input,
      #contact_us_1_qoute form .form-group textarea {
        font-size: 1.6rem;
        background: transparent;
        border: none;
        border-radius: 0;
        padding: .5rem 0 1rem 2rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        width: 100%; }
        #contact_us_1_qoute form .form-group input:focus, #contact_us_1_qoute form .form-group input:active, #contact_us_1_qoute form .form-group input:hover,
        #contact_us_1_qoute form .form-group textarea:focus,
        #contact_us_1_qoute form .form-group textarea:active,
        #contact_us_1_qoute form .form-group textarea:hover {
          outline: none; }
  #contact_us_1_qoute .wrapper {
    position: relative; }
    #contact_us_1_qoute .wrapper .control:focus ~ .floating-label,
    #contact_us_1_qoute .wrapper .control-2:focus ~ .floating-label,
    #contact_us_1_qoute .wrapper .control:not(:focus):valid ~ .floating-label,
    #contact_us_1_qoute .wrapper .control-2:not(:focus):valid ~ .floating-label {
      top: -1rem;
      left: 2rem;
      font-weight: 600;
      font-size: 1.2rem;
      color: #bac0ff; }
    #contact_us_1_qoute .wrapper .control {
      height: 5rem;
      border: none;
      padding-top: 1vh;
      color: #000;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    #contact_us_1_qoute .wrapper .control-2 {
      height: 15rem;
      border: none;
      color: #000;
      padding-top: 1vh;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    #contact_us_1_qoute .wrapper .floating-label {
      position: absolute;
      pointer-events: none;
      left: 2rem;
      top: 1.4rem;
      font-size: 1.6rem;
      color: #000;
      transition: 0.3s ease all; }

#contact_us_2_qoute {
  background: #bac0ff;
  padding: 2rem 0; }
  #contact_us_2_qoute .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center; }
  #contact_us_2_qoute h6 {
    font-size: 1.6rem;
    text-align: center; }
    #contact_us_2_qoute h6 span {
      color: #03a295; }
    #contact_us_2_qoute h6 a {
      color: #000;
      text-decoration: none; }

#offshore_banner {
  padding: 10rem 0;
  margin: 6rem 0 0;
  min-height: 92vh;
  background: url(../img/custom_mobile/wave.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; }
  #offshore_banner h1 {
    font-family: "Kameron", serif;
    font-size: 5rem;
    padding: 0rem 1rem;
    font-weight: bold; }
  #offshore_banner p {
    font-size: 1.6rem;
    font-weight: normal; }
  #offshore_banner .tech_serv_warap {
    padding: 6rem 0 0;
    width: 75%;
    margin: 0 auto; }
    #offshore_banner .tech_serv_warap h5 {
      font-size: 1.6rem;
      font-weight: bold;
      padding: 1rem 0; }
    #offshore_banner .tech_serv_warap p {
      font-size: 1.6rem;
      font-weight: normal; }

#handpicked_tool {
  padding: 10rem 0; }
  #handpicked_tool h2 {
    font-family: "Lato", sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #0071bc;
    padding: 1rem 0 2rem; }
  #handpicked_tool h2 + p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal; }
  #handpicked_tool h4 {
    font-size: 2.5rem;
    color: #0071bc;
    font-weight: bold;
    font-family: "Kameron", serif; }
  #handpicked_tool h4 + p {
    font-size: 1.6rem;
    font-weight: normal; }
  #handpicked_tool .handpicked_wrapper_container .handpicked_wrapper {
    text-align: center;
    display: inline-block;
    width: 16rem;
    height: 12rem; }
    #handpicked_tool .handpicked_wrapper_container .handpicked_wrapper span img {
      height: 5rem;
      width: 7rem;
      object-fit: contain; }
    #handpicked_tool .handpicked_wrapper_container .handpicked_wrapper p {
      padding-top: 1rem;
      font-size: 1.6rem;
      font-weight: bold; }

#turnkey-header {
  text-align: center;
  padding: 10rem 0 5rem; }
  #turnkey-header .banner_warap img {
    height: 40rem; }
  #turnkey-header h6 {
    font-size: 1.8rem;
    width: 80%;
    line-height: 3rem;
    margin: 0 auto; }

#turnkey-body {
  padding: 5rem 0 10rem; }
  #turnkey-body .grid-items ul {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin: 0; }
    #turnkey-body .grid-items ul li {
      padding: 2rem 0;
      list-style-type: none;
      font-size: 1.6rem;
      font-weight: bold;
      width: 33.33%; }

@media (max-width: 768px) {
  #turnkey-header h6 {
    width: 95%;
    line-height: 3rem;
    margin: 0 auto; } }

.border-r {
  border-right: 2px dashed #999; }

.border-b {
  border-bottom: 2px dashed #999; }

@media (max-width: 687px) {
  #customer-delivery-process .driven_processes {
    align-items: center;
    padding: 5rem 0; }
    #customer-delivery-process .driven_processes .col-md-2 {
      padding: 0 3rem !important;
      text-align: center; }
    #customer-delivery-process .driven_processes .col-md-10 {
      padding: 1rem 3rem 2rem !important; }
  #we-the-people {
    padding: 7rem 0;
    background: url("../img/client_treat_img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff; }
    #we-the-people .we_the_people_heading {
      text-align: center; }
      #we-the-people .we_the_people_heading h2 {
        font-size: 5rem;
        font-weight: bold;
        padding: 0; }
      #we-the-people .we_the_people_heading p {
        font-size: 1.8rem;
        padding: 0; }
    #we-the-people .people_count_box {
      padding: 2rem 0 0;
      width: 100%; }
      #we-the-people .people_count_box .content p {
        font-size: 1.8rem;
        width: 100%;
        text-transform: lowercase; } }

@media (max-width: 678px) {
  #apps_for_diff .hybrid-App-mob {
    position: relative;
    top: 0;
    left: 0; }
  #apps_for_diff #custom_mobile_banner .live_app_warrap {
    width: 90%;
    margin: 0 auto; }
  #portfolio {
    padding: 0rem 0 0;
    text-align: center;
    position: relative;
    min-height: 55vh;
    margin: 0rem 0px 5px; } }

@media (max-width: 678px) {
  .banner_box {
    display: flex; }
  .small-2 {
    order: 2; }
  .small-1 {
    order: 1; }
  #services-counter .counters-box {
    justify-content: center;
    flex-direction: column; } }

#custom_web_dev_banner .left_content {
  padding: 3rem 1rem 1rem;
  font-size: 1.8rem;
  color: #fff;
  width: 100%; }

@media (min-width: 786px) {
  #our_vision {
    min-height: 100vh; } }

@media (min-width: 1610px) {
  .lg-pt-5 {
    padding-top: 5rem; }
  .lg-pb-5 {
    padding-bottom: 5rem; }
  #our_vision h2 {
    font-size: 3.2rem;
    font-weight: normal;
    padding: 3rem 0; }
  #our_vision .vision_card {
    padding: 2rem 0;
    width: 80%;
    margin: 0 auto; }
    #our_vision .vision_card .img_heading h4 {
      font-size: 1.5rem;
      padding: 1rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    #our_vision .vision_card .body {
      font-size: 1.2rem;
      padding: 1.2rem 0;
      min-height: 8.7rem; }
    #our_vision .vision_card .footer {
      font-size: 1.2rem; } }

@media (max-width: 678px) {
  #header.home-header .banner-captions {
    padding-top: 10rem; }
  #header.home-header .searchBar {
    width: 100%; }
    #header.home-header .searchBar .inputField {
      width: 70% !important;
      font-size: 1.6rem;
      height: 5rem; }
    #header.home-header .searchBar .input-group-append {
      margin-left: 0 !important; }
      #header.home-header .searchBar .input-group-append button.btn.btn-request {
        margin: 1rem 0 !important; }
  #header.home-header .banner-captions h1 {
    padding-top: 3rem;
    font-size: 4.5rem;
    color: #fff;
    font-weight: bold; }
  #our_vision .vision_card {
    width: 100%; }
    #our_vision .vision_card .img_heading h4 {
      font-size: 2rem; }
    #our_vision .vision_card .body {
      font-size: 1.8rem; }
    #our_vision .vision_card .footer a p {
      font-size: 1.6rem; }
  #Start-ups-section {
    padding: 5rem 0;
    width: 100%; }
    #Start-ups-section .start_up_side_info_box {
      padding-top: 5rem; }
      #Start-ups-section .start_up_side_info_box .body_content p {
        padding: 0; }
      #Start-ups-section .start_up_side_info_box .footer_of_icons {
        display: flex;
        padding: 1rem 0;
        flex-wrap: wrap;
        justify-content: space-evenly; }
        #Start-ups-section .start_up_side_info_box .footer_of_icons span {
          margin-right: 1.5rem; }
          #Start-ups-section .start_up_side_info_box .footer_of_icons span img {
            height: 10rem;
            margin: 0 0 5rem; }
  #tech_platform {
    padding: 5rem 0; }
    #tech_platform .icon_text_box {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      padding: 5rem 0 2rem; }
      #tech_platform .icon_text_box span {
        margin: 0rem 2rem 0.5rem 0rem; }
  #working_with_us {
    text-align: center; }
    #working_with_us span img {
      width: 30%;
      margin: 5rem auto 0; }
  .m-show {
    display: block; }
  .m-hide {
    display: none; } }

@media (min-width: 786px) {
  .m-show {
    display: none; }
  .m-hide {
    display: block; }
  #header nav {
    padding: 0rem 7rem !important; }
    #header nav .navbar-nav li.nav-item a.nav-link {
      padding: 3rem 0; }
    #header nav .navbar-nav li.nav-item .dropdown a.dropdown-toggle {
      padding: 1rem 0; }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    margin: .125rem auto;
    font-size: 1.4rem;
    padding: 0.5rem 0;
    color: #212529 !important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem; }
    .dropdown-menu a.dropdown-item {
      padding: .5rem 1.2rem;
      color: #000 !important; }
      .dropdown-menu a.dropdown-item:hover {
        background: #03a295;
        color: #fff !important; }
      .dropdown-menu a.dropdown-item:active {
        background: rgba(255, 255, 255, 0.1) !important; } }

@media (max-width: 786px) {
  #how_it_work_banner .banner_cap_text {
    width: 100%; }
    #how_it_work_banner .banner_cap_text h1 {
      font-size: 2.8rem;
      font-weight: bold;
      padding: 2rem 0 2rem; }
    #how_it_work_banner .banner_cap_text h5 {
      font-size: 1.6rem;
      font-weight: 500;
      padding: 1rem 0 2rem; }
  #how_it_work_banner .fish_img_banner {
    height: 50%; }
  #how_it_work_banner .banner_sub_text h6 {
    padding: 1rem 0 2rem;
    font-size: 1.8rem;
    font-weight: 500; }
  #how_it_work_banner .steps_structure {
    position: relative;
    text-align: left;
    padding: 5rem 0; }
    #how_it_work_banner .steps_structure ul {
      list-style-type: none;
      display: flex;
      flex-direction: column; }
      #how_it_work_banner .steps_structure ul:after {
        content: '';
        position: absolute;
        height: 100%;
        width: .2rem;
        top: 0rem;
        left: 0;
        border-left: 0.15rem dashed rgba(160, 160, 183, 0.5); }
      #how_it_work_banner .steps_structure ul li {
        position: relative;
        max-width: 100%;
        padding: 1rem 1rem 1rem 5rem; }
        #how_it_work_banner .steps_structure ul li:after {
          content: '';
          position: absolute;
          top: 2.9rem;
          left: 0;
          width: 4rem;
          height: .3rem;
          border-top: 0.15rem dashed rgba(160, 160, 183, 0.5); }
        #how_it_work_banner .steps_structure ul li .content_box .num span {
          width: 4rem;
          height: 4rem;
          border-radius: 50%;
          color: #fff;
          background: #3c2e7b;
          display: inline-block;
          line-height: 4rem;
          font-size: 1.4rem;
          font-weight: bold;
          text-align: center; }
        #how_it_work_banner .steps_structure ul li .content_box .heading h4 {
          margin: 0;
          font-size: 1.5rem;
          font-weight: 600;
          color: #03a295;
          padding: 1rem 0 0;
          min-height: 7rem; }
        #how_it_work_banner .steps_structure ul li .content_box .content p {
          word-wrap: break-word;
          font-size: 1.4rem;
          font-weight: 400; }
  #delivery_process .delivery_process_heading h1 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #3c2e7b; }
  #delivery_process .delivery_process_heading h6 {
    padding-top: 1rem;
    font-size: 1.6rem;
    font-weight: 500; }
  #delivery_process .img_container .client_testimonial {
    padding: 2rem 0; }
    #delivery_process .img_container .client_testimonial h5 {
      font-size: 1.4rem;
      font-weight: bold;
      text-transform: uppercase;
      color: rgba(3, 162, 149, 0.8); }
    #delivery_process .img_container .client_testimonial p {
      font-size: 1.2rem; }
  #delivery_process .order_main {
    display: flex; }
    #delivery_process .order_main .order_2 {
      order: 2; }
    #delivery_process .order_main .order_1 {
      order: 1; }
  #delivery_process .text_container {
    padding: 2rem 1rem;
    min-height: 31rem;
    border-bottom: 0.15rem dashed rgba(160, 160, 183, 0.5); }
    #delivery_process .text_container h3 {
      font-size: 1.7rem;
      font-weight: bold;
      color: #03a295; }
    #delivery_process .text_container ol {
      padding: .5rem 1rem; }
      #delivery_process .text_container ol li {
        font-size: 1.4rem; }
    #delivery_process .text_container h4 {
      font-size: 1.4rem;
      font-weight: 600; }
    #delivery_process .text_container p {
      font-size: 1.4rem; }
    #delivery_process .text_container .client_testimonial {
      padding: 1rem 0; }
      #delivery_process .text_container .client_testimonial h5 {
        font-size: 1.6rem;
        font-weight: bold;
        text-transform: uppercase;
        color: rgba(3, 162, 149, 0.8); }
      #delivery_process .text_container .client_testimonial p {
        font-size: 1.4rem; } }

@media (min-width: 786px) {
  .border_r {
    border-right: 0.15rem dashed rgba(160, 160, 183, 0.5); }
  .border_b {
    border-bottom: 0.15rem dashed rgba(160, 160, 183, 0.5); }
  .border_l {
    border-left: 0.15rem dashed rgba(160, 160, 183, 0.5); }
  .border_t {
    border-top: 0.15rem dashed rgba(160, 160, 183, 0.5); }
  .border_rtr {
    border-top-right-radius: 25rem; }
  .border_rtl {
    border-top-left-radius: 25rem; }
  .border_rbr {
    border-bottom-right-radius: 25rem; }
  .border_rbl {
    border-bottom-left-radius: 25rem; }
  .h-10rem {
    min-height: 10rem; }
  .-mt-27 {
    margin-top: -.15rem; }
  .-mt-29 {
    margin-top: -.125rem; } }

@media (max-width: 678px) {
  #preparation_of_test .types_of_test_plans_box {
    display: inline-block;
    margin: 1rem 0;
    text-align: center; }
    #preparation_of_test .types_of_test_plans_box span img {
      max-height: 6rem;
      object-fit: contain;
      margin: .5rem; }
    #preparation_of_test .types_of_test_plans_box h6 {
      font-size: 1.5rem;
      font-weight: bold;
      font-family: "Kameron", serif;
      padding: 1rem 0;
      width: 60%;
      margin: 0 auto; }
  #use_test .types_of_use_case_test {
    padding: 2rem 0;
    width: 100%;
    margin: 0 auto; }
    #use_test .types_of_use_case_test h5 {
      font-size: 2.2rem;
      font-weight: bold;
      min-height: 6rem; }
    #use_test .types_of_use_case_test p {
      font-size: 1.5rem;
      font-weight: normal; }
  #test_strategy .test_left_part .img_box {
    margin-right: 2rem; }
    #test_strategy .test_left_part .img_box span img {
      height: auto; }
  #test_strategy .test_right_part .img_box {
    margin-left: 2rem; }
    #test_strategy .test_right_part .img_box span img {
      height: auto; } }

html {
  font-size: 62.5%; }

@media (max-width: 678px) {
  html {
    font-size: 53.5%; }
  .container {
    max-width: 100rem; }
  .s-order-1 {
    order: 1; }
  .s-order-2 {
    order: 2; }
  .s-order-3 {
    order: 3; } }

@media (min-width: 1410px) {
  html {
    font-size: 75%; }
  .container {
    max-width: 90%; } }

@media (min-width: 1610px) {
  html {
    font-size: 90%; }
  .container {
    max-width: 90%; } }

@media (min-width: 2000px) {
  html {
    font-size: 100%; }
  .container {
    max-width: 100rem; } }
