body {
    /*display:flex; 
    flex-direction:column; */
    zoom: 90%;
    --webkit-zoom: 90%;
    font-family: 'Lato', sans-serif;
}
/*section {*/
/*    width: 100%;*/
/*}*/

body::selection {
  background: #1a1a1a;
}
body::-moz-selection {
  background: #1a1a1a;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'EB Garamond', serif;
    font-weight: bold;
}
#cardier .card {
    padding: 0.5rem;
}
a:hover {
    text-decoration: none !important;
    color: #666 !important;
}
.modal-backdrop {
    height: 100% !important;
    width: 100% !important;
}
/* LOADED STYLES */

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fas *, .far * { 
    transition: all .2s ease-in-out; 
    
}

.fas *:active, .far *:active {
    transform: scale(1, 1);
    animation: shrinker 0.8s ease-out;
}

.fas *:active, .far *:active {
    transform: scale(0.001, 0.001);
    animation: shrinker 0.8s ease-out;
}

.card .card-text {
    display: none !important;
}
.card.material-card, .box_content.card {
    box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.055)!important;
}

.large table {
  border: 0;
}
.large table caption {
  font-size: 1.3em;
}
.large table thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.large table tr {
  border-bottom: 3px solid #ddd;
  display: block;
  margin-bottom: .625em;
}
.large table td {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: .8em;
  text-align: right;
}
.large table td:before {
  /*
  * aria-label has no advantage, it won't be read inside a table
  content: attr(aria-label);
  */
  content: attr(data-label);
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
 .large table td:last-child{
  border-bottom: 0;
}

.carousel-item > .card {
    margin-top: 3rem;
}

@media screen and (max-width: 600px) {
  table.table-striped {
    border: 0;
  }
  table.table-striped caption {
    font-size: 1.3em;
  }
  table.table-striped thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-striped tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table.table-striped td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table.table-striped td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 0.5rem;
  }
  table.table-striped td:last-child {
    border-bottom: 0;
  }
  .table.table-striped td, .table.table-striped th {
    border-top: none;
  }
}
    
    
/* LOADED STYLES */




.wide_banner {
    height: 350px ;
}
    
.jumbotron {
    height: 100% !important;
}
.white {
    color: white !important;    
}
.table-responsive-md > table {
    min-width: 300px;
}
.search-select {
    max-width: 100%;
}
@media (max-width: 768px) {
      .col-xs-12.text-right, .col-xs-12.text-left {
              text-align: center;
       } 
    }
    
.jumbotron .container .display-4 {
    text-align: center;
}

.jumbotron {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  display: flex;
  align-items: center;
}

.hover-center-object {
    z-index: 100;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.f-50 {
   font-size: 50px;
}

.w-100 {
    width: 100% !important;
}

/*table { */
/*  border: 1px solid DarkOrange;*/
/*  border-radius: 13px; */
/*  border-spacing: 0;*/
/*  }*/
/*table td, */
/*table thead tr th { */
/*  border-bottom: 1px solid DarkOrange;*/
/*  padding: 10px; */
/*  }*/
/*table tr:last-child > td {*/
/*  border-bottom: none;*/
/*}*/


.box-shadow-none {
    box-shadow: none !important;
}

.ad-card .card {
    padding: 0;   
}

.card .ad-card iframe {
    width: 100% !important;
    height: 100% !important;
    max-height: 480px !important;
    border: none;
}

.card .card-text img {
    max-width: 32px !important;
}

.favicon {
    width: 32px !important;
}

.card .card-text {
    font: 'Arimo', sans-serif!important;;
    padding: 1rem;
}

.waves-effect {
  position: relative !important; 
  cursor: pointer !important;
  display: inline-block !important;
  overflow: hidden !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
  vertical-align: middle !important;
  z-index: 1 !important;
  will-change: opacity, transform !important;
  -webkit-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  -ms-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}

.waves-effect .waves-ripple {
  position: absolute !important;
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px !important;
  margin-left: -10px !important;
  opacity: 0 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all 0.7s ease-out !important;
  -moz-transition: all 0.7s ease-out !important;
  -o-transition: all 0.7s ease-out !important;
  -ms-transition: all 0.7s ease-out !important;
  transition: all 0.7s ease-out !important;
  -webkit-transition-property: -webkit-transform, opacity !important;
  -moz-transition-property: -moz-transform, opacity !important;
  -o-transition-property: -o-transform, opacity !important;
  transition-property: transform, opacity !important;
  -webkit-transform: scale(0) !important;
  -moz-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  -o-transform: scale(0) !important;
  transform: scale(0) !important;
  pointer-events: none !important;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45) !important;
}


.stat_box {
    padding: 1rem !important;
    border-radius: 0 !important;
    border: solid 1px #ccc !important;
}

.fuschia {
    color: rgba(199,62,107,1)!important
}

.bg_fuschia {
    background-color: rgba(199,62,107,1)!important
}

.fuschia-gradient {
    background: -webkit-linear-gradient(75deg, rgba(170,5,58,1) 22%, rgba(199,62,107,1) 88%) !important;
    background: -o-linear-gradient(75deg, rgba(170,5,58,1) 22%, rgba(199,62,107,1) 88%) !important;
    background: linear-gradient(75deg, rgba(170,5,58,1) 22%, rgba(199,62,107,1) 88%) !important;
}



img {
 width: 100% ;    
}


/** {*/
/*  background: #000 !important;*/
/*  color: #0f0 !important;*/
/*  outline: solid #f00 1px !important;*/
/*}*/

/*html,body,header,nav*/
/*{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*    overflow-x: hidden; */
/*}*/



.blur{
	filter: blur(10px);
}
   
.buy_now {
    background-color: #ea550e;
    color: white;
    padding: 10px 15px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    border-color: #ea550e;
}

#buy_now_btn {
    position: fixed;
    bottom: -4px;
    width: 100%;
    font-size: 17pt;
    text-align: center;
    z-index: 100;
}

.mb1 {
    margin-bottom: 1rem;
}

.text-theme-color{
    color:#fb0556;
}

.dull {
    background-color: #ccc!important;
}
.black {
    color: #000;
}

.bg-black {
    background-color: #000;
    color: white !important;
}

.nav-link {
    color: white !important;
}
.mt1 {
    margin-top: 1rem;
}
    /**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fafafa;
    
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}


.m0 {
    margin: 0 !important;
}
.btn-squared {
    height: unset;
    padding: 14px 25px !important;
    margin: 8px 0 !important;
    box-sizing: border-box !important;
    border: 1px solid #ccc !important;
    border-radius: .11rem !important;
    outline: none !important;
    background-color: #fbfbfb !important;
}

section.pricing {
  /*background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);*/
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.floating_button {
  background: #03A9F4;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 48px;
  right: 48px;
  font-size: 2.6667em;
  display: inline-block;
  cursor: default;
  z-index: 100;
}
.floating_button span {
  vertical-align: middle;
}
 
.dropdown.show .dropdown-menu { /* For Bootstrap 4, use .dropdown.show instead of .dropdown.open */
    max-height: 300px;
    opacity: 1;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

/*
::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

::-webkit-scrollbar-button {
  width: 1px;
  height: 1px;
}
*/
.horizontal-scroll-wrapper {
    overflow-y: hidden;
}

.btn_margin_1 {
    margin: 0.175rem;
}
.fr {
    float:right;
}

.overflow-x {
  &::-webkit-scrollbar {
    display: none;
  }

.overflow-x {
  -webkit-overflow-scrolling: touch;
}
.overflow-x {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
  .pbox {
    flex: 0 0 auto;
  }

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
  .pbox {
    display: inline-block;
  }
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
  .pbox {
    flex: 0 0 auto;
    margin-right: 3px;
  }


.cardy {
  border: 2px solid $red;
  width: 150px;
  height: 75px;
  background: black;
}

.scrolling-wrapper, .scrolling-wrapper-flexbox {
  margin-bottom: 20px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  &::-webkit-scrollbar {
    display: none;
  }
}

.section-box {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin: 0.375rem;
}
.active-pink-2 input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #f48fb1;
    box-shadow: 0 1px 0 0 #f48fb1;
}
.active-pink input[type=text] {
    border-bottom: 1px solid #f48fb1;
    box-shadow: 0 1px 0 0 #f48fb1;
}
.active-purple-2 input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #ce93d8;
    box-shadow: 0 1px 0 0 #ce93d8;
}
.active-purple input[type=text] {
    border-bottom: 1px solid #ce93d8;
    box-shadow: 0 1px 0 0 #ce93d8;
}
.active-cyan-2 input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #4dd0e1;
    box-shadow: 0 1px 0 0 #4dd0e1;
}
.active-cyan input[type=text] {
    border-bottom: 1px solid #4dd0e1;
    box-shadow: 0 1px 0 0 #4dd0e1;
}
.active-cyan input[type=text]:focus {
    border-bottom: 1px solid #4dd0e1 !important;
    box-shadow: 0 1px 0 0 #4dd0e1 !important;
}
.active-cyan .fa, .active-cyan-2 .fa {
    color: #4dd0e1;
}
.active-purple .fa, .active-purple-2 .fa {
    color: #ce93d8;
}
.active-pink .fa, .active-pink-2 .fa {
    color: #f48fb1;
}

.btn.blue-gradient {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    color: #fff !important;
}
.btn.aqua-gradient {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    color: #fff;
}
.aqua-gradient {
    background: -webkit-linear-gradient(50deg,#2096ff,#05ffa3)!important;
    background: -o-linear-gradient(50deg,#2096ff,#05ffa3)!important;
    background: linear-gradient(40deg,#2096ff,#05ffa3)!important;
}
.btn.btn-sm {
    padding: .5rem 1.6rem;
    font-size: .64rem;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    /*margin: .375rem;*/
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: inherit;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.blue-gradient {
    background: -webkit-linear-gradient(50deg,#45cafc,#303f9f)!important;
    background: -o-linear-gradient(50deg,#45cafc,#303f9f)!important;
    background: linear-gradient(40deg,#45cafc,#303f9f)!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-style: solid;
    border-width: 1px;
    padding: 1px 7px 2px;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 11px system-ui;
}
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb !important;
}
.button {
    -webkit-appearance: button;
}

.md-form input[type=date], .md-form input[type=url], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
}
.md-form .form-control {
    margin: 0 0 .5rem 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: .3rem 0 .55rem 0;
    background-image: none;
    background-color: transparent;
    height: auto;
}

@media (min-width: 576px){
    .form-inline .form-control {
    display: inline-block;
    width: 100%;    
    max-width: 100%;
    vertical-align: middle;
    }
    .datepicker-input {
        width: 100%;
    }
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.w-75 {
    width: 75%!important;
}
.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
*, ::after, ::before {
    box-sizing: border-box;
}
input {
    /*-webkit-appearance: textfield;*/
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 11px system-ui;
}
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb !important;
}

.card:hover {
    transition: 0.5s;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.like_red {
    color: red;
}
.card {
    border: none;
}
.pad_07 {
    padding: 0.7rem
}
/*@media (max-width: 768px) {*/
/*    .navbar-collapse {*/
/*        position: absolute;*/
/*        top: 54px;*/
/*        left: 0;*/
/*        padding-left: 15px;*/
/*        padding-right: 15px;*/
/*        padding-bottom: 15px;*/
/*        width: 100%;*/
/*    }*/
/*    .navbar-collapse.collapsing {*/
/*        height: auto;*/
/*        -webkit-transition: left 0.3s ease;*/
/*        -o-transition: left 0.3s ease;*/
/*        -moz-transition: left 0.3s ease;*/
/*        transition: left 0.3s ease;*/
/*        left: -100%;*/
/*    }*/
/*    .navbar-collapse.show {*/
/*        left: 0;*/
/*        -webkit-transition: left 0.3s ease-in;*/
/*        -o-transition: left 0.3s ease-in;*/
/*        -moz-transition: left 0.3s ease-in;*/
/*        transition: left 0.3s ease-in;*/
/*    }*/
/*}*/

.pad_top_2 {
    padding-top: 2rem;
}
.translucent {
    background-color: rgba(253, 252, 252, 0.5);
}
.transparent {
    background-color: rgba(253, 252, 252, 0.00);
}
.carousel-caption {
   /* top: 10rem; */
    bottom: auto;
}
.h_pad_0 { 
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.img-class{
    width: unset;
}
.img-round-edges {
    border-radius: 10px;  
    height:auto;
    max-height:290px;
    width:100%;
}
.custom-select{
    width: 100%;
    height: unset;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: .11rem;
    outline: none;
    background-color: #fbfbfb !important;
}
input[type=url],input[type=text],input[type=date] {
  width: 100%;
  height: unset;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: .11rem;
  outline: none;
  background-color: transparent !important;/*#fbfbfb !important;*/
}

/*input[type=text]:focus {*/
/*  background-color: white !important;*/
/*}*/
input[type=password] {
  width: 100%;
  height: unset;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: .11rem;
  outline: none;
  background-color: #fbfbfb !important;
}

/*input[type=password]:focus {*/
/*  background-color: white !important;*/
/*}*/

input[type=number] {
  width: 100%;
  height: unset;
  box-sizing: border-box;
  border: 1px solid #ccc;
  outline: none;
  background-color: transparent !important;
  padding: 12px 20px;
  margin: 8px 0;
  border-radius: .11rem;
}

    width: 100%;
    height: unset;
    box-sizing: border-box;
    border: 1px solid #ccc;

/*input[type=number]:focus {*/
/*  background-color: white !important;*/
/*}*/

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: .11rem !important;
  outline: none;
  background-color: #fbfbfb !important;
}

/*textarea:focus {*/
/*  background-color: white !important;*/
/*}*/

.form-row{
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-left: 8px solid rgb(48, 193, 31);
    border-radius: .11rem !important;
    margin-bottom: 10px;
    padding-top: 12px;
}

.form-row label{
    font-weight: bold;
}

.modal-title{
    font-weight: bold;
    text-align: center;
}

footer {
     background: #000;
     color: #fff !important; 
     /*border-top: #ccc solid 1px;*/
}


footer a {
     color: #fff !important; 
}

ul.qual_listing {
    margin-left: 3rem;
    list-style: disc !important;
}

.gallery_caption {
    padding:unset;
    margin:unset;
    margin-top:.5rem;
}
#lightbox {
	/** Position and style */
    background: rgba(0,0,0,0.8);
}

#lightbox img {
	/** Pad the lightbox image */
	max-width: 100%;
	max-height: 90%;
	margin-top: 2%;
}

#lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
.lightbox_content {
    background-color: transparent;
    color: white;
}
.lightbox_detail {
    color: white;
}

.lightbox_dialog {
    width: 65% !important;
}
.no_border {
    border: none;
}

.no_border:focus {
    border: none;
}

.comment_box {
    border: 1px solid #999;
    padding: .5rem;
}

.comment_input {
    resize: none;
    height: 200px;
    background-color: unset !important;
}

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

.form_submit_btn {
  font-size: 13.5pt;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: unset;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}

.form_submit_btn:hover {
  background-color: #424242;
  border-color: #424242;
  color: #fff;
}

.ticket_btn {
  font-size: 13.5pt;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: unset;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.ticket_btn:hover {
  background-color: #16712b;
  border-color: #16712b;
  color: #fff !important;
}
.plan-upgrade{
    background-color: #99d85d;
}
.tab-title{
    text-align: center;
}
.acc-border{
    border-right: 1px solid #d6d5d5;
}
.acc-link{
    font-size: 20px;
}
.nav-pills .nav-link.active:hover{
    color: #000;
}
.banner-text{
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.2;
}
.search_form{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.search_form .form-group label{
    text-align: center;
    font-weight: 800;
    font-size: 20px;
}

.search_submit_btn {
  font-size: 13.5pt;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: unset;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  margin-top: 3.2rem;
}

.search_submit_btn:hover {
  background-color: #424242;
  border-color: #424242;
  color: #fff;
}

.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}
  
.footer-classic {
    /*position: absolute;*/
    margin-top:auto; 
    bottom: 0;
    width: 100%;
    height: 100%;
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
/*
header{
    padding-bottom: 35px;
}
*/
bg-white {
    background-color: #ffffff !important;
}
.fixed-top {
    padding-bottom: 50px;
}
.navbar {
    padding: unset;
    padding-left: 0.5rem;
}

.fleek-head{
    padding-top: 0;
} 
.navbar-collapse > ul {
    /*margin-top: 0.5rem;*/
    text-align: center; 
}
.navbar-collapse > ul > li {
    justify-content: center;
    margin: 0.5rem;
}

.dropdown-menu {
    border-radius: 0 !important;
}

@media (max-width: 768px) {
    .navbar-collapse > li {
        margin: 1rem !important;
    }
}
@media (min-width: 769px) {
    .navbar-collapse {
        padding-left: 2rem;
    }
}
.nav-item{
    padding-left: .2rem;
    padding-right: .2rem;
}
.navbar-brand{
    padding: unset;
    font-size: 1.5rem;
}
.navbar-brand img{
    height: auto;
    width: 80px;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {

}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
 
}
.top_pad_2rem {
    padding-top: 2rem;
}
.pbox {
    color: black;
    /*background-color: #ccc;*/
    /*border: solid black 1px;*/
}
.mg2 {
    /*padding: 3rem;*/
    /*background-color: white;*/
    margin: 0.2rem;
}
.fleek_area {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.thin_container {
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.mid_container {
    padding-left: 5%;
    padding-right: 5%;
}
.thick_container {
    padding-left: 20%;
    padding-right: 20%;
}
@media screen and (max-width: 768px) {
    .thick_container {
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media screen and (max-width: 540px) {
    .thick_container {
        padding-left: 5%;
        padding-right: 5%;
    }
}
.base_box {
    margin: 0.2rem;
}
.box_content {
    display: block;
}
.carousel-caption{
    bottom: 35% !important;
    font-weight: bold;
    font-size: 75px;
     font-family: 'EB Garamond', serif;
}
.like{
    color: red;
}
.like :hover{
    color: red;
}
.cat_sec{
    background-color:#fb0556;
    background: linear-gradient(72deg, rgb(251, 5, 86) 0%, rgb(165, 3, 56) 50%, rgb(170, 4, 58) 100%);
}

.cat_sec h1{color:#fff;}

.cat_sec .figure-caption{color:#fff; font-size:1.1em;font-weight:600; }

.cat_area{
    margin-top: 2rem;
    padding-bottom: 2rem;
}
.cat_title{
    padding-top: 2rem;
}
.cat_title h1{
    font-weight: bold;
}
.box_author {
    font-size: 13px;
}
.box_date {
    font-size: 11px;
}
.dim {
    color: #666;
}
.dark {
    color: #1a1a1a !important;
}
.dark a{
    color: #1a1a1a !important;
}
.dark:hover a {
    text-decoration: none;
}
.jumbo_banner { 
    height: 350px;
    color: #fff;
}
.jumbotron{
    margin-bottom: 0 !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.text-center {
    text-align: center;
}
.f13 {
    font-size: 16px;
}
.f20{
    font-size: 20px;
}
.f25{
    font-size: 25px;
}
.pad_30 {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.pad_word {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.banner { 
    height: 500px;
    font-family: 'EB Garamond', serif;
    color: #fff;
    text-align: center;
    font-weight:300;
    letter-spacing: 0px;

}
.banner span {  
    font-size: 86px;   
}
.banner a {  
    color: #fff;   
}
.banner a :hover {  
    color: #3156e2;   
}

.banner p {  
    text-transform: uppercase;
    font-size: 18px;
}

.banner_copy {
    padding-top: 7rem;
}
.u_nav {
    margin-top:5rem;
}
.lg_article_title {
   /* font-size: 17pt;*/
   
}

.lg_article_date {
    font-size: 12pt;
}
.article_preview {
    font-size: 18px;
    line-height: 2.0;
}
.article_preview a {
    color: #1a1a1a !important;
    font-family: 'EB Garamond', serif;
}
.article_preview:hover a {
    color: #1a1a1a;
    text-decoration: none;
}
.article_body {
    padding-top: 0.5rem;
    font-size: 13pt;
}
.fa-u {
    font-size: 1.5em;
}
.sm_links_o_footer {
    background-color: #ccc;
    height: 50px;
}
.sm_links_o_footer:hover {
    color: #666 !important;
}
.inner-pad-2 {
    padding-bottom: 3rem;
    padding-top: 2rem;
    margin-bottom: 0;
}
.ph-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.inner_pad_word {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.d_article_summary {
    color: #1a1a1a !important;
    font-size: 13.5pt;
    font-family: 'EB Garamond', serif;
}

.d_lg_article_date {
    font-size: 12pt;
}
.d_article_preview {
    margin-top: 1rem;
    color: #1a1a1a !important;
    font-size: 13.5pt;
    font-family: 'EB Garamond', serif;
}
.d_article_preview a {
    color: #1a1a1a !important;
}
.d_article_preview:hover a {
    color: #1a1a1a;
    text-decoration: none;
}
.mb0 {
    margin-bottom: 0;
}
.mt0 {
    margin-top: 0;
}
.ml0 {
    margin-left: 0;
}
.mr0 {
    margin-left: 0;
}
.lh2 {
    line-height: 2.0;
}
.pl0 {
    padding-left: 0 !important;
}
.pt0 {
    padding-top: 0;
}
.pt1 {
    padding-top: 1rem;
}
.pt2 {
    padding-top: 2rem;
}
.pb0 {
    padding-bottom: 0;
}
.ml-03 {
    margin-left: .3rem !important;
}
.parallax {
    
  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

      #infowindow-content .title {
        font-weight: bold;
      }

      #infowindow-content {
        display: none;
      }

      #map #infowindow-content {
        display: inline;
      }

      .pac-card {
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-family: Roboto;
      }

      /* #pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
      } */

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }

      #pac-input {
        /* background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis; */
        /* width: 400px; */
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }

      #title {
        color: #fff;
        background-color: #4d90fe;
        font-size: 25px;
        font-weight: 500;
        padding: 6px 12px;
      }
      /* Always set the map height explicitly to define the size of the div
  * element that contains the map. */
 #map {
   height: 200px;
 }

    .ql-container {
      font-size: 17px;
    }
    .scroll-550 {
        overflow-y:scroll;
        max-height:550px;
      }
      .ql-showHtml:after {
        content: "src";
      }
      .ql-omega:after {
       content: "Ω";
      }
      .ql-hr:after {
       content: "--";
      }
      #editor-container {
          display: flex;
          flex-flow: column;
          height: 100%
      }
      #editor-container .editor{
          flex: 2;
          overflow: hidden
      }
      .standalone-container {
        max-width: 1920px;
        height: 100%;
      }
      #editor-container {
        height: 300px;
      }
      .gold {
        color: gold;
      }

      .ql-editor {
        min-height: 250px;
      }

      .truncate {
         font-weight: normal !important;
         font-size: 14px;
         overflow: hidden;
         white-space: nowrap;
         text-overflow: ellipsis;
         max-width: 30ch;
         margin-bottom: -6px !important;
      }

/* Custom Arrow */
.prev{
	color: #999;
	position: absolute;
	top: 38%;
	left: -2em;
	font-size: 1.5em;
}
.prev :hover{
	cursor: pointer;
	color: black;
}
.next{
	color: #999;
	position: absolute;
	top: 38%;
	right: -2em;
	font-size: 1.5em;
}
.next :hover{
	cursor: pointer;
	color: black;
}


.cal-prev, .cal-next{
	color: #fff;
	position: absolute;
	top: 50%;
	font-size: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	
	text-align: center;
	width: 15%;
}
.cal-prev{
    left: -2em;
}
.cal-prev :hover{
	cursor: pointer;
	opacity: .5;
}
.cal-next{
	right: -2em;
}
.cal-next :hover{
	cursor: pointer;
	opacity: .5;
}
.img-caption{
    position: absolute;
  top: 50%;
  text-align: center;
  color: white;
  font-size: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10%;
}

#content{
    margin-top: 1rem;
    padding-left: 2rem;
}

@media screen and (max-width: 800px) {
    .next {
        display: none !important;
    }
    .prev {
        display: none !important;
    }
    #content {
        padding-left: 0;
        padding-right: 0;
    }
}

footer .brand img{
    max-width: 200px;
}

.share-icon-size{
    font-size: 1.5em!important;
}

.section-2{
    position:relative;
    width:100%;
    height:100%;
    color:#fff;
}

.section-2 h1 {color:#fff; text-shadow:1px 1px 5px #00000080;}

.section-2 p {font-size: 1.1em;}

.clip-home-bg{
   /* -webkit-clip-path: polygon(100% 0, 100% 83%, 65% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 83%, 65% 100%, 0 100%, 0 0); */
    position:absolute;
    width:100%;
    height:100%;
    background-color:#fb0556;
    background: linear-gradient(75deg, rgba(170,5,58,1) 22%, rgba(199,62,107,1) 88%);
    z-index:-1;
}

.btn-align{
    text-align:left;
}

.poppins{
    font-family: 'Poppins', sans-serif!important;
}

.arimo{
    font-family: 'Arimo', sans-serif!important;
}

.lobster{
    font-family: 'Lobster', cursive!important;
}

.fredoka{
    font-family: 'Fredoka One', cursive!important;
}


.see-more-links{
    font-weight:600;
    font-size:1.3em;
    color:#fb0556;
}

.event-header{
    margin-bottom:1rem;
}

/*****Search Box******/
.search-wrapper{
	background: linear-gradient(75deg, rgba(170,5,58,1) 22%, rgba(199,62,107,1) 88%);
	margin-top: -3rem;
    margin-bottom: 2rem;
    box-shadow: 3px 4px 3px #ead1d9;
}

.inner-search{
	padding: 15px;
    margin: 0.375rem;
}

.inner-search input[type=text]{
 	color:#fff;
 	border-bottom: 2px solid #fff;
 }

.inner-search input::-webkit-input-placeholder {
color: white !important;
}
 
.inner-search input:-moz-placeholder { /* Firefox 18- */
color: white !important;  
}
 
.inner-search input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;  
}
 
.inner-search input:-ms-input-placeholder {  
color: white !important;  
}

.search-select{
    width: 100%;
    height: 2.3rem !important;
    padding: 0.1rem 0.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    background-color: #fbfbfb00 !important;
}

.search-select option{
    color: #000!important;
}

@media only screen and (max-width:40em){
    .clip-home-bg{
        -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
        background-color:#fb0556;
        background: linear-gradient(75deg, rgba(170,5,58,1) 22%, rgba(199,62,107,1) 88%);
    }
    
    .btn-align{
        text-align:center;
    }
    
    .navbar-toggler{
        margin-right:15px;
    }
    
    .img-round-edges {
        border-radius: 10px;  
        height:auto;
        max-height:300px!important;
        width:100%;
    }
    
    .sticky-btn{
        position: fixed;
        bottom: 0px;
        left: 0;
        z-index: 2;
        width:100%;
        padding:15px 0;
        background-color: #e23d0a!important;
        border-color: #e23d0a!important;
    }
    
    .mt-sm-center{
        margin-top:10px!important;
        margin-right:auto!important;  
        margin-left:auto!important;   
    }
}
/*.tall_box {*/
/*    height: 100%;*/
/*}*/

.wrapper {
    display: flex;
    width: 100%;
}

.wrapper #content {
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 200vh;
    z-index: 999;
    background: rgba(199,62,107,1);
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}
.menu_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.menu_overlay.active {
    display: block;
    opacity: 1;
    top:0;
    left:0;
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
    top:0;
    left:0;
}


/* 
linear-gradient(75deg, rgba(199,62,107,1) 22%, rgba(199,62,107,1) 88%)
*/

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: rgba(199,62,107,1);
    color: #fff;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: rgba(199,62,107,1);
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid rgba(199,62,107,1);
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    color: #fff;
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: rgba(199,62,107,1);
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: rgba(199,62,107,1);
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: rgba(199,62,107,1);
}
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}
a[data-toggle="collapse"] {
    position: relative;
}
/*
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    /*right: 20px;*
    transform: translateY(-50%);
}
*/

.white {
    color: white !important;
}

.white:hover { 
    color: white !important;
}

.fleek-head .fleek_area {
    margin-top: 0 !important;
}

.heroSlider-fixed2 {
    padding: 0;
}

.table {
    width: 60% !important;
    margin: auto;
}
@media (max-width: 768px) {
   .table{
       width: 100% !important;
   }
}
tbody {
    font-size: 1.3em;
    font-weight: 500;
}

tbody a:hover{
    cursor: pointer;
    color: #0483f3 !important;
}


.cta_btn {
  text-transform: uppercase;
  font-size: 11pt;
  padding: 1rem;
  border-radius: unset;
  border: 1px #fff solid;
  color: #fff;
  background-color: transparent;
  transition: .22s ease;
}

.cta_btn:hover {
  color: #1a1a1a;
  background-color: #fff;
}

.cta_btn_i {
  text-transform: uppercase;
  font-size: 11pt;
  padding: 1rem;
  border-radius: unset;
  border: 1px #1a1a1a solid;
  color: #fff;
  background-color: #1a1a1a;
  transition: .22s ease;
}

.cta_btn_i:hover {
  color: #fff;
  background-color: #4f4f4f;
}


.cta-btn-i {
    font-size: 13.5pt;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: unset;
    color: #fff !important;
    background-color: #272727 !important;
    border-color: #272727;
}
.cta-btn-i:hover {
    color: #1a1a1a !important;
    background-color: #fafafa !important;
}


.carousel-caption > h1 {
    font-size: 3.5rem !important;
}
.carousel-caption > h2 {
    font-size: 3.0rem !important;
}
.carousel-caption > h3 {
    font-size: 2.5rem !important;
}
.carousel-caption > h4 {
    font-size: 2.1rem !important;
}
.carousel-caption > h5 {
    font-size: 1.8rem !important;
}
.carousel-caption > h6 {
    font-size: 1.6rem !important;
}


@media screen and (max-width: 768px) {

    h1 {
        font-size: 2rem !important;
    }
    h2 {
        font-size: 1.8rem !important;
    }
    h3 {
        font-size: 1.6rem !important;
    }
    h4 {
        font-size: 1.4rem !important;
    }
    h5 {
        font-size: 1.2rem !important;
    }
    h6 {
        font-size: 1rem !important;
    }

}

h1 {
    font-size: 2rem !important;
}
h2 {
    font-size: 1.8rem !important;
}
h3 {
    font-size: 1.6rem !important;
}
h4 {
    font-size: 1.4rem !important;
}
h5 {
    font-size: 1.2rem !important;
}
h6 {
    font-size: 1rem !important;
}

.fa-2x {
    font-size: 1.8rem !important;
}
.float-btn {
    right: 10px;
    bottom: 10px;
    background: #1a1a1a;
    position: fixed;
    border: none;
    color: white;
    padding: 15px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 200;
}

/* KEYFRAMES =================================== */

@keyframes shrinker {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}