@charset "UTF-8";
/* Table Of Content - start
================================================== */
/* 
* Project Name   :  Digicode Informatik LLP – IT Solutions & Technology, Business Consulting, Software Company Site Template
* File           :  CSS Base
* Version        :  1.0.0

==================================================

1 - Template Global Settings
* - 1.1 - Template Fonts
* - 1.2 - Template Reset

2 - Template Elements
* - 2.01 - Template CSS Animations
* - 2.02 - Backtotop Button
* - 2.03 - Template Gapping or Spacing
* - 2.04 - Order & Unorder List
* - 2.05 - Buttons
* - 2.06 - Typography
* - 2.07 - Carousel or Slider
* - 2.08 - Form
* - 2.09 - Icon Block
* - 2.10 - Iconbox

3 - Template Parts
* - 3.01 - Site Header
* - 3.02 - Site Footer
* - 3.03 - Page Header, Page Banner, Breadcrumb
* - 3.04 - Sidebar

4 - Template Components
* - 4.01 - Hero Sections
* - 4.02 - Client Sections
* - 4.03 - About US Section
* - 4.04 - Policy Section
* - 4.05 - Service Section
* - 4.06 - Portfolio Section
* - 4.07 - Team Section
* - 4.08 - FAQ Section
* - 4.09 - Technology Section
* - 4.10 - Review Section
* - 4.11 - Industries Section
* - 4.12 - Blog Section
* - 4.13 - Call To Action Section

5 - Template Pages
* - 5.01 - Contact Page
* - 5.02 - About Page
* - 5.03 - Exchange Development Page
* - 5.04 - NFT Development Page

*/
/* Table Of Content - end
================================================== */
:root, [data-bs-theme=light] {
  --bs-body-font-family: "Roboto", sans-serif;
  --bs-heading-font-family: "Roboto", sans-serif;
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #646E7F;
  --bs-primary: #0087CD;
  --bs-primary-text: #FFFFFF;
  --bs-secondary: #0C1524;
  --bs-secondary-text: #646E7F;
  --bs-background: #FCFCFC;
  --bs-background-secondary: #EDF4F8;
  --bs-dark: #000000;
  --bs-light: #E3F0FF;
  --bs-info: #23BABF;
  --bs-warning: #F3A338;
  --bs-danger: #F26F4D;
  --bs-success: #47B16A;
  --bs-border-color: #0087CD;
  --bs-border-radius: 10px;
  --bs-border-radius-sm: 10px;
  --bs-transition: 300ms ease; 
}

/* 1.1 - Template Fonts - Start
================================================== */
@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto Medium';
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto SemiBold';
  src: url("../fonts/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; 
}
/* 1.1 - Template Fonts - End
================================================== */
/* 1.2 - Template Reset - Start
================================================== */
body {
  margin: 0;
  padding: 0;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  font-style: normal;
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  background-color: var(--bs-background);
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; 
}

.page_wrapper {
  position: relative; 
}
iframe {
  border: none; 
}
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none; 
}
img:not([draggable]),
embed,
object,
video {
  height: auto;
  max-width: 100%; 
}
img {
  border: none;
  height: auto;
  max-width: 100%;
  user-select: none;
  vertical-align: middle; 
}
a {
  outline: 0;
  display: inline-block;
  text-decoration: none;
  transition: var(--bs-transition);
  font-family: var(--bs-body-font-family); 
}
a:active, a:focus, a:hover, a:visited {
  outline: 0;
  text-decoration: none; 
}
ul, ol, li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
button {
  padding: 0px;
  border: none;
  outline: none;
  background: none;
  display: inline-block;
  transition: var(--bs-transition);
  font-family: var(--bs-body-font-family); 
}
button:focus {
  outline: none; 
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--bs-secondary);
  font-family: var(--bs-heading-font-family); 
}
h1:has(b), h2:has(b), h3:has(b), h4:has(b), h5:has(b), h6:has(b) {
  font-weight: 300; 
}
h1:has(b) b, h2:has(b) b, h3:has(b) b, h4:has(b) b, h5:has(b) b, h6:has(b) b {
  font-weight: 700; 
}
h1:has(strong), h2:has(strong), h3:has(strong), h4:has(strong), h5:has(strong), h6:has(strong) {
  font-weight: 300; 
}
h1:has(strong) strong, h2:has(strong) strong, h3:has(strong) strong, h4:has(strong) strong, h5:has(strong) strong, h6:has(strong) strong {
  font-weight: 700; 
}
b, strong {
  font-weight: 700;
  font-family: 'Roboto Bold'; 
}
hr {
  opacity: 1;
  height: 1px;
  border: none;
  margin: 25px 0;
  background-color: var(--bs-border-color); 
}
mark {
  padding: 0;
  color: var(--bs-primary);
  background-color: transparent; 
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px; 
}
.row {
  margin: 0 -15px; 
}
[class*="col-"] {
  padding: 0 15px; 
}
.xb-hidden {
  overflow: hidden; 
}
.dropdown-menu {
  padding: 6px 0;
  margin-top: 20px;
  transition: 200ms;
  background-color: var(--bs-white);
  border-radius: var(--bs-border-radius);
  border: none;
  border-top: 3px solid var(--bs-border-color);
  box-shadow: 0 20px 40px 0 rgba(2, 8, 66, 0.1);
  z-index: -1; 
}
.dropdown-menu > li {
  padding: 0 6px; 
}
.dropdown-menu > li:not(:last-child) {
  margin-bottom: 1px; 
}
.dropdown-menu > li > a {
  gap: 8px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  border-radius: 7px;
  align-items: center;
  white-space: nowrap;
  color: var(--bs-dark);
  padding: 12px 22px 8px;
  justify-content: space-between; 
}
.dropdown-menu > li:hover > a, .dropdown-menu > li.active > a {
  color: var(--bs-primary);
  background-color: var(--bs-light); 
}
.dropdown-toggle::after {
  margin: 0;
  border: none;
  line-height: 1;
  content: '\f107';
  font-weight: 400;
  color: var(--bs-body-color);
  font-family: 'Font Awesome 6 Pro'; 
}

@media screen and (min-width: 992px) {
  .dropdown-menu {
    left: 0;
    transform: translateY(4px); 
  }
  .dropdown-menu > .dropdown > .dropdown-menu {
    left: 100%;
    transform: translateY(4px); 
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
    transform: translateY(0px); 
    z-index: 1;
  }
  .dropdown:hover > .dropdown-menu > .dropdown > .dropdown-menu {
    transform: translateY(0px); 
  } 
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute; 
}
.section_decoration {
  z-index: 1;
  position: relative; 
}
.section_decoration .decoration_item {
  z-index: -1;
  position: absolute; 
}
/* 1.2 - Template Reset - End
================================================== */
/* 2.01 - Template CSS Animations - Start
================================================== */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes phoneRinging {
  from {
    transform: rotate3d(0, 0, 1, 0deg); }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg); }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg); }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg); }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg); }
  80% {
    transform: rotate3d(0, 0, 1, 0deg); } 
  }
[class*="fa-phone"] {
  animation: phoneRinging 1.5s infinite linear; 
}

@keyframes hueRotate {
  from {
    filter: hue-rotate(0); }
  to {
    filter: hue-rotate(360deg); } 
  }
.hueRotate {
  animation: hueRotate 3s linear infinite;
  background: linear-gradient(0deg, #FAEC60, #F3A338, #F37528, #F44380, #BE3DB3, #0044EB, #5A71F1, #439EFF); }

@keyframes ripple {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1.75); } 
  }
.ripple {
  animation: ripple 1.5s linear infinite; 
}

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } 
  }
.spin {
  animation: spin 5000ms infinite linear; 
}

@keyframes spinReverse {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } 
  }
.spinReverse {
  animation: spinReverse 5000ms infinite linear; 
}

@keyframes borderDashedAnimation {
  0% {
    background-position: left top, right bottom, left bottom, right top; }
  100% {
    background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px; } 
  }
.borderDashedAnimation {
  animation: borderDashedAnimation .5s infinite linear; 
}

@keyframes preloaderSpin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); 
  } 
}

/* .preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 999999;
  background-color: var(--bs-dark); 
} */
.preloader .loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  margin: auto;
  background: url("../images/loader.gif") 50% 50% no-repeat
    rgb(255, 255, 255);
  opacity: 1;
}
/* 2.01 - Template CSS Animations - End
================================================== */
/* 2.02 - Backtotop Button - Start
================================================== */
.backtotop {
  right: 30px;
  bottom: 30px;
  z-index: 999;
  display: none;
  position: fixed; 
}
.backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 16px;
  position: relative;
  align-items: center;
  border-radius: 100%;
  color: var(--bs-dark);
  justify-content: center;
  background-color: var(--bs-primary-text);
  border: 1px solid var(--bs-border-color);
  box-shadow: 0 20px 30px 0 rgba(174, 191, 210, 0.3); 
}
.backtotop .scroll:hover {
  color: var(--bs-dark); 
}
.backtotop .scroll i {
  animation: bttIconMover 1s infinite alternate; 
}
/* 2.02 - Backtotop Button - End
================================================== */
/* 2.03 - Template Gapping or Spacing - Start
================================================== */
.section_space {
  padding: 90px 0 0;
}
/* 2.03 - Template Gapping or Spacing - End
================================================== */
/* 2.04 - Order & Unorder List - Start
================================================== */
[class*="unordered_list"] {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
}
[class*="unordered_list"] > li {
  float: left;
  list-style: none;
  /* display: inline-block;  */
}
.unordered_list_block {
  display: flex;
  flex-direction: column; 
}
.unordered_list_block > li {
  width: 100%;
  display: block; 
}
.icon_list.unordered_list_block {
  gap: 20px; 
  margin: 0 0 30px;
}
.icon_list > li {
  gap: 10px;
  display: flex;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  font-family: 'Roboto Semibold';
  align-items: center; 
  color: var(--bs-dark);
}
.icon_list a {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--bs-body-color); 
}
.icon_list a:hover {
  color: var(--bs-primary); 
}
/* 2.04 - Order & Unorder List - End
================================================== */
/* 2.05 - Buttons - Start
================================================== */
.btns_group {
  gap: 30px;
  display: flex;
  padding: 50px 0;
  align-items: center;
  justify-content: center; }

.btn {
  gap: 8px;
  line-height: 1;
  padding: 30px 56px 45px;
  font-size: 18px;
  overflow: hidden;
  font-weight: 700;
  transition: 300ms;
  position: relative;
  align-items: center;
  letter-spacing: 1px;
  display: inline-flex;
  color: var(--bs-primary-text);
  justify-content: center;
  text-transform: uppercase;
  font-family: 'Roboto SemiBold';
  background-color: transparent;
  border: none;
  border-radius: unset; 
  background-image: url("../images/button.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn:focus-visible {
  outline: none;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
a.btn.btn-primary {
  color: var(--bs-primary);
  background-image: url("../images/button_2.png");
}
.btn:hover, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: transparent;
  color: var(--bs-primary-text);
}
:not(.btn-check)+.btn.btn-primary:active {
  color: var(--bs-primary);
}
.btn .btn_icon {
  line-height: 1;
  font-size: 16px; 
}
.btn .btn_label {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 0;
  /* transition: transform 0.4s cubic-bezier(0.15, 0.85, 0.31, 1);  */
}
/* .btn .btn_label:before {
  top: 120%;
  left: 50%;
  width: 100%;
  display: block;
  position: absolute;
  content: attr(data-text);
  transform: translateX(-50%); 
} */
/* .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active,
.btn:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  box-shadow: none; 
} */
/* .btn:hover .btn_label {
  transform: translateY(-81%); 
} */
.btn-dark {
  border-color: var(--bs-dark);
  background-color: var(--bs-dark); 
}
.btn-light {
  color: var(--bs-dark);
  border-color: var(--bs-light);
  background-color: var(--bs-light); 
}
.btn-warning {
  --bs-warning: #FFBE16;
  color: var(--bs-dark);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning); 
}
.btn-warning:hover {
  color: var(--bs-dark);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning); 
}
[class*="-outline-light"] {
  color: var(--bs-dark);
    background-color: rgba(var(--bs-primary-rgb), 0.06);
  border-color: var(--bs-border-color); 
}
[class*="-outline-light"]:hover {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
  box-shadow: none; 
}

.btn_unfill {
  gap: 10px;
  font-size: 18px;
  line-height: 32px;
  align-items: center;
  display: inline-flex;
  color: var(--bs-body-color); 
  font-weight: 500;
  font-family: 'Roboto Medium';
}
.btn_unfill .btn_icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  color: var(--bs-primary-text);
  justify-content: center;
  transition: var(--bs-transition);
  background-color: var(--bs-primary); }
.btn_unfill:hover {
  color: var(--bs-dark); 
}
.btn_unfill:hover .btn_icon {
  color: var(--bs-white);
  background-color: var(--bs-dark); 
}
/* 2.05 - Buttons - End
================================================== */
/* 2.06 - Typography - Start
================================================== */
.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  transform: translateZ(0);
}
.heading_block {
  position: relative;
  margin-bottom: 40px; 
}
.heading_block h3 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.heading_block h3 span {
  display: block;
}
.heading_block h2 {
  font-size: 40px;
  line-height: 40px;
  margin: 30px 0 40px;
  letter-spacing: -1px;
}
.heading_block .heading_description {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: 'Roboto Medium'; 
  color: var(--bs-secondary-text);
}
/* 2.06 - Typography - End
================================================== */
/* 2.07 - Carousel or Slider - Start
================================================== */
.swiper-pagination-bullets {
  display: flex;
  position: static;
  padding: 30px 0 0;
  justify-content: center; 
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px; 
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bs-primary); 
}
.swiper-pagination {
  display: block !important;
}
.swiper-pagination.swiper-pagination-hidden {
  display: none !important;
}
/* 2.07 - Carousel or Slider - End
================================================== */
/* 2.08 - Form - Start
================================================== */
.details_item_info_title {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  color: var(--bs-dark);
  text-align: center;
}
.form-group {
  position: relative; 
  margin-bottom: 30px;
}
.input_title {
  display: block;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--bs-primary);
  font-family: 'Roboto Bold'; 
}
.form-group:not(:last-child) {
  margin-bottom: 30px; 
}
.form-group .form-control,
.form-group .form-select {
  padding: 17px 25px;
  font-size: 16px;
  color: var(--bs-dark);
  transition: 0.3s ease;
  background-color: var(--bs-white);
  border-radius: 50px;
  border: 2px solid var(--bs-primary);
  box-shadow: 0 5.33px 36px 0 rgba(0, 0, 0, 0.16);
}
.form-group .form-control:focus,
.form-group .form-select:focus {
  border-color: var(--bs-primary); 
}
.form-group .form-select {
  color: var(--bs-dark); 
}
.form-group .form-control::placeholder,
.form-group .form-select::placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-group .form-select:-ms-input-placeholder {
  color: var(--bs-dark);
  font-size: 16px; 
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--bs-dark);
}
.form-group textarea.form-control {
  min-height: 180px; 
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none; 
}
.form-check {
  padding-left: 30px; 
}
.form-check .form-check-input {
  width: 20px;
  height: 20px;
  box-shadow: none;
  margin: 0 0 0 -30px; 
}
.form-check .form-check-label {
  cursor: pointer; 
}
/* 2.08 - Form - End
================================================== */
/* 2.09 - Icon Block - Start
================================================== */
.icon_block {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  font-size: 20px;
  overflow: hidden;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  color: var(--bs-dark);
  justify-content: center;
  border: 1px solid var(--bs-light);
  background-color: var(--bs-light); 
}
.icon_block:hover {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary); 
}
/* 2.09 - Icon Block - End
================================================== */
/* 2.10 - Iconbox - Start
================================================== */
.short_content {
  padding: 30px;
  border-radius: 20px;
  background: var(--bs-primary);
}
.short_content .short_title {
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--bs-primary-text);
}
.short_content .short_desc {
  margin: 0 0 20px;
  color: var(--bs-primary-text);
}
.short_content .btn {
  position: relative;
  border: none;
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
/* 2.10 - Iconbox - End
================================================== */
/* 3.01 - Site Header - Start
================================================== */
.site_header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: absolute;
  transition: transform .5s; 
}
/* .site_header .site_logo .site_link {
  max-width: 261px; 
} */
.site_header .header_btns_group {
  gap: 15px;
  display: flex;
  align-items: center; 
}
.site_header .header_btns_group > li:first-child {
  display: none; 
}
.site_header .header_btns_group .btn {
  padding: 0 30px; 
}
/* .site_header .header_btns_group .btn .btn_label {
  padding: 25px 0px 23px; 
} */
.site_header .header_btns_group .btn:hover .btn_label {
  transform: translateY(-81%); 
}
.nav-link:focus-visible {
  box-shadow: none;
}

.main_menu_list {
  gap: 30px; 
}
.main_menu_list > li > a {
  z-index: 1;
  display: flex;
  line-height: 1;
  color: inherit;
  display: block;
  font-size: 18px;
  position: relative;
  align-items: center;
  color: var(--bs-dark);
  min-height: 50px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center; 
}
.nav-link:focus, .nav-link:hover {
  color: var(--bs-dark);
}
.btn-outline-light {
  gap: 8px;
  line-height: 1;
  padding: 22px 18px;
  font-size: 18px;
  overflow: hidden;
  font-weight: 700;
  transition: 300ms;
  position: relative;
  align-items: center;
  letter-spacing: 1px;
  display: inline-flex;
  color: var(--bs-dark);
  justify-content: center;
  text-transform: uppercase;
  font-family: 'Roboto SemiBold';
  background-color: var(--bs-background-secondary);
  border: 1px solid var(--bs-primary);
  border-radius: 10px; 
}

@media (min-width: 992px) {
  .main_menu_list > li > a {
    min-height: 127px; 
  } 
}

.main_menu_list > li.active > a,
.mega_menu_wrapper .megamenu_widget ul li.active a {
  color: var(--bs-primary); 
  font-weight: 700;
} 
.main_menu_list > li:hover > a {
  color: var(--bs-primary); 
}
.main_menu_list > li:hover > a:after {
  transform: rotateX(-180deg); 
}
.main_menu_list .dropdown > a {
  position: relative; 
}
.main_menu_list .dropdown > a:after {
  float: right;
  font-size: 14px;
  content: "\f107";
  font-weight: 900;
  margin: 1px 0 0 4px;
  transition: var(--bs-transition);
  font-family: "Font Awesome 6 Pro"; 
}
.main_menu_list .dropdown-menu {
  min-width: 240px; 
}
/* .main_menu_list .dropdown-menu.mega_menu_wrapper {
  min-height: 400px;
} */
.main_menu_list .dropdown-menu .dropdown > a:after {
  margin-top: -2px;
  content: '\f105'; 
}
.main_menu_list .dropdown-menu .dropdown-menu {
  top: 0;
  margin: 0;
  left: 100%; 
}
.main_menu_list .dropdown-menu.mega_menu_wrapper {
  margin: 0 !important; 
}
.stricked-menu .main_menu_list > li > a {
  min-height: 90px; 
}
.site_header .stricked-menu .dropdown-menu.mega_menu_wrapper {
  top: 90px; 
}
.site_header .header_content > .container > .row > [class*="col-"] {
  padding: 0 15px; 
}
.dropdown:has(.mega_menu_wrapper) {
  position: static; 
}
.mega_menu_wrapper {
  left: 0;
  right: 0;
  border: none;
  padding: 0;
  position: fixed;
  border-radius: 0px;
  transform: translate(0, 0);
  box-shadow: -2px 24px 52px 0 rgba(0, 0, 0, 0.1); 
}
.mega_menu_wrapper .row:has(> [class*="col-"] > .megamenu_widget) > [class*="col-"] {
  padding: 50px;
}
.mega_menu_wrapper .row:has(> [class*="col-"] > .megamenu_widget) > [class*="col-"]:not(:last-child) {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: var(--bs-border-color);
}
.mega_menu_wrapper .megamenu_info_title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 28px;
  color: var(--bs-primary);
}
.mega_menu_wrapper .social_area {
  display: flex;
  padding: 36px 0;
  align-items: center;
  justify-content: space-between;
  color: var(--bs-dark);
  border-top: 1px solid var(--bs-border-color);
}
.mega_menu_wrapper .social_icons_block {
  gap: 20px;
  position: relative;
}
.mega_menu_wrapper .social_icons_block::before {
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: var(--bs-dark);
  display: inline-block;
  content: attr(data-text);
  font-family: "Axiforma Bold";
}
.mega_menu_wrapper .social_icons_block a [class*="fa-facebook"] {
  color: #3d6ad6;
}
.mega_menu_wrapper .social_icons_block a [class*="fa-twitter"] {
  color: #000000;
}
.mega_menu_wrapper .social_icons_block a [class*="fa-linkedin"] {
  color: #0073b1;
}
.mega_menu_wrapper .social_icons_block a [class*="fa-dribbble"] {
  color: #d31f61;
}
.mega_menu_wrapper .megamenu_widget {
  margin-bottom: 20px;
}
.mega_menu_wrapper .megamenu_widget ul {
  gap: 20px; 
}
.mega_menu_wrapper .megamenu_widget ul li {
  font-size: 18px; 
  line-height: 20px;
}
.mega_menu_wrapper .megamenu_widget ul li a {
  color: var(--bs-secondary); 
}
.mega_menu_wrapper .megamenu_widget ul li a:hover {
  color: var(--bs-primary); 
}
.megamenu_pages_wrapper {
  padding: 50px 0;
}
.iconbox_block_2 {
  display: block;
  color: var(--bs-dark);
  padding: 25px 15px;
  transition: var(--bs-transition);
  border-radius: var(--bs-border-radius); 
  margin-bottom: 15px;
}
.iconbox_block_2 .icon_title_wrap {
  gap: 10px;
  display: flex;
  align-items: center; 
}
.iconbox_block_2 .iconbox_icon {
  flex: 0 0 auto;
  border-radius: 5px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: var(--bs-primary); 
}
.iconbox_block_2 .iconbox_title {
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-secondary);
  font-family: 'Roboto SemiBold'; 
}
.iconbox_block_2:hover,
.iconbox_block_2.active {
  background-color: var(--bs-light); 
}
.megamenu_case, .mega_menu_wrapper .site_author {
  padding: 50px;
}
.megamenu_case h3 {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--bs-primary-text);
  text-transform: uppercase;
  font-family: "Axiforma Medium";
}
.megamenu_case h4 {
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0 0;
  color: var(--bs-primary-text);
  font-family: "Axiforma SemiBold";
}
.megamenu_case img {
  margin: 30px 0;
  display: block;
}
.author_box {
  gap: 26px;
  z-index: 1;
  position: relative;
  align-items: center;
  display: inline-flex;
}
.author_box .author_image {
  width: 97px;
  height: 110px;
  flex: 0 0 auto;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}
.author_box .author_name {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  font-family: "Axiforma SemiBold";
}
.author_box .author_designation {
  display: block;
  line-height: 1;
  font-size: 14px;
  color: var(--bs-body-color);
}
.mega_menu_wrapper .author_box .author_designation {
  opacity: 0.8;
}
.author_box .quote_icon {
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 119px;
  position: absolute;
}
.mega_menu_wrapper .site_author p {
  font-size: 18px;
  font-weight: 500;
  margin: 29px 0 0;
  line-height: 28px;
  font-family: "Axiforma Medium";
}
.iconbox_block_2 .iconbox_icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 5px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: rgba(0, 68, 235, 0.1);
}

@media screen and (min-width: 992px) {
  .dropdown:hover > .mega_menu_wrapper {
    transform: translate(0%, 0px); 
  } 
  .main_menu_list .dropdown-menu.mega_menu_wrapper {
    min-height: 400px;
  }
}

.site_header + main {
  padding-top: 130px; 
}
.site_header .header_content {
  background-color: var(--bs-white);
  border-bottom: 3px solid var(--bs-border-color); 
  box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, 0.25);
}
.site_header .header_content .main_menu {
  padding: 0; 
}
.site_header .dropdown-menu {
  margin-top: 0; 
  border-top: 3px solid var(--bs-primary);
}
.site_header .dropdown-menu.mega_menu_wrapper {
  top: 127px; 
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 3px solid var(--bs-primary);
}
.site_header.sticky .header_top {
  display: none; 
}
.site_header.sticky .header_content {
  padding: 15px 0;
  border-radius: 0px; 
}
.site_header.sticky .dropdown-menu {
  margin-top: 33px; 
}
.site_header.sticky .dropdown-menu:before {
  top: -37px;
  height: 36px; 
}
.site_header.sticky .dropdown-menu.mega_menu_wrapper {
  top: 82px; 
}
.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  background-color: #fff; 
}
.stricked-menu .main-menu ul li a {
  padding: 30px 0; 
}
.stricked-menu.stricky-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09); 
}
.mobile_menu_btn {
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  color: var(--bs-dark);
  justify-content: center;
  border: 1px solid var(--bs-light); 
}
.mobile_menu_btn:hover {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary); 
}

@media screen and (min-width: 992px) {
  .site_header .dropdown-menu.mega_menu_wrapper {
    max-height: -webkit-fill-available;
  }
}
@media screen and (max-width: 991px) {
  .site_header .main_menu {
    left: 0;
    right: 0;
    top: 88px;
    padding: 0;
    z-index: 999;
    position: fixed; 
  }
  .site_header.sticky .main_menu {
    top: 82px; 
  }
  .main_menu_inner {
    padding: 0 15px; 
  }
  .main_menu_list > li {
    width: 100%;
    display: block; 
  }
  .main_menu_list {
    margin: auto;
    padding: 15px;
    max-width: 700px;
    border-radius: 10px;
    background-color: var(--bs-white);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12); 
  }
  .main_menu_list > li > a {
    width: 100%;
    display: block; 
  }
  .main_menu_list .dropdown-menu {
    position: static;
    box-shadow: none; 
  }
  .main_menu_list > li > a {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px; 
  } 
  .stricked-menu .main_menu_list > li > a {
    min-height: 1px; 
  }
}
/* 3.01 - Site Header - End
================================================== */
/* 3.02 - Site Footer - Start
================================================== */
.site_footer {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  background-color: var(--bs-secondary);
}
.home .site_footer,
.contact_us .site_footer {
  margin-top: 0;
}
.site_footer::before {
  content: '';
  position: absolute;
  top: -67%;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.09;
  background: var(--bs-background-secondary);
  clip-path: ellipse(55% 100% at 50% 0%);
  -webkit-clip-path: ellipse(55% 100% at 50% 0%);
}
.site_footer::after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -67%;
  width: 100%;
  height: 100%;
  opacity: 0.09;
  background: var(--bs-background-secondary);
  clip-path: ellipse(60% 100% at 50% 100%);
  -webkit-clip-path: ellipse(60% 100% at 50% 100%);
}
.footer_layout .footer_main_content {
  padding: 100px 0; 
}
 .footer_layout .content_box {
  position: relative;
  z-index: 1;
}
.diract_contact_links .iconbox_block {
  display: flex;
  gap: 20px;
}
.diract_contact_links {
  padding: 140px 0 0; 
}
.diract_contact_links .iconbox_icon {
  min-width: 90px;
  height: 90px; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-primary-text);
  box-shadow: inset 0 0 14px 4px rgba(0, 0, 0, 0.46);
}
.diract_contact_links .iconbox_block .iconbox_icon img {
  max-width: 50px; 
}
.diract_contact_links .iconbox_block .iconbox_title {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--bs-primary-text);
}
.diract_contact_links .iconbox_block p {
  font-size: 18px;
  margin: 0;
  color: var(--bs-primary-text); 
}
.footer_info_title {
  font-size: 28px;
  margin-bottom: 30px; 
  color: var(--bs-primary-text);
}
.site_footer .icon_list > li {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto Regular'; 
}
.site_footer .icon_list.unordered_list_block {
  gap: 20px; 
}
.footer_layout .icon_list > li a {
  color: var(--bs-primary-text); 
}
.site_footer .icon_list > li > a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px; 
}
.site_footer .icon_list.unordered_list {
  gap: 20px; 
}
.site_footer .icon_list.unordered_list > li {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto Medium'; 
}
.site_footer .icon_list.unordered_list > li:first-child .icon_list_icon {
  display: none; 
}
.site_footer p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  color: var(--bs-primary-text); 
}
.footer_layout .social_links_block {
  margin: 30px 0 20px;
  gap: 10px; 
}
.footer_newslatter {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 20px;
  border-bottom: 1px solid var(--bs-primary-text); 
}
.footer_newslatter input {
  flex: 1;
  border: none;
  width: 100%;
  color: var(--bs-primary-text); 
  background-color: transparent; 
}
.footer_newslatter button {
  color: var(--bs-primary-text); 
}
.footer_newslatter button:hover {
  opacity: 0.8; 
}
.footer_layout .footer_bottom {
  z-index: 1;
  position: relative;
  padding: 20px 0; 
  background-color: var(--bs-primary);
}
.site_footer .copyright_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: 'Roboto Semibold'; 
}
.site_footer .copyright_text a {
  color: currentColor;
}
.site_footer .copyright_text a:hover {
  text-decoration: underline; 
}
.footer_layout .footer_newslatter input::placeholder {
  color: var(--bs-primary-text); 
}
.footer_layout .footer_newslatter input:-ms-input-placeholder {
  color: var(--bs-primary-text); 
}
.footer_layout .footer_newslatter input::-ms-input-placeholder {
  color: var(--bs-primary-text); 
}
/* 3.02 - Site Footer - End
================================================== */
/* 3.03 - Page Header, Page Banner, Breadcrumb - Start
================================================== */
.breadcrumb_section {
  z-index: 1;
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--bs-background-secondary);
  background-position: center center; 
  clip-path: ellipse(58% 100% at 50% 0%);
  -webkit-clip-path: ellipse(58% 100% at 50% 0%);
}
.page_title {
  font-size: 40px;
  line-height: 40px; 
  margin-bottom: 30px;
  color: var(--bs-primary);
}
.breadcrumb_item ul li {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  list-style: none;
  color: var(--bs-dark);
}
.breadcrumb_item ul li a {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--bs-dark);
}
.breadcrumb_item ul li a:before {
  background-color: var(--bs-dark);
  content: "";
  height: 18px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(20deg);
}

/* 3.03 - Page Header, Page Banner, Breadcrumb - End
================================================== */
/* 3.04 - Sidebar - Start
================================================== */
.sidebar > *:not(:last-child) {
  margin-bottom: 70px; 
}
.sidebar_widget_title {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 35px;
  text-transform: uppercase; 
}
/* 3.04 - Sidebar - End
================================================== */
/* 4.01 - Hero Sections - Start
================================================== */
.hero_section {
  position: relative;
  padding: 50px 0; 
}
.hero_section .container {
  position: relative;
}
.hero_section::before {
  content: '';
  position: absolute;
  left: 2%;
  top: 8%;
  right: auto;
  bottom: 0;
  width: 57%;
  height: 86%;
  background-image: url('../images/shapes/hero_bg_1.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.hero_section::after {
  content: '';
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 31%;
  height: 100%;
  border-radius: 0 0 0 68px;
  background-color: var(--bs-primary);
}
.hero_content {
  padding: 0 0 0 50px;
  background-color: var(--bs-background); 
}
.hero_content h2 {
  font-size: 46px;
  line-height: 50px;
  margin: 30px 0;
  letter-spacing: -1px; 
}
.heading_focus_text {
  color: var(--bs-primary);
  padding: 20px;
  border: 2px dashed transparent;
  position: relative;
  background:
    linear-gradient(90deg, #0087cd 50%, transparent 50%) repeat-x,
    linear-gradient(90deg, #0087cd 50%, transparent 50%) repeat-x,
    linear-gradient(0deg, #0087cd 50%, transparent 50%) repeat-y,
    linear-gradient(0deg, #0087cd 50%, transparent 50%) repeat-y;
  background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  animation: dashMove 0.6s linear infinite;
}
@keyframes dashMove {
  to {
    background-position: 10px 0, -10px 100%, 0 -10px, 100% 10px;
  }
}
.heading_focus_text .squer_1::before,
.heading_focus_text .squer_1::after,
.heading_focus_text .squer_2::before,
.heading_focus_text .squer_2::after,
.heading_focus_text .squer_3::before,
.heading_focus_text .squer_3::after,
.heading_focus_text .squer_4::before,
.heading_focus_text .squer_4::after,
.heading_focus_text .squer_5::before,
.heading_focus_text .squer_5::after {
  content: '';
  position: absolute;
  pointer-events: none;
  height: 15px;
  width: 15px;
  border: 1px dashed var(--bs-primary);
  background: var(--bs-primary-text);
}
.heading_focus_text .squer_1::before {
  top: -6px;
  left: -6px;
  right: auto;
  bottom: auto;
}
.heading_focus_text .squer_1::after {
  top: auto;
  left: -6px;
  right: auto;
  bottom: -6px;
}
.heading_focus_text .squer_2::before {
  top: -6px;
  left: 25%;
  right: auto;
  bottom: auto;
}
.heading_focus_text .squer_2::after {
  top: auto;
  left: 25%;
  right: auto;
  bottom: -6px;
}
.heading_focus_text .squer_3::before {
  top: -6px;
  left: auto;
  right: 25%;
  bottom: auto;
}
.heading_focus_text .squer_3::after {
  top: auto;
  left: auto;
  right: 25%;
  bottom: -6px;
}
.heading_focus_text .squer_4::before {
  top: -6px;
  left: auto;
  right: -6px;
  bottom: auto;
}
.heading_focus_text .squer_4::after {
  top: auto;
  left: auto;
  right: -6px;
  bottom: -6px;
}
.heading_focus_text .squer_5::before {
  top: -6px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}
.heading_focus_text .squer_5::after {
  top: auto;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: auto;
}
.hero_content h3 {
  font-size: 55px; 
  line-height: 70px;
  margin-bottom: 20px;
  letter-spacing: -2px; 
}
.hero_content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px; 
}
.hero_images .hero_img {
  position: relative;
  padding: 0px 66px 58px 65px;
  border-radius: 100%;
  background-color: var(--bs-background);
}
.hero_images .hero_img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hero/hero_2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  animation: spin 10s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.hero_images .hero_img img,
.hero_section_info .hero_images {
  position: relative;
}
.hero_section_info .hero_images {
  margin-left: 8%;
  padding: 85px 0 0;
}
.hero_images .worldwide_clients {
  background-color: var(--bs-background);
  padding: 25px 45px;
  border-radius: 100px; 
  border: 2px solid var(--bs-primary);
}
.hero_images .worldwide_clients .counter_value {
  line-height: 1;
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--bs-secondary);
  font-family: 'Roboto Bold'; 
}
.hero_images .worldwide_clients p {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0;
  color: var(--bs-secondary); 
}
.hero_images .worldwide_info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: fit-content;
}
.avatar_group > li {
  width: 47px;
  height: 47px;
  overflow: hidden;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border: 1px solid var(--bs-white); 
}
.avatar_group > li:not(:first-child) {
  margin-left: -20px; 
}
.avatar_group > li:last-child {
  font-size: 15px;
  color: var(--bs-white);
  background-color: var(--bs-secondary); 
}
.hero_images .categories_info {
  position: absolute;
  bottom: 17%;
  left: -8%;
  top: auto;
  right: auto;
}
.hero_images .categories {
  padding: 12px;
  gap: 8px;
  min-width: 213px;
  border-radius: 20px;
  background-color: var(--bs-background); 
  box-shadow: inset 0 0 17px 1px rgba(0, 135, 205, 0.38);
}
.hero_images .categories > li:not(:first-child) {
  margin-top: -1px; 
}
.hero_images .categories a {
  font-size: 10px;
  padding: 10px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: var(--bs-dark); 
  background-color: var(--bs-background-secondary); 
  transition: var(--bs-transition);
  border-radius: var(--bs-border-radius);
  box-shadow: 0 0 3.5px 1.3px rgba(0, 0, 0, 0.15);
}
.hero_images .categories a i {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  margin-left: 10px;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: var(--bs-dark);
  transition: var(--bs-transition);
  background-color: var(--bs-background-secondary); 
  box-shadow: 0 0 2.5px 1px rgba(0, 0, 0, 0.15);
}
.hero_images .business_info {
  position: absolute;
  top: 0;
  left: -4%;
  right: auto;
  bottom: auto;
  max-width: 135px;
  border-radius: 100%;
  background-color: var(--bs-secondary);
}
.hero_images .business_growth_content {
  text-align: center;
  padding: 6px;
} 
.hero_images .progress_content {
  padding: 18.5px 15px;
  border-radius: 100%;
  border: 1px solid var(--bs-primary-text);
}
.hero_images .business_growth_content span {
  display: block;
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  color: var(--bs-primary-text);
}
.hero_images .business_growth_content p {
  font-size: 9px;
  line-height: 12px;
  margin: 10px 0 0;
  color: var(--bs-primary-text); 
}
/* 4.01 - Hero Sections - End
================================================== */
/* 4.02 - client Section - Start
================================================== */
.client_section {
  position: relative;
  overflow: hidden;
}
.client_section_info {
  position: relative;
}
.client_section::before {
  content: '';
  position: absolute;
  top: 16%;
  left: 0;
  right: auto;
  bottom: 0;
  width: 45%;
  height: 100%;  
  background: var(--bs-background-secondary); 
  border-radius: 0 212px 212px 0;
}
.client_section::after {
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background: linear-gradient(0deg, var(--bs-background), transparent 70%); 
}
.funfact_wrapper {
  padding: 0 7%;
}
.funfact_block {
  position: relative;
  background-color: transparent;
  width: 20%;
}
.funfact_block .counter_value {
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  align-items: center;
  margin-bottom: 15px;
  display: inline-flex;
  color: var(--bs-secondary);
  font-family: 'Roboto Bold'; 
}
.funfact_block .funfact_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--bs-secondary);
  font-family: 'Roboto Regular'; 
}
.funfact_content {
  text-align: center;
}
.our_world {
  padding: 25px 0 0;
  position: relative; 
}
.our_world .image_wrap {
  overflow: hidden;
  position: relative; 
  text-align: center;
}
.our_world .title_text {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1px;
  color: var(--bs-white);
  font-family: 'Roboto Bold'; 
}
/* 4.02 - client Section - End
================================================== */
/* 4.03 - About US Section - Start
================================================== */
.about_section {
  position: relative;
}
.about_section::before {
  position: absolute;
  content: '';
  top: 42%;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-background-secondary);
}
.about_section_info {
  position: relative;
  background: var(--bs-primary-text);
  padding: 30px 50px 150px;
  border-radius: 0 0 500px 500px;
}
/* 4.03 - About US Section - End
================================================== */
/* 4.04 - Policy Section - Start
================================================== */
.policy_section {
  position: relative;
  padding-bottom: 250px;
  background-color: var(--bs-background-secondary);
  clip-path: ellipse(55% 100% at 50% 0%);
  -webkit-clip-path: ellipse(55% 100% at 50% 0%);
}
.policy_section .policy_box > div {
  padding: 0 45px;
}
.policy_info {
  padding: 68px 0 0;
}
.policy_block {
  padding: 0 30px 30px 30px;
  border-radius: 20px;
  text-align: center;
  background-color: var(--bs-primary-text);
  box-shadow: inset 0 0 15px 4px rgba(0, 135, 205, 0.42); 
}
.policy_block:hover {
  box-shadow: inset 0 0 15px 4px rgba(0, 135, 205, 0.42), 0 0 20px rgba(0, 135, 205, 0.6);
}
.policy_block .policy_icon {
  display: inline-flex;
  padding: 11px;
  margin: -68px 0 0 0;
  border-radius: 20px; 
  background-color: var(--bs-primary);
}
.policy_block .policy_icon img {
  max-width: 114px;
}
.policy_content {
  margin: 25px 0 0;
}
.policy_block .policy_title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px; 
  font-weight: 500;
  font-family: 'Roboto Medium';
}
.policy_block p {
  font-size: 16px; 
  line-height: 20px;
  color: var(--bs-dark);
  margin-bottom: 20px;
}
/* 4.04 - Policy Section - End
================================================== */
/* 4.05 - Service Section - Start
================================================== */
.service_carousel {
  position: relative;
  overflow: hidden;
}
.service_block {
  position: relative; 
  overflow: hidden;
  padding: 50px 0 0;
  border-radius: 100px 100px 0 0;
  background-color: var(--bs-background-secondary);
}
.service_block::before {
  content: '';
  position: absolute;
  top: -68%;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  border-radius: 100%;
  transition:
    width         0.70s cubic-bezier(0.2, 1, 0.3, 1),
    height        0.70s cubic-bezier(0.2, 1, 0.3, 1),
    top           0.70s cubic-bezier(0.2, 1, 0.3, 1),
    transform     0.70s cubic-bezier(0.2, 1, 0.3, 1),
    border-radius 0.10s cubic-bezier(0.2, 1, 0.3, 1);
}
.service_block:hover::before {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  border-radius: 0;
}
.service_block .servicer-inner {
  position: relative;
}
.service_image img {
  max-width: 100px;
}
.service_block .service_title {
  font-size: 24px;
  line-height: 28px;
  margin: 35px 15px 35px; 
  text-align: center;
  font-weight: 500;
  font-family: 'Roboto Medium';
}
.service_block .service_title a {
  display: inline;
  font-weight: 500;
  font-family: 'Roboto Medium';
  color: var(--bs-dark);
}
.service_block .links_wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between; 
}
.service_block .service_link a {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto Bold';
  color: var(--bs-primary);
  margin-left: 15px;
  text-decoration: underline wavy var(--bs-primary);
  text-underline-offset: 3px;
}
.service_block:hover .service_link a {
  color: var(--bs-secondary);
  text-decoration: underline wavy var(--bs-secondary);
}
.service_block .icon_block {
  width: 80px;
  height: 80px;
  margin: 0 -16px -9px 0;
  border-color: var(--bs-primary);
  background-color: var(--bs-primary-text); 
}
.service_block .icon_block:hover {
  color: var(--bs-primary-text);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary-text);
}
.service_block .icon_block i {
  font-weight: 700;
  font-size: 30px;
}
/* 4.05 - Service Section - End
================================================== */
/* 4.06 - Portfolio Section - Start
================================================== */
.portfolio_section {
  position: relative;
  padding: 180px 0 100px;
  margin: 50px 0 0;
  background-color: var(--bs-background-secondary);
  clip-path: ellipse(65% 100% at 50% 100%);
  -webkit-clip-path: ellipse(65% 100% at 50% 100%);
}
.portfolio_carousel {
  position: relative;
  overflow: hidden;
}
.portfolio_block .portfolio_image_wrap {
  display: block;
  overflow: hidden; 
}
/* 4.06 - Portfolio Section - End
================================================== */
/* 4.07 - Team Section - Start
================================================== */
.team_member_info {
  position: relative;
  margin: 20px 0;
}
.team_member_name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  font-family: 'Roboto Medium';
  color: var(--bs-dark);
}
.team_member_designation {
  font-size: 20px;
  color: var(--bs-primary);
}
.team_member_image {
  position: relative;
  overflow: hidden;
}
img.team_expert_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* 4.07 - Team Section - End
================================================== */
/* 4.08 - FAQ Section - Start
================================================== */
.accordion .accordion-item {
  border-radius: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  background-color: transparent; 
  margin: 25px 0 0;
}
.accordion .accordion-body {
  padding: 30px;
  background-color: var(--bs-primary); 
}
.accordion .accordion-button::after {
  width: auto;
  height: auto;
  content: "\2b";
  font-size: 16px;
  background: none;
  font-weight: 700;
  font-family: 'Font Awesome 5 pro'; 
}
.accordion .accordion-button[aria-expanded=true]::after {
  content: '\f068'; 
}
.accordion p {
  font-size: 18px;
  line-height: 30px; 
  margin: 0;
  color: var(--bs-primary-text);
}
.faq_section {
  padding: 70px 0 40px;
  margin: 70px 0 0; 
}
div#faq_accordion {
  width: 70%;
  margin: auto;
}
.faq_accordion .accordion-button:not(.collapsed) {
  box-shadow: none; 
}
.faq_accordion .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  padding: 20px 50px;
  font-weight: 500;
  font-family: 'Roboto Medium';
  border-radius: 15px 15px 0 0;
  color: var(--bs-primary-text);
  background-color: var(--bs-primary);
}
.faq_accordion .accordion-item .accordion-button.collapsed {
  border-radius: 15px;
}
.faq_accordion .accordion-body {
  position: relative;
  border-radius: 0 0 15px 15px;
  padding: 30px 50px; 
}
.faq_accordion .accordion-body::before {
  position: absolute;
  content: '';
  left: 20px;
  right: 20px;
  top: 0;
  bottom: auto;
  margin: auto;
  width: auto;
  height: 2px;
  background-color: var(--bs-primary-text);
}
.faq_accordion .accordion-button::after {
  width: 60px;
  height: 60px;
  font-size: 24px;
  transform: unset;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  margin: 0 -80px 0 0;
  background: var(--bs-secondary);
  border: none; 
}
.faq_accordion .accordion-button[aria-expanded=true]::after {
  color: var(--bs-white);
  background-color: var(--bs-secondary); 
}
/* 4.08 - FAQ Section - End
================================================== */
/* 4.09 - Technology Section - Start
================================================== */
.technology_box {
  position: relative;
  display: flex;
}
.technology_info:nth-child(even) {
  flex-direction: column-reverse;
  padding: 11% 0 0;
}
.technology_info {
  position: relative;
  display: inline-block;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 8.33%;
}
.technology_block {
  position: relative;
  display: inline-block;
  padding: 90px 13px;
}
.technology_icon {
  position: relative;
  height: 73px;
  width: 73px;
  background: var(--bs-secondary);
  border-radius: 6px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.technology_icon img {
  max-width: 40px;
  transform: rotate(-45deg);
}
.technology_info:nth-child(odd) .technology_block::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  pointer-events: none;
  height: 66px;
  width: 7px;
  background: var(--bs-secondary);
}
.technology_info:nth-child(odd) .technology_block::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  pointer-events: none;
  height: 11px;
  width: 11px;
  border-radius: 1px;
  transform: rotate(45deg);
  background: var(--bs-secondary);
}
.technology_info:nth-child(even) .technology_block::before {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 13px;
  margin: auto;
  pointer-events: none;
  height: 66px;
  width: 7px;
  background: var(--bs-secondary);
}
.technology_info:nth-child(even) .technology_block::after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: auto;
  pointer-events: none;
  height: 11px;
  width: 11px;
  border-radius: 1px;
  transform: rotate(45deg);
  background: var(--bs-secondary);
}
.technology_content {
  margin: 10px 0;
}
.technology_title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  font-family: 'Roboto Medium';
  color: var(--bs-dark);
}
.technology_block.block_change .technology_icon {
  background: var(--bs-primary);
}
.technology_info:nth-child(odd) .technology_block.block_change::before,
.technology_info:nth-child(odd) .technology_block.block_change::after,
.technology_info:nth-child(even) .technology_block.block_change::before,
.technology_info:nth-child(even) .technology_block.block_change::after {
  background: var(--bs-primary);
}
.technology_info::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -122px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  height: 30px;
  width: 45px;
  border-radius: 1px;
  transform: rotate(45deg);
  background: var(--bs-secondary);
}
.technology_info:nth-child(even)::after {
  transform: rotate(-45deg);
}
.technology_info.info_chnage::after {
  background: var(--bs-primary);
}
.technology_info:last-child::after {
  display: none;
}
/* 4.09 - Technology Section - End
================================================== */
/* 4.10 - Review Section - Start
================================================== */
.review_section,
.review_carousel {
  position: relative;
  overflow: hidden;
}
.review_section::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background-color: var(--bs-background-secondary);
}
.review_slide_block {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 20px 30px 50px;
  background-color: var(--bs-background);
  border-radius: 0 0 500px 500px;
}
.review_block {
  z-index: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.review_box {
  width: 50%;
  margin: auto;
}
.review_content {
  position: relative;
  padding: 130px 50px 80px;
  margin: -90px 0 35px !important;
  background-image: url("../images/home/review/review_shape.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  background-position: bottom;
}
.review_block .review_name {
  font-size: 40px;
  margin-bottom: 10px; 
}
.review_block .review_designation {
  font-size: 24px;
  font-weight: 700;
  color: var(--bs-primary);
  font-family: 'Roboto Bold';
}
.review_block .review_commtent {
  font-size: 18px;
  margin: 10px 0 0; 
  color: var(--bs-dark);
}
.review-swiper-button {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  display: flex;
  align-items: center;
}
.review-swiper-button-next,
.review-swiper-button-prev {
  width: 60px;
  height: 60px;
  background: transparent;
  color: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  user-select: none;
  transition: all 0.3s ease;
  box-shadow: none;
  border: 1px solid var(--bs-primary);
}
.review-swiper-button-next {
  margin-left: 20px;
}
.review-swiper-button-next i,
.review-swiper-button-prev i {
  font-size: 24px;
  font-weight: 700;
} 
.review-swiper-button-next:hover,
.review-swiper-button-prev:hover {
  color: var(--bs-primary-text);
  background-color: var(--bs-primary);
}
/* 4.10 - Review Section - End
================================================== */
/* 4.11 - Industries Section - Start
================================================== */
.industry_section {
  position: relative;
}
.industry_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 66%;
  background: var(--bs-background-secondary);
  clip-path: ellipse(55% 100% at 50% 0%);
  -webkit-clip-path: ellipse(55% 100% at 50% 0%);
}
.industry_content {
  padding: 50px 0 0;
}
.industry_image img {
  padding: 35px;
  border-radius: 50%;
  background-color: var(--bs-primary);
  transition: all 0.3s ease;
}
.industry_image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry_number {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 0 -30px;
  font-family: 'Roboto Bold';
  display: block;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: var(--bs-primary-text);
  background-color: var(--bs-secondary);
  border: 2px solid var(--bs-primary-text);
}
.industry_image:hover img {
  background-color: var(--bs-secondary);
}
.industry_image:hover .industry_number {
  background-color: var(--bs-primary);
}
.industry_info {
  margin: 20px 25px 0;
}
.industry_title {
  font-size: 24px;
  margin: 0;
  color: var(--bs-dark);
}
.industry_block,
.industry_image {
  position: relative;
}
.industry_image::before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  left: -19%;
  right: auto;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 25%;
  background: var(--bs-dark);
}
.industry_block_1 > div:first-child .industry_image::before,
.industry_block_2 > div:last-child .industry_image::before {
  display: none;
}
.industry_block_2 {
  padding: 50px 0 0;
  flex-direction: row-reverse;
}
/* 4.11 - Industries Section - End
================================================== */
/* 4.12 - Blog Section - Start
================================================== */
.blog_section.section_space {
  position: relative;
  padding: 0;
  margin: 100px 0 0;
}
.blog_post_block {
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
  transition: var(--bs-transition);
  background-color: var(--bs-primary-text);
  border-radius: 50px 0 0 0;
  box-shadow: 0 0 19px 1px rgba(8, 124, 205, 0.25);
}
.blog_post_block .blog_post_image .image_wrap {
  display: block;
  position: relative; 
}
.blog_post_block .blog_post_image .image_wrap img {
  width: 100%;
  transition: var(--bs-transition); 
}
.blog_post_block .blog_post_image .image_wrap:hover img {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.13);
}
.blog_post_block .blog_post_content {
  padding: 40px 30px; 
}
.blog_post_block .blog_post_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 23px 0;
  font-family: 'Roboto SemiBold'; 
}
.blog_post_block .blog_post_title a {
  color: var(--bs-dark); 
}
.blog_post_block .blog_post_title a:hover {
  color: var(--bs-primary); 
}
.category_btns_group {
  gap: 10px; 
}
.category_btns_group a {
  display: flex;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  align-items: center;
  padding: 8px 10px 6px;
  justify-content: center;
  color: var(--bs-primary);
  font-family: 'Roboto Medium';
  border: 1px solid var(--bs-border-color); 
}
.category_btns_group a:hover {
  color: var(--bs-primary-text);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary); 
}
.post_meta {
  gap: 40px; 
  margin-top: 23px;
}
.post_meta > li {
  display: flex;
  font-size: 16px; 
}    
.post_meta > li div {
  gap: 10px;
  align-items: center;
  display: inline-flex;
  color: var(--bs-primary); 
}
.post_meta > li img {
  max-width: 24px;
}
.blog_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-background-secondary);
  clip-path: ellipse(65% 100% at 50% 100%);
  -webkit-clip-path: ellipse(65% 100% at 50% 100%);
}
/* 4.12 - Blog Section - End
================================================== */
/* 4.13 - Call To Action Section - Start
================================================== */
.calltoaction_section {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: center center; 
}
.calltoaction_section .heading_block .heading_text {
  font-size: 54px; 
  line-height: 54px;
  color: var(--bs-primary-text);
}
.calltoaction_section .heading_block .heading_description {
  margin: 40px 0 0;
  font-weight: 500;
  line-height: 24px;
  font-family: 'Roboto Medium';
  color: var(--bs-primary-text);
}
.calltoaction_section .heading_block .heading_description span {
  display: block;
}
/* 4.13 - Call To Action Section - End
================================================== */

/* 5.01 Contact Page - Start
================================================== */
.contact_message_box {
  margin-right: 100px;
}
.contact_content_box {
  margin: 70px 0 0 50px;
}
.contact_box .contact_block {
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: var(--bs-background-secondary);
}
.contact_box .contact_block:last-child {
  margin-bottom: 0;
}
.contact_icon {
  margin-bottom: 20px;
}
.contact_icon img {
  max-width: 50px;
}
.contact_title {
  font-size: 24px;
  line-height: 24px;
  color: var(--bs-dark);
  margin-bottom: 20px;
}
.contact_content p {
  font-size: 20px;
  line-height: 28px;
  color: var(--bs-dark);
}
.principles_section {
  position: relative;
  padding: 50px 0;
  background-color: var(--bs-primary);
}
.principles_block img {
  max-width: 45px;
}
.principles_title {
  font-size: 30px;
  line-height: 30px;
  margin: 15px 0;
  color: var(--bs-primary-text);
}
.principles_block p {
  font-size: 18px;
  line-height: 24px;
  color: var(--bs-primary-text);
}

/* 5.01 - Contact Page - End
================================================== */
/* 5.02 - About Us Page - Start
================================================== */
.vision_mission_block {
  position: relative;
}
.vm_inner {
  position: relative;
  padding: 50px;
  border-radius: 70px;
  background-color: var(--bs-background-secondary);
}
.vm_content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.vm_iocns {
  background: var(--bs-primary);
  min-width: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-radius: 20px;
}
.vm_right h5 {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: 'Roboto Bold';
  color: var(--bs-secondary);
}
.vm_right p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 500;
  font-family: 'Roboto Medium';
  color: var(--bs-secondary-text);
}
/* 5.02 - About Us Page - End
================================================== */
/* 5.03 -  Exchange Development Page - Start
================================================== */
.client_info .heading_block h3 {
  margin-top: 0;
}
.client_satisfaction_section {
  position: relative;
}
.client_box {
  position: relative;
}
.client_satisfaction_section::before {
  position: absolute;
  content: '';
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-background-secondary);
}
.client_info::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 500px 500px;
  background: var(--bs-background);
}
.client_info {
  position: relative;
  padding: 0 81px 250px;
}
.client_block {
  position: relative;
  overflow: hidden;
  padding: 25px 20px;
  display: block;
  height: 100%;
  margin-bottom: 20px;
  border-radius: 100px 100px 0 0;
  background-color: var(--bs-background-secondary);
}
.client_image img {
  max-width: 85px;
}
.client_inner {
  position: relative;
}
.client_image {
  margin-bottom: 50px;
}
.client_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: 'Roboto Medium';
}
.client_content p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: var(--bs-dark);
}
.client_block::before {
  content: '';
  position: absolute;
  top: -57%;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  border-radius: 100%;
  transition: width 0.70s 
    cubic-bezier(0.2, 1, 0.3, 1), height 0.70s 
    cubic-bezier(0.2, 1, 0.3, 1), top 0.70s 
    cubic-bezier(0.2, 1, 0.3, 1), transform 0.70s 
    cubic-bezier(0.2, 1, 0.3, 1), border-radius 0.10s 
    cubic-bezier(0.2, 1, 0.3, 1);
}
.client_block:hover::before {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  border-radius: 0;
}

.client_logo_section,
.category_spot_section {
  position: relative;
}
.client_logo_section_mt,
.category_spot_section_mt {
  position: relative;
  margin: -145px 0 0;
}
.client_logo_section_mt::before,
.category_spot_section::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: -50%;
  background: var(--bs-background-secondary);
  clip-path: ellipse(59% 100% at 50% 0%);
  -webkit-clip-path: ellipse(59% 100% at 50% 0%);
  z-index: -1;
}
.category_spot_section::before {
  bottom: 0;
}
.client_logo_carousel {
  padding-bottom: 50px;
}
.client_logo_item {
  text-align: center;
  padding: 78px 15px;
  border-radius: 50% 50% 0 0;
  background-color: var(--bs-primary-text);
  box-shadow: inset 0 0 15px 4px rgba(0, 135, 205, 0.42);
}

.blockchain_carousel {
  padding-top: 40px;
}
.blockchain_block {
  position: relative;
}
.blockchain_image img {
  border-radius: 50px;
}
.blockchain_content {
  position: relative;
  padding: 26px 15px;
  margin: -50px 40px 0;
  text-align: center;
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-secondary);
}
.blockchain_content .blockchain_title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--bs-primary-text);
}
.blockchain_content .blockchain_title span {
  display: block;
}
.contact_message_box.contact_other {
  margin: 0 0 0 100px;
} 
.contact_info {
  position: relative;
}
.contact_part {
  position: absolute;
  bottom: 20%;
  right: 0;
  left: auto;
  top: auto;
  padding: 30px;
  border-radius: 50px;
  background: var(--bs-primary);
  color: var(--bs-primary-text);
  border: 4px solid var(--bs-primary-text);
}
.contact_flag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.contact_flag:last-child {
  margin-bottom: 0;
}
.contact_detail p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-family: 'Roboto Bold';
  margin-bottom: 10px;
  color: var(--bs-primary-text);
}
.contact_detail a {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-family: 'Roboto Bold';
  margin: 0;
  text-decoration: none;
  color: var(--bs-primary-text);
}
/* 5.03 - Exchange Development Page - End
================================================== */
/* 5.04 - NFT Development Page - Start
================================================== */
.category_spot_content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.category_spot_name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  background-color: var(--bs-primary-text);
  border-radius: var(--bs-border-radius);
  box-shadow: inset 0 0 9.3px 1px rgba(0, 135, 205, 0.42);
}
.category_spot_name h5 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  font-weight: 500;
  font-family: 'Roboto Medium';
}
/* 5.04 - NFT Development Page - End
================================================== */

/* 5.05 - common Page - Start
================================================== */
.smart_development .client_image img {
  width: 70px;
}
.dedicate_box {
  position: relative;
}
.dedicate_block {
  margin: 0 0 40px;
}
.dedicate_block p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  font-family: 'Roboto Medium';
  color: var(--bs-secondary-text);
}
.exchange_content p {
  margin: 0 0 20px;
}
.dedicate_block p span {
  font-weight: 700;
  font-family: 'Roboto Bold';
  color: var(--bs-primary);
}
.offer_box,
.offer_info {
  position: relative;
}
.offer_inner {
  position: relative;
  padding-top: 50px;
}
.offer_inner .offer_box > div {
  margin-bottom: 30px;
}
.offer_block {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  border-radius: 85px 85px 0 0;
  background-color: var(--bs-background-secondary);
}
.offer_number {
  background: var(--bs-primary);
  clip-path: ellipse(45% 100% at 50% 0%);
  -webkit-clip-path: ellipse(45% 100% at 50% 0%);
}
.offer_number span {
  display: block;
  font-size: 40px;
  line-height: 40px;
  padding: 35px 0;
  font-weight: 700;
  font-family: 'Roboto Bold';
  color: var(--bs-primary-text);
}
.offer_content {
  padding: 20px;
}
.offer_content p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
  font-family: 'Roboto Medium';
  color: var(--bs-secondary-text);
}
.offer_content p span {
  color: var(--bs-primary);
}
.exchange_info h5 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 20px;
  font-weight: 700;
  font-family: 'Roboto Bold';
  color: var(--bs-secondary);
}
.exchange_info ul {
  padding-left: 50px;
}
.exchange_info ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 7px;
  font-weight: 500;
  font-family: 'Roboto Medium';
  color: var(--bs-secondary-text);
}
/* 5.05 - common Page - End
================================================== */


/* Media Screen - Start
================================================== */
@media screen and (min-width: 1200px) {
  .smart_development .client_block::before {
    top: -70%;
  }
  .smart_development .client_block:hover::before {
    top: 0;
  }
}
/* Media Screen - End
================================================== */
/* Media Screen 1750px - Start
================================================== */
@media screen and (min-width: 1750px) {
  .site_header .container,
  .hero_section .container {
    max-width: 1750px; 
  }
}

@media screen and (max-width: 1750px) {
  .hero_content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero_content h3 {
    font-size: 40px;
    line-height: 60px;
  }
}
/* Media Screen 1750px - End
================================================== */
/* Media Screen 1535px - Start
================================================== */
@media screen and (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-left: 15px;
    padding-right: 15px; 
  }
}
@media screen and (max-width: 1535px) {
  .main_menu_list {
    gap: 20px; 
  }
  .avatar_group > li {
    width: 40px;
    height: 40px; 
  }
  .hero_content h3 {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0;
  }
  .heading_block h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .heading_block h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .technology_info::after {
    right: -110px;
  }
  .review_box {
    width: 68%;
  }
  .industry_image::before {
    left: -16%;
    width: 15%;
  }
  .blog_section::before {
    clip-path: ellipse(85% 100% at 50% 100%);
    -webkit-clip-path: ellipse(85% 100% at 50% 100%);
  }
  .details_item_info_title {
    font-size: 40px;
    line-height: 40px;
  }
}
/* Media Screen 1535px - End
================================================== */
/* Media Screen 1399px - Start
================================================== */
@media screen and (max-width: 1399px) {
  .site_header .header_btns_group .btn {
    padding: 0 15px;
    gap: 5px;
  }
  .btn-outline-light {
    padding: 15px 10px;
    font-size: 16px;
  }
  .btn {
    font-size: 16px;
    padding: 25px 45px 40px;
  }
  button.btn.btn-form-submit {
    padding: 17px 45px 25px;
  }
  .megamenu_case, .mega_menu_wrapper .site_author {
    padding: 30px 15px;
  }
  .megamenu_case h3 {
    font-size: 14px;
  }
  .megamenu_case h4 {
    font-size: 20px;
  }
  .mega_menu_wrapper .row:has(> [class*="col-"] > .megamenu_widget) > [class*="col-"] {
    padding: 30px 15px;
  }
  .mega_menu_wrapper .megamenu_info_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .mega_menu_wrapper .megamenu_widget ul li {
    font-size: 14px; 
  }
  .mega_menu_wrapper .megamenu_widget ul {
    gap: 15px;
  } 
  .megamenu_pages_wrapper {
    padding: 30px 0;
  }
  .btn .btn_label {
    font-size: 16px;
  }
  .megamenu_case .btn {
    padding: 25px 30px 30px;
  }
  .iconbox_block_2 {
    padding: 15px;
  }
  .iconbox_block_2 .iconbox_title {
    font-size: 16px;
  }
  .short_content {
    padding: 20px;
  }
  .short_content .short_title {
    font-size: 20px;
  }
  .policy_section {
    padding-bottom: 200px;
    clip-path: ellipse(70% 100% at 50% 0%);
    -webkit-clip-path: ellipse(70% 100% at 50% 0%);
  }
  .policy_section .policy_box > div {
    padding: 0 15px;
  }
  .policy_info {
    padding: 48px 0 0;
  }
  .policy_block .policy_icon {
    margin: -48px 0 0 0;
  }
  .policy_block .policy_icon img {
    max-width: 74px;
  }
  .service_image img {
    max-width: 75px;
  }
  .service_block .service_title {
    font-size: 20px;
    line-height: 24px;
  }
  .service_block .icon_block {
    width: 60px;
    height: 60px;
    margin: 0 -10px -9px 0;
  }
  .service_block .icon_block i {
    font-size: 24px;
  }
  .technology_title {
    font-size: 20px;
    line-height: 20px;
  }
  .technology_info::after {
    right: -95px;
    width: 30px;
    height: 20px;
  }
  .portfolio_section {
    padding: 120px 0 80px;
    clip-path: ellipse(80% 100% at 50% 100%);
    -webkit-clip-path: ellipse(80% 100% at 50% 100%);
  }
  .industry_image img {
    padding: 20px;
    max-width: 100px;
  }
  .industry_number {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 0 0 0 -20px;
  }
  .industry_info {
    margin: 15px 15px 0;
  }
  .industry_title {
    font-size: 18px;
  }
  .diract_contact_links {
    padding: 70px 0 0;
  } 
  .diract_contact_links .iconbox_icon {
    min-width: 65px;
    height: 65px;
  }
  .diract_contact_links .iconbox_block .iconbox_icon img {
    max-width: 35px;
  }
  .diract_contact_links .iconbox_block .iconbox_title {
    font-size: 20px;
  }
  .diract_contact_links .iconbox_block p {
    font-size: 16px;
  }
  .footer_info_title {
    font-size: 24px;
  }
  .footer_layout .social_links_block img {
    max-width: 35px;
  }
  .blockchain_content .blockchain_title {
    font-size: 16px;
  }
}
/* Media Screen 1399px - End
================================================== */
/* Media Screen 1199px - Start
================================================== */
@media screen and (max-width: 1199px) {
  .btn-outline-light {
    gap: 4px;
    padding: 15px 7px;
    font-size: 14px;
  }
  .section_space {
    padding: 70px 0 0;  
  }
  .blog_section.section_space {
    margin: 70px 0 0;
  }
  .site_header .header_btns_group .btn {
    padding: 0 7px
  }
  .iconbox_block_2 .iconbox_title {
    font-size: 14px;
  }
  .btn .btn_label {
    font-size: 14px;
  }
  .main_menu_list {
    gap: 14px; 
  }
  .main_menu_list > li > a {
    font-size: 16px; 
  }
  .hero_section .row [class*="col"] {
    width: 100%; 
  }
  .hero_content {
    padding: 50px;
    border-radius: 0 50px 50px 0;
  }
  .hero_section::before {
    display: none;
  }
  .hero_section_info .hero_images {
    justify-content: center;
    margin: 30px 0 0;
  }
  .hero_images .business_info {
    left: 20%;
  }
  .hero_images .categories_info {
    left: 10%;
    bottom: 0;
  }
  .funfact_block .counter_value {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .funfact_block .funfact_title {
    font-size: 14px;
  }
  .heading_block h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 25px 0 30px;
    letter-spacing: 0;
  }
  .heading_focus_text {
    padding: 15px;
  }
  .heading_block h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .policy_block .policy_title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .policy_block p {
    font-size: 14px;
  }
  .technology_info::after {
    display: none;
  }
  .faq_section {
    margin: 30px 0 0;
  }
  .faq_accordion .accordion-item .accordion-button {
    font-size: 20px;
    padding: 10px 30px;
  }
  .faq_accordion .accordion-button::after {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin: 0 -50px 0 0;
  }
  .faq_accordion .accordion-body {
    padding: 20px 30px;
  }
  .accordion p {
    font-size: 16px;
    line-height: 24px;
  }
  .review_image img {
    width: 250px;
  }
  .review_content {
    padding: 70px 50px 60px;
    margin: -58px 0 35px !important;
  }
  .review-swiper-button-next, .review-swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .review_block .review_name {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .review_block .review_designation {
    font-size: 20px;
  }
  .review_block .review_commtent {
    font-size: 16px;
  }
  .industry_content {
    padding: 30px 0 0;
  }
  .blog_post_block {
    margin-bottom: 50px;
  }
  .breadcrumb_section {
    padding: 85px 0;
  }
  .page_title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .breadcrumb_item ul li,
  .breadcrumb_item ul li a {
    font-size: 18px;
    line-height: 18px;
  }
  .breadcrumb_item ul li a:before {
    height: 16px;
  }
  .contact_message_box {
    margin-right: 0;
  }
  .contact_message_box.contact_other {
    margin: 0;
  }
  .contact_content_box {
    margin: 70px 0 0 0;
  }
  .details_item_info_title {
    font-size: 30px;
    line-height: 30px;
  }
  .client_info {
    padding: 0 30px 180px;
  }
  .client_info::before {
    border-radius: 0 0 300px 300px;
  }
  .client_block::before {
    top: -65%;
  }
  .client_title {
    font-size: 22px;
  }
  .client_logo_section_mt,
  .category_spot_section_mt {
    margin: -105px 0 0;
  }
  .contact_part {
    position: relative;
    bottom: 0;
    margin: 30px 0;
  }
  .vm_inner {
    padding: 30px;
  }
  .vm_right h5 {
    font-size: 30px;
    line-height: 30px;
  }
  .category_spot_content {
    gap: 10px;
  }
  .category_spot_name img {
    width: 25px;
  }
  .category_spot_name {
    padding: 15px;
  }
  .category_spot_name h5 {
    font-size: 16px;
  }
  .offer_inner {
    padding-top: 20px;
  }
}
/* Media Screen 1199px - End
================================================== */
/* Media Screen 991px - Start
================================================== */
@media screen and (max-width: 991px) {
  .section_space,
  .client_logo_section {
    padding: 50px 0 0;  
  }
  .blog_section.section_space {
    margin: 50px 0 0;
  }
  .mega_menu_wrapper .row:has(> [class*="col-"] > .megamenu_widget) > [class*="col-"] {
    padding: 15px;
  }
  .icon_list.unordered_list_block {
    margin: 0 0 10px;
  }
  .megamenu_case img {
    margin: 24px 0;
    display: block;
    max-width: 220px;
  }
  .mega_menu_wrapper .social_area {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .megamenu_pages_wrapper {
    padding: 15px 0;
  }
  .btn {
    font-size: 14px;
    padding: 20px 30px 30px;
  }
  .mega_menu_wrapper .btns_group .btn {
    padding: 25px 30px 40px;
  }
  .mega_menu_wrapper .site_author p {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 0;
  }
  .site_header .header_content {
    padding: 13px 0;
    overflow: hidden;
  }
  .site_header + main {
    padding-top: 88px;
  }
  .site_header .site_link img {
    max-width: 200px;
  }
  .site_header .header_btns_group > li:first-child {
    display: inline-block; 
  }
  .site_header .main_menu_list .dropdown-menu:before {
    display: none; 
  }
  .main_menu_list .dropdown-menu {
    margin: 0;
    min-width: 240px; 
    border: 1px solid var(--bs-primary);
    border-top: 3px solid var(--bs-primary);
  }
  .mega_menu_wrapper {
    padding: 15px 0;
    border-radius: 10px;
    border: 1px solid var(--bs-border-color); 
  }
  .main_menu_list {
    gap: 1px; 
  }
  .dropdown-menu.mega_menu_wrapper {
    max-height: 300px;
    overflow-y: scroll; 
  }
  .dropdown-menu.mega_menu_wrapper::-webkit-scrollbar {
    width: 5px; 
  }
  .dropdown-menu.mega_menu_wrapper::-webkit-scrollbar-thumb {
    background: #B7BAC2;
    border-radius: 4px; 
  }
  .iconbox_block_2 .icon_title_wrap {
    flex-direction: unset; 
  }
  .iconbox_block_2 {
    background-color: var(--bs-light); 
  }
  .hero_images .worldwide_clients {
    padding: 15px 25px;
  }
  .hero_images .worldwide_clients .counter_value {
    font-size: 24px;
    margin: 0 0 5px;
  }
  .hero_content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .funfact_block .counter_value {
    font-size: 24px;
  }
  .about_content {
    margin: 50px 0 0;
  }
  .heading_block h3 span {
    display: inline;
  }
  .heading_block {
    margin-bottom: 30px;
  }
  .about_section_info {
    padding: 30px 30px 50px;
    border-radius: 0 0 100px 100px;
  }
  .icon_list_icon img {
    max-width: 24px;
  }
  .row.policy_box > div {
    margin-top: 20px;
  }
  .policy_section.section_space {
    padding-bottom: 100px;
    clip-path: ellipse(130% 100% at 50% 0%);
    -webkit-clip-path: ellipse(130% 100% at 50% 0%);
  }
  .portfolio_section {
    padding: 90px 0 50px;
    clip-path: ellipse(130% 100% at 50% 100%);
    -webkit-clip-path: ellipse(130% 100% at 50% 100%);
  }
  .heading_block .heading_description {
    font-size: 16px;
    line-height: 24px;
  }
  .team_member_name {
    font-size: 20px;
  }
  .team_member_designation {
    font-size: 16px;
  }
  .technology_title {
    font-size: 14px;
    line-height: 14px;
  }
  .technology_info:nth-child(even) {
    padding: 14% 0 0;
  }
  div#faq_accordion {
    width: 90%;
  }
  .review_box {
    width: 85%;
  }
  .industry_info {
    margin: 15px 0 20px;
  }
  .industry_block_2 {
    padding: 0;
    flex-direction: row;
  }
  .industry_image::before {
    display: none;
  }
  .post_meta {
    gap: 30px;
    margin-top: 15px;
  }
  .post_meta > li,
  .category_btns_group a {
    font-size: 14px;
  }
  .post_meta > li img {
    max-width: 20px;
  }
  .blog_post_block {
    margin-bottom: 30px;
  }
  .blog_section::before {
    clip-path: ellipse(125% 100% at 50% 100%);
    -webkit-clip-path: ellipse(125% 100% at 50% 100%);
  }
  .blog_post_block .blog_post_content {
    padding: 20px 15px;
  }
  .blog_post_block .blog_post_title {
    font-size: 18px;
    line-height: 24px;
    margin: 18px 0;
  }
  .calltoaction_section {
    padding: 70px 0;
  }
  .calltoaction_section .heading_block .heading_text {
    font-size: 40px;
    line-height: 40px;
  }
  .calltoaction_section .heading_block .heading_description {
    font-size: 16px;
    margin: 25px 0 0;
  }
  .diract_contact_links {
    padding: 50px 0 0;
  }
  .diract_contact_links .iconbox_block {
    margin: 0 0 20px;
    gap: 10px;
  }
  .diract_contact_links .iconbox_icon {
    min-width: 50px;
    height: 50px;
  }
  .diract_contact_links .iconbox_block .iconbox_icon img {
    max-width: 30px;
  }
  .diract_contact_links .iconbox_block .iconbox_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .site_footer::before,
  .site_footer::after {
    display: none;
  }
  .footer_layout .footer_main_content {
    padding: 50px 0; 
  }
  .site_footer .icon_list > li {
    font-size: 16px;
    line-height: 24px; 
  }
  .site_footer .icon_list > li img {
    max-width: 20px;
  }
  .footer_info_title {
    margin-bottom: 24px; 
  }
  .footer_layout .footer_bottom {
    text-align: center;
  }
  .breadcrumb_section {
    padding: 60px 0;
    clip-path: ellipse(50% 100% at 50% 0%);
    -webkit-clip-path: ellipse(80% 100% at 50% 0%);
  }
  .page_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .breadcrumb_item ul li,
  .breadcrumb_item ul li a {
    font-size: 16px;
    line-height: 16px;
  }
  .breadcrumb_item ul li a:before {
    height: 14px;
  }
  .development_image.text-center {
    margin-top: 20px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .form-group .form-control, .form-group .form-select {
    padding: 12px 20px;
    font-size: 14px;
  }
  .input_title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .contact_content_box {
    margin: 30px 0 0 0;
  } 
  .principles_section {
    padding: 30px 0;
  }
  .principles_block {
    margin-bottom: 20px;
  }
  .principles_block img {
    max-width: 35px;
  }
  .principles_title {
    font-size: 24px;
    line-height: 24px;
  }
  .principles_block p {
    font-size: 16px;
  }
  .client_block::before {
    top: -55%;
  }
  .client_block {
    height: auto;
  }
  .client_info {
    padding: 0 30px 100px;
  }
  .client_info::before {
    border-radius: 0 0 100px 100px;
  }
  .client_logo_section_mt,
  .category_spot_section_mt {
    margin: -75px 0 0;
  }
  .client_logo_item {
    padding: 55px 15px;
  }
  .vm_inner {
    padding: 30px;
    border-radius: 30px;
  }
  .vm_inner .row > div {
    margin-bottom: 20px;
  }
  .vm_inner .row > div:last-child {
    margin-bottom: 0;
  }
  .vm_iocns {
    min-width: 110px;
  }
  .vm_right h5 {
    font-size: 24px;
    line-height: 24px;
  }
  .vm_right p {
    font-size: 16px;
  }
  .category_spot_section::before {
    clip-path: ellipse(100% 100% at 50% 0%);
    -webkit-clip-path: ellipse(100% 100% at 50% 0%);
  }
  .offer_number span {
    font-size: 34px;
    line-height: 30px;
    padding: 25px 0;
  }
  .offer_content {
    padding: 15px;
  }
  .offer_content p {
    font-size: 14px;
  }
}
/* Media Screen 991px - End
================================================== */
/* Media Screen 767px - Start
================================================== */
@media screen and (max-width: 767px) {
  .site_header .header_btns_group > li:last-child {
    display: none; 
  }
  .site_header .site_logo .badge {
    display: none; 
  }
  .site_header + main {
    padding-top: 88px;
  }
  .heading_focus_text .squer_1::before, 
  .heading_focus_text .squer_1::after, 
  .heading_focus_text .squer_2::before, 
  .heading_focus_text .squer_2::after, 
  .heading_focus_text .squer_3::before, 
  .heading_focus_text .squer_3::after, 
  .heading_focus_text .squer_4::before, 
  .heading_focus_text .squer_4::after, 
  .heading_focus_text .squer_5::before, 
  .heading_focus_text .squer_5::after {
    width: 10px;
    height: 10px;
  }
  .heading_focus_text .squer_1::before {
    top: -3px;
    left: -3px;
  }
  .heading_focus_text .squer_1::after {
    left: -3px;
    bottom: -3px;
  }
  .heading_focus_text .squer_2::before {
    top: -3px;
  }
  .heading_focus_text .squer_2::after {
    bottom: -3px;
  }
  .heading_focus_text .squer_3::before {
    top: -3px;
  }
  .heading_focus_text .squer_3::after {
    bottom: -3px;
  }
  .heading_focus_text .squer_4::before {
    top: -3px;
    right: -3px;
  }
  .heading_focus_text .squer_4::after {
    right: -3px;
    bottom: -3px;
  }
  .heading_focus_text .squer_5::before {
    top: -3px;
  }
  .heading_focus_text .squer_5::after {
    bottom: -3px;
  }
  .short_content .short_title {
    font-size: 16px;
  }
  .hero_content {
    padding: 20px;
  }
  .hero_content h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 20px 0;
  }
  .heading_focus_text {
    padding: 13px 9px;
  }
  .hero_content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .hero_content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .hero_images .business_info {
    left: 5%;
  }
  .hero_images .categories_info {
    left: 0;
  }
  .counter-info {
    margin: 0 0 10px;
    text-align: center;
  }
  .heading_block .heading_description {
    font-size: 14px;
    line-height: 24px;
  }
  .section_space,
  .client_logo_section {
    padding: 40px 0 0;  
  }
  .review_slide_block {
    padding: 20px 15px 30px;
    border-radius: 0 0 50px 50px;
  }
  .review_image img {
    width: 180px;
  }
  .review_content {
    padding: 35px 20px 30px;
    margin: -20px 0 35px !important;
  }
  .review_block .review_name {
    font-size: 24px;
  }
  .review_block .review_designation {
    font-size: 16px;
  }
  .review_block .review_commtent {
    font-size: 14px;
  }
  .review-swiper-button-next {
    margin-left: 10px;
  }
  .review-swiper-button-next, .review-swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .review-swiper-button-next i, .review-swiper-button-prev i {
    font-size: 20px;
  }
  .service_block .service_link a {
    font-size: 14px;
  }
  .service_block .service_title {
    font-size: 16px;
    line-height: 20px;
  }
  .technology_info:nth-child(odd) .technology_block::before,
  .technology_info:nth-child(odd) .technology_block::after,
  .technology_info:nth-child(even) .technology_block::before,
  .technology_info:nth-child(even) .technology_block::after {
    display: none;
  }
  .technology_box {
    flex-wrap: wrap;
  }
  .technology_info {
    width: 50%;
    margin: 0 0 20px;
  }
  .technology_block {
    padding: 13px;
  }
  .technology_info:nth-child(even) {
    padding: 0;
    flex-direction: column;
  }
  .site_footer {
    margin-top: 40px;
  }
  .client_logo_carousel {
    padding-bottom: 40px;
  }
  .blockchain_carousel {
    padding-top: 10px;
  }
  .blockchain_section .heading_block h2 {
    font-size: 20px;
  }
  .contact_detail p {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .contact_detail a {
    font-size: 16px;
  }
  .category_spot_name {
    padding: 10px 15px;
  }
  .category_spot_name img {
    width: 20px;
  }
  .category_spot_name h5 {
    font-size: 14px;
  }
  .client_image img {
    max-width: 70px;
  }
  .client_image {
    margin-bottom: 30px;
  }
  .dedicate_block {
    margin: 0 0 20px;
  }
  .dedicate_block p {
    font-size: 14px;
    line-height: 24px;
  }
  .offer_inner .offer_box > div {
    margin-bottom: 20px;
  }
  .exchange_content p {
    margin: 0 0 15px;
  }
  .exchange_info h5 {
    font-size: 20px;
  }
  .exchange_info ul li {
    font-size: 15px;
  }
}
/* Media Screen 767px - End
================================================== */
/* Media Screen 575px - Start
================================================== */
@media screen and (max-width: 575px) {
  .main_menu_list {
    max-width: 100%;
  }
  .btn {
    padding: 18px 20px 28px;
  }
  .btn .btn_label {
    font-size: 14px;
  }
  .calltoaction_section {
    padding: 50px 0;
  }
  .calltoaction_section .heading_block .heading_text {
    font-size: 30px;
    line-height: 30px;
  }
  .heading_block h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .our_world,
  .client_section::after {
    display: none;
  }
  .funfact_wrapper {
    padding: 0;
  }
  .funfact_block {
    width: 100%;
    padding: 20px;
    background-color: var(--bs-primary-text);
    margin-top: 20px;
    box-shadow: inset 0 0 15px 4px rgba(0, 135, 205, 0.42);
  }
  .about_section_info {
    padding: 15px 15px 30px;
    border-radius: 0 0 30px 30px;
  }
  .service_image img {
    max-width: 60px;
  }
  .review_box {
    width: 100%;
  }
  .review_content {
    background-image: none;
  }
  .review_content {
    padding: 15px 15px 20px;
    margin: 0px 0 35px !important;
  }
  .industry_title {
    font-size: 16px;
  }
  .footer_layout .footer_main_content {
    padding: 30px 0;
  }
  .page_title {
    font-size: 20px;
    line-height: 20px;
  }
  .breadcrumb_item {
    font-size: 14px;
  }
  .details_item_info_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .contact_icon {
    margin-bottom: 15px;
  }
  .contact_title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .contact_content p {
    font-size: 16px;
    line-height: 24px;
  }
  .client_info {
    padding: 0 15px 70px;
  }
  .client_logo_section_mt,
  .category_spot_section_mt {
    margin: -55px 0 0;
  }
  .offer_number span {
    font-size: 30px;
  }
}
/* Media Screen 575px - End
================================================== */
/* Media Screen 480px - Start
================================================== */
@media screen and (max-width: 480px) {
  .site_header .site_link img {
    max-width: 150px;
  } 
  .site_header + main {
    padding-top: 79px;
  }
  .site_header .main_menu {
    top: 79px;
  }
  .iconbox_block_2 .iconbox_title {
    font-size: 14px;
  }
  .hero_content h2 {
    font-size: 18px;
    margin: 15px 0;
  }
  .hero_content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .heading_block {
    margin-bottom: 20px;
  }
  .heading_block h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .heading_block h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .hero_images .worldwide_info,
  .hero_images .categories_info {
    position: relative;
    margin-top: 10px;
  }
  .hero_images .business_growth_content span {
    font-size: 30px;
    line-height: 30px;
  }
  .faq_accordion .accordion-item .accordion-button {
    font-size: 16px;
    padding: 10px 20px;
  }
  .faq_accordion .accordion-button::after {
    margin: 0 -40px 0 0;
  }
  .faq_accordion .accordion-body {
    padding: 20px;
  }
  .review_block .review_name {
    font-size: 20px;
  }
  .industry_content {
    padding: 0;
  }
  .industry_image img {
    max-width: 80px;
  }
  .industry_number {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .industry_title {
    font-size: 14px;
  }
  .blog_post_block .blog_post_title {
    font-size: 16px;
    margin: 15px 0;
  }
  .footer_info_title {
    font-size: 20px;
  }
  .site_footer .copyright_text {
    font-size: 14px;
    line-height: 20px;
  }
  .details_item_info_title {
    font-size: 20px;
    line-height: 24px;
  }
  .contact_icon img {
    max-width: 40px;
  }
  .principles_title {
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  .principles_block p {
    font-size: 14px;
  }
  .client_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .client_content p {
    font-size: 14px;
  }
  .blockchain_section .heading_block h2 {
    display: inline-grid;
  }
  .blockchain_section .heading_focus_text {
    margin: 10px 0 0;
  }
  .blockchain_content {
    padding: 20px 10px;
    margin: -44px 40px 0;
  }
  .blockchain_content .blockchain_title {
    font-size: 14px;
  }
  .vm_inner {
    padding: 20px;
  }
  .vm_content {
    flex-direction: column;
    text-align: center;
  }
  .vm_iocns {
    min-width: auto;
    padding: 20px;
  }
  .vm_iocns img {
    max-width: 60px;
  }
}
/* Media Screen 480px - End
================================================== */
/* Media Screen 425px - Start
================================================== */
@media screen and (max-width: 425px) {
  .hero_content h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .hero_content p {
    font-size: 14px;
    line-height: 20px;
  }
  .heading_block h2 {
    font-size: 16px;
    margin: 20px 0;
  }
  .policy_block .policy_icon img {
    max-width: 50px;
  }
  .policy_block .policy_icon {
    margin: -36px 0 0 0;
  }
  .policy_info {
    padding: 36px 0 0;
  }
  .calltoaction_section .heading_block .heading_text {
    font-size: 24px;
    line-height: 24px;
  }

}
/* Media Screen 425px - End
================================================== */
/* Media Screen 375px - Start
================================================== */
@media screen and (max-width: 375px) {
  .hero_content h2 {
    font-size: 14px;
  }
  .hero_images .hero_img {
    padding: 0 40px 58px 40px;
  }
  .client_block::before {
    top: -60%;
  }
}
/* Media Screen 375px - End
================================================== */