/*! main.css v1.0.1 | MIT License | github.com/agasthian/style.css */
/* Document
   ========================================================================== */
/*
0-600px       :   Phone
600-900px     :   Tablet Portrait
900-1200px    :   Tablet Landscape
[1200-1800] is the normal styles
1800+         :   Big Desktops

$breakpoint argument choices:
-phone
-tab-port
-tab-land
-big-desktop
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  @media (max-width: 48em) {
    html {
      font-size: 36%; } }
  @media (max-width: 26.62em) {
    html {
      font-size: 40%; } }
  @media (max-width: 23.5em) {
    html {
      font-size: 38%; } }
  @media (max-width: 20em) {
    html {
      font-size: 35%; } }
  @media (min-width: 26.68em) {
    html {
      font-size: 43%; } }
  @media (min-width: 64em) {
    html {
      font-size: 47%; } }
  @media (min-width: 85.37em) {
    html {
      font-size: 62.5%; } }
  @media (min-width: 90em) {
    html {
      font-size: 66%; } }
  @media (min-width: 120em) {
    html {
      font-size: 87.9%; } }
  @media (min-width: 160em) {
    html {
      font-size: 118.7%; } }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', serif; }

h1 {
  font-size: 3rem;
  font-weight: bold; }

h2 {
  font-size: 2rem; }

.carousel-inner {
  font-size: 1rem; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 4rem;
  height: 4rem; }

.btn, .btn:link, .btn:visited {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 1rem 3rem;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 10rem;
  position: relative;
  border: none;
  cursor: pointer; }
  @media (max-width: 26.62em) {
    .btn, .btn:link, .btn:visited {
      font-size: 2.2rem;
      color: #000;
      letter-spacing: 2px;
      font-weight: bold; } }

.btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
  .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }

.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-0.1rem);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.btn--white {
  color: #333;
  background-color: #fff; }
  .btn--white::after {
    background-color: #fff; }

.btn--gold {
  color: #fff;
  background-color: #009a59; }
  .btn--gold::after {
    background-color: #009a59; }

.btn::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s; }

.btn--animated {
  animation: moveInBottom 1s ease-out 0.75s;
  animation-fill-mode: backwards; }

.btn-text:link, .btn-text:visited {
  color: #009a59;
  border-bottom: 1px solid #009a59;
  display: inline-block;
  text-decoration: none;
  padding: 3px;
  transition: all 0.2s; }

.btn-text:hover {
  background-color: #009a59;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  transform: translateY(-2px); }

.btn-text:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  transform: translateY(0); }

.header {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0; }
  .header .header-flex_wrappr {
    position: relative;
    background-color: #009a59;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 10vh;
    -webkit-box-shadow: 0 0 10px 0 #0f0f0f;
    box-shadow: 0 0 10px 0 #000000; }
    @media (max-width: 26.62em) {
      .header .header-flex_wrappr {
        min-height: 8vh; } }
    @media (max-width: 48em) {
      .header .header-flex_wrappr {
        flex-wrap: wrap; } }
    @media (min-width: 120em) {
      .header .header-flex_wrappr {
        min-height: 8vh; } }
    .header .header-flex_wrappr .logo {
      background: #009a59; }
      .header .header-flex_wrappr .logo img {
        width: 90px; }
        @media (max-width: 26.62em) {
          .header .header-flex_wrappr .logo img {
            width: 100px; } }
    .header .header-flex_wrappr ul.main-nav {
      display: flex;
      justify-content: space-around; }
      .header .header-flex_wrappr ul.main-nav li {
        position: relative;
        list-style: none;
        display: inline-block; }
      .header .header-flex_wrappr ul.main-nav a {
        color: #fff;
        padding: 1rem 2rem;
        text-decoration: none;
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.4rem;
        transition: ease-in 0.2s all; }
        .header .header-flex_wrappr ul.main-nav a:hover {
          background: #009a59;
          color: #f5fb3e;
          transition: ease-out 0.2s all; }
      @media (max-width: 48em) {
        .header .header-flex_wrappr ul.main-nav {
          display: none; } }
      .header .header-flex_wrappr ul.main-nav li:hover > ul {
        display: block;
        transition: ease-out 0.2s all;
        background-color: #000; }
      .header .header-flex_wrappr ul.main-nav ul {
        position: absolute;
        display: none; }
        .header .header-flex_wrappr ul.main-nav ul li {
          width: 250px;
          float: none;
          display: list-item;
          position: relative; }
    @media (max-width: 48em) {
      .header .header-flex_wrappr ul.main-nav.show {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        text-align: center;
        max-height: 300px;
        z-index: 5;
        position: relative;
        transition: all 1s ease-out; } }
    .header .header-flex_wrappr #hamburger {
      display: none; }
      @media (max-width: 48em) {
        .header .header-flex_wrappr #hamburger {
          display: block;
          margin-right: 2rem;
          font-size: 4rem;
          background-color: transparent;
          color: #fff;
          border: none;
          width: 7rem;
          cursor: pointer; } }
      .header .header-flex_wrappr #hamburger:focus {
        outline: none; }

.main-nav a {
  color: #34495e;
  font-size: 0.99em; }

.main-nav a:hover {
  color: #718daa; }

/*--------------------------------------------------------------
# CSS footer
--------------------------------------------------------------*/
.footer {
  background-color: #333 !important;
  padding-top: 2rem; }
  .footer.content1 {
    margin-bottom: 3%; }
  .footer .svit_group_footer {
    text-align: center; }
    .footer .svit_group_footer a {
      text-decoration: none; }
    .footer .svit_group_footer img {
      width: 100px; }
    .footer .svit_group_footer h4 {
      color: #f5fb3e;
      margin-top: 1rem; }

.footer h3 {
  margin-top: 4%;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 2.2rem;
  color: #fff;
  font-family: Montserrat; }

.footer address {
  color: #fff;
  font-family: 'Montserrat', serif;
  font-size: 15px; }

.footer p {
  color: #fff;
  font-family: Montserrat;
  text-align: -webkit-center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px; }

.footer p a {
  margin-left: 4%; }

.footer a {
  color: #fff; }

.footer a:visited {
  color: #fff; }

.footer a:hover {
  color: #ffeb3b;
  transition: 0.5s all;
  text-decoration: none; }

/*Container*/
.sectionwrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }

.home1 {
  margin-top: 18vh; }

/*home-box1*/
.home-box1 {
  background-color: #009a59;
  padding: 1em; }

.home-box1 .mainmenu,
.submenu {
  list-style: none;
  padding: 0;
  margin: 0; }

.home-box1 li {
  font-family: Oswald;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  background-color: #f5fb3e;
  padding-top: 6px;
  padding-bottom: 7px;
  border-radius: 4px;
  margin-top: 5%; }

.home-box1 .mainmenu li a {
  color: #3f3e3c; }

.home-box1 .mainmenu a:hover {
  color: #fff;
  background-color: #3f3e3c;
  padding: 2%;
  -webkit-transition: all 0.1s ease-in;
  text-decoration: none; }

.home-box1 .mainmenu .submenu li {
  margin-top: 1%; }

.home-box1 .mainmenu .submenu a {
  padding: 1.5%;
  -webkit-transition: all 0.1s ease-in;
  font-size: 16px; }

.home-box1 .mainmenu .submenu a:hover {
  padding: 1.5%;
  -webkit-transition: all 0.1s ease-in; }

.home-box1 .mainmenu li:hover .submenu {
  display: block;
  max-height: 200px; }

.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out; }

/*----- Flex slider Main slider on Home page ----*/
.home-box2 #home_slide_1 .carousel-inner {
  height: 410px; }

@media (max-width: 48em) {
  .home-box2 {
    height: 240px;
    margin-top: 5px; } }

/*--------------------------------------------------------------
# Home page Latest news
--------------------------------------------------------------*/
.scroll-Message {
  margin-top: 2rem;
  padding: 1rem;
  display: flex;
  background-color: #009a59;
  color: #f5fb3e;
  font-family: "Montserrat", sans-serif; }

.scroll-Message a {
  color: #fff !important; }

.latestnews-wrapper {
  margin-top: 2em; }
  .latestnews-wrapper .news-board {
    background-color: #009a59;
    overflow: hidden;
    height: 34rem; }
    @media (max-width: 48em) {
      .latestnews-wrapper .news-board {
        margin-top: 6px; } }
    .latestnews-wrapper .news-board #news-heading {
      text-align: -webkit-center;
      background-color: #f5fb3e;
      padding: 0.25em;
      margin-left: 4em;
      margin-right: 4em; }
      .latestnews-wrapper .news-board #news-heading h4 {
        font-family: Oswald;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        font-weight: 600;
        color: #3f3e3c;
        font-size: x-large; }
    .latestnews-wrapper .news-board #news-content,
    .latestnews-wrapper .news-board #news-content1 {
      padding: 1em; }
      .latestnews-wrapper .news-board #news-content h4 a,
      .latestnews-wrapper .news-board #news-content1 h4 a {
        color: #f5fb3e;
        font-size: 1.8rem; }
      .latestnews-wrapper .news-board #news-content p,
      .latestnews-wrapper .news-board #news-content1 p {
        color: #fcf7f3;
        font-size: 1.4rem; }

.tneb_matri_meet {
  margin-top: 3rem;
  min-height: 30vh;
  border: 5px solid #f5fb3e;
  border-radius: 7px;
  padding: 3rem 4rem;
  font-size: 1.6rem;
  text-align: justify; }
  .tneb_matri_meet h3 {
    background-color: #009a59;
    border-radius: 7px;
    padding: 1rem;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    word-spacing: 3px;
    margin-bottom: 3rem; }
  .tneb_matri_meet h4 {
    font-family: Montserrat; }

/*----------------------------------------------------
martimony-register photo with link - 
-------------------------------*/
.matrimony_register {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.5); }
  .matrimony_register img.matr_screenshot {
    width: 100%;
    height: 24rem; }
  .matrimony_register_heading {
    background-color: #f5fb3e;
    text-align: center;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase; }
    .matrimony_register_heading a {
      color: #000; }
      .matrimony_register_heading a h4 {
        font-weight: 600;
        padding-top: 2rem;
        margin-bottom: 1rem; }
      .matrimony_register_heading a h5 {
        font-weight: 600;
        padding-bottom: 2rem;
        font-size: 1.8rem;
        margin: 0; }

/*--------------------------------------------------------------
# Home page Latest News - General Secretary
--------------------------------------------------------------*/
.home2 {
  margin-top: 1em; }

.home2 h3 {
  font-family: Oswald;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  background-color: #ffee20;
  color: #3f3e3c;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.home2 #oldPhotos .carousel-inner {
  height: 400px; }

/*---- Latest Vieo - 2019-----*/
.home2 h4 {
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  text-transform: unset;
  margin-bottom: 2em;
  margin-top: 2em; }

.home2 .speech-video {
  text-align: center; }

.home2 .speech-video iframe {
  margin-bottom: 4em; }

/*-------home2-pdf ------------- */
.home2-pdf {
  margin-bottom: 2em; }

.home2-pdf h4 {
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  text-transform: unset;
  margin-bottom: 2em;
  margin-top: 2em; }

.home2-pdf .pdf1 {
  background: url(../../img/2019/01/33.jpg) no-repeat;
  height: 230px;
  background-size: contain;
  background-position: center; }

.home2-pdf .pdf2 {
  background: url(../../img/2019/01/34.jpg) no-repeat;
  height: 230px;
  background-size: contain;
  background-position: center;
  border: 1px solid #636363; }

.home2-pdf .pdf3 {
  background: url(../../img/2019/01/results-001.jpg) no-repeat;
  height: 230px;
  background-size: contain;
  background-position: center; }

.home2-pdf .pdf4 {
  background: url(../../img/2019/01/14.jpg) no-repeat;
  height: 230px;
  background-size: contain;
  background-position: center; }

.home2-pdf #pdf-button {
  text-align: center; }

.home2-pdf #pdf-button .btn-default {
  color: #fff;
  background-color: #019c62;
  border-radius: 0;
  border-color: #019c62;
  font-family: Montserrat;
  font-weight: 600; }

/*-----------Home 2 col-md-3- Employment Corner*/
.home2 #border {
  padding: 1em;
  border: 2px solid #096f4e;
  margin-bottom: 1em; }

.home2 #border #vinayak {
  background: url(../../img/2017/DPIPillaiyar.jpg) no-repeat;
  height: 200px;
  background-size: cover;
  background-position: center; }

.home2 #border #sai {
  background: url(../../img/2017/sai.jpg) no-repeat;
  height: 200px;
  background-size: cover;
  background-position: center; }

.home2 #border #stonewall {
  background: url(../../img/2022/12/w5/Stone_wall.jpeg) no-repeat;
  height: 320px;
  background-size: contain;
  background-position: center; }

.home2 .employment-corner div#emp-head {
  text-align: -webkit-center; }

.home2 .employment-corner img {
  width: 200px; }

.home2 .employment-corner h4 {
  font-family: Montserrat;
  padding: 1em;
  margin-top: 0;
  font-weight: 700;
  background-color: #ffee20; }

.home2 .flexslider2 .slide1 {
  height: 290px;
  background-size: contain;
  background-position: center; }

.home2 .flexslider2 .slide2 {
  height: 290px;
  background-size: contain;
  background-position: center; }

/*--------------------------------------------------------------
# Home page Banner- What we do - Services
--------------------------------------------------------------*/
#banner {
  background-color: #f7f7f7;
  margin-top: 0; }

#banner #banner-wrapper {
  padding-top: 60px;
  padding-bottom: 60px; }

#banner .banner-content {
  text-align: center; }

#banner .banner-content h2 {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -2px;
  margin: 0;
  font-family: Montserrat;
  color: #000; }

#banner .banner-content p {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0.5rem; }

#banner .banner-content h5 {
  font-size: 1.7rem;
  margin-top: 1rem; }

.box-3-wrapper {
  background-color: #f7f7f7; }

.box-3 {
  left: -89.5px;
  box-sizing: border-box;
  padding-left: 89.5px;
  padding-right: 89.5px;
  padding-bottom: 14em; }

.box-bgimg {
  background-image: url(/img/indian-wedding.jpg) !important;
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
  height: 220px;
  background-attachment: fixed;
  background-size: cover;
  background-position: right;
  background-color: #000; }

.service-icon-button {
  height: 70%; }

.service-icon-button .service-button {
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  padding: 18px 38px 18px 38px;
  margin: 5px 10px;
  border: 2px solid;
  opacity: 0.98;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.btn-sm {
  font-size: 9.5px;
  padding: 14px 29px 14px 29px; }

.service-icon {
  display: table;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.service-body {
  width: 305px;
  height: 14em;
  max-width: 100%;
  opacity: 0.999;
  z-index: 2;
  margin: -65px auto auto auto;
  padding: 30px 30px 0px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08); }

.service-body h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -1.5px; }

/*--------------------------------------------------------------
# CSS for About Us - Tneb Sakar
--------------------------------------------------------------*/
.aboutme {
  margin-top: 19rem; }
  .aboutme h3 {
    font-size: 2.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: -webkit-center;
    background-color: #f5fb3e;
    padding: 1.2rem; }
  .aboutme p {
    text-align: justify; }
  .aboutme #about-img img {
    width: 47%;
    float: left;
    margin-right: 2em; }

.aboutme padding {
  text-align: justify; }

/*--------------------------------------------------------------
# CSS for Gallery - Tneb Sakar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # CSS for Contact Us - Tneb Sakar
  --------------------------------------------------------------*/
.contact_us {
  margin-top: 19rem; }

/*--------------------------------------------------------------
# Question Bank- 2019
--------------------------------------------------------------*/
.accordion-button {
  font-size: 1.6rem; }

.qb-wrapper {
  margin-top: 19rem;
  margin-bottom: 5rem; }
  .qb-wrapper .question-bank-2019 .question-bank h3 {
    font-family: Oswald;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 600;
    background-color: #ffee20;
    color: #3f3e3c;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
