


*{margin: 0; padding: 0; box-sizing: border-box;}

html {
  scroll-behavior: smooth;
}

body {
   /* font-family: 'Roboto', sans-serif;*/
    /*background: #ebf5ff;*/
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    font-size: 13px;
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
    font-style: normal;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}

p{
    
       font-size: 1.3em;
    color: #111;
    line-height: 1.4em;
    font-family: 'Poppins', sans-serif;
}

.hosting-brands {text-align: center; margin: 10px auto;padding:  20px 0px;}

.hosting-brands img {border: 2px solid #111;}

#wrapper {width: 100%; max-width: 1200px; margin: 0px auto;}

.topheader {width: 100%; background:#7e2359; height: 36px; line-height: 36px;}


.bottomcall {
    width: 100%;
    background: #859198;
    height: 80px;
    line-height: 32px;
    vertical-align: middle;
    padding: 25px 0px;
    color: #fff;
}

.bottomcall h4 {
    font-size: 24px;
}


.topheader-txt {
    text-align: right;
   
}

.topheader-txt span {
    font-size: 14px;
     color: #fff; 
     display: inline-block;
     font-weight: 500;
}


.navbar-brand {
    padding: 10px 10px;
}


ul.pincorenav.nav.navbar-nav li {
    width: 180px;
    padding: 0;
    margin: 0;
    text-align: center;
}


ul.pincorenav.nav.navbar-nav li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    transition: 0.3s;
    letter-spacing: 0.1em;
    line-height: 30px;
   
}

ul.pincorenav.nav.navbar-nav li a:hover{ 
        background: #5b9721;
        color: #fff;

    }



    .galary-wrp {
        position: relative;
    }


.ashram-wrp-new {

      
       
        text-align: center;
        margin: 0px auto;
        overflow: hidden; border:
         10px solid #d8d8d8;
          box-shadow: 10px 25px 30px rgba(30,30.200.0.3); 
          border-radius: 8px;
          /*transform: translate(36%,-5%);*/
   

}



.ashram-wrp-new .karya-wrapper img {
    
   margin: 0px; 
}


.bod-modal .col-md-3.col-sm-3.col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px 0px;
    float: left;
    display: inline-block;
}

.bod-modal .col-md-4.col-sm-4.col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px 0px;
    float: left;
    display: inline-block;
}


#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 45px;
    height: 45px;
    border-radius: 50%;
}


.active{
  background-color:#5b9721;
  color:#fff;

}

.qrcodewrp {text-align: center; margin: 20px auto; margin-top: 30px; vertical-align: middle;}


.qrcodewrp img { padding-top: 30px; }



input.btn.btn-primary.senmsg {
    background: #5b9721;
    border: none;
    width: 56%;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
}


.socialicn a {
    font-size: 16px;
    
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0px 10px 0px 0;
    transition: all 0.3s ease-in-out;

    
}





.socialicn i.fa {
    color: #7e2359;
}

.card-body {
    min-height: 170px;
    height: 100%;
}


#more {display: none;}
button {
    
border: none;
    outline: none;
    background: #e76322;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
    display: block;
    clear: both;
}



#morenew {display: none;}

.bod-modal .bod-expand-icon {
    position: relative;
}

.bod-expand-icon img {
    width: 100%;
    border-radius: 4px;
    position: relative;
}

.karya-wrapper { display: flex; animation: slide 16s infinite; width: auto; }

.mt-5 {
    margin-top: 30px;
}
        
.contact-dtls {
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 30px;
    margin-bottom: 20px;

}


.contact .php-email-form input {
    height: 44px;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #7e2359;
    padding: 10px;
}

.contact-dtls .info {
    background: #fff; 
    padding: 30px 0px;
}

.contact-dtls .info i {
    font-size: 20px;
        color: #ffb03b;
    float: left;
    width: 44px;
    height: 44px;
    background: #fff6e8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact-dtls .info i:hover {
    background: #ffb03b;
    color: #111;
}

.contact-dtls .info h4 {
    padding: 0 0 0 0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #7e2359;
    font-family: "Poppins", sans-serif;
}

.contact-dtls .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 15px;
    color: #111;
    font-weight: 600;
}

.contact-dtls .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
    padding: 30px;
    background: #fff;
}

.contact-dtls .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact-dtls .php-email-form input {
    height: 44px;
}

.contact-dtls .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact-dtls .php-email-form input {
    height: 44px;
}

 
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
        border: 1px solid #7e2359;
        padding: 10px;
}

.contact-dtls .php-email-form input {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
        border: 1px solid #7e2359;
        padding: 10px;
        height: 24px;
}





.bod-modal .bod-expand-icon img {
transition:all ease-in-out 0.3s;
    }


.bod-modal .bod-expand-icon:hover img {
    transform: scale(1.1);
}
#contact {
    padding: 60px 0px;
}

.comity-member {
    position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap:  wrap;
 
}

.card img {width: 100%;max-width: 286px; padding-top: 4px;}

.card, .button {box-shadow: 3px 5px 6px #b8b9be, -3px -3px 6px #fff;
    background: #feb56e;
    border: none;
    outline: none;
    transition: all  0.3s;
    border-radius: 6px;
    margin-bottom: 25px;
    width: 84%;
    padding-top: 4px;
}
 
 .card-title h3 { color: #7e2359; font-weight: 600; }
 

 .card-txt {padding: 0px 10% 10px; color: #000;}

 .card-txt u {color: #e30c11;}

 .card-txt p {
    font-weight: 600;
 }

.card:hover {transform: scale(1.02); box-shadow: 15px 15px 20px rgba(0,0,0,0.1), -15px -15px 20px #fff;}




.contact-dtls .php-email-form button[type=submit] {
    background: #eb5f25;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

@keyframes slide {

            0%{transform: translateX(0);}
            25%{transform: translateX(0);}
            30%{transform: translateX(-100%);}
            50%{transform: translateX(-100%);}
            55%{transform: translateX(-200%);}
            75%{transform: translateX(-200%);}
            80%{transform: translateX(-300%);}
            100%{transform: translateX(-300%);}
         }




nav.navwrp.navbar {
    
    min-height: 48px;
}

nav.navwrp.navbar.navbar-default {
    margin: 0 auto;
    
    background-color: #e76322;
    border: none;
    text-align: center;
    z-index: 1000;
    
}


.videowrp {
    position: relative; width: 100%; height: 100%;
margin: 0px auto; 
}
 
 .vid-bg {width: 100%; height: 100%;   }


.banner-text {position: absolute; left: 25%; top: 65%; text-align: center;} 

.banner-text h2 {font-size: 44px; color: #fff; margin: 0;}
.banner-text h2 span{color: #f5bb00;
    background: rgb(255 18 18 / 50%);
    padding: 4px;}




ul.pincorenav.nav.navbar-nav>a,
ul.pincorenav.nav.navbar-nav>a:hover,
ul.pincorenav.nav.navbar-nav>a:focus
 {
    color: #fff;
    background: #5b9721;
  /*  border-bottom: 4px solid #0080c0;*/
}


.brand-logo{
    text-align: center; margin: 0px auto;
    padding: 5px 0px;
}

.brand-logo img {}


ul.pincorenav.nav.navbar-nav li a:hover,
ul.pincorenav.nav.navbar-nav li a:focus
 {
    background: #5b9721;
        color: #fff;

}

.bank-dtls  h6 {font-size: 15px;}

.bodytop {
    background: rgb(255 239 219 / 80%);
    padding: 40px 15px;
}


.service {
    background: #a8c90a;
    padding: 4px;
    text-align: center;
    width: 28%;
    margin: 8px 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 80%);
    height: 100%;
    position: relative;
    margin-bottom: 12px;
    transition: all 100ms ease-in-out;
   
}

.service:hover {
    transform: scale(1.04);
}


.headng {
        text-align: center;
    font-size: 27px;
    color: #eb5f25;
    text-transform: uppercase;
    font-family: 'Poppins', cursive;
    padding-bottom: 30px;

}
.headng::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #111;
    margin: 10px auto;
    text-align: center;
    border-radius: 4px;

}

.brand h3::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #111;
    margin: 10px auto;
    text-align: center;
    border-radius: 4px;

}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}
.headng span {
    color: #2D5100;
}



section.aboutwrpnw {

    background: url(../images/cow.png) top right no-repeat;
    background-attachment: fixed;
    padding: 5% 0 0% 0;
    background-size: auto;
    position: relative;
    right: 0;

}

.service h3 {
         font-size: 17px;
    font-weight: 600;
    color: #2D5100;
    padding: 5px;
    border: 2px solid #91a91a;
    border-radius: 4px;
    text-transform: uppercase;
    position: absolute;
    bottom: -25px;
    left: 20%;
    background: #a8c90a;
    width: 196px;
    letter-spacing: 1px;
    border: 4px solid #8fa621;
}

.service p {
    font-size: 16px;
    font-family: 'Poppins', cursive;
}


a.btn-link {
    
    
    border-radius: 99px;
    background-color: #0080c0;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 8px 12px;
    margin: 10px auto;
    display: inline-block;

}


.prdctwrp {

    align-items: center;
    margin: 10px auto;
    
}

.prdctwrp:before {
    content: '';
    display: flex;
    clear: both;
    margin-top: 20px;
    height: 40px;
    align-items: center;
    justify-content: middle;
}


a.abt.btn-link {
    
    
   border-radius: 5px;
   background: none;
    /* background-color: #0080c0; */
   color: #ffae05;

    border: 1px solid #ffae05;
    text-transform: capitalize;
    transition: 0.4s;
}

a.abt.btn-link:hover {
    background: #ffae05;
    color: #fff;
    text-decoration: none;

}




.head-1 {font-size: 24px; color: #e76322; font-weight: 600; padding: 20px 0px; margin: auto; text-align: center; width: 72%; line-height: 1.6em;}

.head-1 span {
    color: #A8C90A;
}


.home-cont {
    padding: 20px;
    text-align: left;

}

.home-cont h3 {
    font-size: 28px;
    color: #2D5100;
    font-weight: 600;
    padding: 20px 0px 0px;
    margin: 0;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
}


.home-cont h5 {
  font-size: 20px;
    color: #111;
    font-weight: 600;
    padding: 15px 0px;
    margin: 0;
    line-height: 1.3em;
    font-family: 'Poppins', sans-serif;

}



.home-cont span {
    /*color: #A8C90A;*/
}

.home-img {margin: 0px auto;  border-radius: 8px; height: 100%;min-height:275px; box-shadow: 10px 25px 30px rgba(30,30.200.0.3);text-align: center; padding: 15px; overflow: hidden;}

.home-img img {width: 100%; margin: 20px auto;}


a.foter.btn-link {
    margin: auto;
    display: inline;
    text-transform: uppercase;
    letter-spacing: 0.1em;

}

a.foter.btn-link:hover {
    background: #3abafa;
    color: #fff;
}


.footer-mnu {
    padding-bottom: 20px;
}

.solid-bg {
background: #203040 none repeat center top;
    padding: 30px 10px 20px;
    color: #fff;
}


.footer .widget-title {
    color: #A8C90A;
    font-size: 16px;
    padding-bottom: 20px;
}

.footerwrp li {
    list-style: none;
    display: block;
    text-align: left;
    padding-bottom: 10px;
    position: relative;
    padding-left: 6px;
}

.footerwrp li a {
    padding-bottom: 2px;
    color: #fff;
    padding-left: 4px;
    padding-top: 4px;
    font-size: 15px;
}



.contact p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.025em;
    margin-bottom: 0px;
    padding-left: 30px;
    font-size: 14px;
    padding-bottom: 6px;
}


.footerwrpbtm {
    background: #7e2359;
    padding: 6px 0px;
    text-align: center;
    margin: 0px auto;
    width: 100%;
    clear: both;
}

.rule.rule-1 {
    padding-bottom: 15px;
    max-width: 50px;
}

.rule {
    padding: 5px 0;
    width: 100%;
    margin: 7px 0;
}

.rule.rule-1 hr {
    border-top-width: 3px;
    border-top-color: #00c3ed;
    margin-top: 0;
    margin-bottom: 0;
}


.topheader-txt i.fa {
    color: #ff9614;
    color: #7e2359;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffd3ed;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.footerwrp li a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    left: 0;
    margin-top: 2px;
    line-height: 16px;
    font-size: 16px;
    color: #ff9614;
    display: inline-block;
    transition: left .3s;
}

.mrqwrp {
    width: 100%;
    padding: 6px 3px ;
    margin: 0;
    color: #fff;
    background: #0080c0;
    font-size: 14px;
    font-weight: 600;
}


h4.heading-7 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
      font-family: 'Poppins', sans-serif;
      text-align: center;
      padding-top: 10px;
}

span.heading-text-1 {
    color: #c7c7c7;
}


.container-2 {
    padding: 10px;
    border: 1px solid #fff;
    text-align: center;
    width: 23%;
    float: left;
    margin: 10px 10px;
    border-radius: 4px;

}


.container-2 p,
.container-2 i.fa
 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}


.container-2 i.fa {
    font-size:24px;
}

i.fa

.btmwrp {width: 80%; margin: 0px auto;}



section.btm.topheader {
  width: 100%;
    float: left;
    background: url(../images/background-cowcare.jpg) top left no-repeat;
   /* background-attachment: fixed;*/
    padding: 1% 0 1% 0;
    background-size: 100% auto;
    position: relative;
    height: 460px;
}


.bank-dtls {
    color: #fff;
    font-weight: 500;
    padding: 10px;
    border-radius: 10px;
    background: rgb(91 151 33 / 70%);
    width: 80%;
    margin-top: 30px;

}

.bank-dtls  h5 {font-size: 16px;}

.bank-dtls  h6 {font-size: 15px;}


section.btm.topheader h2 { 
    text-align: left;
    display: block;
    color: #fff;
   
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    }



section.btm.topheader h2 span p {
    display: block;
    font-weight: 300;
    font-size: 40px;
    color: #fff;
}



section.btm.topheader h2 span.dryfrut {
    text-align: center;
    color: #fff;
    background: #e30c11;
    padding: 3px 20px;
    font-size: 20px !important;
    font-weight: 400 !important;
    display: inline-block !important;
    margin-top: 5px;
    text-transform: uppercase;
    border-radius: 8px;
}

.brand {
    padding: 20px 10px;
    text-align: center;
    margin: 0px auto;

}

.brand h3 {

font-size: 24px;
    color: #2D5100;
    font-weight: 600;
    padding: 20px 0px;
    margin: 0;
    line-height: 1.2em;
}

.brand span {
    color: #eb5f25;
}

.btmwrp {
    padding-top: 24px;
}


.contact i {
    font-size: 18px;
    color: #ff9614;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0px 10px 0 0;
    transition: all 0.3s ease-in-out;
}

@media(max-width: 767px)
{
    .navbar-toggle {
        background-color: #ffffff;
            border: 1px solid #f44336;
    }

.banner-text h2 {font-size: 3rem;}
    section.btm.topheader {
        height: 100%;
        background: #ffc4a6;
    }

    .home-img img {width: 100%;}

    button#openSidebar {top: 0;}

    .service {
        width: 58%;
        margin: 30px 20px;
    }

    .card img {width: 100%;}

    ul.pincorenav.nav.navbar-nav li {
        width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ffcfb8;
    }

.topheader {height: 100%; padding: 5px;
}

.topheader-txt {
    text-align: center;
}

.banner-text {left: 10%;}

.comity-member {display: block;width: 100%;}

.bodOpenModal .bodModalContent .bodModal img {width: 82%;}

.bodOpenModal .bodCloseIcon {
    top: 40%;
    right: 2px;
    z-index: 200;
}

.headng {font-size: 2rem;}

.ashram-wrp-new .karya-wrapper img {
    width: 100%;
}

.socialicn {
    float: none;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
}


.socialicn.cont {float: left;}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #e76322;
}

.bank-dtls {width: 98%;}

.topheader-txt span {display: block;}
.card {
   
    margin: 15px auto;
    border: 4px solid #feb56e;
    background: none;
    width: 54%;
}


.headng.n-pad {
    padding-bottom: 0;
}

}


@media(max-width: 420px) {

    .banner-text h2 {font-size: 2rem;}

    .ashram-wrp-new {width: 99%; margin: 0px auto;}

    .bodytop {
        padding: 20px 15px;
    }

    .brand-logo img {
        width: 50%;
    }

    .head-1 {font-size: 1.5rem;}

    .home-cont h5 {font-size: 1.5rem;}

    ul.pincorenav.nav.navbar-nav li a {
        color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 8px;
    
    }

.contact-dtls .info 
{
    padding: 5px 0px;
}

.card {
    width: 75%;
}

}
