@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&amp;display=swap";
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.fs-10 {
  font-size: 5rem;
}

.faded {
  opacity: 0.5;
}

.input-group-text {
  color: #ff6015 !important;
}

p, span {
  font-family: 'Open Sans', sans-serif;
}

input {
  font-family: 'Open Sans', sans-serif;
}

blockquote {
  font-family: 'Quicksand', sans-serif;
}

.btn {
  font-family: 'Rubik' ,sans-serif;
  font-weight: 500;
}

button, table {
  font-family: 'Rubik' ,sans-serif;
}

a {
  font-family: 'Rubik' , sans-serif;
}

a {
  list-style: none;
  text-decoration: none;
}

.ob-fit {
  object-fit: cover;
}

.fw-semibold {
  font-weight: 600;
}

.bg-dark {
  background-color: rgb(0, 0, 36) !important;
}

.h-160 {
  height: 160px;
}

h1 {
     font-size: 3.2rem;
}

h2 {
    font-size: 2.5rem !important;
}

.page-title-area h1 {
    font-size: 50px;
}

.page-title-area h2 {
    font-size: 50px;
}

.btn-primary {
    font-size: 1.5rem;
}

.dropdown-menu[data-bs-popper] {
    left: auto !important;
    right: 0 !important;
}

@media (min-width: 1200px) {
.navbar-expand-xl .navbar-nav .dropdown-menu {
        right: 0 !important;
    }
}

@media screen and (max-width: 1399px) {
    .nav-item .nav-link {
        font-size: 13px;
    }
}

.navbar-brand {
    background: #f8f8f8;
}

p, li, button, span, a, blockquote , td, th {
    font-size: 1.5rem;
}

nav p, nav li, nav button, nav a, nav span {
    font-size: 1rem;
}


@media screen and (min-width:1200px) {
    .navbar-brand {
        border-right: 3px solid #c52f2d;
    }
    h2 {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-expand-xl .container {
        max-width: 100% !important;
    }
}

@media (min-width: 1400px) {
.navbar-expand-xl .container {
        max-width: 96% !important;
    }
    nav p, nav li, nav button, nav a, nav span {
        font-size: 1.2rem;
    }
}

@media (max-width: 1400px) {
    nav p, nav li, nav button, nav a, nav span {
        font-size: 1rem;
    }
}

@media (max-width: 1242px) {
    nav p, nav li, nav button, nav a, nav span {
        font-size: 0.9rem;
    }
}

@media (min-width: 1510px) {
.navbar-expand-xl .container {
        max-width: 90% !important;
    }
}

@media screen and (max-width: 991px) {
    .page-title-area h1 {
        font-size: 40px;
    }
    
    .page-title-area h2 {
            font-size: 40px;
    }
}

@media screen and (max-width: 425px) {
    p, li, span, button, a, blockquote, td, th {
        font-size: 1.1rem;
    }
}

.carousel-caption {
  top: 40%;
}

.bg-danger {
  background-color: #c72f2d !important;
}

.btn-danger {
  background-color: #c72f2d !important;
}

.text-danger {
  color: #c72f2d !important;
}

.card-three {
  position: relative;
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem;
}

.card:hover {
  transform: translateY(-10px);
  transition: 0.4s ease-in;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c72f2d;
  padding: 2rem;
}

.overlay .fa-hand-holding-dollar,
.overlay .fa-users,
.overlay .fa-certificate {
  font-size: 50px !important;
}

.card:hover .overlay {
  transition: 0.3s ease-in;
  background-color: rgba(0, 0, 0, 0.719);
}



.overlay-event {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.767),
    rgba(0, 0, 0, 0.192)
  );
  padding: 1rem;
}

.card:hover .overlay-event {
  transition: 0.3s ease-in;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.89),
    rgba(0, 0, 0, 0.068)
  );
}

#team {
  background-image: url("../media/team-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.493);
  background-blend-mode: multiply;
}

.d-top {
  display: flex !important;
  flex-direction: column;
}

.footer {
  background-image: url("../media/home/footerbanner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: rgba(14, 14, 14, 0.918);
}

/* gallery */

/*Carousel Gallery*/
.carousel-gallery {
  margin: 50px 0;
  padding: 0 30px;
}
.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  background-color: #ff5f158c;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay i {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.carousel-gallery
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff0506;
  transform: scale(1.1, 1.1);
}
/*# Carousel Gallery*/
.plugins {
  text-align: center;
}
.plugins h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial;
  text-transform: uppercase;
  color: #111;
}
.plugins a {
  display: inline-block;
  font-family: Arial;
  color: #777;
  font-size: 14px;
  margin: 10px;
  transition: all 0.2s linear;
}
.plugins a:hover {
  color: #ff0506;
}

.fancybox-show-thumbs .fancybox-thumbs ul {
  list-style-type: none;
}

#events {
  background-image: url("../media/home/eventsbanner-home.jpg");
  background-color: rgba(0, 0, 0, 0.575);
  background-blend-mode: multiply;
  background-size: cover;
  background-attachment: fixed;
}

.nav-link {
  color: #fff;
}

.nav-link:focus, .nav-link:hover {
  color: #fff;
}

.nav-link span {
  border-bottom: 3px solid rgba(165, 42, 42, 0);
}

.nav-link:hover span {
  border-bottom: 3px solid #c72f2d !important;
  transition: 0.3s ease-in-out;
}

.dropdown-item:hover {
  background-color: #c72f2d;
  color: #fff;
}

.bg-transluscent {
  background-color: rgba(0, 0, 0, 0.337);
}

.navbar-scroller.scrolled {
  background-color: rgb(0, 0, 36) !important;
  transition: background-color 200ms linear;
}

.navbar-scroller.scrolled .nav-link {
  color: rgb(255, 255, 255) !important;
}

.social-links:hover {
  transition: 0.3s ease;
  transform: translateY(-2px);
}

.rounded-card {
  border-radius: 30px 30px 0px 30px !important;
  overflow: hidden;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(197, 0, 0);
  color: white;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 50%;
}

#topBtn:hover {
  background-color: rgb(145, 14, 14);
}

.heads a{
    text-decoration:none;
    color: #e0be61;
}
.navbar-collapse {
    justify-content: end;
}

.bg-transluscent {
    background-color: rgb(255 255 255);
}
.navbar-scroller ul li a ,.navbar-scroller ul li a:hover , .nav-link:focus, .nav-link:hover {color:#000;}
.navbar-scroller .scrolled ul li a {color:#fff;}


/*testimonials*/

.owl-carousel .owl-stage .owl-item {
    height: 100%;
}

.owl-carousel .owl-item .item .shadow-effect {
    height: 430px;
}

.shadow-effect {
	background: #fff;
	padding: 20px 25px;
	text-align: center;
	border:1px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.3;
	margin: 0 0 17px 0;
}

.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	font-weight: 700;
	background: rgb(197, 0, 0);
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
	text-align: center;
	margin-bottom:30px;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
	margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #dc3545;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #dc3545;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 50%;
}

@media screen and (max-width: 1700px) {
    .owl-carousel .owl-item .item .shadow-effect {
        height: 480px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1599px) {
    .owl-carousel .owl-item .item .shadow-effect {
        height: 540px;
        padding: 20px 6px;
    }
}

@media screen and (max-width: 1175px) {
    .owl-carousel .owl-item .item .shadow-effect {
        height: 480px;
    }
}

.carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
}

@media screen and (max-width: 991px) {
    .card-three {
        height: 480px;
    }
    .container {
        max-width: 100%;
    }
    .blog-heading {
        font-size: 1.2rem;
    }
    
    .owl-carousel .owl-item .item .shadow-effect {
        height: 400px;
    }
}

@media screen and (min-width: 768px) {
  .carousel-item {
    height: 70vh;
  }
}

@media screen and (max-width: 768px) {
  .d-top {
    flex-direction: row;
  }
  .carousel-caption h1, .carousel-caption p, .carousel-caption button a {
    font-size: 90%;
  }
  .carousel-caption {
    top: 20%;
  }
  
  .owl-carousel .owl-item .item .shadow-effect {
        height: 450px;
    }
    
    .carousel-item {
        height: 300px;
    }
    .carousel-item img {
      height: 100%;
      object-fit: cover;
    }
    .card-three {
        height: 400px;
    }
}

@media screen and (max-width: 600px) {
    .owl-carousel .owl-item .item .shadow-effect {
        height: 520px;
    }
}

@media screen and (max-width: 440px) {
    .owl-carousel .owl-item .item .shadow-effect {
        height: 570px;
    }
    .shadow-effect {
        padding: 10px 5px;
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 360px) {
    .owl-carousel .owl-item .item .shadow-effect {
        height: 660px;
    }
}

@media (min-width: 991px) and (max-width: 1299px) {
    .xlg-container {
        min-width: 100% !important;
    }
    .nav-item .nav-link {
        font-size: 12px;
        padding: 0.5rem 0.3rem;
    }
}

.m-custom {
    margin-bottom: 10px;
    margin-right: 10px;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.fa-caret-down {
    font-size: 13px;
    vertical-align: text-top;
}


























