/* Custom Lenis Scrollbar */

#custom-scrollbar {
  position: fixed;

  top: 0;

  right: 6px;

  width: 5px;

  height: 100vh;

  background: transparent;

  z-index: 9998;

  pointer-events: none;
}

#custom-scrollbar .custom-scrollbar-thumb {
  width: 100%;

  background: linear-gradient(135deg, #dc233c 60%, #dc233c 100%);

  /* border-radius: 8px; */

  box-shadow: 0 2px 8px rgba(255, 34, 34, 0.12);

  /* border: 2px solid #fff; */

  min-height: 40px;

  max-height: 10px;

  transition: background 0.2s;

  pointer-events: auto;
}

#custom-scrollbar .custom-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #ff5555 60%, #dc233c 100%);
}

/* #custom-cursor {

	position: fixed;

	left: 0;

	top: 0;

	width: 22px;

	height: 22px;

	pointer-events: none;

	z-index: 9999;

	background: none;

	mix-blend-mode: normal;

	transform: translate(-50%, -50%) scale(1);

	transition:

		transform 0.15s cubic-bezier(0.22, 1, 0.36, 1),

		filter 0.2s;

} */
/* 
#custom-cursor .cursor-ring {
  position: absolute;

  left: 50%;

  top: 50%;

  width: 22px;

  height: 22px;

  border: 2px solid #dc233c !important;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  background: transparent;

  transition:
    border 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}

#custom-cursor .cursor-dot {
  position: absolute;

  left: 50%;

  top: 50%;

  width: 6px;

  height: 6px;

  background: #dc233c;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  box-shadow: 0 0 4px 1px rgba(30, 144, 255, 0.18);

  transition:
    background 0.2s,
    box-shadow 0.2s;
}

#custom-cursor.active .cursor-ring {
  border-color: #ff2222;

  background: rgba(255, 34, 34, 0.08);

  box-shadow: 0 0 0 4px rgba(255, 34, 34, 0.12);
}

#custom-cursor.active .cursor-dot {
  background: #fff;

  box-shadow: 0 0 8px 2px rgba(30, 144, 255, 0.25);
} */

/*

|----------------------------------------------------------------------

|       Body Main Css

|----------------------------------------------------------------------

*/

/* Hide default scrollbar */

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

/* Custom Cursor Styles */

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Light";

  src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: "Regular";

  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Medium";

  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: "SemiBold";

  src: url("../fonts/Roboto-SemiBold.ttf");
}

@font-face {
  font-family: "Bold";

  src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: "mLight";

  src: url("../fonts/Montserrat-Light.ttf");
}

@font-face {
  font-family: "mRegular";

  src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "mMedium";

  src: url("../fonts/Montserrat-Medium.ttf");
}

@font-face {
  font-family: "mSemiBold";

  src: url("../fonts/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: "mBold";

  src: url("../fonts/Montserrat-Bold.ttf");
}

.light {
  font-family: "mLight" !important;
}

.italic {
  font-family: "mItalic" !important;
}

.regular {
  font-family: "mRegular" !important;
}

.medium {
  font-family: "Roboto Medium" !important;
}

.semi {
  font-family: "Roboto SemiBold" !important;
}

.bold {
  font-family: "Roboto Bold" !important;
}

.price {
  font-family: "Roboto Bold";
}

:root {
  --chevron: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23080a0f" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><polygon points="78.6356201,306.8178101 -5.0166931,390.4367371 -88.6356277,306.8178101 -137, 355.1821899 -5.0166931,487.1821899 127,355.1821899 "/></svg>');

  --tick: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23fff" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve"><polygon points="115.7434006,270.8831787 0,173.503006 21.3676376,148.106369 111.6297684,224.0477905 274.5331421,29.1168175 300,50.3998222"/></svg>');
}

html {
  height: 100%;

  scroll-behavior: smooth;
}

html.flow {
  overflow: hidden;
}

body {
  position: relative;

  min-height: 100%;

  /*background-color: #f5f6f8;

  */

  background-color: #fff;

  color: #666666;

  font-size: 16px;

  font-family: "Regular";

  margin: 0;

  padding: 0;

  line-height: 1.6;

  word-break: break-word;

  transition: all ease 0.5s;

  overflow-x: hidden;

  -webkit-transition: all ease 0.5s;

  -moz-transition: all ease 0.5s;

  -ms-transition: all ease 0.5s;

  -o-transition: all ease 0.5s;
}

body {
  display: flex;

  flex-flow: column;
}

/* body.flow {

	overflow: hidden !important;

} */

body > main {
  flex: 1;

  /* overflow: hidden; */
}

main {
  padding-top: 96px;
}

::selection {
  background: #dc233c;

  color: #fff;
}

::-moz-selection {
  background: #dc233c;

  color: #fff;
}

body a {
  color: #080a0f;

  word-break: break-word;
}

body a,
body span {
  display: inline-block;

  text-decoration: none;
}

body a:hover {
  color: #dc233c;
}

body a:focus,
body a:hover {
  outline: none !important;

  text-decoration: none !important;
}

ul {
  margin: 0;

  padding: 0;
}

ul li {
  display: inline-block;
}

ul li a {
  transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "mBold";

  line-height: 1.2;

  margin: 0 0 10px;

  color: #091f40;
}

p {
  margin: 0 0 15px;
}

p:nth-last-child(1) {
  margin: 0;
}

p > a {
  color: #dc233c;
}

p > a:hover {
  color: #000;
}

.relative {
  position: relative;
}

.tableDv {
  display: table;

  width: 100%;

  height: 100%;
}

.tableCell {
  display: table-cell;

  vertical-align: middle;
}

.toggle {
  position: absolute;

  top: 30px;

  right: 72px;

  display: flex;

  display: none;

  align-items: center;

  justify-content: center;

  cursor: poRoboto;

  padding: 10px;

  transition: all ease 0.5s;

  z-index: 4;

  border: none;

  background: transparent;
}

.toggle span,
.toggle span:before,
.toggle span:after {
  content: "";

  position: absolute;

  left: 0;

  right: 0;

  height: 2px;

  background: #dc233c;

  border-radius: 50px;

  transition: all ease 0.5s;
}

.toggle span {
  position: relative;

  display: block;

  width: 22px;

  margin: 8px auto;
}

.toggle span:before {
  top: -7px;
}

.toggle span:after {
  bottom: -7px;
}

.toggle.active span {
  width: 22px;

  background: transparent !important;
}

.toggle.active span:before,
.toggle.active span:after {
  top: 0;
}

.toggle.active span:before {
  transform: rotate(405deg);

  -webkit-transform: rotate(405deg);

  -moz-transform: rotate(405deg);

  -ms-transform: rotate(405deg);

  -o-transform: rotate(405deg);
}

.toggle.active span:after {
  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);
}

.blockquote {
  background: #fafafa;

  color: #151d23;

  padding: 10px 10px 10px 20px;

  border: 1px solid #f0f5f9;

  border-left: 4px solid #409df1;
}

.heading {
  position: relative;

  margin-bottom: 25px;
}

.heading > em {
  color: #dc233c;
}

.sub_heading {
  color: #409df1;

  font-size: 14px;

  font-family: "Roboto Medium";

  text-transform: uppercase;
}

p.pre {
  color: #8b9593;

  margin: -10px 0 30px;
}

.color {
  color: #409df1 !important;
}

.background {
  background: #409df1 !important;
}

/*

  |----------------------------------------------------------------------

  |       Body Main Button

  |----------------------------------------------------------------------

  */

.webBtn {
  position: relative;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 125px;

  height: 44px;

  background: #dc233c;

  color: #fff !important;

  font-size: 16px;

  font-family: "Roboto Regular";

  text-align: center;

  padding: 0 30px;

  white-space: nowrap;

  text-transform: uppercase;

  border: 0;

  outline: none !important;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  font-family: "Regular";

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  overflow: hidden;
}

.webBtn:hover,
.webBtn:focus {
  /* background: #0f3a74; */

  color: #fff;

  background-color: #091f40;

  box-shadow: 0 9px 25px -11px #091f40;
}

.white {
  background: #fff;

  color: #091f40 !important;
}

.round {
  border-radius: 50px;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  -ms-border-radius: 50px;

  -o-border-radius: 50px;
}

.smBtn {
  min-width: 40px;

  height: 36px;

  padding: 0 20px;
}

.mdBtn {
  min-width: 80px;

  height: 40px;
}

.lgBtn {
  height: 54px;

  font-size: 16px;

  padding: 0 40px;
}

.colorBtn {
  background: #3dac9f;

  color: rgb(255, 255, 255) !important;
}

.colorBtn:hover {
  background-color: #3dac9f;

  box-shadow: 0 9px 25px -11px #3dac9f;
}

.borderbTn {
  background: transparent;

  border: 1px solid #3dac9f;

  color: #3dac9f;
}

.borderbTn:hover {
  color: #3dac9f;
}

.blankBtn {
  background: transparent;

  color: #2baae2 !important;

  border: 1px solid #2baae2;
}

.blankBtn:hover {
  box-shadow: 0 7px 15px -2px #2baae2;
}

.lightBtn {
  background: transparent;

  color: #fff;

  border: 1px solid #fff;
}

.lightBtn:hover {
  background: transparent;

  color: #ffffff;
}

.labelBtn {
  min-width: initial;

  height: auto;

  background: transparent;

  color: #409df1;

  padding: 0;

  border: 0;

  box-shadow: none;
}

.labelBtn:hover {
  background: transparent;

  color: #080a0f;
}

.labelBtn > i {
  font-size: 100%;
}

.simpleBtn {
  background: #006fc0;

  color: #ffffff;

  /* border: 1px solid #b5bcc0; */
}

.simpleBtn:hover {
  background: #fff;

  color: #006fc0;

  /* border-color: #409df1; */
}

.simpleBtn.icoBtn > img {
  filter: none;

  -webkit-filter: none;
}

.grayBtn {
  background: #fff;

  color: #8b9593;

  border: 1px solid #eee;
}

.grayBtn:hover {
  background: #fafafa;

  color: #8b9593;
}

.borderBtn {
  border: 1px solid #ffffff;

  color: #fff;
}

.arrowBtn {
  display: flex !important;

  width: 46px;

  min-width: 46px;

  padding: 0 5px;
}

.arrowBtn > i {
  font-weight: bold;

  margin: 0 !important;
}

.arrowBtn > img {
  width: 18px;
}

.icoBtn > img {
  width: 18px;

  margin-right: 10px;

  filter: brightness(0) invert(1);

  -webkit-filter: brightness(0) invert(1);
}

.roundBtn {
  border-radius: 50px;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  -ms-border-radius: 50px;

  -o-border-radius: 50px;
}

.blockBtn {
  width: 100%;
}

.blockBtn em {
  flex: 1;

  text-align: left;
}

.webBtn i {
  font-size: 140%;

  margin-right: 10px;
}

.webBtn.smBtn i {
  font-size: 120%;
}

.webBtn i.fi-arrow-right {
  font-weight: bold;

  margin-left: 10px;

  margin-right: 0;
}

.webBtn i.fi-arrow-left {
  font-weight: bold;

  margin-left: 0;

  margin-right: 10px;
}

/*

  |----------------------------------------------------------------------

  |       Body Inner Css

  |----------------------------------------------------------------------

  */

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

img {
  width: 100%;

  display: block;
}

em {
  font-style: normal;
}

strong {
  font-family: "mBold";

  font-weight: normal;

  color: #dc233c;
}

input,
button,
select,
textarea {
  text-decoration: none !important;

  outline: none !important;
}

.ease,
body a,
body button,
body .webBtn {
  transition: all ease 0.5s;

  -webkit-transition: all ease 0.5s;

  -moz-transition: all ease 0.5s;

  -ms-transition: all ease 0.5s;

  -o-transition: all ease 0.5s;
}

.contain,
.contain-fluid {
  position: relative;

  max-width: 1200px;

  padding: 0 15px;

  margin: auto;

  min-height: 1px;

  z-index: 3;
}

.contain-fluid {
  max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
  content: "";

  display: table;
}

.contain:after,
.contain-fluid:after {
  clear: both;
}

section {
  position: relative;

  padding: 5rem 0;
}

.flex {
  display: flex;

  flex-wrap: wrap;
}

.formRow {
  display: flex;

  flex-wrap: wrap;

  margin: -10px;
}

.formRow > [class*="col-"],
.formRow > [class^="col-"] {
  padding: 10px;
}

.flexBox {
  display: flex;

  align-items: center;

  justify-content: center;
}

.flexDv {
  width: 100%;
}

.flexRow {
  margin: -10px;
}

.flexRow > .col {
  padding: 10px;
}

.bTn {
  display: flex;

  flex-flow: wrap;

  gap: 5px;
}

.bTn.formBtn {
  margin-top: 20px;
}

.text-left.bTn,
.text-left .bTn {
  justify-content: flex-start;
}

.text-center.bTn,
.text-center .bTn {
  justify-content: center;
}

.text-right.bTn,
.text-right .bTn {
  justify-content: flex-end;
}

.contain-fluid li a:hover {
  color: #dc233c;
}

/*

  |----------------------------------------------------------------------

  |       Popup

  |----------------------------------------------------------------------

  */

.popup {
  display: none;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(25, 33, 37, 0.95);

  padding: 20px 0;

  overflow: auto;

  z-index: 101;
}

.popup ._inner {
  position: relative;

  max-width: 600px;

  /*background: #f7f8f9;

  */

  background: #fff;

  padding: 20px;

  margin: auto;

  border-radius: 10px;

  box-shadow:
    0 7px 14px 0 rgba(59, 65, 94, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;
}

.popup.big-popup ._inner {
  max-width: 800px;
}

.popup.small-popup ._inner {
  max-width: 420px;
}

.popup ._inner h3 {
  padding-right: 25px;

  margin-bottom: 20px;
}

.popup ._inner h4 {
  padding-right: 25px;

  margin-bottom: 15px;
}

.popBtn {
  cursor: poRoboto;
}

.crosBtn {
  position: absolute;

  top: 5px;

  display: flex;

  align-items: center;

  justify-content: center;

  right: 5px;

  width: 28px;

  height: 28px;

  color: #8b9593;

  font-size: 18px;

  text-align: center;

  cursor: poRoboto;

  z-index: 5;
}

.crosBtn:before {
  content: "\2715";

  line-height: 1;
}

.popup .list > li {
  display: flex;

  margin-bottom: 10px;
}

.popup .list > li > div:nth-child(1) {
  width: 120px;

  min-width: 120px;

  font-family: "Roboto Bold";

  margin-right: 10px;
}

.popup .list > li > div:nth-child(2) {
  width: 100%;
}

.popup .blockLst {
  margin: -15px;
}

/*

  |----------------------------------------------------------------------

  |       Dropdown

  |----------------------------------------------------------------------

  */

.dropBtn {
  display: inline-flex;

  align-items: center;

  cursor: poRoboto;
}

.dropBtn > i.chevron {
  display: inline-block;

  width: 10px;

  min-width: 10px;

  height: 10px;

  background-image: var(--chevron);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  margin: 0;

  margin-left: 5px;

  transition: inherit;
}

.dropDown {
  position: relative;

  z-index: 1;
}

.dropCnt {
  position: absolute;

  top: 100%;

  right: 0;

  min-width: 260px;

  max-width: 260px;

  background: #fff;

  margin-top: 10px;

  visibility: hidden;

  opacity: 0;

  /*border: 1px solid #eee;

  */

  border-radius: 7px;

  box-shadow:
    0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3),
    0 -6px 16px -6px rgba(0, 0, 0, 0.025);

  transition: all ease 0.5s;

  overflow: hidden;

  display: block;

  -webkit-transition: all ease 0.5s;

  -moz-transition: all ease 0.5s;

  -ms-transition: all ease 0.5s;

  -o-transition: all ease 0.5s;
}

.dropCnt.right {
  left: initial;

  right: 0;
}

.dropCnt.active {
  margin-top: 0;

  visibility: visible;

  opacity: 1;
}

.dropLst {
  /* border: 1px solid #eee; */

  padding: 6px 0;

  /* border-radius: 7px; */
}

.dropLst > li,
.dropLst > li > * {
  display: block;
}

.dropLst > li:nth-child(1) > * {
  border-top-left-radius: 7px;

  border-top-right-radius: 7px;
}

.dropLst > li:nth-last-child(1) > * {
  border-bottom-left-radius: 7px;

  border-bottom-right-radius: 7px;
}

.dropLst > li:not(:nth-last-child(1)) {
  border-bottom: 1px solid #eee;
}

.dropLst > li > * {
  display: flex;

  align-items: center;

  width: 100%;

  background: #fff;

  /* color: #fff; */

  text-align: left;

  /* padding: 6px 15px; */

  border: 0;
}

.dropLst > li {
  padding: 0px 10px !important;
}

/* .dropLst > li > *:hover {

  background: #fafafa;

  } */

.dropLst > li > * > i {
  margin-right: 6px;
}

.dropLst > li a {
  justify-content: flex-start;

  text-align: left !important;
}
#nav > li.drop {
  position: relative;
}
#nav > li.drop > a {
  position: relative;
}

#nav > li.drop > a:after {
  content: "";
  display: inline-block;

  width: 10px;

  min-width: 10px;

  height: 10px;

  background-image: var(--chevron);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  margin: 0;

  margin-left: 5px;

  transition: inherit;
}

#nav > li > .sub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 280px;
  background: var(--white);
  text-align: left;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  /* border-radius: 4px; */
  transition: none;
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 7%);
  overflow: hidden;
  flex-direction: column;
  align-items: unset;
  gap: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

#nav > li:hover > .sub {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: all 0.2s ease-out;
}

#nav > li > .sub > li,
#nav > li > .sub > li > a {
  display: block;
}

#nav > li > .sub > li > a {
  font-size: 16px;
  padding: 13px 20px;
  border-bottom: solid 1px #eee;
}

#nav > li > .sub > li > a:hover {
  color: #4a4f55;
}
/* |----------------------------------------------------------------------

|       Footer

|---------------------------------------------------------------------- */

.txtBox {
  display: block;

  width: 100%;

  height: 46px;

  background: #fefefe;

  text-align: left;

  padding: 6px 12px;

  border: 1px solid #eee;

  border-radius: 6px;

  outline: none !important;

  transition: all ease 0.5s;
}

footer {
  position: relative;

  background-image: url(../images/footer-bg.jpg);

  color: #000000;

  font-family: "Regular";

  padding-top: 80px;

  overflow: hidden;

  font-size: 13px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;
}

footer::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: #ededed;

  opacity: 0.9;
}

footer .footer-logo {
  width: 74%;

  margin-bottom: 25px;
}

footer .flexRow {
  flex-flow: nowrap;

  margin: -25px -15px;
}

footer .flexRow > .col {
  flex: 1;

  padding: 25px 10px;
}

footer .flexRow > .col:nth-last-child(1),
footer .flexRow > .col:first-child {
  min-width: 300px;

  flex: 1.5;
}

footer .flexRow > .col.flex {
  align-items: flex-start;

  justify-content: flex-end;
}

footer h5 {
  position: relative;

  margin-bottom: 6px;

  padding-bottom: 10px;

  color: #030303;

  font-size: 17px;
}

footer .lst > li {
  display: block;

  margin-bottom: 10px;
}

footer .lst > li:nth-last-child(1) {
  margin-bottom: 0 !important;
}

footer a {
  color: inherit;

  font-size: 13px;
}

footer i {
  color: #dc233c;
}

footer a {
  color: #000000;
}

footer a:hover {
  color: #3f3f3f;
}

footer .smLst {
  margin: 0 -10px;
}

footer .smLst > li {
  padding: 0 10px;
}

footer .infoLst > li {
  display: flex;

  margin-bottom: 20px;
}

footer .infoLst > li > img {
  width: 16px;

  min-width: 16px;

  height: 16px;

  margin-top: 2px;

  margin-right: 10px;

  filter: brightness(0);
}

footer form .txtGrp {
  display: flex;

  align-items: center;

  color: #080a0f;

  margin: 10px 0 30px;
}

footer form .txtBox {
  padding-right: 46px;
}

footer form button {
  position: absolute;

  top: 0;

  right: 16px;

  bottom: 0;

  background: transparent;

  font-size: 16px;

  padding: 0;

  line-height: 0;

  border: 0;
}

footer form > label {
  font-size: 13px;

  margin-bottom: 7px;

  font-family: "Regular";
}

footer .social {
  margin: 0px -3px -3px;
}

footer .social > li {
  padding: 3px;
}

footer .social > li > a {
  display: flex !important;

  align-items: center;

  justify-content: center;

  width: 20px;

  height: 20px;
}

footer .social > li > a > img {
  filter: brightness(0);

  object-fit: contain;

  height: 100%;
}

/*_____ Copyright _____*/

.copyright {
  padding: 25px 0;

  margin-top: 60px;

  border-top: 1px solid rgb(255 255 255 / 7%);

  z-index: 1;
}

.copyright .inner {
  display: flex;

  justify-content: center;

  text-align: center;
}

.copyright .inner ul {
  display: flex;

  gap: 40px;
}

.copyright p {
  flex: 1;

  margin: 0;
}

.copyright p > a {
  color: #dc233c;
}

.copyright p > a:hover {
  color: #fff;
}

/* main */

.main_heading {
  margin-bottom: 15px;
}

.main_heading .title {
  display: flex;

  align-items: center;

  color: #dc233c;

  font-family: "mMedium";

  position: relative;

  margin-bottom: 9px;
}

.main_heading h2 {
  font-size: 38px;

  text-transform: uppercase;

  color: #091f40;
}

.main_heading .title:before {
  content: "";

  position: absolute;

  left: 0px;

  top: 8px;

  width: 8px;

  height: 8px;

  background-color: #091f40;
}

.main_heading .title img {
  width: 20px;

  height: 20px;

  object-fit: contain;

  transform: rotate(90deg);

  margin-right: 6px;

  margin-left: 14px;
}

.white_heading .title {
  color: #fff;
}

.white_heading .title:before {
  background-color: #fff;
}

.white_heading .title img {
  filter: brightness(0) invert(1);
}

/* |----------------------------------------------------------------------

  |       Header

  |----------------------------------------------------------------------

  */

header {
  position: fixed;

  z-index: 30;

  inset: 0 0 auto;

  background: #fff;

  transition: all ease 0.3s;
}

header.fix {
  background: #ffffffe0;
}

.logo {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  -webkit-box-orient: vertical;

  width: 100%;

  max-width: 6rem;

  height: 6rem;
}

header .logo {
  position: relative;

  float: left;

  max-width: 12rem;

  height: 6rem;

  margin: auto;

  transition: all ease 0.3s;

  z-index: 10;
}

.logo > a {
  display: block;

  width: 100%;

  max-width: 100%;

  height: 100%;

  font-weight: 400;
}

.logo > a > img {
  height: 100%;

  display: block;

  width: 100%;

  height: 100%;

  -o-object-fit: contain;

  object-fit: contain;

  -o-object-position: left center;

  object-position: left center;

  transition: all ease 0.3s;
}

nav {
  position: relative;

  font-weight: 600;

  margin-left: auto;

  padding-right: 5rem;
}

nav ul {
  list-style: none;

  padding: 0;

  margin: 0;

  display: flex;

  align-items: center;

  justify-content: flex-end;

  -webkit-box-orient: vertical;

  gap: 2rem 2rem;

  grid-gap: 2rem 4rem;

  min-height: 6rem;
}

nav > ul > li > a:not(.webBtn) {
  display: flex;

  align-items: center;

  justify-content: center;

  -webkit-box-orient: vertical;

  height: 3.4rem;

  color: #54595f;

  font-size: 1rem;

  text-transform: uppercase;

  font-family: "Regular";

  font-weight: normal;
}

#lang {
  float: right;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  height: 89px;

  margin-left: 20px;

  /* border-left: 1px solid #464646; */

  position: absolute;

  right: 15px;

  top: 0;
}

#lang .dropBtn:before {
  content: "\f107";

  position: absolute;

  top: 50%;

  right: 0;

  display: block;

  color: #161616;

  font-size: 14px;

  font-family: "FontAwesome";

  font-weight: bold;

  cursor: pointer;

  line-height: 1;

  margin-top: -5px;
}

#lang .dropBtn .ico {
  margin-right: 24px;

  width: 20px;

  cursor: pointer;

  min-width: 20px;

  height: 20px;
}

#lang .dropBtn img {
  width: 26px;

  cursor: pointer;

  min-width: 26px;

  height: 26px;
}

#lang .dropCnt {
  top: 100%;

  left: initial;

  right: -8;

  background: #fff;

  min-width: 154px;

  font-family: "Regular";

  border: 1px solid #fff;

  border-top: 0;
}

#lang .dropCnt > li {
  display: block;

  border-top: 1px solid #fff;
}

#lang .dropCnt > li a {
  display: -webkit-box !important;

  display: -ms-flexbox !important;

  display: flex !important;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  color: #000;

  font-family: "Regular" !important;

  font-size: 14px;

  /* font-family: "Poppins Regular"; */

  padding: 10px 20px;
}

#lang .dropCnt > li span {
  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;
}

#lang .dropCnt > li .ico {
  margin-left: 16px;
}

#lang .dropCnt > li a:hover,
#lang .dropCnt > li.active a {
  background: #eee;
}

#lang img {
  width: 20px;

  min-width: 20px;

  height: 20px;
}

.ico {
  border-radius: 75%;

  -webkit-border-radius: 75%;

  -moz-border-radius: 75%;

  -ms-border-radius: 75%;

  -o-border-radius: 75%;
}

.ico img {
  object-fit: cover;

  border-radius: inherit;

  -webkit-border-radius: inherit;

  -moz-border-radius: inherit;

  -ms-border-radius: inherit;

  -o-border-radius: inherit;

  object-position: center;
}

#lang .ico {
  width: 20px;

  min-width: 20px;

  height: 20px;
}

header .dropdown-toggle::after {
  color: #fff;
}

/* faqs */

.faqs {
  background: #fff;
}

.colrr {
  background: #f4f5f8;

  max-width: 900px;

  margin: 0 auto;

  border: 1px solid #eee;

  border-radius: 10px;
}

.faqs .col1 {
  width: 50%;

  padding-right: 20px;
}

.faqs .col2 {
  width: 50%;
}

.faqs .text {
  margin-bottom: 20px;
}

.faqs .counter_box {
  background: #fff;

  padding: 1rem;

  margin-bottom: 20px;
}

.faqs .counter_box .col {
  flex: unset;

  width: calc(100% / 3);

  padding: 10px;
}

.faqs .counter_box .inner {
  text-align: center;
}

.faqs .counter_box .inner h4 {
  margin-bottom: 0;

  font-size: 18px;

  color: #091f40;
}

.faqLst {
  padding: 30px;
}

.top {
  margin-bottom: 17px;
}

.bottom {
  margin-top: 25px;
}

.faqLst .faqBlk {
  position: relative;

  display: block;

  margin-bottom: 20px;

  border-radius: 10px;

  transition: all ease 0.5s;

  background: #fff;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  overflow: hidden;
}
.faqLst .faqBlk:last-child {
  margin-bottom: 0;
}

.faqLst > .faqBlk h5 {
  margin-bottom: 0;

  padding-left: 45px;

  padding: 15px;

  position: relative;

  padding-left: 12px;

  padding-right: 48px;

  font-size: 15px;

  display: flex;

  align-items: center;

  cursor: pointer;
}

.faqLst > .faqBlk.active h5 {
  background: #091f40;

  color: #fff;
}

.faqLst > .faqBlk h5::before {
  content: "";

  position: absolute;

  background-image: url(../images/Vector@2x.svg);

  background-size: contain;

  height: 10px;

  width: 16px;

  top: 19px;

  right: 11px;

  z-index: 1;

  font-size: 67%;
}

.faqLst .number {
  width: fit-content;

  background: #091f40;

  padding: 6px;

  color: #fff;

  margin-right: 5px;
  display: none;
}

.faqLst > .faqBlk.active .number {
  background: #dc233c;
}

.faqLst > .faqBlk .txt {
  padding-top: 12px;

  display: none;

  padding-left: 12px;

  padding-right: 12px;

  padding-bottom: 12px;
}

.faqLst > .active h5::before {
  background-image: url(../images/faqup.svg);

  filter: brightness(0) invert(1);
}

/* .faqLst>.faqBlk h5 .bg {

  position: absolute;

  width: 49px;

  height: 42px;

  content: '';

  background: #1d2433;

  top: 0px;

  right: 0px;

} */

.faqLst .faqBlk:first-child .txt {
  display: block;
}

.faqLst .faqBlk .txt {
  display: none;
}

/* |----------------------------------------------------------------------

  |       Testimonial Section

  |---------------------------------------------------------------------- */

.testimonial {
  padding: 100px 0;

  font-family: "Roboto", sans-serif;

  background: url("../images/testimonials-bg-3-1.png") no-repeat center top;

  background-size: cover;

  position: relative;

  z-index: 1;
}

.testimonial .main_heading {
  max-width: 452px;

  margin-bottom: 30px;
}

.testimonial-slider .item .inner {
  display: flex;

  align-items: center;

  gap: 10px;
}

.testimonial-slider .item .inner .lines {
  position: relative;

  width: 30px;

  display: flex;

  gap: 10px;

  align-items: self-start;

  position: relative;

  justify-content: start;
}

.testimonial-slider .item .inner .lines::before {
  width: 10px;

  content: "";

  left: 20px;

  top: -177px;

  height: 180px;

  position: absolute;

  background-color: #091f40;

  border-radius: 10px;
}

.testimonial-slider .item .inner .lines::after {
  width: 10px;

  height: 250px;

  content: "";

  top: -177px;

  position: absolute;

  background-color: #dc233c;

  border-radius: 10px;
}

.testimonial-slider .item .pic {
  width: 32%;
}

.testimonial-slider .item .content {
  width: 68%;
}

.testimonial-slider .item .inner .image {
  position: relative;

  padding-bottom: 100%;
}

.testimonial-slider .item .inner .image .bg-shape {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #091f40;

  border-radius: 0px 150px 150px 169px;

  z-index: 0;
}

.testimonial-slider .item .inner .image img {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

  border-radius: 0px 150px 150px 169px;
}

.testimonial-slider .item .inner .image .quote-icon {
  position: absolute;

  top: 40px;

  right: 30px;

  transform: translateX(50%);

  padding: 10px;

  background-color: #fff;

  color: red;

  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);

  border-radius: 50%;

  display: flex;

  width: 60px;

  align-items: center;

  transition: all ease 1s;

  justify-content: center;

  z-index: 4;
}

.testimonial-slider .item .inner .image .quote-icon img {
  width: 100%;

  height: 100%;

  position: relative !important;

  object-fit: contain;

  /* padding: 13px; */

  border-radius: 0px !important;

  z-index: 1;
}

.testimonial-slider .item .inner .image .quote-icon:hover {
  background-color: rgba(255, 0, 0, 0.748);

  color: #fff;
}

.testimonial-slider .item .inner .image .quote-icon:hover img {
  filter: brightness(0) invert(1);

  -webkit-filter: brightness(0) invert(1);
}

.testimonial-slider .item .inner .content {
  max-width: 600px;

  margin: auto;
}

.testimonial-slider .item .inner .content .rating {
  display: inline-flex;

  align-items: center;

  gap: 4px;

  border: 1px solid #e1e9f0;

  padding: 8px 18px;

  border-radius: 30px;

  margin-bottom: 25px;
}

.testimonial-slider .item .inner .content .rating span {
  font-size: 12px;

  /* color: #888; */

  font-family: bold;

  margin-left: 10px;
}

.testimonial-slider .item .inner .content .rating i {
  color: #dc233c;

  font-size: 13px;
}

.testimonial-slider .item .inner .content p span.highlight {
  color: #dc233c;
}

.testimonial-slider .item .inner .content .author-info {
  border-top: 1px solid #e1e9f0;

  padding-top: 20px;
}

.testimonial-slider .item .inner .content .author-info h4 {
  font-size: 18px;

  font-weight: 700;

  margin: 0 0 5px 0;
}

.testimonial-slider .item .inner .content .author-info p {
  font-size: 14px;

  color: #888;

  font-style: normal;

  margin: 0;
}

/* Nav positioning */

.testimonial-slider .owl-nav {
  position: absolute;

  top: -120px;

  right: 0;

  margin: 0;

  display: flex;

  gap: 15px;
}

.testimonial-slider .owl-nav button.owl-prev,
.testimonial-slider .owl-nav button.owl-next {
  width: 50px;

  height: 50px;

  border-radius: 50% !important;

  border: 1px solid #ccc !important;

  color: #444 !important;

  background: transparent !important;

  font-size: 18px !important;

  transition: all 0.3s ease;

  display: flex;

  justify-content: center;

  align-items: center;
}

.testimonial-slider .owl-nav button.owl-prev:hover,
.testimonial-slider .owl-nav button.owl-next:hover {
  background: #dc233c !important;

  border-color: #dc233c !important;

  color: #fff !important;
}

/* =====jobs */

.sec_jobs .flex .col1 {
  width: 23%;
}

.sec_jobs .flex .col1 .inside {
  border: 1px solid #ddd;

  border-radius: 10px;
}

.sec_jobs .flex .col1 .head {
  padding: 10px;

  border-bottom: 1px solid #ddd;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.sec_jobs .flex .col1 .head h5 {
  margin-bottom: 0;
}

.sec_jobs .flex .col1 .filters {
  padding: 25px 10px;

  padding-top: 0;
}

.sec_jobs .flex .col1 .filters .in_blk {
  margin-top: 25px;
}

.sec_jobs .flex .col1 .filters .in_blk > h6 {
  -webkit-box-orient: vertical;

  align-items: center;

  display: flex;

  margin-bottom: 1rem;

  text-transform: uppercase;
}

.sec_jobs .flex .col1 .filters .ctg_lst {
  display: flex;

  flex-flow: wrap;

  list-style: none;

  margin: 0;

  padding: 0;

  position: relative;
}

.sec_jobs .flex .col1 .ctg_lst > li:not(:last-child) {
  margin-bottom: 0.7rem;
}

.sec_jobs .flex .col1 .ctg_lst > li {
  width: 100%;
}

.sec_jobs .flex .col1 .ctg_lst > li label {
  -webkit-box-orient: vertical;

  align-items: flex-start;

  display: inline-flex;

  gap: 0 0.5rem;

  line-height: 1.3;

  margin: 0;

  font-size: 15px;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;

  appearance: none;

  background: #fff;

  border: 0.1rem solid #eee;

  color: #fff;

  cursor: pointer;

  height: 1rem;

  margin-top: 0;

  min-width: 1rem;

  position: relative;

  width: 1rem;
}

input[type="checkbox"] {
  border-radius: 0.2rem;
}

input[type="checkbox"]:before {
  background: currentColor;

  bottom: 0;

  color: inherit;

  content: "";

  height: 0.8rem;

  left: 0;

  margin: auto;

  position: absolute;

  right: 0;

  top: 0;

  transition: inherit;

  width: 0.8rem;

  z-index: 1;

  margin: auto;

  background: url(../images/download.svg);

  background-size: contain;

  background-repeat: no-repeat;
}

input[type="checkbox"]:checked {
  background: #dc233c;

  border-color: #dc233c;
}

.sec_jobs .flex .col1 .head a {
  color: #dc233c;
}

.sec_jobs .flex .col1 .cta {
  margin-top: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;
}

.sec_jobs .flex .col2 {
  width: 100%;
}

.sec_jobs .top-head {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 10px;
}

.sec_jobs .top-head h5 {
  margin-bottom: 0;
}

.sec_jobs .j-title h5 {
  width: 202px;
}

.sec_jobs .col2 .cta {
}

.sec_jobs .top-head .select {
  display: flex;

  align-items: center;

  gap: 11px;
}

.sec_jobs .top-head .select select {
  border: none;

  border-bottom: 1px solid #ddd;

  color: #666b70;
}

.sec_jobs .top-head .select p {
  margin-bottom: 0;
}

.sec_jobs .jobs-list {
  display: flex;

  gap: 20px;

  flex-direction: column;
}

.sec_jobs .jobs-list .inner {
  display: flex;

  gap: 20px;


  padding: 20px;

  transition: all 0.3s ease-in-out;
}

.sec_jobs .j-title {
  display: flex;

  align-items: center;

  gap: 10px;

  flex: 1;
}

.sec_jobs .jobs-list .inner .img {
  width: 100px;

  height: 100px;

  overflow: hidden;
border: 1px solid #ddd;
    border-radius: 5px;
}

.sec_jobs .jobs-list .inner .img img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.sec_jobs .jobs-list .cols {
  position: relative;

  border: 1px solid #ddd;

  border-radius: 10px;

  overflow: hidden;
}

.sec_jobs .jobs-list .cols h5 {
  margin-bottom: 0;
}

.sec_jobs .jobs-list .cols .info {
  position: relative;

  padding-left: 28px;

  flex: 1;
  
}
.sec_jobs .jobs-list .cols .info p{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sec_jobs .jobs-list .cols .info > a {
  margin-bottom: 1rem;
}

.sec_jobs .jobs-list .cols .info::after {
  content: "";

  width: 2px;

  height: 100%;

  position: absolute;

  top: 0px;

  left: 0px;

  z-index: 1;

  transition: all 500ms ease;

  background-color: #ddd;
}

.sec_jobs .jobs-list .cols ul {
  margin-bottom: 0;

  padding-left: 0;

  display: flex;

  align-items: center;

  gap: 20px;

  font-size: 15px;
}

.sec_jobs .jobs-list .cols ul li {
  list-style: none;

  display: flex;

  align-items: center;

  gap: 5px;

  margin-bottom: 4px;
}

.sec_jobs .jobs-list .cols ul li img {
  width: 16px;

  height: 16px;

  object-fit: contain;
}

.blog_banner .text h1 {
  text-align: center;

  max-width: 46rem;

  margin: 0 auto;

  margin-bottom: 15px;

  font-size: clamp(38px, 5vw, 45px);
}

.blog_banner .text {
  text-align: center;
}

.blog_banner .text p {
  margin: 0 auto;

  max-width: 662px;

  color: #fff;
}
.blog_banner .text .btn_blk {
  margin-top: 2rem;
}
.blog_banner .text .btn_blk a:hover {
  background-color: #fff;
}
.blog_banner .text h1 em {
  font-style: italic;

  color: var(--red);
}

/* ===sec_requirements== */

.sec_requirements {
  padding-top: 0;
}

.sec_requirements .flex {
  justify-content: center;
}

.sec_requirements .flex .column {
  width: calc(100% / 3);

  padding: 10px;
}

.sec_requirements .flex .column .inner {
  background-color: #fff;

  border-radius: 10px;

  padding: 25px 15px;

  text-align: center;

  transition: all 0.3s ease-in-out;

  height: 100%;

  box-shadow: 0 8px 32px rgba(14, 40, 90, 0.14);
}

.sec_requirements .flex .column .inner h4 {
  margin-bottom: 0;
}

.sec_requirements .flex .column .inner .icon {
  width: 60px;

  height: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  border-radius: 50%;

  background-color: #dc233c;

  padding: 14px;

  margin: 0 auto 20px;
}

.sec_requirements .flex .column .inner .icon img {
  width: 100%;

  height: 100%;

  object-fit: contain;

  filter: brightness(0) invert(1);
}

.sec_requirements .heading {
  max-width: 600px;

  margin: 0 auto;

  margin-bottom: 30px;

  text-align: center;
}

/* ==== */

.sec_req {
  background: #fff !important;
}

.sec_req .flex {
  margin-top: 4rem;
}

.sec_req .flex:first-child {
  margin-top: 0;
}

.sec_req .flex:nth-child(even) {
  background-color: var(--sky);

  padding: 3rem;

  border-radius: 10px;

  flex-direction: row-reverse;
}

.sec_req .flex:nth-child(even) .colR {
  padding-left: 0rem;

  padding-right: 3rem;
}

/* ====add-req */

.add-req {
  background: var(--off-white);
}

.add-req .heading {
  max-width: 605px;
}
.add-req .heading h2 em{
  color: var(--red);
}

.add-req .cols {
  width: calc(100% / 3);

  padding: 10px;
}

.add-req .cols .inner {
  background: #fff;

  transition: all 0.3s ease-in-out;

  height: 100%;
}

.add-req .image {
  position: relative;

  padding-bottom: 66%;

  overflow: hidden;

  display: flex;

  justify-content: center;

  align-items: center;

  transition: all 0.35s ease-in-out;
}

.add-req .image img {
  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  object-fit: cover;
}

.add-req .content {
  padding: 15px;
}

.add-req .top {
  display: flex;

  gap: 50px;
}

.add-req .cta {
  display: flex;

  justify-content: right;

  width: 100%;
}

/* =========== */

.sec_contact_us .col2 {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .sec_contact_us .col2 {
    padding-left: 0;
  }
}

.sec_contact_us .left_info ul li {
  width: 100%;

  list-style: none;
}

.sec_contact_us .left_info ul li .inner {
  display: flex;

  align-items: center;

  text-align: left;

  position: relative;

  padding: 0;

  /* border: 1px solid rgba(238, 238, 238, 1.0); */

  border-radius: 5px;

  margin-bottom: 20px;

  /* box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%); */

  transition: all ease 0.5s;

  -webkit-transition: all ease 0.5s;

  -moz-transition: all ease 0.5s;

  -ms-transition: all ease 0.5s;

  -o-transition: all ease 0.5s;
}

.sec_contact_us .left_info ul li .image {
  width: 60px;

  height: 60px;

  position: relative;

  border-radius: 19px;

  overflow: hidden;

  color: #ffffff;

  padding: 20px;

  background: linear-gradient(-45deg, #dc233c 27%, #dc233c 100%);

  margin-right: 17px;
}

.sec_contact_us .left_info ul li .image img {
  filter: brightness(0) invert(6);
}

.sec_contact_us .left_info h4 {
  margin-bottom: 2px;

  font-size: 17px;
}

.sec_contact_us .sec_heading .title {
  margin-left: 52px;

  margin-bottom: 15px;
}

.sec_contact_us .col1 {
  align-self: center;

  width: 50%;
}

@media (max-width: 991px) {
  .sec_contact_us .col1 {
    width: 100%;
  }
}

.sec_contact_us .col2 {
  width: 50%;
}

@media (max-width: 991px) {
  .sec_contact_us .col2 {
    width: 100%;
  }
}

.sec_contact_us .left_info .content {
  margin-bottom: 20px;
}

.sec_contact_us .left_info ul {
  margin: 0;

  padding: 0;
}

.sec_contact_us .right_info h3 {
  margin-bottom: 20px;

  font-size: 29px;
}

#contact-us .txtGrp {
  position: relative;
}

#contact-us .txtBox {
  height: 48px;

  margin-bottom: 25px;

  border-radius: 90px;

  display: block;

  width: 100%;

  padding: 0.375rem 1rem;

  color: #495057;

  background-color: #fff;

  border: 1px solid #eee;

  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;

  font-size: 15px;
}

#contact-us .txtArea {
  height: 150px;

  resize: none;

  border-radius: 20px;
}

#contact-us .inner {
  width: 100%;

  margin: auto;

  margin-top: 30px;

  text-align: center;

  background-color: var(--sky);

  padding: 40px;

  border-radius: 10px;
}

#contact-us .txtBox:focus {
  border-color: #dc233c;

  /* box-shadow: 0 0 0 0.2rem rgb(1 104 250 / 25%); */
}

#contact-us .txtArea:focus {
  border-color: #dc233c;
}

#contact-us .sec_heading .section-title__border-box {
  margin: 14px auto;
}

.sec_contact_us .left_info a {
  display: block;

  color: var(--text-muted);
}

.sec_contact_us .left_info a:hover {
  color: #dc233c;
}

.sec_choose {
  background: var(--navy);

  padding-top: 5rem;
}

.sec_choose h2 {
  color: #fff;
}

.sec_choose .flex .column h4 {
  margin-bottom: 10px !important;
}

/* =========job_detail_sec========== */

.job-detail .content {
  color: #fff;

  width: 70%;
}

.job_detail_sec .ckEditor ul {
  padding-left: 0;
}

.job-detail .content h2 {
  color: #fff;
}

.job-detail .content ul {
  margin-bottom: 0;

  padding-left: 0;

  display: flex;

  align-items: center;

  gap: 20px;

  font-size: 15px;
}

.job-detail .content ul li {
  list-style: none;

  display: flex;

  align-items: center;

  gap: 5px;

  margin-bottom: 4px;
}

.job-detail .content ul li img {
  width: 16px;

  height: 16px;

  object-fit: contain;
}

.job-detail .content .profile {
  display: flex;

  align-items: center;

  margin-bottom: 10px;
}

.job-detail .content .profile .image {
  width: 60px;

  height: 60px;

  position: relative;

  border-radius: 19px;

  overflow: hidden;

  color: #ffffff;

  padding: 10px;

  background: #fff;

  margin-right: 17px;
}

.job-detail .content .profile .image img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}
.job-detail .content .profile .companyname a , .job-detail .content .profile .companyname a p{
  color: var(--red);
}
.job-detail .content .profile h4 {
  color: #fff;

  margin-bottom: 2px;

  font-size: 17px;
}

.job-detail .cta {
  width: 30%;

  display: flex;

  justify-content: end;

  align-items: center;
}

.job-detail .cta .webBtn:hover {
  background-color: var(--red);

  opacity: 0.7;
}

.job_detail_sec .responsibilities {
  margin-top: 1.5rem;
}

.job_detail_sec .responsibilities li {
  margin-bottom: 0.5rem;

  padding-left: 1.5rem;

  position: relative;

  display: block;
}

.job_detail_sec .responsibilities li:before {
  position: absolute;

  content: "✓";

  top: -0.3rem;

  font-size: 1.3rem;

  left: 0;
}

.job_detail_sec .apply_btn {
  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 30px;
}

/* ==== requirements=========*/

.job_detail_sec .requirements {
  margin-top: 1.5rem;
}

.job_detail_sec .requirements li {
  margin-bottom: 0.5rem;

  padding-left: 1.5rem;

  position: relative;

  display: block;
}

.job_detail_sec .requirements li:before {
  position: absolute;

  content: "✓";

  top: -0.3rem;

  font-size: 1.3rem;

  left: 0;
}

.job_detail_sec .requirements .job_image {
  position: relative;

  padding-bottom: 40%;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  overflow: hidden;

  margin-top: 20px;
}

.job_detail_sec .requirements .job_image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;
}

/* ========= process =======*/

.choose .cols {
  width: calc(100% / 3);

  padding: 10px;
}

.choose .cols .inner {
  background-color: #fff;

  position: relative;

  transition: all 0.3s ease-in-out;

  padding: 30px 25px;

  box-shadow: rgba(7, 12, 17, 8%) 0 0 2rem 0;

  height: 100%;

  border-radius: 5px;
}

.choose .cols .inner .head {
  display: flex;

  gap: 20px;

  align-items: center;

  padding-bottom: 25px;

  margin-bottom: 19px;

  transition: all 500ms ease;

  border-bottom: 1px solid #dddddd;
}

.choose .cols .inner .icon {
  width: 60px;

  height: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  position: relative;

  z-index: 1;

  border-radius: 50%;

  transition: all 500ms ease;

  background: #ba2328;

  padding: 14px;
}

.choose .cols .inner .icon img {
  width: 100%;

  height: 100%;

  object-fit: contain;

  filter: brightness(0) invert(1);
}

.choose .cols .inner h5 {
  margin-bottom: 0;
}

.choose .heading {
  max-width: 600px;

  margin: 0 auto;

  margin-bottom: 20px;

  text-align: center;
}

/* ==============apply-form======= */

.apply-form {
  padding-top: 0;
}

.apply-form .txtBox {
  border-radius: 50px;
}

.apply-form .apply_blk {
  max-width: 700px;

  margin: 0 auto;

  background-color: var(--navy-deep);

  padding: 3rem 4rem;

  color: #fff;

  border-radius: 15px;
}

.apply-form .txtGrp {
  margin-bottom: 15px;
}

.apply-form h4 {
  color: #fff;

  margin-bottom: 20px;

  font-size: 30px;
}

.about_cta .cta_text {
  width: 60%;
}
.about_cta .cta_actions {
  justify-content: right;
  padding-left: 10px;
  width: 40%;
}
@media screen and (max-width: 1025px) {
  .about_cta .cta_text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .about_cta .cta_text p {
    text-align: center !important;
  }
  .about_cta .cta_actions {
    justify-content: center;
    padding-left: 0;
    width: 100%;
  }
}
footer .footer-logo {
  height: 6rem !important;

  margin-bottom: 10px;
}

/* ----visa_banner------ */

/* .visa_banner{
  position: relative;
    background: var(--navy);
    padding-top: 12rem;
    overflow: hidden;
}
.visa_banner::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 90% 50%, rgba(220,35,60,0.12) 0%, transparent 70%);
}
.visa_banner .flex .colL{
  width: 50%;
  padding-right: 4rem;
  align-self: center;
}
.visa_banner .flex .colR{
  width: 50%;
  padding-left: 3rem;
}
.visa_banner .image{
  position: relative;
  padding-bottom: 80%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.visa_banner .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.visa_banner .flex .colL .btn_blk{
  margin-top: 2rem;
}
.visa_banner .flex .colL h1{
  font-size: clamp(38px, 5vw, 45px);
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
}
.visa_banner .flex .colL p{
  font-size: 17px;
    line-height: 1.8;
    color: var(--text-muted);
    max-width: 520px;
}
.visa_banner .flex .colL .btn_blk a:hover{
  background-color: #fff!important;
  opacity: 0.8;
}

.visa_custom_grid .flex{
  margin: -2rem;
}
.visa_custom_grid .flex .col{
  width: 50%;
  flex: unset;
  padding: 2rem;
}
.visa_custom_grid .flex .col .inner .image{
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.visa_custom_grid .flex .col .inner .image img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visa_custom_grid .flex .col .inner .cntnt a{
  color:var(--red);
  font-size: 15px;
}
.visa_custom_grid .flex .col .inner .cntnt a:hover{
  opacity: 0.8;
}






.visa_dif_sec .flex{
  margin: -1rem;
  justify-content: center;
}
.visa_dif_sec .flex .col{
  flex: unset;
  padding: 1rem;
  width: calc(100% / 3);
}
.visa_dif_sec .flex .col .inner{
  padding-bottom: 70%;
  box-shadow: var(--shadow-md);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.visa_dif_sec .flex .col .inner img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visa_dif_sec .flex .col .inner .cntnt{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent, #132a50);
  padding: 2rem;
  display: flex;
  align-items: flex-end;
}
.visa_dif_sec .flex .col .inner .cntnt h3{
  color: #ffffffe3;
} */

.visa_programs {
  background-color: var(--sky);
  position: relative;
}

.mini_title {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--red-subtle);
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.sec_heading.between {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: end;
  max-width: 100%;
  margin-bottom: 4rem;
}

.sec_heading.between p {
  max-width: 450px;
  margin: 0;
}

/* HERO */

.visa_hero {
  background:
    linear-gradient(135deg, rgba(10, 22, 40, 0.98), rgba(17, 34, 64, 0.95)),
    url("../images/pattern.png");
  padding-top: 14rem !important;
  padding-bottom: 8rem !important;
}

.hero_inner {
  display: flex;
  align-items: center;
  gap: 6rem;
}

.hero_text {
  width: 50%;
}

.hero_text h1 {
  font-size: clamp(38px, 5vw, 45px);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 700;
}

.hero_text h1 em {
  font-style: normal;
  color: var(--red);
}

.hero_text p {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  max-width: 620px;
}

.hero_text .btn_blk {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}
.hero_text .btn_blk .webBtn:hover {
  background-color: var(--red);
  color: #fff;
  opacity: 0.8;
}

.hero_text .webBtn.blank {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.hero_points {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}

.hero_points li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.hero_visual {
  width: 50%;
  position: relative;
}

.main_img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  padding-bottom: 70%;
}

.main_img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.visa_custom_grid_tile .flex {
  margin: -1rem;
  justify-content: center;
}
.visa_custom_grid_tile .flex .col {
  width: 50%;
  flex: unset;
  padding: 1rem;
}
.visa_custom_grid_tile .flex .col .inner {
  display: flex;
  flex-wrap: wrap;
  box-shadow: var(--shadow-md);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}
.visa_custom_grid_tile .flex .col .inner .image {
  width: 18rem;
  position: relative;
  padding-bottom: 25%;
}
.visa_custom_grid_tile .flex .col .inner .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visa_custom_grid_tile .flex .col .inner .cntnt {
  flex: 1;
  align-self: center;
  padding: 2rem;
}
.visa_custom_grid_tile .image_bg {
  margin-top: 5rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 40%;
}
.visa_custom_grid_tile .flex .col .inner .cntnt a {
  color: var(--red);
}

.visa_timeline_sec {
  background: var(--sky);
  position: relative;
  overflow: hidden;
}

.visa_timeline_sec .sec_heading {
  max-width: 50rem;
}

.visa_timeline_sec .sec_heading span {
  display: inline-block;
  color: var(--red-subtle);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.visa_timeline_sec .sec_heading h2 {
  font-size: clamp(30px, 3.5vw, 35px);
  color: var(--navy);
  line-height: 1.1;
}

.visa_timeline {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}

.timeline_item {
  width: calc(100% / 3);
  padding: 1rem;
}

.timeline_item:last-child {
  margin-bottom: 0;
}

.timeline_number {
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-bottom: 1rem;
}
.timeline_number img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.timeline_content h3 {
  color: var(--text-dark);
  margin-bottom: 1rem;
  font-size: 24px;
}

.timeline_content p {
  color: var(--text-body);
  line-height: 1.9;
  margin: 0;
}

.sv_requirements_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.sv_requirements_img {
  position: relative;
  padding-bottom: 80%;
  display: block;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
}
.sv_requirements_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sv_small_tag {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(12, 180, 156, 0.12);
  color: #0cb49c;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sv_requirements_content h2 {
  font-size: clamp(30px, 3.5vw, 35px);
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 20px;
}

.sv_requirements_content > p {
  line-height: 1.8;
}

.sv_requirement_cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 2rem;
}

.sv_requirement_card {
  display: flex;
  gap: 18px;
  /* background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.05);
  transition: 0.3s; */
}

/* .sv_requirement_card:hover {
  transform: translateY(-5px);
} */

.sv_card_icon {
  min-width: 35px;
  height: 35px;
  border-radius: 18px;
  background: linear-gradient(135deg, #dc233d, #234780);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv_card_text h5 {
  font-size: 20px;
  margin-bottom: 4px;
  color: #111;
}

.sv_card_text p {
  /* color: #666; */
  line-height: 1.7;
}

@media (max-width: 991px) {
  .sv_requirements_grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sv_requirements_content h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .sv_requirements_sec {
    padding: 70px 0;
  }

  .sv_requirements_content h2 {
    font-size: 28px;
  }
}

.sv_process_sec {
  background: #f4f6f8;
}

.sv_process_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.sv_process_img {
  position: relative;
  padding-bottom: 80%;
  display: block;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
}
.sv_process_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sv_process_content h2 {
  font-size: clamp(30px, 3.5vw, 35px);
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 35px;
}

.sv_process_steps {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sv_process_step {
  display: flex;
  gap: 18px;
  /* background: #fff;
  padding: 1rem;
  border-radius: 24px; */
}

.sv_step_icon {
  min-width: 35px;
  height: 35px;
  border-radius: 18px;
  background: linear-gradient(135deg, #dc233d, #234780);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv_step_text h5 {
  font-size: 20px;
  margin-bottom: 4px;
  color: #111;
}

.sv_step_text p {
  line-height: 1.7;
}

@media (max-width: 991px) {
  .sv_process_grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sv_process_img {
    order: -1;
  }

  .sv_process_content h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .sv_process_sec {
    padding: 70px 0;
  }

  .sv_process_content h2 {
    font-size: 28px;
  }
}

.vs_new_choose_sec .sec_heading {
  max-width: 60rem;
}
.vs_new_choose_sec .flex {
  margin: -1rem;
  justify-content: center;
}
.vs_new_choose_sec .flex .col {
  flex: unset;
  padding: 1rem;
  width: calc(100% / 3);
}
.vs_new_choose_sec .flex .col .visa_feature_card {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
}

.vs_new_choose_sec .flex .col .visa_feature_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
}
.vs_new_choose_sec .flex .col .visa_feature_overlay {
  position: absolute;
  inset: 0;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05));
  transition: 0.4s ease;
}
.vs_new_choose_sec .flex .col .visa_feature_top h3 {
  color: #fff;
  font-size: 1.1rem;
  margin: 0;
  font-family: "Regular";
  background: #dc233d;
  width: fit-content;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
}
.vs_new_choose_sec .flex .col .visa_feature_bottom {
  /* transform: translateY(80px);
  opacity: 0; */
  transition: 0.5s ease;
}

.vs_new_choose_sec .flex .col .visa_feature_bottom p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  margin-bottom: 20px;
}

.vs_new_choose_sec .flex .col .visa_feature_card:hover img {
  transform: scale(1.08);
}

.vs_new_choose_sec .flex .col .visa_feature_card .visa_feature_overlay {
  background: linear-gradient(to top, rgb(15 33 62), rgba(0, 0, 0, 0.25));
}

/* .vs_new_choose_sec .flex .col .visa_feature_card:hover .visa_feature_bottom {
  transform: translateY(0);
  opacity: 1;
} */

@media (max-width: 767px) {
  .visa_feature_card {
    height: 420px;
  }

  .visa_feature_top h3 {
    font-size: 28px;
  }
}

.visa_parallax_banner {
  position: relative;
  padding: 180px 0;
  overflow: hidden;
  z-index: 1;
}

/* PARALLAX BACKGROUND */
.visa_parallax_bg {
  position: absolute;
  inset: 0;
  /* background: url("/assets/images/imi-1.jpeg") center/cover no-repeat; */
  background-attachment: fixed;
  z-index: -2;
}

/* DARK OVERLAY */
.visa_parallax_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.75) 15%,
    rgba(0, 0, 0, 0.35) 60%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: -1;
}

/* CONTENT */
.visa_parallax_content {
  max-width: 44rem;
}

/* TAG */
.visa_parallax_tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* HEADING */
.visa_parallax_content h2 {
  line-height: 1.05;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  font-size: 3.5rem;
}

.visa_parallax_content h2 em {
  color: var(--red);
  position: relative;
  font-style: normal;
}

/* TEXT */
.visa_parallax_content p {
  font-size: 20px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
  margin-bottom: 40px;
}

/* BUTTONS */

/* RESPONSIVE */
@media (max-width: 1199px) {
  .visa_parallax_content h2 {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .visa_parallax_banner {
    padding: 120px 0;
  }

  .visa_parallax_bg {
    background-attachment: scroll;
  }

  .visa_parallax_content h2 {
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: -1px;
  }

  .visa_parallax_content p {
    font-size: 16px;
  }

  .visa_parallax_btns {
    gap: 12px;
  }

  .visa_parallax_btns a {
    width: 100%;
  }
}
.p_b_0_cstm{
padding-bottom:0px;