:root {

  --primary-400: #ca8dbd;
  --primary-500: #bb72bd;
  --primary-600: #aa5fa1;
  --primary-700: #8a4e91;
  --primary-800: #693d80;

  --secondary-400: #fe9935;
  --secondary-500: #fe731a;
  --secondary-600: #ff4e06;

  --danger-400: #ef4606;
  --danger-500: #de3f06;


  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;


  
  /* --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; */
}


/* --------- Components Area ---------*/

.components-container{
  max-width:1050px;
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
  font-family: 'Roboto', sans-serif;
}

.components-box{
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: -4.243px 4.243px 15px 0px rgba(0, 0, 0, 0.06); 
}
.components-box h3{ font-size:20px; font-weight:500; color:#364347;}
.components-box h1{ font-size:40px; font-weight:300; color:#3d4244;    text-transform: uppercase;    margin-bottom: 1rem;}

.co-color-box{ margin-right:20px; margin-bottom:10px; font-size:14px;  display:inline-block; text-align:center;}
.co-color-box .co-color-v{ width:125px; height:40px; border-radius:4px; display: block;}
.co-color-v.primary-400{ background-color:var(--primary-400);}
.co-color-v.primary-500{ background-color:var(--primary-500);}
.co-color-v.primary-600{ background-color:var(--primary-600);}
.co-color-v.primary-700{ background-color:var(--primary-700);}
.co-color-v.primary-800{ background-color:var(--primary-800);}

.co-color-v.secondary-400{ background-color:var(--secondary-400);}
.co-color-v.secondary-500{ background-color:var(--secondary-500);}
.co-color-v.secondary-600{ background-color:var(--secondary-600);}

.co-color-v.danger-400{ background-color:var(--danger-400);}
.co-color-v.danger-500{ background-color:var(--danger-500);}


.btn-grad {background-image: linear-gradient(to right, #e52d27 0%, #b31217  51%, #e52d27  100%)}
.btn-grad {
   margin: 10px;
   padding: 15px 45px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 10px;
   display: block;
 }

 .btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }

.btn-kits button, .btn-kits a{ margin-right:14px;}

.swipea-button{font-family: 'Roboto', sans-serif; font-size:15px; border:0; background-color:#f3f3f3; padding: 10px 30px; line-height: normal; outline:none!important; vertical-align: middle;
  -moz-transition: all .4s ease-in-out;  -o-transition: all .4s ease-in-out;  -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}

.swipea-button span{ vertical-align: middle;}


.primary-button,a.primary-button{
  color:#fff;
  background: rgb(147,89,155);
  background-image: -moz-linear-gradient(rgba(187,113,189,1) 0%, rgba(147,89,155,1) 51%, rgba(187,113,189,1) 100% );
  background-image: -webkit-linear-gradient(rgba(187,113,189,1) 0%, rgba(147,89,155,1) 51%, rgba(187,113,189,1) 100% );
  background-image: linear-gradient(rgba(187,113,189,1) 0%, rgba(147,89,155,1) 51%, rgba(187,113,189,1) 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#93599b",endColorstr="#bb71bd",GradientType=1);
  background-size: auto 200%; 
}

.primary-button:hover,a.primary-button:hover{
  background-position: bottom;
}

.primary-button-light,a.primary-button-light{
  color:#fff;
  background: rgb(170,95,161);
background-image: -moz-linear-gradient(rgba(202,141,189,1) 0%, rgba(170,95,161,1) 51%, rgba(202,141,189,1) 100% );
background-image:  -webkit-linear-gradient(rgba(202,141,189,1) 0%, rgba(170,95,161,1) 51%, rgba(202,141,189,1) 100% );
background-image: linear-gradient(rgba(202,141,189,1) 0%, rgba(170,95,161,1) 51%, rgba(202,141,189,1) 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aa5fa1",endColorstr="#ca8dbd",GradientType=1);
background-size: auto 200%; 
}

.primary-button-light:hover,a.primary-button-light:hover{
  background-position: bottom;
}

.button-light,a.button-light{
  border:1px solid #404040;
  background-color:#fff;
  color:#000;
}
.button-gray,a.button-gray{
  border:1px solid #404040;
  background-color:#f3f3f3;
  color:#000;
}

.button-active,a.button-active{
  color:#fff;
  background: rgb(18,127,33);

  background-image: -moz-linear-gradient(rgba(129,227,134,1) 0%, rgba(18,127,33,1) 51%, rgba(129,227,134,1) 100% );
  background-image: -webkit-linear-gradient(rgba(129,227,134,1) 0%, rgba(18,127,33,1) 51%, rgba(129,227,134,1) 100% );
background-image: linear-gradient(rgba(129,227,134,1) 0%, rgba(18,127,33,1) 51%, rgba(129,227,134,1) 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#127f21",endColorstr="#81e386",GradientType=1);
background-size: auto 200%; 
}
.button-active:hover,a.button-active:hover{
  background-position: bottom;
}


.button-inactive,a.button-inactive{
  background: rgb(189,189,189);
  background: -moz-linear-gradient(0deg, rgba(189,189,189,1) 0%, rgba(230,229,229,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(189,189,189,1) 0%, rgba(230,229,229,1) 100%);
  background: linear-gradient(0deg, rgba(189,189,189,1) 0%, rgba(230,229,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdbdbd",endColorstr="#e6e5e5",GradientType=1);
color:#fff;
}

.secondary-button,a.secondary-button{
  color:#fff;
  background: rgb(235,106,18);
  background-image: -moz-linear-gradient(rgba(255,147,73,1) 0%, rgba(235,106,18,1) 51%, rgba(255,147,73,1) 100% );
  background-image: -webkit-linear-gradient(rgba(255,147,73,1) 0%, rgba(235,106,18,1) 51%, rgba(255,147,73,1) 100% );
background-image: linear-gradient(rgba(255,147,73,1) 0%, rgba(235,106,18,1) 51%, rgba(255,147,73,1) 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb6a12",endColorstr="#ff9349",GradientType=1);
background-size: auto 200%; 
}
.secondary-button:hover,a.secondary-button:hover{
  background-position: bottom;
}





.success-button,a.success-button{ background-color:#27ab3a; color:#fff;}
.danger-button,a.danger-button{ background-color:var(--danger-400); color:#fff;}
.warning-button,a.warning-button{ background-color:#ffab1e; color:#fff;}
.info-button,a.info-button{ background-color:#49b7b6; color:#fff;}

.swipea-button.link-button{ background-color:transparent;}
.swipea-button.cruved-button{ border-radius:6px;}
.swipea-button.sharp-button{ border-radius:0;}

.sm-button{    font-size: 12px;  padding: 7px 25px;}
.lg-button{  font-size: 25px; padding: 10px 43px;}

.btn-round{border-radius:70px;}
.btn-curve{border-radius:4px;}

.button-outline{ background-color:transparent; border:1px solid #212529}
.button-outline-primary,a.button-outline-primary{ border-color: var(--primary-700); color: var(--primary-700);}


.va-m{vertical-align: middle;}

.swipea-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  .swipea-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  }


  .swipea-checkbox .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 24px;
      width: 24px;
      background-color:transparent;
      border:1px solid #A255B1;
      border-radius:4px;
  }


  .swipea-checkbox input:checked ~ .checkmark {
      background-color: #A255B1;
  }


  .swipea-checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
  }


  .swipea-checkbox input:checked ~ .checkmark:after {
      display: block;
  }


  .swipea-checkbox .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }



  .swipea-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .swipea-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .swipea-radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 24px;
        width: 24px;
        background-color: transparent;
        border-radius: 50%;
        border:2px solid #959595;
    }

 
    .swipea-radio input:checked ~ .checkmark{ border-color:#A255B1;}
    .swipea-radio input:checked ~ .checkmark:after {
        background-color: #A255B1;
    }



    .swipea-radio .checkmark:after {
      content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #959595;
    }

 


.swipa-select.select-primary .select2-selection{
  border:0;
  background: rgb(148,89,155);
  background: -moz-linear-gradient(0deg, rgba(148,89,155,1) 0%, rgba(187,114,189,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(148,89,155,1) 0%, rgba(187,114,189,1) 100%);
  background: linear-gradient(0deg, rgba(148,89,155,1) 0%, rgba(187,114,189,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#94599b",endColorstr="#bb72bd",GradientType=1); 
}


.swipa-select .select2-container--bootstrap4.select2-container--focus .select2-selection{  box-shadow:none!important;border-radius: 4px;}


.swipa-select.select-primary .select2-selection .select2-selection__placeholder,
.swipa-select.select-primary .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow::after,
.swipa-select.select-primary .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{ color:#fff;}
.swipa-select.select-primary  .select2-container--bootstrap4.select2-container--focus .select2-selection{ background-image:none; background-color:#8a4e91;}

.swipa-select.select-outline .select2-container--bootstrap4 .select2-selection{ border:1px solid #e1e1e1;}



.swipa-select .select2-selection .select2-selection__placeholder{font-size:14px;}
.swipa-select .select2-container--bootstrap4 .select2-selection--single{ height:40px!important;}
.swipa-select .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{line-height:40px; padding-left: 20px; font-size: 14px;}

.swipa-select .select2-container .select2-selection--single .select2-selection__clear{ display:none;}

.swipa-select .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b{ display:none;}
.swipa-select .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow{ top: 8px; right: 9px;}
.swipa-select .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow::after{
    content: "\e5cf";  font-family: 'Material Icons';  font-size: 24px; line-height: normal; }
  

    .select2-container .select2-search{ display:none;}
    .select2-container .select2-results__options .select2-results__option{font-family: 'Roboto', sans-serif; font-size:14px; color:#3d4244;}
    .select2-container .select2-results__options .select2-results__option.select2-results__option--highlighted{ background-color:#dcbad6; color:#fff}
    .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above{    border-color: #e1e1e1;}




.componets-code{ position: relative;}
.componets-code .copy-letter-button{     position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  background: transparent;
  border: 0;
  padding: 10px;
  margin: 0;
  font-weight: 500; outline:none; }
    .code-toolbar{ position: relative; }

    .highlight {
      padding: 1rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
      background-color: #f7f7f9;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      font-size: 16px;
  }

    .highlight pre {
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      background-color: transparent;
      border: 0;
  }
  .highlight pre code {
    font-size: inherit;
    color: #212529;
}
.nt {
  color: #2f6f9f;
}
.na {
  color: #4f9fcf;
}
.s {
  color: #d44950;
}



.swipea-carousel .item{ padding:20px 14px ;}
.swipea-carousel .item-content{
border-radius:10px;
overflow: hidden;
background-color: rgb(255, 255, 255);
box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.06);
}
.swipea-carousel .owl-nav > button{
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.2);
  border:0;
  width:38px;
  height:38px;
  font-size: 26px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  outline:none;
}
.swipea-carousel .owl-nav > button.owl-prev{left:0;}
.swipea-carousel .owl-nav > button.owl-next{right:0;}
.swipea-carousel .owl-nav > button span{ display:none;}
.swipea-carousel .owl-nav > button::after{  font-family: 'Material Icons'; color:#737373}
.swipea-carousel .owl-nav > button.owl-prev::after{ content:"\e408";}
.swipea-carousel .owl-nav > button.owl-next::after{ content:"\e315";}
.swipea-carousel{     padding: 0 40px;}

.swipea-carousel .owl-nav > button.disabled{    opacity: 0.5;}

.breadcrumbs-outer{
  border-radius: 31px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    padding: 0.4rem 1rem;
}

.swipea-breadcrumbs{ display:flex; align-items:center;}
.swipea-breadcrumbs .apps-icon{ color:var(--primary-700); }
.swipea-breadcrumbs .breadcrumb .breadcrumb-item{ font-size:1rem; font-weight:500;}
.swipea-breadcrumbs .breadcrumb .breadcrumb-item a{color:#404040; }
.swipea-breadcrumbs .breadcrumb .breadcrumb-item:hover a{color:var(--primary-700);}
.swipea-breadcrumbs .breadcrumb .breadcrumb-item{color:#7d7d7d; }
.swipea-breadcrumbs  .breadcrumb-item + .breadcrumb-item::before{ font-family: 'Material Icons'; content: "\e5df";font-size: 1.5rem; color: #404040;  line-height: normal;  vertical-align: middle;    padding: 0;}

.swipea-floating-control .form-control,
.swipea-normal-control .form-control{border: 1px solid #9a9a9a; min-height: 40px; font-size: 14px;}
.swipea-floating-control { position: relative;  margin-bottom: 1rem;}
.swipea-floating-control > input, .swipea-floating-control > label { padding:9px 10px;}
.swipea-floating-control > label { position: absolute; top: 0; left: 0; display: block;  width: 100%;margin-bottom: 0;  line-height: 1.5; color: rgba(0, 0, 0, 0.5); border: 1px solid transparent;  border-radius: .25rem;  transition: all .1s ease-in-out; pointer-events:none;    font-size: 14px;}
.swipea-floating-control input:not(:placeholder-shown) { padding-top: calc(10px + 10px * (2 / 3)); padding-bottom: calc(10px / 3);}
.swipea-floating-control input:not(:placeholder-shown) ~ label {padding-top: calc(10px / 3); padding-bottom: calc(10px / 3);  font-size: 11px;  color: #777;}

.swipea-normal-control .form-control:focus,
.swipea-floating-control .form-control:focus{ border-color:#b975ae;  box-shadow: 0px 0px 5.52px 2.48px rgba(185, 117, 174, 0.4)!important;}

.swipea-floating-control input::-webkit-input-placeholder {color: transparent;}
.swipea-floating-control input:-ms-input-placeholder { color: transparent;}
.swipea-floating-control input::-ms-input-placeholder { color: transparent;}
.swipea-floating-control input::-moz-placeholder { color: transparent;}
.swipea-floating-control input::placeholder { color: transparent;}

.alert-input .form-control{ background-color:#fff0f0; border-color:#ef4606; font-weight:500;}
.alert-input .form-control::-webkit-input-placeholder {color: #ef4606; font-weight:500;}
.alert-input .form-control:-ms-input-placeholder { color: #ef4606; font-weight:500;}
.alert-input .form-control::-ms-input-placeholder { color: #ef4606; font-weight:500;}
.alert-input .form-control::-moz-placeholder { color: #ef4606; font-weight:500;}
.alert-input .form-control::placeholder { color: #ef4606; font-weight:500;}
.alert-input .form-control:focus{ border-color:#ef4606;  box-shadow: 0px 0px 5.52px 2.48px rgba(239, 6, 6, 0.2)!important;}


.swipea-page-navigation .page-item .page-link{ border:0;    margin: 0 4px;}
.swipea-page-navigation .page-item.active .page-link{border-radius: 5px; background-color: rgb(185, 117, 174);
  box-shadow: 0px 2px 5px 0px rgba(103, 58, 183, 0.4);}
.services-images p{ font-weight:500; font-size:16px; margin-top:4px;}
.swipea-page-navigation .page-item .page-link .material-icons{   font-size: 16px; vertical-align: middle;  font-weight: 700;  margin: 0 4px;}