@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

*:focus {
  outline: none;
  border: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background-color: #00003E;
  color: #CCDAFF;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden !important;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #00003E;
}
body::-webkit-scrollbar-thumb {
  background-color: #310E9E;
  border-radius: 5px;
}

img {
  max-width: 100%;
  height: auto;
}

span {
  display: inline-block;
}

ul, ol {
  list-style-type: none;
}

button {
  cursor: pointer;
  border: none;
}
button:focus {
  outline: none;
  border: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bannerTitle {
  font-family: "Roboto", sans-serif;
  font-size: 76px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  color: #7367F0;
  margin: -17px 0px;
}

.title {
  font-family: "Roboto", sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin: -10px 0px;
}

.subTitle {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  color: #7367F0;
}

@media only screen and (max-width: 1199px) {
  .title {
    font-size: 48px;
    margin: -8px 0px;
  }

  .bannerTitle {
    font-size: 60px;
    margin: -13px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .bannerTitle {
    font-size: 44px;
    margin: -8px 0px;
  }

  .title {
    font-size: 40px;
  }

  .subTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .bannerTitle {
    font-size: 40px;
  }

  .title {
    font-size: 36px;
  }

  .subTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .bannerTitle {
    font-size: 36px;
  }

  .title {
    font-size: 28px;
    margin: -5px 0px;
  }
}
.space {
  padding-top: 15px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* spinner style */
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #00003E;
  z-index: 9999;
}

.spinner-eff {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.spinner-eff:before, .spinner-eff:after {
  content: "";
  display: block;
}
.spinner-eff .spinner-bar:before, .spinner-eff .spinner-bar:after {
  content: "";
  display: block;
}

/* spinner-1 styles */
@-webkit-keyframes rotation-top {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
@keyframes rotation-top {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes rotation-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
@keyframes rotation-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes rotation-bottom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
@keyframes rotation-bottom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes rotation-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
@keyframes rotation-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
.spinner-eff.spinner-eff-1 .bar {
  width: 0;
  height: 0;
  border: 25px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0.5;
}
.spinner-eff.spinner-eff-1 .bar-top {
  border-top: 25px solid #7367F0;
  -webkit-animation: rotation-top 3.6s linear 0s infinite;
          animation: rotation-top 3.6s linear 0s infinite;
}
.spinner-eff.spinner-eff-1 .bar-right {
  border-right: 25px solid #7367F0;
  -webkit-animation: rotation-right 3.6s linear 0s infinite;
          animation: rotation-right 3.6s linear 0s infinite;
}
.spinner-eff.spinner-eff-1 .bar-bottom {
  border-bottom: 25px solid #7367F0;
  -webkit-animation: rotation-bottom 3.6s linear 0s infinite;
          animation: rotation-bottom 3.6s linear 0s infinite;
}
.spinner-eff.spinner-eff-1 .bar-left {
  border-left: 25px solid #7367F0;
  -webkit-animation: rotation-left 3.6s linear 0s infinite;
          animation: rotation-left 3.6s linear 0s infinite;
}

/*====scroll bottom to top button====*/
.scrollToTop {
  text-decoration: none;
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #7367F0;
  border-radius: 5px;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.scrollToTop i {
  color: #04080F;
}

.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  color: #fff;
}

.scrollToTop:hover {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .scrollToTop {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0px 6px;
    border-radius: 0px;
  }
  .scrollToTop i {
    font-size: 12px;
  }
}
/*====scroll bottom to top button====*/
.cmnBtn {
  text-decoration: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: 16px;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
  padding: 19px 38px;
  border-radius: 5px;
  color: #04080F;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #7367F0;
  margin-top: 40px;
}
.cmnBtn:hover {
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .cmnBtn {
    font-size: 14px;
    padding: 19px 25px;
    margin-top: 30px;
    border-radius: 0px;
  }
}
header {
  z-index: 99;
}
header #topNavbar {
  padding: 18px 0px;
}
header #topNavbar .topNavContainer .navbar-brand {
  padding: 0px;
  line-height: 0;
}
header #topNavbar .topNavContainer .navbar-brand img {
  width: 125px;
  height: 40px;
}
header #topNavbar .topNavContainer #separateNav #cartSmall {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding-left: 15px;
  padding-right: 15px;
}
header #topNavbar .topNavContainer #separateNav .storeBtn {
  text-decoration: none;
  margin: 0px;
  padding: 19px 38px;
  margin-left: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  line-height: 1;
  color: #04080F;
  background-color: #7367F0;
  border-radius: 5px;
}
header #topNavbar .topNavContainer #separateNav .storeBtn:hover {
  color: #00FEDF;
}
header #topNavbar .topNavContainer #separateNav .storeBtn:hover {
  color: #ffffff;
}
header #topNavbar .topNavContainer #separateNav .navbar-toggler {
  border: none;
  padding: 0px;
  margin: 0px 0px 0px 25px;
}
header #topNavbar .topNavContainer #separateNav .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
header #topNavbar .topNavContainer #separateNav .navbar-toggler .bar_one {
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
header #topNavbar .topNavContainer #separateNav .navbar-toggler .bar_two {
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin: 6px 0px;
}
header #topNavbar .topNavContainer #separateNav .navbar-toggler .bar_three {
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
header #topNavbar .topNavContainer #separateNav .active .bar_one {
  -webkit-transform: rotate(-45deg) translate(-9px, 5px);
  transform: rotate(-45deg) translate(-9px, 5px);
}
header #topNavbar .topNavContainer #separateNav .active .bar_two {
  opacity: 0;
}
header #topNavbar .topNavContainer #separateNav .active .bar_three {
  -webkit-transform: rotate(45deg) translate(-8px, -4px);
  transform: rotate(45deg) translate(-8px, -4px);
}
header #topNavbar .topNavContainer #topNav .navbar-nav .nav-item {
  margin: 0px;
  padding: 0px;
}
header #topNavbar .topNavContainer #topNav .navbar-nav .nav-item .nav-link {
  margin: 0px;
  padding: 15px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
header #topNavbar .topNavContainer #topNav .navbar-nav .nav-item .nav-link:hover {
  color: #00FEDF;
}
header #topNavbar .topNavContainer #topNav .navbar-nav .nav-item .active {
  color: #00FEDF;
}
header #topNavbar .topNavContainer #topNav .navbar-nav .dropdown .dropdown-menu {
  margin-top: 98px;
  margin-bottom: 22px;
  background-color: #280B70;
  min-width: 230px;
  padding: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 10px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 10px rgba(0, 0, 0, 0.06) inset;
}
header #topNavbar .topNavContainer #topNav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #280B70;
  border-left: 2px solid transparent;
}
header #topNavbar .topNavContainer #topNav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #00003E;
  color: #00FEDF;
  padding: 10px 20px;
  border-left: 2px solid #ffffff;
}

.homeBanner {
  padding: 292px 0px 339px;
  width: 100%;
  background-color: #280B70;
  position: relative;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerLeftCol .leftColInner p {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  color: #ffffff;
  margin-top: 33px;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerLeftCol .leftColInner .btnWrapper a {
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #7367F0;
  color: #ffffff;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerLeftCol .leftColInner .btnWrapper a:first-child {
  margin-right: 30px;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerLeftCol .leftColInner .btnWrapper a:hover {
  text-decoration: none;
  color: #04080F;
  background-color: #7367F0;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerLeftCol .leftColInner .btnWrapper .focused {
  color: #04080F;
  background-color: #7367F0;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerLeftCol .leftColInner .btnWrapper .focused:hover {
  color: #ffffff;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle {
  width: 450px;
  height: 450px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background-color: #2A0D71;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle {
  width: 350px;
  height: 350px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background-color: #2F1374;
  position: relative;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .firstObject {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 9;
  -webkit-animation-name: firstObjectc;
          animation-name: firstObjectc;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  animation-direction: alternate-reverse;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .secondObject {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 9;
  -webkit-transform: translateY(175px);
  transform: translateY(175px);
  -webkit-transform: translateX(-175px);
  transform: translateX(-175px);
  -webkit-animation-name: secondObjectc;
          animation-name: secondObjectc;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  animation-direction: alternate-reverse;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .thirdObject {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 9;
  -webkit-transform: translateX(175px);
  transform: translateX(175px);
  -webkit-animation-name: thirdObjectc;
          animation-name: thirdObjectc;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .fourthObject {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 9;
  -webkit-transform: translateY(175px);
  transform: translateY(175px);
  -webkit-animation-name: fourthObjectc;
          animation-name: fourthObjectc;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .fifthObject {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 9;
  -webkit-transform: translateY(225px);
  transform: translateY(225px);
  -webkit-transform: translateX(-225px);
  transform: translateX(-225px);
  -webkit-animation-name: fifthObjectc;
          animation-name: fifthObjectc;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .sixthObject {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 9;
  -webkit-transform: translateY(225px);
  transform: translateY(225px);
  margin-left: 60px;
  -webkit-animation-name: sixthObjectc;
          animation-name: sixthObjectc;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .thirdCircle {
  width: 250px;
  height: 250px;
  margin: auto;
  background-color: #341978;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .thirdCircle img {
  z-index: 99;
}
.homeBanner .objectOneWrapper {
  line-height: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
.homeBanner .objectOneWrapper img {
  width: 200px;
  height: auto;
}
.homeBanner .objectTwoWrapper {
  line-height: 0;
  position: absolute;
  right: 0px;
  top: 0px;
}
.homeBanner .objectTwoWrapper img {
  max-width: 300px;
  height: auto;
}
.homeBanner .objectThreeWrapper {
  position: absolute;
  left: 0px;
  bottom: 142px;
  line-height: 0;
}
.homeBanner .objectThreeWrapper img {
  max-width: 300px;
  height: auto;
}
.homeBanner .wave {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 142px;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.homeBanner .scene img {
  max-width: unset;
}
.homeBanner .counter-area {
  background-color: rgba(255, 255, 255, 0.078);
  border: 1px solid rgba(255, 255, 255, 0.2588235294);
  padding: 0 20px;
  border-radius: 5px;
  margin-top: 50px;
}
.homeBanner .counter-area .single-area {
  padding: 20px 0;
}
.homeBanner .counter-area .counter {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 15px;
}
.homeBanner .counter-area span {
  font-size: 24px;
  font-weight: 700;
  line-height: 0.8;
  color: #7367F0;
}
.homeBanner .counter-area p {
  font-size: 18px !important;
  line-height: 24px !important;
  margin-top: 15px !important;
}

@-webkit-keyframes firstObjectc {
  0%, 10% {
    -webkit-transform: rotate(0deg) translateY(-175px) rotate(0deg);
    transform: rotate(0deg) translateY(-175px) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg) translate(125px) rotate(-360deg);
    transform: rotate(360deg) translate(125px) rotate(-360deg);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg) translateY(-175px) rotate(-360deg);
    transform: rotate(360deg) translateY(-175px) rotate(-360deg);
  }
}
@keyframes firstObjectc {
  0%, 10% {
    -webkit-transform: rotate(0deg) translateY(-175px) rotate(0deg);
    transform: rotate(0deg) translateY(-175px) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg) translate(125px) rotate(-360deg);
    transform: rotate(360deg) translate(125px) rotate(-360deg);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg) translateY(-175px) rotate(-360deg);
    transform: rotate(360deg) translateY(-175px) rotate(-360deg);
  }
}
@-webkit-keyframes secondObjectc {
  0%, 10% {
    -webkit-transform: rotate(0deg) translate(-175px) rotate(0deg);
    transform: rotate(0deg) translate(-175px) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(-125px) rotate(360deg);
    transform: rotate(0deg) translate(-125px) rotate(360deg);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg) translate(-175px) rotate(-360deg);
    transform: rotate(360deg) translate(-175px) rotate(-360deg);
  }
}
@keyframes secondObjectc {
  0%, 10% {
    -webkit-transform: rotate(0deg) translate(-175px) rotate(0deg);
    transform: rotate(0deg) translate(-175px) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(-125px) rotate(360deg);
    transform: rotate(0deg) translate(-125px) rotate(360deg);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg) translate(-175px) rotate(-360deg);
    transform: rotate(360deg) translate(-175px) rotate(-360deg);
  }
}
@-webkit-keyframes thirdObjectc {
  0%, 10% {
    -webkit-transform: rotate(0deg) translateX(175px) rotate(0deg);
    transform: rotate(0deg) translateX(175px) rotate(0deg);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg) translateX(175px) rotate(-360deg);
    transform: rotate(360deg) translateX(175px) rotate(-360deg);
  }
}
@keyframes thirdObjectc {
  0%, 10% {
    -webkit-transform: rotate(0deg) translateX(175px) rotate(0deg);
    transform: rotate(0deg) translateX(175px) rotate(0deg);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg) translateX(175px) rotate(-360deg);
    transform: rotate(360deg) translateX(175px) rotate(-360deg);
  }
}
@-webkit-keyframes fourthObjectc {
  0%, 10% {
    -webkit-transform: rotate(0deg) translateY(175px) rotate(0deg);
    transform: rotate(0deg) translateY(175px) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(-175px) rotate(0deg);
    transform: rotate(0deg) translateY(-175px) rotate(0deg);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg) translateY(175px) rotate(-360deg);
    transform: rotate(360deg) translateY(175px) rotate(-360deg);
  }
}
@keyframes fourthObjectc {
  0%, 10% {
    -webkit-transform: rotate(0deg) translateY(175px) rotate(0deg);
    transform: rotate(0deg) translateY(175px) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(-175px) rotate(0deg);
    transform: rotate(0deg) translateY(-175px) rotate(0deg);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg) translateY(175px) rotate(-360deg);
    transform: rotate(360deg) translateY(175px) rotate(-360deg);
  }
}
@-webkit-keyframes fifthObjectc {
  0%, 10% {
    -webkit-transform: rotate(0deg) translateX(-225px) rotate(0deg);
    transform: rotate(0deg) translateX(-225px) rotate(0deg);
    margin-bottom: 100px;
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(-175px) rotate(0deg);
    transform: rotate(0deg) translateY(-175px) rotate(0deg);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg) translateX(-225px) rotate(-360deg);
    transform: rotate(360deg) translateX(-225px) rotate(-360deg);
    margin-bottom: 100px;
  }
}
@keyframes fifthObjectc {
  0%, 10% {
    -webkit-transform: rotate(0deg) translateX(-225px) rotate(0deg);
    transform: rotate(0deg) translateX(-225px) rotate(0deg);
    margin-bottom: 100px;
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(-175px) rotate(0deg);
    transform: rotate(0deg) translateY(-175px) rotate(0deg);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg) translateX(-225px) rotate(-360deg);
    transform: rotate(360deg) translateX(-225px) rotate(-360deg);
    margin-bottom: 100px;
  }
}
@-webkit-keyframes sixthObjectc {
  0%, 10% {
    -webkit-transform: rotate(0deg) translateY(225px) rotate(0deg);
    transform: rotate(0deg) translateY(225px) rotate(0deg);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg) translateY(225px) rotate(-360deg);
    transform: rotate(360deg) translateY(225px) rotate(-360deg);
    margin-left: 0px;
  }
}
@keyframes sixthObjectc {
  0%, 10% {
    -webkit-transform: rotate(0deg) translateY(225px) rotate(0deg);
    transform: rotate(0deg) translateY(225px) rotate(0deg);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg) translateY(225px) rotate(-360deg);
    transform: rotate(360deg) translateY(225px) rotate(-360deg);
    margin-left: 0px;
  }
}
.banner {
  padding: 259px 0px 167px;
  background-color: #280B70;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom 10px;
}
.banner .bannerContainer .bannerWrapper nav {
  margin-top: 0px;
}
.banner .bannerContainer .bannerWrapper nav .breadcrumb {
  margin-bottom: 0px;
}
.banner .bannerContainer .bannerWrapper nav .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}
.banner .bannerContainer .bannerWrapper nav .breadcrumb .active {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #ffffff;
}
.banner .bannerContainer .bannerWrapper nav .breadcrumb .active::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  color: #ffffff;
  margin: 0px 2px;
  font-size: 18px;
}
.banner .bannerContainer .bannerWrapper .title {
  padding-top: 28px;
}
.banner .bannerObjectOne {
  line-height: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
.banner .bannerObjectOne img {
  width: 180px;
  height: auto;
}
.banner .bannerObjectTwo {
  line-height: 0;
  position: absolute;
  right: 0px;
  top: 0px;
}
.banner .bannerObjectTwo img {
  max-width: 230px;
  height: auto;
}
.banner .bannerWave {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 142px;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner.store {
  overflow-x: clip;
}
.banner.store .sec-img {
  top: -250%;
}
.banner.about {
  overflow-x: clip;
}
.banner.about .sec-img {
  top: -360%;
}
.banner.about .sec-img img {
  max-width: unset;
}

.aboutSection {
  width: 100%;
  background-color: #00003E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutLeftCol .leftInner img {
  max-width: 100%;
  height: auto;
}
.aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol .rightInner .subTitle {
  margin-top: -4px;
}
.aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol .rightInner .title {
  margin-top: 24px;
}
.aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol .rightInner .bodyFont {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #CCDAFF;
  margin-top: 33px;
}
.aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol .rightInner .bodyFont:last-of-type {
  margin-top: 28px;
}
.aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol .rightInner .cmnBtn {
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  margin-top: 38px;
  margin-bottom: 2px;
  border: 1px solid #7367F0;
  color: #ffffff;
}
.aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol .rightInner .cmnBtn:hover {
  text-decoration: none;
  color: #04080F;
  background-color: #7367F0;
}

.serviceSection {
  background-color: #00003E;
}
.serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in {
  padding: 2px;
  background-color: transparent;
  border-radius: 15px 15px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0));
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner {
  padding: 60px 30px;
  background-color: #280B70;
  border-radius: 15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner .iconWrapper {
  width: 120px;
  height: 120px;
  margin: auto;
  background-color: #331088;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner .iconWrapper img {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner .subTitle {
  margin-top: 27px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner .bodyFont {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #CCDAFF;
  margin-top: 20px;
  margin-bottom: -7px;
}
.serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7367F0), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, #7367F0, rgba(0, 0, 0, 0));
}

.cardSection {
  background-color: #220970;
}
.cardSection.store {
  background-color: transparent;
}
.cardSection .cardContainer .cardWrapper .titleWrapper {
  margin-bottom: 50px;
}
.cardSection .cardContainer .cardWrapper .titleWrapper .subTitle {
  margin-top: -4px;
}
.cardSection .cardContainer .cardWrapper .titleWrapper .title {
  margin-top: 25px;
}
.cardSection .cardContainer .cardWrapper .titleWrapper .titleInfo {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #CCDAFF;
  margin-top: 33px;
  margin-bottom: -2px;
}
.cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner img {
  max-width: 100%;
  height: auto;
}
.cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner .infoWrapper {
  padding: 0px 15px;
}
.cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner .infoWrapper .price {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal;
  color: #00FEDF;
  margin-top: 20px;
}
.cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner .infoWrapper .productTitle {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 25px;
}
.cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner .infoWrapper .productDescription {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #CCDAFF;
  margin-top: 25px;
}
.cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner .infoWrapper .cmnBtn {
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  margin-top: 28px;
  margin-bottom: 2px;
  border: 1px solid #7367F0;
  color: #ffffff;
}
.cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner .infoWrapper .cmnBtn:hover {
  text-decoration: none;
  color: #04080F;
  background-color: #7367F0;
}

.faqs-section .accordion .accordion-item {
  margin-bottom: 20px;
  background: #310E9E;
  -webkit-box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
          box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
  border: none;
}
.faqs-section .accordion .accordion-item .accordion-button {
  padding: 20px;
  background: #310E9E;
  border-radius: 10px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none;
}
.faqs-section .accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faqs-section .accordion .accordion-item .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/iconImages/minus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faqs-section .accordion .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 30px;
  height: 30px;
  background: #261c7e;
  border-radius: 5px;
}
.faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/iconImages/plus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faqs-section .accordion .accordion-item .accordion-collapse {
  border: none;
}
.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 20px;
}
.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body p {
  padding: 20px 0;
  border-top: 1px solid #b0baf1;
  line-height: 1.5;
}

.partnerSection .partnerContainer {
  padding-bottom: 250px;
}
.partnerSection .partnerContainer .partnerWrapper .titleWrapper {
  margin-bottom: 60px;
}
.partnerSection .partnerContainer .partnerWrapper .titleWrapper .subTitle {
  margin-top: -4px;
}
.partnerSection .partnerContainer .partnerWrapper .titleWrapper .title {
  margin-top: 25px;
}
.partnerSection .partnerContainer .partnerWrapper .titleWrapper .titleInfo {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #CCDAFF;
  margin-top: 33px;
  margin-bottom: -2px;
}
.partnerSection .partnerContainer .partnerWrapper .partnerRow .partnerCol .colInner {
  padding: 30px;
  background-color: #220970;
  border-radius: 5px;
}
.partnerSection .partnerContainer .partnerWrapper .partnerRow .partnerCol .colInner img {
  width: 100px;
  height: 50px;
}

.workWrapper {
  position: relative;
  width: 100%;
  height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.workWrapper .overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 68px;
}
.workWrapper .overlay img {
  width: 100%;
  height: 100%;
}

.artSection {
  background-color: #00003E;
}
.artSection .artContainer {
  padding-bottom: 250px;
}
.artSection .artContainer .artWrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  position: relative;
  top: -228px;
  margin-bottom: -228px;
}
.artSection .artContainer .artWrapper .titleWrap .smallTitle {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: -8px;
}
.artSection .artContainer .artWrapper .titleWrap .description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  max-width: 540px;
  margin: 25px auto 0px;
}
.artSection .artContainer .artWrapper .titleWrap .cmnBtn {
  margin-top: 37px;
}
.artSection .artContainer .nftWrapper .nftRow .nftLeftCol .leftInner img {
  max-width: 100%;
  height: auto;
}
.artSection .artContainer .nftWrapper .nftRow .nftRightCol .rightInner .smallTitle {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: -8px;
}
.artSection .artContainer .nftWrapper .nftRow .nftRightCol .rightInner .description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #CCDAFF;
  margin-top: 20px;
}
.artSection .artContainer .nftWrapper .nftRow .nftRightCol .rightInner .cmnBtn {
  margin-top: 37px;
}

.newsSection {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.newsSection .newsContainer .newsWrapper .wrap {
  max-width: 700px;
  margin: auto;
}
.newsSection .newsContainer .newsWrapper .wrap .description {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #CCDAFF;
  line-height: 1.5;
  margin-top: 24px;
}
.newsSection .newsContainer .newsWrapper .wrap #newsLetter {
  margin: 0px;
  padding: 0px;
  margin-top: 38px;
}
.newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper {
  max-width: 700px;
  margin: auto;
  position: relative;
}
.newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input {
  margin: 0px;
  padding: 16px 190px 16px 20px;
  border: none;
  outline: none;
  background-color: #ffffff;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  color: #04080F;
  overflow-x: auto;
}
.newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  color: #04080F;
}
.newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  color: #04080F;
}
.newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  color: #04080F;
}
.newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  color: #04080F;
}
.newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  color: #04080F;
}
.newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper button {
  display: inline-block;
  margin: 0px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 5px;
  line-height: 0;
  padding: 12px 38px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper button:hover {
  color: #04080F;
}

.detailsSection {
  background-color: #00003E;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsLeftCol .leftInner img {
  max-width: 100%;
  height: auto;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .description {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #CCDAFF;
  margin-top: 33px;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper .smallTitle {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #00FEDF;
  margin-top: 33px;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form {
  margin-top: 27px;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form .checkInner {
  padding: 30px;
  border: 1px solid #2D2B69;
  border-radius: 20px;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form .checkInner .group {
  padding: 15px 10px;
  background: #090949;
  border: 1px solid #2C2C7D;
  border-radius: 3px;
  margin-bottom: 15px;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form .checkInner .group label {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 0;
  color: #7890E5;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form .checkInner .group label:checked {
  color: #ffffff;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form .checkInner .group:last-of-type {
  margin-bottom: 0px;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form .submitWrapper .col-6 button {
  width: 100%;
  color: #04080F;
  border: 1px solid #7367F0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form .submitWrapper .col-6 button:hover {
  color: #ffffff;
  background-color: transparent;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form .submitWrapper .col-6 .ed {
  background-color: transparent;
  border: 1px solid #7367F0;
  color: #ffffff;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form .submitWrapper .col-6 .ed:hover {
  background-color: #7367F0;
  color: #04080F;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .socialLinks {
  margin-top: 40px;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .socialLinks a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #094E90;
  margin-right: 15px;
  color: #ffffff;
  border-radius: 5px;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .socialLinks a i {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .socialLinks a:last-child {
  margin-right: 0px;
}
.detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .socialLinks a:hover {
  text-decoration: none;
}

.howSection {
  background-color: #00003E;
}
.howSection .howContainer {
  padding-bottom: 250px;
}
.howSection .howContainer .howWrapper .howInner {
  padding: 60px;
  border: 1px solid #6877FF;
  border-radius: 20px;
}
.howSection .howContainer .howWrapper .howInner .smallTitle {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal;
  color: #ffffff;
  margin: -7px 0px -9px;
}
.howSection .howContainer .howWrapper .howInner .description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #CCDAFF;
  margin-top: 36px;
  margin-bottom: -3px;
}
.howSection .howContainer .howWrapper .howInner ul {
  list-style-type: none;
  margin: 26px 0px -3px 20px;
  padding: 0px;
}
.howSection .howContainer .howWrapper .howInner ul li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #CCDAFF;
  line-height: 1.5;
  margin-top: 7px;
  list-style-position: outside;
}
.howSection .howContainer .howWrapper .howInner ul li::before {
  content: "·";
  font-size: 80px;
  vertical-align: middle;
  line-height: 0;
  color: #331CBF;
  margin-right: 8px;
  display: inline-block;
}
.howSection .howContainer .howWrapper .howInner ul li:first-child {
  margin-top: 0px;
}

#contactSection {
  background-color: #220970;
}
#contactSection .contactContainer {
  position: relative;
  top: -250px;
  margin-bottom: -250px;
}
#contactSection .contactContainer .contactWrapper {
  background-color: #310E9E;
  border-radius: 10px;
}
#contactSection .contactContainer .contactWrapper p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  color: #CCDAFF;
  margin-top: 13px;
  margin-bottom: -3px;
}
#contactSection .footerWrapper {
  margin-top: 120px;
}
#contactSection .footerWrapper .footerRow .footerLeftCol .footerNav {
  padding: 0px;
}
#contactSection .footerWrapper .footerRow .footerLeftCol .footerNav .nav-item {
  padding: 0px;
}
#contactSection .footerWrapper .footerRow .footerLeftCol .footerNav .nav-item .nav-link {
  padding: 0px 15px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#contactSection .footerWrapper .footerRow .footerLeftCol .footerNav .nav-item .nav-link img {
  width: 125px;
  height: 40px;
}
#contactSection .footerWrapper .footerRow .footerLeftCol .footerNav .nav-item .nav-link:hover {
  color: #00FEDF;
}
#contactSection .footerWrapper .footerRow .footerLeftCol .footerNav .nav-item .pl-0 {
  padding-left: 0px;
  margin-right: 20px;
}
#contactSection .footerWrapper .footerRow .footerRightCol .socialNav {
  padding: 0px;
}
#contactSection .footerWrapper .footerRow .footerRightCol .socialNav .nav-item {
  padding: 0px;
}
#contactSection .footerWrapper .footerRow .footerRightCol .socialNav .nav-item .nav-link {
  width: 40px;
  height: 40px;
  background-color: #7367F0;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#contactSection .footerWrapper .footerRow .footerRightCol .socialNav .nav-item .nav-link i {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#contactSection .footerWrapper .footerRow .footerRightCol .socialNav .nav-item .nav-link:hover {
  background-color: #ffffff;
}
#contactSection .footerWrapper .footerRow .footerRightCol .socialNav .nav-item .nav-link:hover i {
  color: #7367F0;
}
#contactSection .footerWrapper .footerRow .footerRightCol .socialNav .nav-item .pl-0 {
  padding-left: 0px;
  margin-right: 20px;
}
#contactSection .footerWrapper hr {
  margin: 30px 0px;
  padding: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#contactSection .footerWrapper .copyRightRow {
  padding-bottom: 30px;
}
#contactSection .footerWrapper .copyRightRow .copyLeftCol p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: -3px;
}
#contactSection .footerWrapper .copyRightRow .copyLeftCol p a {
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #7367F0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#contactSection .footerWrapper .copyRightRow .copyLeftCol p a:hover {
  text-decoration: none;
  color: #ffffff;
}
#contactSection .footerWrapper .copyRightRow .copyRightCol .nice-select {
  background-color: transparent !important;
  border-radius: 5px;
  padding: 13px 60px 13px 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100% !important;
  line-height: 1 !important;
  vertical-align: middle;
}
#contactSection .footerWrapper .copyRightRow .copyRightCol .nice-select .current {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
#contactSection .footerWrapper .copyRightRow .copyRightCol .nice-select .list {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-top: -130px;
  background-color: #00003E;
}
#contactSection .footerWrapper .copyRightRow .copyRightCol .nice-select .list .option:hover {
  background-color: #7367F0;
  color: #ffffff;
}
#contactSection .footerWrapper .copyRightRow .copyRightCol .nice-select .list .selected {
  background-color: #7367F0;
  color: #ffffff;
}
#contactSection .footerWrapper .copyRightRow .copyRightCol .nice-select::after {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -7px;
}

.priceSection {
  background-color: transparent;
}
.priceSection .cardWrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
}
.priceSection .cus-mar {
  margin-bottom: -30px;
}
.priceSection .single-box {
  text-align: center;
  padding: 55px 15px 60px;
  background-color: #280B70;
  margin-bottom: 30px;
}
.priceSection .productTitle {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 25px;
}

.cart {
  width: 350px;
  height: 100vh;
  background-color: #310E9E;
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 99999;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 10px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 10px rgba(0, 0, 0, 0.06) inset;
  display: none;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  padding: 60px 40px;
}
.cart .cartLogo {
  margin-bottom: 35px;
  background-color: #310E9E;
}
.cart .cartLogo a {
  text-decoration: none;
  display: inline-block;
  border: none;
  outline: none;
}
.cart .cartLogo a img {
  width: 125px;
  height: 40px;
  border: none;
  outline: none;
}
.cart .cartLogo a i {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cart .cartLogo a i:hover {
  color: red;
}
.cart h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.cart .cartItem {
  margin-top: 40px;
}
.cart .cartItem .left a {
  text-decoration: none;
  display: inline-block;
  border: none;
  outline: none;
  border: 2px double rgba(255, 255, 255, 0.5);
  padding: 5px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: auto;
  line-height: 0;
}
.cart .cartItem .left a img {
  width: 100%;
  height: 100px;
}
.cart .cartItem .left a:hover {
  border: 2px double rgb(255, 255, 255);
}
.cart .cartItem .right .productTitle {
  text-decoration: none;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 0;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cart .cartItem .right .productTitle:hover {
  text-decoration: none;
  color: #7367F0;
}
.cart .cartItem .right .price {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
  color: #7367F0;
  margin-top: 10px;
  margin-bottom: 30px;
}
.cart .cartItem .right .remove {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  padding: 8px 16px;
  background-color: #7367F0;
  color: #04080F;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cart .cartItem .right .remove:hover {
  text-decoration: none;
  color: #fff;
}
.cart .cmnBtn {
  padding: 12px 24px;
  border-radius: 0px;
  margin-top: 60px;
}
.cart::-webkit-scrollbar {
  width: 5px;
}
.cart::-webkit-scrollbar-track {
  background-color: #310E9E;
  border-radius: 5px;
}
.cart::-webkit-scrollbar-thumb {
  background-color: #7367F0;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .cart {
    padding: 40px 12px;
    width: 300px;
  }

  .cartLogo a img {
    width: 110px;
    height: 30px;
  }

  h4 {
    font-size: 20px;
  }

  .cartItem {
    margin-top: 40px;
  }
  .cartItem .left a img {
    width: 100%;
    height: 80px;
  }
  .cartItem .right .productTitle {
    font-size: 16px;
  }
  .cartItem .right .price {
    font-size: 16px;
  }
}
.blogSection .blogContainer {
  padding-bottom: 250px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .tabBtn {
  margin-bottom: 40px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .tabBtn .blogTab {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 5px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .tabBtn .blogTab:last-of-type {
  margin-right: 0px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .tabBtn .blogTab:hover {
  color: #04080F;
  background-color: #7367F0;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .tabBtn .active {
  background-color: #7367F0;
  color: #04080F;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper {
  display: none;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postImage {
  line-height: 0;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postImage .blogImage {
  text-decoration: none;
  display: inline-block;
  border: none;
  outline: none;
  width: 100%;
  height: 200px;
  overflow: hidden !important;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postImage .blogImage img {
  width: 100%;
  height: 200px;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postImage .blogImage:hover {
  border: none;
  outline: none;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postImage .blogImage:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postInfo .tag {
  text-decoration: none;
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 36px 12px;
  background-color: #7367F0;
  color: #04080F;
  border-radius: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postInfo .tag:hover {
  text-decoration: none;
  color: #fff;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postInfo .postTitle a {
  text-decoration: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 27px;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postInfo .postTitle a:hover {
  text-decoration: none;
  color: #7367F0;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postInfo .date {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: #CCDAFF;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: -6px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow:last-of-type {
  margin-top: 60px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .activee {
  display: inherit;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .article {
  display: block;
  margin-top: 50px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .article h3 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 33px;
  color: #ffffff;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .back {
  text-decoration: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin: -10px 0px -8px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .back i {
  display: inline-block;
  margin-right: 5px;
  line-height: 1.5;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .back:hover {
  text-decoration: none;
  color: #7367F0;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .detailsImage {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .detailsImage img {
  width: 100%;
  height: 300px;
  border: none;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .tagsWrapper {
  margin-top: 20px;
  margin-bottom: 62px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .tagsWrapper .tags {
  text-decoration: none;
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 36px 12px;
  background-color: #7367F0;
  color: #04080F;
  border-radius: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-right: 10px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .tagsWrapper .tags:hover {
  text-decoration: none;
  color: #fff;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .tagsWrapper .tags:last-of-type {
  margin-right: 0px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .post h3 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: -8px 0px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .post .infoText {
  font-size: 18px;
  color: #CCDAFF;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 24px;
  text-align: justify;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .post .infoText:first-of-type {
  margin-top: 40px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  margin: -7px 0px -4px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription {
  margin-top: 30px;
  margin-bottom: 40px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription .inputWrapper {
  width: 100%;
  position: relative;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription .inputWrapper input {
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 140px 14px 24px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 60px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription .inputWrapper input::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #CCDAFF;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription .inputWrapper input::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #CCDAFF;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription .inputWrapper input:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #CCDAFF;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription .inputWrapper input::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #CCDAFF;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription .inputWrapper input::placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #CCDAFF;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription .inputWrapper input:focus {
  border: 1px solid white;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription .inputWrapper button {
  background-color: #7367F0;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 60px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription .inputWrapper button:hover {
  color: #ffffff;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner .socialWrapper {
  margin-top: 30px;
  margin-bottom: 40px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner .socialWrapper a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  background-color: #7367F0;
  border-radius: 50%;
  margin-right: 15px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner .socialWrapper a i {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner .socialWrapper a:hover i {
  color: #04080F;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner .socialWrapper a:last-of-type {
  margin-right: 0px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner .d-flex {
  margin-top: 28px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner .d-flex .img a {
  text-decoration: none;
  display: inline-block;
  border: none;
  outline: none;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner .d-flex .img a img {
  width: 100%;
  height: 120px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner .d-flex .right h6 {
  margin-top: -6px;
  margin-bottom: 10px;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner .d-flex .right h6 .tags {
  text-decoration: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}
.blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner .d-flex .right a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #CCDAFF;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 991px) {
  .blogSection .blogContainer {
    padding-bottom: 230px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postImage .blogImage {
    width: 100%;
    height: 150px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postImage .blogImage img {
    height: 150px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postInfo .postTitle a {
    font-size: 16px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postInfo .date {
    margin-top: 7px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .post h3 {
    font-size: 30px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .article .related {
    font-size: 30px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogRightCol {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blogSection .blogContainer {
    padding-bottom: 210px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .tabBtn .blogTab {
    border-radius: 0px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postImage .blogImage {
    width: 100%;
    height: 200px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postImage .blogImage img {
    height: 200px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postInfo .tag {
    border-radius: 0px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerLeftCol .innerLeftInner .postInfo .postTitle a {
    font-size: 16px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .blogTabWrapper .innerRow .innerRight {
    margin-top: 60px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .detailsImage {
    width: 100%;
    height: 200px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .detailsImage img {
    width: 100%;
    height: 200px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .tagsWrapper .tags {
    font-size: 14px;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .post h3 {
    font-size: 24px;
    margin: -7px 0px -5px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .post .infoText {
    font-size: 16px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .article .related {
    font-size: 24px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner h3 {
    font-size: 20px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription .inputWrapper input {
    border-radius: 0px;
    padding-left: 12px;
    padding-right: 130px;
  }
  .blogSection .blogContainer .blogWrapper .blogRow .blogRightCol .rightInner #subscription .inputWrapper button {
    border-radius: 0px;
  }
}
@media only screen and (max-width: 454px) {
  .blogSection .blogContainer .blogWrapper .blogRow .blogLeftCol .leftInner .tabBtn .blogTab:last-of-type {
    margin-top: 20px;
  }
}
.contactBanner {
  background-color: #310E9E;
}
.contactBanner .contactBannerContainer .contactBannerWrapper .contactBannerRow .contactBannerLeft .leftInner .smallTitle {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal;
  color: #7367F0;
  margin: -5px 0px;
}
.contactBanner .contactBannerContainer .contactBannerWrapper .contactBannerRow .contactBannerLeft .leftInner .title {
  margin-top: 21px;
  color: #ffffff;
}
.contactBanner .contactBannerContainer .contactBannerWrapper .contactBannerRow .contactBannerLeft .leftInner .description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 23px;
}
.contactBanner .contactBannerContainer .contactBannerWrapper .contactBannerRow .contactBannerLeft .leftInner a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: 28px;
  margin-bottom: -6px;
}
.contactBanner .contactBannerContainer .contactBannerWrapper .contactBannerRow .contactBannerLeft .leftInner a i {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}
.contactBanner .contactBannerContainer .contactBannerWrapper .contactBannerRow .contactBannerLeft .leftInner a:hover {
  text-decoration: none;
  color: #00FEDF;
}

.formSection .formContainer {
  padding-bottom: 250px;
}
.formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner {
  max-width: 320px;
}
.formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .title {
  margin-top: -12px;
}
.formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .description {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 24px;
}
.formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper {
  margin-top: 59px;
}
.formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper .inner {
  background-color: #310E9E;
  padding: 22px 30px;
  margin-bottom: 30px;
}
.formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper .inner .innerLeft .spanTitle {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #7367F0;
  display: inline-block;
}
.formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper .inner .innerLeft .info {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper .inner .innerRight a {
  text-decoration: none;
  display: inline-block;
}
.formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper .inner .innerRight a i {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper .inner .innerRight a:hover {
  text-decoration: none;
}
.formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper .inner .innerRight a:hover i {
  color: #7367F0;
}
.formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper .inner:last-of-type {
  margin-bottom: 0px;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner {
  background-color: #310E9E;
  padding: 60px 60px;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin: -8px 0px;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner .description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #CCDAFF;
  margin-top: 27px;
  margin-bottom: -3px;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form {
  margin-top: 55px;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 {
  padding-bottom: 10px;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 label {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 12px;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 input {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 input::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 input::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 input:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 input::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 input::placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 input:focus {
  border: 1px solid white;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 .nice-select {
  width: 100%;
  padding: 8px 16px !important;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100% !important;
  line-height: 1 !important;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 25px;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 .nice-select .current {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 .nice-select .list {
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: #310E9E;
  border-radius: 0px;
  -webkit-box-shadow: -1px -1px 10px black;
  box-shadow: -1px -1px 10px black;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 .nice-select .list .option:hover {
  background-color: #00003E;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 .nice-select .list .selected {
  background-color: #00003E;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 .nice-select::after {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -7px;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 .nice-select:focus {
  border: 1px solid white;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 textarea {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border-radius: 0px;
  width: 100%;
  height: 130px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  padding: 8px 16px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 textarea::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 textarea:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 textarea::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 textarea:focus {
  border: 1px solid white;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 16px 32px;
  border-radius: 0px;
  background-color: #7367F0;
  color: #04080F;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form button:hover {
  color: #ffffff;
}

@media only screen and (min-width: 1600px) {
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner {
    position: relative;
    right: -150px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .homeBanner .objectOneWrapper img {
    max-width: 100%;
    height: auto;
  }
  .homeBanner .objectTwoWrapper img {
    max-width: 100%;
    height: auto;
  }
  .homeBanner .objectThreeWrapper img {
    max-width: 100%;
    height: auto;
  }

  .banner .bannerObjectOne img {
    max-width: 100%;
    height: auto;
  }
  .banner .bannerObjectTwo img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .banner .sec-img {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .faqs-section .accordion .accordion-item .accordion-button {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .homeBanner {
    padding: 292px 0px 339px;
  }
}
@media only screen and (min-width: 992px) {
  .contactBanner .contactBannerContainer .contactBannerWrapper {
    padding-top: 197px;
  }

  .formSection .formContainer .formWrapper .formRow .formRightCol {
    position: relative;
    top: -488px;
    margin-bottom: -488px;
  }
  .formSection .formContainer .formWrapper .formRow .formRightCol .rightInner {
    background: #310E9E;
    -webkit-box-shadow: 0px 0px 10px #00003E;
    box-shadow: 0px 0px 10px #00003E;
  }
}
@media only screen and (max-width: 1199px) {
  header #topNavbar .topNavContainer #topNav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }

  .homeBanner {
    padding: 237px 0px 297px;
  }

  .banner {
    padding: 242px 0px 150px;
  }
  .banner .bannerWave {
    height: 100px;
  }

  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in {
    max-width: 352px;
    margin: auto;
  }
  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner {
    padding: 60px 15px;
    max-width: 350px;
    margin: auto;
  }
  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner .iconWrapper {
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #331088;
    border-radius: 50%;
  }
  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner .iconWrapper img {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner .subTitle {
    font-size: 20px;
  }
  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner .bodyFont {
    font-size: 16px;
  }

  .partnerSection .partnerContainer .partnerWrapper .partnerRow .mt {
    margin-top: 30px;
  }

  .artSection .artContainer .artWrapper .titleWrap .smallTitle {
    font-size: 36px;
  }
  .artSection .artContainer .nftWrapper .nftRow .nftRightCol .rightInner .smallTitle {
    font-size: 36px;
  }

  #contactSection .footerWrapper {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  header {
    margin-bottom: 92px;
  }
  header #topNavbar {
    background-color: #280B70 !important;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 10px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 10px rgba(0, 0, 0, 0.06) inset;
  }
  header #topNavbar .topNavContainer #topNav {
    margin: 25px 0px;
    border: 2px solid white;
    border-left: none;
    border-right: none;
    max-height: 255px;
    overflow: auto;
  }
  header #topNavbar .topNavContainer #topNav .navbar-nav .nav-item .nav-link {
    margin: 2px 0px;
    padding: 15px 20px;
    font-size: 16px;
    background-color: #00003E;
  }
  header #topNavbar .topNavContainer #topNav .navbar-nav .dropdown .dropdown-menu {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-radius: 0px;
    padding: 0px;
    background-color: #00003E;
  }
  header #topNavbar .topNavContainer #topNav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 30px;
    background-color: #00003E;
    font-size: 14px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  header #topNavbar .topNavContainer #topNav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    padding-left: 40px;
  }
  header #topNavbar .topNavContainer #topNav::-webkit-scrollbar {
    width: 5px;
  }
  header #topNavbar .topNavContainer #topNav::-webkit-scrollbar-track {
    background-color: #00003E;
    border-radius: 5px;
  }
  header #topNavbar .topNavContainer #topNav::-webkit-scrollbar-thumb {
    background-color: #310E9E;
    border-radius: 5px;
  }

  .homeBanner {
    padding: 150px 0px 305px;
  }
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerLeftCol p {
    font-size: 20px;
  }
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol {
    margin-top: 30px;
  }
  .homeBanner .objectOneWrapper img {
    width: 150px;
    height: auto;
  }
  .homeBanner .objectTwoWrapper img {
    max-width: 200px;
    height: auto;
  }
  .homeBanner .objectThreeWrapper img {
    max-width: 200px;
    height: auto;
  }
  .homeBanner .wave {
    height: 100px;
    background-size: cover;
    background-position: left top;
  }

  .banner {
    padding: 130px 0px;
    background-size: cover;
    background-position: center center;
  }
  .banner .bannerObjectOne img {
    width: 150px;
    height: auto;
  }
  .banner .bannerObjectTwo img {
    max-width: 200px;
    height: auto;
  }
  .banner .bannerWave {
    height: 100px;
    background-size: cover;
  }

  .aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutLeftCol .leftInner img {
    max-width: 80%;
    height: auto;
    margin-top: -15px;
  }
  .aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol {
    margin-top: 15px;
  }

  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol:last-of-type {
    margin-top: 30px;
  }

  .cardSection .cardContainer .cardWrapper .titleWrapper .title {
    margin-top: 29px;
  }
  .cardSection .cardContainer .cardWrapper .titleWrapper .titleInfo {
    margin-top: 35px;
  }
  .cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner .infoWrapper .price {
    font-size: 18px;
  }
  .cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner .infoWrapper .productTitle {
    font-size: 28px;
  }
  .cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner .infoWrapper .productDescription {
    font-size: 16px;
  }
  .cardSection .cardContainer .cardWrapper .cardRow .cardCol:last-of-type {
    margin-top: 30px;
  }

  .partnerSection .partnerContainer {
    padding-bottom: 230px;
  }

  .workWrapper {
    height: 460px;
  }

  .artSection {
    background-color: #00003E;
  }
  .artSection .artContainer {
    padding-bottom: 230px;
  }
  .artSection .artContainer .artWrapper {
    width: 100%;
    position: relative;
    top: -208px;
    margin-bottom: -208px;
  }
  .artSection .artContainer .artWrapper .titleWrap .smallTitle {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    margin-top: -8px;
  }
  .artSection .artContainer .artWrapper .titleWrap .description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    max-width: 540px;
    margin: 25px auto 0px;
  }
  .artSection .artContainer .artWrapper .titleWrap .cmnBtn {
    margin-top: 37px;
  }
  .artSection .artContainer .nftWrapper .nftRow .nftRightCol {
    margin-top: 30px;
  }
  .artSection .artContainer .nftWrapper .nftRow .nftRightCol .rightInner .smallTitle {
    font-size: 32px;
  }

  .detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsLeftCol .leftInner {
    max-width: 400px;
    margin: auto;
  }
  .detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol {
    margin-top: 30px;
  }
  .detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper .smallTitle {
    font-size: 36px;
  }

  .howSection .howContainer {
    padding-bottom: 230px;
  }
  .howSection .howContainer .howWrapper .howInner {
    padding: 60px 30px;
  }
  .howSection .howContainer .howWrapper .howInner .smallTitle {
    font-size: 36px;
  }
  .howSection .howContainer .howWrapper .howInner ul {
    margin-left: 0px;
  }

  .formSection .formContainer {
    padding-bottom: 230px;
  }
  .formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .title {
    margin-top: -9px;
  }
  .formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .description {
    margin-top: 26px;
  }
  .formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper {
    margin-top: 58px;
  }
  .formSection .formContainer .formWrapper .formRow .formRightCol {
    margin-top: 30px;
  }
  .formSection .formContainer .formWrapper .formRow .formRightCol .rightInner .title {
    font-size: 30px;
  }

  #contactSection .contactContainer {
    position: relative;
    top: -230px;
    margin-bottom: -230px;
  }
  #contactSection .contactContainer .contactWrapper p {
    font-size: 16px;
  }
  #contactSection .footerWrapper {
    margin-top: 80px;
  }
  #contactSection .footerWrapper .footerRow .footerRightCol {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .homeBanner {
    padding: 130px 0px 230px;
  }
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerLeftCol .leftColInner p {
    font-size: 18px;
    margin-top: 26px;
    margin-bottom: -2px;
  }
  .homeBanner .objectOneWrapper img {
    width: 100px;
    height: auto;
  }
  .homeBanner .objectTwoWrapper img {
    max-width: 150px;
    height: auto;
  }
  .homeBanner .objectThreeWrapper {
    position: absolute;
    bottom: 100px;
  }
  .homeBanner .objectThreeWrapper img {
    max-width: 150px;
    height: auto;
  }

  .banner {
    padding: 120px 0px;
  }
  .banner .bannerContainer .bannerWrapper nav .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
  .banner .bannerObjectOne img {
    width: 100px;
    height: auto;
  }
  .banner .bannerObjectTwo img {
    max-width: 150px;
    height: auto;
  }

  .aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutLeftCol .leftInner img {
    max-width: 100%;
    height: auto;
    margin-top: -10px;
  }
  .aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol {
    margin-top: 20px;
  }
  .aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol .rightInner .subTitle {
    margin-bottom: -2px;
  }
  .aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol .rightInner .bodyFont {
    font-size: 16px;
    margin-top: 31px;
  }
  .aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol .rightInner .bodyFont:last-of-type {
    margin-top: 18px;
  }
  .aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol .rightInner .cmnBtn {
    margin-top: 28px;
  }

  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in {
    border-radius: 0px;
  }
  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner {
    padding: 60px 15px;
    border-radius: 0px;
  }
  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner .subTitle {
    font-size: 18px;
  }

  .cardSection .cardContainer .cardWrapper .titleWrapper .title {
    margin-top: 21px;
  }
  .cardSection .cardContainer .cardWrapper .titleWrapper .titleInfo {
    margin-top: 25px;
    font-size: 16px;
  }
  .cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner .infoWrapper .price {
    font-size: 16px;
    margin-top: 20px;
  }
  .cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner .infoWrapper .productTitle {
    font-size: 20px;
  }

  .partnerSection .partnerContainer {
    padding-bottom: 210px;
  }
  .partnerSection .partnerContainer .partnerWrapper .titleWrapper .title {
    margin-top: 22px;
  }
  .partnerSection .partnerContainer .partnerWrapper .titleWrapper .titleInfo {
    font-size: 16px;
    margin-top: 25px;
  }
  .partnerSection .partnerContainer .partnerWrapper .partnerRow .partnerCol .colInner {
    padding: 12px;
    border-radius: 0px;
  }

  .artSection .artContainer {
    padding-bottom: 210px;
  }
  .artSection .artContainer .artWrapper {
    border-radius: 0px;
    position: relative;
    top: -188px;
    margin-bottom: -188px;
  }
  .artSection .artContainer .artWrapper .titleWrap {
    padding-left: 12px;
    padding-right: 12px;
  }
  .artSection .artContainer .artWrapper .titleWrap .smallTitle {
    font-size: 26px;
    margin-top: -4px;
  }
  .artSection .artContainer .artWrapper .titleWrap .description {
    font-size: 16px;
  }
  .artSection .artContainer .artWrapper .titleWrap .cmnBtn {
    margin-top: 27px;
  }
  .artSection .artContainer .nftWrapper .nftRow .nftRightCol .rightInner .smallTitle {
    font-size: 26px;
  }
  .artSection .artContainer .nftWrapper .nftRow .nftRightCol .rightInner .description {
    font-size: 16px;
  }
  .artSection .artContainer .nftWrapper .nftRow .nftRightCol .rightInner .cmnBtn {
    margin-top: 27px;
  }

  .newsSection .newsContainer .newsWrapper .wrap .description {
    font-size: 16px;
  }
  .newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input {
    font-size: 16px;
    border-radius: 0px;
  }
  .newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input::-moz-placeholder {
    font-size: 16px;
  }
  .newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input:-ms-input-placeholder {
    font-size: 16px;
  }
  .newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input::-ms-input-placeholder {
    font-size: 16px;
  }
  .newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input::placeholder {
    font-size: 16px;
  }
  .newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper .cmnBtn {
    border-radius: 0px;
  }

  .detailsSection {
    background-color: #00003E;
  }
  .detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .description {
    font-size: 16px;
    margin-top: 23px;
  }
  .detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper .smallTitle {
    font-size: 24px;
    margin-top: 23px;
  }
  .detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form .checkInner {
    border-radius: 0px;
    padding: 15px;
  }
  .detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form .checkInner .group label {
    font-size: 16px;
  }
  .detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .checkWrapper form .submitWrapper .col-6 .cmnBtn {
    padding: 15px 20px;
  }
  .detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .socialLinks {
    margin-top: 30px;
  }
  .detailsSection .detailsContainer .detailsWrapper .detailsRow .detailsRightCol .rightInner .socialLinks a {
    border-radius: 0px;
  }

  .howSection .howContainer {
    padding-bottom: 210px;
  }
  .howSection .howContainer .howWrapper .howInner {
    border-radius: 0px;
    padding: 60px 12px;
  }
  .howSection .howContainer .howWrapper .howInner .smallTitle {
    font-size: 28px;
    margin-bottom: -8px;
  }
  .howSection .howContainer .howWrapper .howInner .description {
    font-size: 16px;
  }
  .howSection .howContainer .howWrapper .howInner ul li {
    font-size: 16px;
  }
  .howSection .howContainer .howWrapper .howInner ul li::before {
    margin-right: 5px;
  }

  .contactBanner {
    background-color: #310E9E;
  }
  .contactBanner .contactBannerContainer .contactBannerWrapper .contactBannerRow .contactBannerLeft .leftInner .smallTitle {
    font-size: 20px;
  }
  .contactBanner .contactBannerContainer .contactBannerWrapper .contactBannerRow .contactBannerLeft .leftInner .title {
    margin-top: 24px;
  }
  .contactBanner .contactBannerContainer .contactBannerWrapper .contactBannerRow .contactBannerLeft .leftInner .description {
    font-size: 16px;
    margin-top: 25px;
  }
  .contactBanner .contactBannerContainer .contactBannerWrapper .contactBannerRow .contactBannerLeft .leftInner a {
    font-size: 16px;
    margin-top: 30px;
  }

  .formSection .formContainer {
    padding-bottom: 210px;
  }
  .formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .title {
    margin-top: -5px;
  }
  .formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .description {
    font-size: 16px;
  }
  .formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper {
    margin-top: 39px;
  }
  .formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper .inner {
    background-color: #310E9E;
    padding: 22px 30px;
    margin-bottom: 30px;
  }
  .formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper .inner .innerLeft .info {
    font-size: 18px;
  }
  .formSection .formContainer .formWrapper .formRow .formLeftCol .leftInner .wrapper .inner .innerRight a i {
    font-size: 18px;
  }
  .formSection .formContainer .formWrapper .formRow .formRightCol .rightInner {
    padding: 60px 12px;
  }
  .formSection .formContainer .formWrapper .formRow .formRightCol .rightInner .title {
    font-size: 24px;
  }
  .formSection .formContainer .formWrapper .formRow .formRightCol .rightInner .description {
    font-size: 16px;
  }
  .formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form .mb-3 label {
    font-size: 16px;
  }
  .formSection .formContainer .formWrapper .formRow .formRightCol .rightInner form button {
    font-size: 16px;
  }

  #contactSection .contactContainer {
    position: relative;
    top: -210px;
    margin-bottom: -210px;
  }
  #contactSection .contactContainer .contactWrapper {
    border-radius: 0px;
  }
  #contactSection .footerWrapper {
    margin-top: 75px;
  }
  #contactSection .footerWrapper .footerRow .footerLeftCol .footerNav .nav-item .nav-link {
    font-size: 16px;
    padding: 5px 10px;
  }
  #contactSection .footerWrapper .footerRow .footerLeftCol .footerNav .nav-item .nav-link img {
    width: 110px;
    height: 30px;
  }
  #contactSection .footerWrapper .footerRow .footerLeftCol .footerNav .nav-item .pl-0 {
    margin-right: 0px;
  }
  #contactSection .footerWrapper .footerRow .footerRightCol {
    margin-top: 25px;
  }
  #contactSection .footerWrapper .footerRow .footerRightCol .socialNav .nav-item .nav-link i {
    font-size: 16px;
  }
  #contactSection .footerWrapper .copyRightRow .copyLeftCol p {
    line-height: 1.5;
    margin: -4px 0px;
  }
  #contactSection .footerWrapper .copyRightRow .copyRightCol {
    margin-top: 30px;
  }
  #contactSection .footerWrapper .copyRightRow .copyRightCol .nice-select .current {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  header {
    margin-bottom: 66px;
  }
  header #topNavbar {
    background-color: #280B70;
  }
  header #topNavbar .topNavContainer .navbar-brand img {
    width: 110px;
    height: 30px;
  }
  header #topNavbar .topNavContainer #topNav {
    max-height: 255px;
    overflow-y: scroll;
  }
  header #topNavbar .topNavContainer #topNav .navbar-nav .nav-item {
    margin: 0px;
    padding: 0px;
  }
  header #topNavbar .topNavContainer #topNav .navbar-nav .nav-item .storeBtn {
    text-decoration: none;
    margin: 0px;
    padding: 15px 20px;
    margin: 2px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-style: normal;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    line-height: 1;
    color: #04080F;
    background-color: #7367F0;
    border-radius: 0px;
    font-size: 16px;
  }
  header #topNavbar .topNavContainer #topNav .navbar-nav .nav-item .storeBtn:hover {
    color: #00FEDF;
  }
  header #topNavbar .topNavContainer #topNav .navbar-nav .nav-item .storeBtn:hover {
    color: #ffffff;
  }

  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol {
    margin-top: 32px;
  }
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle {
    width: 250px;
    height: 250px;
  }
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle {
    width: 200px;
    height: 200px;
  }
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .firstObject {
    width: 20px;
    height: 20px;
  }
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .secondObject {
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .thirdObject {
    width: 30px;
    height: 30px;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .fourthObject {
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .fifthObject {
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(125px);
    transform: translateY(125px);
    -webkit-transform: translateX(-125px);
    transform: translateX(-125px);
  }
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .sixthObject {
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(125px);
    transform: translateY(125px);
  }
  .homeBanner .homeBannerContainer .homeBannerWrapper .homeBannerRow .homeBannerRightCol .rightColInner .firstCircle .secondCircle .thirdCircle {
    width: 150px;
    height: 150px;
  }

  @-webkit-keyframes firstObjectc {
    0%, 10% {
      -webkit-transform: rotate(0deg) translateY(-100px) rotate(0deg);
      transform: rotate(0deg) translateY(-100px) rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(360deg) translate(75px) rotate(-360deg);
      transform: rotate(360deg) translate(75px) rotate(-360deg);
    }
    90%, 100% {
      -webkit-transform: rotate(360deg) translateY(-100px) rotate(-360deg);
      transform: rotate(360deg) translateY(-100px) rotate(-360deg);
    }
  }
  @keyframes firstObjectc {
    0%, 10% {
      -webkit-transform: rotate(0deg) translateY(-100px) rotate(0deg);
      transform: rotate(0deg) translateY(-100px) rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(360deg) translate(75px) rotate(-360deg);
      transform: rotate(360deg) translate(75px) rotate(-360deg);
    }
    90%, 100% {
      -webkit-transform: rotate(360deg) translateY(-100px) rotate(-360deg);
      transform: rotate(360deg) translateY(-100px) rotate(-360deg);
    }
  }
  @-webkit-keyframes secondObjectc {
    0%, 10% {
      -webkit-transform: rotate(0deg) translate(-100px) rotate(0deg);
      transform: rotate(0deg) translate(-100px) rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(0deg) translate(-75px) rotate(360deg);
      transform: rotate(0deg) translate(-75px) rotate(360deg);
    }
    90%, 100% {
      -webkit-transform: rotate(360deg) translate(-100px) rotate(-360deg);
      transform: rotate(360deg) translate(-100px) rotate(-360deg);
    }
  }
  @keyframes secondObjectc {
    0%, 10% {
      -webkit-transform: rotate(0deg) translate(-100px) rotate(0deg);
      transform: rotate(0deg) translate(-100px) rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(0deg) translate(-75px) rotate(360deg);
      transform: rotate(0deg) translate(-75px) rotate(360deg);
    }
    90%, 100% {
      -webkit-transform: rotate(360deg) translate(-100px) rotate(-360deg);
      transform: rotate(360deg) translate(-100px) rotate(-360deg);
    }
  }
  @-webkit-keyframes thirdObjectc {
    0%, 10% {
      -webkit-transform: rotate(0deg) translateX(100px) rotate(0deg);
      transform: rotate(0deg) translateX(100px) rotate(0deg);
    }
    90%, 100% {
      -webkit-transform: rotate(360deg) translateX(100px) rotate(-360deg);
      transform: rotate(360deg) translateX(100px) rotate(-360deg);
    }
  }
  @keyframes thirdObjectc {
    0%, 10% {
      -webkit-transform: rotate(0deg) translateX(100px) rotate(0deg);
      transform: rotate(0deg) translateX(100px) rotate(0deg);
    }
    90%, 100% {
      -webkit-transform: rotate(360deg) translateX(100px) rotate(-360deg);
      transform: rotate(360deg) translateX(100px) rotate(-360deg);
    }
  }
  @-webkit-keyframes fourthObjectc {
    0%, 10% {
      -webkit-transform: rotate(0deg) translateY(100px) rotate(0deg);
      transform: rotate(0deg) translateY(100px) rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(0deg) translateY(-100px) rotate(0deg);
      transform: rotate(0deg) translateY(-100px) rotate(0deg);
    }
    90%, 100% {
      -webkit-transform: rotate(360deg) translateY(100px) rotate(-360deg);
      transform: rotate(360deg) translateY(100px) rotate(-360deg);
    }
  }
  @keyframes fourthObjectc {
    0%, 10% {
      -webkit-transform: rotate(0deg) translateY(100px) rotate(0deg);
      transform: rotate(0deg) translateY(100px) rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(0deg) translateY(-100px) rotate(0deg);
      transform: rotate(0deg) translateY(-100px) rotate(0deg);
    }
    90%, 100% {
      -webkit-transform: rotate(360deg) translateY(100px) rotate(-360deg);
      transform: rotate(360deg) translateY(100px) rotate(-360deg);
    }
  }
  @-webkit-keyframes fifthObjectc {
    0%, 10% {
      -webkit-transform: rotate(0deg) translateX(-125px) rotate(0deg);
      transform: rotate(0deg) translateX(-125px) rotate(0deg);
      margin-bottom: 50px;
    }
    50% {
      -webkit-transform: rotate(0deg) translateY(-100px) rotate(0deg);
      transform: rotate(0deg) translateY(-100px) rotate(0deg);
    }
    90%, 100% {
      -webkit-transform: rotate(360deg) translateX(-125px) rotate(-360deg);
      transform: rotate(360deg) translateX(-125px) rotate(-360deg);
      margin-bottom: 50px;
    }
  }
  @keyframes fifthObjectc {
    0%, 10% {
      -webkit-transform: rotate(0deg) translateX(-125px) rotate(0deg);
      transform: rotate(0deg) translateX(-125px) rotate(0deg);
      margin-bottom: 50px;
    }
    50% {
      -webkit-transform: rotate(0deg) translateY(-100px) rotate(0deg);
      transform: rotate(0deg) translateY(-100px) rotate(0deg);
    }
    90%, 100% {
      -webkit-transform: rotate(360deg) translateX(-125px) rotate(-360deg);
      transform: rotate(360deg) translateX(-125px) rotate(-360deg);
      margin-bottom: 50px;
    }
  }
  @-webkit-keyframes sixthObjectc {
    0%, 10% {
      -webkit-transform: rotate(0deg) translateY(100px) rotate(0deg);
      transform: rotate(0deg) translateY(100px) rotate(0deg);
    }
    90%, 100% {
      -webkit-transform: rotate(360deg) translateY(100px) rotate(-360deg);
      transform: rotate(360deg) translateY(100px) rotate(-360deg);
      margin-left: 0px;
    }
  }
  @keyframes sixthObjectc {
    0%, 10% {
      -webkit-transform: rotate(0deg) translateY(100px) rotate(0deg);
      transform: rotate(0deg) translateY(100px) rotate(0deg);
    }
    90%, 100% {
      -webkit-transform: rotate(360deg) translateY(100px) rotate(-360deg);
      transform: rotate(360deg) translateY(100px) rotate(-360deg);
      margin-left: 0px;
    }
  }
  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol {
    margin-top: 30px;
  }
  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner {
    padding: 60px 15px;
    border-radius: 0px;
  }
  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol .in .serviceInner .subTitle {
    font-size: 18px;
  }
  .serviceSection .serviceContainer .serviceWrapper .serviceRow .serviceCol:first-of-type {
    margin-top: 0px;
  }

  .cardSection .cardContainer .cardWrapper .cardRow .cardCol {
    margin-top: 30px;
  }
  .cardSection .cardContainer .cardWrapper .cardRow .cardCol:first-of-type {
    margin-top: 0px;
  }
  .cardSection .cardContainer .cardWrapper .cardRow .cardCol .cardInner {
    max-width: 350px;
    margin: auto;
  }

  .partnerSection .partnerContainer .partnerWrapper .partnerRow .mts {
    margin-top: 30px;
  }

  .newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper {
    position: static;
    text-align: left;
  }
  .newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper input {
    width: 100%;
    padding: 12px;
  }
  .newsSection .newsContainer .newsWrapper .wrap #newsLetter .wrapper .cmnBtn {
    position: static;
    display: inline-block;
    margin-top: 20px;
    line-height: 1;
    padding: 15px 25px;
  }

  #contactSection .footerWrapper {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 424px) {
  .aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutLeftCol .leftInner img {
    margin-top: -6px;
  }
  .aboutSection .aboutContainer .aboutWrapper .aboutRow .aboutRightCol {
    margin-top: 24px;
  }

  .artSection .artContainer .artWrapper .titleWrap .smallTitle {
    font-size: 26px;
    margin-top: -4px;
  }
  .artSection .artContainer .artWrapper .titleWrap .description {
    font-size: 16px;
    margin-top: 20px;
  }
  .artSection .artContainer .artWrapper .titleWrap .cmnBtn {
    margin-top: 27px;
  }
}