@import url("../css/fontawesome.min.css");
@import url("../css/animate.min.css");
@import url("../css/bootstrap.css");
@import url("../css/jquery-ui.css");
@import url("../css/magnific-popup.css");
@import url("../css/owl.carousel.css");
@import url("../css/scrolling-nav.css");

/* 
================================================
[  BASIC STYLE START ]
================================================

01. Google Fonts
02. General Style
03. Headings Style 
04. Button Style
05. Form Style
06. Spacing Style
07. custom row and col Style
08. back-to-top Arrow 

======================================
[  BASIC STYLE END ]
======================================
      
* HEADER 
  - Header Style
  - Navigation Menu Style
  - Megamenu Style

* CONTANT
  - Banner Style
  - About-part
  - Bread-crumb
  - Best features
  - Token Sale 
  - Roadmap-part
  - Mobile App
  - Our Team
  - Blog CSS
  - Blog Page
  - Single Blog Page
  - FAQ css
  - Contact CSS
  - About Page
  - Login Register
  - Contact Page
  - Coming-soon Page
  - 404 Page
  - News Letter
* FOOTER
*/

/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/**********************
    Google Fonts
***********************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

/**************************
    General Style Start
***************************/

::-moz-selection {
  background-color: #0ab1e8;
  color: #fff;
}
::selection {
  background-color: #0ab1e8;
  color: #fff;
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: #1f0e9c;
  line-height: 24px;
  color: #0ab1e8;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
body.dark-header {
  padding-top: 82px;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #1f0e9c;
}
.main {
  position: relative;
  overflow: hidden;
}
img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.owl-nav button span {
  display: none;
}
a,
a:focus,
a:active,
a:link,
img {
  outline: none;
  text-decoration: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #0ab1e8;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a.link {
  color: #ffffff;
}
a.link:hover {
  color: #0ab1e8;
}
br {
  font-size: 0;
  line-height: 0;
}
hr {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 1px solid #2318b3;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.divider {
  position: relative;
  overflow: hidden;
  height: 4px;
  z-index: 9;
}
.divider:before,
.divider:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  height: 0;
  border-top: 1px solid #f1f1f1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.divider::before {
  margin-top: -1px;
}
ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.position-r {
  position: relative;
}
.position-s {
  position: static;
}
.position-initial {
  position: initial;
}
.overflow-h {
  overflow: hidden;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.dark-bg {
  background-color: #1d0e8a;
}
.light-bg {
  background-color: #1f0e9c;
}
.gray-bg {
  background: #f5f5f5;
}
.light-gray-bg {
  background: #fafafa none repeat scroll 0 0;
}
p {
  color: #0ab1e8;
}
.middle-800 p {
  display: inline-block;
  max-width: 800px;
}
.middle-580 p {
  display: inline-block;
  max-width: 580px;
}
.text-primary {
  color: #0ab1e8 !important;
}
.badge-primary,
.badge-success,
.badge-info,
.badge-warning,
.badge-danger,
.badge-dark {
  color: #ffffff;
}
.badge-primary {
  background-color: #0ab1e8;
}
.box-wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

/*------border Style-------- */
.border {
  border: 1px solid #2318b3 !important;
}
.border-tb {
  border-top: 1px solid #2318b3 !important;
  border-bottom: 1px solid #2318b3 !important;
}
.border-lr {
  border-left: 1px solid #2318b3 !important;
  border-right: 1px solid #2318b3 !important;
}
.border-top {
  border-top: 1px solid #2318b3 !important;
}
.border-left {
  border-left: 1px solid #2318b3 !important;
}
.border-right {
  border-right: 1px solid #2318b3 !important;
}
.border-bottom {
  border-bottom: 1px solid #2318b3 !important;
}

/*------border Style End-------- */

/**************************
    General Style End
***************************/

/**************************
    Headings Style Start
***************************/
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #ffffff;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
}
h1 {
  font-size: 43px;
  letter-spacing: 1px;
  line-height: 45px;
}
h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  position: relative;
}
h2.section_title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
}
h2.title-bg {
  background: rgba(0, 0, 0, 0) url("../images/title-icon.png") no-repeat scroll
    center bottom;
  padding-bottom: 15px;
}
h3 {
  font-size: 20px;
  line-height: 25px;
}
h3.sub-heading {
  font-weight: 500;
  margin-bottom: 0;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
h6 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}
h6.heading-sub-title {
  color: #0ab1e8;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sub_title.heading {
  font-weight: 600;
  font-size: 22px;
}
.heading-des {
  max-width: 600px;
  margin: 0 auto;
}
.text-left .heading-des {
  max-width: 100%;
  margin: 0;
}
.heading-part {
  position: relative;
}
.title-line {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  display: inline-block;
}
.title-line:before,
.title-line:after {
  top: 50%;
  background: #0ab1e8;
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title-line:before {
  left: 0;
}
.title-line:after {
  right: 0;
}
.text-left .heading-sub-title.title-line {
  padding-left: 0;
}
.text-left .heading-sub-title.title-line:before {
  display: none;
}
.section_title span:after {
  background: #0ab1e8 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: -5px;
  width: 50px;
  z-index: 1;
}

/*------ Custom Headings Style Start ---------*/
.homepage h2.section_title {
  background: #0ab1e8;
  display: inline-block;
  font-size: 20px;
  padding: 7px 30px 7px 20px;
  color: #fff;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
}
/*------ Custom Headings Style End ---------*/

/**************************
    Button Style Start
***************************/
.btn,
button {
  background-color: transparent;
  padding: 14px 25px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
button:focus,
.btn:focus,
.btn.focus {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn.full {
  width: 100%;
  text-align: center;
}
.header .btn {
  padding: 12px 25px;
}
.btn.big-width {
  padding: 13px 30px;
}
.btn.big {
  padding: 18px;
}

.btn.small {
  padding: 8px 12px;
  font-weight: 400;
  font-size: 14px;
}
.btn svg {
  width: 18px;
  height: 17px;
  margin-left: 3px;
}
.btn i.fa.fa-lg {
  line-height: 8px;
}
.btn span ~ i.fa,
.btn i.fa ~ span {
  margin-left: 5px;
}

.btn-black {
  color: #fff;
  background: #222;
  border: none;
}
.btn-black:hover {
  color: #fff;
  background: #0ab1e8;
}
.btn-color {
  color: #fff;
  background: #0ab1e8;
  border: none;
}
.btn-color:hover {
  color: #fff;
  background: #0ab1e8;
}
.btn-white {
  color: #222;
  background: rgba(255, 255, 255, 1);
  border: none;
}
.btn-white:hover {
  color: #222;
  background: #0ab1e8;
}
.btn-transparent {
  color: #f22a59;
  background: transparent;
  border: none;
}
.btn-border {
  color: #3f3f3f;
  padding: 10px 15px;
  border: 1px solid #e1e1e1;
}
.btn-border:hover {
  border: 1px solid #0ab1e8;
  color: #0ab1e8;
}

/**************************
    Button Style End
***************************/

/**************************
    Form Style Start
***************************/
* {
  outline: none !important;
}
select {
  background: url(../images/select-icon.png) no-repeat scroll right 50%
    transparent !important;
  line-height: 18px;
  border: 1px solid #0ab1e8;
  padding: 0 25px 0 10px;
  height: 36px;
  width: 100%;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.select-selected {
  background-color: #0ab1e8;
}
.full select {
  width: 100%;
}
.form-group {
  margin-bottom: 30px;
}
.main-form textarea {
  max-width: 100%;
}
input,
.main-form input,
.main-form textarea,
.main-form select {
  background: transparent;
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
  height: auto;
  color: #ffffff !important;
  border: 1px solid #0ab1e8;
  min-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
input::placeholder,
.main-form input::placeholder,
.main-form textarea::placeholder,
.main-form select::placeholder {
  color: #0ab1e8;
}
.main-form textarea {
  padding-top: 5px;
}
.main-form input:focus,
.main-form textarea:focus,
.main-form select:focus {
  border: 1px solid #0ab1e8;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.check-box label {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
.check-box input,
.radio input.radio-button {
  display: none;
}
.checkout-section .check-box input[type="checkbox"] {
  margin: 5px 0 0;
  min-height: 1px;
  display: none;
}
.category-dropdown {
  border: none;
  position: absolute;
  left: 0;
  top: 0;
}
.category-dropdown select {
  border: none;
  height: 45px;
  width: 250px;
  padding: 7px 24px 7px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.select-dropdown fieldset {
  padding: 0;
  line-height: 0;
}
.select-dropdown .ui-state-default {
  border: none;
  background: rgba(0, 0, 0, 0) url(../images/select-icon.png) no-repeat scroll
    right 50% !important;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #687188;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.category-dropdown .ui-state-default {
  height: 40px;
}
.select-item .ui-state-default {
  margin-top: 2px;
  border: 1px solid #eeeeee;
  padding: 5px;
}
.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0;
  font-weight: 400;
}
.category-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
  margin-top: 10px;
  padding-left: 15px;
}
.input-box .ui-state-default {
  border: 1px solid #eeeeee;
  padding: 10px 15px;
  width: 100% !important;
}
.ui-selectmenu-menu {
  z-index: 10;
}
.ui-selectmenu-menu .ui-widget-content {
  background: #fff;
  border-top: 2px solid #0ab1e8;
  max-height: 350px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  background: none;
  font-family: "Poppins", sans-serif;
  color: #878787;
  font-size: 14px;
}
.ui-selectmenu-menu .ui-state-hover,
.ui-selectmenu-menu .ui-widget-content .ui-state-hover,
.ui-selectmenu-menu .ui-widget-header .ui-state-hover,
.ui-selectmenu-menu .ui-state-focus,
.ui-selectmenu-menu .ui-widget-content .ui-state-focus,
.ui-selectmenu-menu .ui-widget-header .ui-state-focus {
  color: #0ab1e8;
  font-weight: 400;
  background: #ebebeb;
}
.ui-selectmenu-menu .ui-menu .ui-state-focus,
.ui-selectmenu-menu .ui-menu .ui-state-active {
  margin: 0;
}
.ui-menu .ui-menu-item {
  padding: 5px 15px;
}

/* checkbox CSS Start */
label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 100%;
}
.checkbox + label,
.radio-button + label {
  cursor: pointer;
  line-height: 17px;
  padding-left: 20px;
  position: relative;
}
.checkbox:checked + label::before,
.radio-button:checked + label::before {
  background: #0ab1e8 none repeat scroll 0 0;
  border-color: #0ab1e8;
}
.checkbox + label::before,
.radio-button + label::before,
.checkbox + label::after {
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 15px;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox + label::before,
.radio-button + label::before {
  background: transparent;
  border: 1px solid #0ab1e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.radio-button + label::before {
  margin-top: 6px;
}
.checkbox:checked + label::after {
  background-image: url("../images/check-box-icon.png");
  background-repeat: no-repeat;
  margin-left: 2px;
  margin-top: 4px;
}
input.radio-button:checked + label::before {
  background-image: url("../images/radio-icon.png");
  background-position: -2px -2px;
  background-repeat: no-repeat;
}
.radio-button + label::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/**************************
    Form Style End
***************************/

/**************************
    Spacing Style Start
***************************/

/*----- float -----*/
.right-side {
  float: right;
}
.left-side {
  float: left;
}

/*----- Basic margin padding -----*/
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-30 {
  margin: 30px;
}
.mb-minus-30 {
  margin-bottom: -30px;
}

.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}

/*----- Page Section Spacing -----*/

/*----- Padding top-bottom -----*/
.ptb-10 {
  padding: 10px 0;
}
.ptb-20 {
  padding: 20px 0;
}
.ptb-30 {
  padding: 30px 0;
}
.ptb-60 {
  padding: 60px 0;
}
.ptb-100 {
  padding: 100px 0;
}

/*----- Padding left-right -----*/
.plr-15 {
  padding: 0 15px;
}
.plr-20 {
  padding: 0 20px;
}
.plr-30 {
  padding: 0 30px;
}

/*----- Padding top-----*/
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-100 {
  padding-top: 100px;
}

/*----- Padding left-----*/
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px !important;
}

/*----- Padding bottom-----*/
.pb-30 {
  padding-bottom: 30px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-100 {
  padding-bottom: 100px;
}

/*----- Padding right-----*/
.pr-30 {
  padding-right: 30px;
}

/*----- Margin top-bottom -----*/
.mtb-10 {
  margin: 10px 0;
}
.mtb-15 {
  margin: 15px 0;
}
.mtb-20 {
  margin: 20px 0;
}
.mtb-30 {
  margin: 30px 0;
}
.mtb-40 {
  margin: 40px 0;
}

/*----- Margin top -----*/
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}

/*----- Margin bottom -----*/
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb_-30 {
  margin-bottom: -30px;
}
.mb-40 {
  margin-bottom: 40px;
}

/*----- Margin right -----*/
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}

/**************************
    Spacing Style End
***************************/

/******************************************
    Custom row and col Style Start
*******************************************/

/*----- Custom row -----*/
.custom-row-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.custom-row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

/*----- Custom col -----*/
.custom-col-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.custom-col-10 {
  padding-left: 10px;
  padding-right: 10px;
}
/******************************************
    Custom row and col Style End
*******************************************/

/********************************
    back-to-top Arrow Start
*********************************/
.scroll-top {
  bottom: 10px;
  position: fixed;
  right: 10px;
  z-index: 2;
}
.scroll-top .scrollup {
  position: relative;
  background: #0ab1e8;
  display: none;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.scroll-top .scrollup::before {
  color: #fff;
  content: "";
  background: rgba(0, 0, 0, 0) url(../images/top-arrow.svg) no-repeat center
    center;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 14px;
  height: 14px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 900px) {
  .scroll-hemis {
    bottom: 45px;
    position: fixed;
    left: 10px;
    z-index: 2;
  }

  .scroll-moodle {
    bottom: 10px;
    position: fixed;
    left: 10px;
    z-index: 2;
  }

  .scroll-360 {
    bottom: 80px;
    position: fixed;
    left: 30px;
    z-index: 2;
  }
}

/******************************** 
    back-to-top Arrow End
*********************************/
.spinner {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.triple-spinner {
  display: block;
  position: relative;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid #0ab1e8;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.triple-spinner::before,
.triple-spinner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 4px solid transparent;
}
.triple-spinner::before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-top-color: #0ab1e8;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3.5s linear infinite;
}
.triple-spinner::after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top-color: #0ab1e8;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.75s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */
header#header {
  background: transparent;
  top: 0;
  width: 100%;
  border: none;
  z-index: 2;
  padding: 0;
  display: inline-block;
  position: fixed;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header-fixed#header {
  background: rgba(29, 14, 138, 0.9);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.navbar .container {
  display: block;
}
.navbar-header {
  float: none;
}
.navbar-header .navbar-brand {
  height: auto;
  padding: 0;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.navbar {
  margin-bottom: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}
.collapsing {
  display: inline-block;
}
/* Navigation Menu Style */

.navbar-collapse.menu-open {
  left: 0;
}
.nav > li {
  position: inherit;
  display: inline-block;
}
.navbar-nav > li {
  margin: 0 15px;
}
.navbar-nav > li:first-child {
  margin-left: 0;
}
.navbar-nav > li:last-child {
  margin-right: 0;
}
.navbar-nav > li > a {
  color: #ffffff;
  padding: 40px 0 30px 0;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header-fixed .navbar-nav > li > a {
  padding: 30px 0 30px 0;
}
.navbar-nav > li:hover > a {
  color: #0ab1e8;
}
#menu-main li a.active {
  color: #0ab1e8;
}
#menu-main > li > a span {
  position: relative;
}
.navbar-nav li.level:last-child a {
  padding-right: 0;
}
.navbar-collapse ul.nav > li > a:before {
  background: #0ab1e8;
  bottom: 20px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.navbar-collapse ul.nav > li > a:hover::before,
.navbar-collapse ul.nav > li > a.active::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
/*----- Megamenu Style -----*/
.megamenu {
  background: #1d0e8a;
  color: #a4a4a4;
  padding: 0;
  text-align: left;
  position: absolute;
  top: auto;
  margin-top: 15px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  left: auto;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.megamenu.full {
  left: 0;
}
.nav > li.level:hover .megamenu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.megamenu-inner-top {
  display: inline-block;
  width: 100%;
}
.megamenu .sub-menu-level1 li.level2 {
  min-width: 230px;
}
.megamenu .level2 > a {
  display: inline-block;
  margin-right: 0;
  color: #0ab1e8;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  max-width: 100%;
}
.megamenu .sub-menu-level2 li.level3 > a {
  color: #ffffff;
  display: inline-block;
  padding: 8px 20px;
  width: 100%;
  position: relative;
  /*text-transform: capitalize;*/
  border-bottom: 1px solid #2318b3;
}
.megamenu .sub-menu-level2 li.level3:last-child > a {
  border-bottom: none;
}
.megamenu .sub-menu-level2 li.level3 > a:hover {
  color: #0ab1e8;
  padding-left: 30px;
}
.megamenu .sub-menu-level2 li.level3 > a:before {
  content: "";
  background: #2318b3;
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.megamenu .sub-menu-level2 li.level3:hover > a::before {
  width: 5px;
}
.megamenu .sub-menu-level2 li.level3 > a span {
  float: left;
  font-size: 9px;
  margin-right: 9px;
  margin-top: -1px;
}
.megamenu-inner-top .col-md-10 {
  padding-right: 30px;
}
#menu-main .level3 {
  width: 100%;
}
/*----- Main-Header ------*/
.side-toggle {
  display: none;
}
.side-toggle .menu-back {
  position: absolute;
  left: 15px;
  top: 0;
  display: none;
}

/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
.home-banner {
  height: 100vh;
}
.banner-bg {
  background: linear-gradient(
    90deg,
    rgba(34, 39, 187, 1) 0%,
    rgba(33, 36, 158, 1) 40%,
    rgba(16, 16, 117, 1) 100%
  );
  padding: 150px 0 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.banner-bg::after {
  background: rgba(0, 0, 0, 0) url("../images/banner-bg.svg") no-repeat scroll
    left center;
  content: "";
  position: absolute;
  top: 0px;
  left: -400px;
  width: 900px;
  height: 900px;
  z-index: -1;
  opacity: 0.15;
  animation: rotation 50s linear infinite;
}
.banner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.banner-inner {
  height: 100%;
}
.banner-detail {
  top: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-detail .banner-detail-inner span.slogan {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #0ab1e8;
  font-weight: 500;
}
.banner-detail .banner-detail-inner .banner-title {
  color: #ffffff;
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
  margin: 0;
}
.banner-detail .banner-detail-inner .banner-title span {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}
.banner-detail-inner > p {
  margin-bottom: 30px;
  margin-top: 20px;
  color: #0ab1e8;
  max-width: 600px;
}
.banner-img {
  animation: MoveUpDown 2s linear infinite;
  position: relative;
}
@keyframes MoveUpDown {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: 10px;
  }
}

/*---------------- Background Animation Start ---------------*/
.bg-position {
  position: relative;
  overflow: hidden;
}
.background-shape svg {
  position: absolute;
  opacity: 0.3;
}
svg.shape_1 {
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
svg.shape_2 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
svg.shape_3 {
  top: 50px;
  right: -200px;
  animation: rotation 20s linear infinite;
}
svg.shape_4 {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
svg.shape_5 {
  top: -23%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
svg.shape_6 {
  left: -7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
svg.shape_7 {
  right: -9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rotation {
  -webkit-animation: rotation 30s linear infinite;
  animation: rotation 30s linear infinite;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bounce-1 {
  -webkit-animation: bounce-1 10s ease infinite;
  animation: bounce-1 10s ease infinite;
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

.draw-in {
  stroke-dasharray: 1000;
  stroke-dashoffset: 10;
  -webkit-animation: draw 15s ease-in-out alternate infinite;
  animation: draw 15s ease-in-out alternate infinite;
}

@-webkit-keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/*---------------- abackground Animation End ---------------*/

/*---------------- about-part Start ---------------*/
.about-section {
  background: none;
  height: auto;
  text-align: left;
}
.about-img img {
  max-width: 530px;
  max-height: 530px;
}
.about-section h2.main_title {
  padding-bottom: 0;
}
/*------------- about-part End -------------------*/

/*------------ Bread-crumb CSS Start -----------------*/
.bread-banner .shape_1 {
  width: 300px;
  bottom: -100px;
}
.bread-banner .shape_3 {
  width: 250px;
  height: 250px;
  right: -130px;
}
.bread-banner .bread-detail {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0 !important;
  width: 100%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.bread-crumb ul li {
  display: inline-block;
  color: #fff;
}
.bread-crumb ul li a {
  color: #fff;
}
.bread-crumb ul li a,
.bread-crumb ul li span {
  margin: 0 10px;
}
.bread-crumb ul li a:hover {
  color: #2084ff;
}
.bread-crumb ul li:first-child {
  padding-left: 0;
}
/*------------- Bread-crumb CSS End ---------------*/

/*------------- Best features Start ---------*/
.bg-pattern {
  background-image: url(../images/bg-pattern.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-pattern2 {
  background-image: url(../images/wave-pattern.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.features-box {
  position: relative;
  display: block;
  text-align: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.features-box .frontend,
.features-box .backend {
  z-index: 1;
  min-height: 150px;
  border-radius: inherit;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  -moz-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}
.features-box .frontend {
  background: #3e2bc5;
  padding: 30px;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.features-box:hover .frontend {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
}
.features-box .backend {
  background: #3e2bc5;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.features-box:hover .backend {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
}
.features-box .backend .features-details {
  padding-top: 0;
  display: table;
  height: 100%;
  -webkit-transform: translateZ(40px) scale(1);
  -moz-transform: translateZ(40px) scale(1);
  -o-transform: translateZ(40px) scale(1);
  transform: translateZ(40px) scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.features-box .backend .feature-des {
  color: #ffffff;
}
.features-box .features-icon {
  background: rgba(91, 111, 230, 0.2);

  /* height: 180px;
  width: 180px; */
  text-align: center;
  display: inline-block;
  line-height: 100px;
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}

.features-box .features-icon svg {
  width: 50px;
  height: 50px;
  fill: #0ab1e8;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.features-details {
  padding-top: 50px;
}
.backend .feature-des {
  display: table-cell;
  vertical-align: middle;
}
.feature-title {
  font-size: 22px;
  font-weight: 600;
}
.bottom-title-line {
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}
.bottom-title-line::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #0ab1e8;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*--------- Best features End --------*/

/*------- Token Sale CSS Start ---------*/
.blue-bg {
  background: #3320b6;
}
.token-info {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.token-table {
  padding: 30px;
}
.token-table .table {
  margin-bottom: 0;
}
td.table-head,
td.table-des {
  padding-left: 0;
  padding-right: 0;
}
.token-table .table tr:first-child td {
  padding-top: 0;
}
.token-table .table tr:last-child td {
  padding-bottom: 0;
}
.table-head {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.table-des {
  color: #0ab1e8;
}
.token-list-info {
  background: #2917a9;
  padding: 60px 30px 60px 100px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.token-list-info:before {
  background-color: #3320b6;
  bottom: 0;
  content: "";
  left: -20px;
  position: absolute;
  top: 0;
  width: 40px;
  -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  transform: skewX(-5deg);
}
.token-list-info .col-md-6:nth-child(-n + 2) .sale-info {
  margin-top: 0;
}
.sale-info {
  margin-top: 50px;
}
.sale-info h4 {
  font-weight: 500;
}
.sale-info p {
  margin-bottom: 0;
  font-weight: 500;
}
.sale-info span {
  color: #fff;
}
.chart-part {
  position: relative;
  z-index: 1;
}
.chart-logo {
  position: absolute;
  top: 50%;
  width: 100px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.chart-legend ul li {
  padding-bottom: 5px;
}
.chart-legend ul li:last-child {
  padding-bottom: 0;
}
.chart-legend .chart-label {
  color: #fff;
  padding-left: 30px;
  position: relative;
}
.chart-legend ul li .chart-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.chart-legend ul li .chart-label.color-1:before {
  background: #f3545d;
}
.chart-legend ul li .chart-label.color-2:before {
  background: #fdaf4b;
}
.chart-legend ul li .chart-label.color-3:before {
  background: #1d7af3;
}
.chart-legend ul li .chart-label.color-4:before {
  background: #34e4ef;
}
.chart-legend ul li .chart-label.color-5:before {
  background: #e80ae5;
}

/*------ Token Sale Counter Start ------*/
.item-offer-clock p {
  margin-bottom: 10px;
}
.item-offer-clock ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.item-offer-clock ul li {
  color: #ffffff;
  display: inline-block;
  list-style: outside none none;
  vertical-align: top;
}
.item-offer-clock ul li.seperator {
  font-size: 22px;
  line-height: 75px;
  font-weight: 600;
  padding: 0 8px;
}
.item-offer-clock ul li span,
.item-offer-clock ul li p {
  color: #ffffff;
  display: block;
  line-height: 1;
}
.item-offer-clock ul li span {
  background: #3320b6;
  font-size: 32px;
  font-weight: 600;
  height: 75px;
  line-height: 75px;
  margin-bottom: 10px;
  text-align: center;
  width: 75px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.item-offer-clock ul li p {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
}
/*------ Token Sale Counter End------*/
/*----- progress bar ------*/
.progress-info {
  color: #ffffff;
  max-width: 500px;
  margin: 0 auto;
}
.progress-detail {
  margin-bottom: 5px;
}
.progress {
  height: 18px;
  background: #3320b6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.progress-bar {
  background: #0ab1e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/*----- progress bar ------*/

.shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shape li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(51, 32, 182, 0.6);
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.shape li:nth-child(1) {
  left: 5%;
  width: 150px;
  height: 150px;
  animation-delay: 3s;
  animation-duration: 20s;
}
.shape li:nth-child(2) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
  animation-duration: 10s;
}
.shape li:nth-child(3) {
  left: 10%;
  width: 30px;
  height: 30px;
  animation-delay: 2s;
  animation-duration: 20s;
}
.shape li:nth-child(4) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.shape li:nth-child(5) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 12s;
}
.shape li:nth-child(6) {
  left: 65%;
  width: 40px;
  height: 40px;
  animation-delay: 0s;
}
.shape li:nth-child(7) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.shape li:nth-child(8) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 5s;
}
.shape li:nth-child(9) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 35s;
}
.shape li:nth-child(10) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 25s;
}
.shape li:nth-child(11) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 20s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-2000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

/*---------- Token Sale CSS End -------------*/

/*--------- Roadmap-part start ------------*/
.main-roadmap {
  overflow: hidden;
}
.main-roadmap .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.h-border {
  margin-top: 70px;
  border-bottom: 2px dashed #0ab1e8;
}
.roadmap-box {
  text-align: center;
  position: relative;
  margin-top: -10px;
}
.small-round {
  width: 18px;
  height: 18px;
  border: 2px solid #0ab1e8;
  border-radius: 100%;
  position: relative;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.small-round span {
  background: #0ab1e8;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.roadmap-slider .main-box .map-graphic {
  overflow: hidden;
}
.map-graphic {
  overflow: hidden;
}
.v-row {
  border-left: 2px dashed #0ab1e8;
  height: 96px;
  position: relative;
  left: 50%;
  margin-left: -1px;
}
.v-row::before {
  content: "";
  background: #0ab1e8;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: -6px;
}
.roadmap-slider .item {
  padding: 0 15px;
}
.roadmap-detail-box {
  max-width: 260px;
  margin: 0 auto;
  padding-top: 30px;
  width: 100%;
}
.roadmap-title {
  font-weight: 500;
}
.roadmap-title.bottom-title-line {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.roadmap-title.bottom-title-line::after {
  width: 30px;
}
.date-title {
  position: absolute;
  bottom: 100%;
  width: 100%;
  padding-bottom: 30px;
}
.date-title span {
  padding: 8px 20px;
  border-radius: 25px;
  background: #0ab1e8;
  color: #fff;
}
/*--------- Roadmap-part End ------------*/

/*------------ Mobile App start --------------*/
/* app slider section start */
.app-screen-main {
  max-width: 330px;
  margin: 20px auto 20px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.app-screen-main .app-screen {
  border-radius: 30px;
  overflow: hidden;
}
.device {
  position: absolute;
  top: -30px;
  left: -29px;
  width: 340px;
  z-index: 2;
}
.app-feature-box {
  max-width: 410px;
  text-align: center;
  margin: 0 auto;
  height: 100%;
}
/* app slider section end */
.app-box-bg {
  background: rgba(0, 0, 0, 0) url("../images/app-bg.svg") no-repeat scroll
    center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.15;
  animation: ripple 5s infinite;
}
@keyframes ripple {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}
.download-app-box {
  margin-bottom: 50px;
}
.download-app-box .app-icon {
  background: rgba(91, 111, 230, 0.2);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  float: left;
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}
.download-app-box .app-icon svg {
  width: 40px;
  height: 40px;
  fill: #0ab1e8;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.download-app-details {
  margin-left: 110px;
}
.download-app-title {
  font-size: 22px;
  font-weight: 500;
}
/*------------- Mobile App End ----------------*/

/*----------- Our Team CSS Start -------------*/
.team-slider .owl-carousel .owl-stage-outer {
  padding: 15px 0;
  margin: -15px 0;
}
.team-item {
  background: #3e2bc5;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.team-item:before {
  background: #1f0e9c;
  content: "";
  position: absolute;
  left: 50%;
  top: -100px;
  z-index: 0;
  height: 220px;
  width: 400px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.team-slider .item {
  padding-left: 15px;
  padding-right: 15px;
}
.team-box {
  padding: 50px 30px 30px 30px;
}
.team-slider,
.listing-effect {
  position: relative;
  z-index: 0;
}
.team-item .listing-effect {
  overflow: hidden;
}
.listing-effect img {
  border: 5px solid #1f0e9c;
  /* -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; */
}
.team-item-detail {
  margin-top: 30px;
}
.team-item .team-info {
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.team-item .team-info::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #0ab1e8;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.team-info .team-title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 600;
}
.sub-title {
  color: #0ab1e8;
}
.social_icon ul li {
  display: inline-block;
  margin: 0 10px;
}
.social_icon ul li:first-child {
  margin-left: 0;
}
.social_icon ul li:last-child {
  margin-right: 0;
}
.social_icon ul li a i {
  font-size: 16px;
  color: #0ab1e8;
}
.social_icon ul li a i:hover {
  color: #ffffff;
}

.cube {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: solid 1px rgba(51, 32, 182, 0.6);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
  animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 25%;
  top: 14%;
}
.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: 75%;
  top: 14%;
}
.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  left: 50%;
  top: 5%;
}
.cube:nth-child(5) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 5%;
  top: 50%;
}
.cube:nth-child(6) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: auto;
  right: 5%;
  top: 70%;
}
.cube:nth-child(7) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  left: 50%;
  bottom: 45%;
  top: auto;
}
.cube:nth-child(8) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 10%;
  bottom: 15%;
  top: auto;
}
.cube:nth-child(9) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: auto;
  right: 10%;
  bottom: 10%;
  top: auto;
}

.cube:nth-child(10) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: auto;
  right: 50%;
  bottom: 3%;
  top: auto;
}
@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
/*--------------- Our Team CSS End ---------------*/

/*--------------- Blog CSS Start -------------------*/
#blog .item {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-media {
  overflow: hidden;
  background: #1b2839;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.blog-item .blog-media img {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.blog-item:hover .blog-media img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-detail {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to bottom,
      rgba(90, 90, 90, 0) 0%,
      rgba(0, 0, 0, 0.6) 30%,
      rgba(0, 0, 0, 0.9) 100%
    )
    repeat scroll 0 0;
  padding: 40px 30px 30px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.blog-title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.blog-title > a {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.blog-detail > span {
  color: #1b2839;
  font-style: italic;
  position: relative;
}
.blog-listing .blog-dec {
  max-height: 70px;
  overflow: hidden;
}
.homepage .blog-detail > span:after {
  background-color: #0ab1e8;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 60px;
}
.blog-item:hover a.read {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-item a.read {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  border: 2px solid #fff;
  color: #ffffff;
  height: 45px;
  width: 45px;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.blog-item a.read:hover {
  color: #1d7af3;
  border: 2px solid #1d7af3;
}
.post-date {
  line-height: 14px;
}
.blog-detail > h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.blog-detail .post-info ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-detail .post-info ul li .post-date {
  color: #0ab1e8;
}
.blog-detail .post-info ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-detail .post-info ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  right: 0;
  top: 0;
}
.blog-detail .post-info ul li:last-child:after {
  display: none;
}
.blog-detail .post-info ul li a {
  color: #ffffff;
}
.post-info ul li svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}
.post-info ul li .post-date svg {
  fill: #0ab1e8;
}
.blog-item img {
  width: 100%;
}
.blog-item .blog-effect:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.blog-item .blog-effect:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.blog-item:hover .blog-effect:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.blog-item:hover .blog-effect:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.blog-item .blog-effect:before,
.blog-item .blog-effect:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*---------------- Blog CSS End --------------*/

/*---------------- Blog Page CSS Start --------------*/
.blog-listing .blog-detail {
  position: relative;
  background: none;
  padding: 0;
  margin-top: 20px;
}
.blog-listing .blog-detail .post-info {
  margin-bottom: 15px;
}
.blog-dec {
  color: #ffffff;
}
.blog-detail .read-more {
  color: #0ab1e8;
}
.blog-detail .read-more:hover {
  color: #ffffff;
}
.read-more i {
  font-size: 12px;
}
.blog-item a.read {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.blog-item:hover a.read {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*---------------- Blog Page CSS End --------------*/

/*---------------- Single Blog Page CSS Start --------------*/
.single-blog-detail .blog-title {
  font-size: 28px;
}
.blog_content p {
  color: #ffffff;
  font-size: 16px;
  text-indent: 25px;
  text-align: justify;
}
.quote {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.blockquote {
  position: relative;
  font-size: 16px;
  z-index: 0;
}
.blockquote::before {
  content: "\f10e";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #1f0e9c;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80px;
  line-height: normal;
  pointer-events: none;
  z-index: -1;
}
.blockquote-footer {
  font-size: 16px;
  color: #0ab1e8;
}
.blog_post_footer ul.social-icon li {
  padding: 0 4px;
}
.blog_post_footer ul.social-icon li:first-child {
  padding-left: 0;
}
.blog_post_footer ul.social-icon li:last-child {
  padding-right: 0;
}
.single-post-nav {
  position: relative;
}
.single-post-nav::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #2318b3;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* --------------- Comment CSS START ------------------ */
.comment-list > li {
  padding-top: 20px;
  border-top: 1px solid #2318b3;
}
.comments-area > .comment-list > li:first-child {
  border: none;
  padding-top: 0;
}
.comment-detail {
  display: flex;
}
.comment-user img {
  border-radius: 50%;
}
.comment-info {
  margin-left: 20px;
}
.comment-detail .user-name {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}
ul.child-comment {
  margin-left: 63px;
}
.comment-detail .post-info ul {
  display: inline-flex;
}
.comment-detail .post-info ul li {
  float: left;
  margin-right: 15px;
  font-size: 14px;
  padding: 0;
}
.comment-detail a .fa {
  margin-right: 5px;
}
.show-comment .progress {
  width: 160px;
  height: 5px;
}
.show-num {
  margin-right: 10px;
}
.like-dislike .like a {
  margin-right: 10px;
  border-right: 1px solid #2318b3;
  padding-right: 10px;
}
.like-dislike a:hover {
  color: #000;
}
.like-dislike a .fa {
  font-size: 18px;
}
.like a .fa {
  color: #16c995;
}
.dislike a .fa {
  color: #f74f78;
}
.comment-user .rating-summary-block {
  margin-bottom: 0;
}
/* --------------- Comment CSS End ------------------ */

/*---------------- Single Blog Page CSS End --------------*/

/*----- Pagination CSS Start -----*/
.pagination-bar ul li {
  float: left;
  margin: 0 2px;
  font-size: 20px;
}
.pagination-bar ul li a {
  height: 37px;
  width: 37px;
  display: inline-block;
  line-height: 37px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pagination-bar ul li.active a,
.pagination-bar ul li:hover a {
  background: #0ab1e8;
  color: #fff !important;
}

.select-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
/*----- pagination CSS End -----*/

/*---------- Slider icon Start ------------*/
.owl-nav button span {
  display: none;
}
.team-slider .owl-prev,
.team-slider .owl-next,
.blog .owl-prev,
.blog .owl-next {
  background: url("../images/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  position: absolute;
  height: 30px;
  width: 20px;
  text-align: center;
  opacity: 1;
  top: 50%;
  padding: 4px 15px;
  font-size: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.owl-nav .owl-prev {
  left: -50px;
}
.owl-nav .owl-next {
  right: -50px;
}
.team-slider .owl-next,
.blog .owl-next {
  background-position: -113px -140px !important;
}
.team-slider .owl-next:hover,
.blog .owl-next:hover {
  background-position: -113px -206px !important;
}
.team-slider .owl-prev,
.blog .owl-prev {
  background-position: -114px -12px !important;
}
.team-slider .owl-prev:hover,
.blog .owl-prev:hover {
  background-position: -114px -77px !important;
}
.owl-prev.disabled,
.owl-prev.disabled:hover {
  background-position: -114px -12px !important;
  opacity: 0.5;
  cursor: default;
}
.owl-next.disabled,
.owl-next.disabled:hover {
  background-position: -113px -140px !important;
  opacity: 0.5;
  cursor: default;
}
/*--------- Slider icon End -----------*/

/*------------ FAQ css Strat ------------*/

/*----- Tab CSS Start ---*/
#tabs {
  text-align: center;
}
.nav-tabs {
  display: inline-block;
  border-bottom: none;
}
.nav-tabs > li {
  padding: 0px 10px !important;
}
.faq-part .nav > li > a {
  background: #3e2bc5;
  color: #ffffff;
  display: block;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.nav-tabs > li > a.selected,
.nav-tabs > li > a.selected:hover,
.nav-tabs > li > a.selected:focus {
  background: #ffffff;
  color: #3e2bc5 !important;
}
#items [class*="items-"] {
  display: none;
}
#items [class*="items-"].selected {
  display: block;
}
/* Tab CSS End */
/*---------- Accordion CSS Start ---------*/
.tab_content {
  margin-bottom: -20px;
}
.accordion .card {
  background: #3e2bc5;
  margin-bottom: 20px;
  border-bottom: none;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}
.card-title {
  font-weight: 500;
}
.card-header {
  background: none;
  border: none;
  padding: 0;
}
.card-body.card-bg {
  padding: 15px 30px 30px;
}
.card-body .pro-dec:last-child {
  padding-bottom: 0;
}
.accordion .card-header::after {
  content: "";
  opacity: 0.75;
  font-size: 14px;
  background: rgba(0, 0, 0, 0) url(../images/minus.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}
.accordion .card-header.collapsed:after {
  background: rgba(0, 0, 0, 0) url(../images/plus.svg) no-repeat center center;
  opacity: 0.75;
}
.accordion .card-header:hover:after,
.accordion .card-header.collapsed:hover:after {
  opacity: 1;
}
.accordion .card-header {
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}
.pro-dec {
  padding: 5px 0;
}
.product-info {
  width: 170px;
  font-weight: 500;
}
.product-info,
.pro-value {
  display: table-cell;
}
/*------- Accordion CSS End -------------*/

/*------------- FAQ css end ---------------*/

/*---------- pagination CSS Start -----------*/
.owl-dots {
  display: inline-block;
  margin-top: 20px;
}
.owl-carousel button.owl-dot {
  float: left;
  margin: 0 3px;
  border: 2px solid #0ab1e8;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.owl-carousel button.owl-dot > span {
  background: #fff;
  display: block;
}
.owl-carousel button.owl-dot.active > span,
.owl-carousel button.owl-dot:hover > span {
  background: #0ab1e8 none repeat scroll 0 0;
  border: 2px solid #ffffff;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-carousel button.owl-dot > span {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
#sidebar-product .owl-dots,
#blog .owl-dots {
  top: -10px;
  right: 0;
  height: 20px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
/*----------- pagination CSS End ---------------*/

/*---------------- Contact CSS Start ------------*/
.main-form-detail {
  background: rgba(91, 111, 230, 0.2);
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}
.contact-img {
  position: relative;
}
.contact-img::before {
  content: "";
  position: absolute;
  background: #3320b6;
  top: -13%;
  right: 17%;
  width: 170px;
  height: 170px;
  opacity: 0.7;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: ripple 5s infinite;
  animation: ripple 5s infinite;
}
/*--------------- Contact CSS End -------------*/

/*--------- Sidebar CSS Start -------------*/
.search-box {
  position: relative;
}
.search-box input.input-text {
  background: transparent;
  border: 1px solid #0ab1e8;
  width: 100%;
  height: 40px;
  padding: 6px 6px 6px 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.search-box button.search-btn {
  background: url("../images/sprite.png") no-repeat scroll -8px -132px #0ab1e8;
  border: none;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.sidebar-title {
  margin-bottom: 20px;
  position: relative;
}
.sidebar-block .sidebar-box {
  position: relative;
}
.sidebar-title h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.listing-box ul li {
  border-bottom: 1px solid #2318b3;
  padding: 10px 0 10px 0;
}
.listing-box ul li:first-child {
  padding-top: 0;
}
.listing-box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.listing-box ul li a {
  padding-left: 20px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  position: relative;
}
.listing-box ul li a:hover {
  color: #0ab1e8;
}
.listing-box ul li a::after {
  content: "";
  background: rgba(0, 0, 0, 0) url(../images/right-arrow.svg) no-repeat center
    center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.listing-box ul li a span {
  float: right;
}
ul.tagcloud {
  margin-bottom: -10px;
}
ul.tagcloud li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
ul.tagcloud li a {
  border: 1px solid #0ab1e8;
  display: inline-block;
  padding: 6px 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
ul.tagcloud li a:hover {
  border-color: #0ab1e8;
  background: #0ab1e8;
}
.sidebar-contant .thumb-box figure {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 108px 1fr;
  align-items: center;
  margin: 0 0 20px 0;
}
.sidebar-contant .thumb-box:last-child figure {
  margin-bottom: 0;
}
.media-img a img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.thumb-detail-info {
  color: #ffffff;
  width: 200px;
}
.sidebar-contant .thumb-box .thumb-detail-info a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidebar-contant .thumb-box:hover .thumb-detail-info a {
  color: #0ab1e8;
}
.inner-title {
  color: #1b2839;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}
.sidebar-item ul li {
  display: inline-flex;
  padding: 7px 0px;
}
.sidebar-item ul li:first-child {
  padding-top: 0;
}
.sidebar-item .pro-media {
  padding: 0 15px 0 0;
}
.sidebar-item-wide .pro-media {
  width: 110px;
}
.pro-detail-info .rating-summary-block {
  padding: 0;
}
.sidebar-item .cart-link button {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.sidebar-item .cart-link button:hover {
  color: #ff3030;
}
/*------------ Sidebar CSS END ------------*/

/*---------------- About Page Start ---------------*/
/*-------- video icon---------*/
.about-part-2 .image-part {
  position: relative;
}
.video-bg a.popup-youtube {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.popup-youtube span {
  display: block;
  position: relative;
  z-index: 3;
  width: 40px;
  height: 40px;
  background: url("../images/play-button.svg") no-repeat center center;
  margin-right: 0;
}
.popup-youtube:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  display: block;
  width: 80px;
  height: 80px;
  background: #0ab1e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.popup-youtube:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(10, 177, 232, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.popup-youtube:hover:after {
  background: #0ab1e8;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*-------- video icon End ---------*/
/*---------------- About Page Start ---------------*/

/*----------- Why Choose Css Start -----------*/
.why-choose-img {
  animation: MoveUpDown 2s linear infinite;
  position: relative;
}
/*----------- Why Choose Css End -----------*/

/*-------- Login Register Css Style ----------- */
.form-bg {
  background: #2b21ab;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.main-form .control-label {
  margin-bottom: 0;
  margin-top: 8px;
  text-align: right;
}
.input-box {
  position: relative;
}
.input-box .input-icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  text-align: center;
  border-right: 1px solid #0ab1e8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input-box .input-icon.icon-eye {
  right: 0;
  left: auto;
  top: 50%;
  border-right: none;
  padding-right: 0;
}
.login-form .main-form input {
  padding-left: 50px;
}
.form-section .checkbox + label::before {
  margin-top: 0;
}
.form-section .checkbox:checked + label::after {
  margin-top: 2px;
}
.forgot-password {
  font-weight: 500;
  display: inline-block;
}
.different-login {
  position: relative;
}
.different-login span {
  background: #2b21ab;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}
.different-login::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #1e0fe3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.another-login ul li {
  display: inline-block;
}
.another-login .btn {
  color: #ffffff;
}
.btn-facebook {
  background: #1d0e8a;
}
.btn-google {
  background: #d55344;
}
/*-------- Login Register Css Style End -------- */

/*---------- Contact Page CSS Start ----------*/
.contact-map iframe {
  min-height: 450px;
  width: 100%;
}
.contact-box .card {
  background: #3e2bc5;
}
.contact-title {
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.contact-title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #0ab1e8;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact-box .contact-icon {
  background: rgba(91, 111, 230, 0.2);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}
.contact-box .contact-icon svg {
  width: 40px;
  height: 40px;
  fill: #0ab1e8;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
/*--------------- Contact Page CSS End ---------------*/

/*---------- Coming-soon Page CSS Start ----------*/
.coming-soon-block {
  overflow-y: scroll;
}
.wrapper {
  min-height: 100vh;
  position: relative;
  top: 0;
  height: 100vh;
}
.main-panel {
  height: 100vh;
}
.content {
  height: 100%;
  min-height: 100%;
}
.coming-slogan {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 30px;
}
.title-bg {
  padding: 30px;
  position: relative;
  margin-bottom: 50px;
  z-index: 0;
}
.title-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1d0e8a;
  position: absolute;
  z-index: -1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.coming-soon-title {
  background: #3320b6;
  padding: 50px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.coming-soon-title h1 {
  margin-bottom: 0;
  font-size: 70px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
.coming-soon-title h1 span {
  margin-bottom: 0;
  font-size: 50px;
  color: #0ab1e8;
  font-weight: 600;
}
/*---------- Coming-soon Page CSS End ----------*/

/***** 404 Page CSS Start ******/
.error-block-detail {
  text-align: center;
}
.error-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.error-slogan {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 30px;
}
.error-block-detail .social_icon {
  margin-bottom: 20px;
}
.error-block-detail ul.social-icon li {
  padding: 0 5px;
}
.big-btn a {
  display: inline-block;
  color: #292b2c;
  background: #dcbd71;
  padding: 20px 50px;
  font-size: 14px;
}
.big-btn a:hover {
  background: #fff;
}
.error-block-main {
  position: relative;
}
.error-block-main .bottom-shadow {
  bottom: -6px;
  right: 0;
}
.bottom-shadow {
  position: absolute;
  width: 100%;
}
/***** 404 Page CSS End ******/

/*---------- News Letter CSS Start ---------*/
.newsletter-bg {
  position: relative;
}
.newsletter-bg::before {
  content: "";
  position: absolute;
  background: #1f0e9c;
  top: 0;
  height: 50%;
  width: 100%;
  z-index: 0;
}
.footer .newsletter {
  position: relative;
  background: #2b21ab;
  padding: 50px 0;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.newsletter-title .sub-title {
  font-size: 18px;
}
.newsletter-inner span {
  display: inline-block;
  margin-bottom: 60px;
}
.newsletter-inner p {
  margin-bottom: 35px;
}
.newsletter-box {
  position: relative;
}
.newsletter-box {
  padding-right: 155px;
}
.newsletter .newsletter-inner form button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px 20px;
}
.newsletter-inner input {
  background: none;
  color: #ffffff;
  border: 1px solid #0ab1e8;
  padding: 7px 0 8px 10px;
  height: 40px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.newsletter-inner input::placeholder,
.newsletter-inner input:focus {
  color: #0ab1e8;
}
.newsletter-title .main_title {
  color: #ffffff;
  font-size: 32px;
}
/*--------- News Letter CSS End -----------*/

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/
.footer {
  font-size: 15px;
  position: relative;
  z-index: 0;
}
.footer:after {
  content: "";
  position: absolute;
  background: url("../images/footer-bg.png") no-repeat center center;
  bottom: -32%;
  width: 100%;
  height: 100%;
  left: 50%;
  opacity: 0.5;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer a {
  color: #0ab1e8;
}
.footer a:hover {
  color: #ffffff;
}
.footer-middle {
  padding: 60px 0;
}
.footer-block-contant p {
  margin-bottom: 0;
}
.footer-bottom h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.footer-top p {
  color: #a4a4a4;
  line-height: 20px;
  margin-bottom: 0;
  margin-left: 240px;
}
.footer .social-icon {
  margin-top: 30px;
}
.footer-static-block ul.social-icon li {
  padding: 0 2px 0 2px;
  display: inline-block;
}
ul.social-icon li {
  display: inline-block;
}
ul.social-icon li i {
  background: #2b21ab;
  color: #0ab1e8;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
ul.social-icon li i:hover {
  background-color: #ffffff;
  color: #3e2bc5;
}
.footer-static-block ul.social-icon li:first-child {
  padding-left: 0;
}
.footer-static-block ul.social-icon li:last-child {
  padding-right: 0;
}
.footer-static-block .title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
}
.footer-static-block ul.address-footer li {
  padding: 17px 0;
}
.footer-static-block ul li {
  padding: 9px 0;
}
.footer-static-block ul li:first-child {
  padding-top: 0;
}
.footer-static-block ul li:last-child {
  padding-bottom: 0;
}
.footer hr {
  border-top: 1px solid #2318b3;
}
.location-box h4,
.info-list h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .btn-bg-none {
  color: #202833;
  padding: 0;
  margin-top: 40px;
}
.address-icon svg {
  width: 16px;
  fill: #ffffff;
  float: left;
  margin-top: 7px;
}
.address-icon.icon1 svg {
  width: 20px;
}
.address-footer p {
  margin-left: 30px;
}
.footer-static-block .info-list li {
  padding: 7px 0;
}
.info-list h4 {
  margin-bottom: 5px;
}
.info-list p {
  margin-bottom: 5px;
}
.footer-static-block ul li:last-child p {
  margin-bottom: 0;
}
.footer-static-block li a:hover span {
  color: #0ab1e8;
}
.footer-static-block .field {
  margin-bottom: 5px;
}
.footer-static-block input,
.footer-static-block textarea {
  background-color: transparent;
  border: 1px solid #444;
  width: 100% !important;
  padding: 5px;
}
.copy-right-bg {
  padding: 30px 0;
}
.copy-right a {
  color: #ffffff;
}
.copy-right a:hover {
  color: #0ab1e8;
}
.til-bayroq {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 5px;
}
.bosh-sahifa-fakultet {
  box-shadow: 5px 10px 15px 5px #1d0e8a;
}

.ijtimoiy-tarmoq {
  font-size: 40px;
}
.koproq-kichik {
  padding: 4px 10px;
  font-size: 12px;
}
.xarita-yandex {
  width: 100%;
  border-radius: 25px;
}
/*--------- Footer CSS End -----------*/
.blog_content ol li {
  color: #ffffff !important;
  font-size: 16px !important;
  text-align: justify !important;
}
.blog_content {
  color: #ffffff !important;
  font-size: 16px !important;
  text-align: justify !important;
}
