/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #0a263e;
  font-family: 'Neutra Text TF Alt';
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.container {
  max-width: 1367px;
}

@media screen and (max-width: 1500px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 97%;
  }
}

@media screen and (max-width: 999px) {
  .container {
    max-width: 98%;
  }
}

.bold {
  font-family: 'Arboria';
  font-weight: 500;
  font-style: normal;
}

.nomral {
  font-weight: normal;
}

.medium {
  font-weight: 500;
}

.size52 {
  font-size: 52px;
}

@media screen and (max-width: 1700px) {
  .size52 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1500px) {
  .size52 {
    font-size: 38px;
    line-height: 40px;
  }
}

@media screen and (max-width: 999px) {
  .size52 {
    font-size: 27px;
    line-height: 34px;
  }
}

@media screen and (max-width: 600px) {
  .size52 {
    font-size: 28px;
    line-height: 26px;
  }
}

.size36 {
  font-size: 36px;
}

@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1300px) {
  .size36 {
    font-size: 25px;
  }
}

@media screen and (max-width: 999px) {
  .size36 {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .size36 {
    font-size: 23px;
  }
}

.size30 {
  font-size: 25px;
}

@media screen and (max-width: 1700px) {
  .size30 {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .size30 {
    font-size: 20px;
  }
}

.size20 {
  font-size: 20px;
}

@media screen and (max-width: 1700px) {
  .size20 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1500px) {
  .size20 {
    font-size: 18px;
  }
}

.size24 {
  font-size: 24px;
}

@media screen and (max-width: 1700px) {
  .size24 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1500px) {
  .size24 {
    font-size: 19px;
  }
}

@media screen and (max-width: 999px) {
  .size24 {
    font-size: 17px;
  }
}

.size18 {
  font-size: 18px;
}

@media screen and (max-width: 1500px) {
  .size18 {
    font-size: 17px;
  }
}

p, li {
  font-size: 18px;
}

@media screen and (max-width: 1500px) {
  p, li {
    font-size: 15px;
  }
}

@media screen and (max-width: 1300px) {
  p, li {
    font-size: 14px;
    margin-bottom: 0.7rem;
  }
}

@media screen and (max-width: 999px) {
  p, li {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  p, li {
    font-size: 15px;
  }
}

p {
  line-height: 24px;
}

@media screen and (max-width: 1300px) {
  p {
    margin-bottom: 0.7rem;
  }
}

.clr1 {
  color: #183e6e;
}

.clr2 {
  background: #fdb934;
  background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clr3 {
  color: #183e6e;
}

.headtxt {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .headtxt {
    text-align: left;
  }
}

.navbar {
  width: 100%;
  z-index: 11;
  background: transparent;
  padding: 1rem 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #fff;
}

.navbar::before {
  content: '';
  background: #fdb934;
  background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
  height: 6px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6px;
}

.navbar.scrolled {
  position: fixed;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar.scrolled .navbar-brand {
  width: 16%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1400px) {
  .navbar.scrolled .navbar-brand {
    width: 12%;
  }
}

@media screen and (max-width: 999px) {
  .navbar.scrolled .navbar-brand {
    width: 28%;
  }
}

@media screen and (max-width: 600px) {
  .navbar.scrolled .navbar-brand {
    width: 49%;
  }
}

.navbar .container {
  position: relative;
  max-width: 90%;
}

@media screen and (max-width: 1500px) {
  .navbar .container {
    max-width: 97%;
  }
}

@media screen and (max-width: 999px) {
  .navbar .container {
    max-width: 100%;
  }
}

.navbar .navbar-brand {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 16.9%;
}

.navbar .navbar-brand img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1700px) {
  .navbar .navbar-brand {
    width: 17%;
  }
}

@media screen and (max-width: 1400px) {
  .navbar .navbar-brand {
    width: 18%;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-brand {
    margin-left: 15px;
    width: 30%;
  }
}

@media screen and (max-width: 600px) {
  .navbar .navbar-brand {
    width: 51%;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-toggler {
    color: #000;
    border: 1px solid #000;
    margin-left: auto;
    margin-right: 15px;
  }
  .navbar .navbar-toggler .menu {
    display: none;
  }
  .navbar .navbar-toggler .close1 {
    display: block;
  }
  .navbar .navbar-toggler.collapsed .close1 {
    display: none;
  }
  .navbar .navbar-toggler.collapsed .menu {
    display: block;
  }
}

.navbar .navbar-nav {
  margin-top: 1.5rem;
}

@media screen and (max-width: 1700px) {
  .navbar .navbar-nav {
    margin-top: 1.4rem;
  }
}

@media screen and (max-width: 1400px) {
  .navbar .navbar-nav {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav {
    margin-top: 1.5rem;
    margin-right: 0%;
  }
}

.navbar .navbar-nav .nav-item {
  padding: 0 0.2rem;
  position: relative;
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item {
    padding: 0;
  }
}

.navbar .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 30%;
  top: 35%;
  background: #0a253e;
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item::before {
    content: unset;
  }
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #0a253e;
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 10px 22px;
  font-family: 'Arboria';
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1042px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1500px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 10px 12px;
  }
}

@media screen and (max-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    padding: 6px 10px;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-align: right;
    border-bottom: 1px solid #fff;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #707070;
  }
}

@media screen and (max-width: 600px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 1rem;
  }
}

.navbar .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: #fdb934;
  background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  z-index: -1;
}

.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar .navbar-nav .nav-item .nav-link:hover::before, .navbar .navbar-nav .nav-item .nav-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar .navbar-nav .nav-item:last-child::before {
  content: unset;
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
}

.navbar .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

#Home {
  position: relative;
}

#Home .carousel-item {
  position: relative;
}

#Home .carousel-item.active .cirlanim {
  -webkit-animation: circle-full 2.6s ease-in forwards;
          animation: circle-full 2.6s ease-in forwards;
}

#Home .carousel-item .overlay {
  position: absolute;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0%;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  #Home .carousel-item .overlay {
    left: 0%;
    padding: 0 30px;
    text-align: center;
  }
}

#AboutUs {
  padding: 5rem 0;
  position: relative;
  background: url(../img/bg02.png) no-repeat;
  background-size: 49%;
  background-position: 0;
}

@media screen and (max-width: 600px) {
  #AboutUs {
    padding: 3rem 0;
  }
}

#AboutUs .misionvis {
  width: 94%;
}

@media screen and (max-width: 991px) {
  #AboutUs .misionvis {
    width: 100%;
  }
}

#AboutUs .misionvis .incon {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 4rem 38px;
  -webkit-box-shadow: 0 0 9px #00000012;
          box-shadow: 0 0 9px #00000012;
  background: #fff;
}

@media screen and (max-width: 600px) {
  #AboutUs .misionvis .incon {
    padding: 4rem 20px;
    text-align: left;
  }
}

#AboutUs .misionvis .incon .img {
  width: 80px;
  height: 80px;
  background: #fdb934;
  background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 600px) {
  #AboutUs .misionvis .incon .img {
    margin: 1rem 0;
  }
}

#Services {
  position: relative;
  padding: 5rem 0;
  background: #183e6e;
  color: #fff;
}

@media screen and (max-width: 600px) {
  #Services {
    padding: 3rem 0;
  }
}

#Services .item {
  height: 100%;
  width: 100%;
}

#Services .item .int {
  padding: 5px;
  height: 100%;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 9px #00000012;
          box-shadow: 0 0 9px #00000012;
}

#Services .item .int .txt {
  background: #fff;
  padding: 1.5rem 20px;
}

#Services .item .int .txt h3 {
  margin: 0 0 1.5rem;
}

#Services .item .int .txt p {
  text-align: justify;
}

#Services .item .int .txt p:last-child {
  margin: 0;
}

#Projects {
  padding: 5rem 0;
  position: relative;
  background: url(../img/bg02.png) no-repeat;
  background-size: 52%;
  background-position: 0;
}

@media screen and (max-width: 600px) {
  #Projects {
    padding: 3rem 0;
  }
}

#Projects .itemin {
  width: 64.5%;
  background: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 9px #00000012;
          box-shadow: 0 0 9px #00000012;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 768px) {
  #Projects .itemin {
    width: 100%;
  }
}

#Projects .itemin:hover {
  -webkit-box-shadow: 0 0 45px #00000012;
          box-shadow: 0 0 45px #00000012;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Projects .itemin .img, #Projects .itemin .txt {
  text-align: center;
}

@media screen and (max-width: 600px) {
  #Projects .itemin .img, #Projects .itemin .txt {
    text-align: left;
  }
}

#Projects .itemin .img p, #Projects .itemin .txt p {
  margin: 0;
  color: #0a263e;
}

#Projects .itemin .txt {
  padding: 15px 0;
}

.features-section {
  background: #fff;
  position: relative;
  padding: 5rem 0;
  background: url(../img/bg02.png) no-repeat #fff;
  background-size: 49%;
}

@media screen and (max-width: 600px) {
  .features-section {
    padding: 3rem 0;
  }
}

.features-section .feature-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features-section .feature-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.features-section .feature-card .card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.features-section .feature-card .card-top .icon {
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background: #fdb934;
  background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
}

.features-section .feature-card .card-top .icon img {
  -webkit-filter: invert(5);
          filter: invert(5);
}

.features-section .feature-card .card-top .number {
  font-size: 32px;
  font-weight: 700;
  opacity: 0.5;
}

#journey {
  position: relative;
  padding: 5rem 0;
  background: #f8f8fa;
}

@media screen and (max-width: 600px) {
  #journey {
    padding: 3rem 0;
  }
}

#journey .item {
  position: relative;
  margin: 40px auto;
  width: 98%;
  -webkit-box-shadow: 0 0 9px #00000012;
          box-shadow: 0 0 9px #00000012;
  background: #fff;
  padding: 20px;
  height: 585px;
}

@media screen and (max-width: 991px) {
  #journey .item {
    height: 900px;
  }
}

@media screen and (max-width: 575px) {
  #journey .item {
    height: unset;
  }
}

#journey .item .diverlibe {
  background: #fdb934;
  background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
  width: 100%;
  height: 4px;
  margin: 1.5rem 0;
}

@media screen and (max-width: 991px) {
  #journey .item h4 {
    margin-top: 30px;
  }
}

#journey .item p {
  text-align: justify;
}

#journey .item p.size18 {
  line-height: 23px;
}

#casestudies {
  padding: 5rem 0;
  position: relative;
  background: url(../img/bg02.png) no-repeat;
  background-size: 49%;
  background-position: 0;
}

@media screen and (max-width: 600px) {
  #casestudies {
    padding: 3rem 0;
  }
}

#casestudies .innsec .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

#casestudies .innsec .card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

#casestudies .innsec .card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

#casestudies .innsec .card span.tag {
  display: inline-block;
  background: #fdeee4;
  color: #0369a1;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

#casestudies .innsec .card span.tag h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

#casestudies .innsec .card span.tag p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #334155;
}

#casestudies .innsec .metrics {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #e2e8f0;
  font-weight: 600;
  color: #0f172a;
}

#casestudies .innsec .footer-note {
  margin-top: 70px;
  background: #0f172a;
  color: #e5e7eb;
  padding: 40px;
  border-radius: 24px;
}

#casestudies .innsec .footer-note h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

#casestudies .innsec .footer-note p {
  font-size: 15.5px;
  line-height: 1.7;
}

input, textarea, select {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  font-size: 14px;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 14px 1rem;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn:hover, .btn:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

footer {
  position: relative;
}

footer:before {
  content: "";
  background: #fdb934;
  background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
  height: 4px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -4px;
}

footer .container {
  max-width: 70%;
}

@media screen and (max-width: 1700px) {
  footer .container {
    max-width: 80%;
  }
}

@media screen and (max-width: 1500px) {
  footer .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 600px) {
  footer .container {
    max-width: 98%;
  }
}

footer .sec03 {
  background: #f8f8fa;
  position: relative;
  padding: 5rem 0;
}

footer .sec03 .container .row {
  margin: 0;
}

footer .sec03 .qulic ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

footer .sec03 .qulic ul:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 70%;
  background: #898989;
  right: 21%;
  top: 15%;
  position: absolute;
}

footer .sec03 .fa-brands {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  z-index: 999;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer .sec03 .fa-brands {
    font-size: 11px !important;
    width: 25px;
    height: 25px;
  }
}

footer .sec03 .fa-brands:hover {
  opacity: 0.7;
}

footer .sec03 .fa-facebook-f {
  background: #3B5998;
  color: white;
}

footer .sec03 .fa-x-twitter {
  background: #14171A;
  color: white;
}

footer .sec03 .fa-google {
  background: #dd4b39;
  color: white;
}

footer .sec03 .fa-linkedin-in {
  background: #007bb5;
  color: white;
}

footer .sec03 .fa-youtube {
  background: #bb0000;
  color: white;
}

footer .sec03 .fa-pinterest-p {
  background: #e60023;
  color: white;
}

footer .sec03 .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
}

footer .sec03 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer .sec03 ul li {
  margin: 0;
  color: #0a263e;
  margin-bottom: 8px;
}

footer .sec03 ul li a {
  color: #0a263e;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer .sec03 ul li a:hover {
  color: #5eb95c;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer .sec01 {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}

footer .sec01::before {
  content: "";
  position: absolute;
  width: 5%;
  height: 37%;
  background: url(../img/bgpattern.png) repeat;
  top: 0;
  right: 5%;
  background-size: 100%;
}

@media screen and (max-width: 999px) {
  footer .sec01::before {
    width: 9%;
    height: 25%;
  }
}

@media screen and (max-width: 600px) {
  footer .sec01::before {
    width: 15%;
    height: 15%;
  }
}

@media screen and (max-width: 999px) {
  footer .sec01 .orchang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (max-width: 600px) {
  footer .sec01 {
    padding: 2.5rem 0;
  }
}

footer .sec01 .txsec {
  margin-bottom: 1.7rem;
  width: 100%;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .sec01 .txsec p {
  margin: 0;
  color: #0a263e;
}

footer .sec01 .txsec p a {
  color: #0a263e;
  text-decoration: none;
}

footer .sec01 .txsec .txtse {
  max-width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

@media screen and (max-width: 999px) {
  footer .sec01 .txsec .txtse {
    max-width: 85%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
}

@media screen and (max-width: 600px) {
  footer .sec01 .txsec .txtse {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}

footer .sec01 .txsec .imgrera {
  max-width: 15%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

@media screen and (max-width: 600px) {
  footer .sec01 .txsec .imgrera {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

footer .sec01 .divline {
  width: 20%;
}

@media screen and (max-width: 600px) {
  footer .sec01 .divline {
    width: 32%;
  }
}

footer .sec01 input, footer .sec01 textarea {
  color: #0a263e;
  border: 1px solid #0a263e;
  font-size: 14px;
  background: transparent;
  width: 100%;
  padding: 15px 12px;
  font-size: 14px;
  resize: none;
}

footer .sec01 input::-webkit-input-placeholder, footer .sec01 textarea::-webkit-input-placeholder {
  color: #0a263e;
}

footer .sec01 input:-ms-input-placeholder, footer .sec01 textarea:-ms-input-placeholder {
  color: #0a263e;
}

footer .sec01 input::-ms-input-placeholder, footer .sec01 textarea::-ms-input-placeholder {
  color: #0a263e;
}

footer .sec01 input::placeholder, footer .sec01 textarea::placeholder {
  color: #0a263e;
}

footer .sec02 {
  background: #dddddd;
  padding: 14px 0;
}

@media screen and (max-width: 600px) {
  footer .sec02 {
    margin-bottom: 50px;
  }
}

footer p {
  margin: 0;
}

footer p a {
  color: #0a263e;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer p a:hover {
  color: #5eb95c;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#thank-you {
  padding: 5rem 0;
  position: relative;
  background: url(../img/bg02.png) no-repeat;
  background-size: 65%;
  background-position: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#scroll, .scroll-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #fdb934;
  background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 4px 8px #ffffff3d;
          box-shadow: 0 4px 8px #ffffff3d;
}

@media screen and (max-width: 600px) {
  #scroll, .scroll-anchor {
    width: 40px;
    height: 32px;
    bottom: 50px;
  }
}

#scroll:hover, .scroll-anchor:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px #00000061;
          box-shadow: 0 2px 4px #00000061;
}

.btn {
  background: #fdb934;
  background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
  font-size: 15px;
  font-weight: 400;
  padding: 12px 2rem;
  border-radius: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1400px) {
  .btn {
    font-size: 15px;
  }
}

.btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  left: 0;
}

.btn:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #5eb95c;
}

.btn:hover::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 100%;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

@media screen and (max-width: 1500px) {
  .carousel-control-next, .carousel-control-prev {
    width: 9%;
  }
}

.carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
  width: 44px;
  height: 44px;
  background: #fdb934;
  background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 29px;
  border-radius: 50%;
}

@media screen and (max-width: 600px) {
  .carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
    width: 32px;
    height: 32px;
    font-size: 23px;
  }
}

.enquieryrap {
  position: fixed;
  right: 0.8%;
  top: 15%;
  z-index: 10;
}

@media screen and (max-width: 1500px) {
  .enquieryrap {
    top: 20%;
  }
}

@media screen and (max-width: 999px) {
  .enquieryrap {
    top: 27%;
  }
}

@media screen and (max-width: 768px) {
  .enquieryrap {
    top: 60%;
  }
}

@media screen and (max-width: 600px) {
  .enquieryrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: unset;
    bottom: 0;
    width: 100%;
    right: 0;
    background: #fdb934;
    background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
    z-index: 999;
  }
}

.enquieryrap .iconenqui {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #fff;
  background: #fdb934;
  background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
}

.enquieryrap .iconenqui img {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .enquieryrap .iconenqui {
    margin-bottom: 0.78rem;
  }
}

@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui {
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 5px 8px;
    height: 100%;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background: transparent;
  }
  .enquieryrap .iconenqui:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.enquieryrap .iconenqui .img {
  line-height: 0;
}

@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img {
    line-height: normal;
    margin: 0 auto;
  }
  .enquieryrap .iconenqui .img img {
    width: 24px;
  }
}

.enquieryrap .iconenqui .img span {
  display: none;
}

@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
}

.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 161px;
  background: #fdb934;
  background: linear-gradient(108deg, #fdb934 7%, #c19437 100%);
  padding: 0.4rem 0.8rem;
  top: 0%;
  border-radius: 0 35px 35px 0;
  z-index: -1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(161px);
          transform: translateX(161px);
  font-weight: 500;
}

@media screen and (max-width: 1600px) {
  .enquieryrap .iconenqui .txt {
    padding: 0.7rem 0.8rem;
  }
}

@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .txt {
    display: none;
  }
}

.enquieryrap .iconenqui:hover .txt {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.modal .modal-content {
  padding: 5%;
  position: relative;
}

.modal .modal-content .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #183e6e;
  top: 0;
  right: 0;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1 !important;
}

.modal .modal-content .close .material-symbols-outlined {
  color: #fff;
}

.modal .modal-content .inconte {
  border: 1px solid #3e5327;
}

.modal .modal-content .inconte .modal-header {
  border: 0;
}

@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-header {
    padding-bottom: 0;
  }
}

.modal .modal-content .inconte .modal-header .modal-title {
  font-weight: 500;
  color: #000;
}

.modal .modal-content .inconte .modal-body {
  padding: 1.5rem 12px;
}

@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding: 0.8rem 12px;
  }
}

.modal .modal-content .inconte .modal-body input, .modal .modal-content .inconte .modal-body textarea {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  font-size: 14px;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 14px 1rem;
}

@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body input, .modal .modal-content .inconte .modal-body textarea {
    padding: 10px;
  }
}

.modal .modal-content .inconte .modal-body input::-webkit-input-placeholder, .modal .modal-content .inconte .modal-body textarea::-webkit-input-placeholder {
  color: #555555;
}

.modal .modal-content .inconte .modal-body input:-ms-input-placeholder, .modal .modal-content .inconte .modal-body textarea:-ms-input-placeholder {
  color: #555555;
}

.modal .modal-content .inconte .modal-body input::-ms-input-placeholder, .modal .modal-content .inconte .modal-body textarea::-ms-input-placeholder {
  color: #555555;
}

.modal .modal-content .inconte .modal-body input::placeholder, .modal .modal-content .inconte .modal-body textarea::placeholder {
  color: #555555;
}

input:focus, input:hover, textarea:focus, textarea:hover, button:focus, button:hover {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.fadein {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff !important;
  color: #fff;
  background: #fdb934;
  background: linear-gradient(108deg, #32548b 7%, #5eb95c 100%) !important;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    width: 35px;
    height: 35px;
  }
}

.owl-nav .owl-prev .material-symbols-outlined, .owl-nav .owl-next .material-symbols-outlined {
  color: #fff;
}

.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.owl-nav .owl-prev {
  left: -5%;
}

@media screen and (max-width: 1400px) {
  .owl-nav .owl-prev {
    left: -2%;
  }
}

@media screen and (max-width: 600px) {
  .owl-nav .owl-prev {
    left: -4%;
  }
}

.owl-nav .owl-next {
  right: -5%;
}

@media screen and (max-width: 1400px) {
  .owl-nav .owl-next {
    right: -2%;
  }
}

@media screen and (max-width: 600px) {
  .owl-nav .owl-next {
    right: -4%;
  }
}

@font-face {
  font-family: 'Arboria';
  src: url("../fonts/Arboria-Medium.woff2") format("woff2"), url("../fonts/Arboria-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neutra Text TF Alt';
  src: url("../fonts/NeutraTextTF-BookAlt.woff2") format("woff2"), url("../fonts/NeutraTextTF-BookAlt.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neutra Text TF';
  src: url("../fonts/NeutraTextTF-Book.woff2") format("woff2"), url("../fonts/NeutraTextTF-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.circle-full-anim {
  -webkit-animation: circle-full 0.8s ease-in-out forwards;
  animation: circle-full 0.8s ease-in-out forwards;
  -webkit-transform-origin: left;
  transform-origin: left;
}

@-webkit-keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}

@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}

/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #fff;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
  text-align: center;
}

.loader-wrap .loader-wrap-heading .load-text .logo {
  position: relative;
  width: 20%;
  margin: 0 auto 2rem;
  z-index: 1;
  opacity: 0.8;
}

@media screen and (max-width: 999px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 17px;
    letter-spacing: 12px;
  }
}

@media screen and (max-width: 991px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 15px;
    letter-spacing: 10px;
  }
}

@media screen and (max-width: 768px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 15px;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 575px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
          animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
   * Splitting JS chars animation
   */
.appear-animate .charsAnimIn .char {
  opacity: 0;
  -webkit-transform: translateY(0.5em) rotate(7deg);
          transform: translateY(0.5em) rotate(7deg);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: opacity 0.62s var(--ease-default), -webkit-transform 0.62s var(--ease-out-short);
  transition: opacity 0.62s var(--ease-default), -webkit-transform 0.62s var(--ease-out-short);
  transition: transform 0.62s var(--ease-out-short), opacity 0.62s var(--ease-default);
  transition: transform 0.62s var(--ease-out-short), opacity 0.62s var(--ease-default), -webkit-transform 0.62s var(--ease-out-short);
  -webkit-transition-delay: calc(0.027s * var(--char-index));
          transition-delay: calc(0.027s * var(--char-index));
}

html:not(.mobile) .appear-animate .charsAnimIn .char {
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce), print {
  .appear-animate .charsAnimIn .char {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.charsAnimIn.animated .char,
.mobile .charsAnimIn .char {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/*
   * Splitting JS chars animation 1
   */
.appear-animate .charsAnimIn-1 .char {
  opacity: 0;
  -webkit-transform: translateX(0.01em) translateY(0.27em) translateZ(0) rotate(0.0003deg);
          transform: translateX(0.01em) translateY(0.27em) translateZ(0) rotate(0.0003deg);
  -webkit-transition: opacity 1s var(--ease-default), -webkit-transform 1s var(--ease-out-short);
  transition: opacity 1s var(--ease-default), -webkit-transform 1s var(--ease-out-short);
  transition: transform 1s var(--ease-out-short), opacity 1s var(--ease-default);
  transition: transform 1s var(--ease-out-short), opacity 1s var(--ease-default), -webkit-transform 1s var(--ease-out-short);
  -webkit-transition-delay: calc(0.037s * var(--char-index));
          transition-delay: calc(0.037s * var(--char-index));
}

html:not(.mobile) .appear-animate .charsAnimIn-1 .char {
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce), print {
  .appear-animate .charsAnimIn-1 .char {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.charsAnimIn-1.animated .char,
.mobile .charsAnimIn-1 .char {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/*
   * Splitting JS chars animation 2
   */
.appear-animate .charsAnimIn-2 .char {
  opacity: 0;
  -webkit-transform: translateY(0.2em) translateZ(0) rotate(5deg);
          transform: translateY(0.2em) translateZ(0) rotate(5deg);
  -webkit-transition: opacity 1s var(--ease-default), -webkit-transform 0.5s var(--ease-out-short);
  transition: opacity 1s var(--ease-default), -webkit-transform 0.5s var(--ease-out-short);
  transition: transform 0.5s var(--ease-out-short), opacity 1s var(--ease-default);
  transition: transform 0.5s var(--ease-out-short), opacity 1s var(--ease-default), -webkit-transform 0.5s var(--ease-out-short);
  -webkit-transition-delay: calc(0.0427s * var(--char-index));
          transition-delay: calc(0.0427s * var(--char-index));
}

html:not(.mobile) .appear-animate .charsAnimIn-2 .char {
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce), print {
  .appear-animate .charsAnimIn-2 .char {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.charsAnimIn-2.animated .char,
.mobile .charsAnimIn-2 .char {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/*
   * Splitting JS chars animation long
   */
.appear-animate .charsAnimInLong .char {
  opacity: 0;
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: opacity 0.62s var(--ease-default), -webkit-transform 0.85s var(--ease-out-short);
  transition: opacity 0.62s var(--ease-default), -webkit-transform 0.85s var(--ease-out-short);
  transition: transform 0.85s var(--ease-out-short), opacity 0.62s var(--ease-default);
  transition: transform 0.85s var(--ease-out-short), opacity 0.62s var(--ease-default), -webkit-transform 0.85s var(--ease-out-short);
  -webkit-transition-delay: calc(0.03s * var(--char-index));
          transition-delay: calc(0.03s * var(--char-index));
}

html:not(.mobile) .appear-animate .charsAnimInLong .char {
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce), print {
  .appear-animate .charsAnimInLong .char {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.charsAnimInLong.animated .char,
.mobile .charsAnimInLong .char {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/*
   * Splitting JS chars animation long 1
   */
.appear-animate .charsAnimInLong-1 .char {
  opacity: 0;
  -webkit-transform: translateX(0.275em);
          transform: translateX(0.275em);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: opacity 0.62s var(--ease-default), -webkit-transform 1s var(--ease-out-short);
  transition: opacity 0.62s var(--ease-default), -webkit-transform 1s var(--ease-out-short);
  transition: transform 1s var(--ease-out-short), opacity 0.62s var(--ease-default);
  transition: transform 1s var(--ease-out-short), opacity 0.62s var(--ease-default), -webkit-transform 1s var(--ease-out-short);
  -webkit-transition-delay: calc(0.039s * var(--char-index));
          transition-delay: calc(0.039s * var(--char-index));
}

html:not(.mobile) .appear-animate .charsAnimInLong-1 .char {
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce), print {
  .appear-animate .charsAnimInLong-1 .char {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.charsAnimInLong-1.animated .char,
.mobile .charsAnimInLong-1 .char {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/*
   * Splitting JS words animation
   */
.appear-animate .wordsAnimIn .word {
  opacity: 0;
  -webkit-transform: translateY(1em) scale(0.75) skew(-5deg) rotate(7deg);
          transform: translateY(1em) scale(0.75) skew(-5deg) rotate(7deg);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: opacity 0.5s var(--ease-out-short), -webkit-transform 0.5s var(--ease-out-short);
  transition: opacity 0.5s var(--ease-out-short), -webkit-transform 0.5s var(--ease-out-short);
  transition: transform 0.5s var(--ease-out-short), opacity 0.5s var(--ease-out-short);
  transition: transform 0.5s var(--ease-out-short), opacity 0.5s var(--ease-out-short), -webkit-transform 0.5s var(--ease-out-short);
  -webkit-transition-delay: calc(0.05s * var(--word-index));
          transition-delay: calc(0.05s * var(--word-index));
}

html:not(.mobile) .appear-animate .wordsAnimIn .word {
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce), print {
  .appear-animate .wordsAnimIn .word {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.wordsAnimIn.animated .word,
.mobile .wordsAnimIn .word {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/*
   * Splitting JS lines animation
   */
.privacypolicysec02 {
  position: relative;
  padding: 2.5rem 0 5rem;
  background: #fff;
}

@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
    opacity: 0;
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */