#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
}
#loading-wrapper .spinner-border {
  width: 5rem;
  height: 5rem;
  color: #1273eb;
  border-width: 0.7em;
  margin-bottom: 10px;
}


.swal2-popup {
  font-size: 1.6rem !important;
}

.upload { 
  cursor: pointer !important;
}

.img-fluid {
  width: 100%; }  

.img-fluid-flex {
  width: 100%;
  height: 250px; }  

.img-h-30 { 
  height: 30px;
  width: 30px; }
    
.img-h-35 { 
  height: 35px;
  width: 35px; }
  
.img-h-40 { 
  height: 40px;
  width: 40px; }  

.img-h-50 { 
  height: 50px;
  width: 50px; }  

.img-h-60 { 
  height: 60px;
  width: 60px; }  

.img-h-70 { 
  height: 70px;
  width: 70px; }  
  
.img-h-80 { 
  height: 80px;
  width: 80px; }  

.img-h-90 { 
  height: 90px;
  width: 90px; }  

.img-h-100 { 
  height: 100px;
  width: 100px; }

.img-h-120 { 
  height: 120px;
  width: 120px; }    

.img-h-150-pr { 
  height: 150px;
  width: 150px; }
  .img-h-150 { 
    height: 150px;
    width: 150px; }  
    
.img-h-160 { 
  height: 160px;
  width: 160px; }
  
.img-h-170 { 
  height: 170px;
  width: 170px; }

.img-h-180 { 
    height: 180px;
    width: 180px; }

.img-h-190 { 
  height: 190px;
  width: 190px; }

.img-h-200 { 
  height: 200px;
  width: 200px; }  


/* Scroll Bar */

::-webkit-scrollbar {
  width: 14px;
  height: 8px;
}

::-webkit-scrollbar-track {    
  background: #fff;
}

::-webkit-scrollbar-thumb {
background: #231e39;
}

::-webkit-scrollbar-thumb:horizontal{
  background: #231e39; 
}   

body::-webkit-scrollbar {
width: 14px; 
}
body::-webkit-scrollbar-track {
  background-color: #f7f6fe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; 
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #231e39;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; 
}

::-webkit-input-placeholder {
  color: #9ba6b5;
}
:-moz-placeholder {
  color: #9ba6b5;
}
::-moz-placeholder {
  color: #9ba6b5;
}
:-ms-input-placeholder {
  color: #9ba6b5;
}

 
/* image holder */ 

.picture-holder {
	position: relative;
}

.picture-holder .btn-icon {
	background: #4611A7 none repeat scroll 0 0;
	color: #ffffff !important;
	font-size: 94px;
	height: 100%;
	line-height: 258px;
	opacity: 0.2;
	position: absolute;
	text-align: center;
	width: 100%;
	transition: all 0.4s ease 0s;
}

.picture-holder .btn-icon:hover {
	font-size: 50px;
	opacity: 0.8;
}

.picture-holder img {
	width:100%;
  height: 250px; 
}
 
.img-holder-div-wrapper{  
	border:4px dashed #CCCCCC;
  padding: 20px;
	margin: 10px auto;
	width:800px;
	display: flex; 	
	overflow-x:scroll; 	
}
 
.img-holder-div {  
  border:1px solid #CCCCCC;
  margin: 10px 3px; 
  width:180px; 
  /* useless explorer float: left;*/float: left !important;
}

.img-holder-div:hover {  
  box-shadow:0px 3px 20px 3px #000;
}
 
.img-holder-div img {
  width:180px;
  height: 160px;
  border:0px solid #CCCCCC; 
}

.img-holder-div p { 
  padding: 8px 10px 0px 10px;
  width:180px;
} 
 
.img-holder-div a  {   
  padding: 3px 10px;
  margin: 3px 3px 10px 3px;
  float:left; 
} 

.img-holder-div .btn i{
	font-size:14px;  
} 

.img-holder-div .btn{
	font-size:14px;  
} 


.inputs{
	display:none !important;
}
.dis-none, .hide{
	display:none;
}
input,
select,
textarea { 
    border: 0px;
    border-bottom: 2px solid #dbdaea;
     
}
input:hover,
textarea:hover { 
    border: 0px !important;
    border-bottom: 2px solid #1273eb !important;
}
input:focus,
select:focus,
textarea:focus {  
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none !important; 
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.form-control {
  border: 0px;
  border-bottom: 2px solid #dbdaea;
  border-radius: 2px;
  color: #000;
  font-size: 1.3rem;
  min-height: 40px;
}
.form-control:hover {
  border: 0px !important;
  border-bottom: 2px solid #1273eb !important;
}
.form-control:focus {
  outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important; 
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; 
}
.form-control:disabled,
.form-control[readonly] {
  background: #f8f8fb;
  cursor: not-allowed;
}
.col-form-label {
  padding-top: calc(0.595rem + 1px);
  padding-bottom: calc(0.595rem + 1px);
  min-height: 40px;
}
.form-select:disabled {
  background-color: #f8f8fb;
  cursor: not-allowed;
} 

.input-group-text {
  background-color: #fff;
  border: 0px;
  border-bottom: 2px solid #dbdaea;
  font-size: 1.3rem;
  min-height: 40px;
  margin: 0;
}
.input-group-text i {
  color: #6c7882;
}
.form-text {
  color: #9aa5af;
}
label {
  margin-bottom: 0.3rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: rgba(25, 135, 84, 0.9);
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: rgba(220, 53, 69, 0.9);
}
.valid-feedback {
  border-radius: 2px;
  font-size: 0.7rem;
  color: rgba(25, 135, 84, 0.9);
}
.invalid-feedback {
  border-radius: 2px;
  font-size: 0.7rem;
  color: rgba(220, 53, 69, 0.9);
}
.valid-tooltip {
  right: 0;
  border-radius: 2px;
  font-size: 0.7rem;
  background: rgba(25, 135, 84, 0.9);
}
.invalid-tooltip {
  right: 0;
  border-radius: 2px;
  font-size: 0.7rem;
  background: rgba(220, 53, 69, 0.9);
}
.form-control::-webkit-file-upload-button {
  background: #f8f8fb;
  font-size: 0.75rem;
  min-height: 40px;
  margin: -1rem 1rem -1rem -0.75rem;
  color: #111111;
  line-height: 40px;
}
.form-check {
  margin: 0 1rem 0 0;
}
.form-check .form-check-label {
  font-weight: 400;
  font-size: 0.75rem;
  margin: 0 0 0 5px;
}
.form-check .form-check-input[type="checkbox"] {
  border-radius: 2px;
  width: 1rem !important;
  height: 1rem !important;
  margin-top: 0.15em;
  min-height: auto;
  padding: 0;
}
.form-check .form-check-input[type="radio"] {
  border-radius: 50px;
  width: 1rem !important;
  height: 1rem !important;
  margin-top: 0.15em;
  min-height: auto;
  padding: 0;
}
 

.field-wrapper {
    position: relative;
    margin-bottom: 3rem;
    margin-top: 0.5rem;
    min-width: 90px;
}
.field-wrapper .field-placeholder {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    background: #ffffff;
    border-radius: 30px;
    font-size: 1.3rem;
    font-weight: 600;
    top: -12px;
    left: 7px;
    padding: 2px 7px;
    z-index: 10;
    text-align: left;
    border: 0px !important;
}
.field-wrapper input,
.field-wrapper select,
.field-wrapper textarea {
    /*border: 1px solid #dbdaea;*/
    border: 0px;
    border-bottom: 2px solid #dbdaea;
    padding: 15px 12px 9px 12px;
    border-radius: 2px;
    width: 100%;
    min-height: 40px;
    font-size: 1.5rem;
    color: #020101;
}
.field-wrapper input:hover,
.field-wrapper textarea:hover {
    /*border: 1px solid #1273eb;*/
    border: 0px !important;
    border-bottom: 2px solid #1273eb !important;
}
.field-wrapper input:focus,
.field-wrapper select:focus,
.field-wrapper textarea:focus { 
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important; 
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.field-wrapper .input-group {
  background-color: #fff;
  border: 0px;
  border-bottom: 2px solid #dbdaea; 
}

.field-wrapper .input-group:hover {
  border: 0px !important;
  border-bottom: 2px solid #1273eb !important;
}
.field-wrapper .input-group .btn {
    font-size: 0.75rem;
    font-weight: 600;
    background-color: #fff;
    border: 0px;
    border-bottom: 2px solid #dbdaea;
}
.field-wrapper-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.field-wrapper-group .field-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.field-wrapper-group .input-icon-block {
    max-height: 40px;
    min-width: 40px;
    margin: 0.5rem 0 0 0.2rem;
    border-radius: 2px;
}
.field-wrapper-group .input-icon-block i {
    font-size: 0.9rem;
    display: block;
}



















/*------------------------
    Form
        - Form Control
        - Input Wrapper
-------------------------
.form .form-control {
  margin-bottom: 2rem;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
  background-image: none !important;
  color: black !important;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 4.7rem;
  padding: 0.85rem 2rem;
  border: 1px solid #eee;
  font-size: 1.4rem;
  font-family: "Varela Round", "Josefin Sans", Poppins, "Open Sans", sans-serif, Roboto;
  line-height: 1.5;
  font-weight: 400;
  color: #999;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
}
.form-control::-moz-placeholder {
  color: inherit;
  font-family: inherit;
}
.form-control:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
}
.form-control::-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
}
.form-control::placeholder {
  color: inherit;
  font-family: inherit;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
}
.form-control::-moz-placeholder {
  color: inherit;
}
.form-control.form-solid {
  background-color: #fff;
  border: 0;
  color: #8d8d8d;
}
.form-control.form-control-md {
  font-size: 1.3rem;
  min-height: 4.4rem;
}
.form-control.form-control-sm {
  font-size: 1.2rem;
  min-height: 4rem;
}

textarea {
  font-family: inherit;
  min-width: 100%;
  max-width: 100%;
}
*/
.select-box,
.select-menu {
  position: relative;
}
.select-box select,
.select-menu select {
  position: relative;
  max-width: 14.6rem;
  min-height: auto;
  width: 100%;
  height: 100%;
  padding-left: 9px;
  padding-right: 27px;
  border: 1px solid #e3e3e3;
  color: inherit;
  background-color: transparent;
  font-size: 1.2rem;
  font-family: inherit;
  letter-spacing: inherit;
  z-index: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.select-box select:focus,
.select-menu select:focus {
  outline: none;
}
.select-box::before,
.select-menu::before { 
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select-box option {
  font-size: 1.2rem;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }

  select:focus::-ms-value {
    background: transparent;
    color: currentColor;
  }
}
.input-wrapper input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 40px;
  font-size: 1.4rem;
  font-family: "Varela Round", "Josefin Sans", Poppins, "Open Sans", sans-serif, Roboto;
  border-width: 1px 0 1px 1px;
}

.input-wrapper-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 67.5rem;
  width: 100%;
}
.input-wrapper-inline .btn {
  line-height: 1;
}

.input-wrapper-rounded .form-control {
  border-radius: 0.4rem;
}

.input-wrapper-round .form-control {
  position: relative;
  border-radius: 3rem;
}
.input-wrapper-round .btn {
  border-radius: 3rem;
  line-height: 1;
}
.input-wrapper-round .form-control {
  border-radius: 3rem 0 0 3rem;
}
.input-wrapper-round .btn {
  border-radius: 0 3rem 3rem 0;
}

.input-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4.4rem;
  position: relative;
  width: 100%;
}



.input-group .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3rem;
  /*padding: 0 1.4rem 0 1.8rem;*/
  padding: 15px 12px 9px 12px;
  height: inherit;
  min-height: auto;
  max-width: 100%;
  -webkit-appearance: textfield;
  border: 0px;
  border-bottom: 2px solid #dbdaea; 
  color: #000;
}
.input-group .form-control:hover::-webkit-outer-spin-button, .input-group .form-control:hover::-webkit-inner-spin-button, .input-group .form-control:focus::-webkit-outer-spin-button, .input-group .form-control:focus::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.input-group button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  border: none;
}
.input-group button + button {
  margin-right: 3.3rem;
}
.input-group button:hover {
  cursor: pointer;
}

.custom-radio {
  position: relative;
}
.custom-radio .custom-control-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.custom-radio .custom-control-label {
  padding-left: 3rem;
}
.custom-radio .custom-control-label::after {
  content: "";
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid;
  border-radius: 2px;
  color: #999;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s, content 0.3s, border 0.3s;
  transition: color 0.3s, background-color 0.3s, content 0.3s, border 0.3s;
}
.custom-radio .custom-control-label.round::after {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  content: "";
  background-color: #E40C4D;
  color: #fff;
  border: 2px solid #E40C4D;
  padding-left: 2px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label.color-dark::after {
  background-color: #333;
  border-color: #333;
}

.custom-checkbox {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}
.custom-checkbox + label {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}
.custom-checkbox + label::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-checkbox + label::before {
    line-height: 14px;
  }
}
.custom-checkbox:checked + label::before, .custom-checkbox.checked + label::before {
  content: "";
  border-color: #222;
  background: #222;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  text-align: center;
}

.btn-absolute input.form-control {
  width: 100%;
  padding-left: 2rem;
  color: #999;
  font-size: 1.4rem;
}
.btn-absolute .btn {
  position: absolute;
  width: auto;
  height: 100%;
  min-width: 4.4rem;
  right: 0;
  font-size: 1.3rem;
}
.btn-absolute .btn:hover {
  color: #E40C4D;
}
















.side-menu-box {
  padding: 0;
  border-radius:0;
  border: 1px solid #eee;
}
.side-menu-box .icon-box-side {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 1.4rem 2rem;
  font-size: 2rem;
}
.side-menu-box .icon-box-side:not(:last-child) {
  border-bottom: 1px solid #eee;
}
 
.side-menu-box .icon-box-side .icon-box-icon i {
  font-size: 2rem;  
} 
.side-menu-box .icon-box-title {
  font-weight: 600;
  padding-top: 10px;
}
.side-menu-box p {
  color: #999;
}







.modal-header {
  border-bottom: 1px dashed #000;
}  





/* === BASE HEADING === */ 

.title-hd{ 
  margin: 15px 10px;
  font-family:inherit;
  font-weight: 700;
  font-size: 2rem;
  text-align:center;
  color: #E40C4D;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; text-overflow: ellipsis;
   
}

.price-service{    
  font-weight: 700;
  font-size: 2rem; 
  color: #E40C4D; 
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; text-overflow: ellipsis; 
}

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family:inherit;
  font-weight: 300;
  font-size: 3.1rem;
  color: #E40C4D;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
} 

h4 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family:inherit;
  font-weight: 300;
  font-size: 2rem;
  color: rgb(87, 21, 241);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
} 

h1 span, h4 span  {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em, h4 em {
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 575px) {
  h1 {  
    font-size: 1.7rem !important; 
  }
  h4 {  
    font-size: 1.2rem !important; 
  }
}

/* === HEADING STYLE #1 === */
.one h1, .one h4 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.one h1:before, .one h4:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #E40C4D;
}
.one h1:after, .one h4:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 15px;
  left: 50%;
  margin-left: -50px;
  background-color: #E40C4D;
}



/* === HEADING STYLE #2 === */
.two h1 {
  text-transform: capitalize;
}
.two h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #E40C4D;
}

.two h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
.alt-two h1 {
  text-align:center;
}
.alt-two h1:before {
  left:50%; margin-left:-30px;
}

/* === HEADING STYLE #3 === */
.three h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

/* === HEADING STYLE #4 === */
.four h1 {
  text-align: center;
  padding-bottom: 0.7em;
}
.four h1 span {
  font-weight: 300;
  word-spacing: 3px;
  line-height: 2em;
  padding-bottom: 0.35em;
  color: rgba(0, 0, 0, 0.5);
}
.four h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  content: "";
  left: 50%;
  margin-left: -30px;
  background-color: #777;
}

/* === HEADING STYLE #5 === */
.five h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 700; color:#202020;
  text-transform: uppercase;
  word-spacing: 1px; letter-spacing:2px;
}
.five h1 span {
  margin-top: 40px;
  text-transform: none;
  font-size:.75em;
  font-weight: normal;
  font-style: italic; font-family: "Playfair Display","Bookman",serif;
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
.five h1:before {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 60px;
  height: 4px;
  content: "";
  left: 50%;
  margin-left: -30px;
  background-color: #dfdfdf;
}

/* STYLE 6
   ----------------------------- */
.six h1 {
  text-align: center;
  color:#222; font-size:30px; font-weight:400;
  text-transform: uppercase;
  word-spacing: 1px; letter-spacing:2px; color:#E40C4D;
}
.six h1 span {
  line-height:2em; padding-bottom:15px;
  text-transform: none;
  font-size:.7em;
  font-weight: normal;
  font-style: italic; font-family: "Playfair Display","Bookman",serif;
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
.six h1:after, .six h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px; 
  margin:auto;
  background-color: #ccc;
}
.six h1:before { 
background-color:#d78b8b;
  left:45px; width:90px;
}

/* Style 7
   ----------------------------- */
.seven h1 {
text-align: center;
    font-size:30px; font-weight:300; color:#222; letter-spacing:1px;
    text-transform: uppercase;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.seven h1:after,.seven h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #E40C4D;
    border-top: 1px solid #E40C4D;
    height: 5px;
  background-color:#f8f8f8;
}

/* Style 8
   ----------------------------- */
.eight h1 {
  text-align:center;
 
  text-transform:uppercase;
  font-size:26px; letter-spacing:1px;
  
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
}

.eight h1:after,.eight h1:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
  background-color:#f8f8f8;
}


/* Style 9
   ----------------------------- */
.nine h1 {
  text-align:center; font-size:50px; text-transform:uppercase; color:#222; letter-spacing:1px;
  font-family:"Playfair Display", serif; font-weight:400;
}
.nine h1 span {
  margin-top: 5px;
    font-size:15px; color:#444; word-spacing:1px; font-weight:normal; letter-spacing:2px;
    text-transform: uppercase; font-family:"Raleway", sans-serif; font-weight:500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h1 span:after,.nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
  background-color:#f8f8f8;
}


.ten h1 {
  font-size:34px; font-weight:500; text-transform:uppercase;
}
.ten h1:before {
    background-color: #E40C4D;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 42px;
    margin-bottom: 1.25rem;
}


.eleven h1 {
  font-size:30px;text-align:center; line-height:1.5em; padding-bottom:45px; font-family:"Playfair Display", serif; text-transform:uppercase;letter-spacing: 2px; color:#111;
}


.eleven h1:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 60%;
  left:50%; margin-left:-30%;
  height: 1px;
  content: "";
  background-color: #777; z-index: 4;
}
.eleven h1:after {
  position:absolute;
  width:40px; height:40px; left:50%; margin-left:-20px; bottom:0px;
  content: '\00a7'; font-size:30px; line-height:40px; color:#E40C4D;
  font-weight:400; z-index: 5;
  display:block;
  background-color:#f8f8f8;
}


.twelve h1 {
  font-size:26px; font-weight:700;  letter-spacing:1px; text-transform:uppercase; width:160px; text-align:center; margin:auto; white-space:nowrap; padding-bottom:13px;
}
.twelve h1:before {
    background-color: #E40C4D;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.twelve h1:after {
    background-color: #E40C4D;
    content: '';
    display: block;
  position:absolute; right:0; bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

.twelve h4 {
  font-size:1.7rem; font-weight:700;  letter-spacing:1px; text-transform:uppercase; width:160px; text-align:center; margin:auto; white-space:nowrap; padding-bottom:13px;
}
.twelve h4:before {
    background-color: #333;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.twelve h4:after {
    background-color: #333;
    content: '';
    display: block;
    position:absolute; 
    right:0; 
    bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}



.thirteen h1 {
  position:relative; font-size:20px; font-weight:700;  letter-spacing:0px; text-transform:uppercase; width:150px; text-align:center; margin:auto; white-space:nowrap; border:2px solid #222;padding:5px 11px 3px 11px;
}
.thirteen h1:before, .thirteen h1:after {
    background-color: #E40C4D;
    position:absolute; 
    content: '';
    height: 7px;

    width: 7px; border-radius:50%;
    bottom: 12px;
}
.thirteen h1:before {
   left:-20px;
}
.thirteen h1:after {
   right:-20px;
}
/* ------- Helper Styles -------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
 
.heading div {
  position: relative;
  background: #f8f8f8;
  width: 90%;
  max-width: auto;
  padding: 2em;
  margin: 1.5em auto;
  border: 3px solid rgba(0, 0, 0, 0.08);
}

h1:before,
h1:after {
  background-color: #E40C4D;
}


/*typehead*/

.typeahead { border: 2px solid #FFF;border-radius: 4px;padding: 8px 12px;max-width: 300px;min-width: 290px;
  background: #fff;color: #333;}
  input.typeahead {min-width: 265px;}
  .tt-menu { width:300px; }
  ul.typeahead{margin:0px;padding:10px 0px;}
  ul.typeahead.dropdown-menu li a {padding: 10px !important;	border-bottom:#CCC 1px solid;color:#333;}
  ul.typeahead.dropdown-menu li:last-child a { border-bottom:0px !important; }
  ul.typeahead.bgcolor {max-width: 550px;min-width: 290px;max-height:340px;padding: 100px 10px 130px;border-radius:4px;text-align:center;margin:10px;}
  ul.typeahead.demo-label {font-size:1.5em;color: #333;font-weight: 500; }
  ul.typeahead.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: #5715F1;
    color:#fff;
    outline: 0;
  }





table.products-table {
  background: #ffffff;
  margin-bottom: 0;
  padding: 0.6rem;
}
table.products-table thead tr {
  margin: 0 0 15px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
table.products-table thead tr th {
  background: #fff !important;
  border: 0 !important;
  color: #333;
}
table.products-table thead tr th:first-child {
  border-radius: 4px 0 0 4px;
}
table.products-table thead tr th:last-child {
  border-radius: 0 4px 4px 0;
}
table.products-table tbody tr {
  margin: 0 0 5px 0;
  border-bottom: 1px solid #e8edf3;
}
table.products-table tbody tr td {
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0;
  padding: 0.6rem;
  vertical-align: middle;
  color: #072242;
}
.badge-span{
  color: #ffffff !important; 
}
table.products-table tbody tr td:first-child {
  border-radius: 4px 0 0 4px;
}
table.products-table tbody tr td:last-child {
  border-radius: 0 4px 4px 0;
}
table.products-table tbody tr td img.user {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
table.products-table tbody tr td .badge {
  border-radius: 30px;
  padding: 0.35rem 0.5rem;
  min-width: 60px;
  background: #e5f0ff;
  color: #1273eb;
}
table.products-table td .media-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
table.products-table td .media-box img.media-avatar {
  height: 40px !important;
  width: 40px !important;
  margin: 0 10px 0 0 !important;
}
table.products-table td .media-box .media-box-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
table.products-table td .media-box .media-box-body a {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 5px 0;
}
table.products-table td .media-box .media-box-body p {
  font-size: 1.4rem;
  color: #969ea5;
  margin: 0;
}


.table {
  color: #000;
  font-size: 1.4rem;
  border-color: #e8edf3;
}
.table th,
.table td {
  white-space: nowrap;
  padding: 15px 10px;
  border:0px;
  border-bottom: 1px solid #c8d3df !important;
}
.table th {
  font-size: 1.5rem;
  font-weight: 600;
  color: #072242;
  
}
.table .td-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.table .td-actions a.icon {
  margin: 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  color: #ffffff;
}
.table .td-actions a.icon i {
  font-size: 1.7rem;
  text-shadow: none;
}
.table .td-actions a.icon.red {
  background: #ec4f3d;
}
.table .td-actions a.icon.green {
  background: #5dab18;
}
.table .td-actions a.icon.blue {
  background: #1273eb;
}
.table a.link {
  color: #1273eb;
  font-weight: 600;
  text-decoration: underline;
}
.table .flag-img {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}
.table.v-middle {
  vertical-align: middle;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f8fd;
  --bs-table-accent-bg: $light-color;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f8fd;
  --bs-table-accent-bg: $light-color;
}
.table-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.table-actions .btn {
  margin: 0 3px;
}
.table-actions .btn i {
  margin: 0;
}
.table-container {
  padding: 1.25rem 1.25rem;
  border-radius: 4px;
  margin-bottom: 20px;
}
.table-container.light-green {
  background: #ffffff;
}
.table-container.light-green .table th {
  color: #5dab18;
}
.table-container.light-green .table td {
  border-bottom: 1px solid #d2e9c4;
}
.table-container.light-green .table a {
  color: #5dab18;
}
.table-container.light-blue {
  background: #ffffff;
}
.table-container.light-blue .table th {
  color: #1273eb;
}
.table-container.light-blue .table td {
  border-bottom: 1px solid #cbe5fd;
}
.table-container.light-blue .table a {
  color: #1273eb;
}



.invoice-container {
  padding: 0;
}
.invoice-container .invoice-header .invoice-logo {
  margin: 0.8rem 0 1rem 0;
  display: inline-block;
}
.invoice-container .invoice-header .invoice-logo img {
  width: 50px;
  height: 50px;
}
.invoice-container .invoice-header address {
  font-size: 1.4rem;
  color: #5e6973;
  margin: 0;
  text-align: right;
}
.invoice-container .invoice-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0.5rem 0;
  padding: 1.4rem;
  line-height: 180%;
  background: #e5f0ff;
}
.invoice-container .invoice-details .invoice-num {
  text-align: right;
  margin-left: auto;
  font-size: 1.4rem;
}
.invoice-container .invoice-body {
  padding: 3rem 0;
}
.invoice-container .invoice-footer {
  text-align: center;
  font-size: 1.4rem;
}
.invoice-container .invoice-footer span {
  display: inline-block;
  background: #e5f0ff;
  padding: 3px 10px;
  border-radius: 30px;
}


.custom-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-btn-group.right-align {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.custom-btn-group .btn {
  margin: 0.3rem;
}
.custom-btn-group .btn-sm {
  margin: 0.2rem 0.1rem;
}
.custom-icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-icon-group.right-align {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.custom-icon-group .btn {
  margin: 0.3rem;
}
.custom-icon-group .btn i {
  margin: 0;
}
.custom-icon-group .btn-sm {
  margin: 0.2rem 0.1rem;
}
.custom-icon-group .btn-sm i {
  margin: 0;
}


.card {
  background: #ffffff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* services */

    
.service-wrapper{
  font-size:1.5rem;
  text-align:justify;
}

.service-wrapper div{ 
  text-align:justify;
  margin-bottom:0.5rem;
}
.service-wrapper p{
  font-size:1.5rem; 
}  
.service-wrap p {  
  margin-bottom:0.5rem;
} 
.service-wrap ol { 
  list-style: circle;
  margin-left: 2rem;
} 
.service-wrap li {
  position: relative;
  padding-left: 0.2rem;
  line-height: 2;
}
.service-wrap li::before {
  position: absolute;
  display: block;
  left: 0;
  top: 1px; 
  font-weight: 600;
  font-size: 1.7rem;
} 
 
.service-wrap table {
  background: #ffffff;
  margin-bottom: 0;
  padding: 0.6rem;
}
.service-wrap table thead tr {
  margin: 0 0 15px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-wrap table thead tr th {
  background: #fff !important;
  border: 0 !important;
  color: #333;
}
.service-wrap table thead tr th:first-child {
  border-radius: 4px 0 0 4px;
}
.service-wrap table thead tr th:last-child {
  border-radius: 0 4px 4px 0;
}
.service-wrap table tbody tr {
  margin: 0 0 5px 0;
  border-bottom: 1px solid #e8edf3;
}
.service-wrap table tbody tr td {
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0;
  padding: 0.6rem;
  vertical-align: middle;
  color: #072242;
}

.write-wrap h4 {  
  margin-top:3rem;
  margin-bottom:2rem;
}

.write-wrap p {  
  margin-bottom:1rem;
  text-align:justify;
}

.write-wrap ol { 
  list-style: circle;
  margin-left: 2rem;
}

.write-wrap li {
  position: relative;
  padding-left: 0.2rem;
  line-height: 2;
  text-align:justify;
}
.write-wrap li::before {
  position: absolute;
  display: block;
  left: 0;
  top: 1px; 
  font-weight: 600;
  font-size: 1.7rem;
}

#payment-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 2000;
  cursor: pointer;
  user-select:none;
  
}
.payment-ov-btn{
  position:absolute;
  top:50%;
  left:51%;
  font-size:32px; 
  color:white;
  user-select:none;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%)
}

.payment-ov-text{
  position:absolute;
  top:60%;
  left:45%;
  font-size:50px; 
  color:white;
  user-select:none;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%)
}


.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* <div class="loader"></div> */

.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.contact-info-icon {
  margin-bottom: 15px;
}
.contact-info-item {
  background: #000;
  padding: 30px 0px;
  border-radius:20px;
}
.contact-info-icon i {
  font-size: 48px;
  color:rgb(240, 173, 193);
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.contact-info-text span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  width: 100%;
} 
  
/* app section */
.app {
  margin: 250px auto 150px auto;
}
.app-section {
  padding: 120px 60px; 
  background-color: #020101;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; 
} 
.app-section-content {
  max-width: 720px; 
}
.app-section-content h2 { 
  color:#fff;
}

.app-section-content .app-link-img img { 
  border-radius: 8px;
}  
.android {
  position: absolute;
  bottom: 0px;
  right: 60px; 
}

@media only screen and (max-width: 1199px) {
  .app-section {
      margin-top: 0px;
      padding: 100px 20px; 
  } 
}

@media only screen and (max-width: 767px) {

  .app {
      margin: 80px auto 80px auto;
  }

  .app-section {
      padding: 60px 20px; 
  } 
  .app-section-content h2 {
      font-size: 24px;
      line-height: 34px; 
  }
  .app-section-content .app-link-img {
      margin-top: 25px; 
  }
  .app-section-content .app-link-img img {
      max-width: 120px;
      height: 40px; 
  }  
  .android {
      position: relative;
      top: 40px;
      right: 0px; 
  }

}


@media only screen and (max-width: 498px) {

  .app {
      margin: 80px auto 80px auto;
  } 
  .app-section {
      padding: 60px 20px; 
  } 
  .app-section-content h2 {
      font-size: 20px;
      line-height: 30px; 
  }
  
  .app-section-content .app-link-img img {
      max-width: 120px;
      height: 40px;
      margin-right:10px; 
  } 

   
}

.black-section {
  padding-top: 4.8rem;
  padding-bottom: 0rem;
  background-color:#020101;
}


.mobile-filter { 
  display: none !important;  
}