/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: black;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

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

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.8em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

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

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type=submit], input[type=reset], input[type=button] {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

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

blockquote {
  background-color: #f3f6f8;
  padding: 20px;
  color: black;
  border-radius: 3px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
blockquote .quote-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 120px;
  opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

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

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

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

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

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

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

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

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

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

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

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

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

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

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

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

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

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

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

.mt-10-none {
  margin-top: -10px;
}

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

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

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

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

.mt-60-none {
  margin-top: -60px;
}

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

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

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

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

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

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

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

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

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

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

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

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

/*-------------------------------------------------
    [ ## color ]
*/
.bg--base {
  background-color: #05113bf6 !important;
}

.text--base {
  color: #05113bf6 !important;
}

.border--primary {
  border: #7367f0;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.custom-table {
  width: 100%;
  border-spacing: 0 15px;
  border-collapse: separate;
}
@media only screen and (max-width: 991px) {
  .custom-table thead {
    display: none;
  }
}
.custom-table thead tr {
  background-color: #0E1630;
}
.custom-table thead tr th {
  border: none;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
}
.custom-table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}
.custom-table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}
.custom-table tbody tr {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.custom-table tbody tr:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  text-align: center;
  color: black;
  font-size: 14px;
  padding: 10px 20px;
}
.custom-table tbody tr td a {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.custom-table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}
.custom-table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 991px) {
  .custom-table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
  }
  .custom-table tbody tr td::before {
    content: attr(data-label);
    margin-right: auto;
    color: #05113bf6;
    width: 50%;
  }
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #05113bf6;
}

*::-webkit-scrollbar-thumb {
  background-color: #05113bf6;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background: #05113bf6;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.scrollToTop img {
  width: 25px;
}

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

.scrollToTop:hover,
.scrollToTop:focus {
  color: #fff;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
  z-index: 10;
  padding: 10px 15px;
  background-color:  #813FD6;
  color: #fff;
  border: 1px solid  #813FD6;
  border-radius: 5px;
}

.scroll-top {
  background-color:  #813FD6;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 25px;
  border-radius: 0;
  background-color: black;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #05113bf6;
}

.slider-next,
.slider-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-color: #05113bf6;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .slider-next,
.slider-prev {
    display: none;
  }
}

.slider-next {
  right: -30px;
}

.slider-prev {
  left: -30px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a,
.pagination .page-item span {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: black;
  padding: 0;
  line-height: 30px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  background: rgba(33, 69, 123, 0.4);
  border: 1px solid rgba(33, 69, 123, 0.1);
  color: white;
}
.pagination .page-item .page-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background: #05113bf6;
  border-color: #05113bf6;
  color: white;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  text-align: center;
  border: none;
}
.tab-menu .nav-item {
  background-color: transparent;
  border: 2px solid #0E1630;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  color: black;
  padding: 3px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-menu .nav-item:hover {
  background-color: #0E1630;
  color: #fff;
}
.tab-menu .nav-item.active {
  background-color: #05113bf6;
  border: 2px solid #05113bf6;
  color: #fff;
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
  border: none;
  -webkit-box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
}
.custom--card .card-header {
  background-color: #0E1630;
}
.custom--card .card-header .card-title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.custom--card .card-header .card-title i {
  margin-right: 5px;
}
.custom--card .card-header .card-btn a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.custom--card .card-header .card-btn a i {
  margin-right: 5px;
}
.custom--card .card-body {
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .custom--card .card-body {
    padding: 20px;
  }
}
.custom--card .card-body .card-form-wrapper .card-label {
  text-transform: uppercase;
}
.custom--card .card-body .card-form-wrapper input {
  height: 40px;
  background-color: #f3f6f8;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2em;
  color: black;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 60px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 35px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  h6 {
    font-size: 12px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  margin-bottom: 50px;
}
.section-header.white .section-title {
  color: #fff;
}
.section-header .section-title {
  position: relative;
  font-weight: 500;
  color: black;
  margin-bottom: 10px;
  margin-top: -17px;
}
@media only screen and (max-width: 575px) {
  .section-header p {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
  color: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163a;
}

.badge--primary {
  background-color: #7367f0;
}

.badge--secondary {
  background-color: #868e96;
}

.badge--success {
  background-color: #28c76f;
}

.badge--danger {
  background-color: #ea5455;
}

.badge--warning {
  background-color: #ff9f43;
}

.badge--info {
  background-color: #1e9ff2;
}

.badge--dark {
  background-color: #10163a;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163a;
}

.custom--btn {
  background-color:  #813FD6;
  padding: 8px 20px;
  color: #fff;
  border: 1px solid  #813FD6;
  border-radius: 3px;
}

.custom--btn:hover {
  background-color: transparent;
  padding: 8px 20px;
  color: #fff;
  border: 1px solid  #813FD6;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input, textarea {
  padding: 12px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6c6c6f;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6c6c6f;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6c6c6f;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6c6c6f;
}
input::placeholder, textarea::placeholder {
  color: #6c6c6f;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid #e5e5e5;
  vertical-align: baseline;
  font-size: 100%;
  color: #6c6c6f;
}

label {
  font-size: 14px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: black;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  height: 50px;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e5e5e5;
}

.input-group-text {
  border: none;
  font-size: 14px;
  background-color: #05113bf6;
  color: #fff;
}

.form--control {
  background-color: transparent;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  padding: 0 20px;
  color: black;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
}
.form--control:focus {
  background-color: transparent;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: black;
}
.form--control::-webkit-input-placeholder {
  color: black;
}
.form--control::-moz-placeholder {
  color: black;
}
.form--control:-ms-input-placeholder {
  color: black;
}
.form--control::-ms-input-placeholder {
  color: black;
}
.form--control::placeholder {
  color: black;
}

.checkbox-wrapper {
  margin-top: 10px;
}
.checkbox-wrapper .checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox-wrapper .checkbox-item input[type=checkbox] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .checkbox-wrapper .checkbox-item input[type=checkbox] {
    width: 24px;
  }
}
.checkbox-wrapper .checkbox-item label {
  margin: 0;
  font-size: 14px;
}
.checkbox-wrapper .checkbox-item label a {
  color: #05113bf6;
}

.forgot-password a {
  color: #05113bf6;
  font-weight: 600;
}

.submit-btn {
  padding: 8px 30px;
  color: #fff;
  background-color: #05113bf6;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Chosen Select ]
*/
.chosen-select {
  z-index: 1;
  width: 100%;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 30px 10px 20px;
}

.chosen-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  width: 100%;
}
.chosen-container .chosen-single {
  margin: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  outline: none;
  background: none;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 18px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-single span {
  margin: 0;
  width: 100%;
  color: #6c6c6f;
  line-height: initial;
}
.chosen-container .chosen-search input {
  height: 40px !important;
  border-color: #e5e5e5 !important;
  border-radius: 5px !important;
}
.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  line-height: 34px;
}
.chosen-container .chosen-results li.highlighted {
  background: #05113bf6;
}
.chosen-container .chosen-drop {
  border-radius: 5px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-toggle {
  color: #fff !important;
  background-color: #05113bf6 !important;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  z-index: 9;
}

.input-group {
  margin-bottom: 10px;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-black {
  position: relative;
}
.bg-overlay-black:before {
  content: "";
  position: absolute;
  background: linear-gradient(165deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bg-overlay-black > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-base {
  position: relative;
}
.bg-overlay-base:before {
  content: "";
  position: absolute;
  background: #0E1630;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
}
.bg-overlay-base > div {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-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);
  }
}
@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);
  }
}
@-webkit-keyframes shakes {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes shakes {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes up_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
}

.preloader .loader {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #05113bf6;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #05113bf6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(40% - 21px);
  top: calc(40% - 21px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .indicator {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.5);
  transform: translateY(-50%) scale(1.5);
}

.preloader .loader .indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preloader .loader .indicator svg polyline#back {
  stroke: #05113bf6;
}

.preloader .loader .indicator svg polyline#front {
  stroke: #fff;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  -webkit-animation: dash 1s linear infinite;
  animation: dash 1s linear infinite;
}

.preloader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #0E1630;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.preloader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #0E1630;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after {
  width: 0;
}

.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
::-moz-selection {
  background-color: #05113bf6;
  color: #fff;
}
::selection {
  background-color: #05113bf6;
  color: #fff;
}

.container-fluid.custom-container {
  padding-left: 15%;
  padding-right: 15%;
}
@media only screen and (max-width: 1600px) {
  .container-fluid.custom-container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 320px) {
  .container-fluid.custom-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*-------------------------------------------------
      [ ## Header ]
  */
.header-section .navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #05113bf6;
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  .header-section .navbar-toggler span {
    font-size: 22px;
  }
}
.header-section .navbar {
  background-color: #0E1630;
}
.header-section .navbar-nav .nav-link {
  color: #fff !important;
}
.header-section .top-header {
  background-color: #05113bf6;
  color: #fff;
}
.header-section .navbar-nav .nav-link:hover {
  color:  #813FD6 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-section .my-select {
  width: auto !important;
  background-color: #05113bf6 !important;
  color: #fff !important;
}
.header-section .my-select option {
  color: #fff !important;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
  background-attachment: fixed;
}
@media only screen and (max-width: 991px) {
  .banner-section {
    padding-top: 200px;
    padding-bottom: 70px;
  }
}
.banner-section .banner-content {
  position: relative;
  z-index: 9;
}
.banner-section .banner-content .title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.banner-section .banner-content p {
  width: 98%;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content p {
    width: 100%;
  }
}
.banner-section .banner-content .banner-btn {
  margin: 50px -10px -10px -10px;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .banner-btn {
    margin: 40px -10px -10px -10px;
  }
}
.banner-section .banner-content .banner-btn a {
  margin: 0 10px 10px 10px;
}

.banner-widget {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 40px 20px;
  border-radius: 5px;
  border-top: 5px solid #05113bf6;
}
.banner-widget .sub-title {
  font-weight: 500;
  margin-bottom: 5px;
}
.banner-widget .title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.banner-widget-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -10px;
}
.banner-widget-form .input-group {
  margin-bottom: 20px;
}
.banner-widget-form .submit-btn {
  padding: 15px 30px;
}

.terms-area {
  margin-top: 15px;
}
.terms-area p {
  font-size: 12px;
  font-weight: 500;
}

.inner-banner-section {
  padding-top: 100px;
  padding-bottom: 80px;
}
.inner-banner-section .banner-content .title {
  font-size: 45px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .inner-banner-section .banner-content .title {
    font-size: 30px;
  }
}
.inner-banner-section::after {
  display: none;
}
@media only screen and (max-width: 991px) {
  .inner-banner-section {
    padding-top: 180px;
    padding-bottom: 60px;
  }
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb li {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.breadcrumb-item a {
  font-weight: 500;
  font-size: 14px;
  position: relative;
  z-index: 2;
  color: #05113bf6;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item a {
    font-size: 12px;
  }
}

.breadcrumb-item.active {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active {
    font-size: 12px;
  }
}

.breadcrumb-item.active::before {
  content: "/";
  font-weight: 600;
  color: #05113bf6;
  font-size: 14px;
  left: 0;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-links li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .footer-links li {
    font-size: 12px;
  }
}
.footer-links li + li {
  margin-left: 10px;
}

.footer-social {
  margin-top: 30px;
}
.footer-social li {
  display: inline-block;
}
.footer-social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-social li a:hover, .footer-social li a.active {
  background-color: #05113bf6;
}
.footer-social li + li {
  margin-left: 10px;
}

.copyright-area {
  background-color: #0E1630;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}

.copyright p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .copyright p {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonial-block
--------------------------------------------------------------*/
.client-slider {
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .client-item {
    display: block !important;
  }
}

.client-thumb {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  z-index: 2;
}
.client-thumb img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
.client-thumb::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  background-color: #05113bf6;
  width: 108%;
  height: 108%;
  left: 0;
  top: 0;
  z-index: -1;
}

.client-content {
  width: calc(100% - 70px);
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .client-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.client-content .client-quote {
  font-size: 60px;
  color: #05113bf6;
}
.client-content p {
  font-size: 14px;
}
.client-content .title {
  font-size: 16px;
  margin-bottom: 3px;
}
.client-content .sub-title {
  font-size: 10px;
  font-weight: 500;
  font-style: italic;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### step block ]
*/
.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step-list li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .step-list li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .step-list li:nth-child(2)::after {
    display: none;
  }
  .step-list li:nth-child(3)::before {
    display: none;
  }
}
.step-list li span {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #6c6c6f;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  line-height: 35px;
  margin: 0 auto 25px;
  position: relative;
  height: 35px;
  width: 35px;
}
.step-list li span::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  z-index: -1;
}

.step-list li:not(:first-child):before,
.step-list li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 5px;
  width: 45%;
}

.step-list li:not(:last-child):after {
  left: auto;
  right: -10px;
}

.step-list li:not(:first-child):before {
  left: -10px;
  right: 0;
}

/*-------------------------------------------------
    [ ### overview block ]
*/
.overview-section {
  overflow: hidden;
}

.overview-content {
  margin-right: 80px;
}
@media only screen and (max-width: 991px) {
  .overview-content {
    margin-right: 0;
    text-align: center;
  }
}
.overview-content .title {
  margin-bottom: 15px;
}
.overview-content p {
  font-size: 14px;
}

.overview-chart {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 5px;
  -webkit-animation: shakes 5s linear infinite;
          animation: shakes 5s linear infinite;
}
@media only screen and (max-width: 991px) {
  .overview-chart {
    -webkit-animation: none;
            animation: none;
  }
}

/*-------------------------------------------------
    [ ### plan block ]
*/
.service-icon {
  font-size: 35px;
  margin-bottom: 15px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  background-color: #05113bf6;
  border-radius: 50%;
  color: #fff;
}

.service-content p {
  font-size: 14px;
}

/*-------------------------------------------------
    [ ### subscribe block ]
*/
.call-to-action-section {
  background-color: #0E1630;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.call-to-action-area {
  padding: 60px 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .call-to-action-area {
    text-align: center;
  }
}
.call-to-action-area .title {
  letter-spacing: 2px;
}

.call-to-action-form input {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  padding: 8px 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  font-size: 12px;
  width: 100%;
}
.call-to-action-form input::-webkit-input-placeholder {
  color: #fff;
}
.call-to-action-form input::-moz-placeholder {
  color: #fff;
}
.call-to-action-form input:-ms-input-placeholder {
  color: #fff;
}
.call-to-action-form input::-ms-input-placeholder {
  color: #fff;
}
.call-to-action-form input::placeholder {
  color: #fff;
}
.call-to-action-form input:focus {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.call-to-action-form .submit-btn {
  border-radius: 3px;
  padding: 10px 30px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-thumb {
  position: relative;
  z-index: 2;
}
.faq-thumb::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 37% 63% 60% 40%/34% 46% 54% 66%;
  z-index: -1;
}
.faq-thumb img {
  -webkit-animation: up_down 3s linear infinite;
          animation: up_down 3s linear infinite;
}
@media only screen and (max-width: 575px) {
  .faq-thumb img {
    -webkit-animation: none;
            animation: none;
  }
}

.faq-wrapper {
  margin-bottom: -20px;
}
.faq-wrapper .main-title {
  margin-bottom: 30px;
}
.faq-wrapper .faq-item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 16px;
  }
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  padding: 12px 20px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
}
.faq-wrapper .faq-item.open .faq-title {
  background-color: #05113bf6;
  color: #fff;
}
.faq-wrapper .faq-item.open .right-icon::before {
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open .right-icon::after {
  background-color: #fff;
}
.faq-wrapper .faq-item.active .faq-content {
  display: block;
}
.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-content {
  display: none;
  padding: 20px;
}
.faq-wrapper .faq-content p {
  font-size: 14px;
}
.faq-wrapper .right-icon {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  right: 8px;
}
.faq-wrapper .right-icon::before, .faq-wrapper .right-icon::after {
  position: absolute;
  content: "";
  background: black;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-wrapper .right-icon::before {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .right-icon::after {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
}

/*-------------------------------------------------
    [ ### brand block ]
*/
.brand-wrapper {
  overflow: hidden;
}

/*-------------------------------------------------
    [ ### work block ]
*/
.work-thumb {
  position: relative;
  z-index: 2;
}
.work-thumb::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 37% 63% 60% 40%/34% 46% 54% 66%;
  z-index: -1;
}
.work-thumb img {
  -webkit-animation: up_down 3s linear infinite;
          animation: up_down 3s linear infinite;
}
@media only screen and (max-width: 575px) {
  .work-thumb img {
    -webkit-animation: none;
            animation: none;
  }
}

.work-thumb-two {
  -webkit-animation: shakes 3s linear infinite;
          animation: shakes 3s linear infinite;
}
@media only screen and (max-width: 575px) {
  .work-thumb-two {
    -webkit-animation: none;
            animation: none;
  }
}

.work-content .work-content-header {
  margin-bottom: 30px;
}
.work-content .work-content-header p {
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  .work-content .work-content-header {
    text-align: center;
  }
}

.work-item-wrapper {
  margin-bottom: -30px;
}
.work-item-wrapper .work-item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .work-item-wrapper .work-item {
    display: block !important;
    text-align: center;
  }
}

.work-icon {
  font-size: 35px;
  color: #05113bf6;
}

.work-details {
  width: calc(100% - 40px);
  padding-left: 10px;
}
@media only screen and (max-width: 575px) {
  .work-details {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.work-details .title {
  font-size: 18px;
}
.work-details p {
  font-size: 14px;
}

.work-statistics-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
@media only screen and (max-width: 575px) {
  .work-statistics-area {
    display: block;
    margin-bottom: -30px;
  }
}

.statistics-item {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .statistics-item {
    padding-bottom: 30px;
  }
}
.statistics-item::after {
  position: absolute;
  content: "";
  top: 10px;
  right: -40px;
  width: 2px;
  height: 40px;
  background-color: #e5e5e5;
}
@media only screen and (max-width: 575px) {
  .statistics-item::after {
    display: none;
  }
}
.statistics-item:last-child::after {
  display: none;
}

.statistics-item p {
  font-weight: 500;
  font-size: 16px;
}

.odo-area .odo-title {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 0;
  margin-top: -12px;
  color: #05113bf6;
}

@media only screen and (max-width: 991px) {
  .odo-area .odo-title {
    font-size: 30px;
  }
}
/*-------------------------------------------------
    [ ### video block ]
*/
.video-content-area .title {
  margin-bottom: 15px;
}
.video-content-area p {
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  .video-content-area {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .video-content-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .video-content-area {
    float: right;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .video-content-area {
    max-width: 570px;
  }
}
.video-wrapper .video-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-transform: translate(-10%, -15%);
          transform: translate(-10%, -15%);
  color: #fff;
  font-size: 23px;
  z-index: 1;
  background-color:  #813FD6;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media only screen and (max-width: 575px) {
  .video-wrapper .video-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}
.video-wrapper .video-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  background-color:  #813FD6;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
}

.account-wrapper {
  position: relative;
  padding: 8% 0 5%;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .account-wrapper {
    padding: 20% 5% 20%;
  }
}
.account-wrapper::after {
  background-color: #0E1630;
  opacity: 0.95;
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .account-wrapper {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

.account-form-area {
  padding: 50px 80px;
}
@media only screen and (max-width: 1199px) {
  .account-form-area {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .account-form-area {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

.account-logo-area {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .account-logo-area {
    text-align: center;
  }
}

.account-header {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 991px) {
  .account-header {
    text-align: center;
  }
}
.account-header .title {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .account-header .title {
    font-size: 20px;
  }
}
.account-header .sub-title {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .account-header .sub-title {
    font-size: 14px;
  }
}
.account-header .sub-title a {
  color: #05113bf6;
}

.account-content-area {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .account-content-area {
    margin-bottom: 40px;
  }
}
.account-content-area .title {
  font-size: 35px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .account-content-area .title {
    font-size: 24px;
  }
}
.account-content-area .sub-title {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .account-content-area .sub-title {
    font-size: 16px;
  }
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-wrapper {
  border-radius: 5px;
  overflow: hidden;
}

.contact-form-area {
  background-color: #fff;
  padding: 80px 40px;
}
@media only screen and (max-width: 991px) {
  .contact-form-area {
    padding: 40px 20px;
  }
}
.contact-form-area .title {
  font-size: 26px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .contact-form-area .title {
    font-size: 22px;
  }
}
.contact-form-area p {
  font-size: 14px;
}
.contact-form-area .contact-form {
  margin-top: 30px;
}
.contact-form-area textarea {
  border-radius: 3px;
  padding: 12px 20px;
  min-height: 200px;
}

.contact-info-item-area {
  height: 100%;
  position: relative;
  padding: 80px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .contact-info-item-area {
    padding: 40px 20px;
  }
}
.contact-info-item-area::after {
  background-color: #0E1630;
  opacity: 0.95;
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.contact-info-item-area .header-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .contact-info-item-area .header-title {
    font-size: 22px;
  }
}
.contact-info-item-area p {
  font-size: 14px;
  color: #fff;
}

.contact-info-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #05113bf6;
  -webkit-box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}

.contact-info-content {
  width: calc(100% - 50px);
  padding-left: 15px;
}
.contact-info-content .title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .contact-info-content .title {
    font-size: 16px;
  }
}
.contact-info-content p {
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .contact-info-content p {
    font-size: 12px;
  }
}

.maps {
  height: 400px;
}

/*-------------------------------------------------
    [ ## Page-wrapper ]
*/
.page-wrapper {
  min-height: 100vh;
}

.sidebar {
  width: 300px;
  background: #0E1630;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1627px) {
  .sidebar {
    width: 250px;
  }
}
.sidebar.active {
  width: 80px;
}
.sidebar.active .sidebar__logo .sidebar__main-logo {
  display: none;
}
.sidebar.active .copyright-wrapper {
  margin-bottom: 25px;
}
.sidebar.active .copyright-area {
  display: none;
}
.sidebar.active .copyright-social li + li {
  margin-left: 0;
  margin-top: 8px;
}
.sidebar.active .sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a::before {
  display: none;
}
.sidebar.active .sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a .menu-title {
  display: none;
}
.sidebar.active .sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item:hover .sidebar-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sidebar.active .sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu {
  display: block;
  position: absolute;
  right: -210px;
  top: 0;
  background-color: #0E1630;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.sidebar.active .sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
  padding-left: 25px;
}
.sidebar.active .sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a .menu-title {
  display: block;
}
.sidebar.active .sidebar__menu-header {
  font-size: 0;
  margin: 8px 20px;
  padding: 0;
}
.sidebar.active .sidebar__menu-header::before {
  font-family: "Font Awesome 5 Free";
  content: "\f141";
  font-weight: 900;
  font-size: 1rem;
  color: #05113bf6;
}
.sidebar.active .sidebar__logo {
  padding: 25px 15px 28px 15px;
}
.sidebar .res-sidebar-close-btn {
  position: absolute;
  top: 0;
  right: -35px;
  width: 35px;
  height: 35px;
  background-color: #05113bf6;
  color: #fff;
  display: none;
}
@media only screen and (max-width: 991px) {
  .sidebar .res-sidebar-close-btn {
    display: block;
  }
}
.sidebar .res-sidebar-close-btn i {
  font-size: 24px;
}

.sidebar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}

.sidebar__menu-wrapper .sidebar__menu {
  margin: 20px 0;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item {
  position: relative;
  margin-top: 5px;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 4px;
  height: 55px;
  background-color:  #813FD6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active a {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 30px 0 0 30px;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 15px !important;
  color: #6c6c6f !important;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active a .menu-icon {
  color: #fff;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active a .menu-title {
  color: #fff;
  font-weight: 700;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a {
  background-color: transparent;
  border-radius: 0;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a:hover {
  color: #05113bf6;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a .menu-icon {
  font-size: 26px;
  margin-right: 15px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a .menu-title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu {
  position: relative;
  display: none;
  z-index: 1;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu.open {
  display: block;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item .nav-link {
  padding-left: 40px;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item .nav-link::before {
  display: none;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item .nav-link .menu-icon {
  font-size: 18px;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item .nav-link .menu-title {
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item .nav-link .menu-title:hover {
  color: #05113bf6;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.sidebar-dropdown a {
  position: relative;
}
.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.sidebar-dropdown a::before {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  font-family: "Line Awesome Free";
  font-weight: 700;
  content: "\f105";
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar__menu-header {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  height: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
  opacity: 0.6;
  padding: 0 15px 0 15px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 25px;
}

.sidebar__logo {
  padding: 15px 15px 15px 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar__logo .sidebar__main-logo {
  max-width: 146px;
}
.sidebar__logo .sidebar__main-logo img {
  max-width: 100%;
  height: auto;
}

.sidebar__logo-shape {
  display: none;
}

.navbar__left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar__left button, .navbar__left input[type=button], .navbar__left input[type=reset], .navbar__left input[type=submit] {
  background-color: transparent;
  position: relative;
  font-size: 30px;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.navbar__action-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__action-list li {
  margin-right: 15px;
}
.navbar__action-list li:last-child {
  margin-right: 0;
}

.navbar__right button, .navbar__right input[type=button], .navbar__right input[type=reset], .navbar__right input[type=submit] {
  position: relative;
  background-color: transparent;
  font-size: 24px;
  border: none;
}
@media only screen and (max-width: 575px) {
  .navbar__right button, .navbar__right input[type=button], .navbar__right input[type=reset], .navbar__right input[type=submit] {
    padding: 0;
  }
}

.navbar-user {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-user .icon {
  padding-left: 7px;
  font-size: 18px;
  color: #fff;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 575px) {
  .navbar-user .icon {
    display: none;
  }
}

.navbar-user__thumb {
  width: 40px;
}
.navbar-user__thumb img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  -o-object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.navbar-user__info {
  text-align: left;
  padding-left: 15px;
}
@media only screen and (max-width: 575px) {
  .navbar-user__info {
    display: none;
  }
}

.navbar-user__name {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.dropdown-menu.dropdown-menu--sm {
  min-width: 10rem;
  top: 42% !important;
  background-color: #0E1630;
}

.dropdown-menu__item {
  border-bottom: 1px solid rgba(229, 229, 229, 0.3);
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-menu__item:last-child {
  border: none;
}
.dropdown-menu__item .dropdown-menu__icon {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-menu__item .dropdown-menu__caption {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
}
.dropdown-menu__item:hover {
  color:  #813FD6;
  border-radius: 5px;
  background: #05113bf6;
}
.dropdown-menu__item:hover .dropdown-menu__icon {
  color:  #813FD6;
}

.chart-area {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  border-radius: 5px;
  padding: 22px 0 18px;
}
.chart-area .chart-area-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 20px 7px 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chart-area .chart-area-header .chart-btn {
  font-size: 12px;
  background-color: rgba(78, 194, 240, 0.2);
  color: #4ec2f0;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
  bottom: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.chart-area .chart-area-header .chart-btn i {
  font-size: 13px;
  padding-right: 5px;
}
.chart-area .chart-area-header .chart-btn:hover {
  background-color: #4ec2f0;
  color: #fff;
}
.chart-area .title {
  margin-bottom: 12px;
}

.card-thumb {
  padding: 30px;
}

.profile-thumb-area {
  margin: 0 auto;
}
.profile-thumb-area .image-preview {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
}

.profile-edit .upload {
  display: none;
}
.profile-edit .imgUp {
  padding: 6px 12px 6px 12px;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  display: initial;
  cursor: pointer;
}

.rank-label {
  margin-top: -22px;
}

.sidebar-mobile-menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  .sidebar-mobile-menu {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .navbar__expand {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__menu {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__inner {
    display: block;
    min-height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar {
    width: 100%;
    position: relative;
    min-height: 0px;
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .copyright-wrapper {
    display: none;
  }
}

.bottom-nav {
  display: none;
}
@media screen and (max-width: 991px) {
  .bottom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #0E1630;
  }
}
@media screen and (max-width: 991px) {
  .bottom-nav a {
    width: 100%;
    text-align: center;
    padding: 11px 10px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.bottom-nav a.active {
  background-color: #161f5e;
}
@media screen and (max-width: 991px) {
  .bottom-nav a.mid {
    background:  #813FD6;
    border-radius: 8px;
    padding: 12px 10px;
    margin-top: -23px;
  }
  .bottom-nav a.mid i {
    font-size: 30px;
  }
  .bottom-nav a.mid p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .bottom-nav i {
    color: #fff;
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .bottom-nav p {
    font-size: 12px;
    color: #fff;
    margin: 6px 0 0;
    line-height: 1;
  }
}

.body-wrapper {
  padding-left: 330px;
  padding-right: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1627px) {
  .body-wrapper {
    padding-left: 280px;
  }
}
@media only screen and (max-width: 991px) {
  .body-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 784px) {
  .body-wrapper {
    padding-bottom: 80px;
  }
}
.body-wrapper.active {
  padding-left: 95px;
}
.body-wrapper .dashboard-title-part .title {
  font-weight: 600;
}

.dashbord-user {
  word-wrap: break-word;
  background: #0E1630;
  background-clip: border-box;
  border: 0 solid transparent;
  border-left: 4px solid  #813FD6;
  position: relative;
  border-radius: 5px;
  padding: 20px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dashbord-user:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}
.dashbord-user .dash-btn {
  position: absolute;
  top: 30px;
  right: 20px;
  padding: 1px 8px;
  background-color: #0E1630;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashbord-user .title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.dashbord-user .user-count {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}
.dashbord-user .dashboard-icon-area .dashboard-icon {
  font-size: 40px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.dashbord-user .dashboard-icon-area .dashboard-icon img {
  width: 40px;
  height: 40px;
}

.flat-card-content .user-count {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flat-card-content .user-count i {
  font-size: 42px;
  font-weight: 900;
}
.flat-card-content .user-count h2 {
  padding-top: 10px;
  padding-left: 17px;
}

.flat-card i {
  font-size: 24px;
}

.dashboard-title-part .title {
  margin-bottom: 0;
  margin-top: 5px;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .dashboard-title-part .title {
    font-size: 16px;
  }
}
.dashboard-title-part .title a {
  color: #05113bf6;
}
.dashboard-title-part .title span {
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .dashboard-title-part .title span {
    padding-left: 15px;
  }
}
.dashboard-title-part .title span::before {
  position: absolute;
  content: "\f105";
  top: 0;
  left: 5px;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #05113bf6;
}
@media only screen and (max-width: 575px) {
  .dashboard-title-part .title span::before {
    left: 0;
  }
}

.dashboard-item-area.style-two {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
          box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  overflow: hidden;
}
.dashboard-item-area.style-two .dashbord-user {
  border-radius: 0;
  border-right: 1px solid #e5e5e5;
}
.dashboard-item-area.style-two .dashbord-user:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  background-color: #05113bf6;
}

.navbar-wrapper {
  background: #0E1630;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 300px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1627px) {
  .navbar-wrapper {
    margin-left: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-wrapper {
    margin-left: 0;
  }
}
.navbar-wrapper.active {
  margin-left: 80px;
}
.navbar-wrapper .navbar-wrapper-area {
  padding: 10px 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .navbar-wrapper .navbar-wrapper-area {
    padding: 15px;
  }
}

.app-search {
  margin-left: 30px;
}
.app-search input {
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
}
.app-search span {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  line-height: 38px;
  left: 13px;
  top: 0;
}

.navbar-right {
  margin-left: auto;
}

.bell-badge {
  color: #fff;
  background: #f74f75;
  border-radius: 50px;
  display: block !important;
  font-size: 10px;
  line-height: 1.1;
  padding: 2px 4px !important;
  position: absolute;
  right: 2px;
  top: 0;
  z-index: 9999;
}

.copyright-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
}
.copyright-wrapper .copyright-area {
  text-align: center;
  border: none;
  padding: 15px;
}
.copyright-wrapper .copyright-area p {
  font-size: 14px;
  color: #fff;
}
.copyright-wrapper .copyright-area p a {
  color:  #813FD6;
}
.copyright-wrapper .copyright-social {
  text-align: center;
}
.copyright-wrapper .copyright-social li {
  display: inline-block;
}
.copyright-wrapper .copyright-social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.copyright-wrapper .copyright-social li a.active, .copyright-wrapper .copyright-social li a:hover {
  background-color:  #813FD6;
}
.copyright-wrapper .copyright-social li + li {
  margin-left: 8px;
}

.table-area {
  margin-top: 40px;
}

.table-header {
  margin-bottom: 15px;
}
.table-header .title {
  margin-bottom: 0;
  color: #05113bf6;
  font-weight: 600;
}

.header-title h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

.table-content .card {
  margin: 10px 0;
  border: none !important;
  background-color: #0E1630;
}
.table-content .card-text {
  padding: 10px 15px;
  background-color: #0E1630;
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.table-content .card-text:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}
.table-content .send-box-text i {
  padding-right: 20px;
  margin: auto;
  color: #ff0000;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  font-size: 30px;
}
.table-content .send-box-text h4 {
  font-weight: 600;
  color: #fff;
}
.table-content .send-box-text h3 {
  font-weight: 600;
  color: #ff0000;
  padding-top: 5px;
}
.table-content .rec-box-text i {
  padding-right: 20px;
  margin: auto;
  color:  #813FD6;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  font-size: 30px;
}
.table-content .rec-box-text h4 {
  font-weight: 600;
  color: #fff;
}
.table-content .rec-box-text h3 {
  font-weight: 600;
  color:  #813FD6;
  padding-top: 5px;
}

.custom-table {
  width: 100%;
  border-spacing: 0 15px;
  border-collapse: separate;
}
@media only screen and (max-width: 1577px) {
  .custom-table thead {
    display: none;
  }
}
.custom-table thead tr {
  background: #0E1630;
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 15px 30px;
}
.custom-table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
  text-align: left;
}
.custom-table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
  text-align: right;
}
.custom-table tbody tr {
  background: rgba(255, 255, 255, 0.06);
  -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
          box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.custom-table tbody tr:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding: 15px 30px;
}
@media only screen and (max-width: 991px) {
  .custom-table tbody tr td {
    padding: 15px 15px;
    font-size: 14px;
  }
}
.custom-table tbody tr td span {
  font-weight: 700;
}
.custom-table tbody tr td:first-child {
  text-align: left;
}
@media only screen and (max-width: 1577px) {
  .custom-table tbody tr td:first-child {
    text-align: right;
  }
}
.custom-table tbody tr td:last-child {
  text-align: right;
}
.custom-table tbody tr td .vote {
  font-size: 10px;
  font-weight: 700;
}
.custom-table tbody tr td .author-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-table tbody tr td .author-info .thumb {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.custom-table tbody tr td .author-info .thumb img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.custom-table tbody tr td .author-info .content {
  padding-left: 15px;
  width: calc(100% - 35px);
}
.custom-table tbody tr td a {
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px !important;
}
.custom-table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}
.custom-table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 1577px) {
  .custom-table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
  }
  .custom-table tbody tr td:last-child {
    border: none;
  }
  .custom-table tbody tr td::before {
    content: attr(data-label);
    margin-right: auto;
    color: #05113bf6;
    width: 50%;
    text-align: left;
  }
}

/*-------------------------------------------------
  [ ## card ]
*/
.custom--card {
  border: none;
  background: #0E1630;
  -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
          box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  border-radius: 5px;
}
.custom--card .user-text h4 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  padding: 25px;
}
.custom--card .card-header {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.2rem 1.8rem;
  border-radius: 5px 5px 0 0;
  border: none;
}
.custom--card .card-header .card-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 3px;
  font-weight: 600;
}
.custom--card .card-header .card-title i {
  margin-right: 5px;
}
.custom--card .card-header .card-btn a {
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 600;
}
.custom--card .card-header .card-btn a i {
  margin-right: 5px;
}
.custom--card .card-body {
  padding: 20px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .custom--card .card-body {
    padding: 20px;
  }
}
.custom--card .card-body .user-text h4 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  padding-top: 10px;
}
.custom--card .card-body .card-form-wrapper .form--control {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 400;
  color: #fff;
}
.custom--card .card-body .card-form-wrapper .form--control:focus {
  background-color: #fff;
}
.custom--card .card-body .card-form-wrapper textarea {
  height: auto;
  min-height: 120px;
  color: #fff;
}
.custom--card .card-body .card-form-wrapper .submit-btn {
  margin-top: 10px;
  padding: 12px 30px;
}
.custom--card .card-body .ref-input {
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.custom--card .card-body .ref-input:focus {
  background-color: #fff;
}
.custom--card .card-body .copytext {
  border: none;
  font-size: 18px;
  background-color: #05113bf6;
  color: #fff;
  height: 50px;
  border-radius: 0 3px 3px 0;
  font-weight: 500;
}

.card-area h5,
.card-area p,
.card-area a,
.card-area label {
  color: #fff;
}

.send-add-form {
  margin: 0;
}
.send-add-form .form-area {
  background-color: #0E1630;
  border-radius: 10px;
  padding: 30px;
}
.send-add-form .send-add-form h3 {
  color: #fff;
}
.send-add-form .card-view {
  background-color: #05113bf6;
}
.send-add-form .card-view p {
  color: #fff !important;
}
.send-add-form .card-view img {
  width: 50px;
  height: 50px;
}
.send-add-form .payment-select .selectBtn {
  padding: 5px 50px 5px 11px !important;
  width: 20rem !important;
}
.send-add-form .payment-select .selectDropdown {
  width: 20rem !important;
}
@media only screen and (max-width: 768px) {
  .send-add-form .payment-select .selectBtn {
    padding: 5px 50px 5px 11px !important;
    width: 13rem !important;
  }
  .send-add-form .payment-select .selectDropdown {
    width: 13rem !important;
  }
}
@media only screen and (max-width: 425px) {
  .send-add-form .payment-select .selectBtn {
    padding: 5px 50px 5px 11px !important;
    width: 14rem !important;
  }
  .send-add-form .payment-select .selectDropdown {
    width: 14rem !important;
  }
}
.send-add-form .p-select .form-select {
  background-color: #0E1630 !important;
  color: #fff !important;
  padding: 5px 40px 5px 10px !important;
  font-size: 17px !important;
}
.send-add-form .p-select .form-select option {
  color: #fff !important;
}
.send-add-form .p-select select {
  background: #404040 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23ffffff" d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg>') right 1rem center/8px 10px no-repeat !important;
}
.send-add-form .form-control {
  border-radius: 5px 0 0 5px !important;
}
.send-add-form .selectBtn {
  border-radius: 0 5px 5px 0 !important;
}
.send-add-form .preview-info h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}
.send-add-form .preview-info P {
  color: #fff;
}
.send-add-form .preview-info .info-bg {
  background-color: #05113bf6 !important;
}
.send-add-form .date input {
  border-radius: 5px !important;
}
.send-add-form .date .label {
  font-size: 17px;
  padding-bottom: 10px;
  color: #fff;
}
.send-add-form .date .custom--btn {
  padding: 13px 20px !important;
}
.send-add-form .table-statement th,
.send-add-form .table-statement td {
  color: #fff;
  font-size: 17px;
}
.send-add-form .table-statement .pagination {
  margin-top: 40px !important;
}
.send-add-form .table-statement .pagination .page-link {
  color: #fff !important;
}
.send-add-form .table-statement .pagination .page-item span {
  color: #fff !important;
}
.send-add-form .selectBtn-2 {
  border-radius: 5px !important;
}
.send-add-form h3 {
  color: #fff;
  font-weight: 600;
}
.send-add-form .add-money-text h4 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
}
.send-add-form .select {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.send-add-form .select .selectBtn {
  background: var(--bg1);
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 10%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
}
.send-add-form .select .select-dollar {
  background:  #813FD6;
  color: #fff;
}
.send-add-form .select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #0E1630;
  border-bottom: 2px solid #0E1630;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.send-add-form .select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.send-add-form .select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.send-add-form .select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.send-add-form .select .selectDropdown .option {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.send-add-form .select .selectDropdown .option:hover {
  background: #05113bf6;
  color: #fff;
}
.send-add-form .select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.send-add-form .get-app img {
  height: 55px;
  width: auto;
}

.preview {
  background-color: #0E1630;
  padding: 25px;
  border-radius: 8px;
}
.preview h4 {
  color: #fff;
  font-size: 17px;
}
.preview hr {
  color: #fff;
  padding: 2px;
}

.profile-content-area .info-details {
  background-color: #05113bf6;
}

.profile-content-area li {
  color: #fff;
}

.modal .modal-content {
  background-color: #f3f6f8 !important;
}
.modal .custom--btn:hover {
  color: black !important;
}

.table-content .acc h4 {
  color: #fff;
  padding: 10px 0;
}
.table-content .acc hr {
  margin: 0;
  color: #fff;
  padding: 1px;
}

.table-content .refer .label {
  color: #fff;
  font-size: 20px;
  padding-bottom: 15px;
}
.table-content .refer .copy-text {
  position: relative;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-content .refer .copy-text input.text {
  padding: 10px;
  font-size: 18px;
  color: #555;
  border: none;
  outline: none;
}
.table-content .refer .copy-text button, .table-content .refer .copy-text input[type=button], .table-content .refer .copy-text input[type=reset], .table-content .refer .copy-text input[type=submit] {
  padding: 10px;
  background: #05113bf6;
  color: #fff;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
}
.table-content .refer .copy-text button:active, .table-content .refer .copy-text input[type=button]:active, .table-content .refer .copy-text input[type=reset]:active, .table-content .refer .copy-text input[type=submit]:active {
  background: #05113bf6;
}
.table-content .refer .copy-text button:before, .table-content .refer .copy-text input[type=button]:before, .table-content .refer .copy-text input[type=reset]:before, .table-content .refer .copy-text input[type=submit]:before {
  content: "Copied";
  position: absolute;
  top: -45px;
  right: 0px;
  background: #05113bf6;
  padding: 8px 10px;
  border-radius: 20px;
  font-size: 15px;
  display: none;
}
.table-content .refer .copy-text button:after, .table-content .refer .copy-text input[type=button]:after, .table-content .refer .copy-text input[type=reset]:after, .table-content .refer .copy-text input[type=submit]:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 25px;
  width: 10px;
  height: 10px;
  background: #05113bf6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}
.table-content .refer .copy-text.active button:before, .table-content .refer .copy-text.active input[type=button]:before, .table-content .refer .copy-text.active input[type=reset]:before, .table-content .refer .copy-text.active input[type=submit]:before,
.table-content .refer .copy-text.active button:after,
.table-content .refer .copy-text.active input[type=button]:after,
.table-content .refer .copy-text.active input[type=reset]:after,
.table-content .refer .copy-text.active input[type=submit]:after {
  display: block;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog-block
--------------------------------------------------------------*/
.blog-item {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item::before, .blog-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(33, 69, 123, 0.5);
}
.blog-item::after {
  background-color: #05113bf6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.blog-item:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.blog-thumb {
  position: relative;
}
.blog-thumb img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .blog-thumb img {
    height: auto;
  }
}
.blog-thumb::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
}
.blog-thumb .blog-date {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 80px;
  background-color: #05113bf6;
}
.blog-thumb .blog-date .title {
  font-size: 24px;
  padding: 5px 0;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.blog-thumb .blog-date .sub-title {
  background-color: #fff;
  font-size: 18px;
  width: 100%;
  display: block;
  color: black;
  font-weight: 500;
  padding: 5px 0;
}

.blog-content-inner {
  background-color: #fff;
  padding: 30px 20px;
}
.blog-content-inner .title {
  font-size: 18px;
}
.blog-content-inner p {
  font-size: 14px;
}

.blog-details-section .blog-thumb img {
  height: auto;
}
.blog-details-section .blog-content-inner .title {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .blog-details-section .blog-content-inner .title {
    font-size: 20px;
  }
}
.blog-details-section .blog-content-inner p {
  font-size: 15px;
}

.blog-social-area {
  background-color: #fff;
  margin-top: 30px;
  padding: 20px;
  border-radius: 3px;
}
.blog-social-area .title {
  margin-bottom: 0;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .blog-social-area .title {
    margin-bottom: 10px;
  }
}
.blog-social-area .blog-social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
}
.blog-social-area .blog-social li + li {
  margin-left: 5px;
}

.widget-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
}
.widget-box .widget-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 600;
}

.category-content li {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: black;
}
.category-content li:hover {
  color: #05113bf6;
}
.category-content li:last-child {
  padding-bottom: 0;
}
.category-content li a {
  display: block !important;
}
.category-content li span {
  float: right;
}

.popular-widget-box {
  margin-bottom: -10px;
}

.single-popular-item {
  margin-bottom: 10px;
}
.single-popular-item .popular-item-thumb {
  width: 90px;
  border-radius: 3px;
  overflow: hidden;
}
.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 10px;
}
.single-popular-item .popular-item-content .title {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
}
.single-popular-item .popular-item-content .blog-date {
  font-size: 13px;
  color: black;
  font-weight: 500;
}

/*--------------------------------------------------------------
    [ ## Home ]
--------------------------------------------------------------*/
.contact-select .nice-select::after {
  border-bottom: 2px solid #535353;
  border-right: 2px solid #535353;
}

.nice-select {
  line-height: 52px !important;
}

.nice-select .option {
  font-weight: 500;
  font-size: 14px;
  color: #535353;
}

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

.select-item {
  border-radius: 0px 5px 5px 0px !important;
  height: 50px;
  background-color:  #813FD6 !important;
  border: none !important;
  color: #fff !important;
}

.select-item-2 {
  background-color: #fff !important;
  border: none !important;
}
.select-item-2 .current {
  color: black !important;
}

.type-select .nice-select {
  line-height: 45px !important;
}
.type-select .form-control {
  border-radius: 5px !important;
}

.reg-form .type-select .nice-select {
  line-height: 27px !important;
}
.reg-form .type-select .form-control {
  border-radius: 5px !important;
}

.top-header .social a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-header .social a:hover {
  color:  #813FD6;
}

.banner {
  background-color: #0E1630;
}
.banner .select-item {
  border-radius: 0px 5px 5px 0px !important;
  height: 50px;
  background-color:  #813FD6 !important;
  border: none !important;
  color: #fff !important;
}
.banner .select-item-2 {
  background-color: #fff !important;
  border: none !important;
}
.banner .select-item-2 .current {
  color: black !important;
}
.banner .input-form {
  border-radius: 5px 0 0 5px !important;
}
.banner .banner-text h3 {
  font-size: 60px;
  color: #fff;
}
@media only screen and (max-width: 425px) {
  .banner .banner-text h3 {
    font-size: 40px;
    color: #fff;
  }
}
.banner .banner-text p {
  color: #fff;
}
.banner .send-form {
  /* background-color: #05113bf6; */
  padding: 20px;
  border-radius: 10px;
}
.banner .send-form h3 {
  color: #fff;
}

.services .icon {
  color: #05113bf6 !important;
  font-size: 50px;
}

.why-choose {
  background-color: #f3f6f8;
}
.why-choose .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 25px;
  position: relative;
  -webkit-box-shadow: rgba(153, 151, 151, 0.35) 0px 1px 5px;
          box-shadow: rgba(153, 151, 151, 0.35) 0px 1px 5px;
}
.why-choose .card:hover {
  -webkit-box-shadow: rgba(153, 151, 151, 0.35) 0px 5px 25px;
          box-shadow: rgba(153, 151, 151, 0.35) 0px 5px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.why-choose .card span {
  font-size: 40px;
  background-color: rgba(0, 0, 0, 0.0509803922);
  height: 100px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color:  #813FD6;
}
.why-choose .content .btn.btn-primary {
  padding: 15px;
  background-color:  #813FD6;
  color: #fff;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.why-choose .card:hover span {
  color: #fff;
  background-color:  #813FD6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.worldwide-services .card {
  padding: 50px 0;
  border-radius: 10px;
  color: #05113bf6;
}
.worldwide-services .card:hover {
  background-color: #05113bf6;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.worldwide-services .card h3 {
  color: #05113bf6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.worldwide-services .card:hover h3 {
  color: #fff;
}
.worldwide-services .card i {
  font-size: 80px;
}

.feature {
  background-color: #f3f6f8;
}
.feature h1 {
  font-size: 30px;
}

.solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solution .h1,
.solution p {
  color: #fff;
}
.solution .h1 {
  font-size: 60px;
}
@media only screen and (max-width: 425px) {
  .solution .h1 {
    font-size: 40px;
  }
}

.app-download {
  background-color: #f3f6f8;
}
.app-download h5 {
  color:  #813FD6;
  font-weight: 600;
}
.app-download .h1 {
  font-size: 40px;
}

.blog {
  background-color: #f3f6f8;
}
.blog .card {
  height: 520px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 10;
  overflow: hidden;
}
.blog .card .backgroundEffect {
  bottom: 0;
  height: 0px;
  width: 100%;
}
.blog .card:hover {
  color: #fff;
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}
.blog .card:hover .backgroundEffect {
  bottom: 0;
  height: 320px;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #05113bf6;
  -webkit-animation: popBackground 0.3s ease-in;
          animation: popBackground 0.3s ease-in;
}
@-webkit-keyframes popBackground {
  0% {
    height: 20px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  50% {
    height: 80px;
    border-top-left-radius: 75%;
    border-top-right-radius: 75%;
  }
  75% {
    height: 160px;
    border-top-left-radius: 85%;
    border-top-right-radius: 85%;
  }
  100% {
    height: 320px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }
}
@keyframes popBackground {
  0% {
    height: 20px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  50% {
    height: 80px;
    border-top-left-radius: 75%;
    border-top-right-radius: 75%;
  }
  75% {
    height: 160px;
    border-top-left-radius: 85%;
    border-top-right-radius: 85%;
  }
  100% {
    height: 320px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }
}
.blog .card .pic {
  position: relative;
}
.blog .card .pic img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .card .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 70px;
  background-color: #05113bf6;
  color: #fff;
  position: absolute;
  bottom: 0px;
  -webkit-transition: all ease;
  transition: all ease;
}
.blog .card .date .day {
  font-size: 14px;
  font-weight: 600;
}
.blog .card .date .month,
.blog .card .date .year {
  font-size: 10px;
}
.blog .card .text-muted {
  font-size: 12px;
}
.blog .card:hover .text-muted {
  color: #fff !important;
}
.blog .card .content {
  padding: 0 20px;
}
.blog .card .content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  background-color: #05113bf6;
  border-radius: 25px;
  font-size: 12px;
  border: none;
}
.blog .card:hover .content .btn {
  background: #fff;
  color: #05113bf6;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1019607843) 0px 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.1019607843) 0px 3px 5px;
}
.blog .card .content .btn .fas {
  font-size: 10px;
  padding-left: 5px;
}

.footer {
  background-color: #0E1630;
}
.footer h5 {
  color: #fff;
  font-weight: 600;
}
.footer a {
  color: #fff;
}
.footer .copyright {
  color: #fff;
}
.footer .copyright a {
  color:  #813FD6;
  font-weight: 600;
}

.login {
  background-color: #05113bf6;
}
.login .form-control {
  height: 38px !important;
}
.login .login-select {
  background-color: #05113bf6 !important;
}
.login .content h3,
.login p {
  color: #fff;
}
.login label {
  color: #fff;
}
.login .create-acc a {
  color:  #813FD6;
  font-weight: bold;
}
.login .md-country-picker-item {
  position: relative;
  line-height: 20px;
  padding: 10px 0 10px 40px;
}
.login .md-country-picker-flag {
  position: absolute;
  left: 0;
  height: 20px;
}
.login .mbsc-scroller-wheel-item-2d .md-country-picker-item {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.otp-section {
  background-color: #05113bf6;
}
.otp-section h3,
.otp-section p,
.otp-section a {
  color: #fff;
}

.blog-page {
  background-color: #05113bf6;
}
.blog-page .top-text p,
.blog-page .top-text h3 {
  color: #fff;
}

.blog-details {
  background-color: #05113bf6;
}

.contact-item {
  background-color: #05113bf6;
}
.contact-item .card {
  background-color: #0E1630 !important;
  border: 1px solid #fff;
}
.contact-item i,
.contact-item h3 {
  color: #fff;
}

.contact-section {
  background-color: #05113bf6;
}
.contact-section .contact-form-area {
  background-color: #0E1630;
}
.contact-section h2,
.contact-section label {
  color: #fff;
}
.app-download .custom--btn:hover {
  color: black !important;
}
.feature .custom--btn:hover {
  color: black !important;
}
.banner-top {
  background-color: #813FD6;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.banner-top h3 {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
.banner-top p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.aboutus-our-services{
    background-color:#0E1942;
    color:#fff;
}
.aboutus-our-services h1{
    color:#fff;
}
.aboutus-our-services .top-text h3{
    color:#fff;
}
font{
  color:#fff !important;
}