/*general custom */
/*adsrevenue start*/
header
{
    position: absolute;
    z-index: 999999;
    width: 100%;
    background: rgba(204, 197, 185, 0.2);
}

header #logo
{
    padding: 10px !important;
    margin: 10px !important;
}
header .profileBox {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    box-shadow: 0px 0px 2px #fff;
    border: 1px solid #000;
    overflow: hidden;
    margin: 15px 0px 15px 0px;
    background-color: #000;
}
header .profileBox a, header .profileBox h1, header .profileBox h2
{
    height: 100%;
    width: 100%;
    color:#fff;
}

#homebg
{
    background-image: url('../images/home_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    padding-top:80px;
}

.planbox, #videobox {
    box-shadow: 0px 0px 4px grey;
    height: 430px;
    margin-bottom: 20px;
}

#videobox .img-box
{
    height: 250px;
    overflow: hidden;
    width: 100%;
}

#videobox .img-box img {
    height: 100%;
}

.text-bold {
    font-weight: bold;
}

.videowatch {
    margin-top: 140px;
}

.logoBox img {
    width:60%;
}

.btn { cursor:pointer;}

#profileBox
{
    box-shadow: 0px 0px 3px #000;
    width:60% !important;
    padding: 12px;
    font-size: 32px !important;
    font-weight: bold;
}
.inside-col {
    border-radius: 20px;
    box-shadow: 0px 0px 2px gold;
    padding: 12px;
    min-height: 200px;
}

.subscribe_heading {
    background-color:#000;
    color:#fff;
    padding:10px;
    position:relative;
    margin-bottom:0px;
    font-size:24px;
    font-family: Arial, Helvetica, sans-serif !important;
}

#userMenuFix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color:#fff;
    z-index: 9999;
}

#userMenuFix #menuLinks a {
    color:aliceblue;
    padding: 8px;
    margin: 3px;
    font-size: 14px;
}

#rewardModal {
  z-index: 999999999;  
}

#formBanner {
    margin-top: 5%;
}
#formBanner #formSection {
    background-color: rgba(255,255,255,0.85);
    color: #232434;
}

#bannerDescription {
    background-color:rgba(0,0,12,0.85);
    color:#fff;
}

.rewardOptions ul li {
    border: 1px solid gold;
    border-radius: 10px;
    margin: 6px;
    padding: 8px;
    display: inline-block;
}

.bdv_native_logo {
    display: none !important;
}

#topBanner {
    margin-top: 80px;
}

footer
{
    background-color: #232434;
    color:#fff;
    padding: 12px;
}
/* adsrevenue end */
.btn1 {
    margin: 10px;
    font-size: 21px;
}

.logoImg {
    width: 180px;
}

.techInfo {
    background-color: #5D011E;
    color: #fff;
    padding: 12px;
}

.techInfo #techBox {
    padding: 8px;
    margin: 8px;
    box-shadow: 0px 0px 2px gold;
    background-color: #F6F4F5;
    color:  #000;
}

.techInfo #techBox .tTitle {
    color: #252422;
    font-size: 20px;
    font-weight: bolder;
    color:darkred
}

.techImage {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
/*  about section cards */

.mission_vision .card-big-shadow {
    max-width: 320px;
    position: relative;
}

.mission_vision .coloured-cards .card {
    margin-top: 30px;
}

.mission_vision .card[data-radius="none"] {
    border-radius: 0px;
}
.mission_vision .card {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}


.mission_vision .card[data-background="image"] .title, .card[data-background="image"] .stats, .card[data-background="image"] .category, .card[data-background="image"] .description, .card[data-background="image"] .content, .card[data-background="image"] .card-footer, .card[data-background="image"] small, .card[data-background="image"] .content a, .card[data-background="color"] .title, .card[data-background="color"] .stats, .card[data-background="color"] .category, .card[data-background="color"] .description, .card[data-background="color"] .content, .card[data-background="color"] .card-footer, .card[data-background="color"] small, .card[data-background="color"] .content a {
    color: #FFFFFF;
}
.card.card-just-text .content {
    padding: 50px 65px;
    text-align: center;
}
.card .content {
    padding: 20px 20px 10px 20px;
}
.card[data-color="blue"] .category {
    color: #7a9e9f;
}

.card .category, .card .label {
    font-size: 14px;
    margin-bottom: 0px;
}
.card-big-shadow:before {
    background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
h4, .h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
}
h6, .h6 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}
.card .description {
    font-size: 16px;
    color: #66615b;
}
.content-card{
    margin-top:30px;    
}
a:hover, a:focus {
    text-decoration: none;
}

/*======== COLORS ===========*/
.card[data-color="blue"] {
    background: #b8d8d8;
}
.card[data-color="blue"] .description {
    color: #506568;
}

.card[data-color="green"] {
    background: #d5e5a3;
}
.card[data-color="green"] .description {
    color: #60773d;
}
.card[data-color="green"] .category {
    color: #92ac56;
}

.card[data-color="yellow"] {
    background: #ffe28c;
}
.card[data-color="yellow"] .description {
    color: #b25825;
}
.card[data-color="yellow"] .category {
    color: #d88715;
}

.card[data-color="brown"] {
    background: #d6c1ab;
}
.card[data-color="brown"] .description {
    color: #75442e;
}
.card[data-color="brown"] .category {
    color: #a47e65;
}

.card[data-color="purple"] {
    background: #baa9ba;
}
.card[data-color="purple"] .description {
    color: #3a283d;
}
.card[data-color="purple"] .category {
    color: #5a283d;
}

.card[data-color="orange"] {
    background: #ff8f5e;
}
.card[data-color="orange"] .description {
    color: #772510;
}
.card[data-color="orange"] .category {
    color: #e95e37;
}

.shop_section .box .img-box img{border-radius: 100%;}
#quoteForm .form-control{border:1px dotted rgb(192, 191, 191);background-color: #ebebec;}
#orderForm .form-control{border:1px dotted rgb(192, 191, 191);}
#captchaValue, #captchaValue1{font-size: 22px;font-weight: bolder;background-color: #232434 !important;color:#fff;text-align: center;width:100px !important;}

#recaptcha, #recaptcha1{cursor: pointer;margin-top: 10px;}
/*contact form*/
.contact_section{margin-top:20px;
    background:#eee;
    }
    
.contact-area {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.contact input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    height: 60px;
    padding: 10px;
    width: 100%;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact textarea {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact input:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.contact textarea:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.form-control::placeholder {
    color: #232434;
    opacity: 1;
}

.btn-contact-bg {
    border-radius: 30px;
    color: #fff;
    outline: medium none !important;
    padding: 15px 27px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #7564e5;
    font-family: 'poppins', sans-serif;
    cursor: pointer;
    width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #232434;
    color: #fff;
}

/*START ADDRESS*/

.single_address {
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 40px;
}

@media only screen and (max-width:768px) {
    .single_address {
        padding-left: 0px;
    }
    
     #userMenuFix {
            position:relative !important;
        }
        
        .topAds {
            display:none !important;
        }
        
        .contact {
        margin-bottom: 60px;
    }
    
    #topBanner {
      margin-top:0px !important;
  }
  
  #topAd {
      height:120px !important;
  }
  
  .about_section .detail-box a {
  font-size:24px !important;
}
}

.single_address i {
    background: #f6f6f6;
    color: #7564e5;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 14px;
    font-size: 22px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single_address:hover i {
    background: #7564e5;
    color: #fff;
}

.single_address h4 {
    font-size: 18px;
    margin-bottom: 0px;
    overflow: hidden;
    font-weight: 600;
}

.single_address p {
    overflow: hidden;
    margin-top: 5px;
}

.section-title h1 {
    font-size: 44px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.section-title p {
    padding: 0 10px;
    width: 70%;
    margin: auto;
    letter-spacing: 1px;
}
.section-title {
    margin-bottom: 60px;
}
.text-center {
    text-align: center!important;
}

/* cust block */
#prodMarquee_newArrival, #prodMarquee_mostVisited {display:inline !important;}

.blog-img {
    height:350px;
    width: 100%;
    overflow: hidden;
}

.blog-img img {
    height: 100%;
    width:100%;
    border-radius: 0;
}

.fixedNav {
    position: sticky;
    top: 0;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); 
    width: 100%;
    z-index: 99;
    padding: 0;
}

.btn-box a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #fd9c6b;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #fd9c6b;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .tagBox .row .col-md-12 {
    padding: 12px;
    margin: 12px;
  }

  .tagBox .row .col-md-12 h2 {padding: 0px;margin: 0;}

  .tag {
    border: 1px solid grey;
    border-radius: 8px;
    padding: 10px;
    margin: 4px;
  }

.fixedNav a:hover {
color:#fd9c6b !important;
text-decoration: overline;
}

.right-top-nav { display: block; text-align: right; width: 100%;}

.partner-col {
    box-shadow: 2px 2px 3px;
    border-radius: 20px 20px 0px 0px;
}

.getPadding{padding: 10px;}
.getPadding2{
    padding: 20px;
}

.partners_logo {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0px auto;
    padding: 12px;
    border: 1px solid grey;
    background-color: #fff;
}

.partners_logo img {
    height: 100%;
    width: 100%;
}

.partner-text {
    background-color: #252422;
    color: #fff;
}

.about_section .detail-box a {
  font-size:28px !important;
  border-radius:50px;
  border:1px solid darkred;
  box-shadow:0px 0px 6px grey;
  margin:12px 15px;
  padding:8px 18px !important;
}

#storyTitle h2 {
    font-size:1.65rem !important;
    margin-bottom:12px !important;
}

.storyContent li p {
    margin:6px !important;
    padding:8px !important;
}

@media screen AND (max-width:690px) {
    .right-admin-login {
        display: none !important;
    }
}

/* carousel */


