* {
    font-family: 'DM SANS'!important;
    --primaryColor: #d13744;
    --secondaryColor: #7d3fb5;
}

a {
    text-decoration: none;
}

.row-gap {
    row-gap: 20px;
}
.btn {
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 22px;
    border-radius: 15px;
    font-weight: 500;
    border: 0;
    z-index: 1;
    transition: .2s ease;
    background: var(--primaryColor);
    color: #fff;
}

@media (min-width:576px) {
    .btn {
        padding: 10px 24px;
    }
}

@media (min-width:768px) {
    .btn {
        padding: 12px 28px;
    }
}

@media (min-width:992px) {
    .btn {
        padding: 14px 34px;
    }
}

@media (min-width:1200px) {
    .btn {
        padding: 16px 44px;
    }
}

.btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.btn:hover{
    background: var(--secondaryColor);
}

/* 1.2 common style */
body {
    overflow-x: hidden;
}

ol,
ul {
    list-style-type: none;
    margin: 0px;
}

img {
    vertical-align: middle;
    border: 0;
}

.title {
    font-size: 24px;
    line-height: 36px;
}

@media (min-width:576px) {
    .title {
        font-size: 26px;
        line-height: 38px;
    }
}

@media (min-width:768px) {
    .title {
        font-size: 28px;
    }
}

@media (min-width:992px) {
    .title {
        font-size: 32px;
    }
}

@media (min-width:1200px) {
    .title {
        font-size: 38px;
        line-height: 48px;
    }
}

@media (min-width:1400px) {
    .title {
        font-size: 40px;
    }
}

.subTitle {
    font-size: 22px;
    color: #000000;
}

@media (min-width:576px) {
    .subTitle {
        font-size: 24px;
    }
}

@media (min-width:768px) {
    .subTitle {
        font-size: 25px;
    }
}

@media (min-width:992px) {
    .subTitle {
        font-size: 26px;
    }
}

@media (min-width:1200px) {
    .subTitle {
        font-size: 28px;
    }
}

@media (min-width:1400px) {
    .subTitle {
        font-size: 30px;
    }
}

.description {
    font-size: 14px;
    line-height: 28px;
}

@media (min-width:768px) {
    .description {
        font-size: 15px;
        line-height: 30px;
    }
}

@media (min-width:992px) {
    .description {
        font-size: 16px;
        line-height: 30px;
    }
}

/* Navbar - Start */
.navbar {
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.2);
}
.navbar-brand img {
    
    height: 75px;
}

.navigation .btn {
    background-color: var(--primaryColor);
    color: #fff !important;
}

.navigation .btn:hover {
    background-color: var(--secondaryColor);
}

.top-header {
    background: var(--primaryColor);
}
.top-header p{
    margin-bottom:0;
}

.top-header ul li {
    margin: 5px 0;
}

@media (min-width:576px) {
    .top-header ul li {
        margin: 8px 0;
    }
}

@media (min-width:768px) {
    .top-header ul li {
        margin: 10px 0;
    }
}

@media (min-width:992px) {
    .top-header ul li {
        margin: 12px 0;
    }
}

.top-header ul li a {
    display: inline-block;
    padding: 0 10px;

    color: #fff;
    font-size: 14px;
}

@media (min-width:576px) {
    .top-header ul li a {
        font-size: 14px;
        padding: 0 20px;
        border-right: 1px solid #fff;
    }
}

.top-header ul li a span {
    color: #e84444;
}

.top-header ul li:last-child a {
    padding-right: 0;
    border-right: 0;
}

.navigation .navbar {
    padding: 0;
    background: #fffdc1 !important;
    position: relative;
}

.navigation .navbar .nav-item {
    /* padding: 10px 0; */
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width:992px) {
    .navigation .navbar .nav-item {
        padding: 20px 0;
    }
}

.navigation .navbar .nav-item .nav-link {
    padding: 15px 10px;
    font-weight: 600;
    color: var(--primaryColor);
    text-transform: inherit;
    transition: .2s ease;
    font-size: 16px;
}

@media (min-width:576px) {
    .navigation .navbar .nav-item .nav-link {
        padding: 15px 10px;
    }
}

@media (min-width:768px) {
    .navigation .navbar .nav-item .nav-link {
        padding: 10px 8px;
    }
}

@media (min-width:992px) {
    .navigation .navbar .nav-item .nav-link {
        padding: 12px 6px;
        font-size: 15px;
    }
}

.navigation .navbar .nav-item .nav-link:hover {
    color: var(--secondaryColor);
}

.navigation .navbar .nav-item.active .nav-link {
    color: var(--secondaryColor);
}

.navigation .navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}







.navbar-collapse {
    justify-content: center;
}

.top-header .col-lg-12 {
    display: flex;
    justify-content: end;
    align-items: center;
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav {
        margin-left: 100px;
    }
}

/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

#mySidenav ul {
    list-style: none !important;
    padding-left: 0px;
}

/* #mySidenav ul li{
    margin-top: 15px;
    margin-bottom: 15px;
} */
/* The navigation menu links */
.sidenav .nav-link {
    padding: 12px 8px 12px 8px !important;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    /* background-color: var(--primaryColor); */
    transition: 0.3s;
    border-radius: 25px;
    text-align: center;
}

.sidenav .nav-link .btn {
    /* background-color: #FFAA00;/    color: #232323; */
    font-size: 16px;
    padding: 10px 25px;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: var(--primaryColor);
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/* mobile nav */
/* Navbar - End */
/* Hero Section - Start*/
.hero {
    height: 20vh;
    padding: 0 !important;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width:576px) {
    .hero {
        height: 40vh;
    }
}
@media (min-width:768px) {
    .hero {
        height: 50vh;
    }
}
@media (min-width:992px) {
    .hero {
        height: 60vh;
    }
}
@media (min-width:1200px) {
    .hero {
        height: 70vh;
    }
}
.hero .btn {
    outline: wheat;
    border: 2px solid #fff;
    color: white;
}

.heroCaro .item {
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width:576px) {
    .heroCaro .item {
        height: 40vh;
    }
}
@media (min-width:768px) {
    .heroCaro .item {
        height: 50vh;
    }
}
@media (min-width:992px) {
    .heroCaro .item {
        height: 60vh;
    }
}
@media (min-width:1200px) {
    .heroCaro .item {
        height: 70vh;
    }
}
.heroCaro .owl-dots {
    position: absolute;
    display:none;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.heroCaro .owl-dots .owl-dot span {
    width: 35px !important;
    background-color: var(--secondaryColor) !important;
}

@media (min-width:576px) {
    .heroCaro .owl-dots .owl-dot span {
        width: 50px !important;
    }
}

.heroCaro .owl-dots .owl-dot.active span {
    background-color: var(--primaryColor) !important;
}

/* ourJourney */
.ourJourney {
    padding: 40px 0;
    position: relative;
}

.ourJourney .line {
    left: 0;
    position: absolute;
    background-color: blue;
    width: 200px;
    height: 2px;
}

@media (min-width:768px) {
    .ourJourney .line {
        position: absolute;
        background-color: blue;
        width: 350px;
        height: 2px;
        margin-top: 20px;
    }
}

@media (max-width:768px) {
    .ourJourney .container {
        margin-top: 20px;
    }
}

/* section - 3 */
.section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color:#700606;
}

.section-3 .card {
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  border-top-left-radius: 74px;
    border-bottom-right-radius: 80px;
    text-align: center;
}

.section-3 .card img {
    width: 80px;
    height: 80px;
}

.section-3 .card .subTitle {
    padding: 10px 0;
    margin-bottom: 0;
    color: red;
}

/* ourProducts */
.ourProducts {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ourProducts .title {
    background-color: var(--primaryColor);
    color: var(--secondaryColor);
    padding: 10px 0;
}

.ourProducts .card {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* padding: 20px; */
    height: 100%;
    border-radius: 25px;
    border: 3px solid var(--primaryColor);
    padding-top: 20px;
}

.ourProducts .card img {
    width: 180px;
    height: auto;
    margin-bottom: 10px;
}

.ourProducts .card .content {
    border-radius: 20px;
    background: var(--primaryColor);
    color: white;
    padding: 10px;
    border: 2px soid var(--secondaryColor);
    height: 100%;
}

.ourProducts .card .content .subTitle {
    padding: 10px 0;
    color: #fff;
    margin-bottom: 0;
}

/* price List */
.priceList {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../pricelist-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.priceList .card {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 100px;
    background: rgba(0, 0, 0, 0.6);
}

.priceList .card h1 {
    font-size: 36px;
}

.priceList .btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    color: #fff;
    background-color: var(--primaryColor);
}

/* Contact Us Section - Start */
.contactUs {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width:1400px) {
    .contactUs {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.contactUs .title{
    color: var(--primaryColor);
}
.contactUs .row {
    row-gap: 20px;
}

.contactUs button {
    width: 100%;
    float: right;
    color: #fff;
    background-color: var(--primaryColor);
    font-size: 18px;
}

.contactUs button:hover {
    background-color: var(--secondaryColor);
    color: #fff;
}

/* Contact Us Section - End */

/* Footer Section - Start */
footer .outer {
        background-image: url(../../footer-bg-subbu-crackers.png);
      background-size: cover;
        padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--primaryColor);
}

footer .outer .row {
    row-gap: 20px;
    border-bottom: 2px solid white;
    padding: 20px 0;
}

footer .outer img {
    width:145px; 
}

footer .outer .tc {
    color: #fff;
    text-align: justify;
}

footer .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .inner p {
    color: #fff;
    margin-bottom: 10px;
}

@media (min-width:1200px) {
    footer .inner p {
        font-size: 16px;
    }
}

footer .inner h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
  
    padding: 5px 13px;
    border-radius: 10px;
}

@media (min-width:1200px) {
    footer .inner h4 {
        font-size: 25px;
    }
}

footer .svg-inline--fa {
    height: 15px;
}

footer .inner img {
    width: 140px;
    height: 100px;
    background: #fff;
    border-radius: 50px 10px 50px 10px;
    box-shadow: 0 2px 20px 0 rgba(255, 255, 255, .5);
}

@media (min-width:1200px) {
    footer .inner img {
        width: 180px;
        height: 130px;
        border-radius: 70px 20px 70px 20px;
    }
}

footer .icon {
    background: transparent;
    outline: 2px solid #fff;
    border-radius: 8px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
}

@media (min-width:1200px) {
    footer .icon {
        width: 30px;
        height: 30px;
    }
}

footer section {
    background: #000000;
}

footer section a {
    color: #fff !important;
}

/* Footer Section - End */
/* about us page - hero section - start */
.abtHero{
    background:url(../img/about_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* about us page - hero section - end */
/* Contact us page - hero sectio - start */
.contHero{
    background:url(../img/contactUs_page_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 50vh;
    display:flex;
    justify-content: center;
    align-items: center;
}
/* Contact us page - hero sectio - end */
/* videos page - Start */
.videoHero{
    background:url(../img/videoBanner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height:20vh;
    display:flex;
    justify-content: center;
    align-items :center;
}
@media (min-width:576px){
    .videoHero{
        height:40vh;
    }
}
@media (min-width:768px){
    .videoHero{
        height:50vh;
    }
}

/* videos page - End */
/* Gift box page - start */
.giftboxHero{
    background:url(../img/giftBoxBanner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width:576px){
    .giftboxHero{
        height:40vh;
    }
}
@media (min-width:768px){
    .giftboxHero{
        height:50vh;
    }
}

/* Gift Box page - End */
/* Estimate page - Start */
.estimateHero{
    background:url(../img/estimateBanner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 50vh;
    display:flex;
    justify-content:center;
    align-items:center;
}
/* Estimate page - End*/
/* Floating Icon - Start */
.bouncingWhatsAppIcon{
    position:fixed;
    left:0;
    bottom:0;
    transform:translate(50%,-50%);
    z-index:1;
}
.floatingIcon img{
    width:50%;
    height:auto;
}
.bouncingEstimateIcon{
    animation: bouncingEstimateIcon 2s ease infinite;
    position:fixed;
    right:15px;
    bottom:80px;
    z-index:1;
}
@keyframes bouncingEstimateIcon{
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
       transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.bouncingDownloadBtnIcon{
    animation: bouncingDownloadBtnIcon 6s ease infinite;
    position:fixed;
    right:15px;
    bottom:150px;
    z-index:1;
}
@keyframes bouncingDownloadBtnIcon{
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
/* Floating Icon - End */

.section-title .title {
    font-size: 35px;
    font-weight: 600;
}
.industry-exp_head {
    color: #414141;
    font-size: 2.6em;
    font-weight: 600;
}
.values_head, .values_heads {
    color: #2c2c2c;
    font-weight: 300;
}
.single-features {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 hsla(0,0%,60%,.16);
    padding: 35px;
    transition: all .3s ease-out 0s;
}
.single-features.features-color-1 .features-icon {
    background-color: #0898e7;
}
.single-features .features-icon {
    background-color: #0898e7;
    border-radius: 50%;
    height: 76px;
    text-align: center;
    width: 76px;
}
.single-features .features-icon i {
    color: #fff;
    font-size: 26px;
    line-height: 79px;
}
.single-features .features-content {
    padding-left: 25px;
}
.single-features .features-content .features-title {
    font-size: 25px;
    font-weight: 500;
}
.hero-subhead_ts {
    color: #7f79ee;
    font-family: DM Sans;
    font-size: 2.5em;
    font-weight: 800;
}
.hero-text_ts {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}
@media (max-width:767px){
    .single-features .features-content {
        padding-left: 0;
        padding-top: 20px;
    }
}
.wowstyle{
    visibility: visible; 
    animation-duration: 1.3s; 
    animation-delay: 0.2s;    
}
.banners-with-pad .banner {
    margin-bottom: 30px;
}
.banner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
.banner-wrap {
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease-in-out;
}

.banner-wrap:hover img {
    transform: scale(1.2);
}
.promo-video {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay {
    position: relative;
}
.section {
    padding: 100px 0;
}
/*.overlay::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: #000;*/
/*    opacity: .6;*/
/*}*/
.play-icon {
    width: 85px;
    height: 85px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
}
.play-icon i {
    line-height: 79px;
    display: block;
    font-size: 30px;
    color: #fff;
}