* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
  outline-style: none !important;
}

/*  9/16 = 0.5625 
    100* 9/16 = 56.25% 
    100* 3/4 = 75% 
    100* 3/2 = 150% 

/* @mixin aspect-ration-padding-bottom ( 
  $img-aspect-ration-padding-bottom:calc(55%*9/16),
  $img-aspect-ration-bg-color:  rgba(black, 0.0)
){
    padding-bottom:$img-aspect-ration-padding-bottom; 
} */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #000;
  background: #dee2e6;
  background: #fff;
 
}
.addbg{
  background: url("../images/hero-composable-home-bg.svg") no-repeat;
  background-size: 100%;
}

.v-center{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
/* .container,
.container-fluid {
  max-width: none !important;
  max-width:1440px !important;
  width:100%;
  padding: 0px 60px;
} */


img{
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.learn-more{
  font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
    display: flex;
  align-items: center;
  text-decoration: none;
}
.learn-more i{
  margin-top: 3px;
  margin-left: 10px;
  
}
.cursor-pointer {
  cursor: pointer;
}

.banner-head span {
  display: block;
}

.h2-head {
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
}

.h4-head {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}

.bg-gray-light {
  background: #dee2e6;
}

.btn-danger {
  background: #ff4f50 !important;
  border: 0;
  border-radius: 0;
  color: #fff;
}

.btn-secondary {
  background: #363636 !important;
  border: 0;
  border-radius: 0;
  color: #fff;
}

.btn-transparent {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  border: 1px solid #363636;
  padding: 12px 6%;
  font-weight: 600;
}

.bg-transparent {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.badge-danger {
  font-size: 0.8rem;
  padding: 5px 15px;
  font-weight: 400;
}

.card {
  background: transparent;
}

/*header starts here*/
/* 
header {
  height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
}
header nav.navbar {
  background: #fceae3;
  padding: 0;
  background: #fff;
  width: 100%;
}
header nav.navbar .navbar-header {
  display: flex;
}

header nav.navbar .navbar-header .navbar-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #7a0707;
}

header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
  color: #000;
  padding: 5px 15px;
}
header nav.navbar ul.user-section li img {
  max-width: 45px;
}
header nav.navbar ul.user-section li.dropdown .dropdown-menu {
  max-width: 100px;
}
header nav.navbar ul.user-section li.dropdown .dropdown-menu .dropdown-item {
  padding: 5px 15px;
  font-size: 0.8rem;
  font-weight: 600;
}
header nav.navbar .btn-danger {
  background: #ff4f50 !important;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 15px 20px;
}
header nav.navbar .btn-login {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 15px 20px;
}
header nav.navbar{
  display: flex;
}
header nav.navbar .navbar-header{
  order:1;
}
header nav.navbar form{
  order:3;
}
.main-nav{
  order:2;
}
.userlogin,
.demo {
  padding: 0.75rem 1.125rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0px 5px;
  color: #4a556d;
  border: 1px solid #4a556d;
  display: inline-block;
}
.demo {
  background-color: #7c4dff;
  margin-right: 0px;
  color: #fff;
  border-color: transparent;
} */

/* footer {
  background: #fff;
  color: #fff;
  padding: 15px;
  font-size: 0.9rem;
  position: relative;
} */

/* .footer-details p {
  color: #212427;
} */
/* footer .copy-rights {
  border-top: 1px solid #403c38;
  padding-top: 15px;
} */
/* footer .copy-rights ul li {
  padding: 0 15px;
  color: #212427;
} */
/* footer .copy-rights ul li:first-child {
  padding-left: 0;
} */
/* footer .copy-rights ul li:last-child {
  padding-right: 0;
} */
/* footer .copy-rights ul.social-list li {
  padding: 0 10px;
} */
/*new footer added*/
/* .footer-link-wrapper {
  display: flex;
} */
/* .footer-link-wrapper .footer-links {
  display: flex;
  flex-direction: column;
  flex: 1;
} */
/* .footer-link-wrapper .footer-links li {
  list-style: none;
  color: #212427;
} */
/* .footer-link-wrapper .footer-links li.title {
  font-weight: bold;
} */
/* .footer-link-wrapper .footer-links li a {
  list-style: none;
  color: #212427;
} */
/* footer .copy-rights div:last-child .list-inline {
  justify-content: flex-end;
} */
/* .inner-banner {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
}
.inner-banner .banner-img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.inner-banner .banner-container {
  width: 90%;
}
.inner-banner .banner-container .breadcrumb {
  padding: 0;
  background: transparent;
}
.inner-banner .banner-container .breadcrumb .breadcrumb-item a,
.inner-banner .banner-container .breadcrumb .breadcrumb-item.active,
.inner-banner .banner-container .breadcrumb .breadcrumb-item::before {
  color: #fff;
} */

/*# sourceMappingURL=style.css.map */

@media(max-width:991px){
  /* .container, .container-fluid, .mw-1100{
    padding: 0px 20px;
  } */
  .tablet-value{
    margin:1rem 0px !important;
  }
  .navbar-expand-lg .navbar-toggler{
    display: block !important;
  }
  .navbar-collapse{
   
    position: absolute;
    top: 90px;
    z-index: 10;
    background: #fff;
    width: 100%;
  }
  .navbar-collapse ul{
    width: 100%;
  }
 
  .collapse:not(.show){
   
    position: absolute;
    top: 90px;
    z-index: 10;
    background: #fff;
    width: 100%;
  }
  .collapse:not(.show) ul{
    width:100%;
  }
  .navbar-toggler{
    order:3;
  }
  
  
}
