/*  import google fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  font: 400 16px "Poppins", sans-serif;
  transition: all 1s ease-in;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1,
h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 30px !important;
  }
}

h3 {
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px !important;
  }
}

h4 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin: 21px 0 24px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px !important;
  }
}

h6 {
  font-size: 20px !important;
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px !important;
  }
}

p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb {
  background-color: transparent;
}

.pb-120 {
  padding-bottom: 70px;
}

.pt-120 {
  padding-top: 70px;
}

.heading {
  color: #F21308;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.mt-125 {
  margin-top: 125px;
}
@media screen and (max-width: 991px) {
  .mt-125 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 415px) {
  .mt-125 {
    margin-top: 50px;
  }
}

.sub_heading {
  color: #001052;
  line-height: 75px;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1250px) {
  .sub_heading {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .sub_heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 772px) {
  .sub_heading {
    font-size: 42px !important;
    width: 100% !important;
    line-height: 55px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 415px) {
  .sub_heading {
    font-size: 30px !important;
    line-height: 36px !important;
    margin-bottom: 10px !important;
  }
}

button:focus {
  outline: none;
}

/* side  scroll bar */
::-webkit-scrollbar {
  width: 10px;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
  background: #FFF;
}

::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
/* Butter bar Styles Start Here
*/
.fa {
  font-size: 16px;
  font-weight: "";
}

.fa-arrow-right {
  margin-left: 10px;
}

.left_bar {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 100;
  display: none;
}
.left_bar .d-flex {
  width: 50px;
  margin: 8px;
  padding: 10px;
  justify-content: space-around;
  align-items: center;
  border-radius: 25px;
  transition: width 0.5s;
  box-shadow: 0px 0px 2px;
  cursor: pointer;
  opacity: 0.9;
}
.left_bar .d-flex i {
  font-size: 20px;
  font-weight: 600;
}
.left_bar .d-flex a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
}
.left_bar .d-flex a span {
  margin-right: 5px;
}
.left_bar .d-flex span {
  display: none;
}
.left_bar .d-flex:hover {
  width: 130px;
}
.left_bar .d-flex:hover span {
  display: block;
}
@media screen and (max-width: 991px) {
  .left_bar .d-flex:hover {
    width: 50px;
  }
  .left_bar .d-flex:hover span {
    display: none;
  }
}
.left_bar .d-flex:nth-child(1) {
  background: #1aa12a;
  color: #FFF;
}
.left_bar .d-flex:nth-child(2) {
  background: #001052;
  color: #FFF;
}
.left_bar .d-flex:nth-child(3) {
  background: #F21308;
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .left_bar {
    width: 50px;
    right: 20px;
    bottom: 50px;
  }
}

.left_bar.scrolled {
  display: block;
  text-align: -webkit-right;
}

.butter_bar {
  height: 40px;
  background: #19142D;
  display: flex;
  align-items: center;
}
.butter_bar .butter_none i {
  color: #FFF;
  padding: 0px 5px 0px 5px;
}
.butter_bar .inside {
  width: 90%;
  margin: auto;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
}
.butter_bar .inside span {
  margin: 0px 5px 0px 10px;
}
.butter_bar .inside .icon i {
  color: #F21308;
}
.butter_bar .inside .marque {
  width: 59%;
}
@media screen and (max-width: 991px) {
  .butter_bar .inside {
    width: 100%;
  }
}
@media screen and (max-width: 734px) {
  .butter_bar {
    display: none;
  }
}

.nav_top {
  position: fixed;
  z-index: 100;
  cursor: pointer;
  display: none;
  border-radius: 50%;
  background: #F21308;
  bottom: 80px;
  right: 50px;
}
@media screen and (max-width: 772px) {
  .nav_top {
    bottom: 50px;
    right: 20px;
  }
}
.nav_top i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 772px) {
  .nav_top i {
    width: 40px;
    height: 40px;
  }
}

.nav_top.scrolled {
  display: block;
  padding: 5px;
}

.nav_top:hover {
  opacity: 0.9;
}

/* Header Styles Starts Here
*/
.header {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background: #FFF;
  height: 70px;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: height 0.5s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .inside_header {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .inside_header nav {
  width: 95%;
  padding-left: 100px;
}
@media screen and (max-width: 991px) {
  .header .inside_header nav {
    width: 100%;
    padding-left: 15px;
  }
}
.header .inside_header .mail {
  position: relative;
  margin-left: 25px;
}
.header .inside_header .mail i {
  padding-top: 5px;
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .header .inside_header .mail {
    margin-left: 0px;
  }
  .header .inside_header .mail i {
    padding-top: 1px;
    padding-right: 10px;
    color: #001052;
    font-size: 30px;
    font-weight: 600;
  }
}
.header .inside_header .strip_1 {
  background: #F21308;
  right: 200px;
  position: absolute;
  transform: skew(-35deg);
  width: 65%;
  height: 100%;
}
.header .inside_header .strip_2 {
  background: #F21308;
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 1600px) {
  .header .inside_header .strip_1 {
    width: 60%;
  }
}
@media (max-width: 1100px) {
  .header .inside_header .strip_1 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .header .inside_header .strip_1,
  .header .inside_header .strip_2 {
    display: none;
  }
}
.header .navbar-collapse .contact {
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .header .navbar-collapse .contact {
    color: #000;
  }
}
@media (max-width: 991px) {
  .header .navbar-collapse {
    position: absolute;
    background-color: #FFF;
    width: 100%;
    padding: 20px;
    z-index: 99;
    top: 50px;
    left: 0;
  }
}
.header .logo {
  width: 180px;
  margin-left: -10px;
}
.header .logo img {
  width: 100%;
  z-index: 99;
  top: 63px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .header .logo {
    margin-left: 0px;
    width: 160px;
  }
}

.header.scrolled .strip_1,
.header.scrolled .strip_2 {
  background: #001052;
}
.header.scrolled .header_button {
  color: #001052;
  border: 1px solid #001052;
}
.header.scrolled .nav_box img {
  mix-blend-mode: luminosity;
}

/* Navigation Styles 
*/
.navigation .nav_box,
.navigation .solution_box {
  display: flex;
  padding-top: 10px;
}
.navigation .menu .dropdown .test_head {
  padding: 10px;
  display: block;
  color: #001052;
  font-size: 18px;
  font-weight: 500;
}
.navigation .menu .dropdown .test_head:hover {
  background-color: #001052;
  color: #FFF;
}
.navigation .menu .dropdown .test_head::after {
  content: ">";
  float: right;
}
@media screen and (max-width: 991px) {
  .navigation .menu .dropdown .test_head {
    color: #FFF;
  }
}
.navigation .menu_test .test_dropdown {
  position: absolute;
  background: #FFF;
  min-width: 300px;
  right: -300px;
  top: 0%;
  border: 1px solid #ccc;
  visibility: hidden;
  transform-origin: top;
  opacity: 0;
  transform: scaleY(0);
}
@media screen and (max-width: 991px) {
  .navigation .menu_test .test_dropdown {
    position: static;
    background-color: #F21308;
    color: #FFF;
  }
}
.navigation .menu_test:hover .test_dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: all 0.5s ease;
}
.navigation .menu_test:hover .test_head::after {
  transition: all 0.5s ease;
  transform: rotate(90deg);
}
.navigation .menu {
  position: relative;
  display: inline-block;
}
.navigation .menu .links {
  display: block;
  position: relative;
  padding: 22px 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .navigation .menu .links {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (max-width: 991px) {
  .navigation .menu .links {
    color: #000;
  }
}
.navigation .menu .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-top: none;
  min-width: 300px;
  display: none;
  transform-origin: top;
  opacity: 0;
  transform: scaleY(0);
}
.navigation .menu .dropdown a {
  color: #001052;
  padding: 10px;
}
.navigation .menu .dropdown a:hover {
  background: #001052;
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .navigation .menu .dropdown {
    position: static;
    left: 0;
    background-color: #001052;
    border: 1px solid #ccc;
    border-top: none;
    min-width: 200px;
  }
  .navigation .menu .dropdown a {
    color: #FFF;
    padding: 10px;
  }
  .navigation .menu .dropdown a:hover {
    background: #001052;
    color: #FFF;
  }
}
.navigation .menu:hover .dropdown {
  opacity: 1;
  display: block;
  transform: none;
  transition: all 0.3s ease;
}
.navigation li {
  margin-right: 35px;
}
.navigation li:last-child {
  margin-right: -15px;
}
@media screen and (max-width: 991px) {
  .navigation li:last-child {
    margin-right: 0px;
  }
}
.navigation li .header_button {
  border: 2px solid #F21308;
  font-weight: 600;
  width: 175px;
  height: 50px;
  background-color: #FFF;
  color: #F21308;
  cursor: pointer;
}
.navigation li .header_button:focus {
  outline: none;
}
.navigation li a {
  display: block;
  position: relative;
  padding: 22px 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .navigation li a {
    color: #000;
    padding: 15px 0;
    width: auto;
    height: 100%;
  }
}
.navigation li:hover a, .navigation li.active a {
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .navigation li:hover a, .navigation li.active a {
    color: #000;
  }
}
@media screen and (max-width: 1600px) {
  .navigation li {
    margin-right: 25px;
  }
  .navigation li:nth-child(6) {
    margin-right: 0px;
  }
  .navigation li a {
    font-size: 16px;
  }
  .navigation .solution_box {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .navigation li {
    margin-right: 25px;
  }
  .navigation li:nth-child(6) {
    margin-right: 0px;
  }
  .navigation .nav_box,
  .navigation .solution_box {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .navigation {
    text-align: center;
  }
  .navigation li {
    margin-right: 0px;
  }
  .navigation li .nav-item {
    border-bottom: 2px solid #060f37;
  }
  .navigation .nav_box,
  .navigation .solution_box {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .navigation .solution_box {
    margin-left: 0px !important;
  }
  .navigation .solution_box .header_button {
    width: 100%;
  }
}

/*banner section  styles*/
.banner-section .row {
  margin: auto;
  width: 90%;
  height: 700px;
}
.banner-section .col-6:nth-child(1) {
  display: flex;
  align-items: center;
  color: transparent;
  font-size: 80px;
  font-weight: 800;
}
.banner-section .col-6:nth-child(1) .title {
  color: #001052;
}
.banner-section .col-6:nth-child(2) {
  height: 110%;
  background-image: url("/assets/images/banner-bg.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}
.banner-section .banner_image {
  height: 100%;
  z-index: 10;
  background-image: url("/assets/images/banner-image.png");
  background-position: "";
  background-repeat: no-repeat;
  background-size: "";
  position: absolute;
  top: 180px;
  right: 0px;
}
@media screen and (max-width: 1250px) {
  .banner-section .col-6:nth-child(1) {
    max-width: 100%;
    flex: none;
    text-align: center;
    z-index: 2;
  }
  .banner-section .col-6:nth-child(2) {
    opacity: 0.4;
    z-index: 1;
  }
  .banner-section .banner_image {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .banner-section .col-6:nth-child(2) {
    max-width: 100%;
  }
}
@media screen and (max-width: 565px) {
  .banner-section .col-6:nth-child(1) {
    padding: 0;
    font-size: 48px;
  }
}

/*Who we are section styles*/
.who_we_are {
  margin-top: 125px;
}
.who_we_are .secound_box {
  padding-left: 10%;
}
.who_we_are button {
  border: none;
  cursor: pointer;
  width: 169px;
  height: 60px;
  background-color: #F21308;
  color: #FFF;
}
.who_we_are .title {
  font-size: 20px;
  font-weight: 700;
}
.who_we_are .tech_solution {
  display: flex;
}
@media screen and (max-width: 1250px) {
  .who_we_are .secound_box {
    padding-left: 5%;
  }
  .who_we_are .secound_box .tech_solution {
    flex-direction: column;
  }
  .who_we_are .secound_box .tech_solution img {
    float: left;
  }
  .who_we_are .secound_box .tech_solution .p-2 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .who_we_are {
    padding: 5px;
  }
  .who_we_are .secound_box {
    padding-left: 0;
    margin-top: 20px;
  }
  .who_we_are .secound_box .sub_heading,
  .who_we_are .secound_box .heading {
    text-align: center;
  }
  .who_we_are .container {
    flex-direction: column;
  }
  .who_we_are .container .media img {
    width: 100%;
  }
}
@media screen and (max-width: 415px) {
  .who_we_are {
    margin-top: 50px;
  }
  .who_we_are .secound_box .sub_heading {
    width: 100%;
  }
  .who_we_are .secound_box p {
    font-size: 14px;
  }
  .who_we_are .tech_solution {
    flex-direction: column;
  }
  .who_we_are .tech_solution .p-2 {
    padding: 0 !important;
  }
}

/*Our services section styles*/
.our_services {
  margin-top: 125px;
}
.our_services .box_height {
  position: relative;
  margin-bottom: 50px;
  width: 400px;
}
.our_services .box_height img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 60%;
}
.our_services .box_height .card {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  color: #001052;
  background: #FFF;
  z-index: 2;
  margin-top: 160px !important;
  margin: auto;
  text-align: center;
  width: 90%;
}
.our_services .box_height .card:hover,
.our_services .box_height .card :hover p {
  background-color: #001052;
  color: #FFF;
}
.our_services .box_height .card .card_title {
  margin: 45px 0px 10px 0px;
  font-size: 20px;
  font-weight: 700;
}
.our_services .box_height .card .card_main {
  position: relative;
  padding: 15px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our_services .box_height .card .card_main .card_icon {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  background: #FFF;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our_services .box_height .card .card_main .card_icon img {
  width: 54px;
  height: 54px;
}
.our_services .box_height:nth-child(6) {
  text-align: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  color: #FFF;
  opacity: 0.9;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/assets/images/footer.png");
  background-position: center;
  background-repeat: cover;
  background-size: no-repeat;
  position: relative;
}
.our_services .box_height:nth-child(6) .progress-radial,
.our_services .box_height:nth-child(6) .progress-radial * {
  box-sizing: content-box;
}
.our_services .box_height:nth-child(6) .progress-radial {
  margin-right: 4%;
  position: relative;
  border-radius: 50%;
  width: 230px;
  height: 230px;
}
.our_services .box_height:nth-child(6) .progress-radial .overlay {
  position: absolute;
  width: 80%;
  border-radius: 50%;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/assets/images/footer.png");
  background-position: center;
  background-repeat: cover;
  background-size: no-repeat;
}
.our_services .box_height:nth-child(6) .progress-radial .overlay p {
  position: absolute;
  color: #FFF;
  line-height: 40px;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  font-size: 48px;
  font-weight: 600;
}
.our_services .box_height:nth-child(6) .progress-95 {
  background-image: linear-gradient(90deg, #FFF 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(130deg, #060f37 50%, #FFF 50%, #FFF);
}
.our_services .box_height:nth-child(6) .title {
  font-size: 44px;
  font-weight: 700;
}
.our_services .container .sub_heading {
  width: 70%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .our_services .container .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .our_services .container .box_height {
    width: 100%;
  }
  .our_services .container .box_height img {
    height: 85%;
  }
}
@media screen and (max-width: 772px) {
  .our_services .container .box_height .card {
    width: 80%;
  }
  .our_services .container .box_height .card .card_title {
    margin: 30px 0px 5px 0px;
  }
  .our_services .container .box_height:nth-child(6) {
    margin-bottom: 0px;
    padding: 30px 0px 30px 0px;
  }
}
@media screen and (max-width: 565px) {
  .our_services .container .sub_heading {
    width: auto;
  }
  .our_services .container .box_height img {
    height: auto;
  }
}
@media screen and (max-width: 415px) {
  .our_services {
    margin-top: 50px;
  }
  .our_services .container .box_height {
    margin-bottom: 30px;
  }
  .our_services .container .box_height .card {
    width: 90%;
  }
  .our_services .container .box_height .card .card_main {
    padding: 0px;
  }
  .our_services .container .box_height .card .card_main .card_title {
    margin: 45px 0px 0px 0px;
    font-size: 16px;
  }
  .our_services .container .box_height .card .card_main p {
    font-size: 14px;
    padding: 0px 5px 0px 5px;
  }
  .our_services .container .box_height:nth-child(6) {
    padding-top: 15px 0px 15px 0px;
    margin-bottom: 0;
  }
  .our_services .container .box_height:nth-child(6) .title {
    font-size: 40px;
    line-height: 44px;
  }
}

/*Why choose section styles*/
.why_choose {
  margin-top: 125px;
}
.why_choose .main {
  height: 383px;
  background: #F5F5F5;
  position: relative;
}
.why_choose .main .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why_choose .main .box-2 .tab-btn.active-btn .border {
  background: #F21308;
  color: #FFF;
  border: none;
}
.why_choose .main .box-2 .tab-btn.active-btn .title {
  border: none;
  background-color: #001052;
  color: #FFF;
}
.why_choose .main .box-2 .tab-btn.active-btn:nth-child(1) img {
  mix-blend-mode: color-dodge;
}
.why_choose .main .box-2 .tab-btn {
  line-height: 70px;
  cursor: pointer;
}
.why_choose .main .box-2 .tab-btn i {
  font-size: x-large;
}
.why_choose .main .box-2 .tab-btn span {
  width: 14%;
  margin: 2px;
  background: #FFF;
  text-align: center;
  border-radius: 5px;
}
.why_choose .main .box-2 .tab-btn .title {
  width: 84%;
  margin: 2px;
  background: #FFF;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
}
.why_choose .main .box-2 .tab-btn:nth-child(1) img {
  mix-blend-mode: difference;
}
.why_choose .main .box-2 .tab-btn:hover .border {
  background-color: #F21308;
  color: #FFF;
}
.why_choose .main .box-2 .tab-btn:hover .title {
  background-color: #001052;
  color: #FFF;
  transition: 0.2s;
}
.why_choose .main .card.active {
  display: block;
}
.why_choose .main .card {
  display: none;
  position: absolute;
  top: 20px;
  z-index: 2;
  padding: 0px 0px 50px 50px;
  background-color: #F21308;
  color: #FFF;
  width: 505px;
  height: 350px;
}
.why_choose .main .card .title {
  padding: 30px 0px 10px 0px;
  font-size: 20px;
  font-weight: 700;
}
.why_choose .main .card .underline {
  height: 1px;
  background: #D9D9D9;
}
.why_choose .main .card a {
  border: none;
  position: absolute;
  bottom: 20px;
  padding-left: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 140px;
  height: 45px;
  background-color: #FFF;
  color: #F21308;
}
.why_choose .main .card a img {
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  .why_choose .main .card {
    left: -20px;
    width: 460px;
  }
}
@media screen and (max-width: 991px) {
  .why_choose .container {
    flex-direction: column-reverse;
  }
  .why_choose .container .col-6 {
    max-width: 100%;
    padding: 0;
  }
  .why_choose .container .col-6 .row {
    flex-wrap: nowrap;
    font-size: 20px;
  }
  .why_choose .container .box-2 .tab-btn {
    line-height: 50px;
    font-size: 20px;
  }
  .why_choose .container .box-2 .tab-btn .title {
    font-size: 14px;
  }
  .why_choose .main .card {
    padding-left: 20px;
    left: 0;
    top: 90px;
    width: 100%;
    height: auto;
  }
  .why_choose .main .title {
    font-size: 18px;
    font-weight: 700;
  }
  .why_choose .main .bg_image {
    width: 100%;
    z-index: 0;
    opacity: 0.8;
    margin-top: 310px;
  }
}
@media screen and (max-width: 772px) {
  .why_choose .main .card {
    top: 90px;
    height: auto;
  }
}
@media screen and (max-width: 415px) {
  .why_choose {
    margin-top: 50px;
  }
  .why_choose .main .bg_image {
    height: 85%;
  }
  .why_choose .container .col-6 {
    max-width: 100%;
    padding: 10px;
  }
  .why_choose .container .box .card {
    top: 20px;
  }
  .why_choose .container .box .card .title {
    margin: 0 !important;
    padding: 20px 0px 10px 0px;
    font-size: 18px;
    font-weight: 600;
  }
  .why_choose .container .box .card p,
  .why_choose .container .box .card button {
    line-height: 20px;
    font-size: 14px;
  }
}

/*Industries we serve section styles*/
.ind_serve {
  height: 750px;
  margin-top: 125px;
  background: #001052;
  opacity: 0.9;
}
.ind_serve .heading {
  padding-top: 50px;
}
.ind_serve .row {
  height: 514px;
}
@media screen and (max-width: 565px) {
  .ind_serve .row {
    height: auto;
  }
}
.ind_serve .row .col-6 .indus_image {
  display: none;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.ind_serve .row .col-6 .indus_image:nth-child(1).active,
.ind_serve .row .col-6 .indus_image:nth-child(2).active,
.ind_serve .row .col-6 .indus_image:nth-child(3).active,
.ind_serve .row .col-6 .indus_image:nth-child(4).active,
.ind_serve .row .col-6 .indus_image:nth-child(5).active,
.ind_serve .row .col-6 .indus_image:nth-child(6).active {
  display: block;
}
@media screen and (max-width: 991px) {
  .ind_serve .row .col-6 .indus_image:nth-child(1).active,
  .ind_serve .row .col-6 .indus_image:nth-child(2).active,
  .ind_serve .row .col-6 .indus_image:nth-child(3).active,
  .ind_serve .row .col-6 .indus_image:nth-child(4).active,
  .ind_serve .row .col-6 .indus_image:nth-child(5).active,
  .ind_serve .row .col-6 .indus_image:nth-child(6).active {
    display: none;
  }
}
.ind_serve .row .col-6 .indus_image:nth-child(1).active {
  background-image: url(/assets/images/pay-goods.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind_serve .row .col-6 .indus_image:nth-child(2).active {
  background-image: url(/assets/images/health-care.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind_serve .row .col-6 .indus_image:nth-child(3).active {
  background-image: url(/assets/images/telecom.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind_serve .row .col-6 .indus_image:nth-child(4).active {
  background-image: url(/assets/images/even_management.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind_serve .row .col-6 .indus_image:nth-child(5).active {
  background-image: url(/assets/images/media.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind_serve .row .col-6 .indus_image:nth-child(6).active {
  background-image: url(/assets/images/education.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind_serve .accordian {
  margin-bottom: 2px;
  background: #FFF;
  border-radius: 5px;
}
.ind_serve .accordian .accordian_titlle {
  position: relative;
  padding: 12px 15px 12px 15px;
  border-radius: 5px;
  transition: all 0.5s ease-in;
  cursor: pointer;
  background-color: #FFF;
  color: #001052;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_serve .accordian .accordian_para {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
}
.ind_serve .accordian .accordian_para p {
  padding: 12px 5px 0px 15px;
}
.ind_serve .accordian .accordian_titlle img:nth-child(1) {
  display: none;
  position: absolute;
  transition: all 0.5s ease-in;
  top: 15px;
  right: 20px;
}
.ind_serve .accordian.active .accordian_titlle img:nth-child(1) {
  display: block;
}
.ind_serve .accordian .accordian_titlle img:nth-child(2) {
  position: absolute;
  right: 20px;
  top: 15px;
  transition: all 0.5s ease-in;
}
.ind_serve .accordian.active .accordian_titlle img:nth-child(2) {
  display: none;
}
.ind_serve .accordian.active .accordian_titlle {
  background-color: #F21308;
  color: #FFF;
}
.ind_serve .accordian.active .accordian_titlle i {
  transition: 0.3s;
  transform: rotate(180deg);
}
.ind_serve .accordian.active .accordian_para {
  max-height: 320px;
}
@media screen and (max-width: 991px) {
  .ind_serve {
    height: auto;
    margin-top: 425px;
    padding-bottom: 50px;
  }
  .ind_serve .row .indus_box {
    max-width: 100%;
    flex: none;
    padding: 0px 30px 0px 30px;
  }
}
@media screen and (max-width: 565px) {
  .ind_serve .row .indus_box {
    max-width: 100%;
    flex: none;
    padding: 0px 15px 0px 15px;
  }
}
@media screen and (max-width: 415px) {
  .ind_serve {
    margin-top: 330px;
  }
  .ind_serve .heading {
    padding-top: 50px;
  }
  .ind_serve .sub_heading {
    margin-bottom: 20px;
  }
  .ind_serve .container .indus_box .accordian_titlle {
    font-size: 16px;
  }
  .ind_serve .container .indus_box .accordian_para p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .ind_serve {
    margin-top: 310px;
  }
}

/*Technologies we work section styles*/
.tech_card {
  height: 600px;
  margin-top: 125px;
  background-image: url("/assets/images/technologies-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tech_card .heading {
  padding-top: 50px;
}
.tech_card .tech_box {
  margin: auto;
  background: #F21308;
  border-radius: 5px;
  width: 70%;
  height: 430px;
}
.tech_card .tech_box .grid_item {
  width: 90%;
  margin: auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: grid;
  justify-content: center;
}
.tech_card .tech_box .tech-tabs {
  padding-left: 0px;
}
.tech_card .tech_box .tech-tabs .nav {
  border: none;
  background: #F21308;
}
.tech_card .tech_box .tech-tabs .nav-item {
  border: none;
  width: 200px;
  margin: 2px;
}
.tech_card .tech_box .tech-tabs .nav-item.active {
  border-bottom: 4px solid #FFF;
  background-color: #F21308;
  color: #FFF;
}
.tech_card .tech_box .tech-tabs .nav-item:hover {
  border: none;
  border-bottom: 4px solid #FFF;
  transition: all 0.2s;
}
.tech_card .tech_box .tab-content {
  padding: 30px;
}
.tech_card .tech_box .tab-content .icon_box {
  background: #FFF;
  padding: 20px;
  border-radius: 5px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 625px) {
  .tech_card .tech_box .tab-content .icon_box {
    font-size: 14px;
  }
}
@media screen and (max-width: 565px) {
  .tech_card .tech_box .tab-content .icon_box {
    padding: 10px;
  }
}
@media screen and (max-width: 1500px) {
  .tech_card .tech_box .grid_item {
    width: 90%;
    grid-template-columns: auto auto auto auto auto auto;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 25px;
  }
}
@media screen and (max-width: 1250px) {
  .tech_card .tech_box {
    width: 90%;
  }
  .tech_card .tech_box .grid_item {
    width: 90%;
    grid-template-columns: auto auto auto auto auto auto;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .tech_card {
    margin-bottom: 250px;
  }
  .tech_card .tech_box {
    margin-top: 30px;
    width: 75%;
    height: 600px;
  }
  .tech_card .tech_box .tab-content {
    padding: 15px;
  }
  .tech_card .tech_box .grid_item {
    width: 90%;
    grid-template-columns: auto auto auto auto;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media screen and (max-width: 772px) {
  .tech_card {
    margin-bottom: 180px;
  }
  .tech_card .tech_box {
    width: 90%;
    height: 550px;
    margin: auto;
  }
  .tech_card .tech_box .tech-tabs .nav-item {
    width: auto;
    font-size: 16px;
  }
  .tech_card .tech_box .grid_item {
    width: 90%;
    grid-template-columns: auto auto auto auto;
    row-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .tech_card .tech_box .grid_item img {
    width: 40px;
    height: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 625px) {
  .tech_card .tech_box {
    margin-top: 30px;
  }
  .tech_card .tech_box .tech-tabs .nav-item {
    width: auto;
    font-size: 16px;
  }
  .tech_card .tech_box .grid_item {
    width: 100%;
    grid-template-columns: auto auto auto;
  }
  .tech_card .tech_box .grid_item img {
    width: 40px;
    height: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 565px) {
  .tech_card .tech_box {
    margin-top: 30px;
    width: 95%;
    height: 600px;
  }
  .tech_card .tech_box .tech-tabs .nav-item {
    width: auto;
    font-size: 14px;
    margin: 0;
  }
  .tech_card .tech_box .grid_item {
    grid-template-columns: auto auto auto;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .tech_card .tech_box .grid_item .icon_box {
    width: 100px;
    height: 100px;
  }
  .tech_card .tech_box .grid_item img {
    padding: 0;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 415px) {
  .tech_card {
    margin: 60px 0px 200px 0px;
  }
  .tech_card .sub_heading {
    padding: 5px;
  }
  .tech_card .tech_box {
    margin-top: 10px;
    width: 100%;
    height: 560px;
  }
  .tech_card .tech_box .grid_item {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  .tech_card .tech_box .grid_item {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}

/*Recent Technologies we work section styles*/
.recent_tech_box {
  background: #001052;
  height: 900px;
  margin-top: 125px;
  position: relative;
}
.recent_tech_box .sub_heading {
  width: 70%;
  margin: auto;
  text-align: center;
}
.recent_tech_box .box {
  position: relative;
  border-radius: 5px;
  width: 600px;
  height: 450px;
}
.recent_tech_box .box .next_page {
  width: 90%;
  position: absolute;
  left: 20px;
  bottom: 40px;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F21308;
  color: #FFF;
}
.recent_tech_box .box .next_page .title {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .recent_tech_box .box .next_page .title {
    font-size: 20px;
    font-weight: 700;
  }
}
.recent_tech_box .box .next_page i {
  font-size: 16px;
  padding: 20px;
  border-radius: 50%;
  background-color: #FFF;
  color: #F21308;
}
.recent_tech_box .slick_slider {
  margin: 0px 100px 0px 100px;
}
.recent_tech_box .slick-dots li button:before {
  color: #FFF;
  opacity: 1;
}
.recent_tech_box .slick-dots li.slick-active button:before {
  color: #F21308;
  opacity: 1;
}
.recent_tech_box .slick-next,
.recent_tech_box .slick-prev {
  z-index: 10;
}
.recent_tech_box .slick-next:before,
.recent_tech_box .slick-prev:before {
  padding: 5px;
  font-size: 40px !important;
}
.recent_tech_box .slick-next:before {
  content: url("/assets/icons/right.png");
}
.recent_tech_box .slick-prev:before {
  content: url("/assets/icons/left.png");
}
.recent_tech_box .slick-prev {
  left: -70px !important;
}
.recent_tech_box .slick-initialized .slick-slide {
  display: block;
  margin: 10px;
}
.recent_tech_box .bg_image_1,
.recent_tech_box .bg_image_2,
.recent_tech_box .bg_image_3,
.recent_tech_box .bg_image_4,
.recent_tech_box .bg_image_5 {
  height: 100%;
  width: 100%;
}
.recent_tech_box .bg_image_1 {
  background-image: url(/assets/images/medikmeetdashboard.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.recent_tech_box .bg_image_2 {
  background-image: url(/assets/images/qrate_dashboard.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.recent_tech_box .bg_image_3 {
  background-image: url(/assets/images/Sp_portal_dashboard.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.recent_tech_box .bg_image_4 {
  background-image: url(/assets/images/invites_home.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.recent_tech_box .bg_image_5 {
  background-image: url(/assets/images/bdphone_dashboard.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.recent_tech_box .bottom_bar {
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 100px;
}
.recent_tech_box .bottom_bar .inside_bottom {
  margin: auto;
  background: #F21308;
  border-radius: 5px;
  padding: 0px 50px 0px 50px;
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .recent_tech_box .bottom_bar .inside_bottom {
    padding: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 772px) {
  .recent_tech_box .bottom_bar .inside_bottom {
    width: 80%;
    flex-direction: column;
  }
}
.recent_tech_box .bottom_bar .inside_bottom .content {
  font-size: 25px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .recent_tech_box .bottom_bar .inside_bottom .content {
    font-size: 16px;
  }
}
@media screen and (max-width: 525px) {
  .recent_tech_box .bottom_bar .inside_bottom .content {
    display: none;
  }
}
.recent_tech_box .bottom_bar .inside_bottom button {
  border: none;
  font-weight: 600;
  cursor: pointer;
  background-color: #FFF;
  color: #F21308;
  width: 245px;
  height: 60px;
}
@media screen and (max-width: 991px) {
  .recent_tech_box .bottom_bar .inside_bottom button {
    font-size: 12px;
    width: 200px;
    height: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .recent_tech_box {
    height: 820px;
  }
  .recent_tech_box .bottom_bar .inside_bottom {
    padding: 0px 20px 0px 20px;
  }
  .recent_tech_box .bottom_bar .inside_bottom .content {
    font-size: 22px;
  }
}
@media screen and (max-width: 772px) {
  .recent_tech_box {
    height: 830px;
  }
}
@media screen and (max-width: 625px) {
  .recent_tech_box {
    height: 700px;
  }
  .recent_tech_box .slick_slider {
    margin: 0px 10px 0px 10px;
  }
  .recent_tech_box .slick-next {
    right: 20px;
  }
  .recent_tech_box .slick-prev {
    left: -15px !important;
  }
  .recent_tech_box .box {
    height: 350px;
  }
  .recent_tech_box .box .next_page {
    font-size: 14px;
    bottom: 5px;
  }
  .recent_tech_box .box .next_page img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 415px) {
  .recent_tech_box {
    height: 660px;
  }
  .recent_tech_box .bottom_bar .inside_bottom {
    width: 90%;
  }
  .recent_tech_box .bottom_bar .inside_bottom button {
    width: 250px;
    font-size: 14px;
    height: 50px;
  }
  .recent_tech_box .box .next_page {
    bottom: 10px;
    left: 15px;
  }
  .recent_tech_box .box .next_page .title {
    font-size: 16px;
  }
  .recent_tech_box .bottom_bar {
    height: 70px;
    bottom: -30px;
  }
}

.footer {
  margin-top: 125px;
  background-image: url(/assets/images/footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 50px;
}
.footer .container-fluid .row .col-md-3 {
  max-width: 25vw;
}
.footer .container-fluid .row .col-md-3 .border_top {
  border-top: 3px solid #F21308;
}
.footer .container-fluid .row .col-md-3 i {
  color: #F21308;
  font-size: 20px;
  margin-top: 25px;
  box-shadow: 0px 0px 3px #fff;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .container-fluid .row .col-md-3 a {
  color: #FFF;
}
.footer .container-fluid .row .col-md-3 a:hover {
  color: #F21308;
}
.footer .container-fluid .row .col-md-3 .small {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.footer .container-fluid .row .col-md-3 .content {
  color: #FFF;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .footer .container-fluid .row {
    margin: 0px 0px 0px 0px;
  }
  .footer .container-fluid .row .col-md-3 .small {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
  }
  .footer .container-fluid .row .col-md-3 .content {
    color: #FFF;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (max-width: 991px) {
  .footer .container-fluid .row .col-md-3 {
    max-width: 100vw;
    padding: 0;
    flex: 0 0 45%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 565px) {
  .footer .container-fluid .row .col-md-3 {
    flex: 0 0 100%;
    margin-top: 30px;
  }
  .footer .container-fluid .row .col-md-3 img {
    margin-top: 15px !important;
  }
  .footer .container-fluid .row .col-md-3 .content {
    font-size: 16px;
    font-weight: 600;
  }
  .footer .container-fluid .row .col-md-3 .border_top {
    border-top: 2px solid #F21308 !important;
  }
}

.sub_footer {
  background: #060f37;
  width: 100%;
  height: 94px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.sub_footer a {
  color: #FFF;
}
.sub_footer a:hover {
  color: #F21308;
}
@media screen and (max-width: 772px) {
  .sub_footer .container {
    flex-direction: column;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
  }
}

.common_header {
  height: 440px;
  background: url(/assets/images/blurred-soft-people-meeting-table-business-people-talking-modern-office-generative-ai\ \(1\)\ 1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  position: relative;
  display: flex;
  align-items: center;
}
.common_header .back_nav {
  background: #F21308;
  color: #FFF;
  opacity: 0.7;
  padding: 10px 15px 10px 15px;
  font-weight: 600;
  border-radius: 5px;
}
.common_header .sub_heading {
  font-size: 48px;
  font-weight: 700;
}
.common_header .strip_main {
  position: absolute;
  right: 20%;
  display: flex;
  width: 400px;
  height: 100%;
}
.common_header .strip_main .strips {
  background: #F21308;
  opacity: 0.7;
  transform: skewX(25deg);
  width: 200px;
  height: 100%;
}
.common_header .strip_main .strips:nth-child(2) {
  opacity: 0.3;
  margin-left: -50px;
}
.common_header .bg_image {
  background: #000;
  opacity: 0.9;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .common_header .sub_heading {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .common_header .strips {
    display: none;
  }
  .common_header .sub_heading {
    margin-top: 10px;
  }
}

.testing_box .sub_heading {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .testing_box .flex_wrap {
    flex-wrap: wrap;
  }
  .testing_box .flex_wrap img {
    width: 100%;
  }
  .testing_box .col-6 {
    max-width: 100%;
    flex: auto;
    padding: 0px;
  }
  .testing_box .col-6 img {
    width: 100%;
  }
  .testing_box .mannual_image {
    width: 100%;
  }
}
.testing_box .challenge_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.testing_box .challenge_box .box {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  width: 630px;
  height: 230px;
  padding: 20px;
}
.testing_box .challenge_box .box:hover {
  border-radius: 10px;
}
.testing_box .challenge_box .box h6 {
  color: #060f37;
  font-size: 12px;
  font-weight: 600;
}
.testing_box .challenge_box .box .solution_header {
  color: #1aa12a;
}
@media screen and (max-width: 991px) {
  .testing_box .challenge_box .box {
    height: auto;
    margin-bottom: 40px;
  }
}
.testing_box .side_heading {
  margin-bottom: 20px;
  width: 80%;
  color: #001052;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .testing_box .side_heading {
    font-size: 20px;
    width: auto;
  }
}
.testing_box .testing_headers {
  color: #001052;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .testing_box .testing_headers {
    font-size: 18px;
    width: auto;
  }
}
.testing_box .practice_box {
  display: flex;
}
.testing_box .practice_box i {
  color: #F21308;
  font-size: 24px;
  font-weight: 700;
  margin-right: 20px;
}
.testing_box .tool_box_main {
  display: flex;
  justify-content: "";
  align-items: center;
}
.testing_box .tool_box_main img {
  width: 100%;
  height: 100%;
}
.testing_box .tool_box_main .auto_tool_box {
  padding: 20px;
  margin: 10px;
  border: 1px solid #ccc;
  border-top: 5px solid #001052;
  border-radius: 10px;
  width: 50%;
}
.testing_box .tool_box_main .auto_tool_box:hover {
  border-top: 5px solid #F21308;
  background: #ccc;
}
.testing_box .tool_box_main .auto_tool_box:hover b {
  background-color: #001052;
  color: #FFF;
}
.testing_box .tool_box_main .auto_tool_box b {
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.testing_box .tool_box_main .tool_box {
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  width: 33%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: "";
}
.testing_box .tool_box_main .tool_box:hover {
  border-top: 5px solid #001052;
}
.testing_box .tool_box_main .tool_box b {
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 3px solid #F21308;
}
.testing_box .label {
  background-color: #118891;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  text-align: center;
  margin-right: 10px;
  border-radius: 10px;
}
.testing_box .test_main {
  display: flex;
  justify-content: left;
  align-items: "";
  flex-wrap: wrap;
}
.testing_box .test_main .text_card {
  width: 39rem;
  border-radius: 10px;
  position: relative;
  border: 1px solid #ccc;
  padding: 10px;
  padding-top: 20px;
  margin: 10px 10px 20px 10px;
  border-top: 5px solid #001052;
}
.testing_box .test_main .text_card:hover {
  border-top: 5px solid #F21308;
  background: #ccc;
}
.testing_box .test_main .text_card:hover .label {
  background: #001052;
}
.testing_box .test_main .text_card:hover h6 {
  border-bottom: 1px solid #001052;
}
.testing_box .test_main .text_card .label {
  position: absolute;
  background-color: #001052;
  top: 5px;
  right: 10px;
  color: #FFF;
  padding: 5px 20px 5px 20px;
  text-align: center;
  margin-right: 10px;
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 991px) {
  .testing_box .test_main .text_card {
    width: auto;
  }
}

.privacy_box {
  margin-bottom: 10px;
}
.privacy_box .privacy_title {
  color: #001052;
  font-size: 18px;
  font-weight: 700;
}

.testing_page .side_heading {
  color: #001052;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .testing_page .side_heading {
    color: #001052;
    font-size: 24px;
    font-weight: 700;
  }
}
.testing_page i {
  font-size: 24px;
  color: #F21308;
  margin-right: 10px;
}
.testing_page .row .icon img {
  margin-right: 30px;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 1100px) {
  .testing_page .row .col-6 {
    max-width: 100%;
    flex: none;
  }
  .testing_page .row .col-6:nth-child(1) {
    display: none;
  }
}
.testing_page .box_height {
  position: relative;
  margin-bottom: 50px;
  width: 400px;
}
.testing_page .box_height img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 60%;
}
.testing_page .box_height .nav_link {
  padding: 15px;
  border-radius: 5px;
  background-color: #F21308;
  color: #FFF;
}
.testing_page .box_height .nav_link:hover {
  background-color: #001052;
  color: #FFF;
}
@media screen and (max-width: 415px) {
  .testing_page .box_height .nav_link {
    margin-bottom: 10px;
  }
}
.testing_page .box_height .card {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  color: #001052;
  background: #FFF;
  z-index: 2;
  margin-top: 160px !important;
  margin: auto;
  text-align: center;
  width: 90%;
}
.testing_page .box_height .card .card_title {
  margin: 5px 0px 10px 0px;
  font-size: 20px;
  font-weight: 700;
}
.testing_page .box_height .card .card_main {
  position: relative;
  padding: 15px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testing_page .box_height .card .card_main .card_icon {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  background: #FFF;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testing_page .box_height .card .card_main .card_icon img {
  width: 54px;
  height: 54px;
}
.testing_page .container .sub_heading {
  width: 70%;
  margin: auto;
  text-align: center;
}
.testing_page .test_card {
  position: relative;
  border-radius: 10px;
  padding: 30px 30% 30px 30px;
  background-color: #F21308;
  color: #FFF;
}
.testing_page .test_card p {
  color: #FFF;
}
.testing_page .test_card .nav_link {
  position: absolute;
  right: 30px;
  bottom: 20px;
  border-radius: 5px;
  padding: 14px;
  background-color: #FFF;
  color: #F21308;
}
@media screen and (max-width: 772px) {
  .testing_page .test_card {
    padding: 30px 30px 30px 30px;
  }
  .testing_page .test_card .nav_link {
    position: static;
  }
}
@media screen and (max-width: 991px) {
  .testing_page .container .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .testing_page .container .box_height {
    width: 100%;
  }
  .testing_page .container .box_height img {
    height: 85%;
  }
}
@media screen and (max-width: 772px) {
  .testing_page .container .box_height .card {
    width: 80%;
  }
  .testing_page .container .box_height .card .card_title {
    margin: 30px 0px 5px 0px;
  }
}
@media screen and (max-width: 565px) {
  .testing_page .container .sub_heading {
    width: auto;
  }
  .testing_page .container .box_height img {
    height: auto;
  }
}
@media screen and (max-width: 415px) {
  .testing_page {
    margin-top: 50px;
  }
  .testing_page .container .box_height {
    margin-bottom: 30px;
  }
  .testing_page .container .box_height .card {
    width: 90%;
  }
  .testing_page .container .box_height .card .card_main {
    padding: 0px;
  }
  .testing_page .container .box_height .card .card_main .card_title {
    margin: 45px 0px 0px 0px;
    font-size: 16px;
  }
  .testing_page .container .box_height .card .card_main p {
    font-size: 14px;
    padding: 0px 5px 0px 5px;
  }
  .testing_page .container .box_height:nth-child(6) {
    padding-top: 15px 0px 15px 0px;
    margin-bottom: 0;
  }
  .testing_page .container .box_height:nth-child(6) .title {
    font-size: 40px;
    line-height: 44px;
  }
}

.about_us .contact_box {
  position: absolute;
  bottom: -10px;
  left: 150px;
  background: #FFF;
  border-radius: 5px;
  border-left: 5px solid #F21308;
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: slide_right 0.5s ease-in-out;
}
.about_us img {
  border-radius: 20px;
  animation: slide_left 0.5s ease-in-out;
}
.about_us .image {
  position: absolute;
  bottom: 0;
  right: 50px;
}
@media screen and (max-width: 991px) {
  .about_us .col-6 {
    flex: none;
    max-width: 100%;
  }
  .about_us .col-6:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .Innovations .col-6 {
    flex: none;
    max-width: 100%;
  }
  .Innovations .col-6:nth-child(2) {
    display: none;
  }
}

.about_box {
  display: flex;
  justify-content: space-between;
}
.about_box .col-4 {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 30.333333%;
  padding: 0;
  animation: slide_in 0.5s ease-in-out;
}
.about_box .col-4 .about_card {
  border-radius: 10px 0px 10px 0px;
  display: flex;
  padding: 20px 5px 20px 20px;
  width: 100%;
  background-color: #FFF;
  color: #001052;
}
.about_box .col-4 .about_card p {
  margin: auto;
}
.about_box .col-4 .about_card img {
  margin-right: 25px;
  width: 30px;
  height: 40px;
}
.about_box .col-4 .about_card .header_text {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .about_box .col-4 .about_card {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .about_box {
    height: auto;
    flex-direction: column;
    margin-top: 50px;
  }
  .about_box .col-4 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about_box .col-4:last-child {
    margin-bottom: 0;
  }
  .about_box .col-4 .contact_card {
    height: 150px;
  }
}

.case_header .sub_heading {
  font-size: 64px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1250px) {
  .case_header .sub_heading {
    width: 80%;
    line-height: 70px;
  }
}
.case_header p {
  font-size: 24px;
  width: 70%;
  margin: auto;
  color: #8E8E8E;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .case_header p {
    width: 80%;
    font-size: 20px;
  }
}
@media screen and (max-width: 415px) {
  .case_header p {
    width: 90%;
    font-size: 18px;
  }
}

.case_box {
  display: flex;
  background: #EEEEEE;
  border-radius: 30px;
  padding: 50px 30px 50px 30px;
  margin-bottom: 75px;
}
.case_box .image_box {
  height: 350px;
  background: #FFF;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_box .image_box .qq_logo_color {
  color: #ff9809;
  font-size: 64px;
  font-weight: 700;
}
.case_box .title {
  text-transform: uppercase;
  color: #F21308;
  font-size: 16px;
  font-weight: 600;
}
.case_box .case_heading {
  color: #001052;
  margin-bottom: 20px;
  width: 450px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .case_box .case_heading {
    width: auto;
    font-size: 20px;
  }
}
.case_box a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 170px;
  text-align: center;
  padding: 15px;
  background-color: #F21308;
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .case_box a {
    position: static;
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .case_box {
    padding: 30px 10px 30px 10px;
    flex-direction: column-reverse;
  }
  .case_box .col-6 {
    max-width: 100%;
    flex: none;
  }
  .case_box .image_box {
    display: none;
  }
}

.case_detail_header .sub_heading {
  text-align: center;
}

.project_box_1,
.project_box_2 {
  margin-top: 75px;
}
.project_box_1 i,
.project_box_2 i {
  font-size: 24px;
  color: #F21308;
  margin-right: 10px;
}
.project_box_1 .project_header,
.project_box_2 .project_header {
  width: 443px;
  color: #001052;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.project_box_1 .case_image,
.project_box_2 .case_image {
  display: flex;
  align-items: center;
}
.project_box_1 .case_image img,
.project_box_2 .case_image img {
  position: absolute;
  width: 95%;
  border-radius: 10px;
  box-shadow: 0px 0px 1px;
}
.project_box_1 .box,
.project_box_2 .box {
  line-height: 35px;
  display: flex;
  font-weight: 600;
}
.project_box_1 .box .titles,
.project_box_2 .box .titles {
  color: #F21308;
  width: 100px;
}

@media screen and (max-width: 1100px) {
  .project_box_1 {
    margin-top: 50px;
  }
  .project_box_1 .d-flex:nth-child(1) .col-6:nth-child(1) {
    display: none;
  }
  .project_box_1 .d-flex:nth-child(1) .col-6:nth-child(2) {
    flex: none;
    max-width: 100%;
  }
  .project_box_1 .d-flex:nth-child(1) .project_header {
    width: auto;
  }
  .project_box_2 {
    margin-top: 50px;
  }
  .project_box_2 .d-flex:nth-child(1) .col-6:nth-child(2) {
    display: none;
  }
  .project_box_2 .d-flex:nth-child(1) .col-6:nth-child(1) {
    flex: none;
    max-width: 100%;
  }
  .project_box_2 .d-flex:nth-child(1) .project_header {
    width: auto;
  }
  .project_box_2 .arrow img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .video iframe {
    height: 300px;
  }
}
.touch_box {
  display: flex;
  margin-top: 125px;
}
.touch_box .sub_heading {
  font-size: 45px;
  line-height: 55px;
}
.touch_box .submit_form .form-control {
  margin: 15px 0px 10px 0px;
  height: 60px;
  border-left: 5px solid #F21308;
}
.touch_box .submit_form .form-control:nth-child(7) {
  border-left: 1px solid #ced4da;
}
.touch_box .submit_form .err_msg {
  color: #F21308;
  float: right;
  margin-bottom: 5px;
}
.touch_box .submit_form .form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(2, 29, 57, 0.714);
}
.touch_box .submit_form .btn_layout {
  border: none;
  cursor: pointer;
  width: 170px;
  height: 60px;
  background-color: #F21308;
  color: #FFF;
}
.touch_box .submit_form .checkbox {
  padding: 0px 10px 0px 10px;
  width: 250px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .touch_box {
    margin-top: 50px;
  }
  .touch_box .col-6 {
    flex: none;
    max-width: 100%;
    padding: 0;
  }
  .touch_box .col-6:nth-child(1) {
    display: none;
  }
  .touch_box .checkbox {
    width: 160px !important;
  }
  .touch_box .checkbox span {
    font-size: 14px;
  }
}

.alerts {
  position: fixed;
  bottom: 30px;
  z-index: 100;
  width: 100%;
  height: 100px;
  display: none;
  animation: slide-in 0.5s ease-in-out;
}
.alerts .close {
  border: 1px solid #001052;
  padding: 5px;
  border-radius: 30px;
  color: #001052;
  font-size: 16px;
  font-weight: 600;
}
.alerts .dialog {
  background-color: #FFF;
  color: rgba(16, 132, 16, 0.657);
  border-left: 10px solid rgba(24, 211, 24, 0.657);
  padding: 30px;
  box-shadow: 0px 0px 3px;
  width: 50%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .alerts .dialog {
    width: 100%;
  }
}

.detail_box {
  height: 20vh;
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}
.detail_box .col-4 {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 30.333333%;
  padding: 0;
}
.detail_box .col-4 .contact_card {
  margin: auto;
  text-align: center;
  border-radius: 10px 0px 10px 0px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  color: #001052;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail_box .col-4 .contact_card .header_text {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .detail_box {
    height: auto;
    flex-direction: column;
    margin-top: 50px;
  }
  .detail_box .col-4 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .detail_box .col-4:last-child {
    margin-bottom: 0;
  }
  .detail_box .col-4 .contact_card {
    height: 150px;
  }
}

.service_card .para {
  color: #8E8E8E;
  font-size: 24px;
  font-weight: 400;
}
.service_card i {
  font-size: 24px;
  color: #F21308;
  margin-right: 10px;
}
.service_card .sub_title {
  margin-bottom: 30px;
  color: #001052;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .service_card .col-6 {
    flex: none;
    max-width: 100%;
    padding: 0;
  }
  .service_card .serive {
    flex-direction: column;
  }
}
@media screen and (max-width: 625px) {
  .service_card .para {
    font-size: 16px;
  }
  .service_card .sub_title {
    margin-bottom: 20px;
    color: #001052;
    font-size: 20px;
    font-weight: 700;
  }
}

.tech_inner_card i {
  font-size: 24px;
  color: #F21308;
  margin-right: 10px;
}
.tech_inner_card .image_size img {
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0px 0px 2px;
  margin-right: 30px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 991px) {
  .tech_inner_card .image_size img {
    padding: 10px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .tech_inner_card .image_size {
    flex-direction: column;
  }
  .tech_inner_card .image_size p {
    flex-direction: column;
    align-items: start !important;
  }
}
.tech_inner_card .tech_sub_title {
  margin-bottom: 30px;
  color: #001052;
  font-size: 24px;
  font-weight: 700;
}

.why_choose_inner {
  color: #001052;
}
.why_choose_inner .choose_box {
  display: flex;
  justify-content: left;
}
.why_choose_inner .bottom_para {
  text-align: center;
  color: #8E8E8E;
  font-size: 24px;
  font-weight: 500;
}

.industry_box .media_flex {
  display: flex;
}
@media screen and (max-width: 991px) {
  .industry_box .media_flex {
    flex-direction: column;
  }
}
.industry_box .ind_card {
  margin: 10px;
  margin-bottom: 90px;
  width: 400px;
  padding-bottom: 0px !important;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 0px 1px;
  border-radius: 10px;
}
.industry_box .ind_card .card-img-top {
  height: 300px;
}
.industry_box .ind_card .card-body .main_header {
  color: #F21308;
  font-size: 18px;
  font-weight: 500;
}
.industry_box .ind_card .card-body .card-title {
  color: #001052;
  font-weight: 700;
}
.industry_box .ind_card .card-body .btn-red {
  background-color: #F21308;
  color: #FFF;
  padding: 10px 20px 10px 20px;
}
@media screen and (max-width: 991px) {
  .industry_box .ind_card {
    width: auto;
  }
}

.ind_inner_card img {
  width: 30px;
  height: 30px;
  margin-right: 30px;
}
.ind_inner_card i {
  font-size: 24px;
  color: #F21308;
  margin-right: 10px;
}

.error {
  text-align: center;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error h1 {
  color: #001052;
  font-size: 180px;
  font-weight: 700;
}
.error .error_msg {
  width: 747px;
  color: #8E8E8E;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .error .error_msg {
    width: auto;
    font-size: 24px;
    font-weight: 400;
  }
}
@media screen and (max-width: 415px) {
  .error .error_msg {
    width: auto;
    font-size: 20px;
    font-weight: 400;
  }
}
.error a {
  display: inline-block;
  margin-top: 50px;
  width: 196px;
  padding: 15px 10px 15px 10px;
  border-radius: 5px;
  background-color: #F21308;
  color: #FFF;
}
.error a img {
  transform: rotate(-90deg);
}
@media screen and (max-width: 991px) {
  .error a {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .who_we_are,
  .our_services,
  .why_choose,
  .recent_tech_box {
    margin-top: 100px;
  }
}
@media screen and (max-width: 415px) {
  .who_we_are,
  .our_services,
  .why_choose,
  .recent_tech_box {
    margin-top: 50px;
  }
  .footer {
    margin-top: 70px;
  }
}
@keyframes moving {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide-in {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}/*# sourceMappingURL=styles.css.map */