<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.hero-slider .container {
  width:100%;
  max-width:1500px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hero-slider {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: static;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: static;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .slide-inner &gt; .slider-image{
    width: 100%;
    max-width: 100%;
}

.hero-slider .slide-inner &gt; .container{
  position: absolute;
  width:100%;
  max-width:1500px; 
  height: 100%; 
 }

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:1;
  visibility:visible;
  transition:all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

.hero-slider .swiper-button-prev.swiper-button-disabled,
.hero-slider .swiper-button-next.swiper-button-disabled{
  opacity: 0.5;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: flex;
  }
}

.hero-slider .swiper-button-prev {
  left: 15px;
  /* transform:translateX(50px); */
}

.hero-slider .swiper-button-prev:before {
  font-family: "annimex-icons";
  content: "\ea5a";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 15px;
  transform:translateX(0px);
}

.hero-slider .swiper-button-next:before {
  font-family: "annimex-icons";
  content: "\ea5b";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:var(--primary-color);
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal &gt; .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 10px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal &gt; .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.hero-slider .swiper-pagination {
  text-align:end;
}

.hero-slider .swiper-container-horizontal &gt; .swiper-pagination-bullets{
  bottom:20px;
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
    left: unset;
    transform: translateX(0%);
    right: 0px;    width: auto;
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal &gt; .swiper-pagination-bullets{
  bottom:10px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: auto;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: auto;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: auto;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}
.hero-style .mega-small-title p{
  color:#fff;
}
.hero-slider .slide-inner .wrap-caption{
  width:100%;
  max-width: 420px;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content{
  -ms-transform: none;
    -webkit-transform: none;
    transform:none;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin:0px auto;
    left:0px !important;
    right:0px !important;
    margin:0px auto;

}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.left_bottom_banner{
  left:0px;
  bottom: 0px;
  top: unset;
  right: unset; 
  justify-content:flex-start;
  align-items: flex-end;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.left_bottom_banner .wrap-caption{
  margin-bottom:50px;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.left_top_banner{
  left:0px;
  bottom: unset;
  top: 0px;
  right: unset; 
  -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  justify-content:flex-start;
  align-items: flex-start;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.left_top_banner .wrap-caption{
  margin-top:50px;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.left_middle_banner{
  left:0px;
  bottom: unset;
  top: 0px;
  right: unset; 
  margin:0px auto; 
  -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    justify-content:flex-start;
  align-items: center;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.center_top_banner{
  left:0px;
  bottom: unset;
  top: 0px;
  right: 0px;
  -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align:center;
    justify-content:center;
  align-items: flex-start;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.center_top_banner .wrap-caption{
  margin-top:50px;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.center_middle_banner{
  left:0px;
  bottom: unset;
  top: 0px;
  right: 0px;
  -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align:center;
    justify-content:center;
  align-items: center;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.center_bottom_banner{
  left:0px;
  bottom: 0px;
  top: unset;
  right: 0px;
  -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align:center;
    justify-content:center;
  align-items: flex-end;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.center_bottom_banner .wrap-caption{
  margin-bottom:50px;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.right_top_banner{
  left:unset;
  bottom: unset;
  top: 0px;
  right: 0px;
  -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align:right;
    justify-content:flex-end;
  align-items: flex-start;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.right_top_banner .wrap-caption{
  margin-top:50px;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.right_middle_banner{
  left:unset;
  bottom: unset;
  top: 0px;
  right: 0px;
  -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align:right;
    justify-content:flex-end;
  align-items: center;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.right_bottom_banner{
  left:unset;
  bottom: 0px;
  top: unset;
  right: 0px;
  -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align:right;
    justify-content:flex-end;
  align-items: flex-end;
}
.hero-slider .slide-inner &gt; .container.slideshow__text-content.right_bottom_banner .wrap-caption{
  margin-bottom:50px;
}

@media (max-width: 1500px) {
  .hero-slider .slide-inner &gt; .container{ 
    padding-left: 70px;padding-right: 70px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 38px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns &gt; a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.hero-slider .theme-btn, .hero-slider .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
.hero-slider a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.hero-slider .theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.hero-slider .theme-btn:hover, .hero-slider .theme-btn-s2:hover, .hero-slider .theme-btn:focus, .hero-slider .theme-btn-s2:focus, .hero-slider .theme-btn:active, .hero-slider .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.hero-slider .theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
.hero-slider i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
.hero-slider a:hover {
    text-decoration: none;
}

.btn-slider:hover{
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

@media (max-width: 991px){
  .hero-slider .theme-btn, .hero-slider .theme-btn-s2, .hero-slider .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .hero-slider .theme-btn, .hero-slider .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}</pre></body></html>