* {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.8rem;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 40rem;
}

::-webkit-scrollbar-thumb {
  background: #ffe2f4;
  border-radius: 40rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #D62893;
  border-radius: 40rem;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

html {
  font-size: 10px;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
p,
div,
span,
ul,
li {
  font-family: "Plus Jakarta Sans", sans-serif;
  display: block;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

img {
  max-width: 100%;
}

.align-items-center {
  align-items: center;
}

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

.container {
  width: 96%;
  max-width: 1240px;
  margin: auto;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}


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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-start {
  justify-content: flex-start;
}

.flex-direction-column {
  flex-direction: column;
}

.flex {
  display: flex;
}

.gap-30 {
  gap: 30px;
}

.gap-20 {
  gap: 20px;
}

.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: #D62893;
  color: #fff;
  border-radius: 4px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 4.5rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  text-decoration: none;
}



.btn-primary:hover {
  background-color: #286089;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.btn-primary.sign {
  background: #fff;
  color: #150425;
  margin-right: 1rem;
}

.btn-primary.sign:hover {
  background-color: #286089;
  color: #fff;
}

#headerSection {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.header-outer {
  padding: 20px 0 5px 0;
  transition: all 0.2s ease-in-out;
}

.headerscroll {
  transition: all 0.2s ease-in-out;
  padding: 12px 0;
  box-shadow: #959da533 0 8px 24px;
}

#headerSection .contentsec {
  width: 100%;
}

#headerSection .logosec {
  width: 131px;
  position: relative;
  top: -.3px;
}

#headerSection .logosec img {
  width: 100%;
}

#headerSection .left-sec {
  width: 70%;
}

#headerSection .right-nav {
  width: calc(100% - 130px);
}

#headerSection .right-nav li {
  font-size: 16px;
  line-height: 1;
  color: #150425;
  font-weight: 500;
  margin-left: 20px;
}

#headerSection .right-nav li a {
  color: #150425;
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
}

#headerSection .right-nav li a.active {
  color: #D62893;
  cursor: default;
}

.toogle-menu {
  display: none;
}

.burger {
  border-radius: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
  transition: all 0.5s ease;
  position: fixed;
  top: 11px;
  right: 10px;
  cursor: pointer;
}

.burger-strip {
  transition: all 0.5s ease;
}

.strip div {
  height: 1px;
  border-radius: 0;
  border-bottom: solid 2px #D62893;
  margin: 5px;
  transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 20px;
}

.home-bannersec {
  width: 100%;
  height: auto;
}

.home-bannersec .bannerbg {
  width: 100%;
  height: auto;
  display: block;
}

.bannercontent {
  text-align: center;
  padding: 7rem 0 6rem 0;
}

.home-bannersec .form-control {
  width: 100%;
  height: 46px;
  background: #FFFFFF;
  border: solid 1px #CECECE;
  border-radius: 6px;
  display: block;
  font-size: 14px;
  color: #4A4A4A;
  padding: 0 20px;
  outline: none;
  box-sizing: border-box;
  font-weight: 400;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;

}

.home-bannersec .form-control:focus {
  background: #FFFFFF;
  box-shadow: 5px 5px 5px #06000814;
}


.home-bannersec .searchsec {
  width: 100%;
  max-width: 440px;
  margin: auto;
  padding: 3rem 0 2rem 0;
}

.bannercontent .title1 {
  font-size: 3.6rem;
  line-height: 1.5;
  color: #286089;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.bannercontent .title1 span {
  position: relative;
}

.bannercontent .title1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -23%;
  top: 0;
  background: url(../images/bannerline.svg) 98% 38% no-repeat;
}

.title2 {
  font-size: 3.4rem;
  line-height: 1.2;
  color: #286089;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.title3 {
  font-size: 2rem;
  line-height: 1.2;
  color: #286089;
  font-weight: 500;
  position: relative;
  margin-bottom: 1.5rem;
}

.title4 {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #D62893;
  font-weight: 500;
  position: relative;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.explore {
  width: auto;
  font-size: 1.6rem;
  line-height: 1;
  color: #D62893;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  background: none;
  max-width: 12rem;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 2.5rem;
  cursor: pointer;
}

.explore:hover {
  padding-left: 2rem;
  background: #D62893;
  color: #fff;
}

.explore::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/arrow-right.svg) center center no-repeat;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  transition: all 0.2s ease-in-out;

}

.explore:hover::before {
  filter: brightness(0) invert(1);
}

.dec {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #17171B;
  font-weight: 400;
}

.home-wrapper section .dec {
  margin-bottom: 1.5rem;
  color: #707070;
}

.home-wrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.home-wrapper section {
  width: 100%;

}

.home-wrapper section .container {
  padding: 7rem 0;
  border-bottom: dashed 1px #707070;
}

.home-wrapper section .content-area {
  width: 100%;
}

.home-wrapper .sec1 .left-sec {
  width: 50%;
  padding-right: 4.5rem;
}

.home-wrapper .sec1 .right-sec {
  width: 50%;
}

.home-wrapper .sec1 .right-sec .title3 {
  margin-bottom: 1rem;
}

.home-wrapper .sec1 .right-sec ul {
  border-left: solid 1px #286089;
}

.home-wrapper .sec1 .right-sec li {
  margin-bottom: 2rem;
  padding-left: 4.5rem;
  position: relative;
}

.home-wrapper .sec1 .right-sec li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border: solid 1px #D62893;
  border-radius: 100%;
  position: absolute;
  left: -6px;
  top: 0;
  z-index: 5;
}

.home-wrapper .sec1 .right-sec li:last-child {
  margin: 0;
}

.home-wrapper .sec2 {
  text-align: center;
}

.home-wrapper .sec2 .pic-outer {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 1rem;
}

.home-wrapper .sec2 .pic-outer img {
  max-width: 100%;
  display: inline-block;
}

.home-wrapper .sec3 .container {
  padding: 0;
  border-bottom: none;
}

.home-wrapper .sec3 li {
  padding: 7rem 0;
  position: relative;
  z-index: 10;
}

.home-wrapper .sec3 .left-sec {
  width: 45%;
}

.home-wrapper .sec3 .right-sec {
  width: 45%;
}

.home-wrapper .sec3 li:nth-child(even) {
  flex-direction: row-reverse;

}

.home-wrapper .sec3 ul {
  position: relative;
}

.home-wrapper .sec3 ul::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/linebg.svg) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.home-wrapper .sec4 .leftsec {
  width: 42%;
  position: relative;
}

.home-wrapper .sec4 .rightsec {
  width: 55%;
  position: relative;
}


.testimonialsec {
  width: 100%;
}

.testimonialsec .dec {
  font-size: 13px;
  line-height: 1.5;
  font-weight: normal;
}

.testimonialsec .outerbox {

  box-shadow: 0px 0 0 rgba(22, 22, 22, 0.0509803922);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 15px;
}

.testimonialsec .outerbox .contentarea {
  padding: 20px;
  background: rgba(40, 96, 137, 0.031372549);
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.testimonialsec .outerbox .contentarea:hover {
  box-shadow: 0px 5px 10px #1616160D;
  background: #fff;
}

.testimonialsec .outerbox .profile {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.testimonialsec .outerbox .profile img {
  width: 100%;
  height: auto;
  display: block;
}

.testimonialsec .detailsec {
  width: 100%;
  height: 14rem;
  overflow: auto;
}

.testimonialsec .bottomsec {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  border-top: solid 1px #CCCCCC;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonialsec .bottomsec .left-sec {
  width: calc(100% - 160px);
}

.testimonialsec .bottomsec .name {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif !important;
  color: #27293B;
  font-weight: 600;
  display: block;
}

.testimonialsec .bottomsec .role {
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif !important;
  color: #EC577A;
  font-weight: 400;
  display: block;
}

.testimonialsec .bottomsec .starsec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonialsec .bottomsec .starsec .star-icon {
  color: #d3d3d3;
  font-size: 24px;
  vertical-align: middle;
}

.testimonialsec .bottomsec .starsec .star-icon.filled {
  color: #FFAF19;
}

.owl-nav {
  text-align: left;
  position: absolute;
  left: -220px;
  display: block !important;
  bottom: 0;
}

.owl-prev,
.owl-next {
  width: 48px !important;
  height: 48px !important;
  font-size: 0 !important;
  outline: none !important;
  border-radius: 100% !important;
  background-color: #D62893 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  margin: 0 5px;
}

.owl-prev::before,
.owl-next::before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  left: 16px;
  top: 18px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.owl-prev::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 21px;
}

.owl-prev:hover,
.owl-next:hover {
  filter: grayscale(0);
  background-color: #286089 !important;
}

.home-wrapper .sec5 .leftsec {
  width: 45%;
  position: relative;
}

.home-wrapper .sec5 .rightsec {
  width: 50%;
  position: relative;
}

.home-wrapper .sec5 .contactbg {
  width: 100%;
}

.home-wrapper .sec5 .container {
  border: none;
}
/* 
.formarea {
  width: 100%;
  height: auto;
}

.formarea ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.formarea ul li {
  width: 49%;
  margin-top: 2rem;
}

.formarea ul .full {
  width: 100%;
}

.formarea ul .align-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.formarea ul .spacebetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.formarea .form-group {
  position: relative;
}

.formarea .form-label {
  padding: 0 3px;
  pointer-events: none;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #707070;
  font-weight: 500;
  background: none; 
}

.formarea .form-control {
  width: 100%;
  height: 48px;
  background: #fff;
  border: solid 1px #4A4A4A33;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  color: #130623;
  padding: 15px 15px 15px 15px;
  outline: none;
  box-sizing: border-box;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.formarea .form-control:focus {
  border-color: #707070;
}

.formarea .form-control:focus + .form-label,
.formarea .form-control:not(:empty) + .form-label {
  top: -10px;
  font-size: 12px;
  color: #707070;
  padding: 0 5px;
}

.formarea .form-control:-webkit-autofill + .form-label,
.formarea .form-control:focus + .form-label,
.formarea .form-control:not(:empty) + .form-label {
  top: -15px; 
  font-size: 12px;
  color: #707070;
  padding: 0 5px;
}

.formarea .form-control:-webkit-autofill {
  padding: 15px 15px 15px 15px !important; 
}

.formarea .invalid-input {
  border: solid 1px red;
}

.formarea .text-area {
  height: 80px;
  padding: 20px;
} */


.formarea {
  width: 100%;
  height: auto;
}

.formarea ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.formarea ul li {
  width: 49%;
  margin-top: 2rem;
}

.formarea ul .full {
  width: 100%;
}

.formarea .form-group {
  position: relative;
}

.formarea .form-label {
  padding: 0 3px;
  pointer-events: none;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #707070;
  font-weight: 500;
  background: none;
}

.formarea .form-control {
  width: 100%;
  height: 48px;
  background: #fff;
  border: solid 1px #4A4A4A33;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  color: #130623;
  padding: 15px;
  outline: none;
  box-sizing: border-box;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.formarea .form-control:focus {
  border-color: #707070;
}

.formarea .form-control:focus + .form-label,
.formarea .form-control:not(:placeholder-shown) + .form-label {
  top: -15px;  
  font-size: 12px;
  color: #707070;
  padding: 0 5px;
}

.formarea .form-control:-webkit-autofill + .form-label {
  top: -10px;  
  font-size: 12px;
  color: #707070;
  padding: 0 5px;
}

.formarea .form-control:-webkit-autofill {
  padding: 15px !important;
  border-color: #ccc !important;
}

.formarea .invalid-input {
  border: solid 1px red;
}

.formarea .text-area {
  height: 80px;
  padding: 20px;
}

.formarea .text-area:focus + .form-label,
.formarea .text-area:not(:placeholder-shown) + .form-label {
  top: -15px;
  font-size: 12px;
  color: #707070;
  padding: 0 5px;
}

.footersec {
  width: 100%;
  background: #286089;
}

.footersec .sec1 {
  padding: 5rem 0;
  border-bottom: solid 1px #fff;
}

.footersec .sec1 .leftsec {
  width: 35%;
}

.footersec .sec2 {
  width: 100%;
  padding: 3rem 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 200;
}

.footersec .sec1 .rightsec {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.footersec .logosec {
  width: 100%;
}

.footersec .logosec img {
  max-width: 100%;
}

.footersec .dec {
  color: #fff;
  padding: 2rem 0;
}

.social-medias {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 270px;
  margin-top: 3rem;
}

.social-medias .item {
  width: 47px;
  height: 47px;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.social-medias .item:hover {
  background: #D62893;
}

.social-medias .item img {
  transition: all 0.2s ease-in-out;
}

.social-medias .item:hover img {
  filter: brightness(500%);
}

.footersec .navul li {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 200;
  margin-bottom: 1rem;
}

.footersec .navul li:last-child {
  margin: 0;
}

.footersec .navul li a {
  color: #fff;
  cursor: pointer;
  font-weight: 200;
  text-decoration: none;
}

.footersec .navul li a:hover {
  text-decoration: underline;
}

.footersec .navul li .title {
  font-size: 18px;
  font-weight: 500;
  display: block;
}


.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: #fff;
}

.inner-wrapper h1 {
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: #286089;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.inner-wrapper h2 {
  font-size: 18px;
  line-height: 2.6rem;
  color: #1D1D1F;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.inner-wrapper h3 {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #286089;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.inner-wrapper h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #286089;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.inner-wrapper h5 {
  font-size: 2rem;
  line-height: 1.5;
  color: #286089;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.inner-wrapper h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #286089;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.inner-wrapper p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #17171B;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.inner-wrapper p br {
  display: none;
}

.inner-wrapper li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #17171B;
  font-weight: 400;
  margin-bottom: 1rem;
}

.inner-wrapper ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}

.inner-wrapper a {
  color: #D62893;
}

.inner-wrapper section .container {}

.formarea ul li {
  display: block;
}


.contactbg {
  width: 100%;
  border-radius: 50px;
  display: block; 
}

.fornotfor {
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  padding-top: 85px;
}

.fornotfor .container {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.fornotfor .contentarea {
  width: 100%;
}

.fornotforpic {
  width: 100%;
}

.fornotfor .container .text-area {
  text-align: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: -100px;
  left: 0;
}

.fornotfor .title1 {
  font-size: 130px;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif !important;
  color: #27293B;
  font-weight: 600;
}

.fornotfor .container .text-area .btn-primary {
  margin: auto;
  max-width: 100px;
  text-decoration: none;
}

.fornotfor .container .text-area .dec {
  font-size: 18px;
  margin-bottom: 20px;
}


.active-contact #headerSection .right-nav li#contactUs a {
  color: #D62893;
  cursor: default;
}

.active-home #headerSection .right-nav li#home a {
  color: #D62893;
  cursor: pointer;
}

.bannerImg {
  position: absolute;
  left: 0;
  width: 100%;
}

.banner {
  position: relative;
}

.uppercase {
  text-transform: uppercase;
}

.border-0 {
  border: 0 !important;
}

.grid-col-3 {
  grid-template-columns: repeat(auto-fill, minmax(342px, 1fr));
  grid-gap: 6rem 6rem;
  display: grid;
}

.grid-col-2 {
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  grid-gap: 1.5rem 1.5rem;

  display: grid;
}

.frontend-modules .grid-col-3 aside img {
  width: 53px;
  margin-bottom: 14px;
}

.margin-bottom-7re {
  margin-bottom: 7rem !important;
}

.margin-top-6re {
  margin-top: 6rem;
}

.grid-span2 {
  padding-left: 4rem;
}

.list-style-none {
  list-style: none;
}

.padding-0 {
  padding: 0 !important;
}

.margin-0 {
  margin: 0;
}

.gap-15 {
  gap: 15px;
}

.gap-25 {
  gap: 25px;
}

.text-decoration-none {
  text-decoration: none;
}

.text-black {
  color: black !important;
}

.text-color-1 {
  color: #707070 !important;
}

.text-color-1 br {
  display: none;
}

.border-title {
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
}

.title-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-section .title1 {
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 9rem;
}

.res-width-100 {
  width: 100%;
}

.active-menu {
  color: #e943ac !important;
  cursor: pointer;
}

.contact-container {
  background: url(/images/contact-img.svg) no-repeat bottom center !important;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-size: contain !important;
  min-height: 340px;
}

.contact-container .content-area {
  max-width: 50%;
  width: 50%;
  padding-bottom: 40px;
  animation: fadeInUp .7s ease-in-out;
}

.contact-container .content-area .left-sec {
  width: 100%;
  max-width: 360px;
  width: 360px;
}

.contact-container .content-area .left-sec .title1 {
  font-weight: bold;
}

.home-wrapper section .work-together p {
  margin-bottom: 40px;
}

#lottie2 {
  max-width: 860px;
  margin: 60px auto 30px;
}

.world-technology-section .content-area {
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 500px;
  border-radius: 40px;
  border-radius: 30px;
  margin: 0 auto;
  border: solid 1px #cccccc !important;
}

.modal {
  position: absolute;
  z-index: 10000;
  top: 6em;
  left: 10%;
  width: 80%;
  background: #fff;
  visibility: hidden;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal::before {
  content: "";
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  background: #0000005f;
}

.modal iframe {
  width: 100%;
  height: 550px;
}

.modal.is-visible {
  visibility: visible;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}


.modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 1em;
  background: none;
  border: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 50px;
  cursor: pointer;
  background: white;
}

.modal-close .icon-close {
  font-weight: 600;
  font-size: 14px;
  transform: scaleX(1.2);
  color: #414141;
}

.modal-close:hover .icon-close {
  color: #1b1b1b;
}

.modal-content>*:first-child {
  margin-top: 0;
}

.modal-content>*:last-child {
  margin-bottom: 0;
}

.world-technology-section .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-sec-location{
  margin-top: -5px;
  text-align: center;
}

.border-location{
  width: 29%;
  margin-left: 447px;
  height: 1px;
  background-color: #edebeb;
}
  
.contact-sec-location {
  padding: 30px 0;
  
}
  
.location-wrapper {
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap; 
  margin-top: 83px;
}
  
.location-right {
  display: flex;
  flex-direction: column;
  width: 48%; 
}

.location-left{
  display: flex;
  flex-direction: column;
  width: 48%; 
}

.location-item {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
  
.location-icon {
  width: 118px;  
  height: 118px; 
  border-radius: 50%; 
  margin-right: 24px;
  overflow: hidden; 
}
  
.location-icon img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}
  
.location-details {
  color: #333;
  text-align: left;
}
  
.location-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
  
.location-address,
.location-phone {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.4rem;
  color: #707070;
}
  
.cookie-wrapp {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 15px 25px;
  width: 100%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none; /* Start with hidden state */
}
  
.cookie-wrapp .content-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}
  
.cookie-buttons {
  margin-top: 10px;
}
  
.cookie-buttons button {
  background-color:  #D62893;;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 125px;
  height: 4.5rem;
  font-size: 1.6rem;
  border-radius: 4px;
}
  
.cookie-buttons button:hover {
  background-color: #286089;
}
  
.styled-link {
  color: #e943ac;
  text-decoration: none;
}

.styled-link:hover {
  color: #e943ac;
}

.margin-top-16{
  margin-top: -16px;
}

.margin-top-15{
  margin-top: 15px;
}

.margin-t-33{
  margin-top: -33px;
}

.margin-t-40{
  margin-top: 40px;
}

.margin-t-27{
margin-top: -27px;
}

.margin-t-11{
  margin-top: -11px;
}

.gap-2{
  gap: 2px;
}

@media screen and (min-width: 1200px) {
  .home-wrapper .sec4 .rightsec {
    position: relative;
    right: -20px;
    width: 58%;
  }
}

@media screen and (max-width: 1024px) {
  .res-f-direction-column {
    flex-direction: column;
  }

  .contact-container {
    min-height: auto;
  }

  .grid-span2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .modal iframe {
    height: 440px;
  }

  .active-menu {
    color: #fff !important;
    font-weight: 900 !important;
  }

  #headerSection .left-sec {
    width: 80px;
  }

  #headerSection .logosec {
    width: 80px;
  }

  /* #headerSection .right-sec {
    padding-right: 40px;
  } */

  .header-outer {
    padding: 5px 0;
  }

  .btn-primary {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
  }

  .content-area .btn-primary.explore {
    padding-left: 0;
  }

  .header-outer .btn-primary {
    margin-right: 30px;
  }

  .right-nav {
    transition: all 0.2s ease-in-out;
    width: 300px;
    height: 100vh;
    position: fixed;
    display: block;
    right: -110%;
    top: 0;
    z-index: 100;
    background: #D62893;
    padding-top: 100px;
    box-shadow: rgb(125, 122, 114) 1px 1px 1px 0px, rgb(115, 113, 113) -1px -1px 15px 0px;
  }

  .right-nav .item {
    width: 100%;
    margin: 0;
  }

  #headerSection .right-nav li a.active {
    color: #fff;
  }

  #headerSection .right-nav li a {
    padding: 10px 0;
    display: block;
    color: #fff;
  }

  .right-nav .item .active {
    color: #fff;
  }

  .right-nav.activemenu {
    right: 0;
  }

  .toogle-menu {
    display: block;
  }

  .activemenu .burger-strip-2 div:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .activemenu .burger-strip-2 div:nth-child(2) {
    opacity: 0;
  }

  .activemenu .burger-strip-2 div:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }

  .activemenu .strip div {
    border-bottom: solid 1px #fff;
  }

  .bannercontent .title1 {
    font-size: 3rem;
  }

  .home-wrapper .sec3 ul::before {
    display: none;
  }

  .d-flex-center {
    flex-wrap: wrap;
  }

  .home-wrapper .sec3 li:nth-child(even) {
    flex-direction: inherit;
  }

  .home-wrapper .sec3 .left-sec img {
    width: 100%;
  }

  .home-wrapper .sec1 .left-sec {
    padding-right: 10px;
    box-sizing: border-box;
  }

  .home-bannersec .searchsec {
    flex-wrap: nowrap;
  }

  .home-bannersec .searchsec .btn-primary {
    min-width: 100px;
  }

  .footersec .sec1 .leftsec {
    width: 100%;
    padding-bottom: 2rem;
  }

  .footersec .sec1 .rightsec {
    width: 100%;
  }

  #headerSection .right-nav li a {
    text-transform: uppercase;
    text-align: center;
    border-bottom: solid 1px #e943ac;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
  }

  #headerSection .right-nav li {
    margin: 0;
  }
}

@media screen and (max-width: 700px) {
  .modal iframe {
    height: 330px;
  }

  .bannercontent .title1::before {
    display: none;
  }

  .home-bannersec .searchsec {
    flex-wrap: wrap;
  }

  .bannercontent .title1 {
    font-size: 2.5rem;
  }

  .home-bannersec .form-control {
    margin: 0 0 15px 0;
  }

  .home-bannersec .searchsec .btn-primary {
    margin: auto;
  }

  .footersec .navul li .title {
    font-size: 16px;
  }

  .footersec .navul li {
    font-size: 12px;
  }

  .footersec .sec2 {
    font-size: 12px;
    line-height: 20px;
  }

  .bannercontent {
    text-align: center;
    padding: 6rem 1rem 4rem 1rem;
  }

  .home-wrapper .sec1 .left-sec {
    width: 100%;
  }

  .home-wrapper .sec1 .right-sec {
    width: 100%;
  }

  .home-wrapper .sec1 .right-sec li {
    padding-left: 3rem;
  }

  .home-wrapper .sec1 .right-sec {
    padding-top: 2rem;
  }

  .home-wrapper .sec3 .left-sec {
    width: 100%;
  }

  .home-wrapper .sec3 .right-sec {
    width: 100%;
    padding-top: 1rem;
  }

  .home-wrapper section .container {
    padding: 3rem 0;
  }

  .home-wrapper .sec3 li {
    padding: 3rem 0;
  }

  .home-wrapper .sec4 .leftsec {
    width: 100%;
  }

  .home-wrapper .sec4 .rightsec {
    width: 100%;
  }

  .home-wrapper .sec5 .leftsec {
    width: 100%;
  }

  .home-wrapper .sec5 .rightsec {
    width: 100%;
    padding-top: 2rem;
  }

  .title2 {
    font-size: 2.5rem;
  }

  .container {
    max-width: 90%;
  }

  .contactbg {
    width: 80%;
    max-width: 500px; 
    margin: 0 auto;
  }
}

.world-technology-section {
  text-align: center;
  position: relative;
  /* max-height: 630px; */
  overflow: hidden;
}

.world-technology-section .global-width {
  max-width: 100%;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .sec5.world-technology-section {
    margin-bottom: 50px;
  }

  .sec5.world-technology-section .container {
    padding: 0;
  }

  .home-wrapper .sec5 .rightsec {
    padding-top: 5rem;
  }

  .home-wrapper section .work-together .rightsec {
    padding-top: 0;
  }

  .explore::before {
    height: 13px;
  }

  .home-wrapper section .contact-container {
    margin-bottom: 50px;
    padding-top: 0;
  }

  .home-wrapper .sec5 .container {
    padding-top: 0;
  }

  .home-wrapper .sec5 .contactbg {
    width: 70%;
  }

  .sec3 .container .content-area {
    padding: 25px 0;
  }

  .home-wrapper .sec3 .d-flex-center .slide-right {
    text-align: center;
  }

  .home-wrapper .sec3 .d-flex-center {
    margin: 0;
    padding: 0;
  }

  .home-wrapper .sec3 .left-sec img {
    width: 80%;
    margin: 25px auto 50px;
  }

  .contact-container {
    min-height: auto;
  }

  .modal iframe {
    height: 100%;
  }

  .inner-wrapper h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .grid-col-2 {
    grid-template-columns: auto;
  }

  .contact-modules .grid-span2 {
    margin-top: 20px;
  }

  .contact-container .content-area {
    max-width: 100%;
  }

  .contact-container {
    min-height: auto;
    padding-bottom: 80px !important;
  }

  .formarea.slide-up ul {
    padding: 0;
  }

  .container.text-center.border-0 h1 {
    font-size: 25px;
  }

  .frontend-modules .title1 {
    font-size: 24px;
    padding: 0 5rem;
    margin: 20px 0 !important;
  }

  .grid-col-3 {
    grid-gap: 3rem 2rem;
  }
  
  .cookie-wrapp .content-sec {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    padding: 0px 25px 0px 25px;
  }

.location-wrapper {
  display: flex;
  flex-direction: column;  
  align-items: center;
  justify-content: center; 
  margin-top: 42px;
}

.location-left, .location-right {
  width: 100%; 
  align-items: center; 
  justify-content: center; 
  margin-bottom: 20px; 
}

.location-item {
  display: flex;
  align-items: center;
  justify-content: center; 
  flex-direction: column; 
  text-align: center; 
}

.location-icon img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.location-details {
  color: #333;
  text-align: center; 
}

.location-name {
  font-size: 16px;  
  font-weight: 600;
  margin-bottom: 10px;
}

.location-address,
.location-phone {
  font-size: 12px;  
  font-weight: 400;
  line-height: 1.6rem;
  color: #707070;
}

.margin-l-9{
  margin-left: -9px;
}
.img-width{
  width: 136px;
  
}

.margin-t-7{
margin-top: 7px;
}

.margin-t-30{
  margin-top: 30px;
}

.margin-t-22{
margin-top: -22px;
}

.margin-t-20{
  margin-top: 20px;
}
}
.world-technology-section img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.world-technology-section .centered .world-technology-text {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  max-width: 500px;
  line-height: 3.5rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .contact-container {
    min-height: 210px;
    max-height: 210px;
  }
}

/* min 768 */
@media screen and (min-width: 768px) {

  .world-technology-section .centered .world-technology-text {
    font-size: 2.4rem;
    line-height: 4.5rem;
  }

  .world-technology-section .centered {
    margin-top: 0;
  }
  
  .world-technology-section .bgoverlay::before {
    content: " ";
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 91%;
    height: 99%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    margin: 0 auto;
  }

  .cookie-wrapp .content-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    padding: 0px 25px 0px 25px;
  }
}

.world-technology-section .popup-iconbox img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 100px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background: white;
}

.world-technology-section .trigger {
  margin-top: 2rem;
  display: block;
  cursor: pointer;
}

.popup__middlebox .video-box {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.popup__middlebox .popup__textbox {
  position: relative;
}

.world-technology-section {
  position: relative;
  color: #fff;
}

.world-technology-section .background-video {
  margin: 0 auto;
  width: 100%;
}

.world-technology-section .bgoverlay::before {
  content: " ";
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
  /* width: 73%; */
  width: 81%;
  height: 78%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  margin: 0 auto;
}

.cookie-para{
  font-size: 14px;
  text-align: left;
}

.cookie-para br{
  display: none;
}
.address-sec {
  padding-left: 0 !important;
}

.address-sec li {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 20px;
}

.address-sec li img {
  width: 42px;
}

.address-sec li a,
.address-sec li p {
  font-size: 16px;
  padding-top: 6px;
  line-height: 28px;
  font-weight: 500;
}

.contact-modules .grid-col-2 p {
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: 500;
}

.contact-modules .grid-col-2 p.text-color-1 {
  font-weight: 500;
  line-height: 28px;
}

.formloader {
  border: 5px solid #c7c6c6;
  border-radius: 50%;
  border-top: 5px solid #D62893;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

.form-msg{
font-size: 14px;
font-family: "Plus Jakarta Sans", sans-serif !important;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#result {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.modules .text-color-1 {
  max-width: 300px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1024px) { 
  .world-technology-section .bgoverlay::before {
    top: 69px;
    width: 96%;
    /* height: 75%; */
    height: 78%;
  }
}

@media (max-width: 767px) { 
  .world-technology-section .bgoverlay::before {
    top: 3px;
    width: 90%;
    height: 99%;
  }
}