/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("../fonts/BalooChettan-Regular.ttf");
  src: url("../fonts/BalooChettan-Regular.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 15px;
  line-height: 1.80857;
  font-weight: 300;
  overflow-x: hidden;
  font-family: "poppins", "Open Sans";
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sneha-academy-a {
  color: #a3b3dd;
  text-decoration: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

strong {
  font-weight: 500;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  padding: 10px 0px;
  margin: 0px !important;
  /* font-weight: 300; */
  /* font-size: 15px;
  line-height: 24px; */
}

.more {
  color: #d05591;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.page_description {
  margin: 20px 0px;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  /* font-size: 16px; */
}

.garima_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.garima_btn a {
  width: 20%;
  font-size: 16px;
  padding: 10px 0px;
  color: #fff;
  background-color: #a3b3dd;
}

.garima_btn a:hover {
  color: #fff;
  background-color: #d05591;
}

.lead {
  /* font-size: 18px;
  line-height: 30px; */
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #d05591 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

.padding_50 {
  padding: 50px;
}

.padding_20 {
  padding: 20px;
}

.center {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
}

/* header section start */

.header_section {
  width: 100%;
  background-color: #fff;
  padding: 20px 0px;
}

.header_bg {
  border-bottom: 2px solid #fc9f32;
}

.bg-light {
  background-color: transparent !important;
}

.logo {
  width: 15%;
  float: left;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.sneha-logo {
  width: 80px;
}

.mr-auto,
.mx-auto {
  margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 10px;
  /* font-size: 15px; */
  color: #000;
  background-color: transparent;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 0px 5px;
}

.navbar-expand-lg .navbar-nav .nav-item .active {
  padding: 6px 10px;
  /* font-size: 15px; */
  background-color: transparent;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 0px 5px;
  color: #ffffff;
  background-color: #363636;
}

.navbar-expand-lg .navbar-nav .nav-item :hover {
  padding: 6px 10px;
  /* font-size: 15px; */
  background-color: transparent;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 0px 5px;
  color: #ffffff;
  background-color: #d05591;
}

.navbar {
  padding: 0.5rem 0px;
}

.navbar-toggler span {
  padding: 10px;
  margin-right: 10px;
}

.donate_bt {
  width: 200px;
  margin: 0 auto;
}

.donate_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #d05591;
  border-radius: 5px;
  text-align: center;
  padding: 6px;
  text-transform: uppercase;
}

/* .donate_bt a:hover{
    color: #ffffff;
    background-color: #fc9f32;
} */

/* header section end */

/* Banner section start  */

.poppins-bold {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 400;
  font-size: 25px;
  font-style: normal;
}

.banner-content {
  margin-bottom: 11rem;
}

.banner-text {
  color: white;

  font-size: 45px;
}

.banner-btn {
  width: 180px;
  /* background-color: transparent; */
}

.prev-btn {
  margin-top: 28rem;
  height: 80px;
  color: black;
  background-color: rgb(236, 230, 230);
  width: 80px;
  margin-left: 20px;
  border-radius: 100%;
}

.next-btn {
  margin-top: 28rem;
  height: 80px;
  color: black;
  background-color: rgb(236, 230, 230);
  width: 80px;
  margin-right: 20px;
  border-radius: 100%;
}

.banner_section {
  width: 100%;
  float: left;
  background-image: url("/images/banner.jpg");
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.banner_taital_main {
  width: 100%;
  float: left;
  padding: 110px 0px;
}

.banner_taital {
  width: 100%;
  float: left;
  font-size: 70px;
  color: #ffffff;
  font-weight: bold;
  line-height: 70px;
  font-family: "Poppins", sans-serif;
}

.banner-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
}

.also_text {
  width: 60%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin-left: 0px;
}

.btn_main {
  width: 100%;
  display: flex;
}

.started_text {
  width: 180px;
  margin-right: 20px;
  margin-top: 30px;
}

.started_text a {
  width: 100%;
  float: left;
  padding: 8px 10px;
  color: #13110e;
  background-color: #ffffff;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  text-transform: uppercase;
}

#main_slider a.carousel-control-prev {
  position: absolute;
  left: -90px;
  top: 45%;
}

#main_slider a.carousel-control-next {
  position: absolute;
  right: -60px;
  top: 40%;
}

.carousel-control-div {
  width: 55px;
  height: 55px;
  background-color: #a09f9f;
  opacity: 1;
  /* font-size: 20px; */
  color: #ffffff;
  border-radius: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  /* width: 55px;
  height: 55px;
  background-color: #a09f9f; */
  /* opacity: 1; */
  margin-top: 12px;
  color: #ffffff;
  /* border-radius: 100%; */
}

.carousel-control-prev :hover {
  /* width: 55px;
  height: 55px; */
  background-color: #5b7aa3 !important;
  border-radius: 100%;
}

.carousel-control-next :hover {
  /* width: 55px;
  height: 55px; */
  background-color: #5b7aa3 !important;
  border-radius: 100%;
}

.carousel-caption {
  padding: 0px 80px;
}

.ccp-btn {
  left: 130px;
}

.ccn-btn {
  right: 130px;
}

.carousel-title {
  color: white;
  font-size: 1.8em;
  text-align: start;
}

.banner-btn {
  width: 180px;
}

.banner-btn a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #d05591;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  text-transform: uppercase;
}

/* Banner section end  */

/* about us section start */
.about-us {
  padding: 50px;
}

.session-title h1 {
  font-size: 42px;
}

.session-title h2 {
  font-size: 32px;
}
.session-title h3 {
  padding-left: 20px;
}

.diag-ro {
  margin: 0px;
  margin-top: 20px;
  h4 {
    margin-bottom: 20px;
  }
  .about-diag {
    display: flex;
    flex: 1;
    padding: 20px;
    margin: auto;
    .tex {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      justify-items: center;
      align-content: center;
      flex-grow: 1;
      h5 {
        font-size: 20px;
        font-weight: 600;
        color: #183ff5;
      }
      p {
        text-transform: uppercase;
        font-size: 0.8rem;
      }
    }
  }
}
.abut-detail {
  h4 {
    margin-bottom: 20px;
  }
  p {
    /* text-indent: 20px; */
    line-height: 28px;
    margin-bottom: 15px;
  }
}
/* about us section end */
/* blog section start */

.blog_section {
  width: 100%;
  float: left;
  background-color: #fde2e4;
  height: auto;
  padding: 80px 0px;
}

.blog_text {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #000;
  font-weight: 600;
}
.blog_img {
  width: 100%;
  float: left;
}

.blog_taital_main {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.blog_left {
  width: 30%;
}

.blog_right {
  width: 70%;
  padding-left: 60px;
}

.blog_right h3 {
  color: #5b7aa3;
}

.food_icon {
  width: auto;
  height: auto;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.blog_box_main {
  width: 205px;
  background-color: #ffffff;
  padding: 10;
  box-shadow: 0px 0px 10px -6px;
  border-radius: 5px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_box_main :hover {
  width: 205px;
  background-color: black;
  padding: 10;
  box-shadow: 0px 0px 10px -6px;
  border-radius: 5px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_box_main a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_taital_main .blog_left .blog_box_main .food_icon a {
  width: 5rem;
  height: 5rem;
}

.blog_taital_main .blog_left .blog_box_main .food_icon :hover {
  width: 5rem;
  height: 5rem;
  color: #a3b3dd;
}

.water_text {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #171413;
  font-weight: bold;
  text-transform: uppercase;
}

.looked_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #000;
  margin: 0px;
}
/* blog section end */
/* Contact section start  */

.contact-section {
  width: 100%;
  float: left;
  height: auto;
  padding: 50px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  align-items: center;
  width: 100%;
  padding: 5px;
}

.contact-container-left {
  width: 80%;
}

.contact-container-right {
  width: 20%;
  display: flex;
  justify-content: center;
}

.contact-section h2 {
  font-size: 40px;
  font-weight: 400;
}

.contact-section p {
  margin: 10px;
  font-weight: 300;
  font-size: 15px;
  font-family: "poppins";
}

.contact_bt {
  width: 200px;
}

.contact_bt a {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0px;
  border-radius: 5px;
  background-color: #d05591;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.contact_bt a:hover {
  color: #ffffff;
  background-color: black;
}

/* Contact section end  */

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  background-color: #252525;
  height: auto;
  padding-bottom: 15px;
}

.footer_section_2 {
  width: 100%;
  float: left;
}

.useful_text {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

.border_left15 {
  padding-left: 20px;
}

.footer_menu {
  width: 100%;
  float: left;
  padding-top: 10px;
}

.footer_menu ul {
  margin: 0px;
  padding: 0px;
  line-height: 40px;
  padding-left: 20px;
}

.footer_menu li {
  font-size: 13px;
  color: #bcbcbb;
  list-style: circle;
}

.footer_menu li a {
  color: #bcbcbb;
}

.footer_menu li a:hover {
  color: #d05591;
}

.footer_text {
  width: 80%;
  float: left;
  font-size: 13px;
  color: #bcbcbb;
  margin: 0 auto;
  padding-top: 10px;
}
.shop_text {
  width: 80%;
  float: left;
  font-size: 13px;
  color: #bcbcbb;
  margin: 0 auto;
  padding-top: 10px;
}

.social_icon {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding-top: 40px;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.social_icon li {
  float: left;
}

.social_icon li a {
  float: left;
  padding: 5px 15px;
  background-color: #ffffff;
  color: #93a8e1;
  border-radius: 100%;
  font-size: 22px;
  margin: 0px 5px;
  width: 50px;
  text-align: center;
  margin-top: 40px;
}

.social_icon li :hover {
  background-color: #d05591;
  color: white;
}

/* .social_icon li a:hover {
    background-color: #fc9f32;
    color: #ffffff;
} */

.social_icon::after {
  content: "";
  position: absolute;
  width: 60%;
  border-top: 2px solid #5c5c5c;
  margin: 0 auto;
  text-align: center;
  left: 0px;
  right: 0px;
}

.update_mail {
  color: #bcbcbb;
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 10px 20px 0px 20px;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  margin-top: 20px;
}

textarea#comment.update_mail::placeholder {
  color: #c9c7c7;
}

.subscribe_bt {
  width: 150px;
  float: left;
  padding-top: 15px;
}

.subscribe_bt a {
  width: 100%;
  float: left;
  color: white;
  font-size: 0.9em;
  padding: 10px 0px;
  background-color: #93a8e1;
  text-transform: uppercase;
  /* font-weight: bold; */
  text-align: center;
  border-radius: 5px;
}

.subscribe_bt a:hover {
  color: #fff;
  background-color: #d05591;
}

/* footer section end */

/* copyright section start */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #252525;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  font-size: 12px;
  margin: 15px 0px;
  color: #ffffff;
  text-align: center;
}

.copyright_text a {
  color: #ffffff;
}

.copyright_text a:hover {
  color: #d05591;
}

/* copyright section end */

.fa_icon_color {
  color: #a3b3dd;
}

/* About us page starts  */
.skc-headline {
  background-color: #d05591;
  width: auto;
  height: 30vh;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.skc-headline h1 {
  color: white;
  padding: 20px;
}

.skc-about-us {
  width: 100%;
  padding: 30px 0px;
}

.eighty-percent-width {
  width: 80%;
}

.sixty-percent-width {
  width: 60%;
}

.gray-section {
  padding: 80px 0px;
  background-color: #e8eeff;
}

.skc-guiding-principles {
  padding: 50px 0px;
}

@media only screen and (min-width: 350px) and (max-width: 950px) {
  .skc-headline {
    background-color: #d05591;
    width: auto;
    height: 20vh;
    display: flex;
    align-items: center;
  }

  .goal-section {
    padding: 20px 0px;
  }

  .guiding-principles-right-section img {
    width: 100%;
  }

  .skc-about-us {
    width: 100%;
    margin: 30px 0px;
  }

  .skc-about-us .container {
    width: 100%;
  }

  .skc-about-us .container p {
    text-align: center;
  }

  .goal-section {
    padding: 50px 0px;
    background-color: rgb(207 207 207 / 31%);
  }

  .goal-section .container {
    width: 100%;
  }

  .skc-guiding-principles {
    padding: 50px 0px;
  }

  .skc-guiding-principles .container {
    width: 100%;
  }
}

/* About us page ends  */
/* Sneha Academy page starts  */

.card {
  border-color: transparent;
  margin: 20px 0px;
  background-color: transparent;
}

.card .card-body {
  padding: 0;
}

.card-text {
  margin: 0px;
  padding: 0px;
}

/* Sneha Academy page ends  */
/* Contact Page starts  */
.contact-page-section {
  padding: 10px 10px;
}

.contact-page-btn {
  width: 30%;
  float: left;
  color: #ffffff;
  font-size: 0.9em;
  padding: 10px 0px;
  background-color: #d05591;
  text-transform: uppercase;
  /* font-weight: bold; */
  text-align: center;
  border-radius: 5px;
}
/* Contact page ends  */
