/* ***** Master Stylesheet ***** */
/* :: 1.0 Import Fonts */

/* :: 2.0 Import All CSS Plugins */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/font-awesome.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/style.css);
@import url(css/magnific-popup.css);
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Karla", sans-serif;
  color: #707070; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Karla", sans-serif;
  color: #303030;
  line-height: 1.3;
  font-weight: 700; }

p {
  font-family: "Karla", sans-serif;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400; }

a,
a:focus,
a:hover {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #1c1c1c;
  font-weight: 700;
  font-size: 16px;
  font-family: "Karla", sans-serif; }

ul {
  margin: 0; }
  ul li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #0f1112 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f2f4f5; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; 
  background-attachment: fixed;}
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

input:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent; }

.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

.p-15 {
  padding: 15px !important; }

.p-30 {
  padding: 30px !important; }

.p-50 {
  padding: 50px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.pt-30 {
  padding-top: 30px; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-50 {
  padding-top: 100px;
  padding-bottom: 50px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.preloader {
  background-color: #77b122;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }

.spinner {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .section-heading p {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .section-heading h2 {
    margin-bottom: 10px;
    font-size: 36px;
    /*margin-left: ;*/ }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 30px; } }
    .section-heading h2 span {
      color: #77b122; }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading.white h2,
  .section-heading.white p {
    color: #ffffff; }
    .section-heading.white h2 span,
    .section-heading.white p span {
      color: #ffffff; }

#scrollUp {
  background-color: #77b122;
  border-radius: 0;
  bottom: 50px;
  color: #ffffff;
  font-size: 14px;
  height: 40px;
  line-height: 42px;
  right: 50px;
  text-align: center;
  width: 40px;
  border-radius: 0%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
  #scrollUp:hover, #scrollUp:focus {
    background-color: #0f1112;
    color: #ffffff; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      line-height: 32px;
      width: 30px;
      height: 30px; } }

.famie-btn {
  background-color: #77b122;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 160px;
  height: 50px;
  color: #ffffff;
  border-radius: 0;
  padding: 0 30px;
  font-size: 14px!important;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase; }
  .famie-btn:hover, .famie-btn:focus {
    font-size: 14px;
    background-color: #0f1112;
    color: yellow;
    box-shadow: none; }

.checkout-btn {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 3px; }
  .checkout-btn:hover, .checkout-btn:focus {
    font-size: 14px;
    font-weight: 700; }








.footer-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff; }
  .footer-area .footer-widget {
    position: relative;
    z-index: 1; }
    .footer-area .footer-widget .widget-title {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 30px;
      color: #ffffff; }
	  
	  .footer-area .footer-widget .widget-title a
	  {
      font-size: 18px;
      font-weight: 700!important;
      margin-bottom: 30px;
      color: #ffffff; }
	  
    .footer-area .footer-widget p {
      color: #ffffff;
      margin-bottom: 15px; }

.contact-info {
  position: relative;
  z-index: 1; }
  .contact-info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    line-height: 1.3; }
    .contact-info p i {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      max-width: 30px;
      width: 30px;
      color: #77b122; }
    .contact-info p:last-child {
      margin-bottom: 0; }

.footer-widget-nav {
  position: relative;
  z-index: 1; }
  .footer-widget-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer-widget-nav ul li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      width: 50%; }
      .footer-widget-nav ul li a {
        color: #b7b7b7;
        display: block;
        margin-bottom: 15px;
        font-weight: 400; }
        .footer-widget-nav ul li a:focus, .footer-widget-nav ul li a:hover {
          color: #ffffff; }

.copywrite-area {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  background-color: #0a0a0a; }
  .copywrite-area .copywrite-text p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .copywrite-area .copywrite-text p {
        font-size: 12px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .copywrite-area .copywrite-text p {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .copywrite-area .copywrite-text p {
        font-size: 12px; } }
  .copywrite-area .copywrite-text a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .copywrite-area .copywrite-text a {
        font-size: 12px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .copywrite-area .copywrite-text a {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .copywrite-area .copywrite-text a {
        font-size: 12px; } }
    .copywrite-area .copywrite-text a:focus, .copywrite-area .copywrite-text a:hover {
      color: #43b2ff; }
  .copywrite-area .footer-nav {
    position: relative;
    z-index: 1; }
    .copywrite-area .footer-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .copywrite-area .footer-nav ul {
          margin-top: 10px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .copywrite-area .footer-nav ul li a {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        padding: 0 12px;
        font-weight: 400; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .copywrite-area .footer-nav ul li a {
            font-size: 12px;
            padding: 0 5px; } }
        @media only screen and (max-width: 767px) {
          .copywrite-area .footer-nav ul li a {
            padding: 0 5px;
            font-size: 12px; } }
        .copywrite-area .footer-nav ul li a:focus, .copywrite-area .footer-nav ul li a:hover {
          font-weight: 400;
          color: #8ac4ff; }
      .copywrite-area .footer-nav ul li:last-child a {
        padding-right: 0; }
      @media only screen and (max-width: 767px) {
        .copywrite-area .footer-nav ul li:first-child a {
          padding-left: 0; } }

.footer-social-info {
  position: relative;
  z-index: 1; }
  .footer-social-info a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    .footer-social-info a:last-child {
      margin-bottom: 0; }
    .footer-social-info a i {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      color: #ffffff;
      border: 1px solid #77b122;
      line-height: 40px; }
    .footer-social-info a span {
      color: #b7b7b7;
      font-size: 14px;
      display: inline-block;
      margin-left: 15px;
      font-weight: 400; }
    .footer-social-info a:focus i, .footer-social-info a:hover i {
      background-color: #77b122; }
    .footer-social-info a:focus span, .footer-social-info a:hover span {
      color: #ffffff; }

.contact-info-area {
  position: relative;
  z-index: 1; }
  .contact-info-area .c-border {
    border-bottom: 1px solid #e1e1e1; }

.single-information-area {
  position: relative;
  z-index: 1; }
  .single-information-area .contact-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #77b122;
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
    margin: 0 auto 30px; }
  .single-information-area h6 {
    font-size: 18px;
    color: #707070;
    margin-bottom: 0;
    font-weight: 400; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-information-area h6 {
        font-size: 15px; } }

.form-control {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #ffffff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px 30px;
  color: #707070;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid #e1e1e1;
  border-radius: 2px; }
  .form-control:focus {
    box-shadow: none;
    background-color: #ffffff;
    border-color: #77b122; }
  @media only screen and (max-width: 767px) {
    .form-control {
      padding: 10px 15px; } }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea.form-control {
  height: 100px; }

/*# sourceMappingURL=style.css.map */



.validation
{
	font-size:10px;
	background-color:#fff;
	
	position:relative;
	z-index:9999;
	top:-8px;
}

a{
	color: #024CBB!important;	
}
.footer_link
{
	color:#fff!important;
}


@media print {
  .bhashini-dropdown-btn { display: none!important; }
}

a:focus-visible, button:focus-visible {
  outline: 3px solid #000!important; 
}

@media only screen and (max-width: 991px) {
  .dropdown-item {
    white-space: normal!important;
  }
}