﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&display=swap');
body {
  padding: 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Dosis', sans-serif;
}
.logogif {
    width: 50%;
}
ul {
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 25px;
}

.text-justify {
  text-align: justify;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

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

.btn_mt {
  padding: 12px 40px;
  border-radius: 40px;
  background-color: #ea5a02;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  margin: 20px 0;
}

.btn_mt:hover {
  background-color: #000;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  outline: none;
  color: #fff;
}

.btn_clp {
  background-color: #fff;
  padding: 10px;
  display: block;
  margin: 20px 0;
  border-radius: 50px;
  text-align: center;
  color: #000;
  -webkit-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
}

.btn_clp:hover, .btn_clp:active, .btn_clp:focus {
  color: #000;
  -webkit-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.24);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.btn_c2 {
  font-size: 14px;
  background: #ed1f57;
  padding: 7px 20px;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.btn_c2:hover, .btn_c2:focus, .btn_c2:active {
  color: #fff;
  background-color: #ff336a;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  margin-left: 10px;
}

.btn_c2.mt_20 {
margin-top:20px;
  display: inline-block;
}
.mtop101{margin-top:0px !important;}
.tp_sticky {
  width: 100%;
  background: #fff;
  z-index: 999;
  position: fixed;
  -webkit-transition: ease-in 0.6;
  transition: ease-in 0.6;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-box-shadow: 0px 16px 10px -8px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 16px 10px -8px rgba(0, 0, 0, 0.07);
}

.tp_sticky .nav_top {
  display: none;
}

.tp_sticky .brand img {
  width: 100px;
  -webkit-transition: ease-in 0.4;
  transition: ease-in 0.4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.col__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col__header .nav_top ul {
  text-align: right;
  margin-bottom: 0;
}

.col__header .nav_top ul li {
  display: inline-block;
  padding: 10px 0;
}

.col__header .nav_top ul li:hover a {
  color: #ea5a02;
}

.col__header .nav_top ul li a {
  color: #2C2C2C;
  font-size: 12px;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.col__header .nav_bottom {
  position: relative;
  z-index: 20;
}

.col__header .nav_bottom ul {
  position: relative;
  margin-bottom: 0;
}

.col__header .nav_bottom ul li {
  display: inline-block;
}

.col__header .nav_bottom ul li:hover > a {
  color: #ea5a02;
}

.col__header .nav_bottom ul li a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.col__header .nav_bottom .drop_down:hover .menu_sub {
  display: block;
}

.col__header .nav_bottom .drop_down .menu_sub {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 30px;
  left: 0;
  margin: 0 auto;
  margin-top: 0px;
  left: 0;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.27);
}

.col__header .nav_bottom .drop_down .menu_sub.w900 {
  width: 900px;
}

.col__header .nav_bottom .drop_down .menu_sub.sub_admission {
  width: 330px;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

.col__header .nav_bottom .drop_down .menu_sub.sub_admission .arrow_span_up {
  -webkit-transform: translateX(111px);
          transform: translateX(111px);
}

.col__header .nav_bottom .drop_down .menu_sub.sub_result {
  width: 330px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.col__header .nav_bottom .drop_down .menu_sub.sub_result .arrow_span_up {
  -webkit-transform: translateX(133px);
          transform: translateX(133px);
}

.col__header .nav_bottom .drop_down .menu_sub .item_title {
  text-transform: uppercase;
  color: #ea5a02;
  padding: 10px;
  font-size: 14px;
}

.col__header .nav_bottom .drop_down .menu_sub .arrow_span_up {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transform: translateX(282px);
          transform: translateX(282px);
  top: -15px;
  border-bottom: 15px solid #fff;
}

.col__header .nav_bottom .drop_down .menu_sub.megha__one {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.col__header .nav_bottom .drop_down .menu_sub.megha__two {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.col__header .nav_bottom .drop_down .menu_sub.megha__two .arrow_span_up {
  -webkit-transform: translateX(421px);
          transform: translateX(421px);
}

.col__header .nav_bottom .drop_down .menu_sub .menu_catry_blok {
  background-color: black;
  position: relative;
  margin-bottom: 20px;
}

.col__header .nav_bottom .drop_down .menu_sub .menu_catry_blok a {
  padding: 0;
}

.col__header .nav_bottom .drop_down .menu_sub .menu_catry_blok h4 {
  position: absolute;
  top: auto;
  left: 20px;
  bottom: 0;
  font-size: 18px;
  color: #fff;
}

.col__header .nav_bottom .drop_down .menu_sub.menu_more {
  width: 300px;
  -webkit-transform: translateX(170px);
          transform: translateX(170px);
}

.col__header .nav_bottom .drop_down .menu_sub.menu_more .arrow_span_up {
  -webkit-transform: translateX(222px);
          transform: translateX(222px);
}

.col__header .nav_bottom .drop_down a {
  padding: 18px 15px;
}

.col__header .nav_bottom .drop_down .mega_li li {
  display: block;
  border-bottom: 1px dashed #eee;
}

.col__header .nav_bottom .drop_down .mega_li li:hover a {
  color: #ea5a02;
  text-decoration: underline;
}

.col__header .nav_bottom .drop_down .mega_li li a {
  padding: 8px 10px;
  display: block;
  font-weight: 400;
}

.ht_100 {
  height: 100% !important;
}

.slider__part {
  height: 100vh;
}

.slider__part .inner_slider {
  position: relative;
}

.slider__part .inner_slider .slider_text {
  position: absolute;
  padding: 40px;
  max-width: 500px;
  top: 35%;
  bottom: 20px;
  left: 2%;
  color: #fff;
}

.slider__part .inner_slider .slider_text h1 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}

.title_main {
  color: #DA261E;
  font-size: 44px;
  font-weight: bold;
  padding-bottom: 24px;
}

.box_img_hm {
  position: relative;
}

.box_img_hm .img_text {
  background-color: #ea5a02;
  padding: 10px 30px;
  position: absolute;
  bottom: 15px;
  color: #fff;
}

.snl_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.snl_text::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #DA261E;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 10px;
}

.padding_r30 {
  padding-right: 30px;
}

.text_sml_bold {
  font-size: 16px;
  font-weight: bold;
}

.ul_four__col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top: 30px;
}

.ul_four__col li {
  font-size: 12px;
  text-align: center;
}

.ul_four__col li .count {
  font-weight: bold;
  font-size: 35px;
  color: #DA841E;
}

.outer_video {
  position: relative;
  padding: 70px 0;
}

.outer_video::after {
  width: 50%;
  position: absolute;
  right: 0;
  background-color: #DA261E;
  content: "";
  height: 100%;
  display: block;
  top: 0;
}

.wrap_video {
  position: relative;
  border: 20px;
  max-width: 880px;
  margin: 0 auto;
  border: 30px solid #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.23);
  z-index: 5;
}

.wrap_video .video_overlay {
  background: #00000054;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: ease-in 0.6s;
  transition: ease-in 0.6s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}

.wrap_video .video_overlay:hover .icon_play {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
  opacity: 1;
}

.wrap_video .video_overlay .icon_play {
  text-align: center;
  width: 80px;
  height: 80px;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  opacity: 0;
}

.wrap_video .video_overlay .icon_play img {
  width: 80px;
  height: 80px;
}

.wrap_video .video_overlay:hover {
  opacity: 1;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.wrap_video img {
  width: 100%;
}

.aravinda_category {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.aravinda_category li {
  height: 317px;
  position: relative;
  background-size: cover !important;
}

.aravinda_category li .fill_text {
  background-color: #ea5a02;
  padding: 30px;
  display: table;
  height: 100%;
}

.aravinda_category li .fill_text h2 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
}

.aravinda_category li .block_categ:hover::before {
  width: 100%;
  opacity: 1;
}

.aravinda_category li .block_categ:hover .post_footer .more {
  opacity: 1;
  -webkit-transition-delay: 8s;
          transition-delay: 8s;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.aravinda_category li .block_categ:hover .post_footer {
  -webkit-transition-delay: 5ms;
          transition-delay: 5ms;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.aravinda_category li .block_categ:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.aravinda_category li .block_categ::before {
  content: "";
  display: block;
  background-color: #da261ea6;
  position: absolute;
  opacity: 0;
  width: 10px;
  left: 0;
  height: 100%;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  z-index: 100;
}

.aravinda_category li .block_categ::after {
  content: "";
  background-color: #0000007a;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.aravinda_category li img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.aravinda_category li a {
  color: #fff;
  display: block;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.aravinda_category li a .post_footer {
  position: absolute;
  bottom: 10px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  padding: 30px;
  z-index: 101;
}

.aravinda_category li a .post_footer span {
  font-size: 11px;
}

.aravinda_category li a .post_footer .more {
  font-size: 13px;
  opacity: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.aravinda_category li .type {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
}

.join_box {
  background: #232A4A url(../images/bg_8888.png) no-repeat;
  padding: 60px;
}

.join_box a {
  background-color: #DA261E;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  width: 230px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

.join_box h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
}

footer {
  background-color: #232A4A;
  padding: 70px 0 0 0;
  color: #fff;
  margin-top: 50px;
}

footer .ft_head {
  font-size: 18px;
  margin-bottom: 30px;
}

footer .copy {
  background: #161C37;
  padding-top: 20px;
  margin-top: 40px;
}

footer .copy p {
  font-size: 12px;
}

.footer_menu li {
  position: relative;
}

.footer_menu li::before {
  width: 10px;
  height: 1px;
  background-color: red;
  content: "";
  position: absolute;
  top: 14px;
}

.footer_menu li a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  padding: 5px;
  padding-left: 22px;
}

.footer_address li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #3B4574;
  padding: 20px 0;
}

.footer_address li .icon {
  color: #DA261E;
  width: 40px;
  font-size: 16px;
}

.lightboxcontainer {
  width: 100%;
  text-align: left;
}

.lightboxcontainer .lightboxleft {
  width: 40%;
  float: left;
}

.lightboxcontainer .lightboxright {
  width: 60%;
  float: left;
}

.lightboxcontainer .lightboxright iframe {
  min-height: 390px;
}

.lightboxcontainer .divtext {
  margin: 36px;
}

@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}

.menuside_bar {
  overflow: auto;
}

.mb_menu_title {
  padding: 10px;
}

.menuside_bar .submenu a {
  font-size: 12px;
}

.menuside_bar .submenu.sub_sub li {
  padding-left: 30px;
}

.inner_page_title {
  text-align: center;
}

.inner_page_title .inner {
  position: relative;
  background-size: cover !important;
  min-height: 400px;
  text-align: center;
  background-color: #000000b8;
  padding: 40px;
  color: #fff;
}

.inner_page_title .inner::after {
  content: "";
  display: block;
  background-color: #000000a6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inner_page_title .inner .page_text {
  position: relative;
  z-index: 5;
}

.inner_page_title .inner .page_text .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner_page_title .inner h1 {
  font-weight: bold;
  font-size: 50px;
  margin-top: 110px;
}

.max_width {
  max-width: 800px;
  margin: 0 auto;
}

.img__text_wrap {
  position: relative;
  z-index: 99;
  margin-top: 60px;
  margin-bottom: 60px;
}

.img__text_wrap .img_text {
  right: 0;
  bottom: 0;
  width: 350px;
  background: #ea5a02c7;
}

.ul_listing_cc li {
  border-bottom: 1px solid #eee;
  padding: 20px 20px 0  0px;
  margin-left: 40px;
  position: relative;
}

.ul_listing_cc li::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 20px;
  background: url(../images/8888.png);
  width: 31px;
  height: 31px;
}

.ul_listing_cc li h3 {
  font-size: 18px;
  line-height: 26px;
}

.accordion_form {
  margin-top: 50px;
}

.accordion_form .accordion-body {
  padding-top: 40px;
  background: #f7f7f7;
  font-size: 14px;
}

.form_body {
  color: #000;
}

.form_body .mand_clr {
  color: red;
}

.form_body input[type="text"], .form_body select {
  height: 45px;
}

.form_body .small_text {
  font-size: 11px;
}

.family_table td {
  vertical-align: middle;
  padding: 15px ​6p;
}

.admission_online .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #ea610c;
  outline: 0;
}

.admission_online .accordion-button {
  text-transform: uppercase;
}

.admission_online .accordion-button:hover {
  outline: 0;
}

.admission_online .accordion-button::after {
  opacity: 0;
}

.admission_online .title {
  font-size: 20px;
  margin-bottom: 20px;
}

.radio_form input {
  position: relative;
  top: 3px;
}

.prof_gallery {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.block_c1 {
  position: relative;
  overflow: hidden;
}

.block_c1 .text {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 7;
  padding: 10px 20px;
  font-size: 20px;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.block_c1 img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.block_c1 .hov_icon {
  position: absolute;
  color: #fff;
  top: 40%;
  text-align: center;
  width: 100%;
  z-index: 6;
  font-size: 30px;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.block_c1:hover .text {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 1;
}

.block_c1:hover .hov_icon {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  opacity: 1;
}

.block_c1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #da261ea6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 5;
}

.block_c1:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.dflex_row:hover .content_div .title_main, .dflex_row:hover .content_div .list {
  color: #fff;
}

.dflex_row:hover .content_div::after {
  width: 100%;
  opacity: 1;
}

.dflex_row .list li {
  margin-bottom: 5px;
  font-size: 14px;
  /* border-bottom: 1px solid #eee; */
  padding-bottom: 5px;
}

.dflex_row .content_div {
  padding: 20px 30px;
  display: table;
  position: relative;
}

.dflex_row .content_div::after {
  content: "";
  display: block;
  background-color: #ea5a02;
  position: absolute;
  opacity: 0;
  width: 10px;
  left: 0;
  height: 100%;
  -webkit-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
  z-index: 3;
  top: 0;
}

.dflex_row .content_div .title_main {
  padding-top: 10px;
  font-size: 30px;
}

.dflex_row .content_div .inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 4;
}

.dflex_row .content_div, .dflex_row .imag_div {
  width: 50%;
}

.dflex_row .content_div img, .dflex_row .imag_div img {
  width: 100%;
}

.post_block {
  margin-bottom: 30px;
  margin-bottom: 20px;
  background: #f9f9f9;
}

.post_block:hover figure img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transition: all 900ms ease-in-out 100ms;
  -webkit-transition: all 900ms ease-in-out 100ms;
  -ms-transition: all 900ms ease-in-out 100ms;
  -o-transition: all 900ms ease-in-out 100ms;
  -moz-transition: all 900ms ease-in-out 100ms;
}

.post_block:hover figure img img {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.post_block:hover h3 {
  color: #ea5a02;
}

.post_block a {
  color: #000;
  text-decoration: none;
}

.post_block figure {
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  position: relative;
}

.post_block figure img {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.post_block figure .post_date {
  background: #ea5a02;
  padding: 5px 20px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  bottom: 19px;
  left: 15px;
}

.post_block .content {
  padding: 35px 29px;
}

.post_block .content h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.back {
  margin-top: 10px;
}

.back a {
  color: #3c3c3c;
  text-transform: uppercase;
}

.ul_board {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: (5fr)[5];
      grid-template-columns: repeat(5, 5fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ul_board .profile_block {
  background: #fbfbfb;
  height: 100%;
}

.ul_board .profile_block figure {
  display: block;
  background: #eee;
}

.ul_board .profile_block figcaption {
  text-align: center;
  padding: 10px;
  font-size: 13px;
  line-height: 22px;
}

.ul_board .profile_block figcaption .name {
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.ul_list2 li {
  border-bottom: 1px solid #eee;
}

.ul_list2 li a {
  color: #000;
  padding: 20px;
  display: block;
  font-size: 20px;
  padding-left: 40px;
  position: relative;
}

.ul_list2 li a:hover, .ul_list2 li a:focus, .ul_list2 li a:active {
  color: #ea5a02;
}

.ul_list2 li a::before {
  background: url("../images/arrow_b.png");
  content: "";
  display: block;
  width: 23px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 27px;
}

.fullpage-wrapper .row_section1 {
  background-color: #ffd24a;
  margin: 50px;
}

.fullpage-wrapper .row_section2 {
  background-color: #0095da;
  margin: 50px;
}

.fullpage-wrapper .row_section3 {
  background-color: #ffd24a;
  margin: 50px;
}

.fullpage-wrapper .row_section4 {
  background-color: #000;
  margin: 50px;
}

.sp_container {
  max-width: 93%;
  margin: 0 auto;
}

.banner_section {
  background: #ed1f57;
}

header {
  background-color: #fff;
  left: 0;
  position: fixed;
  z-index: 99;
  padding: 0px 0;
  width: 100%;
  top: 0px;
}

header .nav_wrap {
  position: relative;
  z-index: 99;
  top:6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .head_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner_sec {
  margin: 0 30px;
}

.banner_wrap .banner .banner_text {
  text-align: center;

}

.banner_wrap .banner .banner_text img {
  margin-bottom: 20px;
  max-width: 220px;
}

.banner_wrap .banner .banner_text a {
  font-size: 14px;
  background: #ed1f57;
  padding: 7px 20px;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 1px;
}

.banner_wrap .banner .banner_text h1 {
  color: #000;
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 30px;
}

.banner_wrap .banner .banner_text h1 span {
  color: #ed1f57;
}

.banner_wrap .banner .banner_text .sub_text {
  font-size: 22px !important;
  color: #ed1f57;
  font-weight: bold;
  line-height:30px;
  margin-bottom:0px;
}

.hamburger-toggle {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30px;
  height: 20px;
  margin-top: -3px;
}

.line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.line--middle {
  width: 80%;
}

.line--bottom {
  width: 60%;
}

.hamburger-toggle__circle {
  width: 55px;
  height: 55px;
  fill: #ed1f57;
  pointer-events: none;
  -webkit-transform: scale(1) translateZ(1%, 1%, 0);
          transform: scale(1) translateZ(1%, 1%, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.has-offcanvas .hamburger-toggle__circle {
  -webkit-transform: scale(75) translate3d(1%, 1%, 0);
          transform: scale(75) translate3d(1%, 1%, 0);
  position: fixed;
}

.offcanvas {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 100vh;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, transform 0.3s;
  transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
}

.has-offcanvas .offcanvas {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.offcanvas-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offcanvas-nav__item {
  font-family: "Bree Serif", serif;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1400px) {
  .offcanvas-nav__item {
    font-size: 64px;
  }
}

.offcanvas-nav__item + .offcanvas-nav__item {
  margin-top: 15px;
}

.offcanvas-nav__link {
  color: #fff;
  text-decoration: none;
}

.toggle-circle {
  position: absolute;
  left: 16px;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 90px;
}

.toggle-circle .row {
  text-align: end;
}

.sp_slider {
  max-width: 80%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp_slider img {
  width: 100%;
}

.sp_slider img.mobile {
  display: none;
}

.sp_slider img {
  width: 220px !important;
  margin: 0 auto;
    margin-bottom: 20px;
}

.sp_slider .slide_inner {
  position: relative;
  padding-bottom: 20px;
  margin-top: 10px;
}

.sp_slider .slide_inner .text {
  text-align: center;
  color: #fff;
}

.sp_slider .slide_inner .text .text_c {
  margin-bottom: 30px;
  font-size: 22px;
}
.slidrtxt{font-size:22px;  line-height:30px; margin-top:15px; color:#ed1f57; font-weight:900;}
.sp_slider .owl-nav {
  display: none;

}

.bsp {
  display: table;
}

.bsp .inner {
  display: table-cell;
  vertical-align: middle;
}

.bsp .btn_clp {
  margin-top: 20px;
  max-width: 200px;
}

.big_text {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
    line-height:30px;
	margin-bottom:0px;
}

.row_section3 .big_text {
  color: #ed1f57;
  margin-top: 10px;
  line-height: 30px;
    margin-bottom: 0px;
}

.even_box {
  background: #ed1f57;
  padding: 10px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.event_wrap {
  text-align: center;
}

.event_wrap li {
  width: 250px;
  display: inline-block;
  margin: 0 15px;
}

.even_box {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.even_box h3 {
  color: #fff;
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
}

.even_box .count_box {
  font-size: 30px;
  font-weight: bold;
  color: #ffd24a;
}

.even_box .count_box span.count {
  color: #fff;
}

.col-ps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  background: #ed1f57;
}

.col-ps h3 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}

.col-ps .b_left {
  padding: 60px;
  display: table;
}

.col-ps .b_left .inner {
  display: table-cell;
  vertical-align: middle;
}

.col-ps .btn_comm {
  padding: 12px 60px;
  border-radius: 5px;
  display: inline-block;
  background: #000;
  font-size: 13px;
  color: #fff;
  margin: 20px 0;
}

.p_lp {
  margin-bottom: 60px;
}

.cp_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  color: #000;
}

.cp_box .box_icon {
  margin-right: 30px;
}

.cp_box .box_icon img {
  width: 50px;
}

.address_info {
  margin-bottom: 30px;
  max-width: 250px;
}

.ul_contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  line-height: 40px;
  font-size: 16px;
}

.ul_contact li .icon_box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #363636;
  margin-right: 10px;
}
.ul_contact li .icon_box img{
  position: relative;
  top: -3px;
}
.contact_us .cartoon img {
  height: 220px;
  margin-top: 30px;

}

.contact_us .big_text {
  margin-bottom: 0px;
}

.contact_us .sub {
  font-size: 16px;
}

.footer_bottom {
  margin-top: 20px;
}

.footer_bottom a, .footer_bottom p {
  font-size: 15px;
}

.footer_bottom a {
  color: #ed1f57;
}

.in_nav .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 40%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.in_nav .owl-nav .owl-prev, .in_nav .owl-nav .owl-next {
  cursor: pointer;
  background: #ffd24a;
  padding: 10px;
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 30px;
}

.about_bg {
  background-size: cover !important;
  position: relative;
  text-align: center;
}

.about_bg .cartoon img {
  height: 270px;
}

.about_bg .inner {
  
  position: relative;
  z-index: 2;
  padding: 0 150px;
}

.about_bg .inner .btn_clp {
  max-width: 350px;
  margin: 30px auto;
  display: block;
  font-size: 14px;
  padding: 17px;
}

.offcanvas-nav {
  width: 450px;
}

.offcanvas-nav .menu_accordion {
  width: 100%;
}

.offcanvas-nav .menu_accordion .link {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.offcanvas-nav .menu_accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.offcanvas-nav .menu_accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.offcanvas-nav .menu_accordion li.open .link {
  color: #fff;
}

.offcanvas-nav .menu_accordion li.open i {
  color: #b63b4d;
}

.offcanvas-nav .menu_accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-footer__bottom-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:30%;
  margin:0 auto;
}

.site-footer__bottom-social a {
  display: -webkit-box;
  margin: 0 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: var(--thm-black);
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.site-footer__bottom-social a:hover, .site-footer__bottom-social a::after, .site-footer__bottom-social a:focus {
  text-decoration: none;
  color: #fff;
  background: #2C2C2C;
}

.bg_color {
  -webkit-animation: myanimation 10s infinite;
          animation: myanimation 10s infinite;
}

@-webkit-keyframes myanimation {
  0% {
    background-color: #ed1f57;
  }
  25% {
    background-color: #ed1f57;
  }
  50% {
    background-color: #0095da;
  }
  75% {
    background-color: #ffd24a;
  }
  100% {
    background-color: #ed1f57;
  }
}

@keyframes myanimation {
  0% {
    background-color: #ed1f57;
  }
  25% {
    background-color: #ed1f57;
  }
  50% {
    background-color: #0095da;
  }
  75% {
    background-color: #ffd24a;
  }
  100% {
    background-color: #ed1f57;
  }
}

.no_scroll {
  overflow: hidden !important;
  height: 100% !important;
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 1;
  background: #fff;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loader {
 
  display: inline-block;
  position:fixed;
  z-index: 100;
  -webkit-animation: loader 2s infinite ease;
          animation: loader 2s infinite ease;
 
  left: 0;
  /* width: 50px; */
  margin: 0 auto;
  width: 100px;
}
.loader { width: 100%; text-align: center;}
.loader-inner {    width: 150px;}
.gifload {  width: 100%;  max-width: 300px;}
/* .gifload{width:300%;} */
.cartoon img {
  height: 230px;

}
.cartoon11{margin-bottom:30px;}
.text_abb h3 {
  color: #fff;
  margin-bottom: 0px;
    font-size: 22px;
	  line-height:30px;
}

.text_abb p {
  font-size: 16px;
   margin-bottom:0px;
}

.owl_dotts .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl_dotts .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.5;
}

.owl_dotts .owl-dots .owl-dot.active {
  opacity: 1;
}

.reason_joy_mobile .owl-nav {
  display: none;
}

.reason_joy_mobile .item {
  padding-bottom: 30px;
  text-align: center;
}

.reason_joy_mobile img {
  width: 200px !important;
  margin: 0 auto;
}

.menu_close {
  background: url(../images/close.png) no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  display: none;
}

.hide_c {
  display: none;
}

.menu_close.show {
  display: block;
}

.brand_logo img {
  position: relative;
  top: 15px;
  z-index: 999;
}

.back_home {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ebebeb;
  border-radius: 50px;
  width: 105px;
}

.back_home .top_div {
  padding: 6px 10px;
  font-size: 14px;
  font-weight:900;
}

.back_home .arrow {
  background: #ed1f57;
  width: 35px;
  height: 33px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: background-color .3s,  opacity .5s, visibility .5s;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  border-radius: 0px 20px 20px 0px;
  line-height: 30px;
}

.back_home.show {
  opacity: 1;
  visibility: visible;
}

.static__footer {
  display: -ms-grid;
  display: grid;
  background-color: #fff;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 48px;
  z-index: 99;
}

.static__footer .static_logo {
  text-align: center;
}

.static__footer .back_home {
  position: relative;
  top: 1px;
}

.static__footer .btn_bonate {
  top: 0px;
}

.static__footer .btn_bonate a {
  top: 0;
}



.btn_bonate {
  position: relative;
  width: 50px;
  top: 6px;
  z-index: 999;
}

.btn_bonate a {
  width: 100px;
  border: 1px solid #ffffff2e;
  background-color: #ebebeb;
  border-radius: 50px;
  display: inline-block;
  font-size: 14px;
  font-weight:900;
  color: #000;
  position: absolute;
  left: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  top: -13px;
}

.btn_bonate a .hlove {
  font-size: 14px;
  font-weight:900;
  background-color: #ed1f57;
  padding: 5px 11px;
  color: #fff;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.btn_bonate a .hlove i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.btn_bonate a span {
  padding: 6px 18px 5px 11px;
}
.btn_bonate a .callspan{    padding: 6px 20px 5px 18px;}
.static_logo svg {
    max-height: 42px;}
/*# sourceMappingURL=style.css.map */

@media (max-width: 1299px){
.static__footer {padding:5px 35px;}
 

}
@media (max-width: 1023px){
	.btn_bonate a span {
  padding: 6px 10px 5px 11px;
}
}
@media (max-width: 991px){
	
	.btn_bonate a .hlove{padding:5px 10px;}
	.static__footer .btn_bonate a .hlove{ padding:5px 10px !important;}
	.btn_bonate a {width: 90px;}
}
@media (max-width: 790px){

.static__footer  {padding:5px 25px !important;}
 
.btn_bonate a span {
    padding: 6px 8px 7x 11px;
}
@media (max-width: 767px){
	
	.static__footer  {padding:5px 15px !important;}
}
@media (max-width: 539px){
.static__footer .static_logo img {width: 124% !important; margin-left:-17px;}
}

@media (max-width: 413px){
	.static__footer  {padding:5px 12px !important;}
	.btn_bonate a span {
  padding: 6px 10px 5px 7px;
}
.static__footer .back_home .top_div {
  
    padding: 1px 8px;
  }

.cartoon img {
    height: 157px !important;
}
 .banner_wrap .banner .banner_text img {
    margin-bottom: 10px;
    max-width: 149px; margin-top: -10px;
}
    .banner_wrap .banner .banner_text h1 {
        margin-top: 3px !important;
        margin-bottom: 1px;
    }
    .gifload {
    width: 195px;
    margin-top: 49%;
}
 

.contact_us .cartoon img{margin-top:0px;}
}
@media (max-width: 359px){
 
}