@charset "UTF-8";
/*-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Monoton&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap" rel="stylesheet1');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('./flaticon_hr.css');
:root {
  --primary: #101010;
  --secondary: #555555;
  --black: #000000;
  --red: #f14f44;
  --green: #41f681;
  --lime-green: #90ee02;
  --orange: #FF5914;
  --yellow: #f3ff0a;
  --purple: #5814f9;
  --white: #ffffff;
  --gray: #999;
  --gray-two: #555555;
  --gray-three: #F0F2F4;
  --border-color-one: rgba(255, 255, 255, 0.1);
  --border-color-two: #DADADA;
  --neutral-50: #FAFAFA;
  --neutral-100: #F4F4F5;
  --neutral-150: #f8f9fa;
  --neutral-200: #E4E4E7;
  --neutral-300: #D4D4D8;
  --neutral-400: #A1A1AA;
  --neutral-500: #71717A;
  --neutral-600: #52525B;
  --neutral-700: #3F3F46;
  --neutral-800: #27272A;
  --neutral-900: #18181B;
  --neutral-950: #09090B;
  --title-color: #020202;
}
:root {
    --primary-color: #3F74FF;
    --primary-color-rgb: 63, 116, 255;
    --dark-color: #101010;
    --dark-color-rgb: 16, 16, 16;
    --secondary-color: #555555;
    --secondary-color-rgb: 000, 000, 000;
    --grey-color: #EFF3FF;
    --white-color: #ffffff;
    --white-color-rgb: 255, 255, 255;
    --body-fonts: var(--font_nunito);
    --title-fonts: var(--font_nunito);
    --small-border-radius: 5px;
    --border-radius: 15px;
    --big-border-radius: 900px;
    --transition: all 0.5s ease-in-out;
    --border-color: #10101036;
    --bg-color: #FFFFFF;
    --text-color: #757575;
    --accent-color: #E2A76F;
    --divider-color: #273A291A;
    --dark-divider-color: #FFFFFF1A;
}
@font-face {
  font-family: "Thunder";
  src: url("../fonts/Thunder-BoldLC.ttf");
  font-weight: 700;
}
@font-face{
    font-family: 'NeurialGroteskBold';
    src: url('../fonts/NeurialGroteskBold.eot');
    src: url('../fonts/NeurialGroteskBold.eot') format('embedded-opentype'),
         url('../fonts/NeurialGroteskBold.woff2') format('woff2'),
         url('../fonts/NeurialGroteskBold.woff') format('woff'),
         url('../fonts/NeurialGroteskBold.ttf') format('truetype'),
         url('../fonts/NeurialGroteskBold.svg#NeurialGroteskBold') format('svg');
}
@font-face{
    font-family: 'NeurialGroteskMedium';
    src: url('../fonts/NeurialGroteskMedium.eot');
    src: url('../fonts/NeurialGroteskMedium.eot') format('embedded-opentype'),
         url('../fonts/NeurialGroteskMedium.woff2') format('woff2'),
         url('../fonts/NeurialGroteskMedium.woff') format('woff'),
         url('../fonts/NeurialGroteskMedium.ttf') format('truetype'),
         url('../fonts/NeurialGroteskMedium.svg#NeurialGroteskMedium') format('svg');
}
@font-face {
    font-family: 'NeurialGroteskRegular';
    src: url('../fonts/NeurialGroteskRegular.eot');
    src: url('../fonts/NeurialGroteskRegular.eot') format('embedded-opentype'),
         url('../fonts/NeurialGroteskRegular.woff2') format('woff2'),
         url('../fonts/NeurialGroteskRegular.woff') format('woff'),
         url('../fonts/NeurialGroteskRegular.ttf') format('truetype'),
         url('../fonts/NeurialGroteskRegular.svg#NeurialGroteskRegular') format('svg');
}
@font-face {
    font-family: 'NeurialGroteskLight';
    src: url('../fonts/NeurialGroteskLight.eot');
    src: url('../fonts/NeurialGroteskLight.eot') format('embedded-opentype'),
         url('../fonts/NeurialGroteskLight.woff2') format('woff2'),
         url('../fonts/NeurialGroteskLight.woff') format('woff'),
         url('../fonts/NeurialGroteskLight.ttf') format('truetype'),
         url('../fonts/NeurialGroteskLight.svg#NeurialGroteskLight') format('svg');
}
:root {
    --font_josfin: "Josefin Sans", sans-serif;
    --font_nunito: "Nunito Sans", sans-serif;
    --font_kanit: "Kanit", sans-serif;
    --font_instr: "Instrument Sans";
    --font_mono: "Monoton";
    --font_thunder: "Thunder";
    --font_awesome: "Font Awesome 6 Pro";
    --font_neurial_bold: "NeurialGroteskBold";
    --font_neurial_medium: "NeurialGroteskMedium";
    --font_neurial_regular: "NeurialGroteskRegular";
    --font_neurial_light: "NeurialGroteskLight";
    --font_outfit: "Outfit", sans-serif;
    --font_Rubik: "Rubik", sans-serif;
}

/* === Defalut Style scss (index 03) === */
* {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: var(--font_Rubik);
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.48px;
  color: var(--secondary);
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  line-height: 1.22;
  font-family: var(--font_nunito);
  font-weight: 600;
}

ul,
ol {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: var(--primary);
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

/* === Gutter scss (index 03) === */
@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }
  br {
    display: none;
  }
}
#main-content {
  position:relative;
  width: 100%;
  padding-top:90px;
}
@media (max-width: 767px) {
    #main-content{
        padding-top: 72px;
    }
}
@media (max-width: 991px) {
    #main-content{
        padding-top: 75px;
    }
}
@media (max-width: 1199px) {
    #main-content{
        padding-top: 92px;
    }
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.container {
  padding: 0 15px;
}
@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
    margin: 0 auto;
  }
  .pq-icon-box-wrapper .pq-icon-box .pq-icon-box-content h3 {
      line-height:52px!important;
  }
}

.container-1600 {
  padding: 0 15px;
}
@media (min-width: 1800px) {
  .container-1600 {
    max-width: 1630px;
    margin: 0 auto;
  }
  .header-area .header__logo {
        max-width: 135px!important;
    }
}
.background-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* animation css */
/* === Scrollbar scss (index 01) === */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

body.tp-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--title-color);
  pointer-events: none;
  border-style: solid;
  border-radius: 100px;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  /* Note: border width handled through JS */
}

/* Ball view
============= */
#ball.ball-view {
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-kanit);
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  /* pill shape */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  /* ✅ keep text one line */
  height: auto;
}

#ball .ball-view-inner {
  padding: 23px 40px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  background-color: var(--white);
  border-radius: 100px;
  /* pill shape */
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-kanit);
  line-height: 1;
  text-transform: uppercase;
}

#ball .ball-view-inner i {
  font-size: 24px;
}

/* Ball drag
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--primary-color);
  height: 10px;
  line-height: 10px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f060";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f061";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.magnetic-active {
  /* border-color: var(--primary-color2) !important; */
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color), 0.5);
  backdrop-filter: blur(1.1px);
  border-color: transparent !important;
}

/* Ball close
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1;
  text-align: center;
}

/* === positioning scss (index 02) === */

.rr-ov-hidden {
  overflow: hidden;
}

/* === Container scss (index) === */
.rr-container-1800 {
  max-width: 1800px;
}

.rr-container-1350 {
  max-width: 1350px;
}

.rr-container-1600 {
  max-width: 1650px;
}

.box-shadow {
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.2);
}   


/* === Section spacing  scss (index 07) === */
.section-spacing {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
@media only screen and (max-width : 767px) {
    .ptb-120 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pt-120 {
        padding-top: 50px;
    }
    .pb-120 {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .ptb-120 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .pt-120 {
        padding-top: 100px;
    }
    .pb-120 {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .ptb-120 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .pt-120 {
        padding-top: 100px;
    }
    .pb-120 {
        padding-bottom: 100px;
    }
}


.cir36 {
	animation: rotate-forward 30s linear infinite;
}

@keyframes rotate-forward {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotate-backward {
	100% {
		transform: rotate(-360deg);
	}
}
.ripple {
  box-sizing:border-box;
  position:relative;
}

.ripple:before {
  animation: ripple 3s ease-out infinite;
  border: solid 2px var(--primary-color);
  border-radius: 1em;
  bottom: 0px;
  box-sizing: border-box;
  content: "";
  left: 5vw;
  position: absolute;
  right: 0;
  top: 100px;
  width: 90px;
  height: 150px;
}

.ripple:after {
  animation: ripple 3s 1s ease-out infinite;
    border: solid 2px var(--primary-color);
    border-radius: 1em;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 5vw;
    position: absolute;
    right: 0;
    top: 100px;
    width: 90px;
    height: 150px;
}

@keyframes ripple {
  0% {
    opacity:.25;
  }
  100% {
    border-radius:2em;
    opacity:0;
    transform:scale(2.3);
  }
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist li {
    font-weight: 400;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.checklist li>i {
    color: #0752c5;
}

.checklist li:not(:last-child) {
    margin-bottom: 10px
}
.checklist.style2 li {
    font-size: 18px;
    color: var(--black);
    gap: 15px;
    line-height:30px;
}

.checklist.style2 li:not(:last-child) {
    margin-bottom: 26px
}

.checklist.style2 li>i {
    font-size: 20px;
    border-radius: 50%;
    border: 1px dashed var(--primary-color);
    padding: 10px;
    width: 38px;
    height: 38px;
}
/* === ontainer styling with full HD support  scss (index 08) === */
.container {
  --bs-gutter-x: 30px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
/* ===Inverted scss (index 09) === */

/* ===Side info and offcanvas scss (index 10) === */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  right: 0;
  opacity: 1;
  visibility: hidden;
  transition: all 0.5s;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

.side-info-close {
  font-size: 20px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}
.side-info-close:hover {
  transform: rotate(90deg);
}

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 45px;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 1199px) {
  .side-info {
    width: 460px;
  }
}
@media (max-width: 575px) {
  .side-info {
    width: 280px;
    padding: 30px 20px;
  }
}
.side-info ::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}
.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
  /* Show side info */
}

/* === Offset header scss (index 11) === */
.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offset-logo {
  width: 95px;
}
@media (max-width: 575px) {
  .offset-logo {
    width: 95px;
  }
}
.offset-logo img {
  width: 100%;
}
.offset-button {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

/* === Offset widget box scss (index 12) === */
.offset-widget-box {
  margin-top: 40px;
}
.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}
.offset-widget-box .contact-meta > *:not(:first-child) {
  margin-top: 16px;
}
.offset-widget-box .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.offset-widget-box .contact-item span {
  color: var(--primary);
  font-weight: 500;
}
.offset-widget-box .contact-item span a:hover {
  color: var(--secondary);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}
/*.normal-logo {
  width: 50%;
}*/
/* ===Mobile menu customization scss (index 13) === */
.mobile-menu {
  margin-top: 40px;
}
.mobile-menu.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mobile-menu.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--primary);
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px;
}
.mobile-menu.mean-container .mean-bar {
  padding-bottom: 30px;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important;
}

/* === Sticky header scss (index 14) === */
.header-sticky {
  transition: all 0.5s;
  background-color: #F8FAFC;
  padding-top: 15px;
  padding-bottom: 15px;
}

.transformed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-100%);
}
.transformed .header-area__inner {
  height: 80px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #ffffff;
  transform: translateY(0%);
}


/* === inverted text scss (index 15) === */


.rr-bg-gray {
  background: var(--neutral-100);
}

/* === theme scss (index 01) === */
html {
  --container-max-widths: 1320px;
}
@media only screen and (max-width: 1399px) {
  html {
    --container-max-widths: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    --container-max-widths: 960px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    --container-max-widths: 720px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    --container-max-widths: 540px;
  }
}

header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

.show-light {
  display: inline-block;
}

/* === progress-wrap scss (index 01) === */
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--white);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
}

.progress-wrap svg path {
  fill: var(--primary-color);
}

.progress-wrap svg.progress-circle path {
  fill: var(--primary-color);
  stroke: transparent;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    mix-blend-mode: normal;
    background-color: var(--primary-color)
}

/* === primary btn scss (index 01) === */

.rr-btn-border {
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  align-items: center;
  display: inline-flex;
  color: var(--primary);
  border-radius: 500px;
  text-transform: uppercase;
  padding: 7px 8px 7px 24px;
  border: 1px solid #e3e3e3;
  font-family: var(--font_kanit);
  justify-content: space-between;
  background: rgba(241, 241, 241, 0);
}
.rr-btn-border .icon {
  width: 36px;
  height: 36px;
  display: flex;
  font-size: 20px;
  color: var(--white);
  align-items: center;
  border-radius: 500px;
  transition: all 0.3s;
  background: var(--red);
  justify-content: center;
}
.rr-btn-border:hover .icon {
  rotate: -45deg;
}

/* === menu scss (index 01) === */
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li:first-child > a {
  padding-left: 0;
}
.main-menu > ul > li:last-child > a {
  padding-right: 0;
}
.main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li > ul > li:hover ul{
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
  top:0;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  -moz-column-count: 2;
       column-count: 2;
  width: 480px;
  -moz-column-gap: 0;
       column-gap: 0;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}
.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu li.menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}

/* === header scss (index 01) === */

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area__inner {
  gap: 30px;
  display: flex;
  /* padding: 0px 35px; */
  padding: 20px 30px;
  align-items: center;
  border-radius: 20px;
  /* background: rgba(255, 255, 255, 0.8); */
  justify-content: space-between;
  background-color: #ffffff;
    box-shadow: 0px 5px 30px rgba(1, 1, 1, 0.05);
  /* margin-top: 30px; */
}
.header-area .header__logo {
    max-width: 100px;
}
@media (min-width: 576px) {
  .header-area .header__logo {
    max-width: 100px;
  }
}
@media (max-width: 575px) {
  .header-area .header__logo {
    max-width: 100px;
  }
}

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header__logo {
    max-width: 150px;
  }
 }
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .header-area .header__logo {
    max-width: 100px;
  }
}

.header-area .header-right {
  gap: 10px;
  display: flex;
  align-items: center;
}
.header-area .header-right .side-toggle .bar-icon {
  width: 30px;
  height: 7px;
}
.header-area .header-right .side-toggle .bar-icon span {
  height: 1px;
  background: var(--primary);
}
@media (max-width: 575px) {
  .header-area .header-right .rr-btn-border {
    display: none;
  }
}
.header-area .main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.header-area .main-menu ul.dp-menu li:hover > a {
  color: var(--red);
  background-color: transparent;
}
.header-area .main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.header-area .main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}
.header-area .main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.header-area .main-menu > ul {
  display: flex;
}
.header-area .main-menu > ul > li:hover > a {
  color: var(--red);
}
.header-area .main-menu li a {
  font-size: 18px;
  font-weight: 400;
  /* padding: 42px 14px; */
  padding: 14px 20px;
  color: var(--primary);
  font-family: var(--font_Rubik);
}
@media only screen and (max-width: 1399px) {
  .header-sticky{
    padding-top:10px;
    padding-bottom:10px;
  }
  .header-area__inner{
    padding: 10px 30px;
  }
  .header-area .main-menu li a {
    padding: 15px 10px;
  }
}
.header-area .main-menu li a:hover {
  color: var(--primary);
}
.header-area .header__navicon {
  margin-left: auto;
}
@media only screen and (min-width: 1200px) {
  .header-area__inner .header__logo{
    order: 1;
  }
  .header-area__inner .header__nav{
    flex: 0 0 80%;
    max-width: 80%;
    order: 3;
    justify-items: end;
  }
  .header-area__inner .header-right{
    order: 2;
  }
}

/* === Icon draw scss (index 01) === */
.bar-icon {
  width: 26px;
  height: 18px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  display: inline-block;
  background: var(--primary);
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}

/* === Icon draw Animate scss (index 01) === */
@keyframes qode-draw {
  0%, 100% {
    clip-path: inset(-2px 0);
  }
  42% {
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    clip-path: inset(-2px 100% -2px 0);
  }
}

/** === Start Breadcrumb === **/
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 20px 0 -0.5em 0;
    list-style-type: none
}

.breadcumb-menu li {
    display: inline-block;
    list-style: none;
    position: relative
}

.breadcumb-menu li:not(:last-child):after {
    content: "|";
    position: relative;
    margin-left: 15px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
    opacity: 1;
    top: -2px
}

.breadcumb-menu li:last-child {
    color: var(--primary-color)
}

.breadcumb-menu li,.breadcumb-menu a,.breadcumb-menu span {
    font-weight: 700;
    font-size: 18px;
    word-break: break-word;
    white-space: normal;
    color: var(--white-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    letter-spacing: .1em
}

.breadcumb-menu a:hover {
    color: var(--primary-color)
}

.breadcumb-title {
    margin: -0.32em 0 -0.36em 0;
    font-size: 70px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
	text-shadow: 5px 3px #00000094;
}

.breadcumb-wrapper {
    padding-top: 275px;
    padding-bottom: 275px;
    background-color: var(--black-color);
    overflow: hidden;
    text-align: center
}

@media(max-width: 1500px) {
    .breadcumb-wrapper {
        padding-top:180px;
        padding-bottom: 145px
    }

    .breadcumb-title {
        font-size: 60px
    }
}

@media(max-width: 1199px) {
    .breadcumb-title {
        font-size:48px
    }

    .breadcumb-menu li,.breadcumb-menu a,.breadcumb-menu span {
        font-size: 16px;
        letter-spacing: 0
    }
}

@media(max-width: 991px) {
    .breadcumb-wrapper {
        padding-top:130px;
        padding-bottom: 130px
    }

    .breadcumb-title {
        font-size: 40px
    }

    .breadcumb-menu li,.breadcumb-menu a,.breadcumb-menu span {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .breadcumb-title {
        font-size:34px
    }

    .breadcumb-menu {
        margin: 15px 0 -0.5em 0
    }

    .breadcumb-menu li:not(:last-child):after {
        margin-left: 13px;
        margin-right: 8px;
        font-size: 12px;
        opacity: 1;
        top: -1px
    }

    .breadcumb-wrapper {
        padding-top: 100px;
        padding-bottom: 100px
    }
}
/** End Breadcrumb **/
/*================================================ Footer Area CSS =================================================*/
 .footer-area {
     position: relative;
     z-index: 1;
     overflow: hidden;
     background-color: #010101;
}
 .footer-area.recruiting-footer {
     background-color: transparent;
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
     background: url(../images/footer/footer-bg2.jpg);
}
 .footer-area.recruiting-footer::before {
     position: absolute;
     content: "";
     left: 0;
     right: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background-color: #002034;
     opacity: .85;
     z-index: -1;
}
 .footer-area.recruiting-footer .footer-top-info {
     border-bottom: none;
     padding-bottom: 0;
}
 .footer-area.recruiting-footer .footer-wrap-inner {
     background-color: #123d58;
     padding: 50px;
     border-radius: 15px;
}
 .footer-area.recruiting-footer .copyright-area {
     border-top: none;
     margin-top: 0;
}
 .footer-area.consulting-footer {
     background-color: #ffffff;
}
 .footer-area.consulting-footer .single-footer-widget p {
     color: #464646;
     line-height: 18px;
}
 .footer-area.consulting-footer .single-footer-widget h3 {
     color: #010101;
}
 .footer-area.consulting-footer .single-footer-widget .list li a {
     color: #464646;
}
 .footer-area.consulting-footer .single-footer-widget .list li a:hover {
     color: #6cc6ff;
}
 .footer-area.consulting-footer .single-footer-widget .info li b {
     color: #464646;
}
 .footer-area.consulting-footer .single-footer-widget .info li span {
     color: #010101;
}
 .footer-area.consulting-footer .single-footer-widget .info li span a {
     color: #010101;
}
 .footer-area.consulting-footer .single-footer-widget .info li span a:hover {
     color: #6cc6ff;
}
 .footer-area.consulting-footer .single-footer-widget.border-wrap::before {
     background-color: #CCCCCC;
}
 .footer-area.consulting-footer .copyright-area {
     border-top: 1px solid #CCCCCC;
     margin-top: 120px;
}
 .footer-area.consulting-footer .copyright-area p {
     color: #464646;
}
 .footer-area.consulting-footer .copyright-area p span {
     color: #6cc6ff;
}
 .footer-area.consulting-footer .copyright-area p a {
     color: #010101;
}
 .footer-area.consulting-footer .copyright-area p a:hover {
     color: #6cc6ff;
}
 .footer-area.consulting-footer .copyright-area .info-links li a {
     color: #464646;
}
 .footer-area.consulting-footer .copyright-area .info-links li a:hover {
     color: #6cc6ff;
}
 .footer-area.consulting-footer .copyright-area .info-links li::before {
     background-color: #CCCCCC;
}
 .footer-top-info {
     text-align: center;
     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
     padding-bottom: 50px;
     margin-bottom: 50px;
}
 .footer-top-info h1 {
     font-size: 95px;
     color: #ffffff;
     margin-bottom: 15px;
     line-height: 1;
}
 .footer-top-info .link-btn {
     font-size: 42px;
     color: #6cc6ff;
     display: block;
     margin-bottom: 30px;
     transition: 0.7s;
}
 .footer-top-info .link-btn:hover {
     letter-spacing: 0.5px;
}
 .footer-top-info .list {
     display: flex;
     gap: 15px;
     justify-content: center;
     margin-bottom: 0;
     padding-left: 0;
     padding-right: 0;
}
 .footer-top-info .list li {
     list-style-type: none;
}
 .footer-top-info .list li a {
     display: flex;
     gap: 7px;
     align-items: center;
     justify-content: center;
     padding: 7px 15px;
     border: 1px solid rgba(255, 255, 255, 0.2);
     border-radius: 50px;
     transition: 0.7s;
}
 .footer-top-info .list li a i {
     color: #ffffff;
}
 .footer-top-info .list li a span {
     color: var(--bs-gray-100);
}
 .footer-top-info .list li a:hover {
     border: 1px solid #6cc6ff;
}
 .single-footer-widget .widget-logo {
     display: block;
     margin-bottom: 10px;
     width: 60%;
}
 .single-footer-widget p {
     color: var(--bs-gray-100);
     margin-bottom: 0;
     max-width: 335px;
     font-size: 16px;
     line-height: 18px;
}

 .single-footer-widget h3 {
     font-size: 20px;
     color: #ffffff;
     margin-bottom: 25px;
}
 .single-footer-widget .list {
     margin-bottom: 0;
     padding-left: 0;
     padding-right: 0;
}
 .single-footer-widget .list li {
     list-style-type: none;
     margin-bottom: 18px;
}
 .single-footer-widget .list li a {
     color: var(--bs-gray-100);
}
 .single-footer-widget .list li a:hover {
     color: #ffffff;
}
 .single-footer-widget .list li:last-child {
     margin-bottom: 0;
}
 .single-footer-widget .info {
     margin-bottom: 0;
     padding-left: 0;
     padding-right: 0;
}
 .single-footer-widget .info li {
     list-style-type: none;
     margin-bottom: 15px;
}
 .single-footer-widget .info li b {
     font-size: 14px;
     color: var(--bs-gray-100);
     font-weight: 400;
     display: block;
     line-height: 1;
     margin-bottom: 3.5px;
}
 .single-footer-widget .info li span {
     font-size: 17.5px;
     color: #ffffff;
}
 .single-footer-widget .info li span a {
     color: #ffffff;
}
 .single-footer-widget .info li span a:hover {
     color: #6cc6ff;
}
 .single-footer-widget .info li:last-child {
     margin-bottom: 0;
}
 .single-footer-widget.border-wrap {
     height: 100%;
     position: relative;
}
 .single-footer-widget.border-wrap::before {
     position: absolute;
     content: "";
     right: 15px;
     top: 0;
     height: 100%;
     width: 1px;
     background-color: rgba(255, 255, 255, 0.2);
}
 .single-footer-widget .social-list {
     display: flex;
     gap: 10px;
     margin-top: 20px;
     margin-bottom: 0;
     padding-left: 0;
     padding-right: 0;
}
 .single-footer-widget .social-list li {
     list-style-type: none;
}
 .single-footer-widget .social-list li a i {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 50px;
     width: 50px;
     background-color: #FFF8F6;
     border: 1px solid #CCCCCC;
     color: #010101;
     font-size: 20px;
     border-radius: 50px;
     transition: 0.7s;
}
 .single-footer-widget .social-list li a i:hover {
     background-color: #6cc6ff;
     border: 1px solid #6cc6ff;
     color: #010101;
}
 .single-footer-widget .subscribe-inner {
     max-width: 315px;
     margin-top: 25px;
}
 .single-footer-widget .subscribe-inner h4 {
     font-size: 20px;
     color: #ffffff;
     margin-bottom: 15px;
}
 .single-footer-widget .subscribe-inner form {
     position: relative;
}
 .single-footer-widget .subscribe-inner form .form-control {
     display: inline-block;
     height: 55px;
     background-color: transparent;
     border: 1px solid rgba(255, 255, 255, 0.2);
     outline: 0;
     box-shadow: unset;
     padding: 10px 50px 10px 20px;
     border-radius: 5px;
     color: #ffffff;
     transition: 0.7s;
}
 .single-footer-widget .subscribe-inner form .form-control::placeholder {
     color: var(--bs-gray-100);
     transition: 0.7s;
}
 .single-footer-widget .subscribe-inner form .form-control:focus {
     border: 1px solid #6cc6ff;
}
 .single-footer-widget .subscribe-inner form .form-control:focus::placeholder {
     color: transparent;
}
 .single-footer-widget .subscribe-inner form button {
     padding: 0;
     border: none;
     background-color: transparent;
     color: #6cc6ff;
     font-size: 20px;
     transition: 0.7s;
     position: absolute;
     right: 20px;
     top: 50%;
     transform: translateY(-50%);
}
 .single-footer-widget .subscribe-inner form button:hover {
     color: #ffffff;
}
 .copyright-area {
     border-top: 1px solid rgba(255, 255, 255, 0.2);
     margin-top: 50px;
     padding-top: 30px;
     padding-bottom: 30px;
}
 .copyright-area p {
     margin-bottom: 0;
     color: var(--bs-gray-100);
     text-align: center;
}
 .copyright-area p span {
     color: #6cc6ff;
}
 .copyright-area p a {
     color: #ffffff;
}
 .copyright-area p a:hover {
     color: #6cc6ff;
}
 .copyright-area .info-links {
     margin-bottom: 0;
     display: flex;
     justify-content: end;
     padding-left: 0;
     padding-right: 0;
}
 .copyright-area .info-links li {
     list-style-type: none;
     margin-right: 35px;
     position: relative;
}
 .copyright-area .info-links li a {
     color: var(--bs-gray-100);
}
 .copyright-area .info-links li a:hover {
     color: #6cc6ff;
}
 .copyright-area .info-links li::before {
     position: absolute;
     content: "";
     right: -22px;
     top: 50%;
     transform: translateY(-50%);
     width: 7px;
     height: 7px;
     background-color: #ffffff;
     border-radius: 50px;
}
 .copyright-area .info-links li:last-child {
     margin-right: 0;
}
 .copyright-area .info-links li:last-child::before {
     display: none;
}
 .footer-shape {
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: -1;
}
@media only screen and (min-width:1800px){
  .single-footer-widget p {
    font-size: 18px;
    line-height: 24px;
  }
  .single-footer-widget h3{
    font-size: 24px;
  }
  .single-footer-widget .list li a{
    font-size:18px;
  }
}
/* Max width 767px */
 @media only screen and (max-width: 767px) {
     .footer-area.recruiting-footer .footer-wrap-inner {
         padding: 25px;
    }
     .footer-area.consulting-footer .copyright-area {
         margin-top: 50px;
    }
     .footer-top-info h1 {
         font-size: 30px;
    }
     .footer-top-info .link-btn {
         font-size: 25px;
    }
     .footer-top-info .list {
         display: block;
    }
     .footer-top-info .list li {
         margin-bottom: 12px;
    }
     .footer-top-info .list li:last-child {
         margin-bottom: 0;
    }
     .single-footer-widget p {
         max-width: 100%;
    }
     .single-footer-widget.border-wrap::before {
         display: none;
    }
     .single-footer-widget.ps-5 {
         padding-left: 0 !important;
        /* Default bootstrap class without !important not working */
    }
     .single-footer-widget.ps-3 {
         padding-left: 0 !important;
        /* Default bootstrap class without !important not working */
    }
     .copyright-area {
         text-align: center;
    }
     .copyright-area .info-links {
         justify-content: center;
    }
}
/* Min width 768px to Max width 991px */
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .footer-area.recruiting-footer .footer-wrap-inner {
         padding: 30px;
    }
     .footer-area.consulting-footer .copyright-area {
         margin-top: 100px;
    }
     .footer-top-info h1 {
         font-size: 65px;
    }
     .single-footer-widget p {
         max-width: 100%;
    }
     .single-footer-widget.border-wrap::before {
         display: none;
    }
     .single-footer-widget.ps-5 {
         padding-left: 0 !important;
        /* Default bootstrap class without !important not working */
    }
     .single-footer-widget.ps-3 {
         padding-left: 0 !important;
        /* Default bootstrap class without !important not working */
    }
     .copyright-area {
         text-align: center;
    }
     .copyright-area .info-links {
         justify-content: center;
    }
}
/* Min width 992px to Max width 1199px */
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .footer-area.recruiting-footer .footer-wrap-inner {
         padding: 30px;
    }
     .footer-area.consulting-footer .copyright-area {
         margin-top: 100px;
    }
     .footer-top-info h1 {
         font-size: 80px;
    }
     .single-footer-widget.border-wrap::before {
         right: -25px;
    }
}
/* Min width 1200px to Max width 1399px */
 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
     .footer-area.recruiting-footer .footer-wrap-inner {
         padding: 30px;
    }
}
 


/* === pages scss (index 01) === */

/* about-us-5 home-5 start */

/* Responsive tweaks */

/* === Hero Section (Home 01) === */

.section-heading {
  text-align: center;
  margin-bottom: 35px;
}
.section-heading .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #006da1;
    /* text-decoration-line: underline; */
    text-transform: capitalize;
}
@media only screen and (max-width: 1399px) {
  .section-heading .title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .section-heading .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .section-heading .title {
    font-size: 24px;
    line-height: 34px;
  }
}
/**/
.hero-video {
  height: 100vh; /*720px*/
  position: relative;
  overflow: hidden;
}
.hero-video video{
  position: relative;
}
.hero-video video.ps-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-video-wrap {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  display: table;
  background: rgba(0, 0, 0, 0.2);  
  z-index: 2;
  width: 100%;
  height: 100%; 
}
.hero-video-wrap h1 {
  color: var(--white);
  margin-bottom: 25px;
  font-size: 62px;
  line-height: 68px;
  margin-bottom: 15px;
}
.hero-video-content {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 0px 25%;/*0px 285px*/
  z-index: 10;
}
.hero-video .btn-wrap a {
  margin: 0px 15px;
} 
.hero-video .main-heading span.span {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #19326a;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 16px;
}
.hero-video .main-heading p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 10px auto 40px;
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .hero-video-content{
    padding:0 15px;
  }
  .hero-video-wrap h1 {
    font-size: 3em;
  }
  .hero-video .main-heading p {
    width: 100%;
  }
} 
.hero-video .main-heading {
  padding-top: 80px;
}
/**/
.hero-section__wrapper {
  padding-top: 257px;
  padding-bottom: 120px;
  background: #f0f2f4;
}
@media only screen and (max-width: 1199px) {
  .hero-section__wrapper {
    padding-top: 200px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__wrapper {
    padding-top: 200px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__wrapper {
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .hero-section__wrapper {
    padding-top: 100px;
  }
}
/** About Section **/
/*================================================
     Section Title
================================================*/

.pq-section-title .heading .subtitle {
     font-size: 16px;
     line-height: 24px;
     text-transform: uppercase;
     color: var(--primary-color);
     font-family: var(--title-fonts);
     display: inline-block;
     letter-spacing: 0.04em;
     margin-bottom: 10px;
     align-items: center;
     background: var(--white);
     padding: 4px 12px;
     border-radius: var(--small-border-radius);
}

.pq-section-title .heading .title {
     font-size: 56px;
     line-height: 64px;
     color: #006da1;
     display: block;
     font-weight:bold;
}

.pq-section-title .heading p {
     margin-top: 15px;
     margin-bottom: 15px;
     color: var(--secondary-color);
}
@media only screen and (max-width:1399px){
  .pq-section-title .heading .title {
      font-size: 44px;
      line-height: 52px;
  }
}


@media (max-width:767px) {

     .pq-section-title .heading .title {
          font-size: 32px;
          line-height: 40px;
     }
}

@media (max-width:397px) {
     .pq-section-title .heading .title {
          font-size: 28px;
          line-height: 36px;
     }
}
/*===== icon-box ======*/
.pq-icon-box .pq-icon{
     font-size: 48px;
     color: var(--primary-color);
}
.pq-icon-box-wrapper .pq-icon-box{
     display: flex;
     gap: 15px;
     line-height: 48px;
     align-items: end;
}
.pq-icon-box-wrapper .pq-icon-box .pq-icon-box-content h3{
     font-size: 22px;
     line-height: 30px;
}
.pq-icon-box-wrapper{
     display: flex;
     gap: 30px;
     line-height: 48px;
}
/*=====  icon responsive  ======*/
@media (max-width:1399px){
     .pq-icon-box-wrapper .pq-icon-box {
          align-items: center;
     }
     .pq-icon-box .pq-icon{
      font-size: 40px;
     }
     .pq-icon-box-wrapper .pq-icon-box .pq-icon-box-content h3{
      font-size: 18px;
     }
}
@media (max-width:1279px){
     .pq-icon-box-wrapper .pq-icon-box {
          align-items: center;
     }
     .pq-icon-box-wrapper {
          justify-content: space-around;
     }
}
@media (max-width:1023px){
     .pq-icon-box-wrapper {
          justify-content: space-around;
     }
}
@media (max-width:768px) {
     .pq-icon-box-wrapper {
          display: flex;
          flex-direction: column;
          gap: 30px;
          line-height: 48px;
     }
}

.about-grid-section-wrapper .left-section .pq-counter span{
     font-size: 70px;
     line-height: 78px;
     color: var(--primary-color);
     font-weight: 600;
}
.about-grid-section-wrapper .left-section .pq-counter-title{
     text-transform: uppercase;
     font-size: 16px;
     line-height: 24px;
}
.about-grid-section-wrapper .left-section .left-section-row2 .pq-pettern-block .pq-counter-wrapper .pq-counter,
.about-grid-section-wrapper .left-section .left-section-row2 .pq-pettern-block .pq-counter-wrapper .pq-counter-title {
     display: flex;
     justify-content: end;
}
/*=================   expert-support-section  resonsive  ====================*/
@media only screen and (min-width:1200px){
  .about-grid-section-wrapper .left-section .left-section-row2 .pq-pettern-block{
    width: 40%;
  }
  .about-grid-section-wrapper .left-section .left-section-row2 .pq-image-block{
    width: 60%;
  }
  .about-grid-section-wrapper .left-section .left-section-row2 .pq-image-block img{
    max-height: 345px;
    width:100%;
    object-fit: cover;
  }
}
@media (max-width:768px) {
     .about-grid-section-wrapper .left-section .pq-counter span {
          font-size: 48px;
          line-height: 56px;
     }
}

/*==================   counter (proven-results)   ====================*/

.pq-counter-wrapper .pq-counter-style-1 .pq-counter{
     font-size: 69px;
     color: var(--dark-color);
     line-height: normal;
     font-weight: 600;
}

.about-section-wrapper{
  background: #f5f5f5;
}
.about-grid-section-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
}
.about-grid-section-wrapper .left-section{
     display: flex;
     flex-direction: column;
     gap: 30px;
     position: relative;
}
.about-grid-section-wrapper .left-section .left-section-row1 img{
     border-radius: var(--border-radius);
}
.about-grid-section-wrapper .left-section .left-section-row2{
     display: flex;
     gap: 30px;
}
.about-grid-section-wrapper .left-section .left-section-row2 img{
     border-radius: var(--border-radius);
}
.about-grid-section-wrapper .left-section .left-section-row2 .pq-pettern-block .pq-pettern-block-wrapper{
     padding: 30px;
     display: flex;
     flex-direction: column;
     height: 100%;
     justify-content: space-between;
}
.about-grid-section-wrapper .left-section .left-section-row2 .pq-pettern-block .pq-pettern-block-wrapper h2{
     font-size: 24px;
     line-height: 32px;
     width: 80%;
}
.about-grid-section-wrapper .left-section .left-section-row2 .pq-pettern-block  {
     background-color: var(--white);
     position: relative;
     border-radius: var(--border-radius);
     z-index: 1;
}
.about-grid-section-wrapper .left-section .left-section-row2 .pq-pettern-block::before{
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background-image: url(../images/about/pattern_s_001-1.webp);
     object-fit: cover;
     background-repeat: no-repeat;
     background-position: top left;
     background-size: 60% auto;
     z-index: -1;
}

/*===== blue-circle ======*/
.pq-blue-circle{
    background-color: var(--primary-color);
    border-radius: 100%;
    position: absolute;
    align-items: center;
    text-align: center;
    width: 150px;
    height: 150px;
    line-height: 150px;
    padding: 30px 0;
    left: 50%;
    top: 18%;
    z-index: 2;
}
.pq-blue-circle:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    width: 156px;
    height: 156px;
    border: 2px dashed var(--primary-color);
    border-radius: 75px;
    /* padding: 2px; */
    line-height: 154px;
    animation: rotate-forward 30s linear infinite;
} 

.pq-blue-circle .pq-circle-heading{
     font-size: 28px;
     line-height: 36px;
     color: var(--white);
}
.pq-blue-circle .pq-circle-discription{
     font-size: 18px;
     line-height: 26px;
     color: var(--white);
}
.pq-icon-list-wrapper .pq-icon-list{
     list-style-type: none;
     display: flex;
     gap: 10px;
     align-items: center;
     padding-bottom: calc(15px/2);
} 
.pq-icon-list-wrapper .pq-icon-list svg{
     height: 18px;
     fill: var(--primary-color);
}
.pq-icon-list-wrapper{
     padding-left: 0;
     margin-top: 30px;
}
.pq-icon-list-wrapper .pq-icon-list-discription{
     font-size: 18px;
     line-height: 28px;
     color: var(--dark-color);
}
.about-grid-section-wrapper  .right-section .pq-section-title .heading {
     padding-bottom: 15px;
     margin-bottom: 45px;
}
.about-grid-section-wrapper .right-section .pq-button-container{
     margin-top: 30px;
}

/*================================================
expert-support-section- responsive
================================================*/

@media (max-width:1279px){
     .about-grid-section-wrapper{
          grid-template-columns: 1fr;
     }
}
@media (max-width:1023px){

     .pq-blue-circle {
          top: 40%;
          left: 40%;
     }
}
@media (max-width:767px) {
     .pq-blue-circle {
          top: 35%;
          left: 35%;
     }
     .pq-expert-support-section .right-section .pq-icon-list-wrapper .pq-icon-list {
          align-items: baseline;
     }
      
}
@media (max-width:479px) {
     .pq-blue-circle {
        display: none;
    }
     .about-grid-section-wrapper .left-section .left-section-row2 {
          flex-direction: column;
     }
}
.about-grid-section-wrapper .left-section .left-section-row2 .pq-pettern-block::before {
     background-image: url("../images/about/pattern_s_001-1.webp");
}

/** End About Section **/

/*===== Button Flat =====*/
.pq-button.pq-button-flat {
     overflow: hidden;
     font-family: var(--body-fonts);
     text-transform: uppercase;
     line-height: 2;
     letter-spacing: 0.04em;
     font-size: 16px;
     padding: 12px 30px;
     position: relative;
     width: auto;
     height: auto;
     color: var(--white);
     vertical-align: middle;
     display: inline-block;
     text-decoration: none;
     border-radius: var(--big-border-radius);
     transition: var(--transition);
     background: #0173bb;
     box-shadow: 2px 2px 0px #305fdb;
}

.pq-button.pq-button-flat:hover,
.pq-button.pq-button-flat:focus {
     background: var(--dark-color);
     color: var(--white);
}

.pq-button.pq-button-flat i {
     color: var(--white);
     font-size: 18px;
     margin-left: 5px;
     vertical-align: middle;
     display: inline-block;
     line-height: 1;
     transition: var(--transition);
}

.pq-button.pq-button-flat:hover i,
.pq-button.pq-button-flat:focus i {
     animation: pheasantBounce 1s infinite linear;
}
@media (min-width:1023px) and (max-width:1399px){
  .pq-button.pq-button-flat{
    padding: 6px 20px;
  }
}
/*===== Button link =====*/

/** testimonial css start h-5 **/

/*================================================
Recruiting Contact Area CSS
=================================================*/
.recruiting-contact-area{
  background-color: var(--grey-color);
}
.recruiting-contact-information .info {
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: var(--white);
}
.recruiting-contact-information .info h3, .recruiting-contact-information .info .h3 {
  font-size: 23.5px;
  margin-bottom: 20px;
}
.recruiting-contact-information .info .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.recruiting-contact-information .info .list li {
  list-style-type: none;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
.recruiting-contact-information .info .list li .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #0173bb;
  color: var(--white);
  border-radius: 5px;
  font-size: 20px;
  transition: 0.7s;
}
.recruiting-contact-information .info .list li .title span {
  display: block;
  font-size: 14px;
  color: var(--black);
  line-height: 1;
  margin-bottom: 7px;
}
.recruiting-contact-information .info .list li .title a {
  font-size: 18px;
  color: #010101;
}
.recruiting-contact-information .info .list li .title strong {
  font-size: 18px;
  color: #010101;
  font-weight: 400;
}
.recruiting-contact-information .info .list li:last-child {
  margin-bottom: 0;
}
.recruiting-contact-information .info .wrap-shape {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: -1;
  max-width: 210px;
}
.recruiting-contact-information .offices-info {
  background-color: #0173bb;
  padding: 30px;
  border-radius: 15px;
}
.recruiting-contact-information .offices-info h3, .recruiting-contact-information .offices-info .h3 {
  font-size: 23.5px;
  margin-bottom: 20px;
  color:var(--white);
}
.recruiting-contact-information .offices-info .item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
}
.recruiting-contact-information .offices-info .item h5, .recruiting-contact-information .offices-info .item .h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.recruiting-contact-information .offices-info .item span {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}
.recruiting-contact-information .offices-info .item.wrap2 {
  background-color: #ffffff;
  margin-top: 12px;
}
.recruiting-contact-information .offices-info .item.wrap2 h5, .recruiting-contact-information .offices-info .item.wrap2 .h5 {
  color: var(--black);
}
.recruiting-contact-information .offices-info .item.wrap2 span {
  color: var(--black);
}

.recruiting-contact-form {
  background-color: var(--neutral-50);
  padding: 35px;
  border-radius: 15px;
}
.recruiting-contact-form .content {
  margin-bottom: 25px;
}
.recruiting-contact-form .content h3, .recruiting-contact-form .content .h3 {
  font-size: 23.5px;
  color: var(--black);
  margin-bottom: 10px;
}
.recruiting-contact-form .content p {
  margin-bottom: 0;
  color: var(--black);
}
.recruiting-contact-form .form-group label {
  color: var(--black);
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width:1800px){
  .recruiting-contact-form .content p {
    font-size: 18px;
  }
  .recruiting-contact-form .form-group label {
    font-size: 18px;
  }
}
.recruiting-contact-form .form-group .form-control {
  display: inline-block;
  height: 45px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: #000;
  outline: 0;
  box-shadow: unset;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.7s;
}
.recruiting-contact-form .form-group .form-control::placeholder {
  color: var(--neutral-500);
  transition: 0.7s;
}
.recruiting-contact-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.recruiting-contact-form .form-group textarea.form-control {
  display: flex;
  min-height: 125px;
  padding-top: 20px;
}
.recruiting-contact-form .form-group .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath d='M3.204 5h9.592L8 10.481 3.204 5z'/%3e%3c/svg%3e");
  cursor: pointer;
}
.recruiting-contact-form .form-radio-group {
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto;
}
.recruiting-contact-form .form-radio-item label {
    display: inline-block;
    padding-left: 5px;
}

/* .recruiting-contact-form .default-btn {
  background-color: #BAE40E;
  color: #010101;
  border: 1px solid #BAE40E;
  box-shadow: 2px 2px 0px #010101;
}
.recruiting-contact-form .default-btn:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #010101;
} */

.map-inner iframe {
  display: flex;
  width: 100%;
  height: 600px;
  border-radius: 15px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .recruiting-contact-information .info {
    padding: 20px;
  }
  .recruiting-contact-information .offices-info {
    padding: 20px;
  }
  .recruiting-contact-information .offices-info .item {
    padding: 20px;
  }
  .recruiting-contact-form {
    padding: 20px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .recruiting-contact-information .info {
    padding: 25px;
  }
  .recruiting-contact-information .offices-info {
    padding: 25px;
  }
  .recruiting-contact-information .offices-info .item {
    padding: 20px;
  }
}

/* =========  Custom Accordion  ========= */
.choose-acc__item:has(.collapse.show) {
  background: linear-gradient(180deg, rgba(108, 59, 255, 0.22), rgba(124, 77, 255, 0.22));
  border-color: rgba(108, 59, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(108, 59, 255, 0.35) inset, 0 8px 32px rgba(108, 59, 255, 0.35);
}

/* =========  Small screens tweaks  ========= */
/* === Hero Section (Home 08) === */

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* testimonial-area8.scss */
/* BEM-nesting style, keep your variables (e.g. --font_instr, --font_kanit) */

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box-icon {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap:5px;
  align-items: center;
  color: #fff;
}
.box-icon .icon{
  width:25px;
  height: 25px;
}
.box-icon .icon i {
  font-size: 20px;
}
.box-icon .icon-content p {
  font-size: 20px;
  line-height: 32px;
}
.box-icon-2 {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap:10px;
  align-items: center;
  color: #fff;
}
@media only screen and (min-width:1800px){
  .box-icon i{
    font-size: 18px;
  }
  .box-icon .icon-content{
    font-size: 18px;
	line-height: 32px;
  }
}
@media (max-width: 575px) {
  .box-icon-2 {
    grid-template-columns: 1fr;
  }
}
.tp--hover-img{
    width:100%;
    height:100%;
    position: relative;
}
.tp--hover-img canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-services{
    background-color:#f3f3f3;
}
.intro-section-wrap h3 {
    margin-top: 15px;
    background: linear-gradient(to right, #0072bb 10%, #2c04a3 40%, #027cab 80%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #333;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight:600;
}
.contact-form-wrap .nav-pills{
  justify-content: center;
}
.contact-form-wrap .nav-pills .nav-link{
  background-color: #fff;
    color: #000;
    box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
    margin-inline-start: 15px;
}
.contact-form-wrap .nav-pills .nav-link.active, .contact-form-wrap .nav-pills .nav-link:hover{
  background-color: #3f74ff;
    color: #fff;
    box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
    margin-inline-start: 15px;
}
.recruiting-contact-form .form-group{
  margin-bottom: 15px;
}
.single-footer-widget h3{
    font-size:30px;
}
/* .shop-area *//*# source
MappingURL=style.css.map */