@charset "UTF-8";
/* CSS Index 
-----------------------------------
1. Global CSS
2. Navbar area

*/
/*====================
    1. Global CSS
======================*/
/* Google Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,800;0,900;1,500;1,600&display=swap");
/* Google Fonts*/
/*--- Color ---*/
/*--- Font Family ---*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
}

.pt-120 {
  padding-top: 120px;
}

.mt-120 {
  margin-top: 120px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

input {
  padding: 8px 15px;
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 10px;
  height: 45px;
}

input:focus {
  outline: none !important;
  border: 1px solid #c27c7c;
}

input[type=submit] {
  background: #000000;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #000000;
  text-transform: uppercase;
}

input[type=submit]:hover {
  background: #ffffff;
  color: #000000;
}

input[type=submit]:focus {
  outline: none;
}

textarea {
  padding: 8px 10px;
  background: #FFFFFF;
  border-radius: 5px;
  display: block;
  width: 100%;
  border: 1px solid #eee;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

select {
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 10px;
  height: 45px;
}

select:focus {
  outline: none;
  border: 1px solid #FF5235;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

table tbody tr td,
table tbody tr th,
table thead tr td,
table thead tr th,
table tfoot tr td,
table tfoot tr th {
  border: 1px solid #eee;
  padding: 10px;
}

.btn-sml {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  background: #DB3A34;
  -webkit-box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.1);
          box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.1);
  border-radius: 30px;
  padding: 13.5px 34px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
}

.btn-sml:hover {
  color: #fff;
  background: #262626;
}

.demo-btn-lg {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  background: #DB3A34;
  -webkit-box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.1);
          box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.1);
  border-radius: 30px;
  padding: 16px 60px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
}

.demo-btn-lg:hover {
  color: #fff;
  background: #262626;
}

.demo-btn-lg-d {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.1);
          box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.1);
  border-radius: 30px;
  padding: 16px 60px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
  background: #262626;
}

.demo-btn-lg-d:hover {
  color: #fff;
  background: #DB3A34;
}

.btn-secondery {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 12px 25px;
  text-transform: capitalize;
  font-size: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 500ms ease-in-out;
          animation: 500ms ease-in-out;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

/* =============================
         Global CSS end
==============================*/
/* =============================
    2. Navbar area start 
==============================*/
header .header-area .main-nav > ul > li > a.active:before {
  display: none;
}

header .header-area .main-nav ul {
  margin: 0;
  list-style: none;
  text-align: center;
}

header .header-area .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

header .header-area .main-nav ul li:hover > a {
  color: #D21756;
}

header .header-area .main-nav ul li:hover > a::before {
  opacity: 1;
  background: #D21756;
}

header .header-area .main-nav ul li a {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  padding: 38px 0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: capitalize;
}

header .header-area.sticky .main-nav ul li a {
  padding: 25px 0;
}

header .header-area .main-nav ul li ul.sub-menu > li {
  padding: 0;
  border-bottom: 1px solid #eee;
}

header .header-area .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 10px;
  color: #707070;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .header-area .main-nav ul li ul.sub-menu > li a:hover {
  background: transparent;
  color: #D21756 !important;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

header .header-area .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}

header .header-area .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 0;
  color: #818181;
  top: 31px;
  font-family: "boxicons";
  content: "";
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .header-area .main-nav ul li:hover.has-child-menu:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

header .header-area .main-nav > ul > li > a.active {
  color: #DB3A34;
}

header .header-area .main-nav > ul > li > a.active:before {
  opacity: 1;
  background-color: #D21756;
}

/*===== Main Menu CSS =====*/
.bottombar {
  background-color: #08509e;
}

.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: #F3F2F7;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 3px solid #D21756;
}

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

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

.main-nav ul > li a:hover {
  background: transparent;
  color: #DB3A34 !important;
}

.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

.main-nav > ul > li:hover > .sub-menu,
.main-nav ul li .sub-menu li:hover > .sub-menu,
.main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideInUp2 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/*===== 3. header-area =====*/
header {
  background: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom 40%;
  padding-bottom: 0;
  position: relative;
}

header .header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/*===== 4. header sticky area =====*/
.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  background: #5e2d2d;
  background-repeat: no-repeat;
  background-size: cover;
}

/* =============================
      Navbar area end 
==============================*/
/* =============================
      Footer area start
==============================*/
.footer-area {
  margin-top: 400px;
  background-color: #000000;
  color: #ffffff;
  padding-top: 75px;
}

.footer-area .footer-description {
  margin: 15px 0 40px 0;
}

.footer-area .footer-links h5 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-area .footer-links ul li a {
  text-decoration: none;
  color: #ffffff;
}

.footer-area .footer-social-icon a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #282142;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
}

.footer-area .footer-contact .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.footer-area .footer-contact .contact-box .contact-icon {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.footer-area .footer-contact .contact-box .contact-icon i {
  font-size: 22px;
  vertical-align: middle;
}

.footer-area .copyright-area {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 16px;
}

.footer-area .copyright-area a {
  text-decoration: none;
  color: #08509e;
}

/* =============================
      Footer area end
==============================*/
/* =============================
    damo banner area start
==============================*/
.demo-banner-area {
  background: url(../images/demo-hero-bg.png) center no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

.demo-banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(38, 38, 38, 0.9);
  z-index: 0;
}

.demo-banner-area .demo-banner-main-wrap {
  min-height: 1000px;
}

.demo-banner-area .demo-banner-main-wrap .demo-banner-content {
  z-index: 5;
  color: #fff;
  max-width: 878px;
  margin: 0 auto;
  padding: 150px 0 100px 0;
}

.demo-banner-area .demo-banner-main-wrap .demo-banner-content h5.sub-header {
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  color: #DB3A34;
  letter-spacing: 2px;
}

.demo-banner-area .demo-banner-main-wrap .demo-banner-content h2.main-head {
  font-weight: 700;
  font-size: 40px;
  line-height: 70px;
  color: #fff;
  font-family: "Inter", sans-serif;
  padding: 12px 0 60px 0;
}

.demo-banner-area .demo-banner-main-wrap .demo-banner-content h2.main-head span {
  color: #DB3A34;
  font-size: 60px;
  font-family: "Rubik", sans-serif;
}

/* =============================
    damo banner area end
==============================*/
/* =============================
    damo area start
==============================*/
.damo-area {
  padding-top: 90px;
}

.damo-area .demo-head {
  margin-bottom: 80px;
}

.damo-area .demo-head h2 {
  font-weight: 700;
  font-size: 45px;
  color: #333333;
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
}

.damo-area .demo-head h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  height: 8px;
  background: url(../images/header-shape.png) no-repeat;
}

.damo-area .single-demo-wrap {
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
          box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}

.damo-area .single-demo-wrap:hover .damo-img .demo-img-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

.damo-area .single-demo-wrap .damo-img img {
  width: 100%;
}

.damo-area .single-demo-wrap .damo-img .demo-img-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(38, 38, 38, 0.7);
  -webkit-transform: translate(-2rem, -2.5rem) scale(0);
          transform: translate(-2rem, -2.5rem) scale(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.damo-area .single-demo-wrap .damo-type {
  width: 100%;
  display: block;
  background: #262626;
}

.damo-area .single-demo-wrap .damo-type h5 {
  padding: 20px 0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
}

/* =============================
    feature area start
==============================*/
.feature-area {
  padding: 100px 0 100px 0;
  background: #F5F5F5;
}

.feature-area .feature-head {
  margin-bottom: 80px;
}

.feature-area .feature-head h2 {
  font-weight: 700;
  font-size: 45px;
  color: #333333;
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
}

.feature-area .feature-head h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  height: 8px;
  background: url(../images/header-shape.png) no-repeat;
}

.feature-area .feature-head ul.feature-list {
  margin-top: 30px;
}

.feature-area .feature-head ul.feature-list li {
  padding: 0 30px;
  font-size: 16px;
  color: #DB3A34;
  position: relative;
}

.feature-area .feature-head ul.feature-list li:last-child::before {
  display: none;
}

.feature-area .feature-head ul.feature-list li::before {
  position: absolute;
  content: "";
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 6px;
  background: url(../images/shape-sm2.png) no-repeat;
}

.feature-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}

.feature-grid .single-freature {
  padding: 34px 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
          box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.feature-grid .single-freature .feature-icon {
  margin: auto;
}

.feature-grid .single-freature h5.feature-title {
  margin-top: 25px;
  font-size: 18px;
  color: #262626;
}

/* =============================
    feature area end
==============================*/
/* =============================
    demo footer area start
==============================*/
.demo-footer-arae {
  background: -webkit-gradient(linear, left top, left bottom, from(#EB620F), to(#FF4C6C));
  background: linear-gradient(180deg, #EB620F 0%, #FF4C6C 100%);
  position: relative;
}

.demo-footer-arae::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/footer-shape.png) no-repeat center;
  background-size: cover;
}

.demo-footer-arae .footer-top {
  padding: 120px 0 90px 0;
  color: #fff;
}

.demo-footer-arae .footer-top h2 {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
}

.demo-footer-arae .footer-top h5 {
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 50px;
}

.demo-footer-arae .footer-bottom p {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 0;
  padding: 20px 0;
}

.demo-footer-arae .footer-bottom p a {
  text-decoration: none;
  color: #fff;
}

/* =============================
    demo footer area end
==============================*/
/*# sourceMappingURL=style.css.map */