html, body {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  overflow-y: auto;
}

ul {
  list-style: none;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-family: "Titillium Web";
}

h2 {
  font-size: 50px;
  color: darkblue;
}

p {
  font-family: "Titillium Web";
  margin: 10px 0px;
}

a {
  color: initial;
  text-decoration: none;
}

input {
  background: none;
  outline: none;
  border: none;
  border-radius: 10px;
  height: 20px;
  padding: 5px;
  font-family: "Titillium Web";
}

select {
  height: 30px;
  border-radius: 5px;
  outline: none;
  background: none;
  font-family: "Titillium Web";
  border: none;
}

label {
  font-family: "Titillium Web";
  color: white;
}

button {
  cursor: pointer;
  height: 30px;
  background: darkblue;
  border-radius: 5px;
  outline: none;
  border: none;
  color: white;
}

.icon-inners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50%;
}

.icon-inners span {
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.q-smh {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 5000000;
  left: 0px;
  background: white;
}

.q-sh-inner {
  padding: 0px 0px;
  height: 80px;
}

.q-stb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.q-s-nav {
  height: 100%;
  width: 55%;
}

.q-s-nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.q-s-nav ul li {
  height: 100%;
}

.q-s-nav ul li div {
  height: 100%;
  color: darkblue;
  font-family: "Titillium Web";
  font-weight: bolder;
  border-bottom: 0px solid transparent;
}

.q-s-nav ul li div:hover {
  color: #1fce00;
  border-color: rgba(2, 255, 2, 0.315);
}

#en-item {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: #1fce00;
}

.li-active {
  border-color: #1fce00 !important;
}

.mobile-menu {
  display: none;
}

.decont {
  background: #1fce00;
  height: 200px;
  width: 200px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -100px;
  right: -100px;
}

.d2 {
  top: inherit;
  bottom: -50px !important;
  left: -100px;
}

.fold-inner {
  height: 100vh;
  background-image: url(../images/gallery/30.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0px;
}

.fold-item {
  width: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.436);
  height: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fold-item div {
  width: 100%;
}

.fold-item h1 {
  font-size: 60px;
  font-weight: bolder;
  color: lightgray;
  text-align: center;
  line-height: 80px;
}

.fold-item h3 {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "Titillium Web";
}

.fold-item p {
  text-align: center;
  color: white;
  font-size: 20px;
}

.action-btns-top {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 300px !important;
}

.action-btns-top button {
  border: 2px solid #1fce00;
  border-radius: 0px;
  background: none;
  width: 140px;
  height: 40px;
}

.a-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ft-card {
  background: #1fce00;
  padding: 20px 50px;
  bottom: 0px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 80%;
  margin-top: 0px;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cc {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 2px solid black;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cc-icon {
  margin-right: 20px;
  width: 60px !important;
  font-size: 30px;
  height: 50px;
  background: darkblue;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cc-icon i {
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.cc-con {
  color: #ffffff;
  text-align: left !important;
}

.cc-con p {
  font-size: 18px;
  margin-top: 5px;
}

.cc-con h4 {
  font-size: 20px;
}

.intro-wrapper {
  padding: 20px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro-wrapper p {
  font-size: 20px;
  color: lightgray;
  text-align: center;
  width: 100%;
}

.intro-wrapper h2 {
  color: #1fce00 !important;
}

.intro-inner {
  background: #0b0049;
  width: 100%;
  margin-top: -100px;
  position: relative;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-top: 5px dashed #1fce00;
}

.intro-inner::before {
  content: '';
  position: absolute;
  background: #0b0049;
  border-top: 5px dashed #1fce00;
  -webkit-box-shadow: 0px 2px 2px #0e0e0e;
          box-shadow: 0px 2px 2px #0e0e0e;
  -webkit-transform: skew(-50deg);
          transform: skew(-50deg);
  z-index: -1;
  width: 100%;
  height: 50%;
  left: -30px;
}

.cta-bottom {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.cta-btm-inner {
  background-color: darkblue;
  width: 50px;
  height: 50px;
  color: lightgray;
}

.intro-inner-grid {
  padding: 40px;
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.int-content {
  padding: 10px;
}

.int-content h3 {
  font-size: 40px;
}

.int-content h2 {
  font-size: 60px;
  color: #1fce00;
}

.vmbtn button {
  background: transparent;
  color: darkblue;
  border: 2px solid darkblue;
  border-radius: 0px;
  -webkit-transition: .3s;
  transition: .3s;
}

.vmbtn button:hover {
  background: darkblue;
  color: white;
}

.vid-inner img {
  width: 100%;
}

.highl-inner {
  background-color: #1fce00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

.hl-item {
  width: 100%;
  text-align: center;
}

.hl-item img {
  width: 80px;
  padding: 10px;
  border-radius: 50%;
  border: 5px solid #1fce00;
}

.hl-item p {
  color: #ffffff;
}

.serv-header {
  background-image: url(../images/bg10.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serv-h {
  background: rgba(0, 1, 80, 0.664);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 160px;
}

.serv-h h2, .serv-h h3 {
  color: #1fce00;
}

.serv-h h2 {
  font-size: 30px;
}

.serv-h h3 {
  font-size: 50px;
}

.serv-h p {
  color: lightgray;
}

.serv-item-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.serv-item-h h3 {
  font-weight: bold;
  font-size: 20px;
  color: #424242;
  text-transform: uppercase;
  width: 80%;
}

.serv-icon {
  width: 50px;
  height: 50px;
  background: darkblue;
  color: #1fce00;
  margin-right: 20px;
  border: 2px solid #1fce00;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  padding: 30px;
  margin-top: -150px;
  width: calc(100% - 80px);
}

.serv-item {
  background-color: white;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 3px lightgray;
          box-shadow: 0px 3px 3px lightgray;
  -webkit-transition: 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.serv-item h3 {
  font-size: 30px;
}

.serv-item:hover {
  margin-top: -4px;
}

.serv-item:hover button {
  background: darkblue;
  color: #1fce00;
}

.serv-item:hover button span {
  margin-left: 10px;
}

.serv-item-c ul {
  list-style: circle;
  padding-left: 40px;
}

.serv-item-c ul li {
  margin-top: 15px;
  font-family: "Titillium Web";
}

.serv-item-c button {
  background: none;
  border-bottom: 1px solid darkblue;
  border-radius: 0px;
  color: darkblue;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 30px;
}

.page-breaker-container {
  background: url(../images/bg2.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-bottom: 80px;
}

.page-breaker {
  background: rgba(0, 1, 80, 0.842);
  height: 100%;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pb-vc {
  width: 100%;
}

.customer-section-inner {
  padding: 20px;
  background-color: white;
  margin-bottom: 60px;
}

.customer-section-inner h2 {
  font-size: 45px;
  color: #1fce00;
}

.csi-grid {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.csi-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.csi-item img:hover {
  opacity: 0.5;
}

.form-side {
  width: 100%;
}

.form-side h3 {
  font-size: 50px;
  color: #1fce00;
  border-bottom: 5px solid #1fce00;
}

.pb-vc-inner {
  padding-left: 20px;
  color: lightgray;
}

.pb-vc-inner h2 {
  font-size: 60px;
  color: #1fce00;
}

.pb-vc-inner h3 {
  font-size: 40px;
}

.pb-vc-inner ul {
  padding-left: 30px;
  list-style: square;
}

.pb-vc-inner li {
  font-family: "Titillium Web";
}

.form form {
  background: white;
  padding: 10px;
}

.form form label {
  color: white;
}

.form-card {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  border-radius: 0px;
}

.f-input input {
  width: calc(100% - 15px);
  border-radius: 5px;
  height: 25px;
  color: white;
  padding: 5px;
  background: rgba(211, 211, 211, 0.13);
}

.f-input select {
  width: calc(100% - 5px);
  border-radius: 5px;
  color: white;
}

.message {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}

.message textarea {
  background: rgba(211, 211, 211, 0.13);
  height: 100px;
  border-bottom: 1px solid #1fce00;
  width: calc(100% - 15px);
  border-radius: 5px;
  padding: 5px;
  color: white;
  outline: none;
  font-family: "Titillium Web";
  resize: none;
}

.reg-form-submit {
  text-align: right;
  margin-top: 20px;
}

.reg-form-submit button {
  width: 160px;
  background: #1fce00;
  height: 30px;
  color: white;
}

.ffs {
  padding: 0px 10px;
  width: 60%;
  margin-left: 50%;
  margin-bottom: 60px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.ffs .form-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ffs .f-input {
  width: 100%;
}

.ffs input {
  width: 100%;
  background: lightgray;
}

iframe {
  width: 100%;
}

.ffs button {
  height: 40px;
  background: #1fce00;
  color: white;
  width: 100px;
}

.zoomed-container {
  background: rgba(20, 20, 20, 0.972);
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 30000000;
}

.back {
  color: #1fce00;
  font-size: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1fce00;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

.cons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1fce00;
  top: 50%;
  border: #1fce00 2px solid;
  cursor: pointer;
  background: #0a0a0a;
}

.zoomed-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}

#c_right {
  right: 20px;
}

#c_left {
  left: 20px;
}

.zoomed {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

#zm {
  height: 100%;
}

.footer-inner {
  background: darkblue;
  /* height: 600px; */
  color: white;
  font-family: 'Titillium Web';
}

.footer-inner h2 {
  text-align: center;
}

.footer-inner a {
  color: #f0f0f0;
}

.ft-grid-top {
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.ft-grid-top h3 {
  font-size: 30px;
  color: #1fce00;
}

.fgt li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.footer-inner img {
  margin-top: 20px;
}

.btm-f {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.footer-inner .f-input input {
  background: whitesmoke;
  width: 200px;
}

.footer-inner .form-card {
  display: block;
}

.footer-inner .form-card h3 {
  font-size: 30px;
}

.footer-inner .ffs-sub button {
  background: white;
  color: black;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .q-sh-inner {
    height: 48px;
    padding-top: 15px;
  }
  .logo-pack img {
    width: 80px;
  }
  .mobile-menu {
    font-size: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
    display: inline-block;
  }
  .q-stb {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .q-s-nav {
    position: absolute;
    background: darkblue;
    width: 100%;
    left: 0px;
    top: 60px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav-active {
    height: 400px;
  }
  .q-s-nav ul {
    display: block !important;
  }
  .q-s-nav ul li {
    margin-top: 10px;
  }
  .q-s-nav ul li div {
    color: lightgray;
    padding: 5px 20px;
    border-bottom-width: 1px;
  }
  .intro-inner-grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    padding: 10px;
    margin-top: 240px;
  }
  .site-fold {
    margin-bottom: 140px;
  }
  .highl-inner {
    display: -ms-grid;
    display: grid;
    row-gap: 10px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }
  .hl-item {
    border: 1px solid lightgray;
    height: 120px;
  }
  .hl-item img {
    width: 50px;
    padding: 5px;
  }
  .hl-item p {
    font-size: 11px;
  }
  .h22 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .h22 .hl-item {
    height: auto !important;
  }
  .page-breaker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px;
  }
  .pb-vc-inner {
    margin-top: 30px;
    padding: 3px;
  }
  .pb-vc-inner h2 {
    font-size: 45px;
  }
  .services-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding: 5px;
  }
  .csi-grid {
    display: -ms-grid;
    display: grid;
    row-gap: 10px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .ft-grid-top {
    row-gap: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .ad-side ul {
    font-size: 20px;
  }
  .btm-f {
    row-gap: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .cc {
    margin-right: 0px;
    width: 100%;
    border-right: 0px;
  }
  .ft-card {
    padding-left: 10px;
    width: 70% !important;
    display: -ms-grid;
    display: grid;
    row-gap: 10px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    bottom: -200px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .cc-icon {
    background: none;
    position: relative;
    width: 65px !important;
  }
  .cc-con {
    width: 100%;
  }
  .cc-con h4 {
    font-size: 18px;
  }
  .decont {
    display: none;
  }
}

@media (max-width: 550px) {
  .logo-pack img {
    width: 128px;
  }
  .fold-inner {
    height: 100vh;
  }
  .fold-inner h1 {
    margin: 0px;
    font-size: 50px !important;
  }
  .fold-item {
    height: 100%;
    padding: 0px;
  }
  .fold-item h1 {
    font-size: 40px;
  }
  .fold-item h3 {
    font-size: 22px;
    margin: 0px;
  }
  .fold-item p {
    font-size: 18px;
    font-weight: normal;
  }
  .fold-item .action-btns-top {
    margin-top: 20px;
  }
  .int-content h2 {
    font-size: 30px;
  }
  .serv-h h3 {
    font-size: 25px;
  }
  .services-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    width: calc(100% - 10px);
  }
  .serv-item {
    padding: 5px;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .serv-item-h {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .csi-item h3 {
    font-size: 20px !important;
  }
  .ffs {
    padding: 0px 5px;
    width: 90%;
    margin-left: 50%;
    margin-bottom: 60px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .ft-grid-top {
    row-gap: 20px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .btm-f {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}
/*# sourceMappingURL=style.css.map */