@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Darker+Grotesque:wght@300&family=Lato:wght@400;900&family=Lora:wght@400;700&family=Open+Sans:wght@300;700;800&family=Raleway:wght@100&family=Roboto+Slab:wght@900&display=swap');

.font-dancing{
  font-family: 'Dancing Script', cursive;
}
.font-lato{
  font-family: 'Lato', sans-serif;
}
.font-grotesque{
  font-family: 'Darker Grotesque', sans-serif;
}
.font-lora{
  font-family: 'Lora', serif;
}
.font-open{
  font-family: 'Open Sans', sans-serif;
}
.font-raleway{
  font-family: 'Raleway', sans-serif;
}
.font-roboto{
  font-family: 'Roboto', serif;
}


/*$ -- VIDEO -- $*/
#myVideo2 {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -10;
}

/*$ -- FADE -- $*/
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


/*$ -- BACK TO TOP -- $*/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #4154f1;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 8px;
  border-radius: 4px;
  transition: all 0.45s;
  text-decoration: none;  
}


.nopaddings {
  padding: 0 !important;
  margin: 0 !important;
}

.bg-light-2 {
  background-color: rgba(220, 220, 220, 0.75) !important;
}

.img-brand {
  /* height: 5.75rem; */
  opacity: 0.55;
  filter: blur(0.5px);
}

.img-brand:hover {
  opacity: 1;  
  box-shadow: 3px 5px 15px 10px rgba(0, 0, 0, 0.2015) !important;
  filter: blur(0);
    -webkit-transition: opacity 1s;
}

.carousel-text-fixed {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0,0,0,0.25) !important;
  text-shadow: 1px 1px 1px #000000 !important;
  border: 1px solid #ffffff;
  border-radius: 6px;
}

.text-shadow-1{
  text-shadow: 3px 1px 6px rgba(0, 0, 0, 1),3px 5px 14px rgba(0, 0, 0, 1);
}


.text-facebook{
  color: #4267B2 !important
}
.text-youtube{
  color: #FF0000 !important
}
.text-twitter{
  color: #1DA1F2 !important
}
.text-instagram{
  color: #910ee8 !important
}
.text-linkedin{
  color: #0072b1 !important
}
.text-fivver{
  color: #1DBF73 !important
}

.nounderline {
  text-decoration: none !important;
}


/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}
.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}
.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}
.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}
.error-404 .btn:hover {
  background: #3e4f6f;
}
@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}


.box-shadow-1{
  box-shadow: 4px 8px 10px rgba(0,0,0,0.4) !important;
}
.box-shadow-2{
  box-shadow: 2px 6px 8px rgba(0,0,0,0.2) !important;
}

.active-hover:hover {
  color: #87AFC7 !important;
}


.active-hover-box:hover {
  opacity: 1;  
  box-shadow: 3px 5px 15px 10px rgba(0, 0, 0, 0.2015) !important;
  filter: blur(0);
    -webkit-transition: opacity 1s;
}
  
.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.7rem !important;
}
