

 
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700|Roboto:400,400i,500,500i,700&display=swap");

@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700|Roboto:400,400i,500,500i,700&display=swap");

html {
  scroll-behavior: smooth;
}



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

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

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

/* input:not([type="radio"]),
textarea {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  background-color: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color:#41464c;
}

input:not([type="radio"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color:#41464c;
}

input:not([type="radio"])::-moz-placeholder,
textarea::-moz-placeholder {
  color:#41464c;
}

input:not([type="radio"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color:#41464c;
}

input:not([type="radio"]):-moz-placeholder,
textarea:-moz-placeholder {
  color:#41464c;
}

select {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  color:#41464c;
  background-color: transparent;
  height: 50px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
} */

textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline-block;
}

a:hover {
  color: #3dbfc9;
}

section {
  overflow: hidden;
}

/* reset css end */
/* global css strat */
.mb-30 {
  margin-bottom: 30px;
}

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

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

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

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

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

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

.mb-none-50 {
  margin-bottom: -50px;
}

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

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

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

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

@media (max-width: 1199px) {
  .pt-150 {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .pt-150 {
    padding-top: 90px;
  }
}

@media (max-width: 575px) {
  .pt-150 {
    padding-top: 80px;
  }
}

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

@media (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .pb-150 {
    padding-bottom: 90px;
  }
}

@media (max-width: 575px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}

.bg_img {
  background-size: cover;
  background-position: center;
}



label {
  /* color: #ffffff; */
  margin-bottom: 13px;
}

input {
  /* min-height: 50px; */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.nice-select {
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.nice-select .list {
  width: 100%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.section-bg {
  background-color: #0a1227;
}

.section-bg-two {
  background-color: #0f1932;
}

.section-sub-title {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #3dbfc9;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .section-sub-title {
    font-size: 18px;
  }
}

.section-title {
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .section-title {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 28px;
  }
}

.section-header {
  margin-bottom: 70px;
  margin-top: -8px;
}

@media (max-width: 991px) {
  .section-header {
    margin-bottom: 50px;
  }
}

.section-header p {
  margin-top: 17px;
}

.border-radius-100 {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.video-button {
  width: 105px;
  height: 105px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  background-color: #3dbfc9;
  text-align: center;
  line-height: 125px;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}

.video-button::before,
.video-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background-color: #3dbfc9;
  opacity: 0.15;
  z-index: -10;
}

.video-button::before {
  z-index: -10;
  animation: inner-ripple 2000ms linear infinite;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
  z-index: -10;
  animation: outer-ripple 2000ms linear infinite;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
}

.video-button i {
  margin-left: 10px;
  font-size: 36px;
}

@-webkit-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-moz-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-ms-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-webkit-keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-ms-keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.d-pagination {
  margin-top: 50px;
}

.d-pagination .pagination {
  margin: -5px;
}

.d-pagination .pagination li {
  margin: 5px 5px;
}

.d-pagination .pagination li.active a {
  background-color: #3dbfc9;
  color: #ffffff;
}

.d-pagination .pagination li.active a:hover {
  background-color: #3dbfc9;
  color: #ffffff;
}

.d-pagination .pagination li a {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  color:#41464c;
  font-weight: 500;
  width: 45px;
  height: 45px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 28px;
}

.d-pagination .pagination li a:hover {
  color: #3dbfc9;
  background-color: transparent;
  border-color: #3dbfc9;
}

.cmn-list {
  margin-top: 20px;
}

.cmn-list li + li {
  margin-top: 10px;
}

.cmn-list li {
  position: relative;
  padding-left: 45px;
}

.cmn-list li:nth-last-of-type(3n + 3)::before {
  border-color: #a22546;
}

.cmn-list li:nth-last-of-type(3n + 2)::before {
  border-color: #f7a139;
}

.cmn-list li:nth-last-of-type(3n + 1)::before {
  border-color: #3097d1;
}

.cmn-list li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 1px solid red;
  border-bottom: 1px solid red;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cmn-accordion .card + .card {
  margin-top: 15px;
}

.cmn-accordion .card {
  border: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.cmn-accordion .card-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.cmn-accordion .card-header .acc-btn {
  display: block;
  width: 100%;
  justify-content: space-between;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  text-align: left;
  padding-right: 50px;
}

.cmn-accordion .card-header .acc-btn:focus {
  outline: none;
}

.cmn-accordion .card-header .acc-btn.collapsed .plus-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.cmn-accordion .card-header .acc-btn .text {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
}

@media (max-width: 991px) {
  .cmn-accordion .card-header .acc-btn .text {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .cmn-accordion .card-header .acc-btn .text {
    font-size: 15px;
  }
}

.cmn-accordion .card-header .acc-btn .plus-icon {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.cmn-accordion .card-header .acc-btn .plus-icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color:#41464c;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cmn-accordion .card-header .acc-btn .plus-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 15px;
  width: 2px;
  background-color:#41464c;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cmn-accordion .card-body {
  padding: 20px 20px;
}

.nav[role="tablist"] li {
  margin: 5px 10px;
}

.nav[role="tablist"] li a {
  padding: 10px 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color:#41464c;
  text-transform: capitalize;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .nav[role="tablist"] li a {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.nav[role="tablist"] li a.active {
  background-color: #3dbfc9;
  border-color: #3dbfc9;
  color: #ffffff !important;
}

input:focus,
textarea:focus,
.nice-select.open {
  border-color: #3dbfc9;
}

.page-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.page-breadcrumb li {
  color: #ffffff;
  text-transform: capitalize;
}

.page-breadcrumb li::after {
  content: "-";
  color: #ffffff;
  margin: 0 5px;
}

.page-breadcrumb li:first-child::before {
  content: "\f102";
  font-family: "Flaticon";
  color: #ef428c;
  margin-right: 6px;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: #ffffff;
  text-transform: capitalize;
}

/* global css end */
/* reset css start */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  background-color: #0f1932;
}

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

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

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

/* input:not([type="radio"]),
textarea {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  background-color: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color:#41464c;
}

input:not([type="radio"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color:#41464c;
}

input:not([type="radio"])::-moz-placeholder,
textarea::-moz-placeholder {
  color:#41464c;
}

input:not([type="radio"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color:#41464c;
}

input:not([type="radio"]):-moz-placeholder,
textarea:-moz-placeholder {
  color:#41464c;
}

select {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  color:#41464c;
  background-color: transparent;
  height: 50px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

textarea {
  min-height: 150px;
  resize: none;
} */

span {
  display: inline-block;
}

a:hover {
  color: #3dbfc9;
}

section {
  overflow: hidden;
}

/* reset css end */
h1 {
  font-size: 62px;
}

h2 {
  font-size: 50px;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}

@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-family: "Quicksand", sans-serif;
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
}

p,
li,
span {
  font-size: 16px;
  color:#41464c;
  line-height: 1.7;
  margin: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color:#41464c;
}

a:hover {
  text-decoration: none;
}

/* header-section start */
.header-section {
  position: fixed;
  width: 100%;
  left: 0;

  z-index: 99;
}

@media (max-width: 1199px) {
  .header-section {
    background-color: #0f1932;
  }
}

.header-section.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header-section.menu-fixed .header-bottom {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #0f1932;
  padding: 5px 0;
}

.header-section .header-bottom {
  padding: 39px 0;
}

@media (max-width: 1199px) {
  .header-section .header-bottom {
    padding: 10px 0;
  }
}

@media (max-width: 380px) {
  .header-section .site-logo img {
    max-width: 150px;
  }
}

@media (max-width: 1199px) {
  .header-section .main-menu {
    padding: 15px 0;
  }
}

.header-section .main-menu li {
  position: relative;
}

.header-section .main-menu li.menu_has_children {
  position: relative;
}

.header-section .main-menu li.menu_has_children.open .sub-menu {
  display: block;
}

@media (max-width: 1199px) {
  .header-section .main-menu li.menu_has_children > a {
    display: block;
  }
}

.header-section .main-menu li.menu_has_children > a::before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  top: 0;
  right: 0;
  color:#41464c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

@media (max-width: 1199px) {
  .header-section .main-menu li.menu_has_children > a::before {
    display: block;
    top: 9px;
  }
}

.header-section .main-menu li.menu_has_children:hover > a::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #3dbfc9;
}

.header-section .main-menu li a {
  padding: 34px 15px 34px 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #e7e7f4;
  position: relative;
}

@media (max-width: 1199px) {
  .header-section .main-menu li a {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.header-section .main-menu li a:hover,
.header-section .main-menu li a:focus {
  color: #3dbfc9;
}

.header-section .main-menu li .sub-menu {
  position: absolute;
  width: 220px;
  top: 105%;
  left: -20px;
  z-index: 999;
  background-color: #33afb9;
  padding: 10px 0;
  border-top: 2px solid #3dbfc9;
  -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1199px) {
  .header-section .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    position: static;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
  }
}

.header-section .main-menu li .sub-menu li a {
  padding: 8px 20px;
  display: block;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .header-section .main-menu li .sub-menu li a {
    font-size: 16px;
  }
}

.header-section .main-menu li .sub-menu li a:hover {
  background-color: rgba(38, 174, 97, 0.05);
  color: #ffffff;
  text-decoration: underline;
}

.header-section .main-menu li .sub-menu li + li {
  margin-left: 0;
}

.header-section .main-menu li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-section .main-menu li + li {
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .header-section .main-menu li + li {
    margin-left: 0;
  }
}

.header-section .nav-right {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .header-section .nav-right {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    max-height: 320px;
    overflow: auto;
  }
}

.navbar-toggler {
  padding: 0;
  border: none;
}

.navbar-toggler:focus {
  outline: none;
}

.menu-toggle {
  margin: 22px 0;
  position: relative;
  display: block;
  width: 35px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #000000;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .menu-toggle {
    color: #ffffff;
  }
}

.menu-toggle:before,
.menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -moz-transition: -webkit-transform 0.25s ease-in-out;
  -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {
  .menu-toggle:before,
  .menu-toggle:after {
    background-color: #ffffff;
  }
}

span.is-active {
  border-color: transparent;
}

span.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

span.menu-toggle:hover {
  color: #000000;
}

@media (max-width: 1199px) {
  span.menu-toggle:hover {
    color: #ffffff;
  }
}

span.is-active {
  border-color: transparent;
}

span.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}



/* user-panel-section css start */
.user-panel-sidebar {
  background-color: #0a1227;
  padding: 20px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media (max-width: 991px) {
  .user-panel-sidebar {
    display: none;
  }
}

.user-panel-sidebar li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.user-panel-sidebar li.active a {
  color: #e3da2d;
}

.user-panel-sidebar li a {
  padding: 10px 0;
  text-transform: capitalize;
}

.user-panel-sidebar li a:hover {
  color: #e7e185;
}

.user-panel-sidebar-btn {
  color: #ffffff;
  font-size: 18px;
  padding: 12px 30px;
  background-color: #0a1227;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  display: none;
}

@media (max-width: 991px) {
  .user-panel-sidebar-btn {
    display: inline-block;
  }
}

.user-panel-sidebar-btn i {
  margin-left: 10px;
}

.user-panel-wrapper {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .user-panel-wrapper {
    margin-top: 50px;
    padding-left: 0;
  }
}

.user-panel-wrapper .user-info-area {
  padding: 50px 40px;
  background-color: #0a1227;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.user-panel-wrapper .user-info-area .user-info-header {
  width: 100%;
  margin-bottom: -20px;
}

@media (max-width: 767px) {
  .user-panel-wrapper .user-info-area .user-info-header {
    margin-top: -20px;
    margin-bottom: 0;
  }
}

.user-panel-wrapper .user-info-area .user-info-header .action-list {
  margin: -5px -10px;
  text-align: right;
}

.user-panel-wrapper .user-info-area .user-info-header .action-list li {
  display: inline-block;
  margin: 5px 10px;
  font-size: 18px;
}

.user-panel-wrapper .user-info-area .user-thumb {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 575px) {
  .user-panel-wrapper .user-info-area .user-thumb {
    margin: 0 auto;
  }
}

.user-panel-wrapper .user-info-area .user-content {
  padding-left: 30px;
  width: calc(100% - 135px);
}

@media (max-width: 575px) {
  .user-panel-wrapper .user-info-area .user-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
}

.user-panel-wrapper .user-info-area .user-content .user-name {
  margin-bottom: 15px;
}

.user-panel-wrapper .statitics-item-area {
  margin-top: 50px;
}

.user-panel-wrapper .statitics-item-area .statitics-item {
  background-color: #0a1227;
  text-align: center;
  padding-top: 50px;
  min-height: 275px;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}

.user-panel-wrapper .statitics-item-area .statitics-item .title {
  text-transform: capitalize;
  font-size: 18px;
}

.user-panel-wrapper .statitics-item-area .statitics-item .stat-amount {
  font-weight: 700;
  color: #3dbfc9;
  font-size: 30px;
}

.user-panel-wrapper .statitics-item-area .statitics-item .stat-amount.color-1 {
  color: #900cec;
}

.user-panel-wrapper .statitics-item-area .statitics-item .stat-amount.color-2 {
  color: #065dc0;
}

.user-panel-wrapper .statitics-item-area .statitics-item .stat-amount.color-3 {
  color: #ef428c;
}





.user-panel-wrapper .revenue-statistics-area {
  margin-top: 50px;
}

.user-panel-wrapper .revenue-statistics-area .title {
  text-transform: capitalize;
}

.user-panel-wrapper .revenue-statistics-area .revenue-statistics-chart-area {
  margin-top: 30px;
  padding: 30px 30px;
  background-color: #0a1227;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.user-panel-wrapper .revenue-statistics-area .revenue-statistics-chart-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.user-panel-wrapper
  .revenue-statistics-area
  .revenue-statistics-chart-header
  .view-list-menu {
  margin: 0 -10px;
}

.user-panel-wrapper
  .revenue-statistics-area
  .revenue-statistics-chart-header
  .view-list-menu
  li {
  display: inline-block;
  margin: 0 10px;
}

.user-panel-wrapper
  .revenue-statistics-area
  .revenue-statistics-chart-header
  .view-list-menu
  li
  a {
  text-transform: capitalize;
}

.user-panel-wrapper .revenue-statistics-chart {
  margin-top: 20px;
}

.user-panel-wrapper .last-deposit-area {
  margin-top: 50px;
  overflow: auto;
}

.user-panel-wrapper .last-deposit-area table {
  background-color: #0a1227;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .user-panel-wrapper .last-deposit-area table {
    width: 690px;
  }
}

.user-panel-wrapper .last-deposit-area .last-deposit-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.user-panel-wrapper .last-deposit-area .last-deposit-header .title {
  text-transform: capitalize;
}

.user-panel-wrapper .last-deposit-area .last-deposit-header select {
  background-color: #8542e7;
  color: #ffffff;
  width: 90px;
  font-size: 13px;
  height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

/* user-panel-section css end */
/* preloader css start */
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #0a1227;
  z-index: 99999999999;
}

.preloader .preloader-box {
  position: absolute;
  width: 345px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -150px;
  -webkit-perspective: 200px;
}

.preloader .preloader-box div {
  position: relative;
  width: 30px;
  height: 30px;
  background: #ccc;
  float: left;
  text-align: center;
  line-height: 30px;
  font-family: Verdana;
  font-size: 20px;
  color: #fff;
}

.preloader .preloader-box div:nth-child(1) {
  background: #3dbfc9;
  margin-right: 15px;
  -webkit-animation: movement 600ms ease 0ms infinite alternate;
}

.preloader .preloader-box div:nth-child(2) {
  background: #3dbfc9;
  margin-right: 15px;
  -webkit-animation: movement 600ms ease 75ms infinite alternate;
}

.preloader .preloader-box div:nth-child(3) {
  background: #3dbfc9;
  margin-right: 15px;
  -webkit-animation: movement 600ms ease 150ms infinite alternate;
}

.preloader .preloader-box div:nth-child(4) {
  background: #3dbfc9;
  margin-right: 15px;
  -webkit-animation: movement 600ms ease 225ms infinite alternate;
}

.preloader .preloader-box div:nth-child(5) {
  background: #3dbfc9;
  margin-right: 15px;
  -webkit-animation: movement 600ms ease 300ms infinite alternate;
}

.preloader .preloader-box div:nth-child(6) {
  background: #3dbfc9;
  margin-right: 15px;
  -webkit-animation: movement 600ms ease 375ms infinite alternate;
}

.preloader .preloader-box div:nth-child(7) {
  background: #3dbfc9;
  margin-right: 15px;
  -webkit-animation: movement 600ms ease 450ms infinite alternate;
}

.preloader .preloader-box div:nth-child(8) {
  background: #3dbfc9;
  -webkit-animation: movement 600ms ease 525ms infinite alternate;
}

@-webkit-keyframes movement {
  from {
    -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  to {
    -webkit-transform: scale(1.5) translateY(-25px) rotateX(45deg);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.4);
    background: #4c4dc3;
  }
}

@-moz-keyframes movement {
  from {
    -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  to {
    -webkit-transform: scale(1.5) translateY(-25px) rotateX(45deg);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.4);
    background: #4c4dc3;
  }
}

@-ms-keyframes movement {
  from {
    -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  to {
    -webkit-transform: scale(1.5) translateY(-25px) rotateX(45deg);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.4);
    background: #4c4dc3;
  }
}

@keyframes movement {
  from {
    -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  to {
    -webkit-transform: scale(1.5) translateY(-25px) rotateX(45deg);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.4);
    background: #4c4dc3;
  }
}

/* preloader css end */
/* sidebar css start */
.search-from .custom-input-field {
  position: relative;
}

.search-from .custom-input-field input {
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid rgba(151, 175, 213, 0.2);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.search-from .custom-input-field input:focus {
  border-color: #3dbfc9;
}

.search-from .custom-input-field i {
  position: absolute;
  top: 21px;
  right: 20px;
  color:#41464c;
  font-size: 18px;
}

.sidebar {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar.active {
  position: fixed;
  top: 148px;
  z-index: 99;
}

@media (max-width: 991px) {
  .sidebar.active {
    position: static;
  }
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 65px;
  }
}

.sidebar .widget {
  background-color: #0a1227;
  padding: 30px 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sidebar .widget + .widget {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .sidebar .widget + .widget {
    margin-top: 40px;
  }
}

.sidebar .widget-title {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.sidebar .category-list li:first-child a {
  padding-top: 0;
}

.sidebar .category-list li:last-child a {
  padding-bottom: 0;
}

.sidebar .category-list li a {
  display: block;
  padding: 15px 0;
  text-transform: capitalize;
}

.sidebar .category-list li a span {
  float: right;
}

.sidebar .category-list li a span::before {
  content: "(";
}

.sidebar .category-list li a span::after {
  content: ")";
}

.sidebar .category-list li + li {
  border-top: 1px solid rgba(151, 175, 213, 0.2);
}

.sidebar .archived-list li:first-child a {
  padding-top: 0;
}

.sidebar .archived-list li:last-child a {
  padding-bottom: 0;
}

.sidebar .archived-list li a {
  display: block;
  padding: 15px 0;
  text-transform: capitalize;
}

.sidebar .archived-list li a span {
  float: right;
}

.sidebar .archived-list li + li {
  border-top: 1px solid rgba(151, 175, 213, 0.2);
}

.sidebar .tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.sidebar .tags li {
  margin: 5px;
}

.sidebar .tags li a {
  padding: 8px 25px;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.sidebar .call-widget {
  position: relative;
  z-index: 9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sidebar .call-widget::before {
  position: absolute;
  content: "\f105";
  font-family: "Flaticon";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  color: rgba(255, 255, 255, 0.1);
  font-size: 100px;
}

.sidebar .call-widget .caption {
  margin-bottom: 10px;
}

.sidebar .call-widget a {
  font-weight: 700;
  color: #3dbfc9;
  font-size: 28px;
}

.small-post-list .small-single-post {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-post-list .small-single-post:first-child {
  padding-top: 0;
}

.small-post-list .small-single-post:last-child {
  padding-bottom: 0;
}

.small-post-list .small-single-post .thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

.small-post-list .small-single-post .thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
}

.small-post-list .small-single-post .content {
  width: calc(100% - 60px);
  padding-left: 20px;
}

.small-post-list .small-single-post .post-title {
  margin-bottom: 3px;
}

.small-post-list .small-single-post .post-title a {
  font-size: 18px;
}

.small-post-list .small-single-post .post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px -7px;
}

.small-post-list .small-single-post .post-meta li {
  margin: 3px 7px;
}

.small-post-list .small-single-post .post-meta li a {
  font-size: 14px;
  font-style: italic;
}

.small-post-list .small-single-post + .small-single-post {
  border-top: 1px solid rgba(151, 175, 213, 0.2);
}

.privacy-list li {
  padding: 10px 0;
}

.privacy-list li:first-child {
  padding-top: 0;
}

.privacy-list li:last-child {
  padding-bottom: 0;
}

.privacy-list li + li {
  border-top: 1px solid rgba(151, 175, 213, 0.2);
}

@media (max-width: 991px) {
  .privacy-section .sidebar {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

/* sidebar css end */
/* footer-section css start */
.footer-section {
  background-position: top;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .footer-section {
    background-color: #0a1227;
  }
}

.footer-section .man-left,
.footer-section .dot-left,
.footer-section .man-right {
  position: absolute;
}

.footer-section .man-left {
  bottom: 0;
  left: 200px;
}

@media (max-width: 1850px) {
  .footer-section .man-left {
    left: 100px;
  }
}

@media (max-width: 1550px) {
  .footer-section .man-left {
    left: 0;
  }
}

@media (max-width: 1350px) {
  .footer-section .man-left {
    width: 12%;
  }
}

@media (max-width: 767px) {
  .footer-section .man-left {
    display: none;
  }
}

.footer-section .man-left .coin {
  position: absolute;
  top: 36px;
  left: 57px;
  width: 82px;
  animation: flow 3s linear infinite;
}

@media (max-width: 1350px) {
  .footer-section .man-left .coin {
    display: none;
  }
}

.footer-section .dot-left {
  left: 0;
  bottom: 0;
}

.footer-section .man-right {
  bottom: 0;
  right: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .footer-section .man-right {
    display: none;
  }
}

@media (max-width: 1550px) {
  .footer-section .man-right img {
    width: 75%;
  }
}

@media (max-width: 1350px) {
  .footer-section .man-right img {
    width: 65%;
  }
}

.footer-top {
  padding-top: 150px;
}

@media (max-width: 1199px) {
  .footer-top {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .footer-top {
    padding-top: 90px;
  }
}

@media (max-width: 575px) {
  .footer-top {
    padding-top: 80px;
  }
}

.footer-bottom {
  padding-top: 100px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .footer-bottom {
    padding-top: 65px;
  }
}

.footer-widget .footer-logo {
  margin-bottom: 30px;
}

.footer-widget .social-media-links {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.footer-widget .social-media-links li {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #0f1932;
  text-align: center;
  margin: 5px 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.footer-widget .social-media-links li a {
  display: block;
  color:#41464c;
}

.footer-widget .footer-widget-title {
  margin-bottom: 30px;
}

.footer-widget .short-links li {
  position: relative;
  padding-left: 20px;
}

.footer-widget .short-links li::before {
  position: absolute;
  content: "\f101";
  top: 0;
  left: 0;
  font-family: "FontAwesome";
}

.footer-widget .short-links li + li {
  margin-top: 10px;
}

.footer-widget .company-info-list li + li {
  margin-top: 10px;
}

@-webkit-keyframes flow {
  0% {
    top: 36px;
    left: 57px;
  }

  20% {
    top: 65px;
    left: 85px;
  }

  40% {
    top: 85px;
    left: 105px;
    width: 70px;
  }

  60% {
    top: 110px;
    left: 125px;
    width: 60px;
  }

  80% {
    top: 135px;
    left: 137px;
    width: 55px;
  }

  100% {
    top: 185px;
    left: 155px;
    width: 45px;
  }
}

@-moz-keyframes flow {
  0% {
    top: 36px;
    left: 57px;
  }

  20% {
    top: 65px;
    left: 85px;
  }

  40% {
    top: 85px;
    left: 105px;
    width: 70px;
  }

  60% {
    top: 110px;
    left: 125px;
    width: 60px;
  }

  80% {
    top: 135px;
    left: 137px;
    width: 55px;
  }

  100% {
    top: 185px;
    left: 155px;
    width: 45px;
  }
}

@-ms-keyframes flow {
  0% {
    top: 36px;
    left: 57px;
  }

  20% {
    top: 65px;
    left: 85px;
  }

  40% {
    top: 85px;
    left: 105px;
    width: 70px;
  }

  60% {
    top: 110px;
    left: 125px;
    width: 60px;
  }

  80% {
    top: 135px;
    left: 137px;
    width: 55px;
  }

  100% {
    top: 185px;
    left: 155px;
    width: 45px;
  }
}

@keyframes flow {
  0% {
    top: 36px;
    left: 57px;
  }

  20% {
    top: 65px;
    left: 85px;
  }

  40% {
    top: 85px;
    left: 105px;
    width: 70px;
  }

  60% {
    top: 110px;
    left: 125px;
    width: 60px;
  }

  80% {
    top: 135px;
    left: 137px;
    width: 55px;
  }

  100% {
    top: 185px;
    left: 155px;
    width: 45px;
  }
}

/* footer-section css end */
.cmn-btn {
  padding: 12px 35px;
  color: #ffffff;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(
    -9deg,
    #319cd7 19%,
    #37aed0 56%,
    #3dbfc9 88%
  );
  background-image: -webkit-linear-gradient(
    -9deg,
    #319cd7 19%,
    #37aed0 56%,
    #3dbfc9 88%
  );
  background-image: -ms-linear-gradient(
    -9deg,
    #319cd7 19%,
    #37aed0 56%,
    #3dbfc9 88%
  );
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.cmn-btn:hover {
  color: #ffffff;
  background-size: 200%;
}

.border-btn {
  padding: 12px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.border-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(
    -9deg,
    #319cd7 19%,
    #37aed0 56%,
    #3dbfc9 88%
  );
  background-image: -webkit-linear-gradient(
    -9deg,
    #319cd7 19%,
    #37aed0 56%,
    #3dbfc9 88%
  );
  background-image: -ms-linear-gradient(
    -9deg,
    #319cd7 19%,
    #37aed0 56%,
    #3dbfc9 88%
  );
  z-index: -10;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.border-btn:hover {
  color: #ffffff;
  border-color: #319cd7;
}

.border-btn:hover::before {
  opacity: 1;
}

.emp-container{
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
  background: #fff;
}

