@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
*, html {
  scroll-behavior: smooth !important;
}
body {

	  background: rgba(212, 188, 160, 0.30)!important;
}
a {
  color: inherit !important;
}
.fa {
  font-family: 'font awesome' !important;
}
.roboto-ry {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: bold;
  font-variation-settings:
    "wdth"100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.oswald-ry {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.source-sans-3-ry {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
}
.lora-ry {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ry-text-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20) !important;
  transition: all 0.3s ease;
}
.ry-text-shadow:hover {
  text-shadow: 3px 3px 6px rgba(0,0,0,0.60) !important;
}
.ry-box-shadow {
	transition: all 0.5s ease;
}
.ry-box-shadow:hover {
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.90);
}
.ry-top {
  padding-top: 150px;
}
.ry-right-shadow {
  -webkit-box-shadow: -1px 0 10px 2px rgba(0, 0, 0, 0.60);
  box-shadow: -1px 0 10px 2px rgba(0, 0, 0, 0.60);
}
.ry-head-shadow {
  -webkit-box-shadow: -33.5vw 1px 10px 2px rgba(0, 0, 0, 0.60);
  box-shadow: -33.5vw 1px 10px 2px rgba(0, 0, 0, 0.60);
}
.ry-head-font {
  font-weight: 600;
  letter-spacing: .05rem;
  font-size: 1.2rem !important;
  transition: all 0.4 ease;
}
.ry-head-font:hover {
  text-shadow: 1px 1px 3px rgba(131, 131, 131, 0.60);
}
.no-padding {
  padding: 0 !important;
}
.ry-flex {
  display: flex;
  position: absolute;
  height: 100%;
  padding: 0 !important;
}
.ry-con {
  width: 100%;	
}
.ry-left {
	left: 0;
	width: 66.5%;
}
.ry-left::-webkit-scrollbar {
  display: none;
	overflow-style: none;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.ry-sticky {
  position: relative;
  width: auto;
  height: 100%;
  display: grid;
  place-items: center;
  margin: auto;
  vertical-align: middle;
  /*background: red;*/
}
.ry-right {
  /*  background: rgba(0,91,130,0.80);*/
	float: right;
position: fixed;
    top: 0;
    height: 100%;
    width: 33.5%;
	right: 0;
  background: rgba(212, 188, 160, 0.70);

}
.ry-img-div {
  display: grid;
  place-items: center; /* Align items to the center of the grid cell */
  height: 100%;
  vertical-align: middle;
  /*background: black;*/
}
.ry-border-bottom {
  margin: 10rem auto;
  justify-content: center;
  width: 98%;
  border-bottom: .15rem dashed #C7C7C5;
}
.ry-span-center {
  padding: 0 10px;
}
.ry-display-none {
  display: none !important;
}
ry {
  cursor: pointer;
  z-index: 5000;
}
img {
  width: 55%;
  border-radius: 0.4rem;
  box-shadow: 10px 10px 15px 1px black;
}
.gradient-brand-color {
  background-image: -webkit-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  background-image: -ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  color: #fff;
}
.card-elegant {
  background-color: #FAFAFA;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  border: none;
  min-width: 500px !important;
}
.card-elegant .card-block {
  padding: 5rem 0 2.5rem 0;
  text-align: center;
}
.card-elegant .card-block-footer {
  padding: 2rem 0 1rem 0;
	  font-weight: bold;
  letter-spacing: .08rem;
  text-align: center;
	  color: #686764;
    text-shadow: 1px 1px 5px rgba(104, 103, 100, 0.30);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.card-elegant .card-title {
  font-weight: bold;
  letter-spacing: .10rem;
  margin: 0 auto 2.9rem;
  color: #686764;
  max-width: 35.375rem;
  text-align: left;
  text-shadow: 1px 1px 5px rgba(104, 103, 100, 0.30);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
	border: 2px solid #C7C7C5;
	padding: 15px;
	box-shadow: 1px 1px 5px 2px #C7C7C5;
	border-radius: 3px;
*/
}
.card-elegant .card-title small {
  color: #999;
  display: inline-block;
  font-size: .85rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 5px rgba(104, 103, 100, 0.30);
}
/*
.card-title:after{
content:"";
position:absolute;
top:50%;
left:100%;
width:200px;
height:2px;
margin-top:-1px;
background: #C7C7C5;
box-shadow: 2px 2px 5px 1px #C7C7C5;
}
*/
.card-elegant .card-text {
  border-bottom: .15rem solid #C7C7C5;
  color: #686764;
  font-size: 1.2rem;
  padding-bottom: 2.5rem;
  margin: 0 auto 2.4rem;
  max-width: 34.375rem;
  text-align: left;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(104, 103, 100, 0.30);
}
.card-elegant .btn-link {
  color: #8B9185;
  font-size: .8rem;
  letter-spacing: .34rem;
  text-decoration: none;
}
.card-elegant .btn-link:hover, .card-elegant .btn-link:focus {
  color: #666;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.35);
}
.ry-soc-icon {
  padding: 3px;
  color: #8B9185;
  font-size: 2.1rem;
  text-decoration: none;
  transition: all 0.5s ease;
  border-radius: 5px;
  margin: 0 0.9rem;
}
.ry-soc-icon:hover, .ry-soc-icon:focus {
  cursor: pointer;
  color: #585858;
  background: rgba(187, 187, 187, 0.35);
  border-radius: 50px;
  box-shadow: 0 0 12px 1px rgba(95, 95, 95, 0.35);
  transform: rotate(-360deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-360deg);
  /* Firefox */
  -moz-transform: rotate(-360deg);
  /* IE */
  -ms-transform: rotate(-360deg);
  /* Opera */
  -o-transform: rotate(-360deg);
}
.under-line {
  background: linear-gradient(currentColor 0 0) bottom left/ var(--underline-width, 0%) 0.15em no-repeat;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s;
}
.under-line:hover {
  --underline-width: 100%;
  text-shadow: 2px 2px 4px rgba(105, 105, 105, 0.45);
}
.border-shadow-on {
  box-shadow: -50vw 1px 10px 2px rgba(0, 0, 0, 0.60);
  transition: box-shadow 0.5s ease-in-out;
}
.border-shadow-on::after {
  box-shadow: -50vw 1px 10px 2px rgba(0, 0, 0, 0.60);
  transition: box-shadow 0.5s ease-in-out;
}
.border-shadow-off {
  box-shadow: -50vw 1px 10px 2px rgba(0, 0, 0, 0.60);
  transition: box-shadow 0.5s ease-in-out;
}
.border-shadow-off::after {
  box-shadow: -50vw 1px 10px 2px rgba(0, 0, 0, 0.60);
  transition: box-shadow 0.5s ease-in-out;
}
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header, footer {
  height: 56px;
}
.content {
  height: calc(100vh - 112px);
}
.footer {
  background-color: #0d6efd;
  color: #fff;
  padding: 1rem;
}
.footer span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.footer li {
  padding: 0 0.5rem;
}
.footer a {
  color: #fff;
}
.btn-outline-primary {
	border-radius: 25px !important;
	color: black !important;
	font-weight: 500 !important;
    font-optical-sizing: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
	letter-spacing: 0.08rem !important;
	background-color: transparent !important;
	border: 2px thin goldenrod !important;
    border-color: black !important;
	box-shadow: 1px 1px 2px 1px black;
	padding: 10px 30px !important;
	margin: 5px 0px !important;
}
.btn-outline-primary:hover {
	background-color: rgba(212,188,160,0.70) !important;
	box-shadow: 2px 3px 3px 1px rgba(0,0,0,0.90);
}
b.pos_fixed {
    position: realtive;
    padding: 1em 0;
    margin: 0;
    text-align:center;
    color: red;
}
@media screen and (max-width: 990px) {
  .ry-flex {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
    display: block;
    position: relative;
    height: 100%;
    padding: 0 !important;
  }
  .ry-right {
    position: absolute;
    top: 0;
    height: 65rem;
    width: 100%;
  }
  .ry-sticky {
    position: relative;
    width: auto;
    height: 100%;
    display: grid;
    place-items: center;
    margin: auto;
    vertical-align: middle;
    /*background: red;*/
  }
	.ry-left {
		width: 100%;
	}
  img {
    padding-top: 5rem;
    width: 40rem; /* or any custom size */
    object-fit: contain;
    border-radius: 0.4rem;
    box-shadow: 0 0 0 0 transparent;
	width: 60%;
  }
  .card {
    margin-top: 60rem;
  }
  .ry-head-shadow {
    -webkit-box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.60);
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.60);
  }
}