@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
}

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

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

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

button:focus {
  outline: none !important;
}

.btn-hover {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-hover:hover:before {
  width: 100%;
  right: unset;
  left: 0;
}
.btn-hover:before {
  content: "";
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-out;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul li {
  margin: 0 40px;
  position: relative;
}
header ul li button {
  display: none;
}
header ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fefefe;
  display: table;
}
header ul li a i.fa-solid.fa-caret-down {
  margin-left: 8px;
}
header ul li a:hover {
  color: #0295f5;
  font-weight: 700;
}
header ul li:hover ul.sub-menu {
  display: flex;
}
header ul li ul.sub-menu {
  position: absolute;
  left: 0;
  background: #fff;
  flex-direction: column;
  border-radius: 10px;
  width: 230px;
  overflow: hidden;
  display: none;
}
header ul li ul.sub-menu li {
  margin: 0;
  display: table;
  width: 100%;
}
header ul li ul.sub-menu a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border-bottom: 1px dashed #a9a9a9;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  padding: 12px 16px;
}
header ul li ul.sub-menu a:hover {
  color: #0295f5;
}
header ul li.menu-item-has-children > a:after {
  content: "";
  width: 11px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 10px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
header ul li.current-menu-items a {
  color: #0295f5;
  font-weight: 700;
}
header a.touch-btn {
  background: #0295f5;
  border-radius: 34px;
  display: table;
  width: 100%;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}

section.banner-part {
  position: relative;
}
section.banner-part > img {
  width: 100%;
}
section.banner-part .ban-tx {
  position: absolute;
  top: 0;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
section.banner-part h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fefefe;
  margin: 0 0 18px;
}
section.banner-part h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  color: #ffffff;
  max-width: 928px;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}
section.banner-part h2 img {
  position: absolute;
  bottom: -4px;
  right: 169px;
  z-index: -1;
}
section.banner-part p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fefefe;
  max-width: 865px;
  margin: 0 0 60px;
}
section.banner-part a {
  display: table;
  background: #0295f5;
  border-radius: 34px;
  line-height: 48px;
  max-width: 194px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
section.banner-part svg {
  position: absolute;
  bottom: -54px;
  left: 0;
  filter: drop-shadow(0 -18px 0px #0295f5);
}
section.banner-part svg path {
  fill: #fff;
}
section.banner-part .svg-img {
  position: absolute;
  bottom: -43px;
  left: 0;
  height: auto;
  width: 100%;
}

section.body-cont1 {
  padding: 100px 0 77px;
}
section.body-cont1 .title h6 {
  background: #dff1fc;
  border-radius: 30px;
  line-height: 39px;
  font-weight: 600;
  font-size: 16px;
  font-variant: small-caps;
  color: #0295f5;
  text-align: center;
  max-width: 175px;
  margin: 0 0 16px;
}
section.body-cont1 .title h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  position: relative;
  display: table;
  margin: 0 0 15px;
}
section.body-cont1 .title h2 img {
  max-width: 198px;
  position: absolute;
  right: -35px;
  bottom: 0px;
  z-index: -1;
}
section.body-cont1 .title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #939393;
  margin: 0 0 42px;
}
section.body-cont1 a.more-btn {
  display: inline-block;
  background: #0295f5;
  border-radius: 34px;
  line-height: 48px;
  max-width: 194px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
section.body-cont1 .wrap {
  background: #dff1fc;
  border-radius: 23px;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  transition: all ease 1s 0s;
}
section.body-cont1 .wrap::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #060606 100%);
}
section.body-cont1 .wrap .ab-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
section.body-cont1 .wrap h2 {
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 95px;
  color: #87cdf9;
}
section.body-cont1 .wrap h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 10px;
  min-height: 58px;
}
section.body-cont1 .wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #060f14;
  margin: 0 0 18px;
}
section.body-cont1 .wrap a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0295f5;
}
section.body-cont1 .wrap a img {
  margin-left: 8px;
}
section.body-cont1 .wrap:hover {
  background: transparent;
}
section.body-cont1 .wrap:hover *:not(.ab-img) {
  color: #fff !important;
}
section.body-cont1 .wrap:hover *:not(.ab-img) img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(57%) saturate(30%) hue-rotate(106deg) brightness(112%) contrast(101%);
}

section.body-cont2 .sec {
  background: linear-gradient(90deg, #0295f5 0%, #0394f4 57.62%, rgba(177, 224, 255, 0) 96.19%);
  border-radius: 36px;
  position: relative;
  padding: 77px 55px;
  overflow: hidden;
}
section.body-cont2 img.img1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
section.body-cont2 img.img2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
}
section.body-cont2 h6 {
  background: #dff1fc;
  border-radius: 30px;
  line-height: 39px;
  font-weight: 600;
  font-size: 16px;
  font-variant: small-caps;
  color: #0295f5;
  text-align: center;
  max-width: 175px;
  margin: 0 0 16px;
}
section.body-cont2 h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #fefefe;
  max-width: 450px;
  margin: 0 0 40px;
}
section.body-cont2 a {
  display: inline-block;
  background: #fff;
  border-radius: 34px;
  line-height: 48px;
  max-width: 194px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #0295f5;
  text-align: center;
}

section.body-cont3 {
  position: relative;
  overflow: hidden;
  background: #dff1fc;
}
section.body-cont3 svg path {
  fill: #fff;
}
section.body-cont3 svg.shape2 {
  transform: rotate(180deg) translate(0px, 0px);
}
section.body-cont3 .title h6 {
  background: #dff1fc;
  border-radius: 30px;
  line-height: 39px;
  font-weight: 600;
  font-size: 16px;
  font-variant: small-caps;
  color: #0295f5;
  text-align: center;
  max-width: 175px;
  margin: 0 auto 16px;
}
section.body-cont3 .title h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  margin: 0 auto 17px;
  position: relative;
  display: table;
  z-index: 2;
}
section.body-cont3 .title h2 img {
  max-width: 198px;
  position: absolute;
  right: -35px;
  bottom: 0px;
  z-index: -1;
}
section.body-cont3 .title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #060f14;
  max-width: 866px;
  margin: 0 auto 40px;
}
section.body-cont3 .decp {
  margin-bottom: 60px;
}
section.body-cont3 .decp img {
  border-radius: 22px;
}
section.body-cont3 .decp h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin: 0 0 16px;
}
section.body-cont3 .decp p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #060f14;
  margin: 0 0 50px;
  max-width: 530px;
}
section.body-cont3 .decp a {
  border: 1px solid #0295f5;
  border-radius: 34px;
  max-width: 148px;
  width: 100%;
  display: table;
  line-height: 46px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #0295f5;
}

section.body-cont4 h6 {
  background: #dff1fc;
  border-radius: 30px;
  line-height: 39px;
  font-weight: 600;
  font-size: 16px;
  font-variant: small-caps;
  color: #0295f5;
  text-align: center;
  max-width: 175px;
  margin: 0 0 16px;
}
section.body-cont4 h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  max-width: 482px;
  position: relative;
  position: relative;
  z-index: 2;
}
section.body-cont4 h2 img {
  max-width: 198px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
}
section.body-cont4 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #060f14;
  margin: 55px 0 0;
}
section.body-cont4 div#before_after {
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.46));
  border-radius: 30px;
  overflow: hidden;
  margin: 50px 0 40px;
}
section.body-cont4 div#before_after img {
  width: 100%;
}
section.body-cont4 .twentytwenty-handle {
  background: url(../images/drag-icon.svg);
  border: none;
  width: 90px;
  height: 90px;
  margin-left: -44px;
}
section.body-cont4 .twentytwenty-handle span {
  display: none;
}
section.body-cont4 .twentytwenty-overlay {
  display: none;
}
section.body-cont4 .twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 79%;
}
section.body-cont4 .twentytwenty-horizontal .twentytwenty-handle:after {
  top: 79%;
}

section.body-cont5 {
  padding: 30px 0 0;
}
section.body-cont5 .title h6 {
  background: #dff1fc;
  border-radius: 30px;
  line-height: 39px;
  font-weight: 600;
  font-size: 16px;
  font-variant: small-caps;
  color: #0295f5;
  text-align: center;
  max-width: 175px;
  margin: 0 auto 16px;
}
section.body-cont5 .title h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto 25px;
}
section.body-cont5 .title h2 img {
  position: absolute;
  right: 0;
  bottom: -13px;
  z-index: -1;
}
section.body-cont5 .title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #060f14;
  margin: 0 auto 40px;
  max-width: 866px;
}
section.body-cont5 .decp img {
  border-radius: 14px;
  margin: 0 0 24px;
}
section.body-cont5 .decp h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 18px;
}
section.body-cont5 .decp p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #060f14;
  margin: 0 0 18px;
  padding-right: 50px;
}
section.body-cont5 .decp a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0295f5;
}
section.body-cont5 .decp a img {
  margin: 0;
  margin-left: 10px;
}

section.body-cont6 {
  position: relative;
  overflow: hidden;
  background: #dff1fc;
}
section.body-cont6 svg path {
  fill: #fff;
}
section.body-cont6 .title h6 {
  background: #b4e1ff;
  border-radius: 30px;
  text-align: center;
  line-height: 39px;
  font-weight: 600;
  font-size: 16px;
  font-variant: small-caps;
  color: #0295f5;
  max-width: 175px;
  margin: 0 0 16px;
}
section.body-cont6 .title h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  margin: 0 0 17px;
  position: relative;
  display: table;
  z-index: 2;
}
section.body-cont6 .title h2 img {
  max-width: 198px;
  position: absolute;
  right: -35px;
  bottom: 0px;
  z-index: -1;
}
section.body-cont6 .title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #060f14;
  max-width: 866px;
  margin: 0 0 40px;
}
section.body-cont6 .testimonial-cara .item {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 25px 0;
}
section.body-cont6 .testimonial-cara .item > img {
  max-width: 50px;
  margin-bottom: 15px;
}
section.body-cont6 .testimonial-cara .item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #060f14;
  margin: 0 0 30px;
}
section.body-cont6 .testimonial-cara .item h3 {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
section.body-cont6 .testimonial-cara .item h3 img {
  max-width: 48px;
  margin-right: 10px;
}
section.body-cont6 .testimonial-cara .item hr {
  margin: 0 -25px;
  opacity: 1;
  background: #a9a9a9;
}
section.body-cont6 .testimonial-cara .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: -35px;
  height: 100%;
}
section.body-cont6 .testimonial-cara .owl-nav button.owl-prev span {
  background: url(../images/left-arrow.svg);
}
section.body-cont6 .testimonial-cara .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  right: -35px;
  height: 100%;
}
section.body-cont6 .testimonial-cara .owl-nav button.owl-next span {
  background: url(../images/right-arrow.svg);
}
section.body-cont6 .testimonial-cara .owl-nav span {
  color: transparent;
  display: table;
  width: 62px;
  height: 62px;
}

.body-cont7 {
  padding: 0px 0;
}
.body-cont7 .accordion {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.body-cont7 .accordion .ac {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 13px 0 7px;
  border-radius: 0;
  margin-bottom: 0px;
  transition: all ease 0.3s 0s;
  border-bottom: 1px solid #a9a9a9;
}
.body-cont7 .accordion .ac:last-child {
  margin-bottom: 0px;
}
.body-cont7 .accordion .less {
  padding: 4px 0;
  transition: all ease 0.3s 0s;
}
.body-cont7 .accordion .icon {
  position: absolute;
  top: -11px;
  left: 0;
  border: 2px solid #fe0770;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 14px;
  margin: 0 16px;
  transition: all ease 0.3s 0s;
}
.body-cont7 .accordion .accordion-toggle {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #060f14;
  cursor: pointer;
  margin: 0;
  padding: 8px 0;
  padding-bottom: 4px;
  position: relative;
  width: 100%;
}
.body-cont7 .accordion .accordion-toggle:before {
  content: "+";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  border: 3px solid #000;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  right: 10px;
  font-size: 14px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.body-cont7 .accordion .accordion-toggle.active {
  color: #000;
}
.body-cont7 .accordion .accordion-toggle.active:after {
  content: "\f068";
  font-family: "Font Awesome 6 free";
  position: absolute;
  right: 10px;
  top: 10px;
  border: 3px solid #000;
  height: 22px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  border-radius: 50%;
  color: #000;
}
.body-cont7 .accordion .accordion-toggle.active:before {
  display: none;
}
.body-cont7 .accordion .accordion-content {
  display: none;
  margin-top: 8px;
}
.body-cont7 .accordion .accordion-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 818px;
  color: #939393;
}
.body-cont7 .accordion .accordion-content p:last-child {
  margin-bottom: 0;
}
.body-cont7 .nav-tabs {
  margin-top: 10px;
  margin-bottom: 10px !important;
  border-bottom: 0;
  border-radius: 0px;
  justify-content: center;
  border-bottom: 1px solid #a9a9a9;
}
.body-cont7 .nav-tabs li button {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #939393;
  position: relative;
}
.body-cont7 .nav-tabs li button.active {
  border-color: unset;
  color: #0295f5;
  background: transparent;
}
.body-cont7 .nav-tabs li button:hover {
  border-color: unset;
}
.body-cont7 .nav-tabs li:last-child button {
  border-right: 0px;
}
.body-cont7 .nav-tabs li:last-child button::after {
  content: none;
}
.body-cont7 .title h6 {
  background: #dff1fc;
  border-radius: 30px;
  line-height: 39px;
  font-weight: 600;
  font-size: 16px;
  font-variant: small-caps;
  color: #0295f5;
  text-align: center;
  max-width: 175px;
  margin: 0 auto 16px;
}
.body-cont7 .title h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 0 auto 25px;
}
.body-cont7 .title h2 span {
  position: relative;
  display: block;
  padding-left: 12px;
}
.body-cont7 .title h2 img {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: -1;
}
.body-cont7 .title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #060f14;
  margin: 0 auto 40px;
  max-width: 754px;
}

footer {
  background: #060f14;
}
footer > svg path {
  fill: #fff;
}
footer h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
  margin-bottom: 12px;
}
footer h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fefefe;
  margin-bottom: 16px;
}
footer p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fefefe;
  margin-bottom: 0;
  opacity: 1;
}
footer .menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fefefe;
  opacity: 0.6;
  margin-bottom: 8px;
  display: block;
}
footer .social {
  margin-top: 40px;
  display: flex;
}
footer .social a {
  height: 41px;
  width: 41px;
  display: block;
  border-radius: 50%;
  margin-right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.7s 0s;
}
footer .social a i {
  font-size: 18px;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #0295f5;
}
footer .social i {
  color: #fff;
}
footer .get-touch li a {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
footer .get-touch li a p {
  opacity: 0.6;
}
footer .get-touch li a img,
footer .get-touch li a i {
  margin-right: 11px;
}
footer h6 {
  margin-bottom: 0;
  padding: 39px 0 22px;
  border-top: 1px solid #e2e8f0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  opacity: 1;
  text-align: center;
  color: #ffffff;
}
footer .sec1 {
  padding-bottom: 57px;
}

.innerban {
  position: relative;
}
.innerban .svg-img {
  bottom: 0 !important;
}
.innerban .ban-tx {
  margin: auto;
  left: 0;
  right: 0;
  height: auto !important;
  top: 50% !important;
  text-align: left !important;
  display: block !important;
  transform: translate(0%, -50%);
}
.innerban .ban-tx h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  text-align: left;
  position: relative;
}
.innerban .ban-tx h3 img {
  position: absolute;
  bottom: -5px;
  left: -12px;
  max-width: 251px;
}
.innerban .breadcum {
  display: flex;
  margin-top: 12px;
}
.innerban .breadcum a {
  all: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 4px 4px 4px 0;
  position: relative;
  cursor: pointer;
}
.innerban .breadcum a::after {
  content: "/";
  margin-left: 4px;
}
.innerban .breadcum li:last-child a::after {
  content: none;
}

.about-sec1 {
  padding: 80px 0 80px;
}
.about-sec1 h6 {
  background: #dff1fc;
  border-radius: 30px;
  line-height: 39px;
  font-weight: 600;
  font-size: 16px;
  font-variant: small-caps;
  color: #0295f5;
  text-align: center;
  max-width: 210px;
  margin: 0 0 16px;
}
.about-sec1 h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #060f14;
  margin-bottom: 32px;
}
.about-sec1 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #555555;
}
.about-sec1 .numbers {
  margin-top: 17px;
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 5px solid #0295f5;
}
.about-sec1 .numbers li {
  margin-right: 30px;
}
.about-sec1 .numbers li:last-child {
  margin-right: 0;
}
.about-sec1 .numbers li .wrap {
  display: flex;
}
.about-sec1 .numbers li .wrap span {
  margin-left: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  display: flex;
  align-items: center;
  color: #0295f5;
}
.about-sec1 .numbers li h3 {
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  display: flex;
  align-items: center;
  color: #0295f5;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-bottom: 0;
}
.about-sec1 .numbers li p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-variant: small-caps;
  color: #939393;
  margin-bottom: 0;
}

.about-sec2 .video-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 612px;
}
.about-sec2 .video-wrapper video {
  width: 100%;
  border-radius: 30px;
}
.about-sec2 #circle-play-b {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100px;
  z-index: 444;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.4s 0s;
}
.about-sec2 #circle-play-b i {
  font-size: 100px;
  color: #0295f5;
  background: #fff;
  border-radius: 50%;
}
.about-sec2 #circle-play-b svg {
  fill: #0295f5;
  background: #fff;
  border-radius: 100%;
}
.about-sec2 #circle-play-b:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.about-sec3 {
  padding: 106px 0 15px;
}
.about-sec3 h2 {
  margin-bottom: 23px;
}
.about-sec3 .image-sec {
  border-radius: 27px;
  overflow: hidden;
}
.about-sec3 .image-sec .tx {
  background: #dff1fc;
  border-radius: 0 0 27px 27px;
  text-align: center;
  padding: 13px 0 27px;
}
.about-sec3 .image-sec h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #0295f5;
  margin-bottom: 0;
}
.about-sec3 .image-sec p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.075em;
  color: #0295f5;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
}

.title-glb h6 {
  background: #dff1fc;
  border-radius: 30px;
  line-height: 39px;
  font-weight: 600;
  font-size: 16px;
  font-variant: small-caps;
  color: #0295f5;
  text-align: center;
  max-width: 175px;
  margin: 0 0 16px;
}
.title-glb h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 0 auto 25px;
}
.title-glb h2 span {
  position: relative;
  display: block;
  padding-left: 12px;
}
.title-glb h2 img {
  max-width: 100% !important;
  position: absolute;
  right: 0;
  bottom: -16px;
  z-index: -1;
}

.about-sec4 .title {
  margin-bottom: 40px;
}
.about-sec4 .title h2 {
  max-width: 110%;
  display: flex !important;
}
.about-sec4 .title h2 span img {
  left: 0;
  right: unset;
  bottom: -12px;
}
.about-sec4 .title h6 {
  max-width: 200px !important;
  background: #c7e9ff !important;
}

.s-card {
  padding: 30px 33px 81px 17px;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.s-card::before {
  content: "";
  position: absolute;
  left: -109px;
  top: -126px;
  height: 0;
  width: 0;
  z-index: 1;
  background: #0295f5;
  border-radius: 50%;
  transition: all ease 0.3s 0s;
}
.s-card:hover::before {
  height: 253px;
  width: 290px;
}
.s-card .image {
  height: 77px;
  width: 77px;
  background: #0295f5;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.s-card h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #060f14;
  margin-bottom: 16px;
}
.s-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #939393;
  margin-bottom: 0;
}

.about-sec5 h2 {
  text-align: left;
  justify-content: flex-start;
}
.about-sec5 .title-glb {
  margin-bottom: 28px;
}
.about-sec5 .member-card {
  border-radius: 16px;
  overflow: hidden;
}
.about-sec5 .member-card img {
  width: 100%;
}
.about-sec5 .member-card .tx {
  background: #f3f3f3;
  border-radius: 0 0 16px 16px;
  text-align: center;
  padding: 13px 0 22px;
}
.about-sec5 .member-card h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #060f14;
  margin-bottom: 11px;
}
.about-sec5 .member-card p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #939393;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
}

@keyframes zoom {
  0% {
    height: 90px;
    width: 90px;
    opacity: 1;
  }
  75% {
    height: 120px;
    width: 120px;
    opacity: 1;
  }
  100% {
    height: 140px;
    width: 140px;
    opacity: 0;
  }
}
div#circle-play-b {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#circle-play-b::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: zoom 2s 0s infinite;
}

section.body-cont3.single-service {
  background: transparent;
  padding-top: 80px;
  padding-bottom: 20px;
}
section.body-cont3.single-service .title {
  text-align: center;
}
section.body-cont3.single-service .btn-glb {
  background: #0295f5;
  border-radius: 34px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 53px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  margin: auto;
  margin-bottom: 40px;
}
section.body-cont3.single-service p {
  margin-bottom: 26px;
}
section.body-cont3.single-service .icos li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
section.body-cont3.single-service .icos li:last-child {
  margin-bottom: 0;
}
section.body-cont3.single-service .icos li p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
section.body-cont3.single-service .icos li img {
  margin-right: 8px;
}

.body-cont7.faq-sec1 {
  padding: 80px 0;
}

.contact-section1 {
  padding: 60px 0;
}
.contact-section1 h2 {
  justify-content: flex-start;
}
.contact-section1 ul.cont-social {
  margin-top: 60px;
}
.contact-section1 ul.cont-social li a {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.contact-section1 ul.cont-social li a p {
  margin-bottom: 0;
}
.contact-section1 ul.cont-social li .image {
  width: 62px;
  height: 62px;
  background: #0295f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}
.contact-section1 ul.cont-social li p {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #19191b;
}
.contact-section1 iframe {
  margin-top: 94px;
  height: 735px;
  width: 100%;
}
.contact-section1 .form-sec form {
  padding: 30px 20px 42px;
  background: #dff1fc;
  border-radius: 24px;
}
.contact-section1 .form-sec form h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 24px;
}
.contact-section1 .form-sec form h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #060f14;
  margin-bottom: 19px;
}
.contact-section1 .form-sec form label {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.0044em;
  color: #1f2123;
  margin-bottom: 5px;
}
.contact-section1 .form-sec form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.contact-section1 .form-sec form p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #060f14;
  margin-bottom: 24px;
}
.contact-section1 .form-sec form select {
  cursor: pointer;
}
.contact-section1 .form-sec form textarea {
  height: 131px;
}
.contact-section1 .form-sec form input:not([type=submit]),
.contact-section1 .form-sec form select,
.contact-section1 .form-sec form textarea {
  background: #ffffff;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  width: 100%;
  padding: 12px 10px;
  margin-bottom: 20px;
}
.contact-section1 .form-sec form input:not([type=submit])::-moz-placeholder, .contact-section1 .form-sec form select::-moz-placeholder, .contact-section1 .form-sec form textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.0044em;
  color: #939393;
}
.contact-section1 .form-sec form input:not([type=submit])::placeholder,
.contact-section1 .form-sec form select::placeholder,
.contact-section1 .form-sec form textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.0044em;
  color: #939393;
}
.contact-section1 .form-sec form .input-wrap {
  position: relative;
}
.contact-section1 .form-sec form .input-wrap > img {
  position: absolute;
  top: 35%;
  right: 16px;
  transform: translate(0, -50%);
}
.contact-section1 .form-sec form input[type=submit] {
  background: #0295f5;
  border-radius: 34px;
  padding: 14px;
  width: 100%;
  border: 0px;
  outline: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  margin-top: 48px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

section.body-cont1.service-sec1 {
  padding: 77px 0 0;
}/*# sourceMappingURL=style.css.map */