/*
@File: Payteam Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

******************************************* 
** 1- DEFAULT AREA STYLE - **

** 1.1- Default Btn Area Style
** 1.2- Read More Area Style
** 1.3- Section Title Area Style
** 1.4- Heading Area Style
** 1.5- Keyframes Area Style
** 1.6- Lines Area Style
** 2- Go Top Style
** 3- Preloader Area Style
** 4- Page-navigation Area Style
** 4.1- Header Area Style
** 4.2- Header Nav Area Style
** 5- Main Slider Area Style
** 6- Home Aboutus Section 
** 7- Tab Button Area Style
** 7.1- All Product Area Style
** 8- Service Specials Area Style
** 9- Discover Products Area Style
** 10- Featured Products Area Style


** 11- Fun Counter Area Style
** 12- Platform Area Style
** 13- Partner Area Style
** 14- Footer Top Area Style
** 14.1- Footer Bottom Area Style
*******************************************
/*

/*
1- Default Style
============================*/
@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,600,700,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=DM+Serif+Display:400,400i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,500i,600,600i,700,700i,800&amp;display=swap");

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Barlow";
  color: #333333;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  color: #0160e7;
}

a:hover {
  text-decoration: none;
  color: #333333;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #14319b;
  font-weight: 700;
}

h3 {
  font-size: 25px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #4b473e;
}

p:last-child {
  margin-bottom: 0;
}

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

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

.form-control {
  height: 50px;
  color: #333333;
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  border-radius: 10px;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #495057;
}

.form-control:-ms-input-placeholder {
  color: #495057;
}

.form-control::-ms-input-placeholder {
  color: #495057;
}

.form-control::placeholder {
  color: #495057;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #0160e7;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
  height: 250px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-minus-70 {
  margin-top: -70px;
}

.mb-minus-70 {
  margin-bottom: -70px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.fun-blue-bg {
  background-color: #24416b;
}

/*
1.1- Default Btn Area Style
======================================================*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  text-transform: capitalize;
  background-color: #14319b;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
}

.default-btn i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	color: #01164f;
	border-radius: 4px;
	position: relative;
	left: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


.default-btn.jewelry-btn {
  padding: 15px 20px;
  border-radius: 0;
}

.default-btn.jewelry-btn:hover {
  background-color: #333333;
  color: #ffffff;
}

.default-btn.page-btn {
  padding: 15px 30px;
}

.default-btn.page-btn:hover {
  background-color: #0160e7;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover i {
  background-color: #01164f;
  color: #fff;
  -webkit-animation: fadeInLeft 1s linear;
          animation: fadeInLeft 1s linear;
}

/*
1.2- Read More Area Style
======================================================*/
.read-more {
  line-height: 1;
  color: #0160e7;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  font-size: 14px;
}

.read-more i {
  position: relative;
  top: 2px;
  font-size: 16px;
  left: 8px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  font-weight: 600;
}

.read-more:hover {
  color: #0160e7;
}

.read-more:hover i {
  color: #0160e7;
  -webkit-animation: fadeInLeft 1s linear;
          animation: fadeInLeft 1s linear;
}

/*
1.3- Section Title Area Style
======================================================*/
.section-title {
  max-width: 625px;
  margin: -8px auto 60px;
  text-align: center;
  position: relative;
}

.section-title span {
  color: #0160e7;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  color: #333333;
  text-transform: capitalize;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  text-transform: capitalize;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title.watch-section-title h2 {
  text-transform: uppercase;
}

.section-title.jewelry-title span {
  color: #999999;
}

.section-title.jewelry-title h2 {
  font-family: "DM Serif Display", serif;
}

/*
1.4- Heading Area Style
============================*/
 
  .heading .heading-title {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px; }
    .heading .heading-title.no-margin {
      margin: 0; }
  .heading .heading-line {
    margin-bottom: 20px;
    position: relative; }
    .heading .heading-line .short-line {
      display: inline-block;
      width: 30px;
      height: 3px;
      background-color: #1f39ba;
      border-radius: 10px;
      position: relative;
      margin-right: 10px;
      transition: all .4s linear; }
      .heading .heading-line .short-line.bg-yellow-color {
        background-color: #fcd846; }
    .heading .heading-line .long-line {
      display: inline-block;
      width: 100px;
      height: 3px;
      background-color: #3793d8;
      border-radius: 10px;
      position: relative;
      transition: all .4s linear; }
      .heading .heading-line .long-line.bg-yellow-color {
        background-color: #fcd846; }

    .heading .read-more:hover {
      color: #4cc2c0; }
  .heading:hover .heading-line .short-line {
    width: 0;
    -webkit-animation: move-short 1.5s infinite linear;
    animation: move-short 1.5s infinite linear; }

@-webkit-keyframes move-short {
  100% {
    width: 140px;
    margin-right: 0; } }

@keyframes move-short {
  100% {
    width: 140px;
    margin-right: 0; } }
  .heading:hover .heading-line .long-line {
    width: 130px;
    -webkit-animation: move 1.5s infinite linear;
    animation: move 1.5s infinite linear; }

@-webkit-keyframes move {
  100% {
    width: 0; } }

@keyframes move {
  100% {
    width: 0; } }
	
/*
1.5- Keyframes Area Style
======================================================*/
@-webkit-keyframes moveLeftBounces {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLeftBounces {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes moVebounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moVebounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/*
1.6- Lines Area Style
======================================================*/
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}

.lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #5444f2;
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #186ee9;
  overflow: hidden;
}

.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
          animation: moveLeftBounces-two 20s linear infinite;
}

.lines .line-two:nth-child(1) {
  margin-left: -25%;
}

.lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-two:nth-child(3) {
  margin-left: 25%;
}

.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #186ee9;
  overflow: hidden;
}

.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line-three:nth-child(1) {
  margin-left: -25%;
}

.lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveLeftBounces-two {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(900px);
            transform: translateY(900px);
  }
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-two {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(900px);
            transform: translateY(900px);
  }
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveLeftBounces-three {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-three {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.nice-select .list {
  width: 100%;
}

.nice-select .option:hover {
  background-color: #0160e7;
  color: #ffffff;
}

.nice-select .option.selected.focus {
  background-color: #333333;
  color: #0160e7;
}

/*
2- Go Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  background-color: #333333;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0160e7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #0160e7;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

/*
3- Preloader Area Style
======================================================*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #0160e7;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 4px solid #ffffff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}


/*
4- Page-navigation Area Style
======================================================*/
.page-navigation-area {
  text-align: center;
  margin: 20px auto 0;
  display: table;
}

.page-navigation-area .page-link {
  color: #0160e7;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px #d0d0d0;
          box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

.page-navigation-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
}

.page-navigation-area .page-link:hover {
  color: #ffffff;
  background-color: #0160e7;
  border: 1px solid #0160e7;
}

.page-navigation-area .page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
  margin-left: -4px;
}

.page-navigation-area .page-item {
  padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
  border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
  border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #0160e7;
  border-color: #0160e7;
}




@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*===== DEFAULT STYLE END ======*/

/*
4.1- Header Area Style
======================================================*/
.header-area .top-header-area {
  background-color: #6e5fff;
  padding: 15px 0;
}
.header-bg-top::before {
	width: 91%;
	background: linear-gradient( 45deg, #0e26b9, #6e5fff);
	content: '';
	height: 60px;
	position: absolute;
	top: 0;
	display: block;
	z-index: 1;
	transform: skewX(30deg);
	left: 3%;
}
.header-bg-top .col-lg-6 {
	z-index: 9;
}
.header-content-left {
  float: right;
}
.header-area .top-header-area .header-content-left li {
  display: inline-block;
  padding-right: 15px;
}
.header-area .top-header-area .header-content-left li:last-child {
float:right;
}
.header-area .top-header-area .header-content-left li a {
  font-weight: 600;
  color: #fff;
}

.header-area .top-header-area .header-content-left li a i {
  color: #0d0548;
  line-height: 1;
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

/* .header-area .top-header-area .header-content-left li a i:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0160e7;
  opacity: 0.3;
  width: 15px;
  height: 15px;
  border-radius: 50%;
} */
.header-content-left i img {
	width: 50px;
}
.header-area .top-header-area .header-content-left li a:hover {
  color: #54d4f9;
}

.header-area .top-header-area .header-content-right {
  float: right;
}

.header-area .top-header-area .header-content-right p {
  font-weight: 600;
  font-size: 14px;
  font-family: "Barlow";
  color:#fff;
}
.header-content-right .bx.bxs-map {
	color: #0160e7;
	line-height: 1;
	margin-right: 9px;
	position: relative;
	top: 3px;
	left: ;
	font-size: 24px;
}
.header-content-right .bx.bxs-map {
	color: #fff;
	line-height: 1;
	font-size: 27px;
}
.header-content-right .bx.bxs-map::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 5px;
	background-color: #fff;
	opacity: 0.3;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.header-nav-style .navbar-area .main-logo {
display: none;}
.header-nav-style .navbar-area.is-sticky .main-logo {
  display: block;
  width: 184px;
}
.header-nav-style .navbar-area.is-sticky .sticky-logo {
display: none;}
.sticky-logo {
  position: relative;
  margin-top: -36px;
  z-index: 1;
}

/*
4.2- Header Nav Area Style
======================================================*/
.header-nav-style .navbar {
  padding: 0;
}

.header-nav-style .navbar-area .navbar-brand {
  padding: 0;
}
.header-nav-style .navbar-area.is-sticky .navbar-brand {
	display: block;
}
.header-nav-style .navbar-area .main-nav {
  position: unset;
  background-color: #061885;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-nav-style .navbar-area.is-sticky .main-nav {
	background-color: #14319b;
}
.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(110, 95, 255) !important;
}
.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 25px;
  line-height: 0;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a:hover::before {
  opacity: 1;
  width: 100%;
  right: auto;
  left: 0;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
  opacity: 1;
  width: 100%;
  right: auto;
  left: 0;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  top: 100%;
  left: 0;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 20px;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #333333;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0160e7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0160e7;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #0160e7;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::after {
  width: 80%;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0160e7;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  width: 100%;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::after {
  width: 80%;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 102%;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: 35px;
  left: -11px;
  -webkit-transform: rotate(-86deg);
          transform: rotate(-86deg);
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.header-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-animation: fadeInUp 0.4s linear;
          animation: fadeInUp 0.4s linear;
}

.header-nav-style .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #313538;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
}

.header-nav-style .dropdown-toggle::after {
  display: none;
}
 
.header-nav-style .others-option .menu-wrap {
  display: inline-block;
  margin-left: 15px;
}

.header-nav-style .others-option .menu-wrap .sidebar-menu {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  top: 2px;
  padding: 0;
}

.header-nav-style .others-option .menu-wrap .sidebar-menu span {
  border-bottom: 2px solid #333333;
  display: block;
  padding-bottom: 5px;
  width: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-nav-style .others-option .menu-wrap .sidebar-menu:hover span {
  border-color: #0160e7;
}
.social-areatop ul li {
	display: inline-block;
	padding: 5px;
}
.social-areatop ul li a:hover {
	color: #0d0548;
	background: #fff;
}
.social-areatop ul li a {
	color: #fff;
	font-size: 19px;
	background: #071c9b;
	width: 35px;
	text-align: center;
	border-radius: 5px;
}

.header-nav-style .navbar-area.is-sticky .social-areatop ul li a:hover {
	color: #6f90ec;
	background: #fff;
}
.header-nav-style .navbar-area.is-sticky .social-areatop ul li a {
	color: #fff;
	background: #587ee8;
}

/*
5- MAin Slider Area Style
======================================================*/
.main-slider-area {
  background-color: #6e5fff;
  height: 100%;
  position: relative;
}

.main-slider-area .main-slider-text .offer {
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Comic Sans MS";
}

.main-slider-area .main-slider-text h1 {
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 40px;
}

.main-slider-area .main-slider-text h1 span {
  color: #ffd797;
}

.main-slider-area .main-slider-text p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 40px;
}

.main-slider-area .main-slider-text .slider-btn .price {
  color: #ffffff;
  font-size: 25px;
  margin-right: 30px;
  display: inline-block;
}

.main-slider-area .slider-img {
  position: relative;
  background-color: #5444f2;
  padding: 60px;
  border-radius: 50%;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
          animation: border-transform 10s linear infinite alternate forwards;
}

.main-slider-area .slider-img img {
  margin: auto;
}

.main-slider-area .main-slider-thumb {
  max-width: 1110px;
  margin: 0 auto -6px;
  position: relative;
  z-index: 1;
}

.main-slider-area .main-slider-thumb .owl-thumb-item {
  display: inline-block;
}

.main-slider-area .main-slider-thumb .owl-thumb-item span {
  color: #14319b;
  font-size: 20px;
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
  cursor: pointer;
}

.main-slider-area .main-slider-thumb .owl-thumb-item.active span {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.main-slider-area .owl-next {
  position: absolute;
  top: 50%;
  right: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.main-slider-area .owl-next i {
  background-color: #28189d;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
  font-size: 25px;
  transition: all 0.5s;
}

.main-slider-area .owl-next:hover i {
  background-color: #ffffff !important;
  color: #0160e7 !important;
}

.main-slider-area .owl-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.main-slider-area .owl-prev i {
  background-color: #28189d !important;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  border-radius: 4px;
  transition: all 0.5s;
}

.main-slider-area .owl-prev:hover i {
  background-color: #ffffff !important;
  color: #0160e7;
}

.main-slider-area:hover .owl-prev {
  opacity: 1;
  left: 0;
}

.main-slider-area:hover .owl-next {
  opacity: 1;
  right: 0;
}

.main-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.main-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.main-slider-area .owl-item.active .main-slider-text.overflow-hidden {
  overflow: hidden;
}

.main-slider-area .owl-item.active .main-slider-text.one .offer {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.main-slider-area .owl-item.active .main-slider-text.one h1 {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.main-slider-area .owl-item.active .main-slider-text.one p {
  -webkit-animation: 3s .3s fadeInUpBig both;
          animation: 3s .3s fadeInUpBig both;
}

.main-slider-area .owl-item.active .main-slider-text.one .slider-btn {
  -webkit-animation: 4s .4s fadeInUpBig both;
          animation: 4s .4s fadeInUpBig both;
}

.main-slider-area .owl-item.active .main-slider-text.two .offer {
  -webkit-animation: 1s .1s fadeInDownBig both;
          animation: 1s .1s fadeInDownBig both;
}

.main-slider-area .owl-item.active .main-slider-text.two h1 {
  -webkit-animation: 2s .2s fadeInLeft both;
          animation: 2s .2s fadeInLeft both;
}

.main-slider-area .owl-item.active .main-slider-text.two p {
  -webkit-animation: 3s .3s fadeInLeft both;
          animation: 3s .3s fadeInLeft both;
}

.main-slider-area .owl-item.active .main-slider-text.two h3 {
  -webkit-animation: 4s .4s fadeInLeft both;
          animation: 4s .4s fadeInLeft both;
}

.main-slider-area .owl-item.active .main-slider-text.two .slider-btn {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.main-slider-area .owl-item.active .main-slider-text.three .offer {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.main-slider-area .owl-item.active .main-slider-text.three h1 {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.main-slider-area .owl-item.active .main-slider-text.three p {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.main-slider-area .owl-item.active .main-slider-text.three h3 {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.main-slider-area .owl-item.active .main-slider-text.three .slider-btn {
  -webkit-animation: 2s .2s fadeInUp both;
          animation: 2s .2s fadeInUp both;
}

.main-slider-area .owl-item.active .slider-img img {
  -webkit-animation: 3s .3s fadeInLeft both;
          animation: 3s .3s fadeInLeft both;
}

.main-slider-area .slider-bottom-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
}


/*
6- Home Aboutus Section 
======================================================*/
#mt_about {padding: 50px 0;}
.about-items {padding-left: 20px;}
.inner-heading.inner-width {width: 50%;}
.inner-heading {margin-bottom: 4rem;position: relative;z-index: 1;}
.about-heading h2 {color: #14319b;font-weight: 600;margin: 0;text-transform: uppercase;font-size: 40px;}
.about-heading .heading-line .short-line {background-color: #1f39ba;}
.about-heading .heading-line .long-line {background-color: ##3793d8;}
.about-heading p {margin-bottom: 30px;font-weight: 500;color: #555;font-size: 15px;}
.aboutus_pc {
	position: absolute;
	top: 130px;
	left: 45px;
	width: 70%;
	transition: 0.5s;
}
.aboutus-pc-wrap:hover .aboutus_pc {
	transform:scale(1.1);
}
.about-items {
	background: url(../img/resource/invest-shape-two.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px 0 69%;
	position: absolute;
	top: 0px;
}

/*
7- Tab Button Area Style
======================================================*/
 .tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

/*
7.1- All Product Area Style
======================================================*/
.all-product-area .tab .tabs li.current a {
  color: #0160e7 !important;
  position: relative;
}

.all-product-area .tab .tabs li.current a::before {
  background-color: #0160e7;
}

.all-product-area .tab .tabs li a:hover {
  color: #0160e7 !important;
}

.all-product-area .rating {
  line-height: 1;
  background-color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
}

.all-product-area .rating li {
  display: inline-block;
  color: #f4a708;
}

.all-product-area .single-trendy-products {
  padding-bottom: 30px;
  position: relative;
}

.all-product-area .single-trendy-products .product-content {
  padding: 0 15px 12px 15px;
}

.all-product-area .single-trendy-products .purchase-bar {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 15px;
  max-width: 200px;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.all-product-area .single-trendy-products .purchase-bar ul li a i {
  font-size: 15px;
  color: #0160e7;
  background-color: #b4c0ec;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.all-product-area .single-trendy-products:hover .purchase-bar {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.all-product-area .single-trendy-products .product-img .trend {
  top: 0;
}

/*
8- Service Specials Area Style
======================================================*/
.service-area {
	padding: 70px 0;
}
.service-area .single-discover-products {
	margin-bottom: 0;
	padding-top: 25px;
	text-align: justify;
	background: rgba(111, 144, 236, 0.03);
}

.service-area .service-section-wrap {
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 50px;
	position: relative;
}

.service-area .owl-carousel .owl-item img {
  width: unset;
  margin: auto;
}

.service-area .tab .tabs {
  text-align: center;
  margin-bottom: 50px;
}

.service-area .tab .tabs li {
  display: inline-block;
  padding: 0 10px;
}

.service-area .tab .tabs li a {
  text-transform: uppercase;
  font-size: 18px;
  background-color: #0160e7;
  color: #ffffff;
  padding: 10px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-area .tab .tabs li a:hover {
  background-color: #6e5fff !important;
  color: #fff !important;
}

.service-area .tab .tabs li.current a {
  background-color: #6e5fff !important;
  color: #fff !important;
}

.service-area .tab .tabs li:nth-child(1) a {
  background-color: #207bec;
  color: #fff;
}

.service-area .tab .tabs li:nth-child(2) a {
  background-color: #14319b;
  color: #fff;
}

.service-area .tab .tabs li:nth-child(3) a {
  background-color: #14319b;
  color: #fff;
}

.service-area .tab .tabs li:nth-child(4) a {
  background-color: #14319b;
  color: #fff;
}

.service-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
  line-height: 1 !important;
}

.service-area .owl-theme .owl-dots .owl-dot span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.service-area .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border: 1px solid #0160e7;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0160e7;
}

/*
9- Discover Products Area Style
======================================================*/
.single-discover-products {
  text-align: center;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.single-discover-products .product-img {
  padding: 20px;
}

.single-discover-products .product-img .product-img-1 {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.single-discover-products .product-img .product-img-1 .product-img-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(3);
          transform: scale(3);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-discover-products .product-content {
  padding: 0 25px 30px 25px;
}
.product-content h3 {
	color: #14319b;
}
.single-discover-products .product-content .title {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 9px;
}

.single-discover-products .product-content .price {
	color: #4b473e;
	font-size: 18px;
}

.single-discover-products .purchase-bar {
  background-color: #f7f7f7;
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -175px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-discover-products .purchase-bar ul {
  line-height: 1;
  margin-bottom: 20px;
}

.single-discover-products .purchase-bar ul li {
  display: inline-block;
  padding: 0 5px;
}

.single-discover-products .purchase-bar ul li a i {
  font-size: 20px;
  color: #d98a0e;
  background-color: #f9eedb;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-discover-products .purchase-bar ul li a:hover i {
  background-color: #d98a0e;
  color: #ffffff;
}

.single-discover-products:hover .purchase-bar {
  bottom: 0;
}

.single-discover-products:hover .product-img .product-img-2 {
  opacity: 0;
}

.single-discover-products:hover .product-img .product-img-2 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*
10- Featured Products Area Style
======================================================*/
.featured-products-area {
	padding: 100px 0;
	position: relative;
	background: #061885;
}
.featured-products-area h2 {
	text-transform: uppercase;
	color: #6e5fff;
}
.featured-products-area .single-discover-products {
  margin-bottom: 0;
}
 
.featured-products-area .subscribe-img {
  position: absolute;
  top: -81px;
  right: 0;
}

.featured-products-area .white-shape img {
  position: absolute;
}

.featured-products-area .white-shape img:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
}

.featured-products-area .white-shape img:nth-child(2) {
  bottom: 0;
  left: 0;
  right: 0;
}
 
 
 
 
.featured-products-area .single-discover-products .purchase-bar {
  position: unset;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.featured-products-area .single-discover-products .purchase-bar h3 {
  color: #ffffff;
  margin-bottom: 21px;
}

.featured-products-area .single-discover-products .purchase-bar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #6e5fff;
  opacity: 0;
  -webkit-transform: scale(3) !important;
          transform: scale(3) !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.featured-products-area .single-discover-products .product-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

 
.featured-products-area .single-discover-products:hover .purchase-bar-wrap {
  opacity: 0.9;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.featured-products-area .single-discover-products:hover .product-content {
	opacity: 1;
}

.featured-products-area .owl-carousel .owl-item img {
  width: unset;
  margin: auto;
}

.featured-products-area .tab .tabs {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #b7bad2;
  display: table;
  margin: 0 auto 60px;
}

.featured-products-area .tab .tabs li {
  display: inline-block;
  padding: 0 10px;
}

.featured-products-area .tab .tabs li a {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  padding: 0  15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;  font-weight:600;
}

.featured-products-area .tab .tabs li a:hover {
	color: #207bec !important;
}

.featured-products-area .tab .tabs li.current a {
  color: #6e5fff !important;
  position: relative;
  font-weight:600;
}

.featured-products-area .tab .tabs li.current a::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6e5fff;
}

.featured-products-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
  line-height: 1 !important;
}

.featured-products-area .owl-theme .owl-dots .owl-dot {
  line-height: 1;
}

.featured-products-area .owl-theme .owl-dots .owl-dot span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.featured-products-area .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border: 1px solid #0160e7;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.featured-products-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0160e7;
}

/**
11-   Why Choose us
======================================================*/

.service-style-three {position: relative;padding: 70px 0 50px;}
.service-style-three .image-layer{position: absolute;width: 345px;height: 880px;left: 0px;bottom: 0px;background-repeat: no-repeat;}
.service-style-three .sec-title h2 {
	line-height: 60px;
	position: absolute;
	font-size: 40px;
	text-transform: uppercase;
	width: 50%;
	color:#14319b;
}
.service-block-one {
	padding-top: 241px;
}
.service-block-three{position: relative;}
.service-block-three:nth-child(1){margin-bottom: 140px;}

.service-block-three .inner-box{position: relative;display: block;background: #fff;border-radius: 20px;text-align: center;padding: 0px 40px 55px 40px;box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);transition: all 500ms ease;}
.service-block-three:hover .inner-box{transform: translateY(-15px);box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);}
.service-block-three .inner-box .icon-box{position: relative;display: inline-block;font-size: 60px;color: #fff;width: 170px;height: 160px;line-height: 160px;text-align: center;margin-top: -75px;z-index: 1;margin-bottom: 32px;}
.service-block-three .inner-box .icon-box .bg-layer{position: absolute;width: 170px;height: 160px;left: 0px;top: 0px;background-repeat: no-repeat;z-index: -1;transition: all 0.6s ease;-moz-transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-o-transition: all 0.6s ease;}
.icon-box i img {
	width: 90px;
}
.service-block-three:hover .inner-box .icon-box .bg-layer {filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-o-filter: grayscale(100%);-ms-filter: grayscale(100%);-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-ms-transform: rotateY(180deg);-o-transform: rotateY(180deg);transform: rotateY(180deg);}
.service-style-three .inner-container{position: relative;margin: 0px -10px;}
.service-style-three .single-column{padding: 0px 25px;}
.service-block-three .inner-box h3{position: relative;display: block;font-size: 24px;line-height: 32px;font-weight: 500;color: #222;margin-bottom: 17px;}
.service-block-three .inner-box h3 a{display: inline-block;color: #14319b;}
.service-block-three .inner-box h3 a:hover{color: #14319b;}
.service-block-three .inner-box .text{position: relative;display: block;font-size: 16px;margin-bottom: 34px;}
.service-block-three .inner-box .link-btn a{position: relative;display: inline-block;font-size: 40px;line-height: 40px;color: #4527a4;font-weight: 700;}
.service-block-three:hover .inner-box .link-btn a{color: #ff0101;}
.service-style-three .single-column:nth-child(2){padding-top: 190px;}
.service-style-three .single-column:last-child{padding-top: 90px;}

 
/**
11-   Available Platform
======================================================*/
.software-product {
	padding: 120px 0 0;
	position: relative;
}
.platform-title {
	padding-bottom: 20px;
	text-align:center;
}
.platform-title h2 {
	font-size: 40px;
	color: #fff;
	
}
.platform-title h2::after {
	width: 150px;
	height: 2px;
	position: absolute;
	content: "";
	background: #fff;
	display: inline-grid;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	top: 60px;
}
.platform-img {
	position: absolute;
	top: 0;
	z-index:-1;
}

.feature-style-two{
  position: relative;
}

.feature-block-one {
	text-align: center;
}
.feature-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 68px 30px 62px 30px;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-one:hover .inner-box:before {
  opacity: 1;
  transform: translate(0% , 0%);
  transition: all 0.9s linear;
}

.feature-block-one .inner-box:before {
  content: '';
  width: 493px;
  height: 493px;
  background: #3527bf;
  border-radius: 50%;
  position: absolute;
  top: -330px;
  left: -60px;
  z-index: -1;
  transform: translate(-50% , -50%);
  opacity: 0;
}

.feature-style-two .feature-block:nth-child(2){
  padding-top: 80px;
}

.feature-style-two .feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #fe5681;
  margin-bottom: 62px;
  padding: 37px 64px 35px 53px;
  z-index: 1;
}

.feature-style-two .feature-block:nth-child(2) .feature-block-one .inner-box .icon-box{
  color: #4527a4;
}

.feature-style-two .feature-block:last-child .feature-block-one .inner-box .icon-box{
  color: #48d019;
}

.feature-style-two .feature-block-one .inner-box .icon-box .bg-layer{
  position: absolute;
  width: 165px;
  height: 146px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

.feature-block-one .inner-box h5{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 28px;
  color: #222;
  font-weight: 500;
  margin-bottom: 18px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box h5 a {
	position: relative;
	display: inline-block;
	color: #14319b;
	font-weight: 600;
}

.feature-block-one .inner-box .text {
	position: relative;
	display: block;
	transition: all 500ms ease;
	font-size: 18px;
}
.ayvids_about_detail {
	text-align: center;
	padding-bottom: 24px;
}
.feature-block-one:hover .inner-box .text,
.feature-block-one:hover .inner-box h5,
.feature-block-one:hover .inner-box h5 a{
  color: #fff;
}

.feature-block-one .inner-box .hover-content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6e5fff;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}

.feature-block-one .inner-box .hover-content:before {
  content: '';
  width: 493px;
  height: 493px;
  background: #4537d2;
  border-radius: 50%;
  position: absolute;
  top: -260px;
  left: -60px;
  z-index: 1;
  transform: translate(-50% , -50%);
  opacity: 0;
}

.feature-block-one .inner-box .hover-content:after {
  content: '';
  width: 602px;
  height: 602px;
  background: #5b4de6;
  border-radius: 50%;
  position: absolute;
  top: -295px;
  left: -110px;
  z-index: -1;
  transform: translate(-50% , -50%);
  opacity: 0;
}

.feature-block-one:hover .hover-content {
  opacity: 1;
}

.feature-block-one:hover .hover-content:before {
  opacity: 1;
  transform: translate(0% , 0%);
  transition: all 0.9s linear;
}

.feature-block-one:hover .hover-content:after {
  opacity: 1;
  transform: translate(0% , 0%);
  transition: all 1.3s linear;
}


/***
Fun Fact Section Two
====================================================================***/
.fun-fact-section-two {position: relative;padding: 140px 0 100px;background: #fff;}
.icon-circle-10{height: 31px;width: 31px;background-image:url(../images/icons/circle-10.html);}
.icon-twist-line-3{height: 73px;width: 69px;background-image:url(../images/icons/twist-line-3.html);}
.fun-fact-section-two .icon-twist-line-3{right: -220px;top: 170px;}
.fun-fact-section-two .icon-circle-10{left: -85px;bottom: 120px;}
.fun-fact-section-two .fact-counter{position: relative;}
.fun-fact-section-two .counter-column{position:relative;margin-bottom:40px;}
.fun-fact-section-two .count-box {position: relative;font-size: 50px;line-height: 42px;font-weight: 900;color: #fff;text-align: center;background: #14319b;padding: 84px 25px;border-radius: 50%;}
.count-box.counted.fun-counted2 {background: #14319b;}
.count-box.counted.fun-counted2 {background: #14319b;}
.count-box.counted.fun-counted3 {background: #14319b;}
.count-box.counted.fun-counted4 {background: #14319b;}
.fun-fact-section-two .count-box .icon{position: absolute;left: 0;top: 10px;font-size: 50px;line-height: 1em;color: #fff;margin-bottom: 20px;font-weight: 400;}
.fun-fact-section-two .count-box .count-text{position:relative;display: inline-block;font-size: 50px;line-height: 1em;color: #fff;font-weight: 900;margin-bottom: 10px;}
.fun-fact-section-two .count-box .counter-title{position: relative;display: block;font-size:18px;line-height:26px;font-weight:600;color:#fff}
  
  


/*
Partners Area Style
======================================================*/
.partners-area .partners-item {
  text-align: center;
}

.partners-area .owl-carousel .owl-item img {
  display: block;
  width: unset;
  margin: auto;
}
.partners-area .section-title {
	width: 100%;
	margin-left: 0;
	background: #f6f6f67a;
	margin-right: 0;
	max-width: 100%;
	padding: 10px;
}
/*
Footer Top Area Style
======================================================*/
.footer {background: #14319b;padding-top: 30px;}
.footer-area.footer::before {content: "";opacity: 1;position: absolute;z-index: 1;border-bottom: 37px solid transparent;border-right: 781px solid transparent;border-top: 66px solid #8674ff;right: ;left: 0;margin-top: -30px;}
.footer-area.footer::after {content: "";opacity: 1;position: absolute;border-bottom: 65px solid #8674ff;border-left: 626px solid transparent;border-top: 0px solid transparent;right: 0;margin-top: -66px;display: block;}
.footer-content {padding: 25px 0 0;}
.footer-about-top {position: relative;padding: 0px 30px 20px;margin-top: 35px;}
.footer-logo {margin-bottom: 15px;}
.footer-head p {color: #fff;text-align: justify;border-bottom: 3px double;padding-bottom: 10px;font-family: 'Roboto', sans-serif;line-height: 1.6;font-weight: 400;font-size: 15px;}
.about-title{margin-bottom:40px;}
.footer-right-bottom {background: #0a1828;padding: 20px;margin-top: 20px;display: inline-table;background: linear-gradient(#0e2b4d, #0a1828);width: 100%;}
.footer-services-link.bd-right {border-right: 1px dotted;padding-top: 15px;}
.footer-other-list {display: inline-block;}
.footer-other-list li {display: inline-block;padding: 10px 20px;}
.footer-other-list li a {padding: 0px 16px;color:#fff;}
.footer-other-list li a:hover {color:#FFA100;}
.footer-contacts p {border-bottom: 1px dotted #fff;padding: 6px 0;text-align: left;margin-bottom: 22px;}
.footer-head h4 {color: #ddd;font-size: 18px;margin-bottom: 20px; font-weight: 500;}
.footer-head h4::before {content: "";width: 62px;height: 2px;position: absolute;border-bottom: 2px double;margin-top: 25px;padding-bottom: 2px;}
.footer-services-link ul.footer-list {padding: 0;}
.footer-icons ul li {display: inline-block;}
.footer-icons ul li a {color:#fff;display: block;font-size: 16px;line-height: 35px;text-align: center;margin-right: 5px;width: 33px;height: 33px;border-radius: 50%;}
.footer-icons ul li a:hover {color: #fff;background: #00316C;}
.copyright-area a {color: #54d4f9;transition: 0.5s; padding-left:5px}
.copyright-area a:hover {color: #fff;}
.footer-icons {margin-top: 13px;text-align: center;}
.footer-head .heading-title {margin-bottom: 5px;color: #fff;}
.footer .heading .heading-line {margin-bottom: 20px;position: relative;}
.footer .heading .heading-line .short-line {width: 21px;background-color: #05e7ff;}
.footer .heading .heading-line .long-line {width: 60px;background-color: #fff;}
.footer-contacts p span {color: #fff;font-weight: 700;}
.footer-content {display: block;overflow: hidden;}
.footer-list li:hover {transition: 0.3s all linear;padding-left: 10px;}
.footer-list li a {color: #fff;padding: 7px 0px 7px 20px;display: block;position: relative;font-weight: 500;}
.footer-list li:first-child a {padding-top: 0px;}
.footer-list li:last-child a {padding-bottom: 0px;}
.footer-list li a::after {position: absolute;right: auto;left: 0;opacity: 0.5;content: "\f103";font-family: Flaticon;font-size: 13px;}
.footer-list li a:hover {color: #54d4f9;letter-spacing: 1px;}
.footer-area-bottom {background: #0A1828;padding: 25px 0;}
.main-footer .footer-nav-links {position:relative;text-align:center;padding:20px 0px;margin-top:15px;border-top:1px solid rgba(255, 255, 255, 0.05);border-bottom:1px solid rgba(255, 255, 255, 0.05);}
.main-footer .footer-nav-links li {position:relative;margin:0px 15px;display:inline-block;}
.main-footer .footer-nav-links li a {position:relative;color:#ffffff;font-weight:300;font-size:15px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.main-footer .footer-nav-links li a:hover {color:#8b755a;}
.main-footer {position:relative;background-color:#191919;}
.main-footer .widgets-section {position:relative;padding:80px 0px 0px;}
.main-footer .footer-widget {position:relative;margin-bottom:30px;}
.main-footer .footer-title {position:relative;margin-bottom:30px;}
.main-footer .footer-title h2 {position:relative;font-size:24px;font-weight:300;color:#ffffff;margin-bottom:16px;text-transform:capitalize;}
.main-footer .footer-title .separator {position:relative;width:50px;height:4px;margin-left:25px;text-transform:capitalize;background-color:#8b755a;}
.main-footer .footer-title .separator:before {position:absolute;content:'';top:0px;left:0px;width:20px;height:4px;margin-left:-25px;background-color:#8b755a;}
.list-links {position:relative;}
.list-links li {position:relative;margin-bottom:12px;}.list-links li a {position:relative;color:#cbcbcb;font-size:15px;font-weight:400;padding-left:30px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.list-links li a:before {position:absolute;left:0px;top:-4px;font-size:14px;color:#cbcbcb;opacity:0.5;content: "\f11f";font-family: "Flaticon";transform: rotate(42deg);-moz-transform: rotate(42deg);-ms-transform: rotate(42deg);-o-transform: rotate(42deg);-webkit-transform: rotate(42deg);transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.list-links li a:hover { color:#8b755a;margin-left:10px;}
.list-links li a:hover::before {color:#8b755a;}
.info-list {position:relative;}
.info-list li {position:relative;margin-bottom:15px;color:#cbcbcb;font-size:15px;}
.info-list li span {position:relative;display:block;color:#8b755a;font-weight:500;margin-bottom:4px;}
.info-list-two {position:relative;}
.info-list-two li {position:relative;font-size:16px;padding-bottom:0px;margin-bottom:21px;padding-left:35px;line-height:1.4em;color:rgba(255, 255, 255, 0.80);}
.info-list-two li strong {position:relative;color:#ffffff;font-weight:500;margin-right:4px;display:inline-block;}
.info-list-two li .icon {position:absolute;content:'';left:0px;top:2px;color:#8b755a;font-size:20px;line-height:1em;}
.footer-icons ul {margin-bottom: 0;padding: 0;}
.footer-head .footer-contacts a {display: inline;color:#54d4f9;}
.main-footer .social-links {position:relative;}
.main-footer .social-links li {position:relative;margin-bottom:15px;}
.main-footer .social-links li a {position:relative;font-size:15px;color:#ffffff;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.facebook {color: #fff;background: #3b5998;}
.twitter {background: #55acee;color: #fff;}
.google {background: #4285f4;color: #fff;}
.youtube {background: #e02f2f;color: #fff;}
.rss {background: #dd7346;color: #fff;}
.main-footer .social-links li a:hover {color:#8b755a;}
.main-footer .social-links li a span {margin-right:20px;}
.main-footer .footer-nav-links {position:relative;text-align:center;padding:20px 0px;margin-top:15px;border-top:1px solid rgba(255, 255, 255, 0.05);border-bottom:1px solid rgba(255, 255, 255, 0.05);}
.main-footer .footer-nav-links li {position:relative;margin:0px 15px;display:inline-block;}
.main-footer .footer-nav-links li a {position:relative;color:#ffffff;font-weight:300;font-size:15px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.main-footer .footer-nav-links li a:hover {color:#8b755a;}
.copyright {color: #fff;font-family: 'Roboto', sans-serif;font-weight: 400;}
.copyright-area {border-top: 2px solid rgba(255, 255, 255, 0.1);padding: 30px 0 20px;text-align: center;margin-top: 20px;}
.copyright-area .logo a {display: inline-block;}
.footer-head .logo img {padding-bottom: 15px;}	 
.copyright-area p {color: #fff;font-size: 17px;z-index: 99;position: relative;display: flex;}
.footer-contacts p img {width: 20px;position: relative;top: -2px;}
