@import "https://pagospyme.com/assets/css/compass/css3";

html {
  scroll-behavior: smooth !important;
}

.bg-secondary { background-color: rgba(166, 195, 7, 0.3) !important; }

.btn-primary {
    background-color: #a6c307 !important;
    border-color: #a6c307 !important;
}

span.color-details {
    color: #a6c307 !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: #9397ad;
}

.wrapper-box { background-color: rgba(147, 151, 173, 0.0) !important; }  

.wrapper-item { background-color: rgba(166, 195, 7, 0.0) !important; }

@media (min-width: 992px) {
.my-lg-5 {
    xmargin-top: 0px !important;
    xmargin-bottom: 0px !important;
}

.title-box  {
    font-size: 86px !important; 
    line-height: 86px !important;

}


.title-box02  {
font-size: 56px !important; 
line-height: 76px !important;

}

.title-box03  {
  font-size: 24 !important; 
  line-height: 32px !important;
  
  }

}

.dark-mode .modal-content {
  border: 1px solid rgba(255,255,255,.15);
  background-color: #222222 !important;
}

@media (max-width: 992px) {
.hero-slide {
    padding-top: 80px !important;

}

.text-box  {
  padding-top: 80px !important;

}



}


.text-details {
    font-size: 24px;
    line-height: 14px !important;
}

.bg-dark {
    background-color: #222222 !important;
}

.imglegal { 
  padding: 30px auto;
}

.dark-mode hr, .hr-light {
    color: rgba(255,255,255,.0) !important;
}

.space01 {
    padding: 8% 0px !important;
}

.btn-link {
    xcolor: #a6c319 !important;
    background: linear-gradient(to right, #e2a60e, #a6c319, #e2a60e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image01 {
    background-attachment: fixed; 
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 500;
    opacity: 0.4;
    padding: 10% 0px 10% 0px !important;
  }

  .image02 {

    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 500;
    opacity: 0.4;
    padding: 10% 0px 10% 0px !important;
  }

.fs-base {
    font-size: 1.3rem !important;
    margin-top: -20px !important;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.1rem 1.1rem !important;
}

.card-body .h5 {
    font-size: 1rem !important;

}

.dark-mode .card-hover {
    border-color: rgba(255,255,255,.0) !important;
    background-color: rgba(255,255,255,.0) !important;
}

.dark-mode .card-hover:hover {
    border-color: rgba(255,255,255,.3);
    background-color: rgba(255,255,255,.05);
}

.text-gradient-primary01 {
    background: linear-gradient(to right, #e2a60e, #a6c319, #e2a60e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary {
    background: linear-gradient(to right, #e2a60e, #a6c319, #e2a60e);
    border-color: #a6c307 !important;
}


.dark-mode .border, .dark-mode .border-top, .dark-mode .border-end, .dark-mode .border-bottom, .dark-mode .border-start, .dark-mode .border-top-xxl, .dark-mode .border-end-xxl, .dark-mode .border-bottom-xxl, .dark-mode .border-start-xxl, .dark-mode .border-top-xl, .dark-mode .border-end-xl, .dark-mode .border-bottom-xl, .dark-mode .border-start-xl, .dark-mode .border-top-lg, .dark-mode .border-end-lg, .dark-mode .border-bottom-lg, .dark-mode .border-start-lg, .dark-mode .border-top-md, .dark-mode .border-end-md, .dark-mode .border-bottom-md, .dark-mode .border-start-md, .dark-mode .border-top-sm, .dark-mode .border-end-sm, .dark-mode .border-bottom-sm, .dark-mode .border-start-sm {
    border-color: rgba(255,255,255,.0) !important;
}

.bg-gradient-dark-translucent {
    background: linear-gradient(180deg, rgba(19, 16, 34, 0.00) 0%, rgba(19, 16, 34, 0.00) 100%) !important;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:6px;
}


.scroll-container:nth-of-type(even) {
  flex-direction: row-reverse;
}

.scroll-element,
.scroll-caption {

}

.scroll-element {

}

.scroll-caption {

}


@media screen and (max-width: 650px) {
  .scroll-container,
  .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }

  .scroll-element {
   
  }

  .scroll-element,
  .scroll-caption {
    
  }



}



/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}