/*
Author       : Dreamguys
Template Name: Crms - Bootstrap Html Template
Version      : 1.0
*/

/*============================
 [Table of CSS]

1. General
2. Bootstrap Classes
3. Avatar
4. Nav Tabs
5. Table
6. Loader
7. Header
8. Mobile Menu
9. Top-Header
10. Banner
11. Live Demos
12. Multiple-Template
13. Core features
14. Template Features
15. Optimized
16. Admin Modules
17. Counter Sec
18. Compatibility
19. Review
20. Pricing
21. Complete Solution
22. Faq
23. Footer
24. Cursor
25. Responsive
========================================*/

/*-----------------
    1. General
-----------------------*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap");

body {
  background-color: #ffffff;
  color: #6f6f6f;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  height: 100%;
  overflow-x: hidden;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #262a2a;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {
  color: #1c0828;
  text-decoration: none;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
a:hover,
a:focus {
  color: #4a00e5;
  text-decoration: none;
  outline: none;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
button:focus {
  outline: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-wrapper {
  overflow: hidden;
}

/*-----------------
    2. Bootstrap Classes
-----------------------*/

.btn.focus,
.btn:focus {
  box-shadow: none;
}
.btn.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #1c0828;
  box-shadow: inset 0 0 0 #4a00e5;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn.btn-white:hover {
  background-color: #262a2a;
  border: 1px solid #fff;
  box-shadow: inset 0 70px 0 #262a2a;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-primary {
  background: #4a00e5;
  border-radius: 8px;
  border: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  padding: 12px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:hover {
  background: #262a2a;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: #262a2a;
  border: 0;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #4a00e5;
  border: 0;
  box-shadow: inset 0 70px 0 0 #4a00e5;
  color: #fff !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: #4a00e5;
  border: 0;
  box-shadow: inset 70px 0 0 0 #4a00e5;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #262a2a;
  border: 0;
  box-shadow: inset 70px 0 0 0 #262a2a;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-outline-primary {
  background-color: #fff;
  border: 1px solid #4a00e5;
  color: #4a00e5;
  box-shadow: inset 0 0 0 #fff;
  border-radius: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active,
.btn-outline-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: #4a00e5;
  border: 1px solid #4a00e5;
  box-shadow: inset 0 70px 0 0 #4a00e5;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.focus:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open > .dropdown-toggle.btn-outline-primary.focus,
.open > .dropdown-toggle.btn-outline-primary:focus,
.open > .dropdown-toggle.btn-outline-primary:hover {
  background-color: #4a00e5;
  border: 1px solid #4a00e5;
  box-shadow: inset 0 70px 0 0 #4a00e5;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-secondary {
  background: #262a2a;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 20px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active,
.open > .dropdown-toggle.btn-secondary {
  background: #4a00e5;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary:hover {
  background-color: #fff;
  border: 0;
  color: #1c0828;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  background-color: #1c0828;
  border-color: #1c0828;
  color: #fff;
}
.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #1c0828;
  border-color: #1c0828;
  color: #fff;
}
.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  background-color: #262a2a;
  border-color: #262a2a;
  color: #fff;
}
.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #262a2a;
  border-color: #262a2a;
  color: #fff;
}
.btn-secondary-outline {
  background: #262a2a;
  border: 1px solid #262a2a;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-secondary-outline:hover {
  background-color: #262a2a;
  border: 1px solid #262a2a;
  box-shadow: inset 0 70px 0 0 #262a2a;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.form-group {
  margin-bottom: 1rem;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-control {
  border-color: #dcdcdc;
  color: #28283c;
  min-height: 42px;
  padding: 6px 15px;
  border-radius: 5px;
}
.form-control:focus {
  border-color: #bbb;
  box-shadow: none;
  outline: 0 none;
}
.card {
  background: #fff;
  border: 2px solid #ebedf0;
  border-radius: 6px;
  margin-bottom: 24px;
}
.card .card-body {
  padding: 20px;
}

/*-----------------
	3. Avatar
-----------------------*/

.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar-title {
  width: 100%;
  height: 100%;
  background-color: #20c0f3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #fff;
}
.avatar-online::before {
  background-color: #0c9e6f;
}
.avatar-away::before {
  background-color: #ffbc34;
}
.avatar .border {
  border-width: 3px !important;
}
.avatar .rounded {
  border-radius: 6px !important;
}
.avatar .avatar-title {
  font-size: 18px;
}
.avatar-xs {
  width: 29px;
  height: 29px;
}
.avatar-xs .border {
  border-width: 2px !important;
}
.avatar-xs .rounded {
  border-radius: 4px !important;
}
.avatar-xs .avatar-title {
  font-size: 13px;
}
.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
  border-width: 1px;
}
.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}
.avatar-sm .border {
  border-width: 3px !important;
}
.avatar-sm .rounded {
  border-radius: 4px !important;
}
.avatar-sm .avatar-title {
  font-size: 15px;
}
.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
  border-width: 2px;
}
.avatar-lg {
  width: 3.75rem;
  height: 3.75rem;
}
.avatar-lg .border {
  border-width: 3px !important;
}
.avatar-lg .rounded {
  border-radius: 8px !important;
}
.avatar-lg .avatar-title {
  font-size: 24px;
}
.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
  border-width: 3px;
}
textarea {
  resize: none;
}

/*-----------------
	4. Nav Tabs
-----------------------*/

.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}
.nav-tabs > li > a {
  margin-right: 0;
  color: #888;
  border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: transparent;
  color: #272b41;
}
.nav-tabs.nav-tabs-solid > li > a {
  color: #272b41;
}
.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
  background-color: #4a00e5;
  border-color: #4a00e5;
  color: #fff;
}
.tab-content {
  padding-top: 0;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background-color: #eee;
  border-color: transparent;
  color: #272b41;
}
.nav-link:focus,
.nav-link:hover {
  color: #4a00e5;
}
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  border-bottom-color: #ddd;
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
  color: #272b41;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
  background-color: #4a00e5;
  border-color: #4a00e5;
  color: #fff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
  border-radius: 50px;
}
.nav-tabs-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
  border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs.nav-justified.nav-tabs-top {
  border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
  border-top-color: #ddd;
}
.nav-tabs.nav-tabs-top > li + li > a {
  margin-left: 1px;
}
.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
  border-top-color: #4a00e5;
}
.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
  border-bottom-width: 2px;
  border-color: transparent;
  border-bottom-color: #4a00e5;
  background-color: transparent;
  transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
}
.nav-tabs.nav-tabs-solid {
  background-color: #fafafa;
  border: 0;
}
.nav-tabs.nav-tabs-solid > li {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
  background-color: #dcdcdc;
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
  background-color: #dcdcdc;
  border-color: transparent;
}
.nav-tabs-justified.nav-tabs-top {
  border-bottom: 1px solid #ddd;
}
.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0 0;
}

/*-----------------
    5. Table
-----------------------*/

.table tbody td,
.table th,
.table tr {
  padding: 15px;
  font-size: 15px;
  border-color: #dcdcdc;
  color: #74788d;
}
.table td,
.table th {
  vertical-align: middle;
  white-space: nowrap;
}
.table > :not(:first-child) {
  border-top: 0;
}
table.table td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
table.table td h2.table-avatar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
table.table td h2 a {
  font-weight: 500;
  font-size: 15px;
  color: #28283c;
}
table.table td h2 a:hover {
  color: #4a00e5;
}
table.table td h2 span {
  color: #74788d;
  display: block;
  font-size: 13px;
  margin-top: 7px;
  font-weight: normal;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
}
.dataTables_paginate .pagination .previous,
.dataTables_paginate .pagination .next {
  display: none;
}

/*-----------------
    6. loader
-----------------------*/
/*-----------------
	Loader
-----------------------*/
.main-wrapper {
  overflow: hidden;
}
#loader-wrapper {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#loader {
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 64px;
  margin: 100px auto 0;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
  left: 3em;
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  background: #fe7096;
}
.loader-ellips__dot:nth-child(2) {
  background: #9a55ff;
}
.loader-ellips__dot:nth-child(3) {
  background: #07cdae;
}
.loader-ellips__dot:nth-child(4) {
  background: #ffd500;
}
/*-----------------
    7. Header
-----------------------*/

.header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  background: #fff;
}
.header.fixed {
  position: fixed;
  box-shadow: 0px 3px 53px rgb(197 197 197 / 27%);
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  background: #fff;
}
.navbar-brand.logo {
  margin-right: 0;
}
.logo img {
  height: auto;
  max-width: 100%;
  max-height: 45px;
}
.logo a {
  float: left;
}
.logo a img {
  float: left;
  max-height: 32px;
}
.header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  height: 85px;
  padding: 0 20px;
  margin-bottom: 0;
}
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-nav li a.active {
  color: #007DFF !important;
}
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu-wrapper .main-nav li + li {
  margin-left: 20px;
}
.main-nav > li > a {
  color: #2c2c51;
  font-size: 16px;
  font-weight: 500;
}
.main-nav > li.active > a {
  color: #2c2c51;
  font-size: 16px;
  font-weight: 500;
}
.main-nav > li .submenu li a {
  display: block;
  padding: 8px 15px 8px 15px;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #68616d;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
}
.main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
}
.main-nav > li .submenu li {
  position: relative;
}
.main-nav li a {
  display: block;
  font-weight: 500;
}
.main-nav li a:hover {
  color: #007DFF;
}
.main-nav li.login-link {
  display: none;
}
.header-navbar-rht {
  margin: 0;
  padding: 0;
}
.header-navbar-rht > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 15px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.header-navbar-rht > li:last-child {
  padding-right: 0px;
}
.header-navbar-rht > li .dropdown-menu {
  border: 0;
  box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}
.header-navbar-rht > li .fa-bell {
  font-size: 24px;
}
.header-navbar-rht > li .fa-comments {
  font-size: 24px;
}
.header-navbar-rht .dropdown-toggle::after {
  display: none;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item {
  border-top: 1px solid #f0f0f0;
  padding: 10px 15px;
  font-size: 0.9375rem;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item:first-child {
  border-top: 0;
  border-radius: 5px 5px 0 0;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 5px 5px;
}
.header-navbar-rht li > .dropdown-menu a:hover {
  color: #4a00e5;
  background-color: #fff;
}
.header-navbar-rht li > a.log-btn {
  padding: 0;
  color: #1c0828;
  font-weight: 500;
  font-size: 16px;
}
.header-navbar-rht li > a.log-btn i {
  padding: 0;
  color: #4a00e5;
}
.header-navbar-rht li > a.log-btn:hover {
  color: #4a00e5;
  border: none;
}
.header-navbar-rht li > a.header-login {
  padding: 14px 30px;
  font-weight: 700;
}
.header-navbar-rht li > a i {
  margin-right: 5px;
}
.header .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-right: 0;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.user-menu {
  float: right;
  margin: 0;
  position: relative;
  z-index: 99;
}
.user-menu.nav > li > a {
  color: #fff;
  font-size: 14px;
  line-height: 58px;
  padding: 0 15px;
  height: 60px;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
  color: #fff;
}
.user-img {
  display: inline-block;
  position: relative;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 2s infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.user-img > img {
  height: 40px;
  object-fit: cover;
  width: 40px;
  border: 3px solid #fff;
  outline: 3px solid #d9d9d9;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(76, 64, 237, 0.7);
    border-radius: 50%;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(76, 64, 237, 0);
    border-radius: 50%;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(76, 64, 237, 0);
    border-radius: 50%;
  }
}
.user-menu.nav > li > a.mobile_btn {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.header-navbar-rht .dropdown-menu {
  min-width: 200px;
  padding: 0;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
  padding: 7px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e3e3e3;
  padding: 10px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item:hover {
  color: #0090ce;
}
.user-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}
.user-header .user-text {
  margin-left: 10px;
}
.user-header .user-text h6 {
  font-size: 15px;
  margin-bottom: 2px;
}
.header-navbar-rht .logged-item .nav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  height: 85px;
  padding: 0 10px;
  color: #fff;
  position: relative;
}
.header .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #757575;
  border-right: 2px solid #757575;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-left: 13px;
}

/*-----------------
	8. Mobile Menu
-----------------------*/

.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}
.menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}
.menu-logo img {
  height: auto;
  max-width: 100px;
}
.menu-close {
  font-size: 18px;
  color: #262a2a;
}
.bar-icon {
  display: inline-block;
  width: 31px;
}
.bar-icon span {
  background: #4a00e5;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 6px;
  width: 30px;
  border-radius: 2px;
}
.bar-icon span:nth-child(2) {
  width: 16px;
}
.bar-icon span:nth-child(3) {
  margin-bottom: 0;
}
#mobile_btn {
  display: none;
  margin-right: 30px;
}
html.menu-opened body {
  overflow: hidden;
}
.main-menu-wrapper {
  margin: 0 15px 0;
}
.navbar-brand.logo-small {
  display: none;
}
.navbar-brand.logo-small img {
  max-height: 30px;
}

/*-----------------
    9. Top-Header
-----------------------*/
.top-head-ad {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.top-header {
  padding: 15px 0;
  position: relative;
  background: #262a2a;
}
.top-head-ad span.close-icon a {
  color: #fff;
}
.top-head-ad span.close-icon {
  color: #fff;
  position: absolute;
  right: 10px;
}
.top-header h5 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}
.top-header h5 span {
  color: #19d89f;
}
.product-more {
  padding: 25px 0 25px;
}
.product-more h3 {
  font-weight: 700;
  font-size: 24px;
  color: #030a16;
  margin-bottom: 0;
}
.megamenu-main {
  position: static !important;
  cursor: pointer;
}
.submenu-product-group {
  margin-bottom: 0;
}
.main-nav > li .submenu li .submenu-head a {
  padding: 0;
}
.main-nav > li .submenu-head li a {
  white-space: normal;
}
.submenu-head {
  text-align: center;
  margin-bottom: 25px;
}
.submenu-head .product-content img {
  margin-bottom: 10px;
  width: 560px;
  height: 200px;
}
.submenu-head .product-content {
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgb(179 179 179 / 25%);
  border-radius: 10px;
}
.submenu-head .product-content p {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.submenu-head .product-content h4 {
  font-weight: 700;
  font-size: 18px;
  color: #030a16;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.submenu-head:hover .product-content h4,
.submenu-head:hover .product-content p {
  color: #007DFF;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.megamenu-full-width li {
  height: calc(100vh - 90px);
  overflow: auto;
}
.megamenu-full-width li {
  background: #fff;
  box-shadow: 0px 4px 54px rgb(197 197 197 / 25%);
  border-radius: 0px 0px 40px 40px;
  margin: auto;
}

/*-----------------
    10. Banner
-----------------------*/
.banner-content {
  position: relative;
}
.banner-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 450px;
}
.banner-content p {
  font-weight: 600;
  max-width: 580px;
  color: #6f6f6f;
  margin-bottom: 20px;
}
.banner-content p span {
  color: #0a1f2f;
  font-weight: 600;
}
.banner-content h4 {
  font-size: 18px;
  font-weight: 400;
  color: #e0e0e0;
  margin-bottom: 40px;
}
.banner-content h5 {
  font-size: 16px;
  font-weight: 400;
  color: #f5f5f5;
  margin-bottom: 20px;
}
.banner-content .form-container form {
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type="number"] {
    -moz-appearance: textfield;
  }
}
.banner-wrap {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
}
.inner-item-banner .inner-img-banner {
  position: absolute;
  display: flex;
  align-items: end;
  top: 80px;
  right: 70px;
  max-width: 650px;
  animation: updown 1s alternate infinite;
  transition: all 0.5s;
}
.inner-item-banner .inner-img-banner2 {
  /* position: absolute; */
  display: flex;
  /* align-items: end; */
  /* top: 80px; */
  /* right: 70px; */
  /* max-width: 650px; */
  animation: updown 1s alternate infinite;
  transition: all 0.5s;
}
.inner-img-banner-two {
  position: absolute;
  top: 50px;
  right: 40px;
  max-width: 600px;
  animation: updown 1s alternate infinite;
  transition: all 0.5s;
}
@keyframes updown {
  100% {
    transform: translateY(-10px);
  }
}
.banner-image {
  position: relative;
  width: 100%;
}
.banner-wrap-btn .banner-btns a i {
  margin-right: 10px;
}
.banner-wrap-btn .banner-btns {
  margin-right: 15px;
}
.banner-wrap-btn {
  display: flex;
  align-items: center;
  position: relative;
}
.available-features h5 {
  margin-bottom: 15px;
}
.banner-wrap-btn {
  margin-bottom: 40px;
}
.available-features ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 24px 0px rgba(186, 186, 186, 0.3);
  padding: 10px;
  position: relative;
  /* z-index: 1; */
}
.available-features ul li + li {
  margin-left: 15px;
}
.available-features ul li a img {
  transition: 0.5s all;
}

.available-features ul li a:hover img {
  transform: translateY(-10px);
  transition: 0.5s all;
}
.hero-section {
  background-color: #f3edff;
  position: relative;
  background-image: url(../img/bg/banner-bg-02.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  z-index: 1;
  padding: 80px 0;
}
.hero-section::after {
  content: "";
  background-image: url(../img/bg/banner-bg-01.png);
  background-position: right top;
  width: 50%;
  height: 90%;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  z-index: -1;
}
/*-----------------
   11. Live Demos
-----------------------*/
.latest-version-sec {
  background: #fff;
  padding: 80px 0 56px;
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/section-bg-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.section-bg img {
  position: absolute;
}
.latest-framework-versions ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.latest-framework-versions ul li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.latest-framework-versions ul li:last-child {
  margin-right: 0;
}
.latest-framework-versions ul li a span {
  margin-right: 10px;
  height: 32px;
}
.latest-framework-versions ul li a span img {
  transition: 0.5s all;
  height: 100%;
}
.latest-framework-versions ul li a h6 {
  color: #01011e;
  font-weight: 400;
}
.latest-framework-versions ul li a span.latest {
  margin: 0;
  background: #ff001f;
  border-radius: 0 8px;
  width: 43px;
  height: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.latest-framework-versions ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-shadow: 0px 4px 24px 0px #bababa4d;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
  position: relative;
  transition: 0.5s all;
}
.latest-framework-versions ul li a:hover {
  border-color: #00918e;
  transform: translateY(-10px);
  transition: 0.5s all;
}
.latest-framework-versions ul li a:hover span img {
  transform: rotatey(360deg);
  transition: 0.5s all;
}

.inner-framework-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s all;
}
/* .inner-item .inner-img {
  display: inline-block;
  transition: transform 0.3s ease;
}
.inner-item .inner-img:hover {
  transform: scale(1.2);
} */
.inner-item .inner-img:hover .inner-framework-links {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.5s all;
}
.inner-item .inner-framework-links li a {
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  min-width: 150px;
}
.inner-item .inner-framework-links li span {
  position: unset;
  transform: none;
}
.inner-item .inner-framework-links li a img {
  margin-right: 8px;
  width: 30px;
}
.inner-item .inner-framework-links li a::before {
  display: none;
}
.inner-item .inner-framework-links li {
  margin-right: 10px;
  margin-bottom: 10px;
}
/*-----------------
	12. Multiple-Template
-----------------------*/
.multi-nav-type {
  position: relative;
  padding: 80px 0 56px;
}
.multi-nav-type .section-bg img:first-child {
  top: 30px;
  right: 0;
}
.multi-nav-type .section-bg img:last-child {
  bottom: 50px;
  left: 30px;
}
.multiple-templates {
  background: #fff;
  padding: 80px 0 55px 0;
  position: relative;
  z-index: 0;
}
.multiple-templates .section-bg img {
  position: absolute;
}
.multiple-templates .section-bg img:first-child {
  right: 40px;
  bottom: 60px;
  z-index: -1;
}
.multiple-templates .section-bg img:nth-child(2) {
  left: 40px;
  bottom: 30%;
}
.section-header {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-header span.badge {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 20px;
}
.badge.badge-soft-danger {
  background: #ffeeec;
  color: #e41f07;
}
.section-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #262a2a;
  margin-bottom: 0;
  max-width: 900px;
}
.section-header p {
  max-width: 680px;
  margin-bottom: 0;
  margin-top: 15px;
  color: #3a3c3f;
  font-weight: 600;
}
.inner-content-left a {
  display: flex;
  justify-content: space-between;
}
.inner-item {
  transition: 0.5s all;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(186, 186, 186, 0.3);
  padding: 15px;
}
.inner-item .inner-img {
  transition: 0.5s all;
}
.inner-item .inner-img span {
  position: absolute;
  box-shadow: 0px 4px 114px 0px rgba(3, 3, 3, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s all;
}
.inner-item .inner-img:hover span {
  opacity: 1;
  transition: 0.5s all;
}
.inner-item .inner-img img {
  border-radius: 10px;
  width: 100%;
}
.inner-item .inner-img {
  transition: 0.5s all;
}
.inner-item .inner-img a {
  transition: 0.5s all;
  overflow: hidden;
  display: block;
  position: relative;
}
.inner-item:hover {
  transform: translateY(-5px);
  /* transform: scale(1.2); */
  transition: 0.5s all;
}
.inner-item .inner-img,
.inner-item .inner-img-two {
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
}
.inner-item:hover .inner-content-left h3 {
  color: #f55937;
}
.inner-item h3:hover {
  color: #f55937;
}
.inner-item .inner-img a::before,
.inner-item .inner-img-two a::before {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(217, 217, 217, 0.1);
  transform: scale(0);
  transition: 0.5s all;
  overflow: hidden;
}
.inner-item .inner-img-two:hover ::before {
  transform: scale(1);
  transition: 0.5s all;
}
.inner-item .inner-img:hover ::before {
  transform: scale(1);
  transition: 0.5s all;
}
.inner-item {
  margin-bottom: 24px;
  width: 100%;
}
.inner-content-left h3 {
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}
.inner-content-left span {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
  color: #007DF0;
  font-weight: 600;
}
.inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inner-content .arrow-right i {
  color: #262a2a;
  font-size: 22px;
}
.inner-content .inner-content-left {
  position: relative;
}
.inner-content-left span.highlight-content {
  background: #f00;
  border-radius: 5px;
  display: inline-flex;
  font-size: 13px;
  padding: 3px;
  color: #fff;
  position: absolute;
  right: -32px;
  top: -13px;
  line-height: normal;
}
.inner-content-left a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge.badge-soft-blue {
  background: #f3edff;
  color: #007DF0;
}
.inner-item:hover .inner-content-left h6 {
  color: #f55937;
}
.inner-item:hover .arrow-right i {
  color: #007DF0;
}
.badge.badge-soft-success {
  background: #e0f5d7;
  color: #00918e;
}
/*-----------------
	14. Template Features
-----------------------*/
.template-features {
  position: relative;
  background: #f9f9fc;
  padding: 80px 0;
  z-index: 1;
}
.template-features .section-bg img {
  right: 0;
  top: 0;
  z-index: -1;
  max-width: 400px;
}
.available-frameworks-slider .owl-dots {
  text-align: center;
  margin-top: 24px;
}
.available-frameworks-slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  border-radius: 50%;
  margin-right: 5px;
}
.available-frameworks-slider .owl-dots .owl-dot.active {
  background: #4a00e5;
  width: 36px;
  border-radius: 10px;
}
.available-frameworks-slider .owl-stage {
  padding-top: 15px;
}
.available-framework a {
  border-radius: 8px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px 10px;
  transition: 0.5s all;
}
.available-framework.laravel a {
  background: #07b6d51a;
}
.available-framework.vue a {
  background: #fff7d8;
}
.available-framework.react a {
  background: #e0f5d7;
}
.available-framework.html a {
  background: #ffeeec;
}
.available-framework.angular a {
  background: #fdece9;
}
.available-framework.node a {
  background: #ecf3ed;
}
.available-framework.php a {
  background: #fff7d8;
}
.available-framework.codeigniter a {
  background: #e0f5d7;
}
.available-framework a:hover {
  transition: 0.5s all;
  transform: translatey(-10px);
}
.available-framework a:hover .buy-icon {
  background: #4a00e5;
  transition: 0.5s all;
  transform: rotatey(360deg);
}
.available-framework a span.features-icon {
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  min-width: 116px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.available-framework a span.features-icon img {
  width: auto;
}
.available-framework a h6 {
  font-size: 18px;
  margin: 0;
}
.available-framework a span.buy-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #262a2a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}
.available-temp-features ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.available-temp-features ul li {
  margin-bottom: 24px;
}
.available-temp-features ul li:last-child {
  margin-right: 0;
}
.section-btn {
  margin-top: 25px;
}
/*-----------------
	15. Optimized
-----------------------*/
.core-features-sec.optimized-sec .section-bg img {
  top: unset;
  bottom: 0;
}
.optimized-percentage {
  margin-bottom: 24px;
}
.optimized-percentage p {
  color: #e6e6e6;
  margin-bottom: 0;
}
.optimized-percentage h6 {
  font-size: 18px;
  color: #fff;
  margin: 30px 0 15px;
}
.optimized-percentage h6 span {
  font-size: 42px;
}
.optimized-percentage h5 {
  font-size: 15px;
  color: #e6e6e6;
  display: inline-flex;
  align-items: center;
  margin: 15px 0;
}
.optimized-percentage h5 span {
  border-radius: 8px;
  border: 3px solid #e6e6e6;
  display: inline-flex;
  padding: 3px 7px;
  margin-right: 8px;
}
.percentage-box {
  width: 100%;
  height: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.33);
  padding: 7px 10px;
  margin-bottom: 60px;
}
.percentage-box .progress {
  background: transparent;
  border-radius: 8px;
  height: 6px;
}
.percentage-box .progress .progress-bar {
  background: #4a00e5;
  width: 93%;
  border-radius: 8px;
}
.percentage-box .progress .progress-bar.bar-two {
  width: 96%;
}

/*-----------------
	16. Admin Modules
-----------------------*/
.admin-templates {
  padding: 80px 0 56px;
  position: relative;
  z-index: 1;
}
.admin-templates .section-bg img:first-child {
  left: 0;
  bottom: 0;
  z-index: -1;
}
.admin-templates .section-bg img:last-child {
  top: 0;
  right: 0;
  z-index: -1;
}
.admin-module-tab ul {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(186, 186, 186, 0.3);
  padding: 20px 20px 5px;
  margin-bottom: 50px;
}
.admin-module-tab ul .nav-item {
  margin-right: 10px;
  margin-bottom: 15px;
}
.admin-module-tab ul .nav-item:last-child {
  margin-right: 0;
}
.admin-module-tab ul .nav-item .nav-link {
  background: #fff;
  display: inline-flex;
  align-items: center;
  color: #262a2a;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
}
.admin-module-tab ul .nav-item .nav-link:hover {
  background: #007DF0;
  color: #fff;
}
.admin-module-tab ul .nav-item .nav-link span {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  color: #262a2a;
  margin-right: 8px;
}
.admin-module-tab ul .nav-item .nav-link.active {
  background: #007DF0;
  color: #fff;
}
.admin-module-tab ul .nav-item .nav-link.active span {
  background: #fff;
}
.admin-module-tab ul .nav-item .nav-link.active img {
  filter: brightness(100) blur(0);
}
.looking-something {
  background: #007DFF;
  padding: 80px 0;
  background-image: url(../img/bg/section-bg-05.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.looking-something .section-header h2 {
  color: #fff;
  margin-bottom: 0;
}
.looking-something .section-header p {
  color: #fff;
}
.looking-something .section-bg img {
  right: 0;
  bottom: 0;
  z-index: -1;
}
/*-----------------
	17. Counter Sec
-----------------------*/
.counter-sec {
  background: #007DFF ;
  background-image: url(../img/bg/section-bg-08.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 80px 0 56px;
  position: relative;
}
.counter-sec.feature-temp-sec {
  background: #fff;
}
.counter-sec .section-header h2 {
  color: #fff;
}
.counter-sec .section-header p {
  color: #fff;
}
.counter-sec.feature-temp-sec .section-header h2 {
  color: #262a2a;
}
.counter-sec.feature-temp-sec .section-header p {
  color: #3a3c3f;
}
.section-bg-img {
  position: absolute;
  right: 60px;
  top: 50px;
}
.icon-feature {
  display: inline-block;
  margin-bottom: 24px;
}
.section-bg-img .img-bg {
  position: relative;
}
.counter-sec .custom-col {
  width: 20%;
  flex: none;
}
.section-bg-img .img-bg img:first-child {
  position: absolute;
  top: 22px;
  right: 20px;
  z-index: 1;
}
.section-bg-img .img-bg img:last-child {
  animation: spin 4000ms linear infinite;
}
.counter-box {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(186, 186, 186, 0.3);
  border: 2px solid #fff;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 24px;
  transition: 0.5s all;
}
.feature-temp-sec .counter-box:hover {
  border-color: #007DF0;
  transition: 0.5s all;
}
.feature-temp-sec .counter-box {
  padding: 24px 0;
}
.counter-box h4 {
  color: #007df0;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0;
}
.counter-box h6 {
  font-weight: 400;
  color: #262a2a;
}
.counter-box .counter-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007DF0;
  color: #fff;
  font-size: 30px;
  border-radius: 10px;
  margin: auto;
}
.other-modules-sec {
  padding: 80px 0 56px;
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.badge.badge-soft-warning {
  background: #fff7d8;
  color: #ffa201;
}
/*-----------------
	18. Compatibility
-----------------------*/
.template-usability {
  padding: 80px 0 56px;
  position: relative;
  background-image: url(../img/bg/section-bg-07.png);
  background-position: center;
}
.template-usability .section-bg img {
  left: 30px;
  bottom: 50px;
}
.compatibility-test {
  border-radius: 5px;
  background: #fff;
  border: 1px dashed #e8e8e8;
  box-shadow: 0px 4px 74px 0px #d0d0d040;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 24px;
}
.compatibility-test h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.compatibility-test p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 0;
}
.compatible-icon span {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3c2371;
  border-radius: 50%;
  margin-bottom: 15px;
}
.compatible-icon span.bg-blue {
  background: #339dff;
}
.compatible-icon span.bg-yellow {
  background: #ffa201;
}
.compatible-icon span.bg-dark-blue {
  background: #4a00e5;
}

/*-----------------
	19.  Review
-----------------------*/
.customer-review {
  background: #007DFF;
  padding: 80px 0;
  position: relative;
  background-image: url(../img/bg/section-bg-05.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.customer-review .section-bg img {
  right: 0;
  bottom: -120px;
}
.customer-review .section-header h2 {
  color: #fff;
}
.customer-review .section-header p {
  color: #e6e6e6;
}
.quatation-icon {
  text-align: center;
  display: flex;
}
.review-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 5px;
}
.review-slider .review-card img {
  width: auto;
}
.review-card p {
  color: #6f6f6f;
  margin: 24px 0;
  min-height: 52px;
}
.review-users {
  display: flex;
  align-items: center;
}
.review-users .user-icon {
  margin-right: 15px;
}
.review-users a {
  color: #262a2a;
  font-size: 18px;
  display: inline-block;
}
.review-users .star {
  color: #fea843;
}
.review-card .ratings {
  margin-bottom: 5px;
}
.customer img {
  border-radius: 50%;
  width: 50px !important;
  height: 50px;
  margin-right: 10px;
}
.customer-profile p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
}
.review-support p {
  font-size: 16px;
  font-weight: 400;
  color: #666a72;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.review-content-wrap {
  position: relative;
}
.review-content-wrap img.review-bg {
  position: absolute;
  bottom: 50px;
  left: 15px;
}
.review-slider .owl-dots {
  text-align: center;
  margin-top: 24px;
}
.review-slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  border-radius: 50%;
  margin-right: 5px;
}
.review-slider .owl-dots .owl-dot.active {
  background: #4a00e5;
  width: 36px;
  border-radius: 10px;
}
.review-slider.owl-carousel .owl-nav {
  text-align: center;
  margin-top: 30px;
}
.review-slider.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: 0.5s all;
}
.review-slider.owl-carousel .owl-nav button:hover {
  background: #262a2a;
  color: #fff;
}
/*-----------------
    20. Pricing
-----------------------*/
.price-section {
  background: #f9f9fc;
  padding: 80px 0 56px;
  position: relative;
}
.pricing-wrap {
  border-radius: 8px;
  border: 3px solid #e6e6e6;
  background: #fff;
  padding: 24px;
  margin-bottom: 24px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
/* .pricing-wrap.active, */
.pricing-wrap:hover {
  border-color: #007DF0;
}
.pricing-img img {
  filter: blur(0) brightness(100);
}
.pricing-wrap:hover .price-title span.pricing-img {
  background: #fff;
}
.price-title {
  display: flex;
  align-items: self-start;
  margin-bottom: 14px;
}
.price-sec .section-bg img {
  position: absolute;
}
.price-sec {
  position: relative;
  background: #f9f9fc;
}
.price-sec .section-bg img:first-child {
  right: 30px;
  top: 70px;
  max-width: 300px;
}
/* .pricing-wrap.active {
  border-color: #4a00e5;
} */
.price-sec .section-bg img:last-child {
  left: 0;
  top: 40px;
  max-width: 500px;
}
.price-info p {
  font-weight: 600;
  font-size: 18px;
  color: #6f6f6f;
  margin-bottom: 4px;
}
.price-info h5 {
  font-weight: 600;
  font-size: 18px;
  color: #6f6f6f;
  margin-bottom: 0;
  display: flex;
  align-items: start;
}
.price-head p {
  font-size: 16px;
  font-weight: 400;
  color: #666a72;
  text-align: start;
  margin-bottom: 30px;
}
.price-dollar h3 span {
  font-size: 24px;
  font-weight: 400;
  color: #7b7b93;
  margin-left: 5px;
}
.price-body h6 {
  font-size: 18px;
  margin-bottom: 22px;
  font-weight: 600;
  color: #1c0828;
  text-align: start;
}
.price-body {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.price-body ul {
  margin-bottom: 40px;
}
.price-body ul li {
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
  text-align: start;
}
.price-body ul li:last-child {
  margin-bottom: 0;
}
.price-dollar h3 {
  color: #262a2a;
  font-size: 36px;
  margin-top: 10px;
}
.price-icon {
  margin-right: 20px;
}
.price-body ul li:after {
  font-family: "fontawesome";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #00918e;
}
.price-body ul li.not-avail:after {
  content: "\f057";
  color: #fc0027;
}
.price-body .btn {
  width: 100%;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-body a span {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

/*-----------------
    21. Complete Solution
-----------------------*/
.complete-sol-sec {
  background: #007DFF;
  padding: 80px 0;
  position: relative;
  background-image: url(../img/bg/section-bg-05.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.complete-sol-sec .section-header h2 {
  color: #fff;
}
.complete-sol-sec .section-header p {
  color: #e6e6e6;
  max-width: 600px;
}
.complete-sol-sec .section-bg .right-move {
  top: 50px;
  left: 100px;
  animation: rightmove 8000ms infinite;
}
.complete-sol-sec .section-bg .left-move {
  bottom: 40px;
  right: 100px;
  animation: leftmove 8000ms infinite;
}
.complete-sol-sec .input-block {
  position: relative;
  max-width: 630px;
  margin: auto;
}
.complete-sol-sec .input-block button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
}
.complete-sol-sec .input-block input {
  height: 50px;
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 42px 10px 10px;
}
@keyframes rightmove {
  from {
    left: 0px;
  }
  to {
    left: 100%;
  }
}
@keyframes leftmove {
  from {
    right: 0px;
  }
  to {
    right: 100%;
  }
}

/*-----------------
    22. Faq
-----------------------*/
.faq-section {
  padding: 80px 0 56px;
  position: relative;
  background: #fff;
}
.faq-card {
  margin-bottom: 24px;
}
.faq-title .head-collpase {
  background: #fff;
  box-shadow: 0px 4px 54px 0px #e0e0e040;
  padding: 24px;
  margin-bottom: 0;
  text-align: left;
  border: 2px solid #fff;
  border-radius: 5px;
}
.faq-title .faq-heading {
  color: #262a2a;
  font-size: 18px;
  display: block;
  position: relative;
  text-align: left;
  font-weight: 600;
}
.faq-title .faq-heading:after {
  font-family: "Feather";
  font-weight: 900;
  content: "\e9b2";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #262a2a;
}
.collapse-para p {
  margin-bottom: 0;
}
.faq-title div:not(.collapsed) .faq-heading {
  color: #007DF0;
}
.faq-title div:not(.collapsed) .faq-heading:after {
  content: "\e997";
  color: #007df0;
}
.faq-card .card-collapse p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
  margin-top: 20px;
}
.faq-title .multi-collapse {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c0c0c0;
}
.faq-title .multi-collapse .collapse-para h5 {
  margin-bottom: 15px;
  font-size: 16px;
}
.faq-title .multi-collapse .collapse-para ul li {
  color: #323737;
  font-size: 14px;
}
.faq-title .multi-collapse .collapse-para ul li + li {
  margin-top: 5px;
}
.faq-title div:not(.collapsed) {
  border-color: #007df0;
}
/*-----------------
	23. Footer
-----------------------*/
.footer {
  background: #4a00e5;
  position: relative;
  z-index: 1;
}
.footer-content h2 {
  text-align: center;
  color: #fff;
  margin: 0 auto 40px auto;
  font-size: 45px;
  font-weight: 700;
  max-width: 650px;
}
.footer .section-bg .footer-bg {
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
.footer-content h2 span {
  background: #4a00e5;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer .footer-top {
  padding: 60px 0;
  position: relative;
}
.footer-bottom-text {
  padding: 20px 0;
}
.footer-title {
  font-size: 18px;
  color: #28283c;
  font-weight: 500;
  margin-bottom: 25px;
}
.footer .footer-widget.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: none;
  text-align: center;
}
.footer .footer-widget .footer-logo {
  margin-bottom: 25px;
}
.footer-logo img {
  max-height: 35px;
}
.footer .footer-menu ul li {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.footer .footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-menu ul li a {
  color: #6f6f6f;
  font-size: 16px;
}
.footer .social-icon {
  text-align: right;
}
.footer .social-icon ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .social-icon ul li {
  margin-right: 5px;
}
.footer .social-icon ul li:last-child {
  margin-right: 0;
}
.footer .social-icon ul li a {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6f6f6f;
  font-size: 18px;
  transition: all 0.4s ease 0s;
}
.footer .social-icon ul li a .facebook:hover {
  color: #1877F2;
}
.footer .social-icon ul li a .instagram:hover {
  color: #E1306C;
}
.footer .social-icon ul li a .twitter:hover {
  color: #1DA1F2;
}
.footer .social-icon ul li a .linkedin:hover {
  color:  #0077B5;
}
.footer .footer-bottom .copyright-text p {
  color: #6f6f6f;
  display: flex;
  align-items: center;
}
.footer .footer-bottom .copyright-text p img {
  margin-left: 10px;
}
.footer .footer-menu ul li a:hover {
  color: #4a00e5;
}
.author-logo ul {
  padding: 0;
  margin-bottom: 17px;
  text-align: center;
}
.author-logo ul li {
  display: inline-block;
  margin: 0 27px 15px 0;
  text-align: center;
}
.author-logo ul li:last-child {
  margin-right: 0;
}
.author-logo ul li img {
  margin-bottom: 15px;
}
.author-logo ul li.elite-author h6 {
  color: #d0763e;
}
.author-logo ul li.tendset h6 {
  color: #56a4ca;
}
.author-logo ul li.author-level h6 {
  color: #c94e4b;
}
.footer .footer-bottom {
  background: #fff;
}
.back-to-top-icon.show {
  opacity: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.back-to-top i {
  color: #fff;
}
.back-to-top-icon {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #007DF0;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.back-to-top-icon:hover {
  color: #fff;
  background: #262a2a;
}
.top-footer-link {
  background: linear-gradient(180deg, #f9f0ff 0%, #f2e1ff 100%);
  padding: 15px;
}
.top-footer-link span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #4a00e5;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.top-footer-link > div + div {
  border-left: 1px solid #d1d3ff;
  padding-left: 20px;
  margin-left: 20px;
}
/*-----------------
	24. Cursor
-----------------------*/
.xb-cursor,
.xb-cursor-section {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  top: 0;
  left: 0;
}

.xb-cursor .xb-cursor-wrapper,
.xb-cursor-section .xb-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.xb-cursor .xb-cursor--follower,
.xb-cursor-section .xb-cursor--follower {
  position: absolute;
  background-color: #4a00e5;
  opacity: 0.25;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.xb-cursor.style-2 .xb-cursor--follower {
  background-color: #4a00e5;
}

.xb-cursor .xb-cursor--label,
.xb-cursor-section .xb-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.xb-cursor .xb-cursor--drap,
.xb-cursor-section .xb-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: #000;
  font-size: 0;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform, opacity;
  color: #fff;
}

.xb-cursor .xb-cursor--drap:before,
.xb-cursor-section .xb-cursor--drap:before,
.xb-cursor .xb-cursor--drap:after,
.xb-cursor-section .xb-cursor--drap:after {
  content: "\f10b";
  font-family: caseicon;
  font-size: 10px;
  display: inline-flex;
}

.xb-cursor .xb-cursor--drap:before,
.xb-cursor-section .xb-cursor--drap:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.xb-cursor .xb-cursor--drap:after,
.xb-cursor.is-enabled,
.xb-cursor-section.is-enabled {
  visibility: visible;
}

.xb-cursor.is-hidden .xb-cursor-wrapper,
.xb-cursor-section.is-hidden .xb-cursor-wrapper {
  transform: scale(0) !important;
}

.xb-cursor.is-mouse-down .xb-cursor-wrapper,
.xb-cursor-section.is-mouse-down .xb-cursor-wrapper {
  transform: scale(0.8);
}

.xb-cursor.is-active .xb-cursor--follower,
.xb-cursor-section.is-active .xb-cursor--follower {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  transform: scale(4);
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  opacity: 0;
}
.complete-solution {
  background: linear-gradient(180deg, #f9f0ff 0%, #f2e1ff 100%);
  padding: 0px 40px 0;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.complete-sol-title {
  max-width: 430px;
  padding: 70px 0;
}
.complete-sol-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.media-icons {
  position: fixed;
  right: 15px;
  bottom: 200px;
  z-index: 9999;
  background: #fff;
  padding: 10px;
  border-radius: 110px;
  box-shadow: 0px 4px 4px 0px rgba(218, 218, 218, 0.25);
}
.media-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  margin-bottom: 5px;
}
.media-icons a:last-child {
  margin-bottom: 0;
}
.media-icons a.whatsap-icon {
  background: #03c95a;
}
.media-icons a.whatsap-icon:hover {
  background: #029744;
}
.media-icons a.mail-icon {
  background: #313650;
}
.media-icons a.mail-icon:hover {
  background: #1e2130;
}
.media-icons a.skype-icon {
  background: #0dcaf0;
}
.media-icons a.skype-icon:hover {
  background: #0aa1c0;
}

/* privacy policy */
.privacy-policy-content .privacy-policy-header h2{ margin-top: 50px; color: #f55937; margin-bottom: 30px;}
.privacy-policy-content p{color: #000; line-height: 30px;}
.privacy-policy-content ul li{margin: 20px; color: #000;}

/* terms and conditions */
.terms-and-conditions-content .terms-and-conditions-header h2{margin-top: 50px; color: #f55937; margin-bottom: 30px;}
.terms-and-conditions-content p{color: #000; line-height: 30px;}
.terms-and-conditions-content h3{color: #007DF0;}

/* non refundable policy */
.non-refundable-policy-content .non-refundable-policy-header h2{margin-top: 50px; color: #f55937; margin-bottom: 30px;}
.non-refundable-policy-content p{color: #000; line-height: 30px;}
.non-refundable-policy-content h3{color: #007DF0;}


/* Mobile TEmplate */

/* Home Banner */

.home-banner {
  background-color: #fafaf8;
  position: relative;
  padding: 60px 0;
}
.section-title h3 {
  color: #350c6e;
  font-size: 36px;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 30px;
}
.frame-tabs .nav-tabs {
  align-self: center;
  border: 0;
  flex-wrap: nowrap;
  margin: 0 auto 30px;
  width: 400px;
}
.frame-tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 100%;
}
.frame-tabs .nav-tabs .nav-link {
  background-color: #fff;
  border-color: #dee2e6;
  height: 40px;
  text-transform: uppercase;
}
.frame-tabs .nav-tabs .nav-item:first-child a {
  border-radius: 40px 0 0 40px;
}
.frame-tabs .nav-tabs .nav-item:last-child a {
  border-radius: 0 40px 40px 0;
}
.frame-tabs .nav-tabs .nav-link.active {
  background-color: #007DF0;
  color: #fff;
  border-color: #007DF0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #9b56ff none repeat scroll 0 0;
}
.mobile-cover .screen > iframe {
  height: 667px;
  width: 375px;
}
.tablet-cover .screen > iframe {
  height: 576px;
  width: 768px;
  border: 0;
}
.marvel-device.ipad.silver:before {
  background: #fff;
}
.marvel-device.ipad.silver {
  background: #e7e7e7;
}
.iphone-frame {
  background: #080808;
  border: 3px solid #3c3c3c;
  border-radius: 20px;
  height: auto;
  padding: 60px 27px;
  width: 300px;
  margin: 0 auto;
}
.screen-inner {
  background: #fff;
  border-radius: 1px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3;
}
.screen iframe {
  width: 100%;
  height: 100%;
}
.preview-btn {
  display: none;
  font-weight: bold;
  padding: 0.775rem 0.75rem;
  text-transform: uppercase;
}
.top-frame-tab > .nav-tabs {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 28px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  border-bottom: 0;
}
.top-frame-tab > .nav-tabs > .nav-item {
  width: 33.33%;
  float: left;
  background-color: transparent;
  display: flex;
  display: -webkit-flex;
  padding: 10px;
}
.top-frame-tab > .nav-tabs > .nav-item > .nav-link {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  border-color: #e9ecef #e9ecef #dee2e6;
  width: 100%;
}
.top-frame-tab > .nav-tabs > .nav-item > .nav-link > .item-img {
  max-width: 80px;
  margin: 0 auto;
  display: block;
  padding-bottom: 15px;
  width: 100%;
}
.top-frame-tab > .nav-tabs > .nav-item > .nav-link > .item-img img {
  max-width: 100%;
}
.top-frame-tab > .nav-tabs > .nav-item > .nav-link.active {
  background-color: #007DF0;
  color: #fff;
  border-color: #007DF0;
}

/*-----------------
	25. Responsive
-----------------------*/

@media only screen and (min-width: 992px) {
  .main-nav li {
    display: block;
    position: relative;
  }
  .main-nav > li > a {
    line-height: 85px;
    padding: 0 !important;
  }
  .main-nav > li > a > i {
    font-size: 13px;
    margin-left: 3px;
  }
  .main-nav li > ul {
    background-color: transparent;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    width: 100%;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }
  .main-nav li.has-submenu:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
  .main-nav .has-submenu.active > a {
    color: #4a00e5;
  }
  .main-nav .has-submenu.active .submenu li.active > a {
    color: #4a00e5;
  }
  .main-nav > li .submenu li:first-child a {
    border-top: 0;
  }
  .main-nav
    > li.has-submenu:hover
    > .submenu
    > li.has-submenu:hover
    > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }
  .main-nav > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
  .main-nav li .submenu a:hover {
    color: #4a00e5;
  }
  .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    border-color: transparent #fff #fff transparent;
  }
  .header-navbar-rht .dropdown-toggle.show + .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header-navbar-rht li .dropdown-menu {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    min-width: 200px;
    top: 100%;
    right: 0;
    left: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@media only screen and (max-width: 1399.98px) {
  .inner-item-banner .inner-img-banner {
    max-width: 500px;
    top: 50px;
  }
  .template-option-ovelay ul li {
    margin-bottom: 15px;
  }
  .banner-content h1 {
    font-size: 38px;
  }
  .main-menu-wrapper .main-nav li + li {
    margin-left: 15px;
  }
  .feature-list-img img {
    width: 100%;
  }
  .mobile-img img:last-child {
    position: absolute;
    right: -70px;
    bottom: 0;
    z-index: -1;
  }
  .main-nav > li.active > a,
  .main-nav > li > a {
    font-size: 15px;
  }
  .header-navbar-rht > li {
    padding-right: 10px;
  }
  .footer .footer-menu ul li a,
  .footer .footer-bottom .copyright-text p {
    font-size: 14px;
  }
  .price-dollar h3 span {
    font-size: 18px;
  }
  .faq-title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .logo img {
    max-width: 170px;
  }
  .counter-sec.feature-temp-sec .custom-col {
    width: 25%;
  }
  .core-features-sec {
    padding: 80px 0 56px;
  }
  .inner-item-banner .inner-img-banner {
    max-width: 430px;
    height: auto;
    top: 100px;
  }
  .section-header h2 {
    font-size: 34px;
  }
  .mobile-img img:first-child {
    max-width: 300px;
  }
  .template-option-ovelay ul li:nth-child(4) {
    margin-left: 0;
    margin-right: 9px;
  }
  .main-menu-wrapper {
    margin: 0;
  }

  .main-nav > li.active > a,
  .main-nav > li > a {
    font-size: 13px;
  }
  .header-navbar-rht li > a.log-btn {
    font-size: 13px;
  }
  .btn-primary {
    padding: 10px 20px;
  }
  .btn-secondary {
    padding: 10px 20px;
  }
  .top-header .list-inline-items a {
    font-size: 13px;
  }
  .footer-content h2 {
    font-size: 32px;
  }
  .header-navbar-rht li > a.header-login {
    padding: 10px 20px;
  }
  .header-navbar-rht li > a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .sidebar-overlay.opened {
    display: block;
  }
  .main-nav li a:hover {
    color: #fff;
  }
  .media-icons {
    display: none;
  }
  .main-nav > li.active > a,
  .main-nav > li > a {
    font-size: 14px;
  }
  .banner-wrap-btn {
    justify-content: center;
  }
  .banner-left-bg-01 {
    display: none;
  }
  body {
    font-size: 15px;
  }
  .header-navbar-rht > li {
    padding-right: 15px;
  }
  .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #4a00e5;
  }
  .main-nav ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-nav > li {
    margin-left: 0;
  }
  .main-nav li + li {
    margin-left: 0;
  }
  .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    font-size: 14px;
    font-weight: 500;
  }
  .main-nav > li > a > i {
    float: right;
    margin-top: 5px;
  }
  .main-nav > li .submenu li a {
    border-top: 0;
    color: #28283c;
    padding: 10px 15px 10px 35px;
  }
  .main-nav > li .submenu ul li a {
    padding: 10px 15px 10px 45px;
  }
  .main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f078";
  }
  .main-nav .has-submenu.active > a {
    color: #4a00e5;
  }
  .main-nav .has-submenu.active .submenu li.active > a {
    color: #4a00e5;
  }
  .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11111;
    transform: translateX(-260px);
    transition: all 0.4s;
    background-color: #f5f7fb;
    margin: 0;
  }
  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f7fb;
  }
  .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .main-nav > li {
    border-bottom: 1px solid #e1e2e5;
    margin-right: 0;
  }
  #mobile_btn {
    line-height: 0;
    display: inline-block;
  }
  .mobile_btns {
    color: #4a00e5;
    cursor: pointer;
    display: flex;
    font-size: 26px;
    height: 76px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
  }
  .header .header-left {
    position: absolute;
    width: 100%;
    display: block;
    height: auto;
    top: 0;
    left: 0;
  }
  .header .header-left .sidebar-logo {
    padding: 26px 0;
  }
  .container {
    max-width: 100%;
  }
  .footer-widget {
    margin-bottom: 15px;
  }
  .footer .footer-top {
    padding-bottom: 0px;
  }
  .multiple-templates {
    padding: 60px 0 36px;
  }
  .inner-item {
    margin-bottom: 24px;
  }
  .banner-content h1 {
    font-size: 30px;
    max-width: 800px;
    margin: 0 auto 30px auto;
  }
  .header-nav {
    height: 65px;
  }
  .main-menu {
    display: block;
  }
  .main-nav > li > a,
  .main-nav > li.active > a {
    color: #fff;
    font-weight: 500;
  }
  .banner-content {
    max-width: 100%;
    text-align: center;
  }
  .banner-content p {
    font-size: 20px;
    margin: 0 0 40px;
  }
  .banner-content .btn {
    padding: 14px 20px;
    min-width: 180px;
  }
  .price-section {
    padding: 60px 0 36px;
  }
  .price-dollar h3 {
    font-size: 32px;
  }
  .price-dollar h3 span {
    font-size: 16px;
  }
  .pricing-wrap {
    padding: 25px;
  }
  .price-head,
  .price-body ul {
    margin-bottom: 25px;
  }
  .price-body ul li {
    font-size: 15px;
  }
  .copyright-text {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer .footer-bottom .copyright {
    padding: 20px 0;
  }
  .faq-title {
    font-size: 16px;
  }
  .footer .footer-widget.footer-menu ul,
  .footer .social-icon {
    text-align: center;
  }
  .main-menu-wrapper .main-nav li + li {
    margin-left: 0;
  }
  .top-header {
    display: none;
  }
  .section-header h2 {
    font-size: 30px;
  }
  .section-header p {
    font-size: 18px;
  }
  .footer-bottom-text {
    padding: 30px 0 40px;
    margin-top: 50px;
  }
  .social-icon {
    margin-bottom: 20px;
  }
  .footer .footer-top {
    padding-top: 60px;
  }
  .counter-sec .custom-col {
    width: 25%;
    flex: none;
  }
  .section-bg,
  .banner-top-bg,
  .inner-item-banner,
  .section-bg-img {
    display: none;
  }
  .hero-section {
    height: 100%;
    padding: 60px 0;
    background-image: none;
  }
  .hero-section::after {
    display: none;
  }
  .banner-content p {
    margin: 0 auto 30px;
    font-size: 16px;
    max-width: 820px;
  }
  .available-features {
    text-align: center;
  }
  .admin-templates {
    padding: 60px 0 36px;
  }
  .home-banners .banner-content.top-content {
    padding-top: 0;
  }
  .latest-version-sec {
    margin-top: 0;
    padding: 60px 0 36px;
  }
  .multi-nav-type,
  .core-features-sec,
  .counter-sec,
  .faq-section {
    padding: 60px 0 36px;
  }
  .template-features,
  .customer-review,
  .complete-sol-sec {
    padding: 60px 0;
  }
  .looking-something {
    padding: 60px 0;
  }
  .template-usability {
    padding: 60px 0 20px;
  }
  .counter-sec.feature-temp-sec .custom-col {
    width: 30%;
  }
  .other-modules-sec {
    padding: 60px 0 36px;
  }
  .footer .footer-bottom .copyright-text p {
    justify-content: center;
  }
  .complete-solution {
    padding-top: 40px;
  }
  .complete-sol-title {
    padding: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.375rem;
  }
  h4,
  .h4 {
    font-size: 1rem;
  }
  h5,
  .h5 {
    font-size: 15px;
  }
  h6,
  .h6 {
    font-size: 15px;
  }
  .main-nav > li > a:hover::after,
  .main-nav > li.active > a::after {
    top: 0;
    bottom: inherit;
  }
  .section-customs p {
    margin-bottom: 14px;
  }
  .footer-title {
    font-size: 1rem;
  }
  .policy-menu {
    margin-top: 10px;
    text-align: left;
  }
  .footer-content h2 {
    font-size: 22px;
  }
  .counter-sec .custom-col {
    width: 50%;
    flex: none;
  }
  .banner-content .btn {
    padding: 14px 14px;
    min-width: 70px;
  }
  .banner-content h1 {
    font-size: 24px;
  }
  .banner-content p {
    font-size: 16px;
    margin: 0 0 30px;
  }
  .footer .footer-bottom .copyright {
    padding: 20px 0;
  }
  .price-head p,
  .core-feature h5 {
    font-size: 16px;
  }
  .price-info h5 {
    font-size: 20px;
  }
  .price-dollar h3 {
    font-size: 24px;
  }
  .price-dollar h3 span,
  .btn-primary,
  .btn.btn-white,
  .btn-secondary {
    font-size: 13px;
  }
  .price-body .btn {
    padding: 10px 15px;
  }
  .price-title span {
    width: 65px;
    height: 65px;
  }
  .price-section .shape-7 {
    width: 60px;
  }
  .multiple-templates,
  .trusted-developer,
  .section-contact {
    padding: 40px 0;
  }
  .inner-page {
    padding: 40px 0 16px;
  }
  .multi-nav-type,
  .core-features-sec,
  .counter-sec,
  .faq-section,
  .latest-version-sec {
    padding: 40px 0 16px;
  }
  .template-features,
  .customer-review,
  .complete-sol-sec,
  .looking-something {
    padding: 40px 0;
  }
  .template-usability {
    padding: 40px 0 0;
  }
  .counter-sec.feature-temp-sec .custom-col {
    width: 50%;
  }
  .hero-section {
    padding: 40px 0;
  }
  .footer .footer-top {
    padding-top: 40px;
  }
  .faq-title > a:after {
    right: 0;
  }
  .review-users a {
    font-size: 16px;
  }
  .complete-solution {
    padding: 20px 20px 0;
  }
  .complete-solution h2 {
    font-size: 28px;
  }
  .top-footer-link {
    flex-direction: column;
  }
  .top-footer-link > div + div {
    padding-left: 45px;
    margin-left: 45px;
    border-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  body {
    font-size: 0.8125rem;
  }
  h1,
  .h1 {
    font-size: 1.75rem;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
  }
  h4,
  .h4 {
    font-size: 1rem;
  }
  h5,
  .h5 {
    font-size: 15px;
  }
  h6,
  .h6 {
    font-size: 15px;
  }
  .banner-content .btn {
    padding: 10px;
  }
  .navbar-header {
    width: 100%;
  }
  .banner-content h1 {
    font-size: 20px;
  }
  .section-header h2 {
    font-size: 24px !important;
  }
  .section-header h5 {
    font-size: 14px !important;
  }
  #mobile_btn {
    margin-right: 0;
    padding: 0 0px;
    position: absolute;
    z-index: 99;
  }
  .navbar-brand.logo {
    display: none;
  }
  .navbar-brand.logo-small {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding: 0 45px;
  }
  .navbar-brand.logo img {
    height: 40px;
  }
  .header-navbar-rht li > a.header-login {
    padding: 8px 20px;
  }
  .banner-wrap {
    margin-bottom: 24px;
  }
  /* .available-features ul {
    width: 500px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 24px 0px rgba(186, 186, 186, 0.3);
    padding: 10px;
    position: relative;
    z-index: 1;
  } */
  /* .available-features ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  } */
  .footer-widget .submit-btns .btn {
    padding: 15px;
    font-size: 14px;
  }
  .price-body ul li {
    font-size: 14px;
  }
  .pricing-wrap .price-head p {
    font-size: 14px;
  }
  .price-info h5 {
    font-size: 16px;
  }
  .section-contact .contact-wrapper {
    padding: 20px;
  }
  .section-contact .contact-address h6 {
    font-size: 13px;
  }
  .price-title span {
    margin-right: 10px;
  }
  .author-logo ul li {
    margin: 0;
  }
  .banner-shape .about-shape-2,
  .customise-bg,
  .footer-bg {
    display: none;
  }
  .banner-hero {
    padding-left: 18px;
  }
  .faq-title {
    font-size: 14px;
  }
  .application-btn .banner-btns {
    margin-right: 10px;
  }
  .btns-primary,
  .btn-secondary,
  .btn-primary {
    padding: 10px;
  }
  .inner-content .inner-content-left h3 {
    font-size: 16px;
    color: #1c0828;
  }
  .counter-card {
    margin-bottom: 24px;
  }
  .qr-code {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .author-logo ul li {
    display: block;
  }
  .counter-sec .custom-col {
    width: 100%;
    flex: none;
  }
  .counter-sec.feature-temp-sec .custom-col {
    width: 100%;
  }
  .compatibility-test {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .compatible-icon span {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .latest-framework-versions ul {
    flex-direction: column;
  }
  .latest-framework-versions ul li {
    width: 100%;
    margin-right: 0;
  }
  .latest-framework-versions ul li a {
    width: 100%;
  }
  .core-sec-left .banner-wrap-btn {
    margin-bottom: 20px;
  }
  .percentage-box {
    margin-bottom: 20px;
  }
  .footer .footer-menu ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header-navbar-rht {
    display: none;
  }
  .available-temp-features ul {
    flex-direction: column;
  }
  .available-temp-features ul li {
    width: 100%;
    margin-right: 0;
  }
  .available-temp-features ul li .available-framework {
    width: 100%;
  }
}

/* Responsive */

@media only screen and (max-width: 1199.98px) {
  .iphone-frame {
    width: 285px;
  }
}

@media only screen and (max-width: 991.98px) {
  .marvel-device.ipad.landscape {
    height: 518px;
    width: 690px;
    box-sizing: border-box !important;
  }
  .tablet-cover .screen > iframe {
    height: 468px;
    width: 510px;
  }
  .pro-list > .pro-wrap {
    width: 33.3333%;
  }
  .top-banner {
    height: 350px;
  }
  .top-banner h1 {
    font-size: 34px;
    margin-top: 1%;
  }
  .section-title h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .info-section .card {
    padding: 25px 0px;
  }
  .info-section h4 {
    font-size: 18px;
    margin: 15px 0px 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header .navbar-header {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar-right {
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
  .footer .copyright p {
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
  }
  .powered-by {
    text-align: center;
  }
  .marvel-device.ipad.landscape {
    display: none;
  }
  .owl-dots {
    display: none;
  }
  .frame-tabs .nav-tabs li:last-child {
    display: none;
  }
  .frame-tabs .nav-tabs .nav-item:first-child a {
    border-radius: 40px;
  }
  .frame-tabs .nav-tabs {
    display: none;
  }
  .pro-list > .pro-wrap {
    width: 50%;
  }
  .navbar-header .logo-nav {
    width: 130px;
  }
  .header .top-navbar .top-nav > li > a {
    padding: 5px 8px;
    font-size: 13px;
  }
  .top-banner {
    height: 290px;
    margin-top: -6px;
    padding: 20px 0px;
  }
  .top-banner h1 {
    font-size: 30px;
    margin-top: 1%;
  }
  .xs-hidden {
    display: none;
  }
  .home-banner,
  .info-section,
  .screens-section {
    padding: 20px 0px;
  }
  .section-title h3 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .info-section .card {
    margin-bottom: 20px;
  }
  .info-section h4 {
    font-size: 18px;
    margin: 15px 0px 10px;
  }
}

@media only screen and (max-width: 575.98px) {
  .pro-list > .pro-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .header .top-navbar .top-nav > li > a.btn {
    min-width: 80px;
    font-size: 11px;
  }
  .footer p {
    font-size: 15px;
    margin-bottom: 0;
  }
  .frame-tabs .nav-tabs {
    width: 100%;
  }
  .marvel-device.iphone8 {
    width: 285px;
    height: 507px;
    box-sizing: border-box !important;
  }
  .mobile-cover .screen > iframe {
    height: 297px;
    width: 100%;
  }
  .frame-tabs {
    display: none;
  }
  .preview-btn {
    display: block;
    font-size: 14px;
    padding: 10px;
  }
  .view-mobile {
    display: none;
  }
  .footer p {
    font-size: 13px;
  }
  .frame-tabs,
  .top-frame-tab {
    display: none;
  }
}
