/**
* Template Name: Shuffle - v4.6.0
* Template URL: https://bootstrapmade.com/bootstrap-3-one-page-template-free-shuffle/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('font/flexslider-icon.eot');
  src: url('font/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('font/flexslider-icon.woff') format('woff'), url('font/flexslider-icon.ttf') format('truetype'), url('font/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
font-display: block;
font-family: 'Playfair Display';
font-style: italic;
font-weight: 400;
src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v18/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-display: block;
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v18/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-display: block;
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v18/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWoe5j5hNKe1_w.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Avenir-LT-W05_35-Light";
    src: url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Avenir_Family_Pack/v1/AvenirLTW05-35Light.woff2") format("woff2"),
    url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Avenir_Family_Pack/v1/AvenirLTW05-35Light.woff") format("woff");
}
 @font-face {
    font-family: 'Avenir-35';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir-35'), url('font/Avenir-35.woff') format('woff');
    }
	
	@font-face {
    font-family: "AvenirLight";
    /* src: url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Avenir_Family_Pack/v1/AvenirLTW05-35Light.woff2") format("woff2"),
    url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Avenir_Family_Pack/v1/AvenirLTW05-35Light.woff") format("woff"); */
	font-style: normal;
    font-weight: normal;
    src: local('AvenirLight'), url('font/AvenirLight.woff') format('woff');
	src: local('AvenirLight'), url('font/AvenirLight.woff2') format('woff2');
}

  @font-face {
    font-family: 'BwMitga-Black';
    font-style: normal;
    font-weight: normal;
    src: local('BwMitga-Black'), url('font/BwMitga-Black.woff') format('woff');
    }

    @font-face {
    font-family: 'BwMitga-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('BwMitga-Bold'), url('font/BwMitga-Bold.woff') format('woff');
    }
    
    @font-face {
    font-family: 'BwMitga-Light';
    font-style: normal;
    font-weight: normal;
    src: local('BwMitga-Light'), url('font/BwMitga-Light.woff') format('woff');
    }

    @font-face {
    font-family: 'BwMitga-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('BwMitga-Regular'), url('font/BwMitga-Regular.woff') format('woff');
    }
 


body {font-family: Avenir-35;
  color: #000;
}

a {
  text-decoration: none;
}

/* a:hover {
  color: #2ae0c4;
  text-decoration: none;
} */

h1, h2, h3, h4, h5, h6 { }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #012269;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #21dfc2;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* header strip start*/
.gfs-strip{
  height: 11px;
  width: 100%;
  transform: scaleY(0);
  animation: stripSlide  ease forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 0%;
}

.gfs-strip1{
  background-color: #afafaf;
  animation-delay: 0.3s;
}
.gfs-strip2{
  background-color: #002B5C;
  animation-delay: 0.6s;
}
.gfs-strip3{
  background-color: #aa052d;
  animation-delay: 0.9s;
}



@keyframes stripSlide {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}
  100% {
    transform: scaleY(1);
    transform-origin: top;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
}


  .gfs-strip-descipline{
  height: 12px;
  width: 100%;
  transform: scaleX(0);
  animation: strip-desciplineSlide 3.2s ease-in-out infinite;
  -webkit-animation: strip-desciplineSlide 3.2s ease-in-out infinite;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}

  .gfs-strip-descipline1{
  background-color: #afafaf;
  animation-delay: 0.8s;
}
 .gfs-strip-descipline2{
  background-color: #002B5C;
  animation-delay: 0.4s;
}
 .gfs-strip-descipline3{
  background-color: #aa052d;
  animation-delay: 0s;
}



@keyframes strip-desciplineSlide {
  0% {
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
  40% {
    transform: scaleX(1);
    transform-origin: right;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  60% {
    transform: scaleX(1);
    transform-origin: right;
    /* animation 2 */
    /* transform-origin: left; */

    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
    /* animation 2 */

    /* transform-origin: left; */

    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
}  

/* header strip end*/


#header {
  
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #425451;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
#header .logo img {
  padding: 0;
  height: 5rem;
  margin: 0;
}
.footer-logo{
  height: 5rem;
}

.scrolled-offset {
  margin-top: 160px !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/* mega menu */




.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: space-evenly;
  background-color:#aa052d ;
  align-items: center;
}
.bg-red{
  background-color:#aa052d !important;
}
/* .saddle-care-ul{
  left: -645px !important;
}
.about-us-ul{
  left: -850px !important;
} */
.navbar ul li a{
  color: white;
}
.navbar li {
  /* position: relative; */
}
.navbar a, .navbar a:focus {font-family: Avenir-35;
  display: flex;
  align-items: center;
  padding: 10px 0 ;
  font-size: 1rem;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;margin: 0 18px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ffffff;
border-bottom: 2px solid #ed0125;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #1bbca3;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #1ed2b6;
}
.navbar .dropdown ul {
  display: block;
  /* position: absolute; */
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  width:90vw;left: -100px;padding: 10px;font-weight: bolder;
  z-index: 99;
  opacity: 0;
  /* left: -167px; */
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}
.series{
  font-size: 12px;
}
/* .premier{
  color: gray;
}
.transition{
  color: #AA052D;
}
.monarch{
  color: #012269;
} */
.navbar .dropdown ul a {
  color: black;
    background: transparent;
    padding: 10px 0;
    font-size: 14px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #0b1f79;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.navbar .dropdown ul a {
  color: black;
  background: transparent;
  padding: 10px 0;
  font-size: 14px;
  text-transform: none;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .scrolled-offset{
    margin-top: 150px !important;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #58716d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 992px) {
  .mobile-nav-toggle {
    display: block;
  }
  .scrolled-offset{
    margin-top: 220px !important;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(21, 27, 26, 0.8);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #58716d;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1bbca3;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1bbca3;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.desktop-nav{
  background-color: #AA052D;
  position: relative;
  top: 18px;
}
.desktop-nav .navbar-nav .nav-link{
  color: white !important;
}
.desktop-nav .navbar-nav .nav-link:hover{
  color: rgba(255, 255, 255, 0.712) !important;
  scale: 1.01;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  .scrolled-offset{
    margin-top: 318px !important;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #000!important;
}
@media (max-width: 353px){
  .scrolled-offset{
    margin-top: 270px !important;
  }
}
@media (max-width: 353px){
  .hero-container{
    margin-top: 78px;
  }
}

@media (min-width: 992px) {
  #navbar {
      display: none !important; /* Hide mobile nav on desktop */
  }
}

@media (max-width: 992px) {
  .desktop-nav {
      display: none !important; /* Hide desktop nav on mobile */
  }
}
  
}
@media (max-width: 992px) {

  .navbar-dark .navbar-nav .nav-link
  {
   color: #000!important;
}
  
}
@media (min-width: 992px) {
/* #navbar{
  display: none!important;
} */
  .nav-mobile{
    display: none!important;
  }
  
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
#hero .carousel-item {
  width: 100%;
  /* height: 100vh; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 1;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .carousel-indicators li {
  cursor: pointer;
  opacity: 1;
}
#hero .carousel-indicators .active {
  background-color: #1bbca3;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #1bbca3;
}
#hero .btn-get-started:hover {
  background: #1bbca3;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections Saddle
--------------------------------------------------------------*/
.section-saddle {
  background-color: white;
  position: relative;
  overflow: hidden;
}

.section-saddle .saddle-img-container {
  position: relative;
  overflow: hidden;
}

.section-saddle img {
  /* position: absolute;
  right: -350px;
  top: 230px; */
  opacity: 0.5;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
  /* width: auto;
  height: 100%; */
}

.saddle-box:hover img {
  right: 80px;
  opacity: 1;
  animation: scaleUp 0.4s ease-in-out forwards;
}
.Seriesfull{
  font-style: 1.5rem;
  color: gray;
}
/* .section-saddle .saddle-series {
  position: absolute;
    top: 485px;
    left: 153px;
} */

@keyframes scaleUp {
  from {
    opacity: 0.3;
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.2);
    opacity: 1;
}
}

.section-saddle .btn {
  background-color: white;
  transition: all 0.3s ease;
}

.section-saddle .btn:hover {
  color: white !important;
  background: #012269 !important;
}

@media (max-width: 991.98px) {
  .section-saddle [class*="col-"] {
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  
  .section-saddle [class*="col-"]:last-child {
    border-bottom: none;
  }
}
/* @keyframes slideIn {
  0%{
    right: -150px;
  }
  100%{
    right: 17px;
  }
} */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding:30px 0;
}

.section-bg {
  background-color: #f2f5f4;
}
.section-saddle {
  /* background: url('../img/saddle_bg.jpg') no-repeat;background-size: cover; */
}

.section-title {
  /* text-align: center; */
  padding-bottom: 30px;
}
.section-title h2 {font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-weight: bolder;
  color: #000000;
}
.section-title p {
  margin-bottom: 0;
  color: #000;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f2f5f4;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {font-size: 26px;
  font-weight: bold;
text-transform: uppercase;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bbca3;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .progress {
  height: 50px;
  display: block;
  background: none;
}
.about .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #58716d;
}
.about .progress .skill .val {
  float: right;
  font-style: normal;
}
.about .progress-bar-wrap {
  background: #e6eceb;
}
.about .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #1bbca3;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  background: #fff;
}
.counts .count-box i {
  display: block;
  font-size: 34px;
  color: #1bbca3;
  float: left;
  line-height: 0;
}
.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #58716d;
  margin-left: 50px;
}
.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7c9995;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .count-box a:hover {
  color: #a7bbb8;
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.services .icon-box::before {
  content: "";
  position: absolute;
  background:#c90529;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}
.services .icon-box:hover::before {
  background:#c90529;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 0px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #425451;
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}
.services .icon-box:hover .icon {
  background: #fff;
}
.services .icon-box:hover .icon i {
  color: #1bbca3;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(66, 84, 81, 0.5), rgba(43, 56, 54, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #1bbca3;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #1bbca3;
  border: 2px solid #1bbca3;
}



/*--------------------------------------------------------------
# Info Box
--------------------------------------------------------------*/
.info-box .content {
  padding: 60px 50px 50px 50px;
}
.info-box .content h3 {
  font-weight: 400;
  font-size: 34px;
}
.info-box .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.info-box .content p {}
.info-box .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}
.info-box .accordion-list {
  padding: 0 100px 60px 100px;
}
.info-box .accordion-list ul {
  padding: 0;
  list-style: none;
}
.info-box .accordion-list li + li {
  margin-top: 15px;
}
.info-box .accordion-list li {
  padding: 20px;
  background: #f2f5f4;
  border-radius: 5px;
}
.info-box .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.info-box .accordion-list a:hover {
  color: #1bbca3;
}
.info-box .accordion-list span {
  color: #e83e8c;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.info-box .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.info-box .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.info-box .accordion-list .icon-show {
  display: none;
}
.info-box .accordion-list a.collapsed {
  color: #343a40;
}
.info-box .accordion-list a.collapsed:hover {
  color: #1bbca3;
}
.info-box .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.info-box .accordion-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1024px) {
  .info-box .content, .info-box .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .info-box {
    /* img {
      padding-top: 30px;
    } */
  }
  .info-box .content {
    padding-top: 30px;
  }
  .info-box .accordion-list {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #334240;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #1bbca3;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(88, 113, 109, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #56e7d0;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}
.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  /* padding-top:130px; */
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #d20524;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d20524;
}
.portfolio-details .portfolio-info {}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: disc;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}
.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}
.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}
.team .member .social a:hover {
  color: #1bbca3;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}
.team .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}
.team .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .infos {
  position: relative;
  z-index: 2;
}
.contact .info {
  padding: 60px;
  background: #fff;
  color: #334240;
  text-align: center;
  box-shadow: -5px -5px 40px 0 rgba(0, 0, 0, 0.1);
}
.contact .info i {
  font-size: 48px;
  color: #56e7d0;
  margin-bottom: 15px;
}
.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.contact .info p {
  font-size: 15px;
}
.contact .info-bg {
  background: white;
}
.contact .contact-form-wrap {
  box-shadow: 10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 30px;
}
.contact .php-email-form {
  width: 100%;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form label {
  font-family: "BwMitga-Regular", sans-serif;
  margin-bottom: 5px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;border: 0;
  font-size: 14px;background: transparent;
border-bottom: 1px solid #fff; color: #fff;
}
.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #1bbca3;
}
.contact .php-email-form input {
  padding: 10px 0 15px;
}
.contact .php-email-form textarea {
  padding: 12px 0 15px;
}
.contact .php-email-form button[type=submit] {
  background: #fff;
  border: 0px solid #1bbca3;
  padding: 10px 24px;
  color: #000;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1024px) {
  .contact .info {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #ffffff;
  padding: 0 0 0px 0;
  color: #022d5a;
  font-size:20px;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #5775b8;
}
#footer .footer-top .social-links a {
  font-size:37px;
  display: inline-block;
  color: #5775b8;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  text-decoration: none;
}
#footer .footer-top h4 {font-size: 2rem;
position: relative;
padding-bottom: 12px;
font-weight: bolder;
}
#footer .footer-top .footer-links {}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #000;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  font-weight: 600;
  color: #022d5a;
  align-items: center;
}
#footer .footer-top .social-links a{
  margin-right: 10px;
}
/* .social-links .icon{
  margin-right: 10px;
} */
svg{
  height: 30px;
  /* width: 20px; */
  
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #022d5a;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
}
#footer .footer-top .footer-links ul a:hover {}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1bbca3;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #158f7c;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.carousel-indicators {bottom: 60px;}
.carousel-indicators [data-bs-target] {bottom: 60px;
    width: 10px;
height: 10px;border-radius: 50px;}
.about .content p{padding-left: 10px;margin-top: 30px;}
.contentt{padding-left: 10px;}
.viewbut{margin-top: 20px;}
.viewbut a{background: #b40d29;
  font-weight: 600;
color: #e8e8e8;text-transform: uppercase; padding: 10px 10px;}
.exploreBtn {
  background: #b40d29;
  color: #e8e8e8;
  margin: 20px;
  text-transform: uppercase; 
  border: none;
  outline: none;
  padding: 10px 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(180, 13, 41, 0.3);
}

.exploreBtn:hover {
  background: #990a23;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.exploreBtn a {
  text-decoration: none;
  color: white;
  display: block;
  transition: all 0.3s ease;
}

.headingb{font-size:40px;}
.headings{font-size: 15px;font-style: italic;
line-height: 5px;}
.sectopheading{color: #fff;text-align: center;
margin: 0 0 30px 0;}
.section-bridal .sectopheading{color: #000;}
.card-title {margin: 10px 0;

}
.more-services .card-title a{color: #aa052d;}
/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services img {
  border-radius: 0;
margin: auto;
}
.more-services .card {
  border: 0;
  text-align: center;
}
.more-services .card-body {color: #000;
 padding: 0 10px 10px;
  text-align-last: center;
}
.more-services .card-title a {text-transform: uppercase;
  font-size:20px;font-weight: bold;
}
.more-services .card-title a:hover {}
.btn {background: #012269;
color: #e8e8e8;
}
.btn:hover {color: #fff;
}
.card-colava{font-size:20px;}
.card-color{font-size: 13px;margin-bottom: 10px;}
.section-bridal{background: #fff;}

.more-services.section-bridal .card {}

.address.cont i{float: left;background: #fff;
border-radius: 50%;
color: #000;
padding: 10px;
font-size: 20px;}
.adcon {display: block;
margin-left: 50px;
margin-bottom: 20px;
margin-top: 20px;
font-size: 15px;
}
.contact.section-bg{background: url('../img/contact_bg.jpg') no-repeat;background-size: cover;color: #fff;}
.contact .section-title h2{color: #fff;}
.contact .section-title p {    color: #fff;
}
.address.cont {
    margin-bottom: 35px;
}
.col-md-6.form-group {
    margin-bottom: 20px;
}
.about .image {}
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 15px;border: 1px solid #e6e6e6;
border-radius: 10px;
}
.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;text-align: center;
}
.step h3 {text-align: center;
  font-size: 19px;color: #b40d29;
}
.alsoview .step h3 {
  font-size: 17px;color: #b40d29;text-align: center;
}
.contents {padding-bottom: 7px;
text-align: justify;
font-size: 1.2rem;
font-weight: 600;
color: #6e6e6e;
margin-bottom: 5px;
}
.step p {height: 140px;text-align: center;
}
.number .img-fluid {
  height: 250px;
}
.cardimg{ 
  min-height: 348px;
  max-height: 348px;

  overflow: hidden;
}
.swiper-left img {margin-bottom: 5px;
  max-width: 100%;
}
.nav-linkrig {
  margin-right: 5px;
}
.headingb h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #fff;
}
.section-list .headingb h2 {  color: #012269;}

.section-list .card-title a{color: #022c59;}
.more-services img {
  border-radius: 0;
margin: auto;
}
.section-list .card {margin: 0 10px;
  border: 0;
  text-align: center;padding: 0 10px;
}
.section-list .card-body {color: #000;
 padding: 0 1rem 1rem;
  text-align-last: center;
}
.section-list .card-title a {
  font-size:30px;font-weight: bold;
}
.section-list.section-bridal .card {
border: 1px solid #dfdfdf;}

.section-bridal {
 
}
.section-bridal .headingb h2 {
  color: #000;
}
.social-links img {
  width: 50px;
}
.footer-inp ul {list-style:none;padding: 0;}
.footer-inp li {float:left;}
.footer-inp li a{color:#fff;margin-right:30px;font-weight: bold;}
.intbut	{background: #aeb8c1;
border: 2px solid #c4ced7;color: #000 !important;
	padding: 7px;}
.footer-inp {
  margin-top: 14px;
}
/* .wpsl-search {
  margin-bottom: 12px;
  padding: 10px ;
  background: #f4f3f3;display: flex;
}
#wpsl-search-wrap {
  float: left;
  width: 100%;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {
  display: table;
}
#wpsl-search-wrap .wpsl-select-wrap {
  position: relative;
  z-index: 2;
  margin-right: 0;
}
#wpsl-search-wrap div {
  min-width: 100px;
}
#wpsl-search-btn, #wpsl-search-wrap div {
  margin-right: 10px;
  float: left;
}
#wpsl-search-wrap .wpsl-input label {
  margin-right: 0;
}
#wpsl-search-wrap div label {
  float: left;
  margin-right: 10px;
  line-height: 32px;
}
#wpsl-search-btn, #wpsl-search-wrap input {
  border: 1px solid #d2d2d2;
  border-radius: 3px;padding: 2px 10px;
}
#wpsl-search-input {
  width: 179px;
}
#wpsl-search-wrap .wpsl-select-wrap {
  position: relative;
  z-index: 2;
  margin-right: 0;
}
#wpsl-search-wrap div {
  min-width: 100px;
} */
.wpsl-dropdown {
  position: relative;
 
  cursor: pointer;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 0 !important;
}
.wpsl-contact-details span {
  display: block !important;
}
.wpsl-stores{height: 500px ;overflow-y: auto;}
.newsfeed .step p {
  height: auto;
  text-align: justify;
}
.buyonlinelist{}

.counts .card-title {font-size: 17px;
width: 230px;height: 50px;color: #d20524;}
.card-colava {
font-size: 18px;}
.counts .card{margin-bottom: 20px;}
.counts .card-color a{font-size: 16px;}
.counts .card-color {  margin: 10px 0;
}
.newsfeed .card-title {  text-transform: none;
font-size: 20px;}
.wpsl-dropdown select{height: 29px;}
.nav-linkrig img{width: 170px;}
.nav-linkrigr img{width:190px;}
.swiper-left {
    height: 539px;
    overflow-y: auto;
}










.tabss {margin:0;
   width: 100%;
    height:37px; 
   border-bottom: solid 1px #CCC;
   padding-right: 2px; padding-left: 2px;
   

}

.tabss li {
    float:left; 
    list-style:none; 
    border-top:1px solid #ccc; 
    border-left:1px solid #ccc; 
    border-right:1px solid #ccc; 
    margin-right:5px; 
    border-top-left-radius:3px;  
    border-top-right-radius:3px;
      outline:none;
}

.tabss li a {
    font-weight: bold; 
    color: #012269;
   padding-top: 5px;
   padding-left: 7px;
   padding-right: 7px;
    padding-bottom: 8px; 
    display:block; 
    background: #FFF;
    border-top-left-radius:3px; 
    border-top-right-radius:3px; 
    text-decoration:none;
    outline:none;
  
}

.tabss li a.inactive{
    padding-top:5px;
    padding-bottom:8px;
  padding-left: 8px;
  padding-right: 8px;
    color:#666666;
    background: #EEE;
   outline:none;
   border-bottom: solid 1px #CCC;

}

.tabss li a:hover, .tabss li a.inactive:hover {


    color: #d20524;
      outline:none;
}


/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {max-width: 100%;
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 10px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width:60px;
  height:60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left:10px;
}
.flex-direction-nav .flex-next {
  right:10px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {

}
.flexslider:hover .flex-direction-nav .flex-next {

}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.product-size-swatch {
    margin-bottom: 2rem;
}
.product-form label {
    display: block;
    max-width: 7.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.5rem;
    flex: 0 0 7.5rem;
    padding: 0.6rem 0;font-weight: bold;
    color:  #333;
    line-height: 1;
}
.product-variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-size-swatch .size {
    display: inline-block;
    text-align: center;
    margin-right: 0.5rem;
    padding: 0.6rem 0.8rem;
    width: auto;
    height: auto;
    line-height: 1;
    border: 1px solid 
#ccc;
border-radius: 2px;
color:
    #666;
    -webkit-transition: border-color 0.35s, color 0.35s;
    transition: border-color 0.35s, color 0.35s;
}

.regiform .row{margin-bottom: 20px;}
.regiintform .row{margin-bottom: 20px;}



.tab-menu {
    padding: 0;
}
.tab-menu li {
    display: inline-block;
}
.tab-menu .active a {border: 1px solid #000;
}
.tab-menu li a {
    display: block;
text-align: center;
margin-right: 0.5rem;
padding: 0.6rem 0.8rem;
width: auto;
height: auto;
line-height: 1;
border: 1px solid
#ccc;
border-radius: 2px;
color:
#666;
}
.newsimg {margin: 0 auto;
  width: 100%;
  height: auto;
}
.news-img-top {
  height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}
/* .news-img-top {
  width: 355px;
  height: 300px;
  object-fit: cover;
} */
.tagimage {
  text-align: center;
}
#map { height: 100%;}
.form-group.compform {margin:4% auto;
  width:90%;
}
.astric{color:red;}
.icon {margin-right: 5px;
display: inline;
}
.icon img {
  width: 17px;
  padding-bottom: 4px;
  padding-right: 2px;
}
.pricecard{color: #b40d29;font-size: 20px;font-weight: bold;margin-bottom: 15px;}

.section-com{font-weight: bold;text-align: center;
text-transform: uppercase;font-size: 2rem;
color: #012269;}

.compform{}

.compform .row {
  margin-bottom: 20px;
}

.comp-details img{max-width: 100%;}

.section-comimg {
  text-align: center;
}
.comppara1 ul li {
  text-align: left !important;
  width: 70%;
margin: 0 auto;}
.comppara12 ul li {
  text-align: left !important;
  width: 70%;
margin: 0 auto;}

.compfor {
  width: 60%;
margin:0 auto 20px;background: #e8e8e8;
padding: 3% 5%;}

.comppara1 ul {
  margin: 30px 0 !important;
}
@media (max-width: 768px) {
	#map{height: 330px;}
	.news-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
.intbut{  padding: 4px 2px;}
.footer-inp li {
  float: none;
}
.footer-inp li a {
  font-size: 17px;
}
.nav-linkrig img {
  width: 150px;
}
.nav-linkrigr img {
  width: 150px;
}
.form-group.compform {
  margin: 4% auto;
  width: 100%;
}
.comppara1 ul li {
  width: 100%;}
 .compfor {
 width: 100%;} 
  
  
}

/* bridle card section */








#bridle-card .container{
  position: relative;
  height: 100%;
}

#bridle-card  {
  background: #ffffff;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.bridle-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* @media (max-width: 760px) {
  .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }

  .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
} */



/* #bridle-card .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

#bridle-card .card-img-top {
  width: 100%;
  height: 215px;
  margin-top: 10px;
  object-fit: contain;
  transition: all 0.3s ease;
}

#bridle-card .card-title {
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #aa052d;
  font-weight: bold;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bridle-card p {
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: gray;
  font-weight: bold;
}

#bridle-card h2 {
  color: #012269;
  margin-bottom: 30px;
} */

/* Responsive styles */
/* @media (max-width: 1200px) {
  #bridle-card .card {
    margin: 10px;
  }
  
  #bridle-card .card-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 991px) {
  #bridle-card .card-wrapper {
    justify-content: center !important;
  }
  
  #bridle-card .card {
    width: calc(50% - 30px) !important;
    margin: 15px;
  }
}

@media (max-width: 768px) {
  #bridle-card {
    padding: 30px 0;
  }

  #bridle-card .card {
    width: calc(100% - 30px) !important;
    max-width: 320px;
    margin: 15px auto;
  }
  
  #bridle-card .card-img-top {
    height: 180px;
  }

  #bridle-card .card-title {
    font-size: 1rem;
    min-height: 40px;
  }

  #bridle-card h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  #bridle-card {
    padding: 20px 0;
  }

  #bridle-card .card {
    margin: 10px auto;
  }

  #bridle-card .card-img-top {
    height: 160px;
  }
  
  #bridle-card .carousel-control-prev,
  #bridle-card .carousel-control-next {
    width: 30px;
    height: 30px;
  }
} */

/* ========================desciplie page ===============================================*/
.scrolled-offset-descipline{
  margin-top: 190px;
}
@media (max-width: 993px) {
  .scrolled-offset-descipline{
    margin-top: 240px;
  }
}
@media (max-width: 768px) {
  .scrolled-offset-descipline{
    margin-top: 250px;
  }
}

.footer-right form input{
  background: #b4b4b4;
  color: white;
  font-weight: bold;
  border: 0;
  outline: none;
  border: none;
  padding: 10px 15px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 10px;
}
.footer-right form button{
  background: #aa052d;
  color: #e8e8e8;
  text-transform: uppercase;
  padding: 8px 50px;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(170, 5, 45, 0.3);
}
.footer-right form button:hover{
  background: #8f0527;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
/* Footer form placeholder styles */
.footer-right form input::placeholder {
  color: white;
  font-weight: bold;
  opacity: 1; /* Firefox requires this to show custom placeholder colors */
}

/* For Internet Explorer */
.footer-right form input:-ms-input-placeholder {
  color: white;
  font-weight: bold;
}

/* For Edge */
.footer-right form input::-ms-input-placeholder {
  color: white;
  font-weight: bold;
}

.imageBox {height:410px;
  position: relative;
  float: left;cursor:pointer;
}

.imageBox .hoverImg {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.imageBox:hover .hoverImg {
  display: block;
}
.imageBox:hover .imageInn {
  display: none;opacity:0;
}
.viewbut1 {
  font-weight: 600;
    padding: 10px;
    background: #002B5C;
    color: #fff;
}
.nav-linkrigr{ padding: 10px;
    background: #aa052d;
    color: #fff;}



    .premier-page {
      overflow-x: hidden;
  }
  
  .bg-custom-gray {
      background-color: #b3b3b3;
  }
  
  .usp-line {
      width: 40px;
      height: 1px;
      background-color: #000;
  }
  
  .view-range-btn {
      background-color: #c00;
      border: none;
      text-transform: uppercase;
      font-weight: bold;
      padding: 12px 24px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }
  
  .view-range-btn:hover {
      background-color: #a00;
  }
  
  .series-text {
      color: #666;
      font-weight: 300;
  }
  
  .product-viewer {
      position: relative;
      cursor: grab;
      height: 500px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .product-viewer.grabbing {
      cursor: grabbing;
  }
  
  .product-image {
      max-width: 80%;
      max-height: 80%;
      transition: transform 0.1s ease-out;
  }
  
  .rotation-indicator {
      position: relative;
      width: 120px;
      height: 30px;
      margin: 0 auto;
  }
  
  .rotation-line {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 2px;
      background-color: #000;
  }
  
  .progress-container {
      height: 8px;
      background-color: #e0e0e0;
      border-radius: 4px;
      overflow: hidden;
      margin-top: 20px;
  }
  
  .progress-bar {
      height: 100%;
      background-color: #ff8c00;
      position: relative;
  }
  
  .progress-handle {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(50%, -50%);
      width: 12px;
      height: 12px;
      background-color: #ff8c00;
      border-radius: 50%;
  }
  
  .arrow-indicator {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .curved-arrow {
      width: 100px;
      height: 40px;
      margin: 0 auto;
  }
  #custom-seekbar
{  
cursor: pointer;
height: 10px;
margin-bottom: 10px;
outline: thin solid orange;
overflow: hidden;
position: relative;
width: 100%;
}
#custom-seekbar span
{
background-color: orange;
position: absolute;
top: 0;
left: 0;
height: 10px;
width: 0px;
}

/* following rule is for hiding Stack Overflow's console  */
.as-console-wrapper{ display: none !important;}



/* decipline details section */

.p-colors {
  display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

/* product-details page*/


.product-image {
  background: white;
  padding: 20px;
  height: 323px;
  border-radius: 10px;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
  text-align: start;
}
.product-details img {
  width: 50%;
  border-radius: 5px;
}
.product-details h2 {
  font-size: 1.3rem !important;
  margin: 10px 0;
  color: #E44D26;
}
.product-details p {
  font-size: 16px;
  color: #555;
}
.product-details .price {
  font-size: 18px;
  font-weight: bold;
  color: #E44D26;
}
.share-para{
 
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  /* background: #f2f5f4;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
  text-align: center;

}
.social-icons{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #ccc;
  width: 300px;
}
.social-icons a{
  margin-right: 10px;
  font-size: 20px;
  color: #ccc;
}
.search-box{
  background-color: #aa052d;
  margin: 0 auto;
  height: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
display: flex
;
align-items: center;
justify-content: start;
}
.search-box img{
  height: 80px;
width: 80px;
border-radius: 50px;
margin-right: 15px;

}
.search-text a{
  text-decoration: none;
  color: white;
  padding-top: 13px;
  height: 100%;
}
.para{
  margin-top: 40px;
  text-align: left;
}
.sizes{
  
padding: 7px 14px;
border: 1px solid gray;
}
.bordx{
  background-color: #5c0120;
 }
 .dk{
  background-color: #5c0120;
 }
 .bwn{
  background-color: #5C4033;
 }
 .dkbwn{
  background-color: #5C4033;
 }
 .black{
  background-color: #000000;
 }
 .brown{
  background-color: #5C4033;
 }

 /* typewriter effect */
 .typewriter {
  display: flex;
  justify-content: center;
}

.typewriter h2 {
  overflow: hidden;
  border-right: 2px solid orange;
  white-space: nowrap;
  letter-spacing: 0.15em;
  display: inline-block;
  width: 0; /* Fix for width issue */
  animation: typing 3s steps(var(--steps), end) infinite alternate,
             blink-caret 0.75s step-end infinite;
}

/* Typing Effect */
@keyframes typing {
  from { width: 0; }
  to { width: var(--text-width); } /* Dynamic width */
}

/* Cursor Blinking Effect */
@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: orange; }
}



/* image zoom */
/* .imageZoom{
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
} */
/* .imageZoom::after{
display: var(--display);
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--url) no-repeat ;
background-size: 210%;
background-position: var(--zoom-x) var(--zoom-y);
cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>'), auto;



} */


/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 12px; /* Adjust width for better visibility */
}

/* Scrollbar Track */
::-webkit-scrollbar-track {
  background: #f0f0f0; /* Light background to enhance contrast */
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Scrollbar Thumb */
::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #afafaf, #002B5C, #aa052d); /* Smooth diagonal gradient */
  border-radius: 10px;
  border: 3px solid #f0f0f0; /* Adds separation from the track */
}

/* Scrollbar Thumb on Hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #aa052d, #002B5C, #afafaf); /* Reverse order on hover */
}

/* news section  */

.news-section {
        
  overflow-x: hidden;
}

/* Header styles with responsive adjustments */
.header-container {
  display: flex;
  width: 100%;
  flex-direction: row;
}

  .header-image {
      width: 50%;
      height: 170px;
      object-fit: cover;
  }
  
  .header-title {
      width: 50%;
      background-color: #002060;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      text-align: center;
  }
  
  .header-title h1 {
      font-size: 2.5rem;
      font-weight: bold;
      margin: 0;
  }
  
  .news-category-bar {
      background-color: #c00000;
      color: white;
      padding: 5px 0;
      margin-bottom: 20px;
  }
  
  .news-category-heading {
      font-size: 2rem;
      font-weight: bold;
      margin: 0;
      padding: 10px 0;
  }
  
  .category-label {
      color: #666;
      margin-bottom: 20px;
  }
  
  .news-card {
      margin-bottom: 30px;
      height: 100%;
      display: flex;
      flex-direction: column;
  }
  
  .news-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
  }
  
  .news-title {
      color: #c00000;
      font-weight: bold;
      margin-top: 10px;
      font-size: 1.25rem;
  }
  
  .news-excerpt {
      text-align: center;
      color: #666;
      font-size: 0.9rem;
      margin-bottom: 10px;
      /* flex-grow: 1; */
  }
  
  .read-more {
      color: #002060;
      font-weight: bold;
      text-decoration: none;
      display: block;
      text-align: center;
  }
  
  /* Responsive adjustments */
  @media (max-width: 991.98px) {
      .header-container {
          margin-top: 200px;
      }
      .header-title h1 {
          font-size: 2rem;
      }
      
      .news-category-heading {
          font-size: 1.75rem;
      }
  }
  
  @media (max-width: 767.98px) {
      .header-container {
          margin-top: 220px;
          flex-direction: column-reverse;
      }
      
      .header-image, .header-title {
          width: 100%;
      }
      
      .header-title h1 {
          font-size: 1.75rem;
          padding: 15px 0;
      }
      
      .news-category-heading {
          font-size: 1.5rem;
          text-align: center;
      }
      
      .category-label {
          text-align: center;
      }
      
      .news-card {
          max-width: 400px;
          margin-left: auto;
          margin-right: auto;
      }
  }
  
  @media (max-width: 575.98px) {
      .header-title h1 {
          font-size: 1.5rem;
      }
      
      .news-title {
          font-size: 1.1rem;
      }
      
      .news-excerpt {
          font-size: 0.8rem;
      }
      
      .news-card img {
          height: 180px;
      }
  }
  
  /* Equal height cards */
  .card-container {
      display: flex;
      flex-wrap: wrap;
  }
  
  .card-wrapper {
      display: flex;
      margin-bottom: 20px;
  }


  /* custom css  */
  .bold{
    font-weight: bolder;
    color: black;
    
  }
  .padding-t{
    padding-top: 80px;
  }
  @media screen and (max-width: 991px) {
    .padding-t{
      padding-top: 120px;
    }
    
  }
  @media (max-width: 768px) {
    .padding-t{
      padding-top: 50px;
    }
  }
  @media screen and (max-width: 352px) {
    .padding-t{
      padding-top: 120px;
    }
    
  }