.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  background-color: #fff;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .nav-item {
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    font-weight: 300;
  }
  .dropdown-menu {
    --bs-dropdown-link-active-bg: $theme-color-2;
  }
  .dropdown-item:hover {
    background-color: #f48020 !important;
    color: #fff;
  }
  .dropdown-menu li {
    position: relative;
    font-size: 16px;
  }
  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    font-size: 18px;
  }
  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* ============ small devices .end// ============ */
.navbar .navbar-brand img {
  width: 170px;
}
.navbar .nav-item .nav-link {
  color: #000;
}
.navbar .navbar-toggler {
  background-color: #f48020;
}

@media only screen and (max-device-width: 480px) {
  #main_nav {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 70px;
    padding: 0 20px;
    border-top: 1px solid #ddd;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1490196078);
    z-index: 9;
  }
}
/* ============ only desktop view ============ */
/* ============ desktop view .end// ============ */
footer {
  margin-top: -7px;
}
footer a {
  text-decoration: none;
  color: inherit;
  transition: 1s;
}
footer a:hover {
  color: #2b77c9;
}
footer .footer_top {
  background-color: #b46203;
  color: #fff;
}
footer .footer_top .big_text {
  font-size: 30px;
}
@media only screen and (max-device-width: 480px) {
  footer .footer_top .big_text {
    font-size: 21px;
  }
}
footer .footer_top .small_text {
  font-size: 26px;
}
@media only screen and (max-device-width: 480px) {
  footer .footer_top .small_text {
    font-size: 18px;
  }
}
footer .footer_top .underlined_big_text {
  font-size: 30px;
}
@media only screen and (max-device-width: 480px) {
  footer .footer_top .underlined_big_text {
    font-size: 21px;
  }
}
footer .main_footer {
  background-image: url(../img/main_footer_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .main_footer form .text_box {
  background-color: rgba(255, 255, 255, 0.7294117647);
}
footer .main_footer .menu_list {
  list-style-type: none;
  font-size: 18px;
}
footer .main_footer .menu_list li a {
  color: #fff;
}
footer .main_footer .menu_list li a:hover {
  color: #f48020;
}
footer .main_footer .block_list {
  position: relative;
}
footer .main_footer .block_list:before {
  content: "";
  background: #f48020;
  height: 100%;
  width: 3px;
  position: absolute;
  height: 100%;
}
footer .main_footer .block_list ul {
  list-style-type: none;
}
footer .main_footer .block_list ul li a {
  color: rgba(255, 255, 255, 0.7294117647);
}
footer .main_footer .block_list ul li a:hover {
  color: #f48020;
}
footer .main_footer .social_icons_block .heading {
  font-size: 21px;
}
footer .main_footer .copyright_section {
  border-top: 2px solid #fff;
  color: #fff;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
}

p {
  margin-bottom: 0rem;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  word-spacing: -0.05em;
}

.para {
  margin-bottom: 1rem;
}
@media only screen and (max-device-width: 480px) {
  .para {
    font-size: 16px !important;
  }
}

.main_title {
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-device-width: 480px) {
  .main_title {
    font-size: 30px;
  }
}

.heading {
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-device-width: 480px) {
  .heading {
    font-size: 24px;
  }
}

.orange_btn {
  background-color: #f48020;
  padding: 7px 23px 8px 23px;
  color: #fff;
  transition: 1s;
}
@media only screen and (max-device-width: 480px) {
  .orange_btn {
    padding: 6px 10px 6px 10px;
    font-size: 10px;
  }
}
.orange_btn:hover {
  background: #2b77c9;
  color: #fff;
}

.blue_btn {
  background-color: #2b77c9;
  padding: 7px 23px 8px 23px;
  color: #fff;
  transition: 1s;
}
@media only screen and (max-device-width: 480px) {
  .blue_btn {
    padding: 6px 10px 6px 10px;
    font-size: 10px;
  }
}
.blue_btn:hover {
  background: #f48020;
  color: #fff;
}

.text-orange {
  color: #f48020;
}

.pos_relative {
  position: relative;
}

.breadcrumb {
  position: relative;
  margin-bottom: 0rem;
  overflow: hidden;
}
.breadcrumb .breadcrumb_text_block {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  color: #fff;
}
.breadcrumb .breadcrumb_text_block .breadcrumb_title {
  font-size: 44px;
}
@media only screen and (max-device-width: 480px) {
  .breadcrumb .breadcrumb_text_block .breadcrumb_title {
    font-size: 20px;
  }
}
.breadcrumb .breadcrumb_text_block .designation {
  font-size: 21px;
}
.breadcrumb .breadcrumb_text_block .breadcrumb_links {
  font-size: 21px;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-device-width: 480px) {
  .breadcrumb .breadcrumb_text_block .breadcrumb_links {
    font-size: 12px;
  }
  .breadcrumb .breadcrumb_text_block .breadcrumb_links img {
    width: 22px;
  }
}
.breadcrumb .breadcrumb_text_block .breadcrumb_links span.active {
  color: #f48020;
  font-weight: 600;
}
.breadcrumb .breadcrumb_text_block .breadcrumb_links a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb .member_img {
  position: absolute;
  right: 7%;
  top: 0;
  bottom: 0;
}

.bulleted_list {
  padding-left: 1rem;
  list-style-type: none;
  font-weight: 600;
  font-size: 18px;
}
.bulleted_list li {
  position: relative;
  margin-bottom: 0.8rem;
}
@media only screen and (max-device-width: 480px) {
  .bulleted_list li {
    font-size: 16px;
  }
}
.bulleted_list li::before {
  content: "";
  position: absolute;
  background: #2b77c9;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: -18px;
  top: 7px;
}

.orange_bulleted_list {
  padding-left: 1rem;
  list-style-type: none;
  font-weight: 600;
  font-size: 24px;
}
.orange_bulleted_list li {
  position: relative;
}
@media only screen and (max-device-width: 480px) {
  .orange_bulleted_list li {
    font-size: 16px;
  }
}
.orange_bulleted_list li::before {
  content: "";
  position: absolute;
  background: #f48020;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  left: -19px;
  top: 10px;
}

.orange_arrow_bulleted_list {
  padding-left: 2rem;
  list-style-type: none;
  font-size: 18px;
}
.orange_arrow_bulleted_list li {
  position: relative;
  margin-bottom: 0.8rem;
}
@media only screen and (max-device-width: 480px) {
  .orange_arrow_bulleted_list li {
    font-size: 16px;
  }
}
.orange_arrow_bulleted_list li::before {
  content: url(../img/icons/orange_bullet_list.svg);
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  left: -33px;
  top: 2px;
}

.blue_arrow_bulleted_list {
  padding-left: 2rem;
  list-style-type: none;
  font-size: 18px;
}
.blue_arrow_bulleted_list li {
  position: relative;
  margin-bottom: 0.8rem;
}
@media only screen and (max-device-width: 480px) {
  .blue_arrow_bulleted_list li {
    font-size: 16px;
  }
}
.blue_arrow_bulleted_list li::before {
  content: url(../img/icons/blue_bullet_list.svg);
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  left: -33px;
  top: 2px;
}

.bulleted_line {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-device-width: 480px) {
  .bulleted_line {
    font-size: 16px !important;
  }
}
.bulleted_line::before {
  content: "";
  position: absolute;
  background: #2b77c9;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: -10px;
}

.spec_block {
  position: relative;
  background: #fff;
  border: 3px solid;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 48px 20px 21px 21px;
  margin-top: 40px;
}
@media only screen and (max-device-width: 480px) {
  .spec_block {
    width: 85%;
  }
}
.spec_block ul {
  padding-left: 1rem;
}
@media only screen and (max-device-width: 480px) {
  .spec_block ul {
    font-size: 16px;
  }
}
.spec_block .block_title {
  font-size: 20px;
  font-weight: 700;
}
.spec_block.block1 {
  z-index: 5;
  border-color: #4a4aab;
}
.spec_block.block2 {
  z-index: 4;
  margin-left: -10px;
  border-color: #2b77c9;
}
.spec_block.block3 {
  z-index: 3;
  margin-left: -10px;
  border-color: #3ac3c9;
}
.spec_block.block4 {
  z-index: 2;
  margin-left: -10px;
  border-color: #4ebf60;
}
.spec_block.block5 {
  z-index: 1;
  margin-left: -10px;
  border-color: #94c736;
}
.spec_block .rounded_block {
  position: absolute;
  border: 3px solid;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0px;
  top: -33px;
  width: 104%;
  padding: 3px 12px 3px 20px;
  background: #fff;
}
.spec_block .rounded_block.block1 {
  border-color: #4a4aab;
}
.spec_block .rounded_block.block2 {
  border-color: #2b77c9;
}
.spec_block .rounded_block.block3 {
  border-color: #3ac3c9;
}
.spec_block .rounded_block.block4 {
  border-color: #4ebf60;
}
.spec_block .rounded_block.block5 {
  border-color: #94c736;
}
.spec_block .rounded_block .step {
  font-size: 26px;
  font-weight: 600;
}
.spec_block .rounded_block .step.step1 {
  color: #4a4aab;
}
.spec_block .rounded_block .step.step2 {
  color: #2b77c9;
}
.spec_block .rounded_block .step.step3 {
  color: #3ac3c9;
}
.spec_block .rounded_block .step.step4 {
  color: #4ebf60;
}
.spec_block .rounded_block .step.step5 {
  color: #94c736;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: 270px;
}
.flip-card .flip-card-inner .title {
  color: #f48020;
  font-size: 26px;
}
.flip-card .flip-card-inner .sub_title {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}
@media only screen and (max-device-width: 480px) {
  .flip-card .flip-card-inner {
    height: 270px;
  }
}
.flip-card .flip-card-inner .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #bbb;
  color: black;
}
.flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #000;
  color: white;
  transform: rotateY(180deg);
  overflow-y: scroll;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #f48020;
  border-radius: 10px;
}

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

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.floating_btn {
  position: fixed;
  bottom: 110px;
  right: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.floating_btn img {
  width: 42px;
}
.floating_btn .contact_icon {
  border-radius: 50px;
  box-shadow: 2px 2px 3px #999;
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.floating_btn p {
  color: #f48020;
  font-weight: 700;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.about_page .difference {
  background-image: url(../img/difference_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .digital_asic_soc .col-md-1 {
    width: 5.33%;
  }
}
.digital_asic_soc .myarrow {
  border-top: 2px dashed;
  position: relative;
}
.digital_asic_soc .myarrow img {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  transform: translate(36%, -50%);
}
.digital_asic_soc .listing {
  font-size: 14px;
}
.digital_asic_soc .title {
  font-size: 16px;
  font-weight: 600;
}
.digital_asic_soc .blink {
  animation: blink-animation 1.5s steps(5, start) infinite;
}
@media only screen and (max-device-width: 480px) {
  .digital_asic_soc .arrow {
    transform: rotate(90deg);
  }
}

.solution_service_page {
  background-color: #000;
  color: #fff;
}
.team_page .team .team_block {
  position: relative;
  height: 300px;
}
.team_page .team .team_block img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team_page .team .team_block .overlay_text {
  position: absolute;
  bottom: 0px;
  padding-left: 10px;
  background: rgba(17, 17, 16, 0.6901960784);
  width: 100%;
  padding-bottom: 10px;
  border-top: 6px solid #b51d30;
}
.team_page .team .team_block .overlay_text .title {
  color: #f48020;
  font-size: 26px;
}
.team_page .team .team_block .overlay_text .sub_title {
  color: #fff;
  font-size: 20px;
  text-align: left !important;
}
.team_page .team .team_block .overlay_text .small_text {
  color: #d9d9d9;
  font-size: 16px;
}
.team_page .team .team_block .overlay_text .linkedin_icon {
  width: 20px;
  height: 20px;
}
.team_page .asic_design_section .right_section {
  height: 100%;
  position: relative;
}
.team_page .asic_design_section .right_section .content_block {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  color: #fff;
  padding-left: 5%;
  padding-right: 10%;
}
.team_page .asic_design_section .right_section .content_block .heading {
  font-size: 36px;
}
@media only screen and (max-device-width: 480px) {
  .team_page .asic_design_section .right_section .content_block .heading {
    font-size: 21px;
  }
}
.team_page .asic_design_section .right_section .content_block .para {
  font-size: 24px;
}
@media only screen and (max-device-width: 480px) {
  .team_page .asic_design_section .right_section .content_block .para {
    font-size: 16px;
  }
}
@media only screen and (max-device-width: 480px) {
  .team_page .asic_design_section .right_section .content_block .orange_bulleted_list {
    font-size: 16px;
  }
  .team_page .asic_design_section .right_section .content_block .orange_bulleted_list li:before {
    left: -15px;
    top: 8px;
    height: 10px;
    width: 10px;
  }
}

.team_detail_page .technology_leader_section {
  background-image: url(../img/technology_leaders_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team_detail_page .technical_advisors_section {
  background-image: url(../img/technical_advisors_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team_detail_page .member_details .member_block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/member_block_bg.jpg);
  width: 300px;
  height: 300px;
  position: relative;
}
.team_detail_page .member_details .member_block .member_img {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.team_detail_page .member_details .member_block .member_text {
  position: absolute;
  bottom: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.431372549);
  color: #fff;
  width: 100%;
  padding: 2%;
}
.team_detail_page .member_details .member_block .member_text .name {
  font-size: 26px;
}
.team_detail_page .team_block {
  position: relative;
  height: 300px;
}
.team_detail_page .team_block img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team_detail_page .team_block .overlay_text {
  position: absolute;
  bottom: 0px;
  padding-left: 10px;
  background: rgba(17, 17, 16, 0.6901960784);
  width: 100%;
  padding-bottom: 10px;
  border-top: 6px solid #b51d30;
}
.team_detail_page .team_block .overlay_text .title {
  color: #f48020;
  font-size: 26px;
}
.team_detail_page .team_block .overlay_text .sub_title {
  color: #fff;
  font-size: 20px;
}
.team_detail_page .team_block .overlay_text .small_text {
  color: #d9d9d9;
  font-size: 16px;
}
.team_detail_page .team_block .overlay_text .linkedin_icon {
  width: 20px;
  height: 20px;
}

.career_page .career_dropdown {
  background: url(../img/icons/down_arrow.png) 96%/4% no-repeat #eee;
}
@media only screen and (max-device-width: 480px) {
  .career_page .orange_btn,
  .career_page .blue_btn {
    padding: 6px 10px 6px 10px;
    font-size: 18px;
  }
}
.career_page .job_overview .job_title {
  font-size: 22px;
}
.career_page .job_overview .qualification {
  background: #d9d9d9;
  border-radius: 120px;
  width: -moz-fit-content;
  width: fit-content;
}
.career_page .pagination {
  --bs-pagination-active-bg: #f48020 !important;
  --bs-pagination-color: inherit;
}

.serving_industries_page .team .team_block {
  position: relative;
  height: 100%;
}
.serving_industries_page .team .team_block img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serving_industries_page .team .team_block .overlay_text {
  position: absolute;
  bottom: 0px;
  padding-left: 10px;
  background: rgba(17, 17, 16, 0.6901960784);
  width: 100%;
  padding-bottom: 10px;
  border-top: 6px solid #b51d30;
}
.serving_industries_page .team .team_block .overlay_text .title {
  color: #f48020;
  font-size: 26px;
}
.serving_industries_page .team .team_block .overlay_text .sub_title {
  color: #fff;
  font-size: 20px;
}
.serving_industries_page .team .team_block .overlay_text .small_text {
  color: #d9d9d9;
  font-size: 16px;
}
.serving_industries_page .team .team_block .overlay_text .linkedin_icon {
  width: 20px;
  height: 20px;
}

.analog_design_page .section1 thead {
  background-color: #f48020;
  color: #fff;
}
.analog_design_page .section1 tr {
  line-height: 14px;
}
.analog_design_page .section2 {
  background-image: url(../img/analog_design_sec2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.analog_design_page .section3 .heading {
  font-size: 28px;
}
@media only screen and (max-device-width: 480px) {
  .analog_design_page .section3 .heading {
    font-size: 24px;
  }
}

.functional_safety_page .heading_section {
  background: #fff;
  border: 3px solid #f48020;
  border-radius: 10px;
}
.functional_safety_page .activity_block {
  background: #fff;
  padding: 20px 20px 20px 41px;
  position: relative;
  height: 100px;
  border: 3px solid #f48020;
  border-radius: 10px;
}
.functional_safety_page .activity_block img {
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translate(0%, -50%);
  width: 50px;
}

.io_interfaces_page .heading_section {
  background: #fff;
  border: 3px solid #f48020;
  border-radius: 10px;
}
.io_interfaces_page .activity_block {
  background: #fff;
  padding: 20px 20px 20px 41px;
  position: relative;
  height: 100px;
  border: 3px solid #f48020;
  border-radius: 10px;
}
.io_interfaces_page .activity_block img {
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translate(0%, -50%);
  width: 50px;
}

.security_subsystem_page .heading_section {
  background: #fff;
  border: 3px solid #f48020;
  border-radius: 10px;
}
.security_subsystem_page .activity_block {
  background: #fff;
  padding: 20px 20px 20px 41px;
  position: relative;
  height: 100px;
  border: 3px solid #f48020;
  border-radius: 10px;
}
.security_subsystem_page .activity_block img {
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translate(0%, -50%);
  width: 50px;
}

.application_subsystem_page .heading_section {
  background: #fff;
  border: 3px solid #f48020;
  border-radius: 10px;
}
.application_subsystem_page .activity_block {
  background: #fff;
  padding: 20px 20px 20px 41px;
  position: relative;
  height: 100px;
  border: 3px solid #f48020;
  border-radius: 10px;
}
.application_subsystem_page .activity_block img {
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translate(0%, -50%);
  width: 50px;
}

.memory_subsystem_page .heading_section {
  background: #fff;
  border: 3px solid #f48020;
  border-radius: 10px;
}
.memory_subsystem_page .activity_block {
  background: #fff;
  padding: 20px 20px 20px 41px;
  position: relative;
  height: 100px;
  border: 3px solid #f48020;
  border-radius: 10px;
}
.memory_subsystem_page .activity_block img {
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translate(0%, -50%);
  width: 50px;
}

.physical_implementation_page .main_block {
  position: relative;
  height: 50%;
  width: 81%;
  margin-top: 280px;
}
@media only screen and (max-device-width: 480px) {
  .physical_implementation_page .main_block {
    height: auto;
    width: auto;
    margin-top: 280px;
    padding-bottom: 30px;
  }
}
.physical_implementation_page .main_block .inner_block {
  background: #fccf60;
  padding-top: 10px;
  border: 2px solid;
  border-radius: 12px;
  position: relative;
  height: 100%;
  z-index: 2;
}
.physical_implementation_page .main_block .second_layer {
  position: absolute;
  top: -130px;
  background: #fff;
  z-index: 1;
  border: 2px solid;
  border-radius: 10px;
  padding: 10px 10px 16px 10px;
  height: 100%;
}
.physical_implementation_page .main_block .third_layer {
  position: absolute;
  top: -187px;
  background: #2b77c9;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: 10px;
  padding: 2% 2% 4% 3%;
  text-align: center;
}
.physical_implementation_page .icon {
  position: absolute;
  top: 0px;
  left: 100px;
}
@media only screen and (max-device-width: 480px) {
  .physical_implementation_page .icon {
    top: 23px;
    left: 160px;
  }
}
.physical_implementation_page .arrow {
  position: absolute;
  top: 50%;
  z-index: 999;
  right: 0px;
}
@media only screen and (max-device-width: 480px) {
  .physical_implementation_page .arrow {
    top: auto;
    bottom: 20px !important;
    transform: rotate(90deg) !important;
    left: 160px !important;
  }
}

.contact_page .section2 {
  background-image: url(../img/contact_form_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_page .section2 .form_text {
  background-image: url(../img/contact_sec2_blue_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 10% 10% 20%;
  color: #fff;
}
.contact_page .section2 .form_block {
  padding: 7%;
}
@media only screen and (max-device-width: 480px) {
  .contact_page .section2 .orange_btn {
    padding: 5px 21px 5px 21px;
    font-size: 17px;
  }
}

#form {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#form fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.finish {
  text-align: center;
}

#form fieldset:not(:first-of-type) {
  display: none;
}

#form .previous-step,
.next-step {
  width: 100px;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

.form,
.previous-step {
  background: #2b77c9;
}

.form,
.next-step {
  background: #f48020;
}

#form .previous-step:hover,
#form .previous-step:focus {
  background-color: #000000;
}

#form .next-step:hover,
#form .next-step:focus {
  background-color: #f48020;
}

.text {
  color: #f48020;
  font-weight: normal;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #f48020;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #step1:before {
  content: "1";
}

#progressbar #step2:before {
  content: "2";
}

#progressbar #step3:before {
  content: "3";
}

#progressbar #step4:before {
  content: "4";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: #2b77c9;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2b77c9;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #f48020;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #f48020;
}

.svg_block {
  transform: translateY(0px);
  transition: 0.8s all;
  transform-box: view-box;
  transform-origin: center;
  animation: svg-shadow 1s ease-in-out infinite alternate;
}
.svg_block:hover {
  animation: none;
}

.home_page .svg_img {
  margin-top: -17%;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home_page .banner_section {
    /* default iPad screens */
    height: 26vh;
  }
}
@media only screen and (max-device-width: 480px) {
  .home_page .banner_section {
    height: 100%;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home_page .banner_section .carousel .carousel-inner {
    /* default iPad screens */
    height: 26vh;
  }
}
@media only screen and (max-device-width: 480px) {
  .home_page .banner_section .carousel .carousel-inner {
    height: 100%;
  }
}
.home_page .banner_section .carousel .carousel-control-prev,
.home_page .banner_section .carousel .carousel-control-next {
  top: auto;
  bottom: 12px;
}
.home_page .banner_section .carousel .carousel-control-prev {
  right: 161px !important;
  left: auto;
}
@media only screen and (max-device-width: 480px) {
  .home_page .banner_section .carousel .carousel-control-prev {
    right: 128px !important;
  }
}
.home_page .banner_section .carousel .carousel-control-next {
  right: 36px;
}
@media only screen and (max-device-width: 480px) {
  .home_page .banner_section .carousel .carousel-control-next {
    right: 18px !important;
  }
}
.home_page .banner_section .carousel .carousel-control-next-icon,
.home_page .banner_section .carousel .carousel-control-prev-icon {
  width: 1rem;
  height: 1rem;
}
.home_page .banner_section .carousel .carousel-control-prev-icon {
  background-image: url(../img/icons/silder_left.svg) !important;
}
.home_page .banner_section .carousel .carousel-control-next-icon {
  background-image: url(../img/icons/slider_right.svg) !important;
}
.home_page .banner_section .carousel .carousel-indicators {
  justify-content: flex-end;
  margin-right: 6%;
  margin-bottom: 2rem;
}
.home_page .banner_section .carousel .carousel-indicators .active {
  background: #e27829;
}
.home_page .banner_section .carousel .carousel-indicators [data-bs-target] {
  margin-left: 0px;
  margin-right: 0px;
  border: 0px !important;
  height: 5px;
  opacity: 1;
}
@media only screen and (max-device-width: 480px) {
  .home_page .banner_section .carousel .carousel-indicators [data-bs-target] {
    height: 3px;
  }
}
.home_page .banner_section .carousel .carousel-caption {
  left: 5%;
  top: 50%;
  text-align: left;
  width: 500px;
  transform: translate(0%, -50%);
}
@media only screen and (max-device-width: 480px) {
  .home_page .banner_section .carousel .carousel-caption {
    top: 40%;
    width: 250px;
  }
}
.home_page .banner_section .carousel .carousel-caption .title {
  font-size: 42px;
  line-height: initial;
}
@media only screen and (device-width: 768px) {
  .home_page .banner_section .carousel .carousel-caption .title {
    font-size: 24px;
  }
}
@media only screen and (max-device-width: 480px) {
  .home_page .banner_section .carousel .carousel-caption .title {
    font-size: 15px;
  }
}
.home_page .banner_section .carousel .carousel-caption .text_block {
  position: relative;
  margin-left: 25px;
  margin-top: 20px;
}
@media only screen and (max-device-width: 480px) {
  .home_page .banner_section .carousel .carousel-caption .text_block {
    margin-left: 12px;
  }
}
.home_page .banner_section .carousel .carousel-caption .text_block:before {
  content: "";
  background: #fff;
  width: 3px;
  height: 150%;
  top: -8px;
  position: absolute;
  left: -20px;
}
@media only screen and (max-device-width: 480px) {
  .home_page .banner_section .carousel .carousel-caption .text_block:before {
    height: 108%;
    left: -9px;
    top: 0px;
  }
}
.home_page .banner_section .carousel .carousel-caption .text_block .sub_text {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-device-width: 480px) {
  .home_page .banner_section .carousel .carousel-caption .text_block .sub_text {
    font-size: 10px;
    margin-bottom: 2px;
    margin-top: 8px;
  }
}
.home_page .banner_section .carousel .carousel-control-next,
.home_page .banner_section .carousel .carousel-control-prev {
  width: 5%;
}
@media only screen and (max-device-width: 480px) {
  .home_page .banner_section .carousel .carousel-control-next,
  .home_page .banner_section .carousel .carousel-control-prev {
    width: 3%;
  }
}
.home_page .overview {
  background-image: url(../img/sec2-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_page .overview .white_curvy_section {
  border-radius: 150px 0px 0px 150px;
}
@media only screen and (max-device-width: 480px) {
  .home_page .overview .white_curvy_section {
    border-radius: 40px;
  }
}
.home_page .overview .white_curvy_section .chipset_img {
  position: absolute;
  left: -143px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media only screen and (max-device-width: 480px) {
  .home_page .overview .white_curvy_section .chipset_img {
    position: initial;
  }
}
.home_page .overview .white_curvy_section .block_heading {
  font-size: 32px;
}
.home_page .overview .white_curvy_section .sub_heading {
  font-size: 28px;
}
.home_page .overview .white_curvy_section .right_block {
  position: relative;
  margin-left: 10px;
}
.home_page .overview .white_curvy_section .right_block::before {
  content: "";
  background: #d9d9d9;
  position: absolute;
  height: 104%;
  width: 6px;
  left: -5px;
  top: 5px;
}
.home_page .expertise_areas {
  background-image: url(../img/expertise_area_bg.jpg);
}
.home_page .expertise_areas .expertise_area_block {
  position: relative;
}
.home_page .expertise_areas .expertise_area_block p {
  position: absolute;
  top: 30%;
  left: 30px;
  font-size: 26px;
}
.home_page .features {
  background-image: url(../img/features_bg_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_page .features .feature_block {
  position: relative;
  height: 100%;
}
.home_page .features .feature_block img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_page .features .feature_block .overlay_text {
  position: absolute;
  bottom: 0px;
  padding-left: 10px;
  background: rgba(17, 17, 16, 0.6901960784);
  width: 100%;
  padding-bottom: 10px;
}
.home_page .features .feature_block .overlay_text .title {
  color: #f48020;
  font-size: 26px;
}
.home_page .features .feature_block .overlay_text .sub_title {
  color: #fff;
  font-size: 20px;
}
.home_page .discussion {
  background-image: url(../img/discussion_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_page .discussion .heading {
  color: #f48020;
  font-size: 36px;
}
.home_page .discussion .left_block {
  font-size: 18px;
  position: relative;
  margin-left: 18px;
}
.home_page .discussion .left_block:before {
  content: "";
  background: #fff;
  position: absolute;
  height: 104%;
  width: 2px;
  left: -18px;
}
.home_page .discussion .left_block .list {
  list-style-image: url("../img//icons/list_marker.svg");
}
.home_page .discussion .left_block .bullet_statement {
  position: relative;
  margin-left: 40px;
}
.home_page .discussion .left_block .bullet_statement:before {
  content: url("../img//icons/vector.svg");
  background: azure;
  width: 6px;
  height: 43px;
  position: absolute;
  left: -36px;
  top: -6px;
}
.home_page .discussion .right_block img {
  border-radius: 6px;
  width: 75%;
}

.block_details {
  padding: 3%;
  border-left: 4px solid;
}

.animated {
  animation-duration: 10s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes svg-shadow {
  from {
    filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #f48020) drop-shadow(0 0 20px #f48020);
  }
  to {
    filter: drop-shadow(0 0 20px #fff) drop-shadow(0 0 125px #f48020) drop-shadow(0 0 40px #f48020);
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}/*# sourceMappingURL=style.css.map */