:root {
    --rv-primary: #25a9d4;
    --rv-primary-light: #c4ebf9;
    --rv-secondary: #007ffc;
    --rv-secondary-light: #c7e2fc;
    --rv-white: #fff;
    --rv-black: #070707;
    --rv-gray: #726d7b;
    --rv-font: 'Poppins', sans-serif;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
}
p,
a,
span,
li {
  font-size: 18px;
  text-decoration: none;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 28pxpx;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--rv-bg-primary);
}

p {
  color: var(--rv-black);
  font-size: 16px;
}

a {
  color: var(--rv-secondary);
  font-size: 16px;
  text-decoration: none;
}

a:hover {
  color: var(--rv-primary);
  text-decoration: none;
}

span {
  font-size: inherit;
}

.white{
	color: #fff;
}
.dark{
	color: #000248 !important;
}
.primary{
	color: var(--rv-secondary) !important;
}
.secondary{
	color: #000248 !important;
}
.yellow{
	color: #ff9600;
}
.green{
	color: #81ce74;
}
.blue{
	color: #007eff;
}
.purple{
	color: #6e55ff;
}
.orange{
	color: #ff802c;
}

.bg-white{
	background-color: #fff;
}
.bg-dark{
	background-color: #000248 !important;
}
.bg-light {
    background-color: #ffffe4 !important;
}
.bg-primary{
	background-color: var(--rv-secondary) !important;
}
.bg-secondary{
	background-color: #000248;
}
.bg-yellow{
	background-color: #ff9600;
}
.bg-green{
	background-color: #81ce74;
}
.bg-blue{
	background-color: #007eff;
}
.bg-purple{
	background-color: #6e55ff;
}
.bg-orange{
	background-color: #ff802c;
}

a.navbar-brand {
    height: 100px;
}
a.navbar-brand img {
    height: 100%;
    width: auto;
}
.btn {
    border-radius: 0;
    padding: 10px 30px;
    color: #000248;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
    background-color: var(--rv-secondary);
    border: 1px solid var(--rv-secondary);
    color: #fff;
}

.btn-primary:hover {
    background-color: var(--rv-primary);
    border-color: var(--rv-primary);
}

.btn-line-primary {
    background-color: transparent;
    border: 1px solid var(--rv-secondary);
    color: var(--rv-secondary);
}

.btn-line-primary:hover {
    background-color: var(--rv-secondary);
    border: 1px solid var(--rv-secondary);
    color: #fff;
}

.btn-secondary {
    background-color: #000248;
    border: 1px solid #000248;
    color: #fff;
}

.btn-secondary:hover {
    background-color: var(--rv-primary);
    border-color: var(--rv-primary);
}

.btn-line-secondary {
    background-color: transparent;
    border: 1px solid #000248;
    color: #000248;
}

.btn-line-secondary:hover {
    background-color: var(--rv-primary-light);
    color: #000248;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000248;
}

.btn-white:hover {
    background-color: var(--rv-primary-light);
    border-color: var(--rv-primary);
}

.btn-read {
    background-color: transparent;
    border: none;
    position: relative;
}

.btn-read:hover {
    color: var(--rv-primary);
}

.section , .main-section{
	padding: 80px 0;
}


.overlay-primary{
	background-color: rgba(205,72,173,0.9);
}
.overlay-dark {
    background-color: rgb(175 174 26 / 37%);
    padding: 80px 0;
}
.heading small {
    font-size: 16px;
    font-weight: 600;
}
.heading{
    margin-bottom: 35px;
}
.heading small {
    font-size: 16px;
    font-weight: 600;
}
.heading h2 {
    font-size: 38px;
    font-weight: 600;
}

.dark-mode .heading small {
    color: #fff;
}
.dark-mode .heading h2 {
    color: #fff;
}

.main_banner {
    background-image: linear-gradient(0deg, #f1ff69, #ffffff, #ffffff);
    padding: 35px 0px;
}
.header_main {
    width: 100%;
    top: 0;
    left: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #000248;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 17px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--rv-secondary);
}

.nav-item.dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    transform: translateY(0px);
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all 0.3s ease-in-out;
    padding: 0;
}
.navbar-nav .dropdown-item {
    padding: 10px 30px;
}
.navbar-nav .dropdown-item {
    font-weight: 600;
    color: #000248;
}
.navbar-nav .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: var(--rv-secondary);
}
.nav-item.dropdown:hover .dropdown-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition: all 0.3s ease-in-out;
}
.main_banner .banner{
	position: relative;
}
.main_banner .banner .img {
    position: relative;
}
.main_banner .banner .img::after {
    position: absolute;
    background-image: url(../images/shape2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 450px;
    height: 550px;
    top: 0;
    right: 40px;
    z-index: 0;
}
.main_banner .banner .img::before {
    content: "";
    position: absolute;
    background-color: #ffe2c1;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    top: 80px;
    right: 180px;
    z-index: 9;
}
.banner .img img {
    position: relative;
    z-index: 9;
}
small {
    color: var(--rv-secondary);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
}
.main_banner .banner .text {
    padding-top: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
.main_banner .banner .text h2 {
    font-size: 40px;
    /* width: 100%; */
    line-height: 54px;
    margin: 30px 0;
}
.main_banner .banner small em {
    position: relative;
    z-index: 99;
    font-style: normal;
    color: #000;
    font-size: 18px;
}
.main_banner .banner small::after {
    content: "";
    position: absolute;
    background-color: #f4ff39;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    bottom: -20px;
    left: -20px;
    z-index: 0;
}
.main_banner .banner .text .btn-white {
    margin-top: 30px;
}


.service-section .heading {
    width: 30%;
}
.service-box {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #f9f9f9;
    box-shadow: 1px 1px  4px -3px;
}
.service-box:hover {
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
    box-shadow: 0 0 15px 3px rgba(0,2,72,0.1);
}

.service-box .icon {
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-box .icon i {
    color: #fff;
    font-size: 38px;
}
.service-box h5 {
    padding: 15px 0;
    font-weight: 700;
    font-size: 22px;
}
.line-draw-animation {
    position: relative;
}
.line-draw-animation::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: var(--rv-secondary);
    right: 0;
    top: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.service2.line-draw-animation::before {
    background: #ff9600;
}
.service3.line-draw-animation::before {
    background: #007eff;
}
.service4.line-draw-animation::before {
    background: #ff802c;
}
.service5.line-draw-animation::before {
    background: #81ce74;
}
.service6.line-draw-animation::before {
    background: #6e55ff;
}
.line-draw-animation:hover::before {
    width: 100%;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.line-draw-animation::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: var(--rv-secondary);
    left: 0;
    bottom: 0;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.service2.line-draw-animation::after {
    background: #ff9600;
}
.service3.line-draw-animation::after {
    background: #007eff;
}
.service4.line-draw-animation::after {
    background: #ff802c;
}
.service5.line-draw-animation::after {
    background: #81ce74;
}
.service6.line-draw-animation::after {
    background: #6e55ff;
}
.line-draw-animation:hover::after {
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.line-draw-inner::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: var(--rv-secondary);
}
.service2 .line-draw-inner::before {
    background: #ff9600;
}
.service3 .line-draw-inner::before {
    background: #007eff;
}
.service4 .line-draw-inner::before {
    background: #ff802c;
}
.service5 .line-draw-inner::before {
    background: #81ce74;
}
.service6 .line-draw-inner::before {
    background: #6e55ff;
}
.line-draw-animation .line-draw-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
    top: 0;
}
.line-draw-animation:hover .line-draw-inner::before {
    height: 100%;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.line-draw-inner::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: var(--rv-secondary);
}
/* For .line-draw-inner::after and .icon background */
.service1 .line-draw-inner::after,
.service1 .icon {
    background: #ff9600;
}
.service2 .line-draw-inner::after,
.service2 .icon {
    background: #007eff;
}
.service3 .line-draw-inner::after,
.service3 .icon {
    background: #ff802c;
}
.service4 .line-draw-inner::after,
.service4 .icon {
    background: #81ce74;
}
.service5 .line-draw-inner::after,
.service5 .icon {
    background: #6e55ff;
}
.service6 .line-draw-inner::after,
.service6 .icon {
    background: #f1c40f;
}
.service7 .line-draw-inner::after,
.service7 .icon {
    background: #e74c3c;
}
.service8 .line-draw-inner::after,
.service8 .icon {
    background: #9b59b6;
}
.service9 .line-draw-inner::after,
.service9 .icon {
    background: #2ecc71;
}
.service10 .line-draw-inner::after,
.service10 .icon {
    background: #3498db;
}
.service11 .line-draw-inner::after,
.service11 .icon {
    background: #1abc9c;
}
.service12 .line-draw-inner::after,
.service12 .icon {
    background: #34495e;
}
.service13 .line-draw-inner::after,
.service13 .icon {
    background: #e67e22;
}
.service14 .line-draw-inner::after,
.service14 .icon {
    background: #f39c12;
}
.service15 .line-draw-inner::after,
.service15 .icon {
    background: #d35400;
}


.line-draw-animation .line-draw-inner::after {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    right: 0;
    bottom: 0;
}
.line-draw-animation:hover .line-draw-inner::after {
    height: 100%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}



.aboutus-section{
	position: relative;
}
.aboutus-section::after {
    content: "";
    position: absolute;
    background-image: url(../images/shape1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 640px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.aboutus-section .heading {
    width: 60%;
}
.aboutus-section .img img {
    position: relative;
    z-index: 9;
    width: 85%;
}

.investor-corner {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
.investor-corner::before {
    content: "";
    position: absolute;
    border: 160px solid transparent;
    border-left: none;
    border-right: 160px solid #50d3fd;
    left: -54px;
    top: -105px;
    transform: rotate(45deg);
    z-index: 1;
}
.investor-corner::after {
    content: "";
    position: absolute;
    border: 200px solid transparent;
    border-left: none;
    border-right: 200px solid #abebff;
    left: -59px;
    top: -131px;
    transform: rotate(45deg);
    z-index: 0;
}
.investor-box {
    background-color: #f9f9ff;
    padding:30px 25px 0 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.investor-box:hover {
	background-color: var(--rv-primary);
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
    box-shadow: 0 0 15px 3px rgba(0,2,72,0.1);
}
.investor-box .icon {
	transition: all 0.3s ease-in-out;
}
.investor-box .icon i {
    font-size: 54px;
    color: var(--rv-secondary);
}
.investor-box h5 {
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    font-weight: 600;
    padding: 6px 0;
}
.investor-box p {
    transition: all 0.3s ease-in-out;
}
.investor-box:hover .icon {
     transform: translateY(-90px);
     transition: all 0.3s ease-in-out;
}
.investor-box:hover h5 {
    color: #fff;
    transform: translateY(-50px);
}
.investor-box:hover p {
    color: #fff;
    transform: translateY(-50px);
}
.investor-box .btn-read {
	color: var(--rv-secondary-light);
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
    transition: all 0.3s ease-in-out;
    padding: 10px 0 0;
    display: inline-block;
}
.investor-box:hover .btn-read {
	opacity: 1;
	visibility: visible;
	padding-left: 0;
    transform: translateY(-40px);
    transition: all 0.3s ease-in-out;
}

.contact-home-section {
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.contact-home-section .form-card {
    background-color: #f9f9ff;
    min-height: 600px;
    margin-top: -160px;
    padding: 20px;
    box-shadow: -3px -2px 13px  -5px grey;
}
.contact-home-section .contact-info .item {
    padding: 10px 0;
}
.contact-home-section .contact-info .item a, .contact-home-section .contact-info .item p {
    color: #fff;
}


.testimonial-box {
    display: block !important;
}
.testimonial-box .image {
    width: 150px;
    display: inline-block;
    position: relative;
}
.testimonial-box .image img.img-fluid {
    border-radius: 50%;
}
.testimonial-box .image::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #000248;
    border: 3px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.testimonial-box .image::after {
    content: "\f10e";
    font-family: fontawesome;
    position: absolute;
    right: 11px;
    bottom: 4px;
    font-size: 18px;
    z-index: 9;
    color: #fff;
}


.testimonial-box .content {
    display: inline-block;
    width: calc(100% - 155px);
    padding-left: 30px;
}
.testimonial-box .content h4 {
    font-weight: 700;
    font-size: 22px;
}
.testimonial-box .content h6 {
    font-weight: 500;
    color: var(--rv-secondary);
    font-size: 18px;
}
#carouselTest{
	position: relative;
}
#carouselTest .owl-nav {
    position: absolute;
    top: -100px;
    right: 0px;
}
#carouselTest .owl-nav button {
    font-size: 40px;
    color: var(--rv-secondary);
    font-weight: 300;
    border: 1px solid var(--rv-secondary);
    width: 45px;
    height: 45px;
    border-radius: 0;
    line-height: 20px;
}
#carouselTest .owl-nav button:hover {
    background-color: var(--rv-secondary);
    color: #fff;
    border: 1px solid var(--rv-secondary);
}
.blog-box {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 2px 0px #cacaca;
    margin-bottom: 50px;
}
.blog-box:hover{
	transform: translateY(-10px);
	transition: all 0.3s ease-in-out;
}
.blog-box .img {
    position: relative;
    max-height: 250px;
    min-height: 250px;
    height: 250px;
}
.blog-box .img::after {
    content: "";
    position: absolute;
    background-color: rgb(242 226 65 / 32%);
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease-in-out;
}
.blog-box:hover .img::after{
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	transition: all 0.3s ease-in-out;
}
.blog-box .img img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    height: 100%;
}
.blog-box:hover .img img{
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}
.blog-box .content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    height: 165px;
}
.blog-box .category {
    position: absolute;
    top: -15px;
    left: 15px;
    background-color: #007ffc;
    padding: 2px 6px;
    color: #fff;
}
.blog-box .content h4 {
    padding-top: 25px;
    font-size: 24px;
    font-weight: 700;
}
.blog-box .content h4 a{
    color: #000248;
}
.blog-box .content h4 a:hover{
    color: var(--rv-secondary);
}
.blog-box .content p {
    margin: 0;
}
.blog-section.bg-light .btn-line-primary {
    display: block;
    width: 200px;
    margin: 35px auto 0px auto;
}

.amc-section img {
    width: 180px;
    padding: 5px;
}
.top-header {
    padding: 30px 0 30px 0;
}
.top-header img {
    height: 100px;
    width: auto;
}
.top-header .social {
    text-align: right;
}
.top-header .social i {
    background-color: #000248;
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin: 2px;
}
.top-header .social a:hover i {
    background-color: var(--rv-secondary);
}
.middle-header {
    border-top: 1px solid grey;
    padding: 30px 0 30px 0;
    /* border-bottom: 1px solid #000000; */
}
.footer-widget.links .title {
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-menu {
    list-style-type: none;
    padding: 0;
}
.footer-menu .link {
    color: #41415a;
    font-weight: 500;
    font-size: 17px;
    padding: 3px !important;
    display: block;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.footer-menu .link:hover {
    color: var(--rv-secondary) !important;
    transition: all 0.3s ease-in-out;
    padding-left: 12px !important;
}

.footer-menu .link::after {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    left: 0px;
    bottom: 4px;
    font-size: 18px;
    z-index: 9;
    color: var(--rv-secondary);
    visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.footer-menu .link:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.footer-widget .contact-info .item {
    padding: 5px 0;
}
.footer-widget .contact-info .item a{
    color: #41415a;
}
.footer-widget .contact-info .item p{
    color: #41415a;
}
.bottom-header {
    padding: 30px 0 20px 0;
}
.bottom-header .privacy-text {
    text-align: right;
}
.bottom-header .privacy-text a, .bottom-header .privacy-text a{
    color: #41415a;
}

.footer-main a:hover {
    color: var(--rv-secondary) !important;
}



/* TICKER */

.ticker_section {
  /* padding: 40px 0; */
  background: linear-gradient(0deg, #000, #000);
  /*border-bottom: 1px solid #f7f7f7;*/
}
  .ticker_section .tickers {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-content: center;
  margin: 0;
  }
  .tickers .ticker_item {
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    /*width: 100%;*/
    padding: 0;
    padding: 0px 7px;
    display: flex;
    background: linear-gradient(0deg, #000, #000);
    /*height: 110px;*/
    text-align: center;
    border-right: 1px solid #fff;
  margin: 6px 9px;
}

.tickers .ticker_item:last-child {
  border: none;
}


.tickers .ticker_item .name {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 5px;
  position: relative;
  z-index: 9;
  margin-left: -19px;
}
.tickers .ticker_item .price {
  display: block;
  font-size: 12px;
  padding-top: 6px;
  /*line-height: 18px;*/
  color: #fff;
  position: relative;
  z-index: 9;
  margin-left: 7px;
}
.tickers .ticker_item .difference_percent {
  position: relative;
  color: #2de55d;
  display: block;
  line-height: 18px;
  font-size: 12px;
  /*margin-top: 5px;*/
  background-color: #ffffff33;
  padding: 6px 8px;
  margin-left: 7px;
  border-radius: 2px;
  padding-right: 26px;
}
.tickers .ticker_item .difference_percent::after {
    content: "";
    position: absolute;
    background-image: url(../images/trend.png);
    font-size: 18px;
    /*bottom: 25px;*/
    bottom: 8px;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    /*z-index: 0;*/
    right:7px;
    /*opacity: 0.2;*/
    /*display: none;*/
}
  .tickers .ticker_item .difference_percent.negative {
  color: #ff2d2d;
  }
  .tickers .ticker_item .difference_percent.negative::after {
    background-image: url(../images/decrease.png);
    /*bottom: 20px;*/
}

  /* TICKER */



  .item.partner-item {
    /* padding: 10px; */
    margin: 10px;
}
a.img-partner img {
    padding: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 10px -4px;
    border-radius: 12px;
}      
footer.footer-main.bg-main {
    background: #8080802e;
}
.navbar {
    padding: 0;
}

.footer-bottom-area {
    border-top: 2px solid grey;
    padding-top: 15px;
}

.about-section .card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

.about-section .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.about-section .card h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.about-section .card p {
    font-size: 16px;
}

.about-section .col-lg-4 {
    display: flex;
    justify-content: center;
}

.about-section .card {
    width: 100%;
    min-height: 350px;
}


.dropdown-item {
    margin-left: 0;
    margin-right: 0;
    min-width: 100%;
    width: auto;
}
.navbar-nav .dropdown > .dropdown-menu {
    left: 0;
}

a.nav-link.btn.btn-primary.btn-login {
    color: #fff;
}
.navbar {
    padding: 0;
    background: #fff;
    border-bottom: 1px ridge #80808014;
}
a.nav-link {
    color: #000;
}
a.nav-link.active {
    color: var(--rv-primary);
}
.about-home-section .images {
    padding-top: 80px;
}


.awards-section .image-frame {
    background: #1a1a1a;
    border: 5px solid #333;
    padding: 10px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    box-shadow: inset 0 0 10px grey;
}

.awards-section .image-frame a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1b1b1b;
}

.awards-section .gallery-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Ensures the image fits within the container without distortion */
    display: block;
}

.awards-section .rv-gallery-row {
    display: flex;
    justify-content: center;
}

.team-section .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.team-section .team-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding: 15px;
    transition: transform 0.3s ease-in-out;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 3px ridge #8080802b;
}
.team-section .team-card:hover {
    transform: translateY(-10px);
}
.team-section .team-image {
    height: 290px;
    box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.3);
    border: 3px ridge #bababa57;
}
.team-section .team-info {
    margin-top: 10px;
}

.team-section .team-image img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.team-section .team-info h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.team-section .team-info p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.services-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dropdown-menu.closed {
    display: none !important;
}
span.navbar-toggler-icon {
    position: relative;
    z-index: 99999;
}
