/*Css Document*/
.font-normal,
.font-normal em,
.font-normal i {
  font-style: normal !important;
}

ul,
ol {
  list-style: none;
}

/* brand colors */
.brand-p{
  color: #040344 !important;
}
.brand-plight{
  color: #04025C !important;
}
.brand-pdark{
  color: #03022F !important;
}
.brand-o{
  color: #FF6725 !important
}

.bg-brand-p{
  background-color: #040344 !important;
}
.bg-brand-plight{
  background-color: #04025C !important;
}
.bg-brand-pdark{
  background-color: #03022F !important;
}
.bg-brand-o{
  background-color: #FF6725 !important
}


.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.form input,
form input,
.form select,
form select,
.form textarea,
form textarea {
  border-radius: 5px !important;
}

.main-nav .nav .nav-item .btn-signup {
  position: relative;
  padding: 5px 24px;
  top: 12px;
}

.header .logo img {
  width: 180px;
  position: relative;
    top: -2px;
}

.btn{
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.big-btn {
  padding: 0.65rem 2rem;
  border-radius: 4px;
  font-size: 18px;
}
.mid-btn {
  padding: 0.45rem 2.3rem;
  border-radius: 4px;
  font-size: 16px;
}
.btn-sm {
  padding: 0.8rem 2.5rem;
  border-radius: 3px;
  font-size: 14px;
}
.btn-mini {
  padding: 0.15rem 1rem;
  border-radius: 3px;
  font-size: 14px;
}
.btn.ghost{
  background-color: transparent;
}

.btn.ghost.cord-white{
  color: #fff;
  border: 1px solid #fff;
}

.btn.ghost.cord-white:hover{
  color: #FF6725;
  background-color: #fff;
}

form .ctrl--x{
  position: relative;
}
form .ctrl--x label{
  position: absolute;
  left: 1rem;
  top:-0.85rem;
  background-color: #fff;
  padding: 0 0.35rem;
  color: #000;
}
form .ctrl--x .indexed-up{
  z-index: 1;
}
form .form-group{
  margin-bottom: 1.5rem;
}
form .form-group.last{
  margin-bottom: 0;
}

form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FF6725;
}

form .custom-checkbox span{
  position: relative;
  top: -4px;
}

form button:focus{
  box-shadow: none;
  outline: none;
}

/* toastify */
.Toastify__toast {
  padding: 8px 12px !important;
  border-radius: 4px !important;
  min-height: 55px !important;
}

.Toastify__toast-body {
  margin: 0 auto !important;
  flex: 1 1 auto !important;
  height: auto !important;
}

/* icons */
.ui-sidebar [class*="icon-"]{
  position: relative;
  top: 5px;
}
/* loader */
.loading-box{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 3, 68, 1);
}
.loading-box .loader--bx{
  width: 200px;
  height: 200px;
  margin: 50% auto;
}
.loading-spinner img{
  width: 35px;
}

/* navigation */
.nav-link .badge, .nav-item .badge {
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding: .3rem .65rem;
}

.nav-link .badge::before, .nav-item .badge::before {
  content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -3px;
    top: 5px;
    border-style: solid;
    border-top-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 0;
    border-top-color: transparent;
    border-right-color: #9b99f1;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

/* auth */
.big-hero.cord-auth{
  height: 450px;
}
.con--form {
  position: relative;
  padding: 2.5rem 1.5rem;
}

.con--form.up{
  padding: 0;
}

.con--form .form-control, .con--form select.form-control{
  height: 55px !important;
  padding: 0 1.4rem;
}

.con--form .form-control:focus{
  box-shadow: none;
  outline: none;
  border: 1px solid #FF6725;
}

.con--form .tab--bx{
  padding: 2rem 1.5rem;
}

.con--form .rwt__tab {
  padding: 1rem 1.2rem !important;
  cursor: pointer;
  width: 50%;
}

.con--form .rwt__tablist:not([aria-orientation="vertical"]) .rwt__tab[aria-selected="true"]:after {
  border-bottom: 3px solid #FF6725 !important;
}

.con--form .rwt__tab{
  color: rgba(0,0,0,0.5);
}

.con--form .rwt__tab[aria-selected="true"]{
  color: #040344;
}

/* dashboard  */
.fm--update label{
  margin-bottom: 0;
}
.fm--update .form-control,
.fm--update select.form-control{
  height: 50px !important;
  padding: 0 1.2rem;
}

.react-dropdown-select{
  height: 50px !important;
  border-radius: 5px !important;
  font-family: 'gilroyregular' !important;
  font-size: 14px;
  border: 1px solid rgba(0, 40, 100, 0.12) !important;
}

.react-dropdown-select-content
{
  padding-left: 0.6rem;
  color: #04025C;
}
.react-dropdown-select-content span
{
  font-size: 14px;
  color: #04025C;
}
.react-dropdown-select-dropdown-handle{
  margin-right: 0.6rem !important;
}

.fm--update .form-control:focus{
  box-shadow: none;
  outline: none;
}
.fm--update .form-control:focus{
  border-color: #0F55DE;
}
form .form-group {
  margin-bottom: 1rem;
}
.progress{
  border-radius: 0;
}
.progress.dash-up{
  height: 6px;
}
.modal-body {
  padding-bottom: 0px;
  font-size: 14px;
}

.t-rotate{
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;

  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);

  position: absolute;
  top: 3rem;

  transform-origin: center;
}

.core-vs [class*="col-"]{
  margin-bottom: 2.3rem;
}

.abt-offer .abtf-img img{
  width: 100%;
  max-width: 100%;
}
.off--up{
  position: relative;
  top: -10rem;
}
.of--itm{
  padding: 1.5rem 1.5rem;
  border-radius: 6px;
}

.team-img img{
  max-width: 100%;
  width: 210px;
  height: 210px;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  padding: 0.6rem 1.4rem !important;
  text-decoration: none;
  color: #fff !important;
  text-align: center;
  border-radius: 100px !important;
  background-color: #c82590 !important;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "gilroybold";

  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.sel, .btn.sel {
  display: inline-block !important;
  padding: 0.35rem 1.4rem !important;
  text-decoration: none !important;
  color: #fff !important;
  text-align: center;
  border-radius: 100px !important;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "gilroybold";

  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;

  margin-right: 1.2rem;
}

.btn.black {
  background-color: #1d161a !important;
}

.btn.big-btn{
  padding: 0.8rem 1.4rem !important;
}

.btn:hover{
  background-color: #fcbd44 !important;
  color: #fff !important;
}


.abt--st {
  /* height: 495px; */
  position: relative;
}
 .itm-bx{
  position: relative;
  background-color: rgba(200,37,144, 0.95);
  z-index: 100;
  padding: 2rem 2rem;
  border-radius: 6px;
}

.site_header-nav-wrap {
  z-index: 200 !important;
}

.core-vs div[role="button"]{
  margin: 0 !important;
}

.row.boxes [class*="col-md-"]{
  margin-bottom: 2rem;
}

.pd--bx {
  padding: 0.7rem 1rem;
  height: auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  /* border-radius:0 0 6px 6px !important; */
}

.s--more span {
  font-size: 16px !important;
}
.s--more .s--lnk {
  color: #007cdc;
}

.team img{
  max-width: 100%;
}

.main-nav .nav .nav-item a span {
  position: relative;
  top: 1px;
}
.main-nav .nav .nav-item .btn-apply{
  margin-right: 0 !important;
    padding: 0.7rem 1.5rem;
  background-color: #c82590;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  min-width: 160px;
  text-align: center;
  position: relative;
  top: 7px;
  cursor: pointer;

  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.main-nav .nav .nav-item .btn-apply:hover{
  background-color: #fcbd44;
  color: #fff !important;
}
.icon-img img{
  width: 22px;
}

@media (min-width: 1200px){
  .container{
      max-width: 1280px !important;
  }
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

.lt-bulb {
  position: relative;
  left: -2rem;
}
.lt-cm {
  position: relative;
  left: -2rem;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus{
  box-shadow: none !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active{
  border: none !important;
  background-color: #fcbd44 !important;
}