@import url("https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Poppins: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=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 2px;
  background: #fff;
}

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

html,
body {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;
}

h1, h2, h3 {
  font-family: "Roboto", sans-serif;
}

body, section {
  overflow-x: hidden;
}

a,
button,
input {
  outline: none;
}

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

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1340px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.cbrx-head h1 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  width: 39%;
  margin: 30px 0;
}
.cbrx-head h1.cntr {
  text-align: center;
}
.cbrx-head h1.wht {
  color: #ffffff;
}
.cbrx-head h2 {
  font-family: "Roboto", sans-serif;
  color: #000000;
  text-align: left;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin: 30px 0;
}
.cbrx-head h2.cntr {
  text-align: center;
}
.cbrx-head h2 span {
  color: #084E70;
}
.cbrx-head h2.wht {
  color: #ffffff;
}
.cbrx-head h2.blu {
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-size: 36px;
  line-height: 46px;
  padding: 35px 0 70px;
  color: #084E70;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cbrx-head h1 {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-head h1 {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .cbrx-head h1 {
    font-size: 36px;
    line-height: 46px;
    width: 100%;
  }
  .cbrx-head h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.cbrx-btn {
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 9em;
  height: 2.8em;
  line-height: 2.5em;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 25px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  padding: 10px 20px;
}
.cbrx-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #084E70;
  height: 150px;
  width: 200px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cbrx-btn:hover {
  color: #fff;
}
.cbrx-btn:hover:before {
  top: -30px;
  left: -30px;
}
.cbrx-btn:hover svg path {
  stroke: #fff;
}
.cbrx-btn:active:before {
  background: #052d40;
  transition: background 0s;
}
.cbrx-btn.brdr {
  border: 2px solid #CBCBCB;
}

.cbrx-btn-1 {
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 9em;
  height: 2.8em;
  line-height: 2.5em;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: #084E70;
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 25px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
}
.cbrx-btn-1:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  height: 150px;
  width: 200px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cbrx-btn-1:hover {
  color: #084E70;
}
.cbrx-btn-1:hover:before {
  top: -30px;
  left: -30px;
}
.cbrx-btn-1:hover svg path {
  stroke: #084E70;
}
.cbrx-btn-1:active:before {
  background: #e6e6e6;
  transition: background 0s;
}
.cbrx-btn-1.brdr {
  border: 2px solid #CBCBCB;
}

.cbrx-form {
  background: #F7F9FD;
  padding: 30px;
  /* Prevent <option> text from breaking */
}
.cbrx-form .row-sec input, .cbrx-form select, .cbrx-form label {
  flex: 1;
}
.cbrx-form .row-sec {
  gap: 20px;
  display: flex;
}
.cbrx-form input, .cbrx-form textarea, .cbrx-form select, .cbrx-form button, .cbrx-form label {
  background-color: #ffffff;
  border: 1px solid var(--Stroke, #E4E4E4);
  border-radius: 12px;
  padding: 15px 20px;
  color: #2C2D47;
  width: 100%;
  margin: 15px 0;
}
.cbrx-form option {
  width: 100%;
}
.cbrx-form ::-moz-placeholder {
  color: #2C2D47;
}
.cbrx-form ::placeholder {
  color: #2C2D47;
}
.cbrx-form .custom-file-upload {
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
  cursor: pointer;
  display: block;
}
.cbrx-form .custom-file-upload:hover {
  background: #ffffff;
}
.cbrx-form input[type=file] {
  display: none;
}
.cbrx-form button {
  background-color: #084E70;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 30px;
}
.cbrx-form button:hover {
  background-color: rgba(8, 77, 112, 0.6745098039);
}
.cbrx-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Hide default arrow */
  background-color: #ffffff;
  color: #2C2D47;
  border: none;
  padding: 12px;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  /* Custom dropdown arrow */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'><path d='M5 7l5 5 5-5H5z'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
  background-size: 14px;
  padding-right: 40px; /* Space for arrow */
}
.cbrx-form select option {
  white-space: nowrap; /* Keep text in one line */
  font-size: 16px;
}
.cbrx-form select {
  min-width: unset !important;
}

.cbrx-form-1 {
  background-color: #F7F9FD;
  padding: 60px 40px;
  border-radius: 44px;
}
.cbrx-form-1 input, .cbrx-form-1 button {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.cbrx-form-1 .checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0;
}
.cbrx-form-1 button {
  background-color: #004466;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 18px;
  border-radius: 25px;
}
.cbrx-form-1 button:hover {
  background-color: #003355;
}
.cbrx-form-1 .inpt input {
  width: 100%;
}
.cbrx-form-1 label {
  font-weight: 600;
  padding-top: 20px;
}
.cbrx-form-1 .custom-file-upload {
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
  cursor: pointer;
  display: block;
  color: #084E70;
  border: 1px solid var(--Stroke, #E4E4E4);
}
.cbrx-form-1 .custom-file-upload:hover {
  background: #ffffff;
}
.cbrx-form-1 input[type=file] {
  display: none;
}
.cbrx-form-1 button {
  width: 100%;
}
.cbrx-form-1 .row-sec {
  display: flex;
  align-items: center;
  padding: 20px 0;
  gap: 10px;
}
.cbrx-form-1 .row-sec label {
  padding: 10px 20px 10px;
  border-radius: 12px;
}
.cbrx-form-1 .row-sec label:nth-child(1) {
  padding: 10px 20px 10px 0;
}
.cbrx-form-1 .row-sec .custom-file-upload {
  font-size: 14px;
}

@media (max-width: 767px) {
  .cbrx-form-1 {
    padding: 50px 20px;
  }
}
.cbrx-cuntr {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.cbrx-cuntr h3 {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  line-height: 44px;
  color: #084E70;
  font-weight: 600;
}
.cbrx-cuntr p {
  color: #A4A4A4;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
  width: 55%;
}
.cbrx-cuntr__outer {
  display: flex;
  padding: 0 40px;
  margin: 0 10px;
  justify-content: center;
  flex-direction: column;
}
.cbrx-cuntr__outer:not(:first-child) {
  border-left: 1px solid #E4E4E4;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-cuntr h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cbrx-cuntr {
    gap: 30px;
  }
  .cbrx-cuntr {
    flex-direction: column;
  }
  .cbrx-cuntr__outer {
    align-items: center !important;
  }
  .cbrx-cuntr__outer:not(:first-child) {
    border: none;
  }
}
.cbrx-inner-bnr {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cbrx-inner-bnr__outer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 600px;
  padding: 5% 0;
}
.cbrx-inner-bnr h1 {
  font-size: 58px;
  line-height: 76px;
  color: #ffffff;
  width: 40%;
  font-weight: 500;
}
.cbrx-inner-bnr p {
  font-size: 17px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  width: 52%;
  padding-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cbrx-inner-bnr h1 {
    width: 60%;
  }
  .cbrx-inner-bnr p {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-inner-bnr h1 {
    width: 70%;
  }
  .cbrx-inner-bnr p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cbrx-inner-bnr, .cbrx-inner-bnr__outer {
    height: 320px;
  }
  .cbrx-inner-bnr h1 {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
  }
  .cbrx-inner-bnr p {
    font-size: 15px;
    line-height: 22px;
    width: 100%;
  }
}
.cbrx-inner-bnr-sml {
  width: 100%;
  height: 260px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cbrx-inner-bnr-sml__outer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 260px;
  padding: 3% 0;
}
.cbrx-inner-bnr-sml h1 {
  font-size: 40px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .cbrx-inner-bnr-sml h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .cbrx-inner-bnr-sml__outer {
    padding: 8% 0;
  }
}
.cbrx-ftr-bnnr {
  overflow: hidden;
  margin: 30px 0 80px;
}
.cbrx-ftr-bnnr__outer {
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
.cbrx-ftr-bnnr__inner {
  width: 56%;
  padding: 20px 60px 30px;
}
.cbrx-ftr-bnnr h2 {
  font-size: 45px;
  line-height: 55px;
  padding: 20px 0;
  color: #ffffff;
  font-weight: 700;
}
.cbrx-ftr-bnnr p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding-bottom: 40px;
}
.cbrx-ftr-bnnr .cbrx-btn {
  width: 11em;
}
.cbrx-ftr-bnnr .cbrx-btn:before {
  width: 225px;
}
.cbrx-ftr-bnnr .cbrx-btn:hover {
  border: 2px solid #fff;
}
.cbrx-ftr-bnnr .cbrx-btn:hover svg path {
  fill: #ffffff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-ftr-bnnr__inner {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .cbrx-ftr-bnnr__outer {
    background-position: center;
  }
  .cbrx-ftr-bnnr__inner {
    width: 100%;
    padding: 20px;
  }
  .cbrx-ftr-bnnr h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.cbrx-cntct-tile {
  margin-bottom: 40px;
}
.cbrx-cntct-tile__head {
  font-size: 20px;
  line-height: 28px;
  color: #2C2D47;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 20px 0;
}
.cbrx-cntct-tile__inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cbrx-cntct-tile__inner:hover .cbrx-cntct-tile__logo {
  background-color: #000;
}
.cbrx-cntct-tile__inner:hover .cbrx-cntct-tile__logo svg path {
  fill: #ffffff;
}
.cbrx-cntct-tile__cnt {
  font-size: 15px;
  line-height: 20px;
  color: #084E70;
  font-weight: 500;
  width: 70%;
  transition: all 0.3s ease-in;
}
.cbrx-cntct-tile__logo {
  width: 40px;
  height: 40px;
  background: #F7F9FD;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid var(--Stroke, #E4E4E4);
  transition: all 0.3s ease-in;
}
.cbrx-cntct-tile__logo svg {
  width: 100%;
  height: 100%;
}

.cbrx-srvce-tile {
  border: 1px solid var(--Block-border, #C3EBFF);
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  border-radius: 32px;
  transition: all 0.3s ease-in;
}
.cbrx-srvce-tile.marbot0 {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cbrx-srvce-tile.marbot0 .cbrx-srvce-tile__img img {
  border-bottom-right-radius: 0;
}
.cbrx-srvce-tile__outer {
  padding: 30px 28px 25px;
  width: 70%;
}
.cbrx-srvce-tile__inner {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  padding-bottom: 10px;
}
.cbrx-srvce-tile h2 {
  font-family: "poppins", sans-serif;
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
  background: linear-gradient(180deg, rgba(28, 124, 165, 0.6) 0%, #D5F1FF 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cbrx-srvce-tile h3 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  line-height: 40px;
  color: #565656;
  font-weight: 600;
}
.cbrx-srvce-tile p {
  font-size: 16px;
  line-height: 25px;
  color: #4A4A4A;
  width: 99%;
}
.cbrx-srvce-tile__img {
  width: auto;
  height: 100%;
}
.cbrx-srvce-tile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.cbrx-srvce-tile__sec2 {
  width: 30%;
}
.cbrx-srvce-tile__btn {
  color: #084E70;
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0 0;
  font-weight: 600;
  display: inline-block;
}
.cbrx-srvce-tile__btn svg {
  width: 9px;
  height: 6px;
}
.cbrx-srvce-tile__blu-box {
  border: 1px solid var(--Block-border, #C3EBFF);
  background-color: #F7F9FD;
  padding: 50px 50px 30px;
  display: flex;
  justify-content: space-between;
  gap: 65px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.cbrx-srvce-tile__blu-box.bb-none {
  border-bottom: none;
  border-radius: 0 !important;
}
.cbrx-srvce-tile__blu-box.bt-none {
  border-top: none;
}
.cbrx-srvce-tile__blu-box h3.head {
  color: #084E70;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 20px;
}
.cbrx-srvce-tile__sec1 {
  width: 50%;
}
.cbrx-srvce-tile:hover {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.cbrx-srvce-tile__list {
  list-style-type: disc;
  padding-left: 20px;
}
.cbrx-srvce-tile__list li {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 2px;
}
.cbrx-srvce-tile__cnt {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
  min-height: 230px;
}
.cbrx-srvce-tile__img-outer {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  gap: 20px;
}
.cbrx-srvce-tile__img-outer__img {
  width: 100%;
  height: auto;
}
.cbrx-srvce-tile__img-outer__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.cbrx-srvce-tile__img-outer__img img:hover {
  transform: scale(1.03);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cbrx-srvce-tile__sec2 {
    width: 30%;
  }
  .cbrx-srvce-tile__outer {
    width: 70%;
    padding: 50px 20px 30px;
  }
  .cbrx-srvce-tile__blu-box {
    padding: 50px 20px 30px;
    gap: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-srvce-tile h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .cbrx-srvce-tile__sec2 {
    width: 38%;
  }
  .cbrx-srvce-tile__outer {
    width: 62%;
    padding: 50px 20px 30px;
  }
  .cbrx-srvce-tile h2 {
    font-size: 45px;
    line-height: 65px;
  }
  .cbrx-srvce-tile__blu-box {
    padding: 50px 20px 30px;
    gap: 25px;
    flex-direction: column;
  }
  .cbrx-srvce-tile__sec1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cbrx-srvce-tile {
    flex-direction: column-reverse;
  }
  .cbrx-srvce-tile__outer {
    width: 100%;
    padding: 20px;
  }
  .cbrx-srvce-tile__sec2 {
    width: 100%;
  }
  .cbrx-head h2.blu {
    padding: 0 20px;
  }
  .cbrx-srvce-tile__blu-box {
    padding: 25px 20px 30px;
    gap: 25px;
    flex-direction: column;
  }
  .cbrx-srvce-tile__sec1 {
    width: 100%;
  }
  .cbrx-srvce-tile__img-outer {
    flex-direction: column;
  }
  .cbrx-srvce-tile h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.cbrx-header {
  position: relative;
  background: linear-gradient(90deg, #084E70 0%, #001F2D 100%);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.cbrx-header .container-fluid {
  padding: 0 !important;
}
.cbrx-header .navbar-expand-lg {
  height: 90px;
}
.cbrx-header__logo-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: auto;
}
.cbrx-header__logo {
  display: block;
  width: 300px;
  height: auto;
  padding: 0.5rem 30px;
  margin-right: 14%;
}
.cbrx-header__logo img {
  width: 100%;
  height: 100%;
}
.cbrx-header .dropdown-toggle::after {
  color: #ffffff;
}
.cbrx-header .dropdown-item {
  padding: 8px 10px;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.cbrx-header .dropdown-item:focus,
.cbrx-header .dropdown-item:hover,
.cbrx-header .dropdown-item.active,
.cbrx-header .dropdown-item:active {
  background-color: #084e70;
  color: rgba(255, 255, 255, 0.7921568627);
}
.cbrx-header .navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #084e70;
  padding: 30px 20px;
  border-radius: 25px;
  margin: 40px 0 0;
  min-width: 20rem;
  position: absolute;
  top: 80%;
}
.cbrx-header .dropdown {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cbrx-header .nav-link {
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease;
  padding: 0 !important;
}
.cbrx-header .nav-link:hover {
  color: rgba(255, 255, 255, 0.7921568627);
}
.cbrx-header .navbar-expand-lg .navbar-nav {
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.cbrx-header .hdr__btn {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  padding: 8px 18px;
  transition: all 0.3s ease-out;
  border: 2px solid #ffffff;
  border-radius: 32px;
  margin-left: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.cbrx-header .hdr__btn:hover {
  transform: scale(1.01);
}
.cbrx-header .navbar-brand {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cbrx-header__logo {
    padding: 0.5rem 10px;
    display: block;
    width: 225px;
    height: auto;
    margin-right: auto;
  }
  .cbrx-header .navbar-expand-lg .navbar-nav {
    gap: 20px;
  }
  .cbrx-header .nav-link {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-header__logo,
  .cbrx-header .logo,
  .cbrx-header__logo-outer {
    display: none;
  }
  .cbrx-header .navbar-expand-lg .navbar-nav {
    align-items: flex-start;
  }
  .cbrx-header .dr-btn__btn {
    position: relative;
    right: -13%;
    bottom: -1%;
    margin-top: 20px;
  }
  .cbrx-header .navbar-toggler {
    position: absolute;
    right: 2%;
  }
  .cbrx-header .navbar-toggler-icon .line {
    height: 1px;
    width: 50px;
    background-color: #000;
  }
  .cbrx-header .navbar-toggler-icon {
    width: 30px;
    height: 25px;
  }
  .cbrx-header .navbar-toggler-icon img {
    width: 100%;
    height: 100%;
  }
  .cbrx-header .navbar-brand,
  .cbrx-header .dropdown-menu {
    display: block;
  }
  .cbrx-header .dropdown-menu {
    border: none;
    padding: 10px 0 0;
  }
  .cbrx-header .offcanvas-header {
    padding: 2rem 1rem 1rem;
  }
  .cbrx-header__logo {
    width: 200px;
    padding: 0;
    margin-right: 0;
  }
  .cbrx-header .nav-link {
    color: #000000;
  }
  .cbrx-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    margin: 0;
    min-width: 13rem;
  }
  .cbrx-header .dropdown {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .cbrx-header .nav-link {
    color: #000000;
  }
  .cbrx-header__logo,
  .cbrx-header .logo,
  .cbrx-header__logo-outer {
    display: none;
  }
  .cbrx-header .dropdown-menu {
    border: none;
    padding: 10px 0 0;
    display: block;
  }
  .cbrx-header .navbar-expand-lg .navbar-nav {
    align-items: flex-start;
  }
  .cbrx-header .dr-btn__btn {
    position: relative;
    right: -13%;
    bottom: -1%;
    margin-top: 20px;
  }
  .cbrx-header .navbar-toggler {
    position: absolute;
    right: 2%;
  }
  .cbrx-header .navbar-toggler-icon {
    width: 30px;
    height: 25px;
  }
  .cbrx-header .navbar-toggler-icon img {
    width: 100%;
    height: 100%;
  }
  .cbrx-header .navbar-brand {
    display: block;
  }
  .cbrx-header .offcanvas-header {
    padding: 2rem 1rem 1rem;
  }
  .cbrx-header__logo {
    width: 150px;
    padding: 0;
    margin: 0;
  }
  .cbrx-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    margin: 0;
    min-width: 13rem;
  }
  .cbrx-header .dropdown {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cbrx-hero {
  width: 100%;
  height: 790px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.cbrx-hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.cbrx-hero__outer {
  height: 790px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex-direction: column;
  padding-top: 70px;
}
.cbrx-hero__outer::after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  bottom: 33%;
}
.cbrx-hero__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 85px;
}
.cbrx-hero__cnt {
  text-align: left;
  color: #A4A4A4;
  font-size: 18px;
  line-height: 24px;
  width: 45%;
}
.cbrx-hero .cbrx-head h1 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cbrx-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0;
  }
  .cbrx-hero__cnt {
    width: 100%;
  }
  .cbrx-hero__outer::after {
    bottom: 42%;
  }
  .cbrx-hero, .cbrx-hero__outer {
    height: 100%;
  }
}
.cbrx-about-hm {
  margin: 60px 0 80px;
  overflow: hidden;
}
.cbrx-about-hm .cbrx-head h2 {
  margin-top: 0;
}
.cbrx-about-hm__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cbrx-about-hm__img {
  width: auto;
  height: 280px;
  border-radius: 40px;
}
.cbrx-about-hm__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  transition: all 0.3s ease-in;
}
.cbrx-about-hm__img img:hover {
  transform: translateY(-10px);
}
.cbrx-about-hm__cnt {
  color: #2C2D47;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
  padding: 20px 0 20px;
}
.cbrx-about-hm__bold-cnt {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #2C2D47;
  padding: 0 0 20px;
}
.cbrx-about-hm__outer {
  padding: 0 28px;
}
.cbrx-about-hm .cbrx-cuntr p {
  width: 74%;
}
.cbrx-about-hm .cbrx-cuntr > div:nth-child(1) {
  padding: 0 40px 0 0;
  margin: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cbrx-about-hm .cbrx-cuntr p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-about-hm__outer {
    padding: 0;
  }
  .cbrx-cuntr__outer {
    padding: 0 15px;
  }
  .cbrx-about-hm .cbrx-cuntr > div:nth-child(1) {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .cbrx-about-hm__inner {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .cbrx-about-hm__img {
    width: 100%;
    height: auto;
  }
  .cbrx-about-hm__outer {
    padding: 0;
  }
  .cbrx-about-hm .cbrx-cuntr > div:nth-child(1) {
    padding: 0 40px;
    margin: 0 10px;
  }
  .cbrx-about-hm .cbrx-cuntr p {
    width: 100%;
  }
}
.cbrx-industry-hm {
  margin: 40px 0 30px;
}
.cbrx-industry-hm__cnt {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
  padding: 0 0 20px;
  text-align: center;
}
.cbrx-industry-hm__cnt.lft {
  text-align: left;
}
.cbrx-industry-hm .cbrx-head h2 {
  margin-bottom: 10px;
}
.cbrx-industry-hm__outer {
  border: 1px solid #F1F1F1;
  background-color: #ffffff;
  border-radius: 44px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 20px;
}
.cbrx-industry-hm__tile {
  width: calc(20% - 0px);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 40px;
}
.cbrx-industry-hm__img {
  width: 50px;
  height: auto;
}
.cbrx-industry-hm__img img {
  width: 100%;
  height: 100%;
}
.cbrx-industry-hm__tagline {
  color: #000000;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
  padding: 0 0 20px;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-industry-hm__tile {
    width: calc(32% - 0px);
  }
}
@media (max-width: 767px) {
  .cbrx-industry-hm__tile {
    width: calc(50% - 0px);
    gap: 35px;
  }
  .cbrx-industry-hm {
    margin-bottom: 10px;
  }
  .cbrx-industry-hm__outer {
    margin-bottom: 0;
  }
}
.cbrx-tab-hm {
  padding: 60px 0;
}
.cbrx-tab-hm__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #4A4A4A;
  text-align: left;
  margin-bottom: 50px;
}
.cbrx-tab-hm .cbrx-head h2 {
  margin-bottom: 10px;
}
.cbrx-tab-hm .nav {
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.cbrx-tab-hm .nav-pills .nav-link.active {
  background-color: #084E70;
  color: #fff;
  border-radius: 32px;
  padding: 10px 32px;
}
.cbrx-tab-hm .nav-pills .nav-link {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  border: 2px solid #D9D9D9 !important;
  background: #ffffff;
  border-radius: 32px;
  color: #084E70;
  font-weight: 500;
  padding: 10px 32px;
  border: none;
  transition: all 0.3s ease-in;
}
.cbrx-tab-hm .nav-pills .nav-link:hover {
  background-color: #084E70;
  color: #ffffff;
}
.cbrx-tab-hm__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 30px 0;
}
.cbrx-tab-hm__tagline {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  z-index: 9;
  transition: all 0.3s ease-in;
  text-align: center;
  margin-top: -24%;
  position: relative;
  width: 73%;
  min-height: 60px;
}
.cbrx-tab-hm__tile {
  width: calc(25% - 20px);
  margin: 0 10px;
  height: auto;
  border-radius: 25px;
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cbrx-tab-hm__tile img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
  filter: brightness(0.6);
}
.cbrx-tab-hm__tile:hover .cbrx-tab-hm__tagline {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.cbrx-tab-hm__tile:hover img {
  filter: brightness(1);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cbrx-tab-hm .nav {
    flex-direction: column;
  }
  .cbrx-tab-hm__tile {
    width: calc(50% - 20px);
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-tab-hm .nav {
    flex-direction: column;
  }
  .cbrx-tab-hm__tile {
    width: calc(50% - 20px);
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .cbrx-tab-hm__tile {
    width: calc(100% - 20px);
    padding-bottom: 50px;
  }
  .cbrx-tab-hm__tile img {
    filter: brightness(0.8);
  }
  .cbrx-tab-hm__tagline {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .cbrx-tab-hm {
    padding: 0 0 30px;
  }
  .cbrx-tab-hm .nav-pills .nav-link {
    font-size: 16px;
    line-height: 26px;
  }
}
.cbrx-support-hm {
  margin: 20px 0 60px;
  width: 100%;
  display: flex;
  align-items: end;
}
.cbrx-support-hm .cbrx-head h2 {
  margin-bottom: 10px;
}
.cbrx-support-hm__txt {
  font-size: 16px;
  line-height: 26px;
  color: #4A4A4A;
  text-align: left;
}
.cbrx-support-hm__cnt {
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 15px 0 5px;
  font-weight: 400;
}
.cbrx-support-hm .vert-tab > div {
  margin-left: 10px;
  margin-right: 10px;
  width: 48%;
  cursor: pointer;
  height: 380px;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
.cbrx-support-hm .recr-content {
  background: #fcfbf9;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-color: #a8aea4 !important;
  padding: 36px 30px 25px;
  margin-top: 36px;
  border: 1px solid;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 24px;
}
.cbrx-support-hm .work_items_content {
  display: none;
}
.cbrx-support-hm .vert_tab_image_wrrapeer {
  display: flex;
  align-items: center;
}
.cbrx-support-hm .recr-content.active {
  width: 100%;
}
.cbrx-support-hm .recr-content.active {
  background: white;
  border-color: #a8aea4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
}
.cbrx-support-hm .recr-content.active h3 {
  display: none;
}
.cbrx-support-hm .recr-content.active .work_items_content {
  display: block;
}
.cbrx-support-hm .recr-content img {
  max-width: 100%;
  height: 426px;
}
.cbrx-support-hm .vert-tab {
  display: flex;
  margin: 0 -10px;
}
.cbrx-support-hm__outer-head {
  display: flex;
  align-items: end;
  height: 100%;
  font-size: 22px;
  color: #fff;
  line-height: 32px;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-support-hm__outer-head {
    font-size: 20px;
  }
  .cbrx-support-hm .recr-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cbrx-support-hm .title {
    display: block;
    width: 100%;
  }
  .cbrx-support-hm .vert-tab {
    display: block;
    padding: 20px;
  }
  .cbrx-support-hm .vert-tab > div {
    width: 100%;
    margin: 20px 0;
  }
  .cbrx-support-hm .recr-content {
    padding: 20px;
  }
  .cbrx-support-hm {
    margin: 20px 0;
  }
}
.cbrx-footer {
  background-color: #EBEDF4;
  padding: 60px 0 12px;
  overflow-x: hidden;
}
.cbrx-footer__outer {
  display: flex;
  gap: 60px;
}
.cbrx-footer__sec-1 {
  width: 50%;
  display: flex;
  gap: 55px;
}
.cbrx-footer__sec-2 {
  width: 50%;
  display: flex;
  gap: 50px;
}
.cbrx-footer__inner {
  display: flex;
}
.cbrx-footer__head {
  font-size: 16px;
  line-height: 26px;
  color: #084E70;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
.cbrx-footer ul .cbrx-footer__txt {
  padding-top: 10px;
}
.cbrx-footer__blu-txt {
  color: #084E70;
  font-weight: 600;
  width: 25%;
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  margin-top: -50px;
}
.cbrx-footer__cnt {
  font-size: 14px;
  line-height: 24px;
  color: #414141;
  margin-bottom: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}
.cbrx-footer__cnt.underline {
  text-decoration: underline;
  width: 35%;
}
.cbrx-footer__cnt:hover {
  color: #084E70;
  opacity: 0.6;
}
.cbrx-footer__contact-sec {
  display: flex;
  gap: 8px;
}
.cbrx-footer__contact-sec img {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.cbrx-footer .form-inline {
  display: flex;
  gap: 5px;
}
.cbrx-footer .form-inline .btn {
  background-color: #E5342F;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  border-radius: 24px;
}
.cbrx-footer .form-control {
  width: 192px;
  padding: 0.275rem 0.75rem;
  font-size: 14px;
  line-height: 26px;
}
.cbrx-footer__txt {
  font-size: 12px;
  line-height: 20px;
  color: #2D2D2D;
  font-family: "Inter", sans-serif;
}
.cbrx-footer__txt.grey {
  color: #717171;
}
.cbrx-footer__social {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.cbrx-footer .btn-custom {
  background-color: #084E70 !important;
  color: white;
  border: none;
  font-weight: 600;
}
.cbrx-footer .btn-custom:hover {
  background-color: #063A52; /* Slightly darker shade for hover effect */
}
.cbrx-footer__fb {
  width: 24px;
  height: 24px;
}
.cbrx-footer__fb svg {
  width: 100%;
  height: 100%;
}
.cbrx-footer__fb svg path {
  transition: all 0.1s ease-in;
}
.cbrx-footer__fb:hover svg path {
  fill: #1877F2;
}
.cbrx-footer__insta {
  width: 24px;
  height: 24px;
}
.cbrx-footer__insta svg {
  width: 100%;
  height: 100%;
  fill: white;
  transition: fill 0.1s ease-in-out;
}
.cbrx-footer__insta svg path {
  transition: fill 0.1s ease-in-out;
}
.cbrx-footer__insta:hover path {
  fill: url(#gradient);
}
.cbrx-footer__logo-sec {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 0 0;
  overflow-x: hidden;
}
.cbrx-footer__logo-sec .cbrx-footer__prvcy-outer .cbrx-footer__cnt, .cbrx-footer__logo-sec .cbrx-footer__txt {
  color: #717171;
}
.cbrx-footer__logo {
  width: 320px;
  height: auto;
  display: block;
  padding-bottom: 10px;
}
.cbrx-footer__logo img {
  width: 100%;
  height: 100%;
}
.cbrx-footer__prvcy-outer {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.cbrx-footer__prvcy-outer .cbrx-footer__cnt {
  padding: 0;
  margin: 0;
}
.cbrx-footer__pwrd-outer {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
}
.cbrx-footer__pwrd-outer .cbrx-footer__txt {
  padding: 0;
  margin: 0;
}
.cbrx-footer__pwrd-outer svg {
  width: 170px;
  height: 25px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cbrx-footer__outer {
    gap: 50px;
  }
  .cbrx-footer__outer {
    flex-direction: column;
  }
  .cbrx-footer__sec-1, .cbrx-footer__sec-2 {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
  }
  .cbrx-footer__grey_txt {
    width: 70%;
  }
  .cbrx-footer__blu-txt {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-footer__outer {
    flex-direction: column;
  }
  .cbrx-footer__sec-1, .cbrx-footer__sec-2 {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
  }
  .cbrx-footer__blu-txt {
    width: 42%;
    margin-top: 0;
  }
  .cbrx-footer__blu-txt {
    padding-top: 20px;
  }
  .cbrx-footer__logo-sec {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .cbrx-footer__outer {
    flex-direction: column;
    gap: 30px;
  }
  .cbrx-footer__sec-1, .cbrx-footer__sec-2 {
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }
  .cbrx-footer .form-control {
    width: 100%;
  }
  .cbrx-footer .form-inline {
    align-items: center;
  }
  .cbrx-footer__logo-sec {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .cbrx-footer__head.copy {
    width: 100%;
    text-align: left;
  }
  .cbrx-footer__logo {
    width: 100%;
  }
  .cbrx-footer__logo-sec {
    padding-top: 45px 0 0;
  }
  .cbrx-footer__blu-txt {
    width: 100%;
    margin: 0;
  }
  .cbrx-footer__blu-txt {
    padding-top: 20px;
  }
}
.cbrx-video-sec {
  margin: 40px 0 0;
  overflow: hidden;
}
.cbrx-video-sec__outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cbrx-video-sec h2 {
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-size: 36px;
  line-height: 46px;
  padding: 35px 0 70px;
  color: #084E70;
  font-weight: 600;
  width: 80%;
  position: relative;
}
.cbrx-video-sec h2::before {
  position: absolute;
  content: "";
  left: 2%;
  top: 15%;
  width: 22px;
  height: 22px;
  background-image: url(/assets/images/quote.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cbrx-video-sec__vid {
  width: 100%;
  height: auto;
}
.cbrx-video-sec__vid video {
  width: 100%;
  height: 100%;
  margin: 20px 0;
  border-radius: 36px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cbrx-video-sec h2::before {
    left: 1%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-video-sec h2 {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }
  .cbrx-video-sec h2::before {
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cbrx-video-sec h2 {
    width: 100%;
    font-size: 23px;
    line-height: 34px;
    padding: 0px 15px 0 25px;
  }
  .cbrx-video-sec h2::before {
    top: -2%;
    left: 1%;
  }
}
.cbrx-cntct-sec {
  padding: 50px 0 80px;
}
.cbrx-cntct-sec__head {
  font-size: 36px;
  line-height: 46px;
  color: #2C2D47;
  font-weight: 700;
  padding: 0 0 20px;
}
.cbrx-cntct-sec__cnt {
  font-size: 14px;
  line-height: 24px;
  color: #2C2D47;
  padding: 0 0 30px;
}
.cbrx-cntct-sec__outer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.cbrx-cntct-sec__sec1, .cbrx-cntct-sec__sec2 {
  width: 50%;
}
.cbrx-cntct-sec__sec1 {
  border: 1px solid #E4E4E4;
  padding: 40px 30px 80px;
  border-radius: 24px;
}
.cbrx-cntct-sec__if-map {
  width: 100%;
  height: 380px;
}
.cbrx-cntct-sec__if-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 44px;
}
.cbrx-cntct-sec .cbrx-form .custom-file-upload {
  min-width: 48%;
}
.cbrx-cntct-sec__inner {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-cntct-sec__outer {
    flex-direction: column;
  }
  .cbrx-cntct-sec__sec1, .cbrx-cntct-sec__sec2 {
    width: 100%;
  }
  .cbrx-cntct-tile__cnt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cbrx-cntct-sec__outer, .cbrx-form .row-sec {
    flex-direction: column;
  }
  .cbrx-cntct-sec__sec1, .cbrx-cntct-sec__sec2, .cbrx-cntct-tile__cnt, .cbrx-cntct-sec__cnt {
    width: 100%;
  }
  .cbrx-cntct-sec .cbrx-form {
    padding: 20px;
  }
  .cbrx-form .row-sec {
    gap: 10px;
  }
}
.cbrx-secrty-lcncs-sec {
  padding: 40px 0 80px;
}
.cbrx-secrty-lcncs-sec__outer {
  border: 1px solid #e4e4e4;
  border-radius: 32px;
  padding: 10px;
}
.cbrx-secrty-lcncs-sec__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cbrx-secrty-lcncs-sec__inner-sec {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cbrx-secrty-lcncs-sec__icon {
  width: 40px;
  height: 40px;
}
.cbrx-secrty-lcncs-sec__icon svg {
  width: 100%;
  height: 100%;
}
.cbrx-secrty-lcncs-sec li {
  border-radius: 16px;
  border-bottom: 1px solid var(--Stroke, #e4e4e4);
}
.cbrx-secrty-lcncs-sec li:last-child {
  border: none;
}
.cbrx-secrty-lcncs-sec li a {
  padding: 15px;
}
.cbrx-secrty-lcncs-sec li:hover {
  background: #f7f9fd;
}
.cbrx-secrty-lcncs-sec li:hover .cbrx-secrty-lcncs-sec__btn {
  opacity: 1;
}
.cbrx-secrty-lcncs-sec__tct {
  font-weight: 500;
  color: #084e70;
}
.cbrx-secrty-lcncs-sec__btn {
  border: 1px solid #cbcbcb;
  border-radius: 30px;
  color: #000000;
  background-color: #ffffff;
  padding: 8px 14px;
  opacity: 0;
}

.cbrx-prvcy-sec {
  padding: 50px 0 70px;
  overflow: hidden;
}
.cbrx-prvcy-sec__outer {
  display: flex;
  gap: 55px;
  justify-content: space-between;
}
.cbrx-prvcy-sec__w-30 {
  width: 40%;
}
.cbrx-prvcy-sec__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F9FD;
  border-radius: 44px;
}
.cbrx-prvcy-sec__img img {
  width: 250px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cbrx-prvcy-sec p {
  color: #2C2D47;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}
.cbrx-prvcy-sec p:last-child {
  padding-bottom: 0;
}
.cbrx-prvcy-sec__w-70 {
  width: 60%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-prvcy-sec__img img {
    width: 200px;
  }
  .cbrx-prvcy-sec__outer {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cbrx-prvcy-sec__outer {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .cbrx-prvcy-sec__w-30, .cbrx-prvcy-sec__w-70 {
    width: 100%;
  }
  .cbrx-prvcy-sec__img img {
    padding: 55px;
  }
}
.cbrx-vtng-sltns {
  padding: 50px 0 70px;
  overflow: hidden;
}
.cbrx-vtng-sltns p {
  color: #2C2D47;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}
.cbrx-vtng-sltns p:last-child {
  padding-bottom: 0;
}
.cbrx-vtng-sltns__outer {
  display: flex;
  gap: 55px;
  justify-content: space-between;
  align-items: center;
}
.cbrx-vtng-sltns__w-40 {
  width: 40%;
}
.cbrx-vtng-sltns__w-60 {
  width: 60%;
}
.cbrx-vtng-sltns__img {
  width: 100%;
  height: 386px;
}
.cbrx-vtng-sltns__img img {
  width: 100%;
  height: 100%;
  border-radius: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cbrx-vtng-sltns__img img:hover {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-vtng-sltns__outer {
    flex-direction: column-reverse;
  }
  .cbrx-vtng-sltns__w-60, .cbrx-vtng-sltns__w-40 {
    width: 100%;
  }
  .cbrx-vtng-sltns__img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cbrx-vtng-sltns__outer {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .cbrx-vtng-sltns__w-60, .cbrx-vtng-sltns__w-40 {
    width: 100%;
  }
  .cbrx-vtng-sltns__img {
    width: 100%;
    height: auto;
  }
}
.cbrx-training-sec {
  padding: 50px 0 70px;
  overflow: hidden;
}
.cbrx-training-sec p {
  color: #2C2D47;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}
.cbrx-training-sec__outer {
  display: flex;
  gap: 55px;
  justify-content: space-between;
}
.cbrx-training-sec__w-45 {
  width: 45%;
}
.cbrx-training-sec__w-55 {
  width: 55%;
}
.cbrx-training-sec__img {
  width: 100%;
  height: auto;
}
.cbrx-training-sec__img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
.cbrx-training-sec__img img:hover {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-training-sec__outer {
    flex-direction: column;
    gap: 30px;
  }
  .cbrx-training-sec__w-45, .cbrx-training-sec__w-55 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cbrx-training-sec__outer {
    flex-direction: column;
    gap: 30px;
  }
  .cbrx-training-sec__w-45, .cbrx-training-sec__w-55 {
    width: 100%;
  }
}
.cbrx-crer-sec {
  padding: 40px 0 70px;
}
.cbrx-crer-sec__outer {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.cbrx-crer-sec__w-50 {
  width: 50%;
}
.cbrx-crer-sec p {
  color: #2C2D47;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}
.cbrx-crer-sec__img {
  width: 100%;
  height: auto;
}
.cbrx-crer-sec__img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
.cbrx-crer-sec__img img:hover {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-crer-sec__outer {
    flex-direction: column;
    gap: 25px;
  }
  .cbrx-crer-sec__w-50 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cbrx-crer-sec__outer {
    flex-direction: column;
    gap: 25px;
  }
  .cbrx-crer-sec__w-50 {
    width: 100%;
  }
}
.cbrx-phy-sec {
  padding: 40px 0;
  overflow: hidden;
}
.cbrx-phy-sec__head {
  color: #2C2D47;
  font-size: 35px;
  line-height: 45px;
  font-size: "Roboto", sans-serif;
  padding-bottom: 20px;
  font-weight: 600;
}
.cbrx-phy-sec__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #2C2D47;
  padding-bottom: 20px;
}
.cbrx-phy-sec .cbrx-btn-1:hover {
  border: 2px solid #084E70;
}
.cbrx-phy-sec .cbrx-btn-1 {
  margin-bottom: 30px;
}

.cbrx-electrnic-sec {
  padding: 40px 0;
  overflow: hidden;
}
.cbrx-electrnic-sec__head {
  color: #2C2D47;
  font-size: 35px;
  line-height: 45px;
  font-size: "Roboto", sans-serif;
  padding-bottom: 20px;
  font-weight: 600;
}
.cbrx-electrnic-sec__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #2C2D47;
  padding-bottom: 20px;
}
.cbrx-electrnic-sec .cbrx-btn-1:hover {
  border: 2px solid #084E70;
}
.cbrx-electrnic-sec .cbrx-btn-1 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cbrx-electrnic-sec__head {
    font-size: 30px;
    line-height: 40px;
  }
}
.cbrx-about-sec {
  padding: 40px 0;
  overflow: hidden;
}
.cbrx-about-sec__outer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 20px;
}
.cbrx-about-sec__w-50 {
  width: 50%;
}
.cbrx-about-sec__img {
  width: 100%;
  height: auto;
}
.cbrx-about-sec__img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  transition: all 0.3s ease-in;
}
.cbrx-about-sec__img img:hover {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.cbrx-about-sec__txt {
  font-size: 16px;
  line-height: 26px;
  color: #2C2D47;
  padding-bottom: 20px;
}
.cbrx-about-sec .cbrx-cuntr__outer:nth-child(1) {
  padding: 0 40px 0 0;
  margin: 0 10px 0 0;
}
.cbrx-about-sec .cbrx-cuntr p {
  width: 65%;
}
.cbrx-about-sec .cbrx-cuntr {
  padding: 0 0 30px;
}
.cbrx-about-sec__greybox {
  background-color: #F7F9FD;
  border-radius: 44px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 30px 30px;
  margin: 40px 0;
}
.cbrx-about-sec__greybox .cbrx-head h2 {
  margin: 10px 0 20px;
}
.cbrx-about-sec__tile {
  width: 50%;
}
.cbrx-about-sec__border {
  background-color: #E4E4E4;
  width: 1px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .cbrx-about-sec .cbrx-cuntr p {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-about-sec .cbrx-cuntr p {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .cbrx-about-sec__outer {
    flex-direction: column;
    gap: 20px;
  }
  .cbrx-about-sec__w-50 {
    width: 100%;
  }
  .cbrx-about-sec .cbrx-cuntr__outer:nth-child(1) {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .cbrx-about-sec .cbrx-cuntr p {
    width: 100%;
  }
  .cbrx-about-sec__greybox {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .cbrx-about-sec__border {
    display: none;
  }
  .cbrx-about-sec__tile {
    width: 100%;
  }
  .cbrx-about-sec {
    padding: 40px 0 0;
  }
  .cbrx-about-sec__greybox {
    margin-bottom: 0;
  }
}
.cbrx-ofc-sec {
  margin: 10px 0 100px;
  overflow: hidden;
}
.cbrx-ofc-sec__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #2C2D47;
  padding-bottom: 20px;
}
.cbrx-ofc-sec .cbrx-head h2 {
  margin-bottom: 20px;
}
.cbrx-ofc-sec__bg {
  width: 100%;
  height: 440px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px;
  display: flex;
  align-items: flex-end;
}
.cbrx-ofc-sec h3 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  padding: 40px;
  width: 35%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cbrx-ofc-sec h3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cbrx-ofc-sec__bg {
    height: 320px;
  }
  .cbrx-ofc-sec h3 {
    width: 100%;
  }
  .cbrx-ofc-sec {
    margin-bottom: 40px;
  }
}