@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre&family=Poppins&family=Open+Sans&display=swap');


body{position:relative;padding:0;margin:0;font-size:16px;color: #535353;line-height:20px;-webkit-font-smoothing:antialiased; overflow-x:hidden; font-family: 'Open Sans', sans-serif; font-weight: 500}a,a:active,a:link,a:hover{text-decoration:none!important;-webkit-transition:all .3s ease;transition:all .3s ease;outline:none!important;}h1,h2,h3,h4,h5,h6,.h6{-webkit-transition: color .5s ease;-moz-transition: color .5s ease;-ms-transition: color .5s ease;-o-transition: color .5s ease;transition: color .5s ease;outline: none;font-family:'Abhaya Libre',cursive;letter-spacing: 1px;} p{line-height: 24px;text-transform: none;font-weight:500; margin-bottom: 20px;margin-top: 5px} spacer:before{content:"\2044";display:inline;margin:0px 5px}spacer{display:inline;margin:0px 5px} .npm{ padding:0; margin: 0}.white-text{color:#fff!important}.green-text{color:#007744}.green-text-1{color: #007744;font-weight: 600;}.yellow-text{color:#fcc439} .container-fluid1{ padding-left: 45px;padding-right: 45px;}
ul {list-style-type: none;padding-left: 0;margin: 0} button{border:0!important; outline: 0!important}.black-text{color:#010101} .p70{padding:30px 0}

/* 01. header css here */
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.offcanvas_menu {
  display: block;
}
@media screen and (max-height: 1200px) {
  .offcanvas_menu {
    display: block;
  }
.canvas_open {
    position: absolute;
    right: 20px;
    z-index: 9;
    top: 20%;
}
	.canvas_open span {display:none}
}
@media only screen and (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}

.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 15px 30px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .search_container {
  display: block;
}
.offcanvas_menu_wrapper .language_currency {
  display: block;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}
.offcanvas_main_menu li a {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;    color: #333;
  border-bottom: 1px solid #ededed;
}
.offcanvas_main_menu li a:hover {
  color: #010101;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: #010101;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #010101;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 39px;
    display: block;
    text-align: center;
    line-height: 38px;
    border: 1px solid #ededed; color:#333;
    /* border-radius: 50%; */
    background: rgb(252 196 57);
}
.canvas_close a:hover {
  background: #010101;
  border-color: #010101;
  color: #fff;
}

.canvas_open {
position: absolute;
    right: 20px;
    z-index: 9;
}
.parallax{width:100%;background-size:cover}

.parallax2{background:url(http://tsvs.q4connect.com/web_components/images/sanskaar-contact.jpg);background-attachment:fixed;background-position:center top;background-repeat:no-repeat}

@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 0px;
    top: 0px;
    display: inline-block;
    width: 36px;
  }
}
.canvas_open a {
  display: block;
  line-height: 39px;
  text-align: center;
  border: 0px solid #232323;
  color: #232323;
	font-size: 30px;
    padding: 5px;
    width: 100px;
    height: 37px;
}
@media only screen and (max-width: 1025px) {
  .canvas_open a {
    width: 36px;
    height: 34px;
    line-height: 35px;
    font-size: 22px;
  }
}
.canvas_open a:hover {
  color: #010101;
  border-color: #010101;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgb(0 33 71);;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
  display: block;
  padding: 14px 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sticky-header.sticky {
    padding: 4px 5px; 
  }
}
@media only screen and (min-width: 1026px) and (max-width: 1199px) {
  .sticky-header.sticky {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}
@media only screen and (max-width: 1025px) {
  .sticky-header.sticky { 
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}
.sticky-header.sticky .search_widget {
  top: 50px;
}
.sticky-header.sticky .dropdown_account {
  top: 50px;
}
.sticky-header.sticky .mini_cart {
  top: 155%;
}
.sticky-header.sticky .dropdown_search {
  top: 157%;
}

/*header css heer*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_header {display:none
  }
}
@media only screen and (max-width: 767px) {
  .main_header {
    padding: 30px 0;display:none
  }
}

.header_top {
  padding: 11px 105px;
  background: #232323;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header_top {
    padding: 11px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_top {
    padding: 11px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_top {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_contact_info {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header_contact_info {
    text-align: center;
    margin-bottom: 15px;
  }
}
.header_contact_info > ul > li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 15px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_contact_info > ul > li {
    margin-right: 0;
    padding-right: 0;
  }
  .header_contact_info > ul > li::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_contact_info > ul > li {
    margin-right: 0;
    padding-right: 0;
  }
  .header_contact_info > ul > li::before {
    display: none;
  }
}
.header_contact_info > ul > li::before {
  content: "";
  border-right: 1px solid #a5a5a5;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
}
.header_contact_info > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header_contact_info > ul > li:last-child::before {
  display: none;
}
.header_contact_info > ul > li > a {
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  color: #fff;
  opacity: .6;
}
.header_contact_info > ul > li > a i {
  margin-right: 7px;
}
.header_contact_info > ul > li > a:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_contact_info > ul > li > a {
    color: #232323;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header_contact_info > ul > li > a {
    color: #232323;
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency {
    display: none;
    margin-bottom: 18px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .language_currency {
    display: none;
    margin-bottom: 18px;
    text-align: center;
  }
}
.language_currency > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  line-height: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .language_currency > ul > li {
    margin-right: 11px;
    padding-right: 12px;
  }
}
.language_currency > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.language_currency > ul > li:last-child::before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency > ul > li {
    margin-right: 7px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .language_currency > ul > li {
    margin-right: 7px;
    padding-right: 8px;
  }
}
.language_currency > ul > li::before {
  content: "";
  border-right: 1px solid #a5a5a5;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
}
.language_currency > ul > li:hover ul.dropdown_currency, .language_currency > ul > li:hover ul.dropdown_language {
  visibility: visible;
  max-height: 200px;
}
.language_currency > ul > li:hover > a {
  opacity: 1;
}
.language_currency > ul > li > a {
  text-transform: capitalize;
  line-height: 15px;
  font-size: 13px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  opacity: .6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .language_currency > ul > li > a {
    line-height: 14px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency > ul > li > a {
    line-height: 26px;
    font-size: 13px;
    color: #232323;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .language_currency > ul > li > a {
    line-height: 26px;
    font-size: 13px;
    color: #232323;
    opacity: 1;
  }
}
.language_currency > ul > li > a i.ion-ios-arrow-down {
  margin-left: 3px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency > ul > li > a i.ion-ios-arrow-down {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .language_currency > ul > li > a i.ion-ios-arrow-down {
    margin-left: 0px;
  }
}
.language_currency > ul > li > a img {
  margin-right: 5px;
  vertical-align: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency > ul > li > a img {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .language_currency > ul > li > a img {
    margin-right: 2px;
  }
}

.language_currency > ul > li:hover a:not([href]):not([tabindex]) {
  color: #010101;
}

.dropdown_currency, .dropdown_language {
  position: absolute;
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
  min-width: 150px;
  text-align: left;
  top: 29px;
  right: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  overflow: hidden;
  z-index: 9999;
  border-radius: 3px;
  visibility: hidden;
  max-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_currency, .dropdown_language {
    padding: 10px 12px;
    min-width: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_currency, .dropdown_language {
    padding: 10px 12px;
    min-width: 115px;
  }
}
.dropdown_currency li a, .dropdown_language li a {
  text-transform: capitalize;
  display: block;
  font-size: 13px;
  white-space: nowrap;
  line-height: 28px;
  color: #232323;
}
.dropdown_currency li a:hover, .dropdown_language li a:hover {
  color: #010101;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom_drop_c {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bottom_drop_c {
    right: 0;
    left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_language {
    left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_language {
    left: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    text-align: center;
  }
}


.header_middle {
  padding: 34px 105px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header_middle {padding:0;
    background: #002147;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_middle {display: none;
    padding: 34px 0;
  }
.offcanvas_menu {
display: block;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle .col-lg-8 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle .col-lg-8 {
    display: none;
  }
}

/* 2.4 main menu css here */
.menu_position {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main_menu {
    display: none;
  }
}
.main_menu nav > ul {
  display: flex;
  justify-content: flex-end;
}
.main_menu nav > ul > li {
  position: relative;
  margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav > ul > li {
    margin-right: 18px;
  }
}
.main_menu nav > ul > li:last-child {
  margin-right: 0;
}
.main_menu nav > ul > li:hover ul.sub_menu {
  visibility: visible;
  max-height: 360px;
  padding: 24px 20px;
}
.main_menu nav > ul > li:hover .mega_menu {
  visibility: visible;
  max-height: 425px;
  padding: 25px 30px 30px 30px;
}
.main_menu nav > ul > li:hover > a {
  border-color: #fcc439;
}
.main_menu nav > ul > li > a {
  display: block;
  font-size: 14px; padding: 10px 0;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: 2px solid transparent;
}
.main_menu nav > ul > li > a i {
  margin-left: 3px;
}
.main_menu nav > ul > li > a.active {
  border-color: #1e1e1f;
}
.main_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 220px;
  padding: 0 20px;
  background: #ffffff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  max-height: 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 15;
  top: 100%;
  text-align: left;
}
.main_menu nav > ul > li ul.sub_menu li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 32px;color:#7e7e7e;
  text-transform: capitalize;
}
.main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #010101;
}
.main_menu nav > ul > li.mega_items {
  position: static;
}
.main_menu nav > ul > li .mega_menu {
  position: absolute;
  min-width: 100%;
  padding: 0 30px 0 30px;
  background: #ffffff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  max-height: 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 15;
  top: 100%;
  text-align: left;
}

.mega_menu_inner > li {
  width: 33%;
  float: left;
}
.mega_menu_inner > li.header_banner_menu {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
}
.mega_menu_inner > li.header_banner_menu img {
  transition: .3s;
}
.mega_menu_inner > li.header_banner_menu:hover img {
  transform: scale(1.05) rotate(0.05deg);
}
.mega_menu_inner > li > a {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;color: #7e7e7e;
}
.mega_menu_inner > li > a:hover {
  color: #010101;
}
.mega_menu_inner > li > a img {
  transition: .3s;
}
.mega_menu_inner > li > a img:hover {
  opacity: 0.8;
}
.mega_menu_inner > li ul li {
  display: block;
}
.mega_menu_inner > li ul li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 30px;color: #7e7e7e;
  text-transform: capitalize;
}
.mega_menu_inner > li ul li a:hover {
  color: #010101;
}

/*main menu css end*/
.header_account_area {
  display: flex;
  justify-content: flex-end;
  padding-right: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_area {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .header_account_area {
    padding-right: 0;
  }
}

.header_account_list {
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header_account_list.search_list {
    margin-right: 11px;
  }
}
.header_account_list:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_account_list {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_list {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header_account_list {
    margin-right: 15px;
  }
}
.header_account_list > a {
  font-size: 23px;
  line-height: 23px;
  display: inline-block;
  color: #232323;
}
.header_account_list > a:hover i {
  color: #010101;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_account_list > a {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_list > a {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .header_account_list > a {
    font-size: 20px;
  }
}
.header_account_list > a i {
  transition: .3s;
}
.header_account_list span.item_count {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #232323;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_list span.item_count {
    left: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .header_account_list span.item_count {
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: -11px;
    left: 15px;
  }
}

.dropdown_search {
  position: absolute;
  top: 208%;
  right: 0;
  z-index: 9;
  width: 370px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_search {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_search {
    width: 240px;
    right: -40px;
  }
}
.dropdown_search form {
  position: relative;
  width: 100%;
}
.dropdown_search form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232323;
}
.dropdown_search form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #232323;
}
.dropdown_search form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #232323;
}
.dropdown_search form input:-moz-placeholder {
  /* Firefox 18- */
  color: #232323;
}
.dropdown_search form input {
  width: 100%;
  border: 0;
  background: inherit;
  height: 42px;
  color: #232323;
  padding: 0 50px 0 10px;
}
.dropdown_search form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: inherit;
  height: 100%;
  width: 40px;
  text-align: center;
  font-size: 18px;
  color: #232323;
}
.dropdown_search form button:hover {
  color: #010101;
}

/*mini cart css here*/
.mini_cart_wrapper:hover .mini_cart {
  max-height: 500px;
  padding: 18px 18px 33px;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart_wrapper:hover .mini_cart {
    padding: 10px 15px 20px;
    visibility: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart_wrapper:hover .mini_cart {
    padding: 10px 11px 20px;
    visibility: inherit;
  }
}

.mini_cart {
  position: absolute;
  min-width: 355px;
  padding: 0 18px;
  background: #fff;
  z-index: 999;
  right: 0;
  top: 208%;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  border: 1px solid #ededed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart {
    display: none;
    transition: unset;
    max-height: 500px;
    padding: 10px 15px 20px;
    min-width: 320px;
    border: 1px solid #ededed;
    visibility: inherit;
    top: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart {
    display: none;
    transition: unset;
    max-height: 500px;
    padding: 10px 11px 20px;
    min-width: 260px;
    border: 1px solid #ededed;
    visibility: inherit;
    top: 200%;
  }
}

.cart_img {
  width: 95px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_img {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_img {
    width: 70px;
  }
}

.cart_info {
  width: 63%;
}
.cart_info a {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_info a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_info a {
    font-size: 13px;
  }
}
.cart_info a:hover {
  color: #010101;
}
.cart_info p {
  font-size: 12px;
}
.cart_info p span {
  font-weight: 600;
}

.cart_remove a {
  font-size: 18px;
  display: block;
  line-height: 20px;
  text-align: center;
}
.cart_remove a:hover {
  color: #010101;
}

.cart_item {
  overflow: hidden;
  padding: 11px 0;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
}

.mini_cart_table {
  padding: 23px 0;
}

.cart_total {
  display: flex;
  justify-content: space-between;
}
.cart_total span {
  font-size: 14px;
  font-weight: 400;
}
.cart_total span.price {
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_total span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_total span {
    font-size: 13px;
  }
}

.cart_button:first-child {
  margin-bottom: 15px;
}
.cart_button a {
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  background: #eef0f1;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 13px 0px 11px;
  border: 1px solid #ededed;
}
.cart_button a:hover {
  background: #010101;
  border-color: #010101;
  color: #fff;
}

/*mini cart css end*/
/*home two css here*/
.header_two .header_top {
  background: #e97810;
}
.header_two .header_contact_info > ul > li > a {
  opacity: 1;
}
.header_two .header_contact_info > ul > li::before {
  border-right: 1px solid #fff;
}
.header_two .language_currency > ul > li > a {
  opacity: 1;
}
.header_two .language_currency > ul > li::before {
  border-right: 1px solid #fff;
}
.header_two .header_bottom {
  border-top: 1px solid #e9e9e9;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_two .header_bottom {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_two .header_bottom {
    display: none;
  }
}
.header_two .logo {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_two .logo {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_two .header_contact_info > ul > li {
    padding-right: 8px;
    margin-right: 6px;
  }
  .header_two .header_contact_info > ul > li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_two .col-lg-4.singinup_col {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_two .col-lg-4.singinup_col {
    display: none;
  }
}

.header_free_shipping {
  text-align: center;
}
.header_free_shipping p {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_singinup {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header_singinup {
    text-align: center;
    margin-bottom: 20px;
  }
}
.header_singinup ul li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.header_singinup ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header_singinup ul li:last-child::before {
  display: none;
}
.header_singinup ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 14px;
  width: 1px;
  background: #6f6f6f;
  transform: translateY(-50%);
}
.header_singinup ul li a i {
  margin-right: 2px;
}
.header_singinup ul li a:hover {
  color: #e97810;
}

.mega_menu_inner > li.h_banner_menu2 {
  width: 100%;
}

.h_banner_menu2 {
  display: flex;
  margin-top: 18px;
}
.h_banner_menu2 .header_banner_menu {
  margin-right: 30px;
}
.h_banner_menu2 .header_banner_menu:last-child {
  margin-right: 0;
}
.h_banner_menu2 .header_banner_menu img {
  transition: .3s;
}
.h_banner_menu2 .header_banner_menu a {
  overflow: hidden;
}
.h_banner_menu2 .header_banner_menu:hover img {
  transform: scale(1.05) rotate(0.05deg);
}

.menu_two nav > ul > li:hover .mega_menu {
  max-height: 448px;
}

.color_two .dropdown_currency li a:hover, .color_two .dropdown_language li a:hover {
  color: #e97810;
}
.color_two .header_account_list > a:hover i {
  color: #e97810;
}
.color_two .header_account_list span.item_count {
  background: #e97810;
}
.color_two .main_menu nav > ul > li:hover > a {
  color: #e97810;
  border-color: #e97810;
}
.color_two .main_menu nav > ul > li > a.active {
  color: #e97810;
  border-color: #e97810;
}
.color_two .main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #e97810;
}
.color_two .mega_menu_inner > li > a:hover {
  color: #e97810;
}
.color_two .mega_menu_inner > li ul li a:hover {
  color: #e97810;
}
.color_two .cart_info a:hover {
  color: #e97810;
}
.color_two .cart_remove a:hover {
  color: #e97810;
}
.color_two .cart_button a:hover {
  background: #e97810;
  border-color: #e97810;
}

/*home three css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_three {
    background: #1e1e1f;
  }
}
@media only screen and (max-width: 767px) {
  .header_three {
    background: #1e1e1f;
  }
}

.header_transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_transparent {
    position: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .header_transparent {
    position: inherit;
  }
}

.header_middle3.sticky-header.sticky {
  background: rgba(161, 129, 108, 0.75);
}
.header_middle3 .header_account_list > a {
  color: #fff;
}
.header_middle3 .header_account_list > a:hover {
  color: #010101;
}
.header_middle3 .header_account_list span.item_count {
  background: #fff;
  color: #232323;
}

.header_top3 .header_contact_info > ul > li > a {
  opacity: 1;
}
.header_top3 .language_currency > ul > li > a {
  opacity: 1;
}

.menu_three nav > ul > li > a {
  color: #fff;
}
.menu_three nav > ul > li > a.active {
  border-color: #fff;
}
.menu_three nav > ul > li:hover > a {
  border-color: #fff;
}

.offcanvas_three .canvas_open a {
  color: #fff;
  border: 1px solid #fff;
}
 

/* -- footer --*/
.copyright {background-color: #e9e9e9;color: #909da4;padding: 10px 0;font-size: 13px;border-top: 2px solid #fff; font-weight:normal} .copyright a{color: #909da4;}.copyright a:hover{color: #fdb92e;}
footer{background-color: #333333; color:#fff;border-top: 2px solid #fff;border-bottom: 2px solid #fff}.foot-logo {width: 50px;height: auto;float: left;margin-right: 20px} .footer-box{background: #333; color:#fff;padding: 25px 35px;border-left: 1px solid #9898983b; font-weight:normal} footer hr{border-color: #9898983b}

.social-icon {display: inline;list-style: none;margin: 0;padding: 0;margin-bottom: 0px}.social-icon li{margin: 0px 0px;display: inline-block;width: 24.75%;background: inherit;text-align: center} .social-icon a .fa {text-align: center;margin-right:0px;-webkit-transition: all .5s ease;transition: all .5s ease;color: #fff; padding:20px 10px;font-size: 30px} .social-icon a:hover .fa{color: #fff;background: #002147}

.socials{display: -webkit-box;display: -ms-flexbox;display: inline-flex;list-style: none;margin: 0;padding: 0;} .socials li{margin: 0px;margin-left: 0;outline: 0;border: 1px solid #ffffff1a;display: inline-block;}.socials a .fa {text-align: center;margin-right:0px;-webkit-transition: all .5s ease;transition: all .5s ease;color: #333333;width: 40px;height: 40px;font-size: 18px;padding: 11px;} .socials a:hover .fa{color: #fff;background: #002147} footer h5{font-size: 13px; display: block; width: 100%; color:#fff; margin-top: 20px} .b900{font-weight: 900}

#text-carousel {width: 100%;min-height: 212px;color: #fff}

.widget_address{padding-top:5px; display: block; width:100%}.widget_address li{margin-bottom:5px;position:relative;padding-left:30px;}.widget_address li i{position:absolute;left:0;top:5px;font-size:14px;color:#fdb92e}
.widget_services li {font-weight: normal;text-transform: none;padding-bottom: 4px;position:relative} .widget_services li a {color: #d2d2d2;font-weight: 400}.widget_services li a:hover {color: #fff;}.widget_services li:before{content:"-";position:absolute;top:0;left:0;bottom:0;margin:auto;opacity:0;color:#fdb92e} .widget_services li:hover::before{opacity:1}.widget_services li:hover a{padding-left:10px}

.link-card {padding: 25px 10px;border-radius: 10px;background: #f1f0f6;background-image: url(../images/right-arrow.png);background-position: 70% 20px;background-size: 20px;background-repeat: no-repeat;background-attachment: scroll;box-shadow: 3px 3px 12px 0 rgb(0 0 0 / 10%); -webkit-transition: .2s;transition: .2s;color: #002147;text-decoration: none;display: inline-flex;}     
.link-card-circle{background-color: rgba(165,205,57,.1);width: 80px;height: 80px;padding: 15px;border-radius: 50%; margin-bottom: 10px}.link-card:hover .link-card-circle {background-color: #fff;}
.link-card:hover{transform: translate3d(0px, -15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);transform-style: preserve-3d;background-color: #007744;background-position: 85% 20px; color:#fff}

.link-card1{padding: 20px;border-radius: 10px;background-color: #fff;background-image: url(../images/right-arrow.png);background-position: 70% 40px;background-size: 20px;background-repeat: no-repeat;background-attachment: scroll;box-shadow: 3px 3px 12px 0 rgb(0 0 0 / 10%);-webkit-transition: .2s;transition: .2s;color: #07294d;text-decoration: none} .link-card1:hover{transform: translate3d(0px, -15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);transform-style: preserve-3d;background-color: #007744; color:#fff;background-position: 85% 40px;}
.link-card-circle{background-color: rgba(165,205,57,.1);width: 80px;height: 80px;padding: 15px;border-radius: 50%; margin-bottom: 10px}.link-card1:hover .link-card-circle {background-color: #fff!important;}

.card-0 {color: #fff;background-color: #007744;position: relative;margin-left: 70px;border-radius:0px;min-height: 365px}
.carousel-indicators li {cursor: pointer;border-radius: 50% !important;width: 10px;height: 10px}.profile {color: #000;background-color: #fdb92e;position: absolute;left: -70px;top: 17%;border-radius: 0;}.profile-pic {width: 120px;height: 120px}.open-quotes {margin-left: 130px;margin-top: 50px}.content1 {margin-left: 150px;margin-right: 50px}.close-quotes {margin-bottom: 50px;margin-right: 50px}
@media screen and (max-width: 600px) {.card-main {padding: 50px 10px}.card-0 {min-height: 432px}.profile {top: 24%}.profile-pic {width: 90px;height: 90px}.open-quotes {margin-left: 100px}.content1 {margin-left: 120px;margin-right: 50px}.close-quotes {margin-right: 30px}}

.title-sperator {background-color: #ffc600;display: block;height: 3px;margin-bottom: 15px;margin-top: 0;position: relative;width: 42px}
.section-title-txt {font-size: 40px;line-height: 48px;margin-top: 0} .grey-bg{background: #f1f0f6 url(../images/grey-bg.jpg)} .blue-bg{background: #002147 url(../images/logo-watermark.png) no-repeat bottom right;padding: 60px 30px; color:#fff} .blue-bg1{background: #333;padding: 40px 30px;color:#fff}

.logos .item{padding:2px;margin: 5px;border: 1px solid #efefef}.affiliations .item{padding: 5px;margin: 0px 8px;border: 1px solid #efefef} .logos.owl-theme .owl-controls .owl-page span, .affiliations.owl-theme .owl-controls .owl-page span, .awards.owl-theme .owl-controls .owl-page span, .news-scroll.owl-theme .owl-controls .owl-page span{background: #007744; margin-top:10px } .affiliations .item img{width:100%; height: auto} .testimonial.owl-theme .owl-controls .owl-buttons, .awards.owl-theme .owl-controls .owl-buttons, .news-scroll.owl-theme .owl-controls .owl-buttons{position: absolute;right: 0px} .testimonial.owl-theme .owl-controls .owl-buttons div,  .awards.owl-theme .owl-controls .owl-buttons div, .news-scroll.owl-theme .owl-controls .owl-buttons div {color: #FFF;display: inline-block;zoom: 1;margin: 1px;padding: 5px 10px;font-size: 12px;border-radius: 0px;background: #007744;opacity:1}
.affiliations .owl-theme .owl-controls, .testimonials .owl-theme .owl-controls{margin-top:0px!important}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{color: #FFF;display: inline-block;zoom: 1;margin: 1px;font-size: 12px;border-radius: 0px;background: #007744!important;opacity: 1;padding: 5px 8px}.owl-theme .owl-nav {text-align: right;-webkit-tap-highlight-color: transparent}
}

#logos.owl-theme .owl-controls .owl-page span, #affiliations.owl-theme .owl-controls .owl-page span, #trending.owl-theme .owl-controls .owl-page span{background: #007744; margin-top:0px } .affiliations .item img{width:100%; height: auto} #testimonial.owl-theme .owl-nav, #awards.owl-theme .owl-nav, #trending.owl-theme .owl-nav{position: absolute;right: 0px} .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{color: #FFF;display: inline-block;zoom: 1;margin: 1px;padding: 5px 10px!important;font-size: 12px;border-radius: 0px;background: #007744;opacity:1}

[class^="hvr-"] {margin: 2px 0;padding: 5px 8px; padding-bottom: 8px; cursor: pointer;background: #007744;text-decoration: none;color: #fff;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}
.hvr-und{display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;overflow: hidden;font-size:14px;border:1px solid #fff}
.hvr-und:before {content: "";position: absolute;z-index: -1;left: 51%;right: 51%;bottom: 0;background: #ffc600;height: 4px;-webkit-transition-property: left, right;transition-property: left, right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.hvr-und:hover:before, .hvr-und:focus:before, .hvr-und:active:before {left: 0;right: 0}.hvr-und:hover{color:#fff} .hvr-und i{font-size: 13px; padding: 0 4px;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;} .hvr-und:hover i{padding-right: 3px; padding-left: 13px}

.campus{-webkit-transition: opacity .5s ease;-o-transition: opacity .5s ease;transition: opacity .5s ease;overflow: hidden;background: #fff url(../images/bg6.jpg) no-repeat top center;padding: 80px 40px;}
.rtn-btn {border: 3px solid #ffffff;border-radius: 50%;display: inline-block;height: 70px;line-height: 65px;-webkit-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;width: 70px;z-index: 2;color: #ffc600;font-size: 20px} .rtn-btn:hover{color: #fff; border-color:#ffc600;}

.life{position: relative;margin-top: -50px} .life-box{background-color: #184b8a;padding: 18px;margin-right: 0px;margin-left: 0px;color: #fff;font-size: 16px;text-transform: uppercase;text-align:center} .life-box1{background-color: #008766} .life-box2{background-color: #f37e21} .life-box3{background-color: #8a2465} 

.admission{padding:35px;background: #3db166;} .map-bg{background:#f5f5f5;padding: 70px 0}.shlok{background: url(../images/shlok.jpg) no-repeat top center; background-size: cover;padding:25px 45px} .shlok-line{background: url(../images/tsvs-line.jpg) repeat-y top center}


.nav-tabs1 {border-bottom: 1px solid #fff}.nav-tabs1 .nav-link {background-color: #f7f7f7;border: 0px;margin-left: 4px;padding: 13px 14px;font-weight: 600;text-transform: uppercase;color: #858585;border-radius: 0}.nav-tabs1 .nav-link.active {color:#fff; background-color:#007744}
.tab-content >.active {display: block;background-repeat: no-repeat;-webkit-box-shadow: 0 0 191px 0 rgba(0,0,0,.06);box-shadow: 0 0 191px 0 rgba(0,0,0,.06); width:100%} .tab-content .img-box{margin-top: -70px;position: relative;padding: 0} .tab-content .content{padding:45px;}

.hindi-text{font-family:'Poppins', sans-serif;font-size: 25px;font-weight: bold;color: #007744;padding-top: 20px}.white-text{color:#fff} .principal-message{background: #f1f0f6;}.principal-message .content{padding: 25px}

.counter{background: #333;height: 100%;padding:5px 15px}.counter_div{text-align:center;transition:.5s ease;padding:0px 15px}.counter_div h2 span{color:#fff}
.counter_div h2{font-size:20px;color:#191818; margin-top: 10px;transition:.3s ease}.counter_div h3 {font-size: 25px;color: #fff;transition: .3s ease}.counter_div .counter_icon{position:relative; margin: 0px auto; width:120px}

.academic .item{margin:0 15px} .academic .box-img {overflow: hidden;border-bottom: 5px solid #8a2465} .academic .box-img1 {border-bottom: 5px solid #f37e21}.academic .box-img2 {border-bottom: 5px solid #008766}.academic .box-img3 {border-bottom: 5px solid #184b8a} .academic .box-img img{width: 100%;overflow: hidden;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out} .academic .item:hover .box-img img{-webkit-transform: scale(1.05);transform: scale(1.05);} .schools-div{z-index: 2}.schools-div p {font-size: 15px;color: #292929;font-weight: 700;text-transform: uppercase;padding:5px 0;transition: all ease-in-out .3s;position: relative}

header{position: static;border-top: 2px solid #fcc439;background: #fff; width: 100%;padding-bottom: 10px;padding-top: 10px}.header-bottom{position: static;background: #002147; width: 100%; margin-top: 20px} header .logo {/*width:90px;*/width:120px;background: #fff;-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);position: absolute;top: -15px;z-index: 99;padding: 6px 10px;margin-left: 0px} header p, header h2{padding: 0; margin: 0}header h2{font-size: 50px} 

.left_element{float:right;position:relative;width:auto; text-align:right}.left_element ul li{position:relative;display:inline-block}
.left_element ul li a{display:inline-block;color:#fff;padding:15px 15px;border-left:1px solid rgba(255,255,255,.3);background:#002147 } .left_element ul li:last-child a{border-right:1px solid rgba(255,255,255,.3)}
.left_element li a:hover{color:#fff; background: #007744}ul.top-menu{display: -webkit-inline-box;position: relative;}

 .testimonial .item{padding:0px 0px} .testimonial .testi{position: relative;overflow: hidden} .testimonial .test-cont{padding:15px 25px;position: absolute;bottom: 0;color: #fff;-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out}  .testimonial .testi img{width: 100%;overflow: hidden;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out}.testimonial .testi h4{font-size: 24px;letter-spacing: 2px}.testimonial .testi p{display:none;-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out}.testimonial .testi:hover img{-webkit-transform: scale(1.05);transform: scale(1.05)} .testimonial .testi:hover p{display:block} .green-text{color:#007744}
.testimonial p {font-size: 15px;font-weight: 500;color: #010101;line-height: 23px; padding-top: 0px;margin-top: 0;margin-bottom: 10px;overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4;max-height: 6.7em} .testimonial a{color: #010101!important;}

.highlight-item {position: relative; margin:5px}.highlight-item .post-image1 {border-radius: 0px;margin-bottom: 0;overflow: hidden;margin: 0;}.highlight-item .post-image1 img{transition: transform 650ms ease-in-out,filter 650ms ease-in-out; overflow: hidden; width:100%; height:auto}.highlight-item:hover .post-image1 img{transform: scale3d(1.05,1.05,1.05)}
.highlight-item .post-image1 .mask {content: ' ';position: absolute;z-index: 0;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 34, 54, 0)), to(#040404));background: linear-gradient(to bottom, rgba(65, 34, 54, 0) 55%, #131313 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7a42a', endColorstr='#f7a42a',GradientType=0 );opacity: 1; border-radius:0px}
.highlight-item .post-content1 {position: absolute;padding: 5px 20px;bottom: 15px;width: 100%;text-align: center;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}.highlight-item .post-content1 h5{font-size:23px; color:#fff}.highlight-item .post-content1 p{color:#fff}.highlight-item a .post-content1 {color: #fff;} 

.facilities-item {position: relative; margin:1px}.facilities-item .post-image1 {border-radius: 0px;margin-bottom: 0;overflow: hidden;margin: 0;}.facilities-item .post-image1 img{transition: transform 650ms ease-in-out,filter 650ms ease-in-out; overflow: hidden}.facilities-item:hover .post-image1 img{transform: scale3d(1.05,1.05,1.05)}
.facilities-item .post-image1 .mask {content: ' ';position: absolute;z-index: 0;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 34, 54, 0)), to(#040404));background: linear-gradient(to bottom, rgba(65, 34, 54, 0) 55%, #131313 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7a42a', endColorstr='#f7a42a',GradientType=0 );opacity: 1; border-radius:0px}
.facilities-item .post-content1 {position: absolute;padding: 5px 20px;bottom: 15px;width: 100%;text-align: center;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}.facilities-item .post-content1 h5{font-size:24px; color:#fff}.facilities-item .post-content1 p{color:#fff}.facilities-item a .post-content1 {color: #fff;} 

.facilities-item1 {position: relative; margin-bottom: 10px}.facilities-item1 .post-image1 {border-radius: 0px;margin-bottom: 0;overflow: hidden;margin: 0;}.facilities-item1 .post-image1 img{transition: transform 650ms ease-in-out,filter 650ms ease-in-out; overflow: hidden}.facilities-item1:hover .post-image1 img{transform: scale3d(1.05,1.05,1.05)}
.facilities-item1 .post-image1 .mask {content: ' ';position: absolute;z-index: 0;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;background:rgba(0,0,0,.25);opacity: 1; border-radius:0px}
.facilities-item1 .post-content1 {position: absolute;padding: 0 20px;top: 50%;width: 100%;text-align: center;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}.facilities-item1 .post-content1 h5{font-size:34px; color:#fff;text-shadow:2px 2px 0px rgb(115 103 103 / 40%)}.facilities-item1 a .post-content1 {color: #fff;} 

.facilities-item2 {position: relative; margin-bottom: 25px}.facilities-item2 .post-image1 {border-radius: 0px;margin-bottom: 0;overflow: hidden;margin: 0;}.facilities-item2 .post-image1 img{transition: transform 650ms ease-in-out,filter 650ms ease-in-out; overflow: hidden}.facilities-item2:hover .post-image1 img{transform: scale3d(1.05,1.05,1.05)}
.facilities-item2 .post-image1 .mask {content: ' ';position: absolute;z-index: 0;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;background:rgba(0,0,0,.5);opacity: 1; border-radius:0px}
.facilities-item2 .post-content1 {position: absolute;padding:20px;bottom:0px;width: 100%;text-align: center;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;color:#fff}.facilities-item1 .post-content1 h5{font-size:34px; color:#fff;text-shadow:2px 2px 0px rgb(115 103 103 / 40%)}.facilities-item2 a .post-content1 {color: #fff;} 

.read-more{opacity: 0;background: #fff;border-color:#fff;color: #232323;display: inline-block;border: 2px solid transparent;letter-spacing: .5px;line-height: inherit;border-radius: 0;width: auto;font-weight: bold;transition-duration: 0.3s; padding: 5px 25px;transition-timing-function: ease-in-out; font-size: 14px} .read-more:hover {border: 2px solid #fff;background: transparent;color: #fff}

.facilities-item:hover .post-content1{bottom: 20px} .facilities-item1:hover .post-content1{bottom:20px}  .facilities-item2:hover .post-content1 {bottom:20px} .facilities-item:hover .post-image1 img, .facilities-item1:hover .post-image1 img{transform: scale3d(1.05,1.05,1.05)}
.facilities-item:hover .post-image1 .mask, .facilities-item2:hover .post-image1 .mask{background:rgba(0,0,0,.75)} .facilities-item1:hover .post-image1 .mask{background:rgba(0,0,0,.5)} .facilities-item:hover .read-more, .facilities-item1:hover .read-more, .facilities-item2:hover .read-more{opacity:1}

.box {display: block;  background: rgb(17 20 51 / 56%);margin-bottom: 1em;} 

.shlok {background: url(../images/shlok.jpg) no-repeat top center;background-size: cover;padding: 10px 30px; height: 100%}

.slider{position: fixed;background: #fcc439;color: #1d1c1c;text-transform: uppercase;padding: 5px 10px;top: 285px;font-weight: bold;right: -100px;transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);z-index: 8;-o-transform: rotate(-90deg)}


.call_bg_1 {background:url(../images/video-bg.jpg);background-size:cover;position:relative;height:100%;  background-position: center; background-image: -webkit-image-set(url(../images/video-bg.webp)1x ); }
.video_icon {position: absolute;top: 0;left: 0;height: 100%; width: 100%;bottom: 0;background: rgb(0, 0, 0, 0.57);text-align: center}
.video_icon i {font-size: 70px;color: #ffcc2b;    border: 0px solid rgb(255, 255, 255, 0.27);border-radius: 50%}
.video_icon a{position:absolute;top:50%;left:50%;width:74px;margin-top:-35px;margin-left:-38px;z-index:9}
.video_icon .ripple, .video_icon .ripple::after, .video_icon .ripple::before{position:absolute;left:50%;top:50%;width:50px;height:50px;margin-left:-25px;margin-top:-25px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.5);-moz-box-shadow:0 0 0 0 rgba(255,255,255,.5);-ms-box-shadow:0 0 0 0 rgba(255,255,255,.5);-o-box-shadow:0 0 0 0 rgba(255,255,255,.5);box-shadow:0 0 0 0 rgba(255,255,255,.5);-webkit-animation:rippleOne 2s infinite;-moz-animation:rippleOne 2s infinite;-ms-animation:rippleOne 2s infinite;-o-animation:rippleOne 2s infinite;animation:rippleOne 2s infinite}.video_icon .ripple::before{-webkit-animation-delay:.9s;-moz-animation-delay:.9s;-ms-animation-delay:.9s;-o-animation-delay:.9s;animation-delay:.9s;content:"";position:absolute;right:0;bottom:0}.video_icon .ripple::after{-webkit-animation-delay:.6s;-moz-animation-delay:.6s;-ms-animation-delay:.6s;-o-animation-delay:.6s;animation-delay:.6s;content:"";position:absolute;right:0;bottom:0}@-webkit-keyframes rippleOne{70%{box-shadow:0 0 0 70px rgba(244,68,56,0)}100%{box-shadow:0 0 0 0 rgba(244,68,56,0)}}@keyframes rippleOne{70%{box-shadow:0 0 0 70px rgba(244,68,56,0)}100%{box-shadow:0 0 0 0 rgba(244,68,56,0)}}



/* The Overlay (background) */
.overlay {
  height: auto;
  width: 250px;
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  right: 0;
  top:210px;    background: url(../images/shlok.jpg) no-repeat top center;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
.overlay h4 {color: #010101;font-size: 1.25rem;font-weight: 600}
.overlay-content {
  position: relative;
  top: 12%; /* 25% from the top */
  text-align: center; /* Centered text/links */
  padding: 20px 10px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
.overlay a {
  text-decoration: none;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}
.overlay a:hover, .overlay a:focus {
  color: #333;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px; color:#000;z-index:9
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay .closebtn {
    font-size: 20px;
    top: 10px;
    right: 10px;
  }
}

.sticky-header .foot-logo {display:none}.sticky-header.sticky .foot-logo {display:block}
.sticky-header.sticky .main_menu nav > ul > li > a {font-size: 14px;padding: 15px 0}


.layer-image-wrapper {position: relative}.layer-inner {padding: 30px;color: #fff;width: 200px;margin-bottom: 0;position: absolute;background: #007744;z-index: 2;right: -30px; top:30px} .layer-inner h2{ margin-bottom: 0} .grey-box-h{background: #f1f0f6;padding:20px}.white-box-h{background: #fff;padding:20px}

.academy{ position:relative; overflow:hidden}.academy h3{ color:#7e7e7e!important; font-size:23px; padding-bottom:0px; margin-bottom:0} .academy p{ color:#007744!important; padding:0px 0; margin:0; text-transform:uppercase;font-size: 15px;}.academy .text-c{ border-top:2.5px solid #ffb516; padding:10px; z-index: 2;background: #fff; position:relative}
.academy img{transition: transform 650ms ease-in-out,filter 650ms ease-in-out;overflow: hidden;z-index:0; position:relative} .academy:hover img {transform: scale3d(1.05,1.05,1.05)}

.box-ext{border: 1px solid #fff;text-align: center;padding: 15px;padding-top: 20px;} .box-ext p {margin-bottom: 0;color: #007744}.white-box-alumni{ padding:10px; text-align:center; border:1px solid #ccc; min-height:420px; transition: all 0.5s}.white-box-alumni:hover{box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);}.white-box-alumni p{ font-size:13px}

.box-ext li{border: 2px solid #fff;text-align: center;padding: 15px 10px;padding-top: 20px; margin:0;background: #f1f0f6;width:33.33%; display: inline-block; float:left} .box-ext p {margin-bottom: 0;color: #007744}@media only screen and (max-width: 640px){.box-ext li {width: 50%;}}


.update-box {padding: 10px 0px;transition: .3s ease;min-height: 100px;margin-bottom: 1px}
.update-box-left {float: left;display: none}
.update-box-left h2 {font-size: 30px;font-weight: 700;color: #fff;text-align: center;vertical-align: middle;border-right: 1px solid #5d5d5d;padding: 13px 15px 2px 0;line-height: 30px;margin: 0;transition: .3s ease}
.update-box-left h2 span {display: block;font-size: 18px;font-weight: 400}
.update-box-rigth {float: left;padding: 0}
.update-box-rigth h3 {font-size: 15px;font-weight: 500;color: #010101;line-height: 19px;padding-top: 0px;margin-bottom: 0px;font-family: 'Open Sans', sans-serif;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;max-height: 3.2em;}
.update-box-rigth p {font-size: 14px;color: #007744;font-weight: 400; margin: 0; padding:0}
.update-img {overflow: hidden;height: 100%; margin-top: 2px}
.update-img img {overflow: hidden;-webkit-transition: opacity .35s, -webkit-transform .35s;transition: opacity .35s, transform .35s;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0)}
.update-img img:hover {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
.update-div-middle:hover .update-img img {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
.update-box:hover h3{color: #007744}
.update-box-right {float: left;width: 35%}
.update-box-right .update-box {margin-bottom: 10.3px}
.update-box:hover .update-box-left h2 {border-right: 1px solid #fff}

.update-box1 {background:transparent; transition: .3s ease;margin-bottom: 1px;padding: 0;} 
.update-box-left1 {float: left;display: none}
.update-box-left1 h2 {font-size: 30px;font-weight: 700;color: #fff;text-align: center;vertical-align: middle;border-right: 1px solid #5d5d5d;padding: 13px 15px 2px 0;line-height: 30px;margin: 0;transition: .3s ease}
.update-box-left1 h2 span {display: block;font-size: 18px;font-weight: 400}
.update-box-rigth1 {float: left;padding: 0; margin:0}
.update-box-rigth1 h3 {font-size: 16px;font-weight: 500;color: #333;line-height: 22px;padding-top: 3px;margin-bottom: 10px;font-family: 'Open Sans', sans-serif;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;max-height: 4.2em;}
.update-box-rigth1 p {font-size: 14px;color: inherit;font-weight: 400}
.update-img1 {overflow: hidden;height: 100%; margin-top: 2px}
.update-img1 img {overflow: hidden;-webkit-transition: opacity .35s, -webkit-transform .35s;transition: opacity .35s, transform .35s;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0)}
.update-img1 img:hover {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
.update-div-middle1:hover .update-img1 img {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
.update-box-right1 {float: left;width: 45%}
.update-box-right1 .update-box1 {margin-bottom: 10.3px}
.update-box1:hover .update-box-left1 h2 {border-right: 1px solid #fff}

.quick-link{text-align: left}.quick-link li{display: inline-block}.quick-link li a{display:table-cell;padding: 10px 11px;font-size: 12px;text-transform: uppercase;border: 1px solid #7575754F;background: #333333;color: #fff;font-weight: normal;margin: 0px} .quick-link li a:hover{border: 1px solid #fdb92e;}

.title-p{font-size:19px; color:#000; font-weight: bold;}.awards .black-text{font-size:14px}

.awards-bg{background: #fff8f3; padding: 30px}.trending-bg{background: #fff3eb; padding: 30px}.news-bg{background: #fdece1; padding: 30px}

.video_banner {position:relative;background:#c93e27;padding:100px 0;overflow:hidden}#video_cover {width:100%;}
@media (max-width:990px) {.video_banner {padding: 0;}	.video_banner .container {max-width: 100%;padding: 0;}}

input[type=checkbox], input[type=radio] {background: transparent;border: 0;width: auto;}input, select, textarea {background-color: #fff;border: 1px solid #ccc;outline: none;margin-bottom:0px;color: #4d4d4d;width: 100%;display: inline-block;font: inherit;padding: 10px;border-radius: 5px;font-size: 15px;}.form__group [type=email] {width: 80%;}input.boxes-i, textarea {background-color: #fff;border: 1px solid #ccc;outline: none;margin-bottom: 0px;color: #4d4d4d;width: 100%;display: inline-block;font: inherit;padding: 10px 10px;    height: 90px;border-radius: 3px; font-size: 15px;}.form__group [type=submit] {width: auto;text-transform: uppercase;font-weight: normal;background-color: #7b5333;color: #fff;border: 0;cursor: pointer;-webkit-transition: all .5s;transition: all .5s;font-size: 12px;padding: 9px 27px;border-radius: 0px}.form__group [type=email],  .form__group [type=submit] {float: none; text-align: center} .text-box{background-color: #fff;border: 1px solid #ccc;outline: none;margin-bottom:0px;color: #4d4d4d;width: 100%;display: inline-block;font: inherit;padding: 10px;border-radius: 5px;font-size: 15px;margin-bottom:10px} label{font-size: 15px; margin-top:5px;font-weight: bold}
.error_msg{line-height: 25px;font-size: 12px;color: #e73010;height: 25px;display: block}

.nav-tabs {border-bottom: 0px solid #dee2e6}.nav-tabs li{cursor: pointer;color: #fff;font-size: 14px; background: #074;padding: 5px 10px;margin: 1px;margin-left:0; font-weight:normal}

.address-box{background: #f8f8f9; padding:30px; border-radius: 5px} ul.address{list-style-type: none;padding-left: 0;margin: 0;}ul.address li{width:100%; list-style: none;border-bottom: 1px solid #eee; display: flex; padding: 15px 0}
.add-icon{color: #07294d;width: 2em;font-size: 16px;float: left;text-align: left;display: inline-block}.add-text{float: left; text-align: left; display: inline-block}
.contact-page2{background: #fff;padding: 20px;}.contact-page2 input, .contact-page2 select, .contact-page2 textarea{margin-bottom:10px}
.address-box-1{background: #fff; padding:30px; border-radius: 5px}
.banner-inner{position: relative;overflow: hidden;} .banner-inner img{position: relative; width: 100%; height: auto; z-index: 1}
.banner-inner .gradient-bg{position: absolute;bottom: 0;height: 413px;background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));-moz-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));-o-background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 100));-webkit-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));z-index: 2;width: 100%}
.lineb{content: "";background: #face55;height: 5px;width: 175px;border-radius: 5px;display: block}
.banner-cont{position: absolute;top: 60%;z-index: 9;color: #fff!important;width: 100%;font-weight: bolder; text-align: center} .banner-cont .lineb {content: "";background: #face55;height: 5px;width: 175px;border-radius: 5px;display: block; margin: 0 auto}

.welcome{position: relative;padding:50px 0;background:#007744;margin-top: -2px} 
.breadcrumb {margin-bottom: 0;background-color: transparent;border-radius: 0;font-weight: normal}.breadcrumb>li+li:before {padding: 0 5px;color: #ccc;content: "/\00a0";} .breadcrumb a{color:#fff}.breadcrumb a:hover{color:#face55}

.modal-content1{position: relative}.modal-content1 .close{position: absolute;z-index: 9;color: #fff;padding: 10px;} .modal-content1 .blue-bg{background:#132f57; padding: 20px; background-position:center bottom;background-repeat:no-repeat;padding-bottom:45px;color:#fff;min-height:250px}

.bg-yellow{background:#fbba00;padding:20px}.list_control3 .list-item{padding-top:15px;list-style-type:none}.list_control3 .list-item li{padding:5px 0}

.campus-imgbox{border:1px solid #fff;padding:0;margin:0;overflow:hidden;background:#132f57}.campus-imgbox img{width:100%;height:auto;z-index:0;position:relative;background:#004b91}.campus-imgbox .text-camp{padding:8px 12px; background:#132f57;color:#fff;bottom:0;float:left;z-index:1;position:absolute}.campus-imgbox .text-camp h5{font-size:16px;margin-bottom:0;margin-top:0}.campus-imgbox:hover img{opacity:.5}

.result_hover{position:relative;padding:1px;border:1px solid #eee;margin-bottom:20px}#sanskaar_media .result_hover .text-holder .title{color:#fff;font-size:15px}#sanskaar_media .result_hover .text-holder{padding:6px 0}#sanskaar_media .result_hover .text-holder .title:hover{color:#fbba00}.result_hover{position:relative}.result_hover .img-holder{display:block;overflow:hidden;position:relative}.result_hover .img-holder img{-webkit-transition:all .7s ease;transition:all .7s ease;width:100%;height:auto;}.result_hover:hover .img-holder img{transform:scale(1.1)}.result_hover .img-holder .overlay-style-one .box .content a i{border:2px solid #fbba00;display:inline-block;width:40px;height:40px;font-size:15px;color:#fff;line-height:38px;transition:all .5s ease}.result_hover:hover .img-holder .overlay-style-one{opacity:1;-webkit-transform:perspective(400px) rotateX(0);-moz-transform:perspective(400px) rotateX(0);-ms-transform:perspective(400px) rotateX(0);-o-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0)}.result_hover .img-holder .overlay-style-one .box .content a:hover i{background:#fbba00;color:#fff;border-color:#fbba00}.result_hover .text-holder{position:relative;background:#132f57;display:block;padding:15px 0}.result_hover .text-holder:before{width:100%;height:3px;position:absolute;content:"";background:#132f57;left:0;top:-1px}.result_hover .text-holder:after{width:100%;height:3px;position:absolute;content:"";background:#fbba00;left:0;top:-1px;transform:scaleX(0);transition:.5s ease}.result_hover:hover .text-holder:after{transform:scaleY(1);transition:.5s ease}.result_hover .text-holder .title{color:#fff;font-size:20px;font-weight:400;line-height:24px;text-transform:capitalize;transition:all .5s ease}.result_hover .text-holder .title:hover{color:#fbba00}

.result_hover .img-holder .overlay-style-one .box .content a i{border:2px solid #fbba00;display:inline-block;width:40px;height:40px;font-size:15px;color:#fff;line-height:38px;transition:all .5s ease}.result_hover:hover .img-holder .overlay-style-one{opacity:1;-webkit-transform:perspective(400px) rotateX(0);-moz-transform:perspective(400px) rotateX(0);-ms-transform:perspective(400px) rotateX(0);-o-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0)}.result_hover .img-holder .overlay-style-one .box .content a:hover i{background:#fbba00;color:#fff;border-color:#fbba00}.result_hover .text-holder{position:relative;background:#132f57;display:block;padding:15px 0}.result_hover .text-holder:before{width:100%;height:3px;position:absolute;content:"";background:#132f57;left:0;top:-1px}.result_hover .text-holder:after{width:100%;height:3px;position:absolute;content:"";background:#fbba00;left:0;top:-1px;transform:scaleX(0);transition:.5s ease}.result_hover:hover .text-holder:after{transform:scaleY(1);transition:.5s ease}.result_hover .text-holder .title{color:#fff;font-size:20px;font-weight:400;line-height:24px;text-transform:capitalize;transition:all .5s ease}.result_hover .text-holder .title:hover{color:#fbba00}.overlay-style-one{position:absolute;left:0;top:0;width:100%;height:100%;padding:0;color:#fff;opacity:0;background:rgba(17,20,51,.78);-webkit-transform:perspective(400px) rotateX(-90deg);-moz-transform:perspective(400px) rotateX(-90deg);-ms-transform:perspective(400px) rotateX(-90deg);-o-transform:perspective(400px) rotateX(-90deg);transform:perspective(400px) rotateX(-90deg);-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}.overlay-style-one .box{display:table;height:100%;width:100%}.overlay-style-one .box .content{display:table-cell;text-align:center;vertical-align:middle}.overlay-style-one p{color:#fff}




.blue-text{color:#132f57}

.img-circle{    border-radius: 50%; text-align:center;}

.green-box {
    background: #007744 url(../images/sanskaar-valley-a5.png) top left no-repeat;
    color: #fff;
    padding:35px;
}
.yellow-box {
    background: #fcc439 url(../images/sanskaar-valley-a5.png) top left no-repeat;
    color: #212529;
    padding: 35px;
}

ul.square li{list-style:square;padding:3px;font-weight: normal} .list_control .list-item{padding:0;list-style-type:none}.list_control .list-item .fa{float:left;padding-top:5px;color:#132f57}.list_control .list-item li{padding-left:25px;padding-bottom:10px;line-height:20px;letter-spacing:.2px}

 



.list_control-2 .list-item-2{padding:0;list-style-type:none}

.list_control-2 .list-item-2 .fa {
    float: left;
    padding-top: 0px;
    color: #ffffff;
    font-size: 34px;
    background: #074;
    padding: 10px;
	box-shadow: 2px 2px 0 0 #fdb92e
}
 .list_control-2 .list-item-2 li {
    padding-left: 67px;
    padding-bottom: 10px;
    line-height: 20px;
    letter-spacing: .2px;
    padding-top: 15px;
	    color: #535353;
}


.mrgt10{margin-top:20px;}

 .green-box-01{background: #074;
    padding: 0px 15px;
    padding-top: 10px;
    padding-bottom: 1px;
    color: #fff;margin-bottom: 20px;}
	
	

.date-ctrl {
    border: 1px solid #074;
    padding: 6px;
    color: #010101;
    text-align: center;
    font-size: 19px;
    background: transparent;
    width: 50px;
    height: 58px;
}


.dir-sec{position:relative; overflow: hidden} .dir-sec1{position:relative; overflow: hidden}
.slider1 {background: #007744;margin-top: 0px;position: absolute;right: 0px;transition: 0.3s;z-index: 9;top: 0;overflow: hidden;padding: 35px 25px;width: 100%;color: #fff;height: 100%;margin-right: 0px;margin-left: 0px;}
.slider1 .close-btn {position: absolute;left: 95%;top: 9px;color: #fff;z-index: 1;display: block;cursor: pointer;}

.slider2 {background: #2ea763;margin-top: 15px;position: absolute;right: 0px;transition: 0.3s;z-index: 9;bottom: 0;overflow: hidden;padding: 35px 25px;width: 100%;color: #fff;min-height: 360px;margin-right: 0px;margin-left: 0px;}
.slider2 .close-btn {position: absolute;left: 95%;top: 9px;color: #fff;z-index: 1;display: block;cursor: pointer;}

.div-description{display:none;transition: 1s;left: 0;animation: slide-in 0.5s forwards;-webkit-animation: slide-in 0.5s forwards;}


@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}


.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, transparent 80%);
    background: radial-gradient(ellipse at center, #fbba00 0, transparent 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff;
    background: #132f57
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}



#outerdiv{
  display:flex;
  margin:auto;
  width: 100%;
  color: #fff;
}
 
.innerdiv2{background:#f8f8f9; flex:3}

.list{padding:30px; background:#01643a; border-bottom: thin solid #ffffff1a}
.list:last-child{ border-bottom: none}

.list:nth-child(even){background:#004c2c}

.list:hover{cursor:pointer;background:#01834b}

.list.active{background:#007744; }

.list.active::after{content:""; width:20px; height:20px; background:#007744; position:absolute;display:block; transform:rotate(45deg);margin: -20px 0 0 98px;}



.list1{padding:30px; background:#01643a; border-bottom: thin solid #ffffff1a}
.list1:last-child{ border-bottom: none}

.list1:nth-child(even){background:#004c2c}

.list1:hover{cursor:pointer;background:#01834b}

.list1.active{background:#007744; }

.list1.active::after{content: "";
    width: 20px;
    height: 20px;
    background: #007744;
    position: absolute;
    display: block;
    transform: rotate(45deg);
    margin: -20px 0 0 56px;}
	
	
	
	
	
	
	
	.list2{padding:30px; background:#01643a; border-bottom: thin solid #ffffff1a}
.list2:last-child{ border-bottom: none}

.list2:nth-child(even){background:#004c2c}

.list1:hover{cursor:pointer;background:#01834b}

.list2.active{background:#007744; }

.list2.active::after{content: "";
    width: 20px;
    height: 20px;
    background: #007744;
    position: absolute;
    display: block;
    transform: rotate(45deg);
    margin: -20px 0 0 107px;}
	
	.d-text{color:#535353;}

.tr{text-align:right;}


.panel{ background:#f8f8f9; color:#535353; padding: 20px 40px 30px }
.panelshow{display:block}
.panelhide{display:none;}

.slider-content1 {
    position: absolute;
    display: block;
    bottom: 18px;
    transform: none;
    left: 0%;
    z-index: 5;
    width: 100%;
    background: none;
    border: none;
	top: 37%;
}

.btn.active2 {
    background: #ffb516;
    font-size: 13px;
    color: #000;
    border-radius: 0;
    margin: 0;
    margin-top: -8px;
    margin-bottom: 12px;
    border-radius: 2px;
}

.btn.active2:hover {
    background: #999;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
}



.fs-14{font-size: 14px;}

.btn-ctrl-01 {
    background: #fcc439;
    font-size: 16px;
    color: #000;
    /* font-weight: 600; */
    padding: 9px 31px;
    border-radius: 3px;
}
.img-c1{border-radius: 50%;
    width: 50%!important;
    
    margin-bottom: 13px;}
	
	.min-h{min-height: 450px;}
	
	.grey-text{color:#535353;}
	
	.m-ctrl{margin-top: 151px;}
	.m-ctrl1 {margin-top: 24px;}
	.m-ctrl2 {margin-top: 49px;}

@media only screen and (max-width: 1366px){
	.slider-content1 {
    position: absolute;
    display: block;
    bottom: 18px;
    transform: none;
    left: 0%;
    z-index: 5;
    width: 100%;
    background: none;
    border: none;
    top: 32%;
}
 
	.m-ctrl {
    margin-top: 178px;
}
.m-ctrl1{margin-top: 76px;}

	.date-ctrl {
    border: 1px solid #074;
    padding: 6px;
    color: #010101;
    text-align: center;
        font-size: 19px;
    background: transparent;
    width: 50px;
    height: 58px;
}
 .pd-r
  {
    padding: 0 20px;
  }
}
	
	@media only screen and (max-width: 1024px){
  #outerdiv{
    flex-direction: column;
  }
  .innerdiv1{display:flex; justify-content:space-evenly}
  .list{flex:1}
  #outerdiv{
  width: 100%;
}
    .list.active::after{
    display:none;
  }
  .list:last-child{ border-bottom: thin solid #ffffff1a}
  .list.active::after{content:""; width:20px; height:20px; background:#336372; position:absolute;display:block; transform:rotate(45deg);margin: 20px 0 0 30px}
}

@media only screen and (max-width: 767px){
  .list {
    padding: 15px;
}
  .list.active::after{
    display:none;
  }
  
}

 


@media only screen and (max-width: 542px){

  .list {
    text-align:center;
  }
    .list.active::after{
    display:none;
  }
}







@media (max-width:768px){.text-justify{text-align:left} .text-right, .copyright{text-align:center!important} spacer:before{display: none}spacer{margin:5px 0; display:block} .p-70{padding:30px  0px}  .container-fluid1 {padding-right: 25px;padding-left: 25px} .tab-content .img-box {margin-top: 0px}header{position:static} .left_element ul li {display: none} .left_element ul li:last-child {display: block} header .logo {/*width: 80px*/width:100px} .academics .row {margin-top: 0px}.tab-content .content {padding: 25px}
	
header h2 {font-size: 40px} header{padding-bottom: 20px} .facilities-item1 .post-content1 h5 {font-size: 24px} .facilities-item .post-content1 p {display: none} header p{line-height: 16px;font-size: 13px;}
	.dc{display: inline-flex;}
	
	.innerdiv1 {
    display: inline-block;
    justify-content: space-evenly;
}
.tr{text-align:left;}

.slider-content1 {
    position: absolute;
    display: block;
    bottom: -11px;
    transform: none;
    left: 0%;
    z-index: 5;
    width: 100%;
    background: none;
    border: none;
}

	.m-ctrl {
    margin-top: 0px;
}
.m-ctrl1{margin-top: 0px;}


.footer-box {
    padding: 18px 13px;
    border-left: 0px solid #9898983b;
    font-weight: normal;
}
 .banner-inner img{position: relative; width: 100%; height: auto; z-index: 1;margin-top: 0px;}
 
 .banner-cont {
    position: absolute;
    top: 40%;
    z-index: 7;
    color: #fff!important;
    width: 100%;
    font-weight: bolder;
    text-align: center;
	} .banner-cont h1 { font-size: 26px;}

.banner-inner .gradient-bg {
    position: absolute;
    bottom: 0;
    height: 413px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 63%));
    -moz-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));
    -o-background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 100));
    -webkit-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));
    z-index: 2;
    width: 100%;
}
.mrgtop-20{margin-top:20px;}

}
@media only screen and (max-width: 767px) {
.logo img {width: 100%}header h2 {font-size: 30px} .shlok-line {display: none}.shlok {padding:10px 15px} .shlok h4 { font-size: 1.25rem} .hindi-text {font-size: 16px} .campus {padding: 20px 15px} .facilities-item {margin: 5px} .facilities-item .post-content1 h5 {font-size: 18px;}.facilities-item .post-content1 {padding: 5px 10px;bottom: 10px}
.academy h3 {font-size: 20px} .academy p {font-size: 13px} .highlight-item .post-content1 {padding: 5px; bottom:0}.highlight-item .post-content1 h5 {font-size: 15px} .socials{margin-top:5px} h2, h3 {font-size: 1.25rem} .white-box-h {margin-bottom: 20px} .testimonial p {margin-bottom: 0px;-webkit-line-clamp: 3;max-height: 4.7em} .testimonials .owl-theme .owl-controls {margin-top: 0px!important}
	
}
@media only screen and (max-width: 640px){header h2 {font-size: 27px}}


@media only screen and (max-width: 480px){ 
header h2 {
    font-size: 18px;
}
header p {
    line-height: 15px;
    font-size: 12px;
}
.testimonial-1 {
    padding: 0;
    margin: 0;
    border-left: 0px solid #007744;
    position: relative;
}
.testimonial-1 .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #007744;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.testimonial-1:after {
    content: "";
    border-bottom: 0px solid #007744;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    position: relative;
    bottom: 0;
    left: 0;
}
.testimonial {
    padding: 0;
    margin: 0;
}
.dc{display: inline-flex;}

.innerdiv1 {
    display: inline-block;
    justify-content: space-evenly;
}
 
header .logo {
    width: 78px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    position: absolute;
    top: -17px;
    z-index: 99;
    padding: 8px;
    margin-left: 0px;
}


.h1, h1 {
    font-size: 30px;
}
.mrgt10{margin-top:10px;}

.section-title-txt {
    font-size: 30px;
    line-height: 28px;
    margin-top: 0;
}
.tr{text-align:left;}

.slider-content1 {
    position: absolute;
    display: block;
    bottom: -11px;
    transform: none;
    left: 0%;
    z-index: 5;
    width: 100%;
    background: none;
    border: none;
}

	.m-ctrl {
    margin-top: 0px;
}
.m-ctrl1{margin-top: 0px;}
.banner-inner .gradient-bg {
    position: absolute;
    bottom: 0;
    height: 413px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 63%));
    -moz-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));
    -o-background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 100));
    -webkit-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));
    z-index: 2;
    width: 100%;
}
.mrgtop-20{margin-top:20px;}


.m-ctrl2 {
    margin-top: 0;
}
/*.date-ctrl {
    border: 1px solid #fff8f3;
    padding: 10px 6px;
    color: #fff;
    text-align: center;
    background: #074;
    width: 88px;
    height: 76px;
}*/
}

@media only screen and (max-width: 380px){ 
header h2 {
    font-size: 15px;
}
header p {
    line-height: 15px;
    font-size: 10px;
}
.canvas_open {
    right: 5px;
    top: 0px;
    display: inline-block;
    width: 36px;
}

header .logo {
    width: 62px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    position: absolute;
    top: -30px;
    z-index: 99;
    padding: 6px 10px;
    margin-left: -14px;
}
header {
    padding-bottom: 10px;
}

.canvas_open a {
    width: 36px;
    height: 28px;
    line-height: 35px;
    font-size: 22px;
}

.testimonial-1 {
    padding: 0;
    margin: 0;
    border-left: 0px solid #007744;
    position: relative;
}
.testimonial-1 .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #007744;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.testimonial-1:after {
    content: "";
    border-bottom: 0px solid #007744;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    position: relative;
    bottom: 0;
    left: 0;
}
.testimonial {
    padding: 0;
    margin: 0;
}
.dc{display: inline-flex;}

.innerdiv1 {
    display: inline-block;
    justify-content: space-evenly;
}
.h1, h1 {
    font-size: 30px;
}
.mrgt10{margin-top:10px;}

.section-title-txt {
    font-size: 30px;
    line-height: 28px;
    margin-top: 0;
}
.tr{text-align:left;}

.slider-content1 {
    position: absolute;
    display: block;
    bottom: -11px;
    transform: none;
    left: 0%;
    z-index: 5;
    width: 100%;
    background: none;
    border: none;
}

	.m-ctrl {
    margin-top: 0px;
}
.m-ctrl1{margin-top: 0px;}
.date-ctrl {
    width: 55px;
    border: 1px solid #ffc600;
    padding: 10px 10px;
    color: #fff;
    text-align: center;
    background: #074;
}

.banner-cont {
    position: absolute;
    top: 50%;
    z-index: 9;
    color: #fff!important;
    width: 100%;
    font-weight: bolder;
    text-align: center;
}

.banner-inner .gradient-bg {
    position: absolute;
    bottom: 0;
    height: 413px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 63%));
    -moz-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));
    -o-background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 100));
    -webkit-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));
    z-index: 2;
    width: 100%;
}
.mrgtop-20{margin-top:20px;}


 
.m-ctrl2 {
    margin-top: 0;
}

.date-ctrl {
    border: 1px solid #fff8f3;
    padding: 10px 6px;
    color: #fff;
    text-align: center;
    background: #074;
    width: 76px;
    height: 76px;
}
}


@media only screen and (max-width: 280px){ 
header h2 {
    font-size: 10px;
}
header p {
    line-height: 13px;
    font-size: 9px;
}

header .logo {
    width: 56px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    position: absolute;
    top: -30px;
    z-index: 99;
    padding: 6px 10px;
    margin-left: -25px;
}
}
 


html body {min-width: 100%;min-height: 100%;-webkit-background-size: auto auto;-moz-background-size: auto auto;-o-background-size: auto auto;background-size: auto auto}
}
@media (max-width: @iphone-screen) {background-attachment:inherit;background-size:cover;-webkit-background-size:cover} 
