:root {
  /* --theme-color: #0E59F2; */
  --theme-color: #0052e0; 
  --title-color: #1C1C25;
  --body-color: #16181b;
  --smoke-color: #EFF1F5;
  --smoke-color2: rgba(14, 89, 242, 0.1);
  --black-color: #000000;
  --black-color2: #080E1C;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #8D96AD;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --ot-border-color: #EAEBEE;
  --border-color: #E3E8F4;
  --title-font: 'Outfit', sans-serif;
  --body-font: 'Hanken Grotesk', sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s
}
@import url('https://fonts.googleapis.com/css2?family=Playwrite+NZ+Guides&display=swap');

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased
}
p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}
/* Button Style  */
.theme-button {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--thm-color);
}

.theme-button i {
  position: relative;
  top: 1px;
  font-size: 90%;
  margin-left: 5px;
}

.theme-button:hover {
  color: var(--black-color);
}


p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 15px 0
}

.h1,
h1 {
  font-size: 60px;
  line-height: 1.18
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.208
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5
}

@media (max-width: 1199px) {

  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3
  }

  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.3
  }

  .h3,
  h3 {
    font-size: 30px
  }

  .h4,
  h4 {
    font-size: 24px
  }

  .h5,
  h5 {
    font-size: 20px
  }

  .h6,
  h6 {
    font-size: 16px
  }
}

@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 40px
  }

  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3
  }

  .h3,
  h3 {
    font-size: 26px
  }

  .h4,
  h4 {
    font-size: 22px
  }

  .h5,
  h5 {
    font-size: 18px
  }

  .h6,
  h6 {
    font-size: 16px
  }
}

@media (max-width: 575px) {

  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35
  }

  .h2,
  h2 {
    font-size: 28px
  }
}

@media (max-width: 375px) {

  .h1,
  h1 {
    font-size: 32px
  }
}

strong {
  font-weight: 500;
}

a,
.comment-meta .fn,
.comment-reply-link,
.no-comments,
input[type=submit],
button[type=submit] {
  -webkit-transition: .3s;
  transition: .3s;
}

button {
  cursor: pointer;
}

table td a {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}
.main-menu a.active{
  color: var(--theme-color);
}

.box-title {
  font-size: 24px;
  line-height: 1.333;
  font-weight: 500;
  margin-top: -0.28em
}

.box-title a {
  color: inherit
}

.box-title a:hover {
  color: var(--theme-color)
}

.box-subtitle {
  margin-bottom: 8px
}

.box-title2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: -0.35em
}

.box-title2 a {
  color: inherit
}

.box-title2 a:hover {
  color: var(--theme-color)
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 8px);
  position: relative;
  z-index: 2
}

.title-area .sec-title {
  margin-bottom: 22px
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em
}

.title-area .ot-btn {
  margin-top: 20px;
  margin-bottom: 10px
}
/* Button Style  */
.theme-button {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--thm-color);
}

.theme-button i {
  position: relative;
  top: 1px;
  font-size: 90%;
  margin-left: 5px;
}

.theme-button:hover {
  color: var(--black-color);
}
.settings-button-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}


.about-sec1 {
  overflow: hidden;
  margin-top: -50px;
  padding-top: 100px;
  /* padding-bottom: 190px; */
}

.img-box3 {
  position: relative;
  z-index: 2;
  margin-right: 25px;
  text-align: right;
  padding-bottom: 32px
}

.img-box3 .shape1 {
  position: absolute;
  bottom: 0;
  left: -41px;
  z-index: -1
}

.img-box3 .shape1 img {
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  -webkit-animation: heroMorph 5s linear infinite;
  animation: heroMorph 5s linear infinite
}

@media (max-width: 991px) {
  .img-box3 .shape1 {
    left: 0
  }
}

@media (max-width: 1199px) {
  .img-box3 {
    margin-right: 0
  }
}

@media (max-width: 991px) {
  .dot-list.style-center {
    text-align: left;
    margin-left: 100px
  }
}

@media (max-width: 575px) {
  .dot-list.style-center {
    margin-left: 40px
  }
}

@media (max-width: 375px) {
  .dot-list.style-center {
    margin-left: 10px
  }
}

.img-box4 {
  margin-left: -180px;
  position: relative;
  padding-bottom: 55px
}

.img-box4 .img1 img,
.img-box4 .img2 img {
  border-radius: 20px
}

@media (max-width: 575px) {

  .img-box4 .img1 img,
  .img-box4 .img2 img {
    border-radius: 10px
  }
}

.img-box1 {
  position: relative;
  z-index: 2;
  text-align: right;
  width: 100%;
  margin-left: 80px;
  padding-bottom: 120px
}

@media (max-width: 1299px) {
  .img-box1 {
    margin-left: 15px
  }
}

.img-box1 .img1 img {
  border-radius: 30px;
  -webkit-transform: rotate(-8deg) translate(-65px, 25px);
  -ms-transform: rotate(-8deg) translate(-65px, 25px);
  transform: rotate(-8deg) translate(-65px, 25px)
}

@media (max-width: 767px) {
  .img-box1 .img1 img {
    -webkit-transform: rotate(-5deg) translate(0, 0);
    -ms-transform: rotate(-5deg) translate(0, 0);
    transform: rotate(-5deg) translate(0, 0)
  }
}

.img-box1 .img2 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0px 4px 46px rgba(168, 173, 181, 0.49);
  border-radius: 30px;
  background-color: var(--white-color);
  padding: 10px
}

.img-box1 .img2 img {
  border-radius: 20px
}

@media (max-width: 575px) {
  .img-box1 .img2 {
    width: 65%;
    padding: 6px
  }
}

.img-box1 .shape1 {
  position: absolute;
  top: 0;
  right: -130px;
  z-index: -1;
  -webkit-animation: jumpReverseAni 4s linear infinite;
  animation: jumpReverseAni 4s linear infinite
}

.img-box1 .shape1 img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}

.img-box1 .circle {
  position: absolute;
  width: 927px;
  height: 927px;
  left: 115px;
  top: 0;
  background: -webkit-radial-gradient(50% -22.22%, 136.71% 136.71%, #4268F0 0%, rgba(13, 106, 244, 0) 100%);
  background: radial-gradient(136.71% 136.71% at 50% -22.22%, #4268F0 0%, rgba(13, 106, 244, 0) 100%);
  opacity: 0.34;
  -webkit-filter: blur(400px);
  filter: blur(400px);
  z-index: -2
}

@media (max-width: 1199px) {
  .img-box1 {
    pointer-events: none;
    margin-left: 55px
  }
}

@media (max-width: 991px) {
  .img-box1 {
    margin-left: 0;
    margin-top: -30px
  }
}

@media (max-width: 767px) {
  .img-box1 {
    margin: 40px auto 0 auto;
    max-width: 95%;
    padding-bottom: 90px
  }
}
.box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}

.sec-title {
  margin-bottom: calc(var(--section-title-space) - 8px);
  margin-top: -0.26em;
  text-transform: capitalize
}

.sub-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--title-font);
  letter-spacing: 0.05em;
  color: var(--title-color);
  margin-bottom: 27px;
  text-transform: uppercase;
  margin-top: -0.58em
}

.sub-title .text {
  position: relative;
  padding: 0 0 0 23px
}

.sub-title .text:before,
.sub-title .text:after {
  content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  top: 5px;
  background-color: var(--theme-color);
  box-shadow: 0px 3px 11px rgba(14, 89, 242, 0.4);
  border-radius: 1px
}

.sub-title .text:before {
  left: 0
}

.sub-title .text:after {
  right: 0;
  display: none
}

.sub-title.icon-white .text:before,
.sub-title.icon-white .text:after {
  background-color: var(--white-color);
  box-shadow: none
}

.title-area.text-center .sub-title .text {
  padding-right: 23px
}

.title-area.text-center .sub-title .text:after {
  display: block
}

.title-area[class*="-start"] .sub-title .text {
  padding-right: 0
}

.title-area[class*="-start"] .sub-title .text:after {
  display: none
}


.service-card {
  background-color: var(--white-color);
  position: relative;
  z-index: 2;
  padding: 15px;
  border: 1px solid var(--ot-border-color);
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}

.service-card .box-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--smoke-color2);
  margin-bottom: 50px
}

.service-card .box-title {
  margin-bottom: 17px
}

.service-card .box-text {
  margin-bottom: 17px
}

.service-card .box-btn {
  font-size: 18px;
  display: block;
  margin-bottom: -0.45em
}

.service-card .box-btn i {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}

.service-card:hover .box-btn i {
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg)
}

.service-card:hover {
  box-shadow: 0px 9px 75px rgba(8, 20, 44, 0.09)
}

.service-card:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.service-sec1 {
  position: relative;
  z-index: 3;
  background-position: top center;
  background-size: auto;
  padding-top: 340px
}

@media (min-width: 1922px) {
  .service-sec1 {
    background-size: 100% 748px
  }
}

@media (max-width: 1299px) {
  .service-sec1 {
    padding-top: 300px
  }
}

.service-box {
  background-color: #F2F7FB;
  border-radius: 15px;
  padding: 50px 40px
}

.service-box .box-icon {
  margin: 20px 0
}

.service-box .box-title {
  margin-bottom: 17px
}

.service-box .link-btn {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: -0.2em
}

@media (max-width: 1199px) {
  .service-box {
    padding: 40px 30px
  }
}

@media (max-width: 575px) {
  .service-box {
    border-radius: 10px
  }
}

.page-title {
  font-size: 32px;
  margin-bottom: 25px
}

.page-img {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 15px;
}

.page-img img {
  width: 100%
}

@media (max-width: 767px) {
  .page-img {
    border-radius: 10px
  }
}



.space,
.space-top {
  padding-top: var(--section-space)
}

.space,
.space-bottom {
  padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px)
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px)
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px)
}

@media (max-width: 991px) {

  .space,
  .space-top {
    padding-top: var(--section-space-mobile)
  }

  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile)
  }

  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px)
  }

  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px)
  }

  .space-top-md-none {
    padding-top: 0
  }

  .space-extra2,
  .space-extra2-top {
    padding-top: 70px
  }

  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px
  }
}


.shape-mockup-wrap {
  z-index: 2;
  position: relative
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none
}

.shape-mockup.z-index-3 {
  z-index: 3;
  pointer-events: none
}

.shape-mockup.z-index-1 {
  z-index: 1;
  pointer-events: none
}

.shape-mockup .svg-img {
  height: 110px;
  width: 110px
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important
}

.z-index-common {
  position: relative;
  z-index: 3
}

.z-index-3 {
  z-index: 3
}

.z-index-n1 {
  z-index: -1
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.gy-30 {
  --bs-gutter-y: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.call-text {
  margin-left: 18px;
  text-align: left
}

@media (max-width: 767px) {
  .call-text {
    margin-left: 0
  }
}

.call-text .box-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 5px
}

.call-text .box-text {
  display: block;
  font-weight: 500
}


.contact-form1 {
  padding: 70px;
  background-color: #0C1836;
  border-radius: 15px;
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: bottom center
}

@media (max-width: 767px) {
  .contact-form1 {
    padding: 40px;
    border-radius: 10px
  }
}

@media (max-width: 375px) {
  .contact-form1 {
    padding: 45px 20px
  }
}

.contact-form1 .box-title {
  color: var(--white-color);
  margin-bottom: 10px
}

.contact-form1 .box-text {
  margin-bottom: 15px;
  color: var(--light-color)
}

.contact-form1 label {
  color: var(--white-color)
}

.contact-form1 textarea.form-control,
.contact-form1 textarea {
  min-height: 130px
}
/*Form Section*/

select,
.form-control,
.form-select,
textarea,
input {
  height: 55px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid var(--smoke-color);
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 27px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--smoke-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color)
}

select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: var(--body-color)
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color)
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}

.form-select.style2,
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E")
}

textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px
}

textarea.form-control.style2,
textarea.style2 {
  min-height: 100px
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative
}

.form-group>i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color)
}

.form-group>i.fa-envelope {
  padding-top: 1px
}

.form-group>i.fa-comment {
  margin-top: -2px
}

.form-group>i.fa-chevron-down {
  width: 17px;
  background-color: var(--white-color)
}

.form-group.has-label>i {
  top: 50px
}

[class*="col-"].form-group>i {
  right: calc((var(--bs-gutter-x) / 2) + 25px)
}

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
  border-radius: 10px !important
}

.form-rounded-10 .ot-btn {
  border-radius: 10px
}

option:checked,
option:focus,
option:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type="number"] {
  -moz-appearance: textfield
}

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none
}

input[type="checkbox"]:checked~label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color)
}

input[type="checkbox"]~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block
}

input[type="checkbox"]~label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--ot-border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none
}

input[type="radio"]~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0
}

input[type="radio"]~label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease
}

input[type="radio"]:checked~label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color)
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem)
}

.row.no-gutters>.form-group {
  margin-bottom: 0
}

.form-messages {
  display: none
}

.form-messages.mb-0 * {
  margin-bottom: 0
}

.form-messages.success {
  color: var(--success-color);
  display: block
}

.form-messages.error {
  color: var(--error-color);
  display: block
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit
}
/*Form Section*/


.brand-grid {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 130px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: var(--ot-border-color) !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.brand-grid img{
  width: 70%;
  margin: 0 auto;
}
.brand-grid-wrap {
  --ot-border-color: #E3E8F4;
  border: 1px solid var(--ot-border-color);
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  overflow: hidden
}
@media (max-width: 1366px) {
  .brand-grid-wrap {
    grid-template-columns: repeat(4, 1fr);
    border-radius: 10px
  }
}

@media (max-width: 767px) {
  .brand-grid-wrap {
    grid-template-columns: repeat(3, 1fr);
    border-radius: 10px
  }
}

@media (max-width: 1199px) {
  .brand-grid {
    height: 120px
  }
}

@media (max-width: 991px) {
  .brand-grid {
    height: 100px;
    padding: 15px
  }
}

@media (max-width: 767px) {
  .brand-grid {
    padding: 20px
  }

  
}

.brand-grid:hover {
  box-shadow: 0px 14px 43px rgba(147, 151, 160, 0.15)
}

.brand-slider1 {
  padding: 100px 0;
  border-bottom: 1px solid #D9DEE8
}

@media (max-width: 1199px) {
  .brand-slider1 {
    padding: 80px 0
  }
}

@media (max-width: 991px) {
  .brand-slider1 {
    padding: 60px 0
  }
}


@media only screen and (min-width: 1300px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2)
  }

  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container)
  }
}
a{
  text-decoration: none;
}
/* @media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px
  }

  .gx-44 {
    --bs-gutter-x: 44px
  }
} */
.grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.item {
  background-color: #f0f0f0; /* Just for visualization */
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  grid-area: 1 / 2 / 2 / 3;
}
.item {
  background-color: #f0f0f0; /* Just for visualization */
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  grid-area: 1 / 1 / 2 / 2;
}

.outTeam{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.team-img{
  width: 380px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #337bf8;
  border-radius: 15px;
  overflow: hidden;
}
.team-img img{
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.team-text{
  padding: 10px;
  border-radius: 15px; 
  width: calc(100% - 400px);
}
.team-text h2{
  font-size: 36px;
}
.team-text h2 small{
  font-size: 50%;
  display: block;
  clear: both;
  color:var(--theme-color);
  font-family: "Rajdhani", sans-serif;
}
.team-text h2 em{
  font-size: 45%;
  font-weight: 300;
  display: block;
  clear: both;
  color:var(--body-color);
}
/* Responsive: Switch to 1 column on screens smaller than 768px */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr; /* 1 column */
    grid-template-rows: auto;   /* Rows will just stack naturally */
  }
}