@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

p {
  margin-bottom: 0px;
  padding: 0;
}

dl, ol, ul {
  margin: 0;
  padding: 0;
}

/* =============================
       Header
  ==============================*/
header .header-style-one {
  position: relative;
  background-color: #212121;
  -webkit-box-shadow: 3px 2px 15px rgba(0, 96, 117, 0.1);
          box-shadow: 3px 2px 15px rgba(0, 96, 117, 0.1);
}

header .header-style-one .main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #27272E;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .header-style-one .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

header .header-style-one .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

header .header-style-one .main-nav ul > li a:hover {
  background: 0 0;
  color: #D90A2C !important;
}

header .header-style-one ul {
  margin: 0;
  list-style: none;
}

header .header-style-one ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

header .header-style-one ul li a {
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: "Rubik";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 45px 0px;
  position: relative;
}

header .header-style-one ul li a::after {
  border-bottom: 1px solid #FFFFFF;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000000;
}

header.sticky .header-style-one ul li a {
  padding: 25px 0px;
}

.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.nav-right a {
  color: #FFFFFF;
  background-color: #D90A2C;
  padding: 14px 28px;
  border-radius: 100px;
  font-size: 16px;
  font-family: #FFFFFF;
  font-weight: 700;
  border: 1px solid #D90A2C;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.nav-right a:hover {
  color: #D90A2C;
  background-color: #FFFFFF;
}

.nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-actions .mobile-menu {
  background: #FFFFFF;
  padding: 0 5px;
  margin: 16px 0;
  border-radius: 50%;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
}

.nav-actions li {
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.nav-actions li:last-child {
  margin-right: 0;
}

/* =============================
       Hero Area Start
  ==============================*/
.hero-section {
  background: #212121;
  background-size: cover;
  position: relative;
  width: 100%;
  margin-bottom: 95px;
}

.hero-section .hero-lt {
  position: absolute;
  left: 0;
  top: -117px;
  max-width: 400px;
  width: 100%;
  -webkit-animation: jump 5s linear infinite alternate;
          animation: jump 5s linear infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(20%);
            transform: scale(20%);
  }
  50% {
    -webkit-transform: scale(50%);
            transform: scale(50%);
  }
  100% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(20%);
            transform: scale(20%);
  }
  50% {
    -webkit-transform: scale(50%);
            transform: scale(50%);
  }
  100% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}

.hero-section .hero-rb {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 1035px;
  width: 100%;
}

.hero-section .hero-content {
  margin-top: 170px;
  max-width: 832px;
  width: 100%;
}

.hero-section .hero-content h3 {
  font-family: "Rubik";
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.hero-section .hero-content h3 span {
  color: #D90A2C;
}

.hero-section .hero-content P {
  font-family: "Rubik";
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  margin-bottom: 62px;
  text-transform: capitalize;
}

.hero-section .hero-content .hero-buttons {
  margin-bottom: 260px;
}

.hero-section .hero-content .hero-buttons .hero-btn {
  z-index: 1;
}

.hero-section .hero-content .hero-btn {
  z-index: 1;
}

.hero-section .hero-content .view-btn {
  padding: 13px 43px;
}

.common-btn {
  font-family: "Rubik";
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  padding: 13px 32px;
  background-color: #D90A2C;
  border-radius: 100px;
  border: 1px solid #D90A2C;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.common-btn:hover {
  color: #D90A2C;
  background-color: #FFFFFF;
}

/* =============================
       Demo area Start
  ==============================*/
.demo .demo-header {
  margin-bottom: 50px;
}

.demo .demo-header h3 {
  font-family: "Rubik";
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  padding: 15px 115px 15px 150px;
  color: #FFFFFF;
  background: #212121;
  position: relative;
  display: inline-block;
}

.demo .demo-header h3::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 47%;
  height: 4px;
  max-width: 142.5px;
  width: 100%;
  background-color: #444444;
}

.demo .demo-items img {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  -webkit-transition: 00.4s ease;
  transition: 00.4s ease;
}

.demo .demo-items img:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 3px 2px 15px rgba(0, 96, 117, 0.4);
          box-shadow: 3px 2px 15px rgba(0, 96, 117, 0.4);
}

.demo .demo-items .demo-title {
  margin-bottom: 80px;
}

.demo .demo-items .demo-title a {
  color: #00152B;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 26px;
}

.demo .comming-soon-demo-items .comming-soon-img {
  position: relative;
}

.demo .comming-soon-demo-items .comming-soon-img img {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.demo .comming-soon-demo-items .comming-soon-img img:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 3px 2px 15px rgba(0, 96, 117, 0.4);
          box-shadow: 3px 2px 15px rgba(0, 96, 117, 0.4);
}

.demo .comming-soon-demo-items .comming-soon-img h3 {
  font-family: "Rubik";
  color: #FFFFFF;
  position: absolute;
  font-size: 50px;
  top: 49%;
  left: 21.5%;
}

.demo .comming-soon-demo-items .demo-title a {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 23px;
  line-height: 23px;
  color: #00152B;
  margin-bottom: 80px;
}

/* =============================
       inner pages Start
==============================*/
.inner-pages {
  background-image: url(../images/inner_page-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 120px;
}

.inner-pages .inner-page-header {
  padding-top: 150px;
}

.inner-pages .inner-page-header h3 {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  color: #00152B;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 10px 100px 10px 150px;
  position: relative;
}

.inner-pages .inner-page-header h3::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 47%;
  height: 4px;
  max-width: 142.5px;
  width: 100%;
  background-color: #444444;
}

.inner-pages .swiper {
  width: 100%;
  height: 100%;
}

.inner-pages .swiper {
  position: relative;
  width: 100%;
  height: 800px;
  margin-bottom: 60px;
  padding-top: 90px;
  padding-left: 0px;
  padding-right: 0px;
  cursor: w-resize;
}

.inner-pages .swiper .swiper-slide__content {
  position: absolute;
  top: -50px;
}

.inner-pages .swiper .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner-pages .swiper .swiper-wrapper {
  margin-bottom: 85px;
}

.inner-pages .swiper .swiper-wrapper .swiper-slide {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.inner-pages .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 9;
  -webkit-box-shadow: 3px 2px 15px rgba(0, 96, 117, 0.4);
          box-shadow: 3px 2px 15px rgba(0, 96, 117, 0.4);
}

.inner-pages .swiper .swiper-wrapper .swiper-slide .inner-pages-img {
  width: 100%;
  padding: -100px;
}

.inner-pages .swiper .swiper-wrapper .swiper-slide .inner-pages-img img {
  width: 100%;
}

.inner-pages .slider-arrows {
  margin-top: 5px;
  margin-bottom: 170px;
}

.inner-pages .slider-arrows .collection-prev3 i {
  font-size: 25px;
  color: #FFFFFF;
  padding: 6px 8px;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.inner-pages .slider-arrows .collection-prev3 i:hover {
  color: #00152B;
  background-color: #FFFFFF;
}

.inner-pages .slider-arrows .collection-next3 i {
  font-size: 25px;
  color: #FFFFFF;
  padding: 6px 8px;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.inner-pages .slider-arrows .collection-next3 i:hover {
  color: #00152B;
  background-color: #FFFFFF;
}

.inner-pages .slider-border {
  position: relative;
}

.inner-pages .slider-border::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  height: 2px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 3px;
}

.page-info {
  margin-top: -196px;
  margin-bottom: 120px;
}

.page-info .pageinfo-item {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 24px 35px;
}

.page-info .pageinfo-item .page-qty {
  margin-right: 25px;
  max-width: 150px;
  height: 150px;
  min-width: 150px;
  width: 100%;
  background-color: #00152B;
  border-radius: 50%;
  line-height: 2.45;
  text-align: center;
}

.page-info .pageinfo-item .page-qty a {
  font-family: "Rubik";
  font-size: 60px;
  font-weight: 700;
  color: #FFFFFF;
}

.page-info .pageinfo-item .pageinfo-content {
  padding-top: 5px;
}

.page-info .pageinfo-item .pageinfo-content a {
  font-family: "Rubik";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 5px;
}

.page-info .pageinfo-item .pageinfo-content p {
  font-family: "Rubik";
  font-size: 16px;
  line-height: 22px;
  color: #727272;
}

.page-info .pageinfo-item::before {
  content: '';
  background-image: url(../images/page_info.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 100%;
}

/* =============================
  Responsive area Start
==============================*/
.responsive {
  margin-bottom: 120px;
}

.responsive .responsive-content {
  margin-top: 86px;
}

.responsive .responsive-content h3 {
  font-family: "Rubik";
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #00152B;
  margin-bottom: 15px;
}

.responsive .responsive-content p {
  font-family: "Rubik";
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #727272;
}

.responsive .responsive-img img {
  width: 100%;
}

/* =============================
  Blog area Start
==============================*/
.blog {
  margin-bottom: 93px;
}

.blog .blog-img img {
  width: 100%;
}

.blog .bolg-content {
  margin-top: 116px;
}

.blog .bolg-content h3 {
  font-family: "Rubik";
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: #00152B;
  margin-bottom: 15px;
}

.blog .bolg-content p {
  font-family: "Rubik";
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #727272;
  margin-bottom: 45px;
}

.blog .bolg-content .blog-btn {
  padding: 10px 53px;
  font-size: 19px;
}

/* =============================
  Awsome Feature area Start
==============================*/
.feature2 {
  margin-bottom: 90px;
}

.feature2 .features-headers h3 {
  font-family: "Rubik";
  font-weight: 700;
  font-size: 36px;
  line-height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #00152B;
  -webkit-text-stroke: 0.5px #FFFFFF;
  position: relative;
  margin-bottom: 25px;
}

.feature2 .features-headers h3::after {
  content: '';
  background-image: url(../images/Vector_6.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 332px;
  width: 100%;
}

.feature2 .features-headers p {
  font-family: "Rubik";
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #727272;
  margin-bottom: 75px;
}

.feature2 .feature2-item {
  background: #FFFFFF;
  -webkit-box-shadow: 3px 2px 15px rgba(0, 96, 117, 0.1);
          box-shadow: 3px 2px 15px rgba(0, 96, 117, 0.1);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.feature2 .feature2-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 3px 2px 15px rgba(0, 96, 117, 0.4);
          box-shadow: 3px 2px 15px rgba(0, 96, 117, 0.4);
}

.feature2 .feature2-item .feature2-img {
  padding-top: 12px;
  margin-bottom: 35px;
}

.feature2 .feature2-item .features2-content h5 {
  font-family: "Rubik";
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #00152B;
}

.feature2 .google-fonts .feature2-img {
  padding-top: 39px;
  margin-bottom: 52px;
}

.feature2 .flat-icon .feature2-img {
  padding-top: 31px;
  margin-bottom: 52px;
}

/* =============================
  footer area Start
==============================*/
.footer {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00152B;
  position: relative;
}

.footer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.footer .footer-content {
  padding-top: 110px;
  max-width: 855px;
  width: 100%;
  z-index: 1;
}

.footer .footer-content p {
  color: #FFFFFF;
  font-family: "Rubik";
  font-weight: 700;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 8px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 27px;
}

.footer .footer-content h3 {
  font-family: "Rubik";
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 36px;
}

.footer .footer-content .footer-btn {
  margin-bottom: 100px;
  padding: 9px 29px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 53px;
}

.footer-btm {
  border-top: 1px solid #1D1D1D;
  padding: 30px 0;
}

.footer-btm .copyright {
  font-family: "Rubik";
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

.footer-btm .copyright a {
  color: #FFFFFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer-btm .copyright a:hover {
  color: #D90A2C;
}

.footer-btm .footer-btm-icon .facebook {
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  background-color: #04001D;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer-btm .footer-btm-icon .facebook:hover {
  color: #00152B;
  background-color: #FFFFFF;
}

.footer-btm .footer-btm-icon .twitter {
  color: #FFFFFF;
  padding: 8px 7px 5px 7px;
  font-size: 18px;
  text-align: center;
  background-color: #04001D;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  margin-left: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer-btm .footer-btm-icon .twitter:hover {
  color: #00152B;
  background-color: #FFFFFF;
}

.footer-btm .footer-btm-icon .instagram {
  color: #FFFFFF;
  padding: 8px 7px 5px 7px;
  font-size: 18px;
  text-align: center;
  background-color: #04001D;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  margin-left: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer-btm .footer-btm-icon .instagram:hover {
  color: #00152B;
  background-color: #FFFFFF;
}

.footer-btm .footer-btm-icon .dribbble {
  color: #FFFFFF;
  padding: 8px 7px 5px 7px;
  font-size: 18px;
  text-align: center;
  background-color: #04001D;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  margin-left: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer-btm .footer-btm-icon .dribbble:hover {
  color: #00152B;
  background-color: #FFFFFF;
}

.footer-btm .themes-policy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-btm .themes-policy p {
  color: #FFFFFF;
  padding: 0px 5px;
}

.footer-btm .themes-policy a {
  font-family: "Rubik";
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.footer-btm .themes-policy a:hover {
  color: #D90A2C;
}
/*# sourceMappingURL=style.css.map */