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: #1fce00;
}

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";
}

button {
  cursor: pointer;
  height: 30px;
  background: #1fce00;
  border-radius: 10px;
  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 {
  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: lime !important;
}

.mobile-menu {
  display: none;
}

.fold-inner {
  height: 80vh;
  background-image: url(../images/gallery/18.jpeg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  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;
}

.fold-item {
  padding: 20px;
  width: 100%;
  background: #1fce00;
  position: relative;
}

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

.fold-item p {
  text-align: center;
  color: lightgray;
}

.fold-item::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #1fce00;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: -25px;
  left: calc(50% - 25px);
}

.bread-crumb-inner {
  background: rgba(245, 245, 245, 0.801);
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  height: 10px;
  padding: 10px;
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
  margin-top: -50px;
  border: 3px solid lightgray;
}

.crumb-inner {
  font-family: "Titillium Web";
}

.main-serv-container {
  margin: 0px 0px;
}

.s-intro {
  padding: 30px;
}

.s-intro p {
  font-size: 20px;
}

.serv-inner-grid-1 {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  width: calc(100% - 50px);
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  padding: 20px;
}

.sig1-thumb-side {
  position: relative;
  overflow: hidden;
}

.sig1-thumb-side img {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.sig1-thumb-side::before {
  content: '';
  height: 100%;
  background: rgba(7, 0, 105, 0.534);
  position: absolute;
  width: 100%;
}

.sig1-content-side h2 {
  font-size: 30px;
  color: rgba(8, 8, 8, 0.747);
}

.sig1-content-side ul {
  padding-left: 30px;
  list-style: circle;
}

.sig1-content-side ul li {
  font-family: "Titillium Web";
}

.bits {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}

.bits i {
  font-size: 30px;
  margin-right: 10px;
  color: #1fce00;
}

.serv-grid-grid {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
  padding: 30px;
}

.serv-grid-inner-h {
  background: darkblue;
  height: 200px;
}

.serv-grid-inner-h h3 {
  font-size: 50px;
  color: whitesmoke;
  text-align: center;
  padding-top: 30px;
}

.sgg-thumb img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sgg-content {
  width: calc(100% - 60px);
  position: relative;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 10px;
  margin-top: -80px;
  background: whitesmoke;
  -webkit-transition: .4s;
  transition: .4s;
  padding-bottom: 40px;
}

.sgg-content h2 {
  font-size: 20px;
  color: #3d3d3d;
  text-transform: uppercase;
  text-align: center;
}

.sgg-content ul {
  list-style: circle;
  padding-left: 30px;
}

.sgg-content ul li {
  font-family: "Titillium Web";
}

.sgg-content ul li ul {
  list-style: disc;
  font-size: 14px;
}

.sgg-content ul li ul li {
  font-size: 13px;
}

.sgg-content button {
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  position: absolute;
  bottom: 10px;
  border-radius: 0px;
  background: darkblue;
  color: #1fce00;
}

.sgg-item {
  -webkit-transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
}

.sgg-item:hover .sgg-content {
  margin-top: -110px;
}

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

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

.footer-inner {
  background: darkblue;
  color: white;
  font-family: 'Titillium Web';
}

.footer-inner h3 {
  color: #1fce00 !important;
}

.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);
}

.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 .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;
  }
  .serv-grid-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .serv-inner-grid-1 {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .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);
  }
}

@media (max-width: 550px) {
  .logo-pack img {
    width: 128px;
  }
  .fold-inner {
    height: 60vh;
    background-position: right;
  }
  .fold-inner h1 {
    font-size: 40px;
  }
  .serv-grid-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 5px;
  }
  .sgg-content {
    height: auto;
  }
  .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=services.css.map */