   .fade {
       -webkit-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
       transition: opacity 0.15s linear
   }
   
   .transparent-header.sticky {
       background-color: #00225a
   }
   
   .sticky {
       -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
       animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
       -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
       box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
       background-color: #fff;
       position: fixed;
       z-index: 99;
       top: 0;
       left: 0;
       width: 100%;
       display: block
   }
   
   .sticky .header-logo-wrap {
       top: 0;
       height: 100%
   }
   
   .slide-inner {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-box-pack: start;
       -webkit-justify-content: flex-start;
       -ms-flex-pack: start;
       justify-content: flex-start
   }
   
   .slide-inner.bg-height {
       min-height: 585px
   }
   
   @media (max-width: 1599.98px) {
       .slide-inner.bg-height {
           min-height: 610px
       }
   }
   
   .slide-inner.style-02 .slide-content {
       text-align: left
   }
   
   .slide-inner.style-02 .slide-content .heading {
       font-size: 70px;
       line-height: 1
   }
   
   .slide-inner.style-02 .slide-content .heading span {
       color: #ff5e13
   }
   
   .slide-inner.style-02 .slide-content .short-desc {
       font-size: 22px
   }
   
   .slide-content .sub-title {
       font-family: "Rajdhani", sans-serif;
       font-size: 24px;
       line-height: 30px;
       display: block;
       color: #ff5e13;
       position: relative;
       padding-left: 100px
   }
   
   .slide-content .sub-title:before {
       background-color: #ff5e13;
       width: 80px;
       height: 1px;
       position: absolute;
       content: "";
       top: 50%;
       left: 0;
       -webkit-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
       transform: translateY(-50%)
   }
   
   .slide-content .title {
       font-size: 88px;
       line-height: 85px;
       font-weight: 700;
       max-width: 100%;
       text-align: center;
   }
   
   @media (max-width: 767.98px) {
       .slide-content .title {
           font-size: 50px;
           line-height: 1
       }
   }
   
   @media (max-width: 575.98px) {}
   
   .slide-content .title span {
       -webkit-text-stroke: 2px #ff5e13;
       -webkit-text-fill-color: transparent
   }
   
   .slide-content .title.white-stroke span {
       -webkit-text-stroke: 2px #fff
   }
   
   .slide-content .short-desc-2 {
       max-width: 520px
   }
   
   @media (max-width: 575.98px) {
       .slide-content .short-desc-2 {
           max-width: 100%
       }
   }
   
   .slide-content .btn {
       font-family: "Rajdhani", sans-serif;
       font-weight: 600
   }
   
   .swiper-button-next,
   .swiper-button-prev {
       background-color: transparent;
       border: 1px solid #ff5e13;
       width: 50px;
       height: 50px;
       line-height: 50px;
       opacity: 0;
       visibility: hidden;
       -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
       transition: all 0.3s ease 0s
   }
   
   @media (max-width: 767.98px) {
       .swiper-button-next,
       .swiper-button-prev {
           display: none
       }
   }
   
   .swiper-button-next:after,
   .swiper-button-prev:after {
       font-size: 16px
   }
   
   .swiper-button-next:hover,
   .swiper-button-prev:hover {
       background-color: #fff;
       border-color: #fff;
       color: #000
   }
   
   .swiper-arrow:hover .swiper-button-next,
   .swiper-arrow:hover .swiper-button-prev {
       opacity: 1;
       visibility: visible
   }
   
   .swiper-arrow-sm-size .swiper-button-next,
   .swiper-arrow-sm-size .swiper-button-prev {
       width: 35px;
       height: 35px;
       line-height: 35px
   }
   
   .swiper-arrow-sm-size .swiper-button-next:after,
   .swiper-arrow-sm-size .swiper-button-prev:after {
       font-size: 14px
   }
   
   .with-bg_white .swiper-button-next,
   .with-bg_white .swiper-button-prev {
       background-color: rgba(255, 255, 255, 0.345);
       border: 0;
       color: inherit;
       border-radius: 100%;
   }
   
   .with-bg_white .swiper-button-next:hover,
   .with-bg_white .swiper-button-prev:hover {
       background-color: #292561;
       color: #fff
   }
   
   .slide-content h2 {
       font-size: 60px;
       font-weight: 700;
       color: #fff;
       letter-spacing: 1px;
       text-shadow: 0px 0px 3px #000;
   }
   
   .slide-content h3 {
       font-size: 40px;
       color: #fff;
       text-shadow: 0px 0px 3px #000;
   }