:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  color: #3f3f3f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #595959;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #595959;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #625e5e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

p {
  color: #595959;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.main-wrapper {
  display: none;
}

.white-div {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.left {
  justify-content: flex-end;
  align-items: center;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: #666;
  padding: 10px 20px 10px 17px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.link.border {
  border-left: 1px solid #979797;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
}

.link.margin {
  padding-left: 5px;
}

.link.margin.no {
  font-weight: 400;
}

.link.last {
  padding-right: 5px;
}

.link.last.n, .link.no {
  font-weight: 400;
}

.body {
  background-color: #000;
  background-image: url('../images/lines-1-1.webp');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.nav-link {
  color: #585858;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
}

.navlink2 {
  color: #4d4d4d;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 600;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar {
  background-color: rgba(228, 234, 240, .5);
  padding: 13px;
}

.main-heading-big {
  width: 80%;
  max-width: 1130px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.yellow-text {
  color: #f6ff52;
}

.header-wrapper {
  background-color: #3d6cf9;
  height: 310px;
  margin-top: 100px;
  padding-top: 30px;
}

.icons-wrapper {
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.box-wrapper {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 1px 1px 15px -2px rgba(112, 112, 112, .89);
}

.highlight-text {
  background-color: #19b24d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  margin-right: 2px;
  font-size: 10px;
}

.text.aa {
  text-transform: uppercase;
}

.whitetext {
  color: #e9e9e9;
  text-align: center;
  margin-top: 5px;
  font-weight: 500;
  line-height: 15px;
}

.whitetext.black {
  color: #919191;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.main-icon-wrapper {
  flex-direction: column;
  align-items: center;
  width: 110px;
  height: 150px;
  display: flex;
}

.small-text-heading {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kavach-image {
  width: 120px;
  height: 100px;
  margin-right: 20px;
}

.ads-test {
  color: #fff;
  font-size: 12px;
}

.ads-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 50px;
  display: flex;
}

.ads-link {
  background-color: #fff;
  border-radius: 3px;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.blue-text {
  color: #0088f3;
}

.arrow-image {
  width: 12px;
  height: 12px;
}

.services-wraper {
  background-color: #fff;
  border-radius: 11px;
  max-width: 1130px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 0;
  position: relative;
  top: -64px;
  box-shadow: 1px 1px 8px #d8d8d8;
}

.white-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.white-box.padding {
  padding-left: 10px;
  padding-right: 10px;
}

.service-sub-wrapper {
  display: flex;
}

.left-line {
  background-color: #d8d8d8;
  width: 60px;
  height: 1px;
}

.left-line.big {
  width: 200px;
}

.left-line.hide {
  display: none;
}

.service-top-heading {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-top-text {
  color: #2b2b2b;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.line-bold {
  opacity: 0;
  background-color: #0088f3;
  width: 42%;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
}

.line-bold.opacity {
  opacity: 1;
  background-color: #0065ff;
  width: 8%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.line-bold.opacity.help {
  width: 18%;
  margin-bottom: 30px;
}

.line-bold.opacity.width.widthh {
  width: 24%;
}

.services2-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  top: -60px;
}

.gray-button {
  color: #919191;
  background-color: #fff;
  border: 1px solid #a8cae6;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 4px 10px;
  font-size: 12px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 120px;
}

.services-addtion-wraper {
  flex-direction: column;
}

.left-arrow, .right-arrow {
  display: none;
}

.ads-slider {
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
}

.slide-nav {
  font-size: 8px;
}

.slider-image {
  display: block;
}

.light-bg-wrapper {
  background-color: #f1f1f1;
}

.container-pionts {
  justify-content: space-between;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.boxtrust {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.intro {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1130px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.intro.auto {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

.intro.auto.help {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.intro.auto._100 {
  width: 100%;
}

.main-open {
  padding-top: 60px;
  padding-bottom: 100px;
}

.intro-para {
  font-size: 18px;
  line-height: 30px;
}

.intro-para.width {
  width: 60%;
  font-size: 16px;
}

.know-more {
  color: #0065ff;
  font-size: 18px;
  text-decoration: none;
}

.icons-wrapper-first {
  justify-content: space-between;
  width: 33.5%;
  display: flex;
}

.columns-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.services-half {
  display: flex;
}

.icon {
  filter: grayscale();
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 70px;
  display: flex;
}

.icon:hover {
  filter: none;
}

._1 {
  display: flex;
}

.drop-arrow-plain {
  color: #c0c4d1;
  margin-right: 0;
  font-size: 14px;
}

.dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  position: static;
}

.dropdown:hover {
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.dropdown:focus {
  border-bottom-color: #cfcfcf;
}

.dropdown-toggle {
  color: #253054;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 20px;
  font-size: 17px;
}

.dropdown-toggle:hover {
  color: #4e6cff;
}

.dropdown-toggle.w--open {
  border-bottom: 1px solid #4e6cff;
}

.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-mob {
  display: none;
}

.small-text {
  font-size: 15px;
}

.wrapper {
  height: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-container {
  justify-content: space-between;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.intro-card {
  border: 1px solid #acacac;
  flex-direction: column;
  align-items: flex-start;
  width: 210px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.intro-card:hover {
  box-shadow: 1px 1px 20px 8px #d4d4d4;
}

.content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.back-color {
  background-color: #f7f9ff;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.list {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.list-text {
  margin-left: 10px;
}

.features-list {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.link-block-app {
  margin-right: 20px;
}

.client {
  padding-top: 60px;
  padding-bottom: 60px;
}

.customer {
  background-image: url('../images/testimonial-bg.png');
  background-position: 50%;
  background-size: cover;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  position: relative;
}

.width-slide {
  background-color: #fff;
  width: 30%;
  height: 280px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: -3px -1px 10px #a3a2a2;
}

.arrow-container {
  height: 100px;
  top: -128%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon-right, .icon-left {
  color: #0065ff;
  font-size: 22px;
}

.arrow-container-right {
  height: 100px;
  top: -128%;
  bottom: 0%;
  left: auto;
  right: -4%;
}

.center {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.review-main-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review {
  text-align: center;
  margin-top: 20px;
  padding-left: 33px;
  padding-right: 33px;
}

.main-slider {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 120px;
}

.mask {
  padding-bottom: 100px;
}

.slider-bottom {
  font-size: 8px;
  position: relative;
  top: 27px;
}

.app-container {
  justify-content: space-between;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-partner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.second-col-div {
  justify-content: space-around;
  align-items: center;
  width: 30%;
  display: flex;
}

.partner-main {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.shadow {
  height: 100px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 4px 1px #b9b9b9;
}

.main-navbar-div {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.partner-container {
  background-color: #f7f9ff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.icons-container {
  justify-content: space-between;
  width: 95%;
  max-width: 1600px;
  margin-top: 40px;
  display: flex;
}

.icons-container.second {
  margin-top: 0;
}

.section {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.marquee-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 30%;
  display: flex;
  overflow: hidden;
}

.marquee-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.icon-6 {
  filter: grayscale();
  background-color: #fff;
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 70px;
  display: flex;
}

.icon-6:hover {
  filter: none;
}

.icon-6.investor {
  width: 280px;
  height: 90px;
  margin-left: 20px;
  margin-right: 20px;
}

.investors {
  background-color: #f4f5f7;
  padding-bottom: 20px;
  display: block;
  overflow: hidden;
}

.image-conatiner {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.mail-div {
  border: 1px solid #7f8da5;
  border-radius: 6px;
  margin-top: 20px;
  padding: 23px;
  display: flex;
}

.mail-div.cus {
  margin-top: 20px;
}

.team-names {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}

.team-names.email {
  font-size: 18px;
  font-weight: 700;
}

.team-names.name {
  margin-bottom: 0;
  font-size: 20px;
}

.team-names.name._2 {
  font-size: 18px;
}

.help-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hori {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.link-a {
  color: #353535;
  text-decoration: none;
}

.service-content {
  display: flex;
}

.company-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.company-logo-container {
  margin-left: auto;
}

.image-doc {
  margin-left: 20px;
  margin-right: 20px;
}

.footer {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.container-2 {
  max-width: 1130px;
}

.left-heading {
  margin-bottom: 20px;
  display: flex;
}

.horizontal-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list-3 {
  margin-left: 42px;
}

.notice-div {
  background-color: rgba(204, 204, 204, .2);
  border-radius: 7px;
  padding: 11px;
}

.notice-div.bl {
  background-color: rgba(219, 219, 219, .34);
  border-bottom: 1px #ccc;
  margin: 10px auto 20px;
}

.notice-div.margin {
  margin-bottom: 60px;
}

.notice {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}

.notice.bl {
  color: #303030;
}

.notice.bl.size {
  color: #424242;
  font-size: 13px;
  font-weight: 400;
}

.notice.sh {
  color: #585858;
  text-align: center;
  font-size: 12px;
}

.icon-7 {
  display: none;
}

.drop {
  color: #636363;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
}

.dropdown-list {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 210px;
  top: 53px;
  box-shadow: 1px 3px 7px -1px #dce6f3;
}

.dropdown-list.w--open {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 220px;
  top: auto;
  box-shadow: 0 1px 11px -3px #68768b;
}

.tab-div {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 20px;
  display: block;
}

.tab-link-tab-1 {
  color: #5c5c5c;
  text-transform: uppercase;
  background-color: #fff;
  padding: 10px 40px;
  font-weight: 400;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #0065ff;
  border-radius: 5px;
}

.tab-link-tab-1.now {
  color: #fff;
  background-color: #0065ff;
  border-radius: 5px;
  padding: 10px 40px;
}

.tabs-menu {
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px;
  display: flex;
  position: relative;
  box-shadow: 0 0 9px #bdbdbd;
}

.tab-link-tab-2 {
  color: #5c5c5c;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 40px;
  font-weight: 400;
}

.tab-link-tab-2.w--current, .tab-link-tab-2.now {
  color: #fff;
  background-color: #0065ff;
}

.tab-link-tab-3 {
  color: #5c5c5c;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 40px 10px 33px;
  font-weight: 400;
}

.tab-link-tab-3.w--current, .tab-link-tab-3.now {
  color: #fff;
  background-color: #0065ff;
}

.tab-link-tab-4 {
  color: #5c5c5c;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 40px;
  font-weight: 400;
}

.tab-link-tab-4.w--current, .tab-link-tab-4.now {
  color: #fff;
  background-color: #0065ff;
}

.black {
  color: #000;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
}

.black.dark {
  color: #000;
}

.tabs-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.des {
  font-size: 16px;
  line-height: 22px;
}

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

.image-div {
  max-width: 1140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

._2image {
  filter: grayscale();
  width: 22%;
}

._2image._2nd-page {
  filter: none;
  width: 33%;
}

._2image.ist {
  background-color: rgba(0, 0, 0, 0);
  width: 22%;
  height: auto;
}

._3image {
  filter: grayscale();
  width: 22%;
}

._3image.team-page {
  filter: none;
  width: 33%;
}

._3image.ist, ._3image._2nd {
  background-color: rgba(0, 0, 0, 0);
  width: 22%;
  height: auto;
}

._4image {
  filter: grayscale();
  width: 22%;
}

._4image.ist, ._4image._2nd {
  background-color: rgba(0, 0, 0, 0);
  width: 22%;
  height: auto;
}

._4image.award-page {
  filter: none;
  width: 33%;
}

._1image {
  width: 30%;
}

._1image._2nd-page {
  filter: grayscale();
  width: 22%;
}

.tabline {
  background-color: #dbdbdb;
  height: 1px;
  position: relative;
  top: 40px;
}

._2-section-div {
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

._2-section-div.flip {
  flex-direction: row-reverse;
}

._1st {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.description {
  color: #7c7979;
  font-size: 18px;
  line-height: 23px;
}

.image2-div {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._3-div {
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1140px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._3-div._2 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.mission-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.tag-line {
  color: #7a7a7a;
  text-align: center;
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
}

.investor-div {
  justify-content: space-around;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.investor-div.sec {
  justify-content: space-between;
  margin-top: 30px;
}

.h4 {
  color: rgba(0, 0, 0, .71);
  font-size: 22px;
  display: inline-block;
}

.dropdown-list-2 {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 5px;
  width: 1000px;
  height: 240px;
  padding: 18px;
  top: 100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 10px #ddd;
}

.dropdown-list-2._3 {
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  left: -249px;
  right: 0;
}

.dropdown-list-2._4 {
  height: 210px;
  left: -279%;
}

.dropdown-list-2._5 {
  left: -423%;
}

.dropdown-list-2._5.w--open {
  height: 150px;
}

.dropdown-toggle-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.dropdown-toggle-2.hori {
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.dropdown-toggle-2.hori.w--open {
  padding-bottom: 0;
}

.parabig {
  color: #727272;
  font-size: 17px;
  line-height: 22px;
}

.trangle {
  background-color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -13px;
  left: 80px;
  transform: rotate(45deg);
  box-shadow: -1px -1px 1px #ebebeb;
}

.trangle._2 {
  left: 322px;
}

.trangle._2._3 {
  left: 624px;
}

.trangle._2._3._4 {
  left: auto;
  right: 49px;
}

.trangle._22 {
  left: auto;
  right: 51px;
}

.trangle._22._3 {
  right: auto;
}

.image-2 {
  position: relative;
}

.centertr._2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.centertr._2._3, .centertr._2._3._4 {
  justify-content: center;
}

.centertr._2._3._5 {
  justify-content: flex-end;
}

.centertr._2._3._6 {
  padding-right: 280px;
}

.centertr._2._3._7 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 397px;
}

.centertr._2._3._8 {
  justify-content: flex-end;
}

.centertr._2._3._9, .centertr._2._3._10 {
  justify-content: flex-start;
}

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

.dropdown-3.sh {
  border-radius: 11px;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  box-shadow: 1px 1px 6px #b8b8b8;
}

.dropdown-3.sh._4 {
  width: 90%;
}

.testimonials {
  background-color: #f0f5f7;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 60px;
}

.slider-div {
  max-width: 1140px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.slider-3 {
  background-color: rgba(0, 0, 0, 0);
  height: 380px;
}

.right-arrow-3 {
  background-color: #fff;
  width: 40px;
  height: 40px;
  box-shadow: 1px 1px 5px silver;
}

.icon-9 {
  color: #3f3e3e;
  font-size: 19px;
  font-weight: 700;
}

.left-arrow-3 {
  background-color: #fff;
  width: 40px;
  height: 40px;
  box-shadow: 1px 1px 11px #e4e3e3;
}

.slide-2 {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px;
}

.mask-2 {
  background-color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quote {
  color: #a1a1a1;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  top: 37px;
}

.div-block-9 {
  justify-content: flex-end;
  margin-top: 70px;
  display: flex;
}

.slide-nav-3 {
  font-size: 15px;
  position: relative;
  top: 8px;
}

.subtitile {
  color: #a7a7a7;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.subtitile._2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.man {
  opacity: 0;
  width: 250px;
  height: 270px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 13px;
}

.team-info.cen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list-3 {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border-radius: 7px;
  width: 1120px;
  height: 110px;
  padding: 18px;
  top: 109%;
  box-shadow: 1px 1px 10px #cac5c5;
}

.dropdown-list-3._3 {
  width: 1140px;
  height: 160px;
}

.dropdown-list-3._3._4.w--open {
  width: 1140px;
  left: -397px;
  right: auto;
}

.dropdown-list-3._3._5.w--open {
  width: 1140px;
  left: auto;
}

.dropdown-list-3._3._7.w--open {
  left: -117%;
}

.dropdown-list-3._3._8.w--open {
  left: -581px;
  right: auto;
}

.dropdown-list-3._3._9.w--open {
  left: auto;
  right: -6%;
}

.hold {
  width: 30%;
}

.hold.size {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image5 {
  width: 245px;
  height: 300px;
}

.image5.man._2 {
  right: auto;
}

.contain-block {
  width: 100%;
  display: flex;
}

.award {
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.award._2 {
  margin-top: 60px;
}

.bank-logo-div {
  background-color: #f4f4f4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bank-name {
  opacity: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.bank-name-main {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.award-block-div {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 20%;
  height: 280px;
}

.award-block-div:hover {
  box-shadow: 1px 1px 15px #c2bebe;
}

.div-block-12 {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-12.size {
  background-color: rgba(204, 204, 204, .2);
  border-top-style: none;
  border-bottom-style: none;
  max-width: none;
}

.link-2 {
  color: #292929;
  border-right: 1px solid #a1a1a1;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.link-2.wh {
  color: #dadada;
  border-right-style: none;
}

.div-block-13 {
  border-bottom: 1px #ccc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
}

.div-block-14 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.div-block-15 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  border-bottom: 1px solid #ccc;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.cl {
  color: #e0451e;
  font-size: 11px;
  text-decoration: none;
}

.hero-wrapper {
  background-color: #f2f7ff;
  padding-top: 100px;
  padding-bottom: 40px;
}

.full-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.need {
  color: #505f79;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.need._2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.bold-black {
  color: #253858;
}

.left-wrapper {
  width: 50%;
  margin-top: 40px;
}

.small-paragraph {
  color: #253858;
  font-size: 16px;
}

.small-paragraph.b {
  font-weight: 600;
}

.small-paragraph.b.ss {
  margin-top: 40px;
  font-size: 11px;
  line-height: 15px;
}

.small-paragraph.big {
  color: #526179;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.small-paragraph.big.bold {
  font-weight: 700;
}

.small-paragraph.s {
  font-size: 15px;
  line-height: 19px;
}

.small-paragraph.ss {
  font-size: 12px;
  line-height: 20px;
}

.wrapper-boxes {
  margin-top: 50px;
}

.card {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: 110px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 1px 1px 7px #d1dcec;
}

.small-tiny-text {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}

.boxes {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.boxes.margin {
  margin-top: 20px;
}

.right-white-div {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding: 20px 15px;
  display: block;
  box-shadow: 1px 1px 11px #d1dcec;
}

.text-right-side {
  padding-left: 15px;
}

.information-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.call-warpper {
  background-color: #f5f5f5;
  padding: 10px 20px;
}

.call-warpper.mr {
  margin-top: 10px;
}

.blue-link {
  color: #0065ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.call-link {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.form-warpper {
  background-color: #f2f7ff;
  margin-top: 100px;
}

.white-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.upto {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.upto.re {
  top: 17px;
  left: 29px;
}

.percentage {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 30px;
  display: block;
}

.discount-div {
  justify-content: flex-start;
  align-items: flex-end;
  width: 35%;
  display: flex;
  position: relative;
  top: 17px;
  left: 28px;
}

.off-ine-price-div {
  width: 35%;
  position: absolute;
}

.left-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 63%;
  position: relative;
}

.table-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 380px;
  margin-top: 33px;
  display: flex;
  box-shadow: 1px 1px 3px #b4b3b3;
}

.full-column {
  background-color: #fff;
  width: 100%;
  display: flex;
}

.full-column.wh {
  background-color: #fff;
}

.full-column.wh.blue {
  background-color: #f2f7ff;
}

.td {
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 40px;
  font-weight: 600;
  display: flex;
}

.td._2 {
  color: #a39e9e;
  border-right: 1px solid #ebebeb;
  height: 45px;
  font-weight: 400;
}

.td._2._3 {
  border-right-style: none;
}

.save-text {
  font-weight: 400;
}

.save-text.wh {
  color: #fff;
}

.price-detials {
  background-color: #0f8a39;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 40px;
  display: flex;
}

.price-detials._2 {
  color: #19b24d;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  height: 42px;
  padding-top: 0;
  font-weight: 400;
}

.price-div {
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 40px;
  display: flex;
}

.price-div._2 {
  color: #a39e9e;
  border-right: 1px solid #ebebeb;
  height: 42px;
}

.price-div._2._3 {
  border-right-style: none;
}

.icons-div {
  width: 30%;
  height: 30px;
}

.icons-div._2 {
  justify-content: center;
  align-items: center;
  height: 42px;
  display: flex;
}

.banner-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ss-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.ss-text.bold {
  color: #242424;
  font-size: 18px;
  font-weight: 600;
}

.ads-div {
  margin-left: 60px;
}

.tiny-para {
  color: #969292;
  font-size: 12px;
  line-height: 15px;
}

.tiny-para.big {
  color: #4e4e4e;
  font-size: 11px;
}

.info-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.info-div.wide {
  justify-content: space-around;
  padding-right: 10px;
}

.pionts-div {
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.pionts-div._2 {
  margin-right: 20px;
  padding-right: 40px;
}

.pionts-div._2.size {
  border: 1px solid #e2e2e2;
  width: 33%;
}

.pionts-div.size {
  border: 1px solid #e2e2e2;
  width: 33%;
  height: 60px;
}

.simple-text {
  color: #455674;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.simple-text.ss {
  color: #253858;
  font-size: 10px;
}

.simple-text.ll {
  color: #253858;
  font-size: 20px;
}

.simple-text.life {
  color: #253858;
  margin-bottom: 5px;
  font-size: 14px;
}

.simple-text.color {
  color: #15b5a5;
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
}

.simple-text._13 {
  color: #253858;
  font-size: 13px;
  display: inline-block;
}

.text-block-5 {
  color: #243653;
  font-size: 12px;
}

.heading-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

._1crore {
  color: #0065ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
}

._1crore.cc {
  text-align: center;
  line-height: 25px;
}

.life-text {
  color: #505f79;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
}

.money-text {
  color: #0065ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.green-text {
  color: #0f8a39;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.sub-pionts {
  justify-content: space-around;
  margin-top: 10px;
  display: flex;
}

.right-side-form {
  background-color: #fff;
  border-radius: 10px;
  width: 42%;
  padding: 20px 30px;
}

.gender-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.male-blue {
  z-index: 5;
  position: relative;
}

.male-dark-blue {
  opacity: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.radio-button-field {
  border: 1px #949393;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 0;
  display: inline-block;
  position: relative;
}

.radio-button {
  background-image: url('../images/done.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 5px;
  position: relative;
  top: -6px;
}

.radio-button.w--redirected-checked {
  background-color: #0065ff;
  background-size: 8px 8px;
  border-style: none;
  border-width: 0;
}

.field-label {
  color: #0065ff;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: 15px;
  left: 12px;
}

.text-field {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 50px;
}

.form-columns-div {
  margin-top: -16px;
}

.cen {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  margin-top: 15px;
}

.submit-button {
  text-align: center;
  background-color: #0065ff;
  border-radius: 6px;
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
}

.submit-button.orange {
  background-color: #fd4705;
  padding-right: 0;
}

.success-message {
  background-color: #f4f6f7;
  border-radius: 4px;
}

.text-block-6 {
  color: #505f79;
}

.error-message {
  border-radius: 5px;
}

.link-3, .link-4 {
  color: #0065ff;
  text-decoration: none;
}

.ss-para {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

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

.div-block-52 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  margin-right: 8px;
}

.toggle-contain {
  background-color: #c2c2c2;
  border-radius: 50px;
  align-items: center;
  width: 38px;
  height: 23px;
  margin-left: 10px;
  margin-right: 25px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.toggle-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
}

.male {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  display: flex;
  position: relative;
}

.radio-button-label-2 {
  display: none;
}

.radio-div {
  border: 1px solid #949393;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 46%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.for-block-div {
  z-index: 10;
  width: 46%;
  height: 40px;
  display: none;
  position: absolute;
}

.for-block-div._2 {
  z-index: 10;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.policy {
  color: #3d6cf9;
  margin-right: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.policy.white {
  color: #1c2642;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
}

.logo {
  display: flex;
}

.div-block-56 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.main-link-blue {
  color: #0065ff;
  margin-right: 5px;
  font-size: 12px;
  text-decoration: none;
}

.main-link-blue.link-color {
  color: #838282;
}

.image-9 {
  margin-right: 5px;
}

.div-block-57 {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.plans {
  color: #0065ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.plans.big {
  margin-bottom: 10px;
  font-size: 19px;
}

.size-div {
  background-color: #f1f3f5;
  height: auto;
  padding: 10px;
  overflow: hidden;
}

.div-block-59 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.div-block-60 {
  width: 30%;
  margin-top: 40px;
}

.box {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
  box-shadow: 1px 1px 3px #d5cdcd;
}

.box.dsply {
  display: block;
}

.text-block-8 {
  color: #455674;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

._20 {
  width: 20%;
}

._20.width {
  width: 23%;
}

.plan-button {
  background-color: #f35023;
  border-radius: 4px;
  padding: 15px 45px;
}

.plan-button.bb {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
}

.plan-button.bb._2 {
  margin-top: 20px;
}

.more-div {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  box-shadow: 1px 1px 3px #929292;
}

.see-more-text {
  color: #0065ff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 500;
  display: inline-block;
}

.plan-big-div {
  position: relative;
  top: -25px;
}

.up-arrow {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.div-block-65 {
  width: 66%;
}

.color {
  color: #253858;
  font-size: 36px;
  font-weight: 500;
}

.color.ss {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 30px;
}

.paragraph-9 {
  color: #253858;
  font-size: 16px;
  line-height: 30px;
}

.div-block-66 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
}

.blur-back {
  color: #344f7c;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.simple-table-text {
  background-color: #fff;
  border: 1px solid #e7dede;
  border-style: none solid solid none;
  width: 40%;
  padding: 9px;
}

.light-blue-box {
  background-color: #f1f3f5;
  border-width: 1px;
  border-color: #e7dede;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  width: 40%;
  height: 100px;
  padding: 9px;
}

.icons {
  margin-right: 5px;
}

.sub-para {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.button-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.plan-div {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.plan-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.icon-div {
  background-color: #0065ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
}

.pionts {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.list-heading {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.button-right {
  justify-content: flex-end;
  display: flex;
}

.horizontal-row1 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.horizontal-row1._2 {
  padding-top: 0;
}

.div-block-75 {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 25px;
}

.box-text {
  color: #757575;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.img {
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.img._3 {
  margin-top: 5px;
}

.point1 {
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  justify-content: space-around;
  align-items: flex-start;
  width: 48%;
  height: 140px;
  display: flex;
}

.point1._2 {
  border-bottom-style: none;
}

.heading-15 {
  color: #fff;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.div-block-76 {
  background-color: #2f9cec;
  border-radius: 10px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.content-2 {
  width: 80%;
}

.content-2._3 {
  padding-top: 12px;
}

.box-heading {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.contact {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-line {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
}

.heading-sign-in-page {
  color: #fff;
  text-align: center;
  font-size: 22px;
}

.image-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 80%;
  height: 580px;
}

.mobilenumber {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 55px;
  font-size: 16px;
}

.ss-text-sign-in {
  color: #172b4d;
  text-align: left;
  margin-top: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.ss-text-sign-in.margin {
  margin-top: 0;
}

.sign-in-heading {
  color: #172b4d;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 40px;
}

.right-form {
  justify-content: center;
  align-items: center;
  width: 50%;
}

.slider-block-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-sign-in {
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sign-in-form {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.sign-in-wrapper {
  background-image: url('../images/imageBg.39c46d533c62ce6ccd30ad7e7d3be43c.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100vh;
  display: flex;
}

.right-side-sign-in {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100vh;
  display: flex;
  position: relative;
}

.main-headonfg-sign-in {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.otp-button {
  text-transform: uppercase;
  background-color: #0064fd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.otp-button:hover {
  box-shadow: 1px 1px 3px #817a7a;
}

.otp-button._2 {
  color: #172b4d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.otp-button._2:hover {
  box-shadow: 1px 1px 3px #d8d6d6;
}

.text-sign-in {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.extra-info-div {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.sign-up-link {
  color: #0064fd;
  text-decoration: none;
}

.div-block-83 {
  height: 80px;
  display: flex;
}

.div-block-84 {
  display: flex;
}

.div-block-85 {
  background-color: #f4f5f7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
}

.image-15 {
  transform: rotate(-90deg);
}

.link-block-4 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.more-minus-botton-float-a20205 {
  align-items: center;
  padding-left: 14px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-side-text {
  color: #172b4d;
  letter-spacing: .014em;
  margin-bottom: 0;
  padding-right: 80px;
  line-height: 20px;
  display: block;
}

.show-more-text {
  color: #0663f6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
}

.more-menu-list-data {
  border: .5px solid #8b95a6;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  display: flex;
  position: relative;
}

.more-menu-list-data.hide-more-menu-lines {
  border-style: none solid;
}

.more-menu-list-data.show-a20201 {
  display: none;
}

.more-menu-image-section {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  margin-right: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.more-menu-list {
  flex-direction: column;
  display: flex;
}

.heading-a20201 {
  color: #172b4d;
  letter-spacing: .5px;
  border: .5px solid #8b95a6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 14px;
  font-size: 24px;
  line-height: 32px;
}

.more-menu-botton {
  border: .5px solid #8b95a6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  height: 63px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  display: flex;
  position: relative;
}

.more-menu-arrow {
  color: #8b95a6;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
}

.more-main-menu {
  margin-top: 60px;
}

.more-plus-float {
  align-items: center;
  padding-left: 14px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.corona-text {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.buy--text {
  color: rgba(59, 59, 59, .71);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.link-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ist {
  background-color: #94d4cd;
  width: 120px;
  height: 40px;
}

.ist.bblluuee {
  background-color: #92bcee;
}

.ist.bbaallaacckk {
  background-color: #757575;
}

.colors {
  border: 1px solid rgba(89, 160, 231, .5);
  border-radius: 6px;
  max-width: 1140px;
  margin-bottom: 10px;
  padding: 28px;
}

.colors._2 {
  background-color: rgba(228, 234, 240, .5);
  border-style: none;
  justify-content: space-between;
  padding: 28px;
  display: flex;
}

.color-code {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.color-code._2 {
  color: #000;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
  display: flex;
}

.color-code._2._3 {
  justify-content: center;
  margin-bottom: 0;
}

.color-code._3 {
  margin-bottom: 0;
  font-size: 20px;
}

.blue-main {
  background-color: #4cb8ac;
  width: 240px;
  height: 100px;
}

.blue-main.black {
  background-color: #253858;
}

.blue-main.blue {
  color: #0065ff;
  background-color: #4a90e2;
}

.blue-main.green {
  background-color: #19b24d;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.blue-main.yellow {
  background-color: #f6ff52;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.blue-main.orange {
  background-color: #fd4705;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.blue-similar {
  align-items: flex-start;
  display: flex;
}

.blue-color {
  margin-right: 40px;
}

._2nd {
  background-color: #378d99;
  width: 120px;
  height: 40px;
}

._2nd.dark {
  background-color: #0065ff;
}

._2nd.ddaarrkk {
  background-color: #12161f;
}

.color-wrapper {
  align-items: flex-start;
  display: flex;
}

.font-wrapper {
  border: 1px solid rgba(89, 160, 231, .5);
  border-radius: 6px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 29px 29px;
  display: flex;
}

.regular {
  margin-top: 20px;
  font-size: 20px;
}

.light {
  color: rgba(172, 172, 172, .72);
  margin-top: 20px;
  font-size: 20px;
}

.font-list {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 300px;
  padding-left: 0;
  display: flex;
}

.font-weights {
  width: 50%;
  margin-left: 40px;
}

.thin {
  color: #000;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 100;
}

.font {
  width: 50%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bg {
  opacity: .05;
  color: #000;
  font-size: 400px;
}

.bg._2 {
  color: #000;
}

.font-details {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 121.333px;
}

.wapper-style-guide {
  padding-top: 140px;
}

.blue {
  color: #0065ff;
  font-size: 30px;
}

.medium {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}

.bold {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.tiny-small {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 100;
}

.small {
  font-size: 14px;
}

.right-button, .left-size {
  width: 48%;
}

.slider-1st {
  width: 80%;
}

.container-3 {
  max-width: 1300px;
}

.collection-list {
  display: flex;
}

.section-9 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.heading-23 {
  color: #ff1616;
}

.collection-item {
  background-color: #dadada;
}

.nav-link-border {
  background-color: var(--white);
  border-radius: 6px;
  width: 0%;
  height: 2px;
  position: relative;
}

.nav-banner-block {
  position: relative;
}

.tab-pane-text {
  color: #dac5a7;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
}

.navbar-logo-center {
  z-index: 40;
  width: 100%;
}

.project {
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.what-i-do-text {
  color: #7f7466;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.what-i-do-text.m-0 {
  color: #c5c5c5;
  margin-bottom: 0;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  height: 115px;
  display: flex;
  position: relative;
}

.project-tabs-content {
  width: 100%;
}

.tab-pane-link-text {
  color: #fff;
  font-family: Britanica, sans-serif;
  text-decoration: underline;
}

.project-tab-pane-detail {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  margin-top: 60px;
  display: flex;
}

.project-tab-pane-detail.p {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 20px;
}

.project-tab-pane-detail.p.d {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.project-tab-pane-detail.mt {
  margin-top: 40px;
  margin-right: 10px;
}

.project-tab-pane-detail.width, .project-tab-pane-detail.flex-detail, .project-tab-pane-detail.horizontal {
  flex-flow: row;
  width: 100%;
}

.project-tab-pane-detail.pr {
  margin-top: 40px;
  margin-right: 10px;
}

.tab-pane-detail {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-pane-detail.ml {
  padding-left: 0;
}

.tab-pane-heading {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: Britanica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.logo-block {
  justify-content: flex-start;
  align-items: center;
  width: 346px;
  display: flex;
}

.logo-2 {
  width: 100px;
}

.project-tab-pane {
  width: 100%;
}

.nav-menu-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.lets-talk-arrow {
  color: #ff4f00;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 14px;
}

.list-item {
  perspective-origin: 0%;
  transform-origin: 0%;
  padding-left: 10px;
  padding-right: 10px;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-image.contain {
  object-fit: contain;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-decoration: none;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #fff;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #fff;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.project-tab-pane-detail-img {
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-tab-pane-detail-img.position {
  flex-flow: column;
  margin-bottom: 40px;
}

.banner-shadow-block {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 43%, #000 73%);
  height: 216px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 15px;
}

.latest-projects-section {
  background-color: rgba(0, 0, 0, .6);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.data-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-res {
  display: none;
}

.tab-pane-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.tab-pane-box.flex, .tab-pane-box.direction {
  flex-flow: column;
}

.project-tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.lets-talk-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #dac5a7;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.82px;
  text-decoration: none;
  display: flex;
}

.lets-talk-link.m-52 {
  margin-top: 0;
}

.div-block-86 {
  background-color: #0e0e0e;
}

.project-tab-link-text {
  color: #fff;
  padding: 19px 44px 18px;
  font-family: Britanica, sans-serif;
}

.what-i-do-data-card {
  position: relative;
}

.testimonial-slider-nav {
  color: #dac5a7;
  background-color: rgba(218, 197, 167, .17);
  border-radius: 50px;
  align-items: center;
  margin-top: 24px;
  padding: 10px 14px 4px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  position: static;
  bottom: -60px;
}

.lottie-animation {
  width: 100px;
  height: 100px;
}

.about-me-paragraph {
  color: #adadad;
  margin-bottom: 42px;
  font-family: Britanica, sans-serif;
}

.services {
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.mask-3 {
  width: 100%;
  padding-bottom: 100px;
  overflow: visible;
}

.contact-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.profession-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.skill-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
}

.key-detail-text {
  color: #0e0e0e;
  font-weight: 700;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 640px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.about-detail-heading {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 36px;
}

.contact-2, .about {
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hello-dot {
  color: #fff;
}

.what-i-do-data-card-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #22211e;
  border: 1px solid #dac5a7;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 52px 24px;
  display: flex;
}

.client-name {
  opacity: .7;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.email-div {
  margin-right: 20px;
}

.contact-information {
  border-bottom: 1px #a9a9a9;
  justify-content: center;
  display: flex;
}

.blue-bg {
  z-index: -1;
  background-color: #474747;
  background-image: none;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 346px;
  min-height: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.project-tab-link {
  color: #a79783;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.project-tab-link.w--current {
  color: #fff;
  background-color: #ff4f00;
  border-radius: 50px;
  font-weight: 600;
}

.contact-number {
  color: #dac5a7;
}

.testimonial-slider-two {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  height: auto;
  display: flex;
}

.about-us-section {
  padding-top: 120px;
  padding-bottom: 30px;
  display: none;
  position: relative;
}

.comma-img-bottom {
  align-self: flex-end;
}

.about-line {
  background-color: #fff;
  border-radius: 6px;
  width: 3px;
  height: 45px;
}

.contact-info-form-block {
  margin-bottom: 0;
  padding-top: 15px;
}

.counter-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-ring-image {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: auto;
  right: -4%;
}

.top-arrow-block {
  z-index: 10;
  background-color: #ff4f00;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 3%;
  box-shadow: 6px 8px 20px rgba(0, 0, 0, .5);
}

.top-arrow-block.w--current {
  z-index: 999;
}

.social-media-icon {
  color: #000;
  font-family: "Fa Brands 400", sans-serif;
  text-decoration: none;
}

.what-i-do-num-and-sckill {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.person-name-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.success-message-2 {
  color: #7f7466;
  background-color: rgba(221, 221, 221, 0);
  border: 2px solid #dac5a7;
  margin-top: 60px;
  padding: 30px 20px;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.count-text {
  color: #0e0e0e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 40px;
}

.what-i-do-data {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
}

.project-dropdwon-arrow {
  display: none;
}

.about-data-text {
  color: #dac5a7;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.about-detail {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.quality-skill-block {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.heading-detail {
  align-items: center;
  margin-bottom: 40px;
}

.person-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about-me-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 310px;
  padding-top: 232px;
  padding-left: 20px;
  display: flex;
}

.contact-paragraph {
  color: #7f7466;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  display: block;
}

.about-line-block {
  height: 45px;
}

.client-review-block {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-slider-arrow {
  justify-content: center;
  align-items: center;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 8%;
}

.number-main-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.skill-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.number {
  color: #0e0e0e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 40px;
}

.testimonial-image-two {
  object-fit: cover;
  width: 413px;
  height: 452px;
  margin-left: 20px;
}

.testimonial-image-two.right {
  object-position: 100% 50%;
}

.testimonial-slide {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  background-color: #22211e;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: hidden;
}

.numbers {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-email {
  color: #dac5a7;
}

.top-arrow {
  color: var(--white);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 26px;
  line-height: 20px;
  text-decoration: none;
}

.key-detail-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  position: relative;
}

.service-hover-block {
  z-index: 0;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  height: 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.what-i-do-num {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 44px;
  position: relative;
}

.social-media-block {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  text-decoration: none;
  display: flex;
}

.single-skill-item {
  background-color: #22211e;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  height: 176px;
  padding: 35px;
  display: flex;
}

.position-name {
  color: #fff;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.form-submit-btn {
  color: #0e0e0e;
  background-color: #dac5a7;
  padding: 15px 40px;
}

.form-submit-btn.mt-30 {
  color: #0e0e0e;
  background-color: #dac5a7;
  border: 1px solid #dac5a7;
  border-radius: 6px;
  margin-top: 15px;
}

.hero-contain-block {
  color: #ff4f00;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.line {
  color: #fff;
  background-color: #fff;
  border-radius: 10px;
  width: 35px;
  height: 4px;
  position: relative;
}

.right-slider-arrow {
  justify-content: center;
  align-items: center;
  display: none;
  top: auto;
  bottom: 0%;
  left: 8%;
  right: 0%;
}

.about-img-detail {
  justify-content: center;
  align-self: center;
  width: 40%;
  display: flex;
  position: relative;
}

.client-logo-block {
  justify-content: center;
  width: 210px;
  display: flex;
}

.client-review-section {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.hello-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Britanica, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 76px;
}

.contact-info-form-data {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.cv-download-icon {
  padding-right: 6px;
}

.contact-info-form-field {
  color: #fff;
  background-color: #22211e;
  border: 1px #000;
  height: 54px;
  margin-bottom: 16px;
  padding: 6px 20px;
}

.contact-info-form-field::placeholder {
  color: #7f7466;
}

.key-matrix {
  padding-top: 57px;
  padding-bottom: 57px;
}

.name-block {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 206px;
}

.person-image-block {
  z-index: -1;
  justify-content: center;
  width: 490px;
  height: 720px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.about-img {
  box-shadow: 0 10px 40px rgba(218, 197, 167, .18);
}

.training-skill-block {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.about-data-card {
  width: 50%;
}

.client-logo-slider {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  align-items: center;
  height: 120px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-family: Britanica, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.contact-info-form-field-2 {
  background-color: #22211e;
}

.contact-info-form-field-2.h-150 {
  color: #fff;
  background-color: #22211e;
  height: 150px;
  padding-top: 15px;
}

.about-paragraph {
  color: #7f7466;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 27px;
}

.key-matrix-section {
  background-color: #dac5a7;
  display: none;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.project-tabs-menu {
  border: 1px solid rgba(97, 94, 84, .8);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
}

.about-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Britanica, sans-serif;
  font-size: 54px;
  line-height: 65.83px;
}

.error-message-2 {
  background-color: rgba(255, 222, 222, 0);
  border: 2px solid red;
}

.client-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.name {
  color: #fff;
  font-family: Britanica, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

.copyright-text {
  color: #fff;
  font-family: Britanica, sans-serif;
  font-weight: 400;
}

.about-dot-image {
  z-index: -1;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.skill-block {
  align-items: center;
  margin-top: 0;
}

.skill-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 36px;
}

.what-i-do-skill {
  color: #fff;
  font-family: Britanica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
  position: relative;
}

.skill-flex-block {
  align-items: flex-start;
  display: flex;
}

.skill-main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
  display: flex;
}

.footer-section {
  background-color: #191919;
  background-image: url('../images/lines-1-1.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}

.clients {
  justify-content: center;
  display: flex;
  position: relative;
}

.hero-section {
  box-shadow: none;
}

.client-section {
  overflow: hidden;
}

.profession-image-block {
  width: 188px;
  height: 188px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 30px;
}

.skill-card-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Britanica, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.team-slide-wrapper {
  width: 33%;
  margin-left: 11px;
  margin-right: 11px;
}

.about-text {
  color: #ff4f00;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Britanica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

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

.testimonial-slider-arrow {
  display: none;
}

.counter-block {
  align-items: center;
  display: flex;
}

.footer-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.text-block {
  color: #fff;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
}

.cv-download-btn {
  color: #0e0e0e;
  background-color: #dac5a7;
  border: 1px solid #dac5a7;
  border-radius: 6px;
  padding: 15px 40px;
}

.who-i-do-section {
  padding-top: 90px;
  position: relative;
}

.background-video {
  height: 650px;
}

.flec-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-div {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-box-2 {
  width: 50%;
  margin-bottom: 20px;
}

.div-box2 {
  width: 50%;
}

.text-span {
  color: #ff4f00;
  font-family: Britanica, sans-serif;
  font-size: 20px;
}

.line-div {
  text-align: center;
  border-top: 1px solid #353535;
  margin-top: 20px;
  padding-top: 20px;
}

.image-17 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .navbar-wrapper-three {
    justify-content: center;
    align-items: center;
    height: 115px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .blue-bg {
    background-image: none;
  }

  .about-ring-image {
    bottom: -3%;
    right: 6%;
  }

  .person-name-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-detail {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

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

  .about-me-block {
    max-width: 410px;
    padding-left: 30px;
  }

  .contact-us-section {
    padding-top: 85px;
  }

  .position-name {
    font-size: 24px;
  }

  .line {
    width: 47px;
  }

  .about-img-detail {
    width: 50%;
  }

  .hello-name {
    font-size: 90px;
    line-height: 109.71px;
  }

  .person-image-block {
    width: 490px;
    height: 720px;
  }

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

  .client-text {
    font-size: 32px;
    line-height: 48px;
  }

  .name {
    font-size: 36px;
    line-height: 43.88px;
  }

  .about-dot-image {
    top: -4%;
    left: 4%;
  }

  .skill-title {
    font-size: 24px;
  }

  .skill-card-heading {
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .team-slide-wrapper {
    margin-left: 0;
    margin-right: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .what-i-do-data, .about-detail {
    margin-top: 0;
  }

  .heading-detail {
    margin-bottom: 30px;
  }

  .skill-main-block {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .white-div {
    display: none;
  }

  .header-wrapper {
    height: auto;
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .icons-wrapper {
    flex-direction: row;
    width: 100%;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text {
    line-height: 12px;
  }

  .text.aa {
    text-transform: uppercase;
  }

  .whitetext {
    line-height: 15px;
  }

  .main-icon-wrapper {
    width: 80px;
    margin-right: 10px;
  }

  .kavach-image {
    margin-right: 0;
  }

  .ads-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .ads-link {
    justify-content: space-around;
    padding: 9px;
  }

  .services-wraper {
    box-shadow: none;
    background-color: #3d6cf9;
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    top: auto;
  }

  .service-sub-wrapper {
    background-color: #fff;
    border-radius: 9px;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
  }

  .left-line.hide {
    display: block;
  }

  .services2-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    top: auto;
  }

  .ads-slider {
    width: 80%;
  }

  .intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icons-wrapper-first {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 39%;
    display: flex;
  }

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

  .icon {
    color: #3d6cf9;
  }

  .drop-arrow-plain {
    margin-right: 20px;
  }

  .mobile-list.w--open {
    background-color: #f3f2f2;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    position: relative;
    box-shadow: inset 4px 4px 20px -16px #e7e7e7;
  }

  .dropdown {
    border-bottom-color: #cecece;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px 30px;
  }

  .dropdown-toggle:hover {
    border-bottom-color: #d4d4d4;
  }

  .dropdown-toggle.w--open {
    border-bottom-color: #fdfdfd;
  }

  .buttons-wrapper {
    border-bottom: 1px solid #cecece;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .buttons-wrapper.mbapp {
    flex-direction: column;
  }

  .mobile-nav {
    color: #666;
    padding: 10px 10px 10px 30px;
    font-size: 13px;
    display: block;
  }

  .mobile-nav.margin {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 0;
  }

  .mobile-nav.margin._2 {
    padding-left: 27px;
  }

  .mobile-nav.margin._3 {
    padding-left: 28px;
    padding-right: 30px;
  }

  .mobile-nav.margin._5 {
    padding-left: 30px;
  }

  .mobile-nav.border {
    border-bottom: 1px solid #cecece;
  }

  .white {
    width: 250px;
    position: relative;
    top: auto;
  }

  .container-mob {
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-menu-mob {
    background-color: #fff;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .navbar-mob {
    background-color: rgba(255, 255, 255, .5);
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    z-index: 50;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  ._100image {
    width: 80%;
  }

  ._100image._80 {
    opacity: .75;
    width: 30%;
  }

  .fix {
    width: 30%;
  }

  .small-text {
    color: #666;
    font-size: 13px;
  }

  .logo-div {
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
  }

  .new-div {
    background-color: #12ad3e;
    border-radius: 5px;
    margin-right: 5px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .new-link-block {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .new {
    color: #fff;
    font-size: 11px;
  }

  .phone {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px;
    display: flex;
  }

  .phone-mob {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .plink {
    text-decoration: none;
  }

  .google-link {
    margin-right: 5px;
  }

  .linesmall {
    background-color: #3d6cf9;
    width: 28px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .wrapper {
    z-index: 999;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .intro-card {
    width: 150px;
    padding-left: 10px;
  }

  .width-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .arrow-container {
    right: 6%;
  }

  .arrow-container-right {
    right: 0;
  }

  .slider-bottom {
    top: 5px;
  }

  .shadow {
    height: 60px;
    display: none;
  }

  .main-navbar-div {
    display: none;
  }

  .marquee-wrapper-2 {
    width: 100%;
  }

  .icon-6 {
    color: #3d6cf9;
    width: 150px;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .client-heading {
    padding-left: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .notice-div.bl {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-div {
    margin-top: 60px;
  }

  .tabs-menu {
    width: 80%;
  }

  .image-div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._2-section-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description {
    text-align: center;
  }

  .investor-div.sec {
    justify-content: space-around;
  }

  .investor-div.sec._3rd {
    flex-direction: column;
  }

  .dropdown-list-2.w--open {
    width: 700px;
    height: 300px;
    margin-left: 0;
    margin-right: 0;
    left: 32px;
    right: auto;
  }

  .dropdown-list-2._3 {
    height: 290px;
    left: -160px;
  }

  .dropdown-list-2._4 {
    height: 260px;
    left: -181%;
  }

  .dropdown-list-2._5 {
    left: 0%;
    right: auto;
  }

  .dropdown-list-2._5.w--open {
    height: 175px;
    left: auto;
    right: 35px;
  }

  .parabig {
    text-align: justify;
  }

  .trangle {
    width: 30px;
    height: 30px;
    left: 44px;
  }

  .trangle._2 {
    width: 30px;
    height: 30px;
    left: 245px;
  }

  .trangle._2._3 {
    width: 30px;
    height: 30px;
    left: 427px;
  }

  .trangle._2._3._4 {
    width: 30px;
    height: 30px;
  }

  .centertr._2._3._6 {
    justify-content: flex-end;
    padding-right: 0;
  }

  .centertr._2._3._7 {
    justify-content: flex-start;
    padding-right: 0;
  }

  .slider-3 {
    height: 450px;
  }

  .div-block-9 {
    margin-top: 60px;
  }

  .dropdown-list-3.w--open {
    width: 600px;
    height: 140px;
  }

  .dropdown-list-3._3 {
    width: 740px;
    height: 180px;
  }

  .dropdown-list-3._3._4.w--open {
    width: 740px;
    left: -257px;
  }

  .dropdown-list-3._3._5.w--open {
    width: 740px;
  }

  .dropdown-list-3._3._7.w--open, .dropdown-list-3._3._8.w--open {
    left: auto;
  }

  .dropdown-list-3._3._9.w--open {
    left: auto;
    right: 0;
  }

  .contain-block._2 {
    margin-top: 20px;
  }

  .award-block-div {
    height: 320px;
  }

  .hero-wrapper {
    padding-top: 40px;
  }

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

  .left-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .small-paragraph.b {
    text-align: center;
  }

  .boxes {
    width: 100%;
  }

  .right-white-div {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .white-wrapper {
    flex-direction: column-reverse;
    margin-top: -37px;
    padding-left: 10px;
  }

  .discount-div {
    width: 60%;
  }

  .off-ine-price-div {
    width: 35%;
  }

  .left-side {
    width: 95%;
  }

  .right-side-form {
    width: 60%;
  }

  .policy.white {
    width: auto;
  }

  .size-div {
    height: auto;
  }

  .box {
    padding-left: 0;
    padding-right: 0;
  }

  ._20.width {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .plan-button {
    padding: 10px;
  }

  .plan-button.bb {
    margin-right: 10px;
  }

  .more-div {
    width: 35%;
  }

  .div-block-65 {
    padding-left: 10px;
  }

  .image-11 {
    height: 250px;
  }

  .div-block-66 {
    align-items: center;
  }

  .icon-div {
    display: none;
  }

  .pionts {
    margin-left: 5px;
  }

  .button-right {
    justify-content: flex-end;
  }

  .point1 {
    height: auto;
  }

  .heading-15 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .div-block-76 {
    margin-left: 0;
    margin-right: 0;
  }

  .content-2 {
    height: 180px;
    padding-right: 5px;
  }

  .image-slider {
    display: block;
  }

  .right-form {
    width: 90%;
  }

  .div-block-83 {
    height: 100px;
  }

  .left-side-text {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 18px;
  }

  .more-menu-list-data.show-a20201 {
    display: none;
  }

  .blue-color {
    margin-left: 10px;
  }

  .section-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .font-weights {
    margin-left: 0;
  }

  .wapper-style-guide {
    padding-top: 60px;
  }

  .navbar-logo-center {
    background-color: #202326;
  }

  .project {
    width: 0;
    height: 0;
    margin-top: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .what-i-do-text.m-0 {
    text-align: center;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
    height: auto;
  }

  .project-tabs-content {
    margin-top: 70px;
  }

  .project-tab-pane-detail {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .project-tab-pane-detail.p.d {
    justify-content: center;
  }

  .tab-pane-detail {
    align-self: center;
    padding-left: 0;
  }

  .nav-menu-three {
    grid-row-gap: 24px;
    box-shadow: none;
    background-color: #22211e;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex;
    position: relative;
    top: 38px;
  }

  .logo-block, .logo-2 {
    display: none;
  }

  .nav-menu-block {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .lets-talk-arrow {
    font-size: 26px;
    line-height: 21px;
  }

  .menu-button-2 {
    background-color: #000;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #000;
  }

  .project-image {
    object-fit: cover;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .project-tab-pane-detail-img {
    order: -1;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-shadow-block {
    height: 160px;
    bottom: -9%;
  }

  .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-container.hero-combo-container {
    max-width: 760px;
  }

  .latest-projects-section {
    padding-top: 0;
    padding-bottom: 70px;
    position: relative;
  }

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

  .logo-res {
    width: 136px;
    display: block;
  }

  .tab-pane-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .navbar-logo-center-container.shadow-three {
    background-color: #22211e;
    padding-left: 0;
    padding-right: 0;
  }

  .lets-talk-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    font-size: 18px;
    line-height: 21.86px;
  }

  .project-tab-link-text {
    text-align: center;
    padding: 16px 28px;
    font-size: 20px;
    line-height: 28px;
  }

  .services {
    width: 90px;
    height: 90px;
    margin-top: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .skill-grid {
    grid-template-rows: auto auto auto;
    width: 100%;
  }

  .testimonial-content {
    background-color: #22211e;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .about-detail-heading {
    text-align: center;
  }

  .contact-2 {
    margin-top: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .about {
    z-index: -1;
    width: 90px;
    height: 90px;
    margin-top: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .email-div {
    width: 50%;
  }

  .blue-bg {
    min-height: 510px;
    position: absolute;
    top: auto;
    bottom: -7%;
    left: 0%;
    right: 0%;
  }

  .about-us-section {
    padding-top: 70px;
    padding-bottom: 0;
    position: relative;
  }

  .counter-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .about-ring-image {
    bottom: -3%;
    right: -4%;
  }

  .person-name-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-bottom: 12px;
  }

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

  .about-detail {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .quality-skill-block {
    justify-content: flex-start;
    width: 50%;
  }

  .about-me-block {
    width: 50%;
    padding-top: 0;
    padding-left: 0;
  }

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

  .client-review-block {
    padding: 20px;
  }

  .left-slider-arrow {
    right: 10%;
  }

  .skill-section {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .testimonial-image-two {
    margin-left: 0;
  }

  .testimonial-slide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: rgba(34, 33, 30, 0);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-us-section {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
  }

  .single-skill-item {
    padding: 22px;
  }

  .position-name {
    margin-bottom: -10px;
    font-size: 16px;
    line-height: 20px;
  }

  .form-submit-btn.mt-30 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-contain-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
    height: 850px;
    padding-top: 120px;
  }

  .line {
    width: 40px;
  }

  .right-slider-arrow {
    left: 10%;
  }

  .about-img-detail {
    width: 50%;
  }

  .client-logo-block {
    width: 180px;
    height: 50px;
  }

  .client-review-section {
    padding-top: 70px;
  }

  .hello-name {
    margin-bottom: 12px;
    font-size: 60px;
    line-height: 73.8px;
  }

  .name-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .person-image-block {
    width: 330px;
    height: 510px;
  }

  .training-skill-block {
    justify-content: flex-end;
    align-items: flex-start;
    width: 50%;
  }

  .about-data-card {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .client-logo-slider {
    height: 150px;
  }

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

  .about-heading {
    font-size: 48px;
    line-height: 58px;
  }

  .name {
    font-size: 28px;
  }

  .about-dot-image {
    top: -5%;
    left: -10%;
  }

  .skill-block {
    align-items: stretch;
    margin-right: 10px;
  }

  .skill-title {
    font-size: 22px;
    line-height: 32px;
  }

  .profession-image-block {
    width: 160px;
    height: 160px;
    bottom: 42%;
    right: 15.5%;
  }

  .skill-card-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-left: 0;
    margin-right: 6%;
  }

  .cv-download-btn.about-cv-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .who-i-do-section {
    padding-top: 70px;
    position: relative;
  }

  .icon-10 {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .white-div {
    width: 100%;
  }

  .left {
    justify-content: center;
  }

  .navbar {
    display: flex;
  }

  .header-wrapper {
    height: auto;
  }

  .icons-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .highlight-text {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .whitetext {
    line-height: 12px;
  }

  .main-icon-wrapper {
    width: 30%;
  }

  .ads-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 60%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .left-line.big {
    width: 150px;
  }

  .left-line.hide {
    display: none;
  }

  .line-bold.opacity.width {
    width: 15%;
  }

  .services2-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .slider {
    height: 130px;
  }

  .ads-slider {
    width: auto;
  }

  .container-pionts {
    flex-direction: column;
    align-items: flex-start;
  }

  .intro.auto.help {
    flex-direction: column;
  }

  .main-open {
    padding-bottom: 60px;
  }

  .icons-wrapper-first {
    flex-direction: row;
    width: 65%;
  }

  .white {
    top: auto;
  }

  .fix {
    width: 30%;
  }

  .card-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .intro-card {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 400px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .customer {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-container {
    right: 8%;
  }

  .center {
    margin-top: 20px;
  }

  .review {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-center {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .marquee-wrapper-2 {
    width: 100%;
  }

  .image-conatiner {
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .hori {
    align-items: flex-start;
    width: auto;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .tab-link-tab-1.now {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .description {
    text-align: center;
  }

  ._3-div {
    flex-direction: column;
    align-items: center;
  }

  .mission-card {
    width: 50%;
  }

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

  .investor-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .h4 {
    display: inline-block;
  }

  .dropdown-list-2 {
    position: relative;
  }

  .dropdown-list-2.w--open {
    width: 100%;
    height: 340px;
    position: absolute;
    left: auto;
  }

  .dropdown-list-2._5.w--open {
    height: 200px;
    right: auto;
  }

  .dropdown-toggle-2.hori {
    align-items: center;
  }

  .trangle {
    left: auto;
  }

  .trangle._2 {
    width: 30px;
    height: 30px;
    left: auto;
  }

  .trangle._2._3._4, .trangle._22 {
    right: auto;
  }

  .centertr {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .centertr._2, .centertr._2._3._5, .centertr._2._3._6, .centertr._2._3._7, .centertr._2._3._8, .centertr._2._3._9, .centertr._2._3._10 {
    justify-content: center;
  }

  .dropdown-3 {
    width: 100%;
  }

  .slider-3 {
    height: auto;
  }

  .silders {
    width: 80%;
  }

  .dropdown-list-3.w--open {
    width: 100%;
    height: 160px;
  }

  .dropdown-list-3._3 {
    width: 100%;
    height: 330px;
  }

  .dropdown-list-3._3._4.w--open {
    width: 100%;
    left: auto;
  }

  .dropdown-list-3._3._5.w--open {
    width: 100%;
  }

  .hold {
    width: 50%;
  }

  .award {
    flex-direction: column;
    align-items: center;
  }

  .award._2 {
    margin-top: 0;
  }

  .award-block-div {
    width: 50%;
  }

  .div-block-12, .div-block-12.size {
    flex-direction: column;
  }

  .link-2 {
    border-right-style: none;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-wrapper {
    padding-top: 20px;
  }

  .boxes, .boxes.margin {
    width: 100%;
  }

  .discount-div {
    width: 75%;
  }

  .off-ine-price-div {
    width: 45%;
  }

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

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

  .ss-text.size {
    line-height: 12px;
  }

  .ads-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tiny-para {
    margin-bottom: 5px;
  }

  .pionts-div._2 {
    padding-right: 20px;
  }

  .simple-text.ll {
    font-size: 15px;
  }

  .text-block-5 {
    font-size: 10px;
    line-height: 12px;
  }

  .right-side-form {
    width: 80%;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-link-blue {
    margin-left: 5px;
  }

  .plans {
    font-size: 18px;
  }

  .div-block-59 {
    flex-direction: column;
  }

  .div-block-60 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .box {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 5px;
  }

  ._20 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

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

  .plan-button {
    padding: 10px;
  }

  .div-block-65 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-66 {
    flex-direction: column-reverse;
  }

  .div-block-67 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .simple-table-text {
    height: 100px;
  }

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

  .point1 {
    border-bottom-style: none;
    width: 100%;
  }

  .heading-15 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .content-2 {
    height: auto;
  }

  .contact {
    flex-direction: column;
  }

  .image-slider {
    height: 500px;
  }

  .slider-block-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .sign-in-wrapper {
    background-size: auto;
    width: 100%;
    height: auto;
    display: flex;
  }

  .right-side-sign-in {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .colors {
    max-width: none;
  }

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

  .blue-main.blue {
    width: auto;
  }

  .blue-color {
    margin-left: 0;
  }

  .color-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-8 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .font-wrapper {
    max-width: none;
    padding-top: 100px;
    padding-right: 0;
  }

  .font-weights {
    margin-bottom: 40px;
  }

  .font {
    width: 90%;
    height: 200px;
  }

  .nav-banner-block {
    overflow: hidden;
  }

  .navbar-wrapper-three {
    padding-left: 0;
    padding-right: 0;
  }

  .project-tabs-content {
    margin-top: 60px;
  }

  .project-tab-pane-detail.p, .project-tab-pane-detail.p.d {
    margin-top: 0;
  }

  .project-tab-pane-detail.flex-detail {
    flex-flow: column;
  }

  .tab-pane-heading {
    text-align: center;
  }

  .nav-menu-three {
    flex-direction: column;
    padding: 10px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .project-tab-pane-detail-img {
    width: 100%;
  }

  .latest-projects-section {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-bottom: 48px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .project-tab-link-text {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .what-i-do-data-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-slider-nav {
    font-size: 12px;
  }

  .about-me-paragraph {
    margin-bottom: 26px;
  }

  .mask-3 {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 0;
  }

  .skill-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-content {
    max-width: none;
    margin-right: 0;
  }

  .what-i-do-data-card-block {
    flex-flow: row;
    width: 100%;
  }

  .email-div {
    width: 35%;
  }

  .blue-bg {
    max-width: 300px;
  }

  .project-tab-link, .project-tab-link.w--current {
    width: 20%;
  }

  .about-us-section {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .counter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-ring-image {
    right: -3%;
  }

  .what-i-do-data {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .quality-skill-block {
    width: 100%;
  }

  .contact-div {
    width: 50%;
  }

  .about-me-block {
    width: 100%;
    max-width: none;
  }

  .left-slider-arrow {
    right: 15%;
  }

  .skill-section {
    padding-top: 48px;
  }

  .testimonial-image-two {
    width: 50%;
    height: 270px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 0;
  }

  .contact-us-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .single-skill-item {
    width: 100%;
    height: auto;
  }

  .form-submit-btn {
    display: none;
  }

  .form-submit-btn.mt-30 {
    display: block;
  }

  .hero-contain-block {
    flex-direction: column;
    justify-content: flex-start;
    height: 850px;
    padding-top: 20px;
  }

  .line {
    width: 36px;
  }

  .right-slider-arrow {
    left: 15%;
  }

  .about-img-detail {
    width: 60%;
  }

  .client-logo-block {
    align-items: center;
    height: 180px;
  }

  .client-review-section {
    padding-top: 48px;
    overflow: hidden;
  }

  .hello-name {
    margin-bottom: 0;
    font-size: 62px;
    line-height: 75.58px;
  }

  .name-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-bottom: 24px;
  }

  .training-skill-block {
    justify-content: flex-start;
    width: 100%;
  }

  .client-logo-slider {
    height: 150px;
  }

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

  .project-tabs-menu {
    width: 100%;
  }

  .team-slider-wrapper {
    display: flex;
  }

  .client-text {
    font-size: 28px;
    line-height: 40px;
  }

  .name {
    font-size: 26px;
    line-height: 30px;
  }

  .about-dot-image {
    left: -10%;
  }

  .skill-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .skill-flex-block {
    align-items: center;
    width: 100%;
  }

  .skill-main-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .skills {
    width: 100%;
  }

  .profession-image-block {
    width: 130px;
    height: 130px;
    right: 10%;
  }

  .team-slide-wrapper {
    margin-right: 5%;
  }

  .cv-download-btn {
    display: none;
  }

  .who-i-do-section {
    padding-top: 48px;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    text-align: center;
  }

  p {
    font-size: 16px;
    line-height: 25px;
  }

  .left {
    flex-direction: column;
    display: none;
  }

  .link.border {
    border-left-style: none;
    padding-right: 5px;
  }

  .link.last {
    padding-left: 5px;
  }

  .container.left {
    display: flex;
  }

  .main-heading-big {
    display: none;
  }

  .icons-wrapper {
    flex-direction: column-reverse;
  }

  .main-icon-wrapper {
    width: 31%;
    margin-right: 0;
  }

  .ads-wrapper {
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .services-wraper {
    box-shadow: none;
    background-color: #3d6cf9;
    border-radius: 0;
    margin-top: 0;
  }

  .service-sub-wrapper {
    background-color: #fff;
    border-radius: 11px;
    margin: 0 10px;
  }

  .left-line.big {
    width: 60px;
  }

  .left-line.hide {
    display: block;
  }

  .line-bold.opacity {
    width: 15%;
  }

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

  .services-addtion-wraper {
    width: auto;
  }

  .ads-slider {
    width: auto;
    margin-top: 20px;
  }

  .container-pionts, .intro.auto.help {
    flex-direction: column;
  }

  .intro-para.width {
    width: auto;
  }

  .icons-wrapper-first {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

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

  .icon {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  ._1 {
    flex-direction: column;
  }

  .buttons-wrapper {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .white {
    top: auto;
  }

  .menu-button {
    padding: 10px;
  }

  ._100image {
    width: 100%;
  }

  ._100image._80 {
    width: 30%;
  }

  .fix {
    width: 80%;
  }

  .intro-card {
    width: 280px;
    padding-right: 10px;
  }

  .back-color {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-app {
    margin-right: 10px;
  }

  .client {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .customer {
    padding-bottom: 0;
  }

  .width-slide {
    width: auto;
    height: 200px;
  }

  .slider-bottom {
    top: -76px;
  }

  .add-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-image {
    width: 80%;
  }

  .second-col-div {
    flex-direction: column;
    width: auto;
  }

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

  .marquee-wrapper-2 {
    width: 50%;
  }

  .image-conatiner {
    width: auto;
    margin-top: 10px;
  }

  .mail-div {
    padding-left: 0;
    padding-right: 10px;
  }

  .team-names.name {
    text-align: center;
  }

  .hori {
    width: auto;
  }

  .service-content {
    justify-content: space-around;
  }

  .client-heading {
    padding-left: 0;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-heading {
    margin-top: 20px;
  }

  .notice {
    margin-bottom: 0;
  }

  .tabs-menu {
    flex-direction: column;
    width: 70%;
  }

  .black {
    text-align: center;
  }

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

  ._2image {
    width: 40%;
    margin-bottom: 10px;
  }

  ._2image._2nd-page {
    width: 50%;
  }

  ._2image.ist, ._2image._4th {
    width: 33%;
  }

  ._3image {
    width: 30%;
    margin-bottom: 10px;
  }

  ._3image.team-page {
    width: 50%;
  }

  ._3image.ist, ._3image._2nd {
    width: 33%;
  }

  ._4image {
    width: 30%;
  }

  ._4image.ist, ._4image._2nd {
    width: 33%;
  }

  ._1image {
    width: 50%;
    margin-bottom: 10px;
  }

  ._1image._2nd-page {
    width: 33%;
  }

  .tabline {
    top: 102px;
  }

  ._2-section-div {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._2-section-div.flip {
    flex-direction: column;
  }

  ._1st {
    width: 90%;
  }

  .description {
    text-align: center;
  }

  .image2-div {
    width: 95%;
  }

  ._3-div._2 {
    justify-content: center;
    margin-bottom: 40px;
  }

  .mission-card {
    width: 80%;
  }

  .dropdown-list-2.w--open {
    height: 620px;
  }

  .dropdown-list-2._5.w--open {
    height: 310px;
  }

  .dropdown-toggle-2.hori {
    flex-direction: column-reverse;
  }

  .dropdown-3.sh {
    margin-top: 20px;
  }

  .dropdown-3.sh._4 {
    margin-top: 10px;
  }

  .slide-2 {
    padding: 10px;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .quote {
    top: 20px;
  }

  .div-block-9 {
    justify-content: center;
  }

  .hold {
    width: 90%;
  }

  .hold.size {
    width: 100%;
  }

  .contain-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .award-block-div {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper {
    padding-top: 20px;
  }

  .left-wrapper {
    width: 95%;
  }

  .wrapper-boxes {
    margin-top: 10px;
  }

  .right-white-div {
    width: 95%;
  }

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

  .white-wrapper {
    flex-direction: column-reverse;
    margin-top: -49px;
    padding-left: 0;
  }

  .off-ine-price-div {
    width: 75%;
  }

  .left-side {
    width: 95%;
  }

  .table-div {
    width: 100%;
  }

  .full-column {
    flex-direction: row;
    align-items: center;
  }

  .full-column.wh, .full-column.wh.blue {
    flex-direction: row;
  }

  .ads-div {
    width: 80%;
  }

  .tiny-para {
    margin-top: 5px;
  }

  .tiny-para.big {
    text-align: center;
  }

  .info-div {
    flex-direction: column;
    justify-content: center;
  }

  .pionts-div._2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .pionts-div._2.size {
    width: 100%;
    height: auto;
    padding: 5px;
  }

  .simple-text.ss {
    line-height: 10px;
  }

  .simple-text.ll {
    font-size: 11px;
    line-height: 15px;
  }

  .simple-text.life, .simple-text._13 {
    font-size: 12px;
    line-height: 12px;
  }

  ._1crore {
    margin-right: 5px;
    font-size: 16px;
  }

  .life-text, .money-text {
    font-size: 16px;
  }

  .right-side-form {
    width: 95%;
    padding: 10px;
  }

  .submit-button {
    padding-left: 70px;
  }

  .submit-button.orange {
    padding-left: 60px;
  }

  .toggle-contain {
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .div-block-60 {
    width: 90%;
  }

  .box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-8 {
    font-size: 10px;
    line-height: 10px;
  }

  ._20 {
    border-right: 1px solid #cfcfcf;
    height: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
  }

  ._20.width {
    align-items: flex-start;
  }

  .plan-button {
    margin-top: 5px;
    padding: 4px;
    font-size: 12px;
    line-height: 15px;
  }

  .more-div {
    width: 60%;
  }

  .color.ss {
    font-size: 25px;
    line-height: 25px;
  }

  .blur-back {
    font-size: 12px;
    line-height: 13px;
  }

  .simple-table-text {
    text-align: center;
    border-left-style: solid;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 0;
    font-size: 12px;
    line-height: 15px;
    display: flex;
  }

  .light-blue-box {
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0;
    display: flex;
  }

  .plan-heading {
    font-size: 15px;
    line-height: 25px;
  }

  .pionts {
    font-size: 14px;
    line-height: 25px;
  }

  .img._3 {
    width: auto;
  }

  .heading-15 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 18px;
  }

  .image-13 {
    width: 90%;
  }

  .contact {
    flex-direction: column;
  }

  .image-slider {
    height: 450px;
  }

  .sign-in-wrapper {
    height: auto;
  }

  .right-side-sign-in {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .div-block-83 {
    height: 80px;
  }

  .colors {
    max-width: none;
  }

  .blue-main.blue {
    width: auto;
  }

  .color-wrapper {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-8 {
    margin-top: 10px;
    padding-top: 40px;
  }

  .font-weights {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .font {
    width: 90%;
    margin-top: -62px;
  }

  .bg {
    font-size: 80px;
  }

  .bg._2 {
    font-size: 200px;
  }

  .nav-banner-block {
    height: auto;
    overflow: hidden;
  }

  .tab-pane-text {
    font-size: 14px;
    line-height: 21px;
  }

  .project {
    margin-top: 0;
  }

  .what-i-do-text.m-0 {
    font-size: 14px;
    line-height: 21px;
  }

  .project-tabs-content {
    margin-top: 30px;
  }

  .tab-pane-link-text {
    font-size: 16px;
    line-height: 19.5px;
  }

  .project-tab-pane-detail {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .project-tab-pane-detail.width {
    flex-flow: column;
  }

  .tab-pane-detail.ml {
    padding-right: 0;
  }

  .tab-pane-heading {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 33px;
  }

  .nav-menu-three {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .nav-menu-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .project-tab-pane-detail-img {
    order: -1;
    height: 100%;
  }

  .main-container.hero-combo-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .latest-projects-section {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: 0;
  }

  .logo-res {
    width: 80px;
  }

  .tab-pane-box {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .navbar-logo-center-container.shadow-three {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lets-talk-link.m-52 {
    margin-top: 30px;
  }

  .testimonial-slider-nav {
    padding: 6px 10px 2px;
  }

  .services {
    margin-top: 0;
  }

  .mask-3 {
    padding-bottom: 0;
  }

  .profession-image {
    margin-top: 19px;
  }

  .testimonial-content {
    margin-bottom: 0;
    padding: 32px 28px;
  }

  .about-detail-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .contact-2, .about {
    margin-top: 0;
  }

  .what-i-do-data-card-block {
    width: 50%;
  }

  .client-name {
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .email-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-information {
    flex-flow: column;
  }

  .blue-bg {
    max-width: 224px;
    height: 400px;
    min-height: 400px;
  }

  .blue-bg.hide {
    background-color: rgba(71, 71, 71, 0);
    display: block;
  }

  .project-tab-link {
    color: #7f7466;
    border-bottom: 1px solid #dac5a7;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 51px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    display: flex;
  }

  .project-tab-link:hover {
    color: #0e0e0e;
    background-color: #dac5a7;
  }

  .project-tab-link.w--current {
    border-radius: 6px 6px 0 0;
    order: -1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 10px;
  }

  .about-us-section {
    padding-bottom: 0;
  }

  .comma-img-bottom {
    width: 38px;
    height: 32px;
  }

  .counter-grid {
    grid-template-columns: 1fr;
  }

  .about-ring-image {
    bottom: -4%;
    right: 1%;
  }

  .top-arrow-block {
    width: 50px;
    height: 50px;
  }

  .person-name-block {
    margin-bottom: 12px;
  }

  .project-dropdwon-arrow {
    font-family: "Fa Solid 900", sans-serif;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .about-data-text {
    font-size: 16px;
    line-height: 24px;
  }

  .person-image {
    object-fit: contain;
  }

  .about-me-block {
    max-width: 320px;
  }

  .contact-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .client-review-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .left-slider-arrow {
    right: 30%;
  }

  .testimonial-image-two {
    width: 242px;
    height: 240px;
  }

  .testimonial-slide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .top-arrow {
    font-size: 26px;
    line-height: 26px;
  }

  .comma-img-top {
    width: 38px;
    height: 32px;
  }

  .social-media-block {
    width: 32px;
    height: 32px;
  }

  .position-name {
    margin-bottom: 0;
  }

  .hero-contain-block {
    padding-top: 60px;
  }

  .right-slider-arrow {
    left: 30%;
  }

  .about-img-detail {
    width: 100%;
  }

  .hello-name {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 60px;
  }

  .contact-info-form-data {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .name-block {
    margin-bottom: 14px;
  }

  .person-image-block {
    width: 341px;
    height: 420px;
    top: -37px;
    left: -71px;
  }

  .about-img {
    width: 90%;
  }

  .about-data-card {
    align-items: stretch;
  }

  .about-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .project-tabs-menu {
    z-index: 10;
    background-color: #0e0e0e;
    border-style: solid;
    border-color: #dac5a7;
    border-radius: 7px;
    flex-wrap: wrap;
    padding: 0;
    overflow: hidden;
  }

  .about-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .client-text {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }

  .name {
    font-size: 24px;
    line-height: 26px;
  }

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

  .about-dot-image {
    left: -1%;
  }

  .skill-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    margin-right: 0;
  }

  .skill-title {
    font-size: 18px;
    line-height: 28px;
  }

  .skill-flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .skill-main-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .profession-image-block {
    bottom: 39%;
    right: -1%;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 12px;
  }

  .about-text {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cv-download-btn.about-cv-btn {
    display: inline-block;
  }

  .icon-10 {
    color: #fff;
  }
}

#w-node-d3eb9318-389a-af86-1c0e-7cb71211e342-9a8eb396, #w-node-d3eb9318-389a-af86-1c0e-7cb71211e366-9a8eb396, #w-node-d3eb9318-389a-af86-1c0e-7cb71211e398-9a8eb396, #w-node-d3eb9318-389a-af86-1c0e-7cb71211e3d4-9a8eb396 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Britanica';
  src: url('../fonts/Britanica-ExtraBold-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}