.badge {
  padding: 0.4em;
}

b,
strong {
  font-weight: bold;
}

.sidebar .nav-item .nav-link .badge-counter {
  right: 2rem;
  margin-top: 0.2rem;
}

.table thead th {
  border-top: none;
  border-bottom: none;
  font-weight: 500;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background: #f7f7f9;
}

.table.dataTable {
  font-size: 0.8rem;
  font-weight: 500;
}

.table.dataTable .dt-order-item {
  cursor: pointer;
}

.dataTables_wrapper .dataTable th,
.dataTables_wrapper .dataTable td {
  color: #6c7293;
}

.iti {
  display: block;
}

.filters {
  border: 1px solid #DDDFEB;
  padding: 15px 15px 25px;
  margin-bottom: 25px;
  background: #EAECF4;
}

.filters .form-group {
  margin: 0;
}

.filters .reportRange {
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #DDDFEB;
  width: 100%;
  background: #FFF;
  line-height: 36px;
  height: 45px;
  border-radius: 0.25rem;
}

.profit .title {
  width: 45%;
  margin: 0 auto;
}

.profit .title .select2-container--default .select2-selection--single {
  border-bottom: none;
}

.profit .total {
  border-top: 1px solid #aaa;
  padding-top: 5px;
  border-bottom: 3px double #aaa;
  padding-bottom: 5px;
}

.profit .sub {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.MultiFile-label {
  padding: 18px;
  background: #DDDFEB;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #F8F9FC;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0px 0px 8px rgba(197, 197, 197, 0.6);
}

.MultiFile-title {
  width: 80%;
  display: inline-block;
}

.file-options.input {
  position: absolute;
  right: 40px;
  border-radius: 5px;
  height: 38px;
  width: 230px;
  top: 7px;
  border: 1px solid #DDDFEB;
  padding-left: 10px;
}

a.MultiFile-remove {
  position: absolute;
  right: 10px;
  background: #FF5728;
  height: 20px;
  width: 20px;
  color: #FFF;
  text-align: center;
  border-radius: 20px;
  line-height: 20px;
  font-size: 11px;
  z-index: 10;
  text-decoration: none;
}

.profile .avatar {
  float: left;
  width: 100px;
}

.profile .location {
  font-size: 0.8em;
  color: #B7B9CC;
}

.profile .profile-info {
  padding: 8px 8px 0 105px;
}

.profile .profile-info h3 {
  color: #858796;
}

.profile .user_type {
  color: #DDDFEB;
  font-size: 0.98em;
  padding-top: 5px;
}

.profile .status {
  color: #DDDFEB;
  font-size: 0.85em;
  padding-top: 5px;
}

.permissions .nav {
  border-right: 1px solid #DDDFEB;
  max-height: 500px;
}

.permissions .nav .nav-link {
  background-color: transparent;
  display: block;
  padding: 0.5rem 0.75rem;
  border-color: transparent;
  border-bottom: 1px solid #FFF;
}

.permissions .nav .nav-link.active {
  color: #0ac30a;
  border-bottom: 1px solid #0ac30a;
}

.permissions .tab-content {
  max-height: 500px;
  overflow-y: auto;
}

.toast.toast-success {
  background-color: #56B91A;
}

.toast.toast-error {
  background-color: #FF5728;
}

.toast.toast-info {
  background-color: #44A8FF;
}

.toast.toast-warning {
  background-color: #FFBF02;
}

.nav.flex-column {
  border-right: 1px solid #DDDFEB;
}

.order-details .nav-tabs > li > a {
  padding: 10px 25px;
}

.order-details .status {
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 1.2rem;
}

.order-details .files p {
  font-weight: 400;
}

.order-details .label.label-default {
  background: #82c1bd;
}

.order-details .comments {
  background: #fcfcfc;
  padding: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.order-details .comments .time {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 11px;
  padding: 0 7px;
  color: #858796;
}

.order-details .comments .comment {
  padding: 5px;
  background: #f7f7f7;
}

.order-details .actions .btn.btn-action,
.order-details .actions .btn-group-sm.btn-action > .btn {
  width: 130px;
  padding: 10px 2px;
  margin-bottom: 8px;
}

.layout_padding {
  padding: 90px 0;
}

.center-desk {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}

.header_main {
  width: 100%;
  float: left;
  background-image: url(/images/banner.png?3c6fa1357b4a5487223cfb967fdee3d4);
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
}

.main-menu ul > li a {
  line-height: 20px;
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: #ffffff;
  padding: 22px 20px;
  text-transform: uppercase;
}

nav.main-menu {
  float: right;
  margin-left: 0;
}

.main-menu ul {
  margin: 0;
  list-style-type: none;
  margin-bottom: 10px;
}

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

.main-menu ul li:first-child {
  margin-left: 0;
}

.main-menu ul > li {
  position: inherit;
  display: inline-block;
  vertical-align: middle;
}

.main-menu ul > li a:hover {
  color: #fff;
}

.mean-container .mean-bar {
  background: #2aab7c;
}

.web_taital {
  font-size: 24pt;
}

.logo {
  width: 100%;
  float: left;
}

.web_text {
  width: 100%;
  float: left;
  font-size: 48px;
  padding-top: 160px;
}

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

.donec_text {
  font-size: 17px;
  color: #110f0a;
  margin-left: 0;
  padding-bottom: 20px;
  z-index: 9;
  position: relative;
}

.bannen_inner {
  width: 100%;
  float: left;
}

.taital_main {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.get_bg {
  background-color: #0ac30a;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  padding: 11px 16px 14px 15px;
  margin-right: 25px;
}

a:hover {
  color: #fff;
}

.get_bga:hover {
  color: #000;
}

.get_bga:not(:disabled):not(.disabled).active,
.get_bga:not(:disabled):not(.disabled):active,
.show > .get_bga.dropdown-toggle {
  color: #000;
  background-color: #1d2124;
  border-color: #171a1d;
}

button.btn.btn-primary,
button.btn.btn-primary:hover,
button.btn.btn-primary:focus {
  background: #136af8;
  padding: 10 40px;
}

.search_bt {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #000;
  padding: 15px 45px;
  border: 0px;
}

.form-control:not(:last-child) {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 25px;
}

.choose_section {
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.choose_text {
  width: 100%;
  float: left;
  text-align: center;
  color: #030907;
  font-weight: 600;
}

.lorem_text {
  width: 100%;
  float: left;
  text-align: center;
}

.color {
  color: #2aaf80;
}

.choose_section_2 {
  width: 100%;
  float: left;
}

.power_full {
  width: 100%;
  float: left;
  background-color: #2aaf80;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0px 0px 8px 0px;
}

.power {
  width: 100%;
  float: left;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0px 0px 8px 0px;
}

.icon {
  text-align: center;
  margin-top: 40px;
}

.powerful_text {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
  color: #ffffff;
}

.totaly_text {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
  color: #000;
}

.making_tetx {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
  color: #ffffff;
  margin-left: 0;
}

.making {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
  color: #000;
  margin-left: 0;
}

.btn_main {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.read_bt {
  height: 50px;
  width: 100%;
  float: left;
  border-radius: 11px;
  border: 0px;
  color: #ffffff;
  background-color: #000;
  margin-top: 30px;
  font-size: 17px;
  margin-bottom: 30px;
}

.read_bt a:hover {
  color: #ffffff;
}

.about_main {
  width: 100%;
  float: left;
  background-color: #0ac30a;
  height: auto;
  margin-top: 70px;
  margin-bottom: 20px;
  position: relative;
}

.about_main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 110px;
  background-image: url(/images/about-top-bg.png?adf7eeb16dcfa95f3a6ea3aac4e64523);
  z-index: 1;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.about_main:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110px;
  background-image: url(/images/about-bottom-bg.png?59b0932fcd52055ca6f5fc9b10f62061);
  z-index: 1;
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.images {
  margin: 30px;
  width: 100%;
  margin-left: 0px;
}

.right_section_main {
  width: 100%;
  float: left;
  background-color: #ffffff;
  padding: 12px 40px 0px 40px;
  margin-top: 31px;
}

.dolar_tetx {
  width: 100%;
  float: left;
}

.special_text {
  color: #000;
  font-weight: 500;
}

.right_aero {
  max-width: 100%;
  right: -245px;
  position: relative;
  top: -160px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about_inner {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #0ac30a;
}

.dedicated {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #0ac30a;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 0px;
}

.justo_text {
  width: 100%;
  text-align: center;
  float: left;
  margin: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #ffffff;
}

.hosting_text {
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

.bt_main {
  width: 16%;
  margin: 0 auto;
  text-align: center;
  margin-top: 45px;
}

.read_more {
  height: 50px;
  width: 100%;
  float: left;
  border-radius: 11px;
  border: 0px;
  color: #ffffff;
  background-color: #000;
  margin-top: 30px;
  font-size: 17px;
  margin-bottom: 30px;
}

.read_more a:hover {
  color: #ffffff;
}

.contact_section {
  width: 100%;
  float: left;
  margin-top: 65px;
}

.contact_section_2 {
  width: 100%;
  float: left;
  background-image: url(/images/contact-bg.png?4441d29a851f2b849752da354cb21988);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  margin-top: 65px;
  z-index: 5;
  position: relative;
}

.section_right {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.input_main {
  width: 100%;
  float: left;
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 20px;
  margin-top: 15px;
}

.email-bt {
  background: #ececec;
  border: none;
  color: #000;
  width: 100%;
  height: 55px;
  font-size: 22px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 6px;
}

.massage-bt {
  background: #ececec;
  border: none;
  color: #000;
  width: 100%;
  height: 145px;
  font-size: 22px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 6px;
}

.margin-0 {
  margin: 0px;
  padding: 0px;
}

button.main_bt {
  background: #ce4109;
  border: none;
  color: #fff;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  font-size: 22px;
}

button.main_bt a:hover {
  color: #ffffff;
}

.send_btn {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}

.contact_section_3 {
  width: 100%;
  float: left;
  background-color: #2c2c2c;
  padding-bottom: 30px;
  padding-top: 30px;
}

.contact_taital {
  width: 100%;
  float: left;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 100px;
}

.web {
  background-color: #ffffff;
  border-radius: 30px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.londan_text {
  padding-left: 20px;
}

.map_main {
  width: 100%;
  float: left;
  font-size: 17px;
  color: #afafaf;
  padding-left: 17px;
  text-align: center;
}

.contact_product {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  padding-top: 65px;
}

.menu {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.menu ul {
  margin: 0px;
  padding: 0px;
}

.menu ul li {
  color: #fcfcfc;  

.menu ul li a:hover {
  color: #fcfcfc;
}

.useful_text {
  width: 100%;
  float: left;
  color: #fcfcfc;
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}

.menu.multi_column_menu li {
  float: left;
  width: 33.33%;
}

.footer-logo {
  margin-top: 70px;
}

.subsrcibe_bt {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #0ac30a;
  padding: 15px 45px;
  border: 0px;
}

.margin-top-30 {
  padding-top: 25px;
  width: 90%;
}

.icon_main {
  width: 100%;
  float: left;
  text-align: center;
}

.menu_text {
  width: 20%;
  margin: 0 auto;
  text-align: center;
}

.menu_text ul {
  margin: 0px;
  padding: 0px;
}

.menu_text li {
  float: left;
  padding-left: 6px;
  padding-right: 25px;
}

.copyright_main {
  width: 100%;
  float: left;
  background-color: #0ac30a;
  height: auto;
  padding-bottom: 5px;
  padding-top: 5px;
}

.copy_text {
  width: 100%;
  float: left;
  text-align: center;
  color: #ffffff;
  margin-left: 0px;
  margin-right: 0px;
}

.copy_text a:hover {
  color: #000;
}

.footer_menu {
  padding-right: 10px;
}

