body {
  font-family: 'Open Sans', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}
img{max-width:100%; height:auto}
.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
    color: rgba(64, 92, 194, 1);
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.heading_container h2::before {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -5px;
    background-color: #24d278;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    background-image: linear-gradient( 
135deg
 ,#009cff 0,#00bdff 66%,#00deff 100%);
}
/*header section*/
.hero_area {
  height: 100vh;
  /*background-image: url(../images/hero-bg.jpg);*/
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.73);
    background-image: linear-gradient( 
180deg
 ,rgba(235, 122, 255, 0.729412) 0%,rgba(22, 48, 135, 0.941176) 100%);
}

.hero_area::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background-image: url(../images/hero-side-bg.png);
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
  background-size: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
    overflow-x: hidden;
    position: absolute;
    width: 100%;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .user_option a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .user_option a img {
  min-width: 20px;
  height: 20px;
  margin-right: 5px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav li a  {
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight:600
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav  li.current-menu-item a, .custom_nav-container.navbar-expand-lg .navbar-nav li:hover a {
  color: #00c9ff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.custom_nav-container form {
  padding-top: 7px;
}

.navbar-brand {
  margin-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 100%;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
  height: 70px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 50px;
  width: 30px;
  height: 30px;
}

.lg_toggl-btn {
  background-color: transparent;
  border: none;
  outline: none;
  width: 56px;
  height: 40px;
  cursor: pointer;
}

.lg_toggl-btn:focus {
  outline: none;
}

.login_btn-container {
  padding-top: 30px;
}

.login_btn-container a {
  color: #24d278;
  text-transform: uppercase;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(90% - 70px);
  padding-top:5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .container {
  position: relative;
  z-index: 2;
}

.slider_section .number_box {
  width: 50px;
  position: absolute;
  right: 25px;
  top: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  font-size: 22px;
}

.slider_section .number_box::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box h1 {
    color: #00c9ff;
    text-transform: uppercase;
}

.slider_section .detail-box h1 span {
    font-size: 5rem;
    color: #fff;
    display: block;
}
.slider_section .detail-box p {
    color: #fff;
}
.slider_section .detail-box p {
  margin-top: 15px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  text-transform: uppercase;
  text-align: center;
  width: 180px;
  font-size: 15px;
}

.slider_section .detail-box .btn-box .btn-1 {
    display: inline-block;
    padding: 18px 0;
    background-color: #24d278;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 30px;
    margin-right: 5px;
    background-image: linear-gradient( 
135deg
 ,#009cff 0,#00bdff 66%,#00deff 100%);
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #24d278;
  color: #24d278;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 6px 0;
  background-color: #252525;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 20px;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}

.slider_section .img-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider_section .img-container .img-box {
  width: 90%;
}

.slider_section .img-container .img-box img {
  width: 100%;
}

.slider_section .play_btn {
  background-color: #24d278;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 3;
  top: 78%;
  right: 32%;
}

.slider_section .play_btn a {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: relative;
  z-index: 5;
}

.slider_section .play_btn img {
  width: 20px;
  margin-left: 3px;
}

.slider_section .play_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
 /* background-color: #24d278;*/
  opacity: 1;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
		  background-image: linear-gradient(
135deg
,#009cff 0,#00bdff 66%,#00deff 100%);
}

.slider_section .play_btn::before {
  z-index: 2;
  -webkit-animation: before-animation 1500ms infinite;
          animation: before-animation 1500ms infinite;
}

@-webkit-keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 1;
  }
}

@keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 1;
  }
}

.slider_section .carousel-indicators {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -150px;
}

.slider_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1;
  border: none;
  background-clip: unset;
}

.slider_section .carousel-indicators li.active {
  background-color: #00c9ff;
}

.slider_section ol.carousel-indicators.indicator-2 {
  position: unset;
}

.slider_section ol.carousel-indicators.indicator-2 li {
  width: 25px;
  height: 25px;
  text-indent: 0px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  margin: 0;
  background-color: transparent;
  opacity: 1;
  border: none;
  display: none;
}

.slider_section ol.carousel-indicators.indicator-2 li.active {
  display: block;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box p {
  margin-top: 20px;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 18px;
    background-color: #252525;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 30px;
    margin-top: 35px;
    background-image: linear-gradient(
135deg
,#5023ce 0,#7b22e6 66%,#a520fe 100%);
    width: 180px;
    text-align: center;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}

.about_section .img-box img {
  width: 100%;
}
section.about_section {
    padding: 0;
    margin-top: -12em;
}
.trending_section {
    background-color: rgb(176 0 255);
    background: radial-gradient(circle at top left,#4a42ec 0%,#521d91 100%);
    background-color: #521d91;
    padding: 0;
}

.trending_section .btn-1 {
    display: table;
    padding: 18px 0;
    background-color: #24d278;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 30px;
    margin-right: 5px;
    background-image: linear-gradient( 
135deg
 ,#009cff 0,#00bdff 66%,#00deff 100%);
    width: 180px;
    margin: 30px auto 0;
    text-align: center;
}
div#accordion {
    margin-bottom: -10em;
}
.trending_section .tab_container .t-link-box .t-name h5 {
    background-image: linear-gradient( 
135deg
 ,#009cff 0,#00bdff 66%,#00deff 100%);
    color: #fff;
    padding: 15px;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    width: 280px;
    text-align: center;
}
.trending_section .tab_container .t-link-box hr{display:none}
.trending_section h2 {
    color: #fff;
}

.trending_section .tab_container .t-link-box {
  margin: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.detail-box .tab_container {
    padding-top: 3.5em;
}
.trending_section .tab_container .t-link-box h5 {
  margin: 0;
}

.trending_section .tab_container .t-link-box hr {
  background-color: #fff;
  width: 60px;
  height: 1.5px;
  border: none;
  margin: 0 65px 0 5px;
}

.trending_section .tab_container .t-link-box .t-name {
  color: #fff;
}

.trending_section .tab_container .t-link-box:hover {
  cursor: pointer;
}

.trending_section .tab_container .t-link-box[aria-expanded="true"] .t-name {
    color: #00c9ff;
}

.trending_section .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trending_section .img_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.trending_section .img_container .box .img-box {
  margin: 15px;
}

.trending_section .img_container .box .img-box img {
  width: 100%;
}

.trending_section .img_container .box.b-1 {
  padding-top: 35px;
}

.discount_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount_section .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount_section .detail-box h2 {
    padding-left: 45px;
    color: rgba(64, 92, 194, 1);
    font-weight: 700;
}

.discount_section .detail-box h2.main_heading {
  font-size: 3rem;
  padding: 0;
  color: #00c9ff;
  text-transform: uppercase;
}
section.discount_section {
    padding-top: 0;
}
.discount_section .detail-box a {
display: inline-block;
    padding: 18px;
    background-color: #252525;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 30px;
    margin-top: 35px;
    background-image: linear-gradient( 
135deg
 ,#5023ce 0,#7b22e6 66%,#a520fe 100%);
    width: 180px;
    text-align: center;
}

.discount_section .detail-box a:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}

.discount_section .img-box img {
  width: 100%;
}
section.brand_section {
    background-image: linear-gradient( 180deg ,#8916a5 0%,#2196f3 100%);
}
section.brand_section h2 {
    color: #fff;
}
.brand_section .brand_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  gap:20px
}

.brand_section .brand_container .box {
  position: relative;
  text-align: center;
  padding:10px;
 /* background-color: #e4e5e9;
  padding: 75px 35px 10px 35px;
  margin: 30px 10px 0 10px;
  min-width: 225px;*/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.24670%;
          flex: 0 0 23.24670%;
}
.brand_section .heading_container {
    justify-content: center;
}
.brand_section .brand_container .box h6 {
  color: #252525;
}

.brand_section .brand_container .box h6.price {
  color: #24d278;
}

.brand_section .brand_container .box .new {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 35px;
  background-color: #252525;
  color: #ffffff;
}

.brand_section .brand_container .box .new h6 {
  margin: 0;
}

.brand_section .brand_container .box .img-box img {
  width: 100%;
}

/*.brand_section .brand_container .box:hover {
  background-color: #24d278;
}*/

.brand_section .brand_container .box:hover h6.price {
  color: #252525;
}

.brand_section .brand-btn {
    margin-top: 15px;
    display: table;
    padding: 18px 0;
    background-color: #24d278;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 30px;
    margin-right: 5px;
    text-transform: uppercase;
    text-align: center;
    width: 180px;
    font-size: 15px;
    background-image: linear-gradient( 135deg ,#5023ce 0,#7b22e6 66%,#a520fe 100%);
    margin: 0 auto;
}
.brand_section .brand-btn:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}

.contact_section {
    position: relative;
    background: radial-gradient(circle at right bottom,rgb(63,0,230),rgb(127,0,253) 100%);
	padding-bottom:0
}
.contact_section svg {
    width: 100%;
    height: 200px;
}
.uncode-divider-wrap {

    transform: translatex(-50%); scaley(-1);
}
.contact_section .design-box {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  width: 75px;
}

.contact_section .design-box img {
  width: 100%;
}

.contact_section h2 {
  margin-bottom: 65px;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  display: inline-block;
  padding: 12px 45px;
  background-color: #24d278;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  margin-top: 35px;
}

.contact_section button:hover {
  background-color: transparent;
  border-color: #24d278;
  color: #24d278;
}

.contact_section .map_container {
  height: 100%;
  padding-bottom: 110px;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.client_section .custom_heading-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.client_section .client_box .client-id .name h5 {
    font-weight: bold;
    color: #fff;
}
.client_section .client_box .detail {
    box-shadow: 0 7px 20px rgb(0 0 0 / 50%);
    border-radius: 10px;
    color: #fff;
    margin: 42px 20px;
    margin-top: 0;
    padding: 110px 40px 40px;
    background-color: rgb(176 0 255);
    background: radial-gradient(circle at top left,#4a42ec 0%,#521d91 100%);
    background-color: #521d91;
	text-align:center;
    margin-top: -96px !important;
}
.owl-prev {
    width: 35px;
    height: 35px;
    border: 10px solid transparent;
    border-bottom-color: #4f29af;
    border-right-color: #4f29af;
    transform: rotateZ(135deg);
    float: left;
}
.owl-next {
    width: 35px;
    height: 35px;
    border: 10px solid transparent;
    border-bottom-color: #4f29af;
    border-right-color: #4f29af;
    transform: rotateZ(314deg);
    vertical-align: middle;
    margin-left: 7px;
    float: right;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
div#owltestimonial-carousel {
    padding: 20px;
}
.client-id .img-box {
    height: 131px;
    width: 131px;
    display: table;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 8px solid #00a8ff;
	overflow: hidden
}
.owl-carousel .owl-item img {
    display: table;
    width: auto;
    -webkit-transform-style: preserve-3d;
    margin: 0 auto;
}
.owl-carousel .owl-dot span {
    background: #4f29af;
    height: 15px;
    width: 15px;
    display: inline-block;
    border-radius: 50%;
}
.owl-carousel .owl-dot {
    display: inline-block;
    margin: 5px;
}
.owl-dots {
    text-align: center;
}
/*.client_section .client_box .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_box .client-id .img-box img {
  width: 100%;
}
*/
.client-id {
    text-align: center;
}
.client_section .client_box .client-id .name {
  margin-left: 15px;
}

.client_section .client_box .client-id .name h5 {
  font-weight: bold;
}

.client_section .client_box .client-id .name p {
    color: #fff;
    margin: 0;
}

.client_section .client_box .detail {
  margin-top: 25px;
}

.client_section .client_box:hover {
  background-color: #f3f3f3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.client_section .client_box:hover .arrow_img {
  background-image: url(../images/arrow-green.png);
}

.client_section .client_box .arrow_img {
  width: 50px;
  height: 30px;
  background-image: url(../images/arrow.png);
  background-size: 25px;
  background-repeat: no-repeat;
}

.info_section {
    background-color: #0f1521;
    color: #ffffff;
    background-color: #521d91;
    background-image: linear-gradient( 135deg ,#5023ce 0,#7b22e6 66%,#a520fe 100%);
}

.info_section .info_logo {
  width: 80%;
  margin: 0 auto 45px auto;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}

.info_section .info_logo h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_insta .insta_container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_insta .insta_container img {
  width: 100%;
}

.info_section .info_insta .insta_container .insta-box {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.info_section .info_contact .img-box {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}

.info_section .info_form form button {
  display: inline-block;
  padding: 8px 30px;
  background-color: #24d278;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 0;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  background-image: linear-gradient( 135deg ,#009cff 0,#00bdff 66%,#00deff 100%);
}

.info_section .info_form form button:hover {
  background-color: transparent;
  border-color: #24d278;
  color: #24d278;
}

.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 25px;
}

/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fdfeff;
}

.footer_section p {
  color: #171717;
  margin: 0;
  padding: 25px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}

.footer_section a {
  color: #171717;
}

/* end footer section*/
#navbarSupportedContent {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#navbarSupportedContent.lg_nav-toggle {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn button span {
  display: block;
  width: 34px;
  height: 3.5px;
  background-color: #fff;
  margin: 8.5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: 17px;
  margin-left: auto;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translate(7px, 10px);
          transform: rotate(45deg) translate(7px, 10px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translate(7px, -10px);
          transform: rotate(-45deg) translate(7px, -10px);
}
/*# sourceMappingURL=style.css.map */


.usp-box i {
    background: -webkit-gradient(linear, left top, left bottom, from(#00c3ff), to(#a520fe));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3em;
}
.usp-box {
    text-align: center;
}
.usp-box h3 {
    margin: 20px 0;
    font-size: 1.5em;
    color: rgba(64, 92, 194, 1);
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
section.usp {
    padding-bottom: 0;
    margin-bottom: -70px;
}
/*
.box a {
    display: flex;
}
.box a span{
	margin: 0;
    padding: 0;
    overflow: hidden;
    transform: rotate(0deg);
	border-radius: 8px;
    background-color: #fff;
    transition: 300ms all cubic-bezier(.4,0,.2,1);
}
.box a span:first-child {
    width: 220px;
    height: 240px;
    z-index: 3;
}
.box a span:nth-child(2) {
    left: 25px;
}
.box a span:nth-child(2), .box a span:nth-child(3) {
    position: absolute;
    top: 30%;
    width: 180px;
    height: 200px;
    opacity: .8;
    z-index: 2;
}
.box a span:nth-child(3) {
    right: 25px;
}*/

.website-pack-preview {
    position: relative;
    align-items: center;
    justify-content: center;
}
.column {
    display: flex;
    flex-direction: column;
    min-width: 100%;
}
.website-pack-preview span:first-child {
    width: 220px;
    height: 300px;
    z-index: 3;
}
.card:first-of-type {
    margin-top: 0;
}
.website-pack-preview span{
	box-shadow: 0 10px 70px 0 rgb(103 151 255 / 22%), 0 15px 105px 0 rgb(103 151 255 / 22%);
}
.website-pack-preview span {
    margin: 0;
    padding: 0;
    overflow: hidden;
    transform: rotate(0deg);
}
.card {
    border-radius: 8px;
    background-color: #fff;
    padding: 32px;
    transition: 300ms all cubic-bezier(.4,0,.2,1);
    margin-top: 24px;
    box-shadow: 0 8px 60px 0 rgb(103 151 255 / 11%), 0 12px 90px 0 rgb(103 151 255 / 11%);
}
.website-pack-preview span img {
    display: block;
    max-width: 100%;
    align-self: center;
    transition: 300ms all cubic-bezier(.4,0,.2,1);
    visibility: visible;
    opacity: 1;
}
.website-pack-preview span:nth-child(2) {
    left: 0;
}
.website-pack-preview span:nth-child(3) {
    right: 0;
}
.website-pack-preview span:nth-child(2), .website-pack-preview span:nth-child(3) {
    position: absolute;
    top: 12px;
    width: 180px;
    height: 260px;
    opacity: .8;
    z-index: 2;
}
.website-pack-preview:hover span:first-child {
    width: 200px;
}
.website-pack-preview:hover span {
    padding: 0;
    overflow: hidden;
}
.website-pack-preview:hover span:nth-child(2), .website-pack-preview:hover span:nth-child(3) {
    width: 160px;
    height: 260px;
    opacity: 1;
}
.website-pack-preview:hover span {
    padding: 0;
    overflow: hidden;
}
.website-pack-preview:hover span:nth-child(3) {
    right: 0;
    transform: rotate(5deg);
}
.website-pack-preview:hover span:nth-child(2) {
    left: 0;
    transform: rotate(-5deg);
}
section.client_section .heading_container {
    justify-content: center;
}

@media(min-width:992px)
{
	div#navbarSupportedContent {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.custom_menu-btn {
    display: none;
}
}

@media(max-width:1199px)
{
	section.about_section {
    padding: 0;
    margin-top: -25px;
}
div#accordion {
    margin-bottom: 0;
}
}

/*---------------------- Themify landing Page ------------------------*/
.themify-banner .banner-info h1 {
    line-height: 1em;
    font-weight: 700;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 45px;
}
.themify-banner .banner-info h3 {
    margin-bottom: 30px;
}
.themify-banner .banner-info h1:after {
    content: "";
    background: #00a9ff;
    height: 8px;
    width: 57%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.moderate-heroslider {
    text-align: center;
    margin-top: -125px;
    z-index: 9;
    position: relative;
    cursor: pointer;
}
.moderate-heroslider img {
    width: 65%;
}
.moderate-panel1 .feature-thumb {
    width: 160px;
    height: 160px;
    padding: 25px;
    border-radius: 50%;
      background: -ms-linear-gradient(0deg,#e1358f 0,#7e6ce7 100%);
    background: -moz-linear-gradient(0deg,#e1358f 0,#7e6ce7 100%);
    background: -webkit-linear-gradient(0deg,#e1358f 0,#7e6ce7 100%);
    box-shadow: 4.232px 12.292px 10.56px 0.44px rgb(121 107 232 / 50%);
    margin: 0 auto 40px;
}
.mp1-grid p {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
.moderate-panel1 {
    padding: 100px 0;
}
.moderate-panel1 h3 {
    display: table;
    margin: 0 auto 70px;
    font-size: 36px;
    color: rgba(64, 92, 194, 1);
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    position: relative;
	padding:30px 0
}
.moderate-panel1 h3:after {
    content: "";
    background: #00a9ff;
    height: 8px;
    width: 57%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.moderate-panel2 {
    background: url(http://www.cyan-dolphin-864669.hostingersite.com/wp-content/uploads/2022/05/bestselling-bg.jpg);
    padding: 0 ;
    background-position: top right;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -200px;
}
.moderate-panel2 {
    color: #fff;
}
.moderate-panel2 h3 {
    line-height: 1em;
    font-weight: 700;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 45px;
    margin: 50px auto 75px;
    display: table;
}
.moderate-panel2 h3:after {
    content: "";
    background: #00a9ff;
    height: 8px;
    width: 57%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.moderate-panel2 p {
    font-size: 1.2em;
}
/*---------------------- Inner Page ------------------------*/

section.inner-banner {
    color: #ffffff;
    background-color: #521d91;
        background-image: linear-gradient( 135deg ,#bb6bcb 0,#7b22e6 66%,#a520fe 100%);
    height: 350px;
    position: relative;
    clip-path: polygon(0% 0%, 0% 82.5%, 1.69492% 84.3293%, 3.38983% 86.1385%, 5.08475% 87.9078%, 6.77966% 89.6179%, 8.47458% 91.25%, 10.1695% 92.7862%, 11.8644% 94.2098%, 13.5593% 95.505%, 15.2542% 96.6578%, 16.9492% 97.6555%, 18.6441% 98.487%, 20.339% 99.1435%, 22.0339% 99.6176%, 23.7288% 99.9041%, 25.4237% 100%, 27.1186% 99.9041%, 28.8136% 99.6176%, 30.5085% 99.1435%, 32.2034% 98.487%, 33.8983% 97.6555%, 35.5932% 96.6578%, 37.2881% 95.505%, 38.9831% 94.2098%, 40.678% 92.7862%, 42.3729% 91.25%, 44.0678% 89.6179%, 45.7627% 87.9078%, 47.4576% 86.1385%, 49.1525% 84.3293%, 50.8475% 82.5%, 52.5424% 80.6708%, 54.2373% 78.8616%, 55.9322% 77.0922%, 57.6271% 75.3821%, 59.322% 73.75%, 61.017% 72.2138%, 62.7119% 70.7902%, 64.4068% 69.495%, 66.1017% 68.3422%, 67.7966% 67.3446%, 69.4915% 66.513%, 71.1864% 65.8565%, 72.8814% 65.3824%, 74.5763% 65.0959%, 76.2712% 65%, 77.9661% 65.0959%, 79.661% 65.3824%, 81.3559% 65.8565%, 83.0509% 66.513%, 84.7458% 67.3446%, 86.4407% 68.3422%, 88.1356% 69.495%, 89.8305% 70.7902%, 91.5254% 72.2138%, 93.2203% 73.75%, 94.9153% 75.3821%, 96.6102% 77.0922%, 98.3051% 78.8616%, 100% 80.6708%, 100% 0%);
    shape-outside: polygon(0% 0%, 0% 82.5%, 1.69492% 84.3293%, 3.38983% 86.1385%, 5.08475% 87.9078%, 6.77966% 89.6179%, 8.47458% 91.25%, 10.1695% 92.7862%, 11.8644% 94.2098%, 13.5593% 95.505%, 15.2542% 96.6578%, 16.9492% 97.6555%, 18.6441% 98.487%, 20.339% 99.1435%, 22.0339% 99.6176%, 23.7288% 99.9041%, 25.4237% 100%, 27.1186% 99.9041%, 28.8136% 99.6176%, 30.5085% 99.1435%, 32.2034% 98.487%, 33.8983% 97.6555%, 35.5932% 96.6578%, 37.2881% 95.505%, 38.9831% 94.2098%, 40.678% 92.7862%, 42.3729% 91.25%, 44.0678% 89.6179%, 45.7627% 87.9078%, 47.4576% 86.1385%, 49.1525% 84.3293%, 50.8475% 82.5%, 52.5424% 80.6708%, 54.2373% 78.8616%, 55.9322% 77.0922%, 57.6271% 75.3821%, 59.322% 73.75%, 61.017% 72.2138%, 62.7119% 70.7902%, 64.4068% 69.495%, 66.1017% 68.3422%, 67.7966% 67.3446%, 69.4915% 66.513%, 71.1864% 65.8565%, 72.8814% 65.3824%, 74.5763% 65.0959%, 76.2712% 65%, 77.9661% 65.0959%, 79.661% 65.3824%, 81.3559% 65.8565%, 83.0509% 66.513%, 84.7458% 67.3446%, 86.4407% 68.3422%, 88.1356% 69.495%, 89.8305% 70.7902%, 91.5254% 72.2138%, 93.2203% 73.75%, 94.9153% 75.3821%, 96.6102% 77.0922%, 98.3051% 78.8616%, 100% 80.6708%, 100% 0%);
}
.banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
section.inner-banner .btn-box .btn-1 {
	text-transform: uppercase;
    text-align: center;
    width: 180px;
    font-size: 15px;
    display: inline-block;
    padding: 18px 0;
    background-color: #24d278;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 30px;
    margin-right: 5px;
    background-image: linear-gradient( 135deg ,#009cff 0,#00bdff 66%,#00deff 100%);
}