.bg-pricing-blue {
    color: #c5a7a7!important;
/*    background-color: RGBA(57,136,196,var(--bs-bg-opacity,1))!important; */
background-color: RGBA(94,159,209);
}

.bg-pricing-primary {
    color: #c5a7a7!important;
/*    background-color: RGBA(57,136,196,var(--bs-bg-opacity,1))!important; */
    background-color: RGBA(206,67,154);
}
.border-pricing-primary{
    border-color: RGBA(195,34,134);
}
.bg-pricing-green {
    color: #c5a7a7!important;
    background-color: RGBA(163,226,103);
}







.form-control {
    border: 1px solid #F5B52E;
}

/*PRICING*/
 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
/*END PRICING */


.y-move {
    transition: all .2s;	
}

/*a., a:hover, a:focus {
    text-decoration: underline;
    color: #EA225E;
    border-bottom: 1px dotted #EA225E;
    text-decoration: none;
}*/

.metro a{
    text-decoration: none;
    color: #C32286;
    border-bottom: 1px dotted #C32286;
}


#smizdir_content a.smizdir {
    text-decoration: none;
    color: #C32286;
    border-bottom: 1px dotted #C32286;
}

.content a {
    text-decoration: none;
    color: #C32286;
    border-bottom: 1px dotted #C32286;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.my-fa {
    padding-top: 18px;
    padding-left: 19px;
}

@media (max-width: 576px) {
	.sm-select-mb {
        	margin-bottom: 15px;
	}
    }
/* BUTTONS */
/* BLUE #1674BC */
/* Button style */
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn-blue-sm {
  font-size: 14px;
  padding: 10px 25px;
}
.btn-blue {
    background: #1674BC;
    color: #fff;
    border-color: #1674BC;
}
.btn-blue:active, .btn-blue:hover, .btn-blue:focus, .btn-blue.focus, .btn-blue.active {
  background: #085A99 !important;
  color: #fff;
  border-color: #085A99 !important;
}

.btn-outline-blue {
  background: transparent;
  color: #1674BC;
  border-color: #1674BC;
}
.btn-outline-blue:active, .btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue.focus, .btn-outline-blue.active {
  background: #1674BC !important;
  border-color: #1674BC !important;
  color: #fff;
}
/* END BLUE */

/* GREEN #81C640 */
/* Button style */
.btn-green:hover, .btn-green:active, .btn-green:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn-green-sm {
  font-size: 14px;
  padding: 10px 25px;
}
.btn-green {
    background: #81C640;
    color: #fff;
    border-color: #81C640;
}
.btn-green:active, .btn-green:hover, .btn-green:focus, .btn-green.focus, .btn-green.active {
  background: #65AE20 !important;
  color: #fff;
  border-color: #65AE20 !important;
}

.btn-outline-green {
  background: transparent;
  color: #81C640;
  border-color: #81C640;
}
.btn-outline-green:active, .btn-outline-green:hover, .btn-outline-green:focus, .btn-outline-green.focus, .btn-outline-green.active {
  background: #81C640 !important;
  border-color: #81C640 !important;
  color: #fff;
}
/* END GREEN */

/* ORANGE #ED5B35 */
/* Button style */
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn-orange-sm {
  font-size: 14px;
  padding: 10px 25px;
}
.btn-orange {
    background: #ED5B35;
    color: #fff;
    border-color: #ED5B35;
}
.btn-orange:active, .btn-orange:hover, .btn-orange:focus, .btn-orange.focus, .btn-orange.active {
  background: #CD3912 !important;
  color: #fff;
  border-color: #CD3912 !important;
}

.btn-outline-orange {
  background: transparent;
  color: #ED5B35;
  border-color: #ED5B35;
}
.btn-outline-orange:active, .btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange.focus, .btn-outline-orange.active {
  background: #ED5B35 !important;
  border-color: #ED5B35 !important;
  color: #fff;
}
/* END ORANGE */

/* PURPLE #612E8D */
/* Button style */
.btn-purple:hover, .btn-purple:active, .btn-purple:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn-purple-sm {
  font-size: 14px;
  padding: 10px 25px;
}
.btn-purple {
    background: #612E8D;
    color: #fff;
    border-color: #612E8D;
}
.btn-purple:active, .btn-purple:hover, .btn-purple:focus, .btn-purple.focus, .btn-purple.active {
  background: #4B1A76 !important;
  color: #fff;
  border-color: #4B1A76!important;
}

.btn-outline-purple {
  background: transparent;
  color: #612E8D;
  border-color: #612E8D;
}
.btn-outline-purple:active, .btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple.focus, .btn-outline-purple.active {
  background: #612E8D !important;
  border-color: #612E8D !important;
  color: #fff;
}
/* END PURPLE */

/* YELLOW #F5B52E */
/* Button style */
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn-yellow-sm {
  font-size: 14px;
  padding: 10px 25px;
}
.btn-yellow {
    background: #F5B52E;
    color: #fff;
    border-color: #F5B52E;
}
.btn-yellow:active, .btn-yellow:hover, .btn-yellow:focus, .btn-yellow.focus, .btn-yellow.active {
  background: #D3930B !important;
  color: #fff;
  border-color: #D3930B !important;
}

.btn-outline-yellow {
  background: transparent;
  color: #F5B52E;
  border-color: #F5B52E;
}
.btn-outline-yellow:active, .btn-outline-yellow:hover, .btn-outline-yellow:focus, .btn-outline-yellow.focus, .btn-outline-yellow.active {
  background: #F5B52E !important;
  border-color: #F5B52E !important;
  color: #fff;
}
/* END YELLOW */


/* TEAL #00A496 */
/* Button style */
.btn-teal:hover, .btn-teal:active, .btn-teal:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn-teal-sm {
  font-size: 14px;
  padding: 10px 25px;
}
.btn-teal {
    background: #00A496;
    color: #fff;
    border-color: #00A496;
}
.btn-teal:active, .btn-teal:hover, .btn-teal:focus, .btn-teal.focus, .btn-teal.active {
  background: #007E75 !important;
  color: #fff;
  border-color: #007E75 !important;
}

.btn-outline-teal {
  background: transparent;
  color: #00A496;
  border-color: #00A496;
}
.btn-outline-teal:active, .btn-outline-teal:hover, .btn-outline-teal:focus, .btn-outline-teal.focus, .btn-outline-teal.active {
  background: #00A496 !important;
  border-color: #00A496 !important;
  color: #fff;
}
/* END TEAL */

/* PINK #EA225E */
/* Button style */
.btn-pink:hover, .btn-pink:active, .btn-pink:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn-pink-sm {
  font-size: 14px;
  padding: 10px 25px;
}
.btn-pink {
    background: #EA225E;
    color: #fff;
    border-color: #EA225E;
}
.btn-pink:active, .btn-pink:hover, .btn-pink:focus, .btn-pink.focus, .btn-pink.active {
  background: #E40045 !important;
  color: #fff;
  border-color: #E40045 !important;
}

.btn-outline-pink {
  background: transparent;
  color: #EA225E;
  border-color: #EA225E;
}
.btn-outline-pink:active, .btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink.focus, .btn-outline-pink.active {
  background: #EA225E !important;
  border-color: #EA225E !important;
  color: #fff;
}
/* END PINK */











.my-border {
    border-color: #eee);
    border-radius: .1em);
    border-style: solid);
    border-width: .08em);
    padding: .2em .25em .15em);
}

.col-sm-fit {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
}

.bg-overlay{
    width: 100%;
    height: 600px;
    background: linear-gradient(0deg, rgba(255 255 255 / 54%), 
                rgba(255 0 150 / 69%)), 
		url('images/business-camera-coffee.jpg');
    background-repeat:no-repeat;
    background-size: cover;
}

.header-homepage:not(.header-slide) .background-overlay, .header-homepage:not(.header-slide).color-overlay::before {
    opacity: 0.69;
}
.header-homepage:not(.header-slide).color-overlay:before {
    background: #2A2626;
}

.header, .header-homepage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.asterisk{
    /*color: #ED5B35;*/
    color: #A22403;
}
/* Hide the browser's default checkbox */
.container_checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark_checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark_checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: 1px solid #F5B52E;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark_checkbox {
    position: absolute;
    top: 0;
    left: -5px;
    height: 25px;
    width: 25px;
    background-color: #F8F9FA;
    border: 1px solid #F5B52E;
    border-radius: 0.375rem;
}

/* RADIO */

.container_radio input:checked ~ .checkmark_radio {
    background-color: #ED5B35;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_radio:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark_radio:after {
  display: block;
}

.checkmark_radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
}

.container_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=radio], input[type=checkbox] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
}

input[type=radio], input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 0.15rem;
    font-size: 115%;
    margin-right: 3px;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.container_checkbox input:checked ~ .checkmark_checkbox {
    background-color: #ED5B35;
}

.select_dropdown {
    border: 1px solid #F5B52E;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    background-color: #F8F9FA;
    background-clip: padding-box;
    border: 1px solid #F5B52E;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height:65px;
}

/* .input_text {
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 1em;
    outline: 0;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #F5B52E;
    border-radius: 3px;
    box-shadow: none;
    padding: 0 9px;
    height: 60px;
}*/

.input_text {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    background-color: #F8F9FA;
    background-clip: padding-box;
    border: 1px solid #F5B52E;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
