@import url('css/bootstrap.css');

@import url('css/style.css');

@import url('css/custom.css');

.error{ float:left; width:100%; margin:50px auto 0px auto; text-align:center; position:relative;}
.error h1{ font-size:200px; font-family: 'poppinsmedium'; color:#fff; text-shadow: 0px 0px 6px #000; position:relative;}
.text-bg{ width:100%; padding:50px 0px 100px 0px; background:#efefef; text-align:center;}
.text-bg h6{ font-size:50px; color:#F00; font-family: 'poppinssemibold'; margin:0px 0px;}
.text-bg p{ font-size:20px; color:#000; font-family: 'poppinsmedium';}
.text-bg a{ color:#000; padding:10px 30px; border:1px solid #333; transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -webkit-transition:all ease 0.5s;}
.text-bg a:hover{ background:#000; color:#fff;}

@media only screen and (max-width: 480px){
    .error h1 {
        font-size: 100px;
    }
}

/* No-records Start */
.no-records{ margin:35px auto; text-align:center; position:relative; padding:50px 20px;}
.no-records ul{ position:relative; margin:0px 0px; padding:0px 0px;}
.no-records ul li{ display:inline-block; margin:0px 15px; text-align:left; font-family: 'Montserrat', sans-serif;}
.no-records ul li i{ background: #538b008c; width:150px; height:150px; font-size:50px; color:#fff; text-align:center; border:1px solid #efefef; line-height:150px; position:relative; top:-52px;  margin-top: 30px;}
.no-records ul li h6{ font-size:50px; color:#333; font-family: 'poppinsmedium'; margin:0px 0px 0px 0px; line-height:50px;}
.no-records ul li small{ font-size:30px; color:#666;}

/* No-records End */
.contact_form .submit
{
    width: 100%;
    height: 55px;
    background: #F28727;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 50px;
    border: 0px;
}

.wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    border: none;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1 {
    position: absolute;
    right: 5px;
    bottom: 0px;
    top: 25%;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-2 {
    position: absolute;
    right: 5px;
    bottom: 0px;
    top: 25%;
}

.contact_form span.ajax-loader {
    position: absolute;
    right: 40%;
    bottom: 32px;
    top: 20px;
}

button#load_more_button {
    background: transparent;
    box-shadow: 0 5px 25px #888888;
}

.address_f{
    white-space: pre-line;
}
.contactus .call-us p.address_f{
    white-space: pre-line;
}
.submit{
padding: 0;

}

.form-home textarea.form-control.faddress,.form-home textarea.form-control.fmessage{
    height: 100px;
}

.navbar-light  .dropdown .dropdown-menu .nav-link:before, .navbar-light .dropdown .dropdown-menu  .nav-link:after{

content: none;
}


#result .row:first-child{

    padding-top: 1.5rem!important

}

.btn-yagna{
    color: #fff !important;
}

.footer-nav .nav-link{
    padding: 0;
   
}

.footer-nav .nav-link:hover{
  
    text-decoration: underline;
}

.product-list ul{
    padding-left: 0; list-style: none;
    column-count:2;
}