:root{
    --thm-primary:#2ea2cc;
    --thm-secondary:#ffde00;
    --thm-accent:#f00;
    --thm-light:#f9f9f9;
}
html{
    font-family: 'Nunito Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    /* font-family: 'Fira Sans Condensed', sans-serif; */
    font-weight: 700;
    color: #333;
} 

.bg-thm-primary{
    background-color:var(--thm-primary);
}
.btn-danger
{
    background-color:var(--thm-primary);
    border-color: #2ea2cc;
}
.btn-danger:hover
{
    background-color:var(--thm-primary);
    border-color: #2ea2cc;
}
.btn-danger:not(:disabled):not(.disabled):focus
{
    background-color:var(--thm-primary);
    border-color: #2ea2cc!important;
    box-shadow: none;
}
.btn-loadmore.btn.btn-danger {
  text-align: center;
  min-width: 100px;
  margin: 10px auto 0;
  display: block;
}
.bg-thm-accent{
    background-color:var(--thm-accent);
}
.bg-thm-secondary{
    background-color:var(--thm-secondary);
}
.text-thm-primary{
    color:var(--thm-primary);
}
.text-thm-accent{
    color:var(--thm-accent);
}
.text-thm-secondary{
    color:var(--thm-secondary);
}
.bg-thm-light{
    background-color:var(--thm-light);
}
.bg-white{
    background-color: #fff;
}

.btn{
    font-size:1rem;
    padding: .3em 1.4em .4em;
    border-radius: 2em;
    line-height:1.5;
    transition: .3s;
    border-width: 2px;
    border-style:solid;
} 
.btn-theme-1{
    background-color:var(--thm-secondary);
    color:#000;
    border-color:var(--thm-secondary);
} 
.btn-theme-1:hover{
    background-color: var(--thm-accent);
    border-color:var(--thm-accent);
}
.btn-theme-2{
    border-color:#000;
    background-color: transparent;
}
.btn-theme-2:hover{
    background-color: #000;
    color:#fff;
}
.btn.wa-btn{
    font-size: .8rem;
    border-radius: 4px;
    text-transform: uppercase;
}
.wa-btn{
    border-color:#06d755;
    background-color: #06d755;
    color: #fff;
}
.wa-btn i{
    margin-right: .2em;
}
.wa-btn:hover{
    border-color: var(--thm-primary);
    background-color: var(--thm-primary);
    color: #fff;

}
/* .btn-contact{
    background-color: var(--thm-accent);
    color:#000;
    border-color: var(--thm-accent);
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}
.btn-contact:hover{
    background-color: var(--thm-secondary);
    border-color:var(--thm-secondary);
} */
/*header area*/
.navbar-light .navbar-brand {
    max-width: 190px;
}
.navbar-light .navbar-toggler {
    border:none;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/bar-open.png);
    filter: invert(100);
}
 .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../images/bar-close.png);
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
/*.dropdown-submenu {
    position: relative;
  }
  .dropdown-item {
    padding: .25rem 2.5rem .25rem 1.5rem;
}
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 16px;
    top: .8em;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 100%;
    right: -10%;
    left:auto;
    margin-left: .1rem;
    margin-right: .1rem;
  }*/
.carousel-sec, .header{
    background-color: var(--thm-primary);
}
.carousel-sec, .header{
    background-color: var(--thm-primary);
}
.carousel-sec .carousel-item .row{
    min-height:450px;
    padding-bottom: 50px;
}
.carousel-sec .caption{
    font-size:3rem;
    color:#fff;
}
.carousel-sec .caption .btn-theme-2{
    color: #fff;
    border-color: #fff;

}
.carousel-sec .caption .caption-title{
    font-size:1em;
    margin:.1em 0 .2em;
    color: #fff;
}
.carousel-sec .caption .caption-title > a{
    color: var(--thm-secondary);
}
.carousel-sec .caption .caption-sub-title{
    font-size:.7em;
    margin:.1em 0 .2em;
    
}
.carousel-sec .caption .caption-detail{
    font-size:.4em;
}

/*header are end */
/*main content*/
section[data-space="large"]{
    padding-top:100px;
    padding-bottom:100px;
}
section[data-space="medium"]{
    padding-top:80px;
    padding-bottom:80px;
}
section[data-space="small"]{
    padding-top:50px;
    padding-bottom:50px;
}
.button-area{
    padding-top:20px;
    display:flex;
    justify-content: center;
}
.button-area a + a{
    margin-left: 20px;
}
.title-area{
    font-size: 3rem;
    margin-bottom: 1em;
}
.title-area > .title{
    font-size:.9em;
}
.title-area > .title.medium{
    font-size:.7em;
}
.video-box{
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.video-box .frame-video {
    border: 1px solid #000;
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 0px;
}
.video-box .video-cont{
    padding: 20px 30px;
    border:1px solid rgba(0,0,0,.1);
}
.video-box .video-cont .price{
    font-size: 1.5rem;
    color: var(--thm-accent);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}
.video-box .video-cont .price .regular-price{
    font-size:1rem;
    text-decoration: line-through;
    color:var(--thm-primary);
    display: block;
    opacity: .9;
}
.video-box a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.video-box .title{
    font-size: 1rem;
    font-family: 'Nunito Sans', sans-serif;
    /*padding-bottom: 1em;*/
    /*border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 1.5em;*/
    
}

/* .video-box .frame-video::before {
    content:"";
    width: 10px;
    height:30px;
    background-color:rgb(0, 0, 0);
    position: absolute;
    left:calc(50% - 5px);
    top:calc(100% + 20px);
}
.video-box .frame-video::after {
    content:"";
    width: 50px;
    height:8px;
    background-color:rgb(0, 0, 0);
    position: absolute;
    left:calc(50% - 25px);
    top:calc(100% + 50px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
} */
.video-box .frame-video iframe{
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
}
.home-cate-sec .video-box{
    box-shadow: none;
    text-align: center;
    margin-bottom: 15px;


}

.home-cate-sec .video-box .title{
    border: none;
    margin-bottom: 0;
    background-color: red;
    color: #fff;
    padding: .5em 1em;
    border-radius: 0;
    position: relative;
}
.home-cate-sec .video-box .title::after{
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: .7em;
    right: -9px;
    position: relative;
}
/*delivery-sec*/
.delivery-sec {
    background-color: #fffdee;
}
.delivery-sec .content-area .title{
    font-size: 2.3rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
.delivery-sec .content-area p{
    font-size: 1.5rem;
    margin-bottom: 1em;
}
.delivery-sec .content-area .title > span{
    color: var(--thm-accent);
    /* text-shadow: 4px 4px 0 rgba(0,0,0,1); */
    font-size:1.3em;
    font-weight: 800;
    
}
/*delivery-sec*/
/*footer*/
.footer{
    /*padding:80px 0 20px;*/
    background-color: var(--thm-primary);
    color:#fff;
    }
.footer .footer-form .form-control{
    background-color: transparent;
    border-color: #fff;
    color:#fff;
    border-radius: 0;
    margin-bottom: 10px;
}
.footer .footer-form .form-control::placeholder{
    color:rgba(255,255,255,0.5);
}
.footer .f-contact-detail a{
    color:var(--thm-secondary);
}
.footer .f-social-icon {
    display: flex;
    align-items: center;
}
.footer .f-social-icon li + li{
    margin-left: 4px;
}
.footer .f-social-icon li a{
    display: inline-block;
    height:2em;
    width:2em;
    font-size: 20px;
    border:1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8em;
    color:#fff;
}
.footer .copyright-area p{
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.footer .footer-logo{
    max-width:200px;
    
}


/*footer*/
/* page hreader */
.page-header{
    background-color: var(--thm-secondary);
    color: #000;
    padding: .7em 0;
    font-size: 1.9rem;
    text-align:center;
    font-family: 'Nunito Sans', sans-serif;
}
.page-header .ph-title{
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: .1em;
    font-family: inherit;
    font-weight: 700;
}
.page-header .ph-sub-title{
    font-size:.7em;
    margin-bottom: 0;
    font-family: inherit;
    font-weight:600;
}
/* page hreader */
/* contact us */
.contact-us{
    background-color: #fbf9e4;
}
.contact-us .contact-box{
    padding:2rem 3rem 0;
    border-bottom:1px solid #000;
}
.contact-us .contact-box .img-box{
    max-width: 40%;
    padding-right: 20px;
}
.contact-us .contact-box .detail{
    padding-bottom:3rem;
}
.contact-us .contact-box .detail .title{
    font-size:3rem;
    margin-bottom: .5em;
}
.contact-us .contact-box form .form-control{
    margin-bottom: 20px;
    border-radius: 0;
    border-color:rgba(0,0,0,.5);
    

}
.contact-us .contact-box form .form-control::placeholder{
    color:rgba(0,0,0,.5);
}
/* contact us */
.owl-theme .owl-dots .owl-dot span {
    width: 10px!important;
    height: 10px!important;
    margin: -20px 5px 0!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2ea2cc!important;
}
/* about */

.about .text-para{
    line-height: 1.9;
    font-size: 1.1rem;
    font-weight: 600;
    color: #6e6e6e;
}
.about .we-do-box{
    line-height: 1.9;
    font-size: 1.1rem;
    font-weight: 600;
    color: #6e6e6e;
    padding: 20px;
    border-radius: 10px;
    border:1px solid rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.about .we-do-box h3{
    font-size: 1.2rem;

}
.about .we-do-box p{
    font-size: 1rem;    
    line-height: 1.5;
    text-align: justify;
}
.list-style-thm{
    font-size: 1rem;
    font-weight: 600;
    color: #6e6e6e;
    line-height: 1.9;
    padding-left: 20px;
}
.list-style-thm li::marker{
    color: var(--thm-primary);
}
.make-video-process .box{
    padding:20px 10px;
    text-align:center;

}
.make-video-process .box .box-icon img{
    max-width:64px;
    margin: auto;
    display: block;
    margin-bottom: 1rem;
 }
 
 .reseller .reseller-detail h2{
    font-size:4rem;
    color: var(--thm-accent);
 }
 .discount .discount-detail h2{
     font-size: 3rem;
 }
 .discount .discount-detail h2 b{
    color: var(--thm-primary);
 }
 .discount .discount-social img{
    max-width: 100%;
    
 }
 .discount .discount-social a{
    margin: 0 .5rem;
    max-width: 130px;
 }
 .pay-online .pay-box{
     display: flex;
     padding: 2rem 0 1rem;
     justify-content: space-between;
     
 }
 .pay-online .pay-box + .pay-box{
    border-top: 1px dashed rgba(0,0,0,.1);
 }
 .pay-online .pay-box .company-logo{
    min-width: 100px;
    width:100px;
    
 }
 .pay-online .pay-box h2{
     font-size: 1.5rem;
 }
 .pay-online .pay-box p{
    color: #333;
    margin-bottom: 0;
 }
 .pay-online .pay-box li{
    color: #333;
 }
 .pay-online .pay-box li > span, .pay-online .pay-box p > span{
     font-weight: 600;
 }
 .invite-mart-main{
    background: linear-gradient(#fea63a, #fc4037);
 }
 .invitemart-link-box{
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 30px;*/
    
    font-weight: bold;
    font-size: 12px;

 }
 
 .invitemart-link-box p{
    font-weight: bold;
    font-size:2.5em;
 }
 .invitemart-link-box h2 {
    font-size: 6em;
    color: #fff;
 }
 .invitemart-link-box .box-1{
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 2rem 2rem;
 }
 .invitemart-link-box .box-2{
     color:#333;
     font-size: 20px;
     font-weight: bold;
     min-width:270px;
     text-decoration: none;
      background-color: #fff; 
      padding: 1.5rem 2rem;
      text-align:center;
 }
 .invitemart-link-box a{
    font-size: 1.5em;
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: .2rem;
 }
 .invitemart-link-box a img{
    width: 400px;
    margin:auto;
    display: block;

 }
 
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
/*.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
    transition-duration: .5s;
} 
.dropdown-item:focus, .dropdown-item:hover
{
    color: #fff;
    text-decoration: none;
    background-color: #2ea2cc;
}
.dropdown-menu
{
    margin: 0px 0px 0px!important;
}
.dropdown-menu > li > a:after
{
    position: absolute;
    right: 10px;
    top: .8em;
}
.navbar-light .navbar-nav .nav-link:hover
{
    color: #ffde00!important;
}