/*Google Fonts Link*/
@import url("https://cdn.rawgit.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css");
* {
  margin: 0;
  padding: 0;
}

#bIconsId {
  background: #DFE2E9;
  overflow-x: hidden !important;
  font-family: "Gilroy", sans-serif;
  -webkit-tap-highlight-color: transparent !important;
}

.nav-bar {
  height: 12vh;
  position: relative;
}

a {
  text-decoration: none !important;
}

.logo {
  position: absolute !important;
  cursor: pointer !important;
  z-index: 2;
  display: inline;
  left: 5% !important;
  top: 50% !important;
  -webkit-transform: translate(-5%, -50%) !important;
          transform: translate(-5%, -50%) !important;
}

.logo-img {
  width: 45px !important;
  height: 45px !important;
}

.nav-btn {
  position: absolute !important;
  width: 36px;
  height: 23.2px;
  cursor: pointer !important;
  z-index: 2;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(-5%, -50%);
          transform: translate(-5%, -50%);
}

.menu-btn-icons,
.menu-btn-icons:after,
.menu-btn-icons:before {
  width: 36px;
  height: 3.2px;
  border-radius: 30px !important;
}

.menu-btn-icons {
  width: 20px;
}

.menu-btn-icons {
  position: relative;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background: #2f303a;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}

.menu-btn-icons::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #2f303a;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-btn-icons::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #2f303a;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}

.menu-btn-icons.animate {
  background: #DFE2E9;
}

.menu-btn-icons.animate::after {
  opacity: 1;
  top: 0;
  width: 32px;
  background: #2f303a !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-btn-icons.animate::before {
  opacity: 1;
  bottom: 0;
  width: 32px;
  background: #2f303a !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-menu {
  width: 100%;
  height: 100vh !important;
  position: fixed;
  display: none;
  background: #DFE2E9 !important;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  z-index: 1 !important;
}

.nav-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 0 !important;
}

.nav-links li {
  list-style: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-links li a {
  color: #212121;
  text-decoration: none;
  font-size: 18px;
  font-family: "Gilroy", sans-serif !important;
  font-weight: 700 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.link {
  position: relative;
  margin: auto;
  padding: 20px 20px !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 14px;
  display: block;
  border-radius: 30px;
  background: rgba(223, 226, 233, 0.5);
  width: 40px;
  height: 40px;
  -webkit-transition: all 400ms ease !important;
  transition: all 400ms ease !important;
}

.link span {
  position: relative;
  vertical-align: middle;
}

.link:hover::before {
  width: 100%;
  background: #5770F5;
}

.link:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

.icons {
  width: 100%;
  height: 150vh;
  padding-top: 2em !important;
}

.z {
  z-index: -2 !important;
}

.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.out-line2 {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: 4em;
  margin-left: 4em;
}

.outline-icon {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 22px;
  height: 22px;
}

.fill-2 {
  position: relative;
  background: #5770F5;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: 4em;
  margin-left: 4em;
}

.fill-icon {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 22px;
  height: 22px;
}

.container {
  text-align: center;
}

#search {
  font-family: "Gilroy", sans-serif;
  font-weight: 500 !important;
  background: #2f303a !important;
  width: 16px;
  height: 16px;
  padding: 20px;
  text-align: center !important;
  border-radius: 30px;
  border: none;
  color: #DFE2E9;
  cursor: pointer;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
  font-size: 20px;
}

#search::-webkit-input-placeholder {
  color: #DFE2E9;
}

#search:-ms-input-placeholder {
  color: #DFE2E9;
}

#search::-ms-input-placeholder {
  color: #DFE2E9;
}

#search::placeholder {
  color: #DFE2E9;
}

#search:focus {
  outline: none;
}

#search-btn {
  width: 20px;
  height: 20px;
  margin: 18px 0 0 18px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.search-contain:before {
  content: "";
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 4px solid #2f303a;
  background: #2f303a;
  position: absolute;
  -webkit-animation: grow 1s infinite;
          animation: grow 1s infinite;
}

@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes grow {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.search-contain.stop:before {
  content: "";
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 4px solid #2f303a;
  position: absolute;
  -webkit-animation: grow 0s 0;
          animation: grow 0s 0;
}

.m-search-div {
  display: none !important;
}

.m-search {
  font-family: "Gilroy", sans-serif;
  font-weight: 500 !important;
  background: #2f303a !important;
  width: 50%;
  border-radius: 30px;
  height: 16px;
  padding: 20px !important;
  text-align: center !important;
  border: none;
  color: #DFE2E9;
  cursor: pointer;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
  font-size: 20px;
}

.m-search::-webkit-input-placeholder {
  color: #DFE2E9;
}

.m-search:-ms-input-placeholder {
  color: #DFE2E9;
}

.m-search::-ms-input-placeholder {
  color: #DFE2E9;
}

.m-search::placeholder {
  color: #DFE2E9;
}

.m-search:focus {
  outline: none;
}

#mSearchBtn {
  width: 20px;
  height: 20px;
  margin: 18px 0 0 25px;
  position: absolute;
  z-index: 1;
}

.sub-heading {
  text-align: center !important;
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
}

.icons-section2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  padding: 2em 2em 2em 2em !important;
}

.hide {
  visibility: hidden !important;
}

.b-g {
  width: 80px !important;
  height: 80px !important;
  background: #fff !important;
  border-radius: 10px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer !important;
  position: relative;
  margin: 2em 2em 2em 2em !important;
}

.b-g:hover {
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}

.space {
  width: 80px !important;
  height: 80px !important;
  margin: 2em 2em 2em 2em !important;
  visibility: hidden;
  display: none !important;
}

#sp1 #sp2 {
  display: none !important;
}

.i-user {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 30px !important;
  height: 30px !important;
}

.i-search {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 30px;
  height: 30px;
}

.i-vol-off {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 25px;
  height: 25px;
}

.i-vol-dwn {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 30px;
  height: 30px;
}

.i-vol-up {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 35px;
  height: 35px;
}

.i-2-row {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 30px;
  height: 30px;
}

.i-close {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 25px;
  height: 25px;
}

#i1 {
  background-image: url(../icons/fill/user-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i2 {
  background-image: url(../icons/fill/heart-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i3 {
  background-image: url(../icons/fill/volume-off-fill.svg) !important;
  background-size: 25px 25px !important;
}

#i4 {
  background-image: url(../icons/fill/volume-down-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i5 {
  background-image: url(../icons/fill/volume-up-fill.svg) !important;
  background-size: 35px 35px !important;
}

#i6 {
  background-image: url(../icons/fill/bookmark-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i7 {
  background-image: url(../icons/fill/instagram-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i8 {
  background-image: url(../icons/fill/mail-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i9 {
  background-image: url(../icons/fill/mail-open-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i10 {
  background-image: url(../icons/fill/pin-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i11 {
  background-image: url(../icons/fill/pencil-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i12 {
  background-image: url(../icons/fill/note-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i13 {
  background-image: url(../icons/fill/mouse-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i14 {
  background-image: url(../icons/fill/lock-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i15 {
  background-image: url(../icons/fill/share-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i16 {
  background-image: url(../icons/fill/play-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i17 {
  background-image: url(../icons/fill/shapes-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i18 {
  background-image: url(../icons/fill/tag-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i19 {
  background-image: url(../icons/fill/target-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i20 {
  background-image: url(../icons/fill/card-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i21 {
  background-image: url(../icons/fill/eye-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i22 {
  background-image: url(../icons/fill/cog-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i23 {
  background-image: url(../icons/fill/vertical-dots-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i24 {
  background-image: url(../icons/fill/horizontal-dots-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i25 {
  background-image: url(../icons/fill/waves-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i26 {
  background-image: url(../icons/fill/play-circle-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i27 {
  background-image: url(../icons/fill/cursor-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i28 {
  background-image: url(../icons/fill/drop-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i29 {
  background-image: url(../icons/fill/lock-open-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i30 {
  background-image: url(../icons/fill/volume-slash-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i31 {
  background-image: url(../icons/fill/book-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i32 {
  background-image: url(../icons/fill/camcorder-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i33 {
  background-image: url(../icons/fill/toggle-off-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i34 {
  background-image: url(../icons/fill/toggle-on-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i35 {
  background-image: url(../icons/fill/envelope-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i36 {
  background-image: url(../icons/fill/bell-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i37 {
  background-image: url(../icons/fill/desktop-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i38 {
  background-image: url(../icons/fill/trash-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i39 {
  background-image: url(../icons/fill/cloud-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i40 {
  background-image: url(../icons/fill/calendar-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i41 {
  background-image: url(../icons/fill/paint-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i42 {
  background-image: url(../icons/fill/radio-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i43 {
  background-image: url(../icons/fill/award-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i44 {
  background-image: url(../icons/fill/clock-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i45 {
  background-image: url(../icons/fill/home-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i46 {
  background-image: url(../icons/fill/archive-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i47 {
  background-image: url(../icons/fill/briefcase-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i48 {
  background-image: url(../icons/fill/folder-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i49 {
  background-image: url(../icons/fill/wink-emoji-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i50 {
  background-image: url(../icons/fill/truck-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i51 {
  background-image: url(../icons/fill/arrow-left-circle-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i52 {
  background-image: url(../icons/fill/arrow-right-circle-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i53 {
  background-image: url(../icons/fill/arrow-up-circle-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i54 {
  background-image: url(../icons/fill/arrow-down-circle-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i55 {
  background-image: url(../icons/fill/file-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i56 {
  background-image: url(../icons/fill/microphone-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i57 {
  background-image: url(../icons/fill/message-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i58 {
  background-image: url(../icons/fill/message-lines-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i59 {
  background-image: url(../icons/fill/camera-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i60 {
  background-image: url(../icons/fill/cpu-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i61 {
  background-image: url(../icons/fill/speaker-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i62 {
  background-image: url(../icons/fill/game-controller-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i63 {
  background-image: url(../icons/fill/headphone-fill.svg) !important;
  background-size: 30px 30px !important;
}

#i64 {
  background-image: url(../icons/fill/desktop-2-fill.svg) !important;
  background-size: 30px 30px !important;
}

.modal-box {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 400px;
  height: 150px;
  border-radius: 10px;
  background: #2f303a;
  display: none;
  padding-bottom: 5em !important;
  padding-top: 5em;
}

.display {
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease;
  background: rgba(232, 232, 232, 0.5);
  pointer-events: none;
}

.dis {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  opacity: 0.5;
  pointer-events: none;
}

.m-txt {
  font-size: 20px;
  font-family: "Gilroy", sans-serif;
  font-weight: 600 !important;
  color: #DFE2E9;
}

.down-load {
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 24px;
  border-radius: 30px;
  background: #5770F5;
  color: #DFE2E9;
  cursor: pointer;
  font-family: "Gilroy", sans-serif;
  font-weight: 600 !important;
  text-align: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 18px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.down-load:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.down-load:active {
  -webkit-transform: scale(0.98) !important;
          transform: scale(0.98) !important;
}

.close-btn {
  position: absolute;
  top: 10% !important;
  right: 10% !important;
  -webkit-transform: translate(-10%, -10%) !important;
          transform: translate(-10%, -10%) !important;
  width: 18px;
  height: 18px;
  cursor: pointer !important;
  pointer-events: all !important;
}

@media screen and (max-width: 1024px) {
  .icons {
    width: 100%;
    height: 100vh;
    padding-bottom: 2em !important;
  }
  .icons-section2 {
    padding: 2em 1.5em 2em 1.5em !important;
  }
  .b-g {
    margin: 2em 1em 2em 1em !important;
  }
}

@media screen and (max-width: 768px) {
  .icons-section2 {
    padding: 2em 2em 2em 2em !important;
  }
  .b-g {
    margin: 2em 2em 2em 2em !important;
  }
}

@media screen and (max-width: 575px) {
  .nav-links li a {
    font-size: 18px !important;
  }
  .icons {
    padding-top: 3em !important;
  }
  .container {
    display: none !important;
  }
  .m-search-div {
    display: block !important;
  }
  .out-line2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .fill-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .icons-section2 {
    padding: 2em 2em 2em 2em !important;
  }
  .b-g {
    width: 70px !important;
    height: 70px !important;
    margin: 2em 1em 2em 1em !important;
  }
  .space {
    width: 70px !important;
    height: 70px !important;
    display: block !important;
    margin: 2em 1em 2em 1em !important;
    visibility: hidden;
  }
  #sp1 #sp2 {
    display: block !important;
  }
  .modal-box {
    width: 280px !important;
    height: 120px !important;
  }
  .m-txt {
    font-size: 18px !important;
  }
  .down-load {
    width: 120px !important;
    height: 20px !important;
    border-radius: 30px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .sub-heading {
    width: 100% !important;
    font-size: 30px !important;
    text-align: center !important;
  }
  .icons-section2 {
    padding: 2em 1em 2em 1em !important;
  }
  .b-g {
    width: 65px !important;
    height: 65px !important;
    margin: 2em 1em 2em 1em !important;
  }
}

@media screen and (max-width: 320px) {
  .nav-links li a {
    font-size: 18px !important;
  }
  .logo-img {
    width: 38px !important;
    height: 38px !important;
  }
  .menu-btn,
  .menu-btn:after,
  .menu-btn:before {
    width: 32px !important;
    height: 3.2px;
    border-radius: 30px !important;
  }
  .menu-btn {
    width: 18px !important;
  }
  .menu-btn-icons.animate::before,
  .menu-btn-icons.animate::after {
    width: 26px !important;
  }
  .modal-box {
    width: 250px !important;
    height: 120px !important;
  }
  .m-txt {
    font-size: 15px !important;
  }
  .down-load {
    width: 110px !important;
    height: 20px !important;
    border-radius: 30px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 15px !important;
  }
  .sub-heading {
    width: 100% !important;
    font-size: 30px !important;
    text-align: center !important;
  }
  .icons-section2 {
    padding: 2em 1em 2em 1em !important;
  }
  .b-g {
    width: 60px !important;
    height: 60px !important;
    margin: 2em 1em 2em 1em !important;
  }
  .space {
    width: 60px !important;
    height: 60px !important;
    display: block !important;
    margin: 2em 1em 2em 1em !important;
    visibility: hidden;
  }
}
/*# sourceMappingURL=fill.css.map */