@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&amp;family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Germania+One&display=swap');

body {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 16px;
  overflow-x: hidden;
}

input:hover,
input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}
button:hover,
button:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}
:focus {
  outline: -webkit-focus-ring-color auto 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
  .custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
  border-color: #dce1e9;
}
.section_padding {
  padding: 60px 0px;
  position: relative;
}
.general-section {
  background: #ffffff;
} 
.fancybox-caption__body {
  text-transform: capitalize;
}
.gallery-section {
  padding: 60px 0 35px;
  position: relative;
}
.gallery-widget {
  margin-bottom: 25px;
}
.section_padding-top {
  padding: 50px 0px 0px;
  position: relative;
}
a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h2 {
  font-size: 40px;
  line-height: 1.2;
}

p {
  line-height: 26px;
  font-size: 17px;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}
img {
  max-width: 100%;
}
.navbar-brand {
  margin: 0;
  padding: 0;
}
.section_bg {
  background-color: #970f00;
}
.section_bg1 {
  background-color: #fafad2;
}
.section_bg_1 {
  background-color: #f5fbfb;
}

.section_bg_2 {
  background-color: #fbfcfc;
}
.marquee-text {
  color: #f6ff92;
  text-transform: capitalize;
  font-weight: 700;
}
.niceSelect {
  border: 1px solid #dce1e9;
  font-size: 13px;
  color: #8f9093;
  display: block;
  width: 100%;
  text-transform: capitalize;
  padding: 0 20px;
  border-radius: 6px;
  float: inherit;
  font-weight: 300;
}
.niceSelect:after {
  border-bottom: 0 solid transparent;
  border-right: 0 solid transparent;
  content: "3";
  font-family: "eleganticons";
  transform: rotate(0);
  top: 3px;
  right: 29px;
  font-size: 19px !important;
}
.niceSelect .option:hover,
.niceSelect .option.focus,
.niceSelect .option.selected.focus {
  background-color: transparent;
}
.niceSelect .option.selected {
  font-weight: normal;
  color: #970f00;
}
.niceSelect .option {
  line-height: 34px;
  min-height: 34px;
  font-size: 14px;
}
.niceSelect .list {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  color: #8f9093;
  padding: 20px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.niceSelect .list li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.niceSelect .list li:hover {
  color: #970f00 !important;
}
.niceSelect.open:after {
  transform: rotate(0);
  content: "2";
  font-family: "eleganticons";
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.section_tittle {
  text-align: center;
  margin-bottom: 83px;
}
.section_tittle h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #797f8c;
  line-height: 12px;
  margin-bottom: 11px;
}
.section_tittle h5 span {
  color: #970f00;
}
.section_tittle h2 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 40px;
  color: #32355d;
}
.section_tittle .wave_line {
  height: 11px;
  width: 80px;
  background-image: url(../img/animated_shape_2.png);
  background-position: center;
  -webkit-animation: slide 2s linear infinite;
  animation: slide 2s linear infinite;
  margin: 0 auto;
  margin-top: 14px;
}
.section_tittle .wave_line img {
  position: relative;
  animation: wave 2s linear infinite;
}
.section_tittle .shape_white {
  background-image: url(../img/animated_shape_white.png);
}

.section_tittle_style_02 {
  text-align: center;
  margin-bottom: 35px;
}
.section_tittle_style_02 .title {
  font-size: 48px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}
.section_tittle_style_02 .description {
  color: #626472;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.kid_title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 50px;
  text-transform: capitalize;
}
.page_pageination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.page_pageination a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #dce1e9;
  text-align: center;
  color: #9198a4;
  font-size: 16px;
  display: inline-block;
  border-radius: 50px;
  margin-right: 10px;
}
.page_pageination a:hover {
  background-color: #970f00;
  border: 1px solid #970f00;
  color: #fff;
}
.page_pageination a i {
  font-size: 14px;
  line-height: 40px;
}
.page_pageination .active {
  background-color: #970f00;
  border: 1px solid #970f00;
  color: #fff;
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -39px 0;
  }
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -39px 0;
  }
}
@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}
.header_shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg) translateY(-12px);
    -o-transform: rotate(0deg) translateY(-12px);
    -ms-transform: rotate(0deg) translateY(-12px);
    -webkit-transform: rotate(0deg) translateY(-12px);
    transform: rotate(0deg) translateY(-12px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-12px);
    -o-transform: rotate(360deg) translateY(-12px);
    -ms-transform: rotate(360deg) translateY(-12px);
    -webkit-transform: rotate(360deg) translateY(-12px);
    transform: rotate(360deg) translateY(-12px);
  }
}
@-moz-keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg) translateY(-12px);
    -o-transform: rotate(0deg) translateY(-12px);
    -ms-transform: rotate(0deg) translateY(-12px);
    -webkit-transform: rotate(0deg) translateY(-12px);
    transform: rotate(0deg) translateY(-12px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-12px);
    -o-transform: rotate(360deg) translateY(-12px);
    -ms-transform: rotate(360deg) translateY(-12px);
    -webkit-transform: rotate(360deg) translateY(-12px);
    transform: rotate(360deg) translateY(-12px);
  }
}
@-o-keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg) translateY(-12px);
    -o-transform: rotate(0deg) translateY(-12px);
    -ms-transform: rotate(0deg) translateY(-12px);
    -webkit-transform: rotate(0deg) translateY(-12px);
    transform: rotate(0deg) translateY(-12px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-12px);
    -o-transform: rotate(360deg) translateY(-12px);
    -ms-transform: rotate(360deg) translateY(-12px);
    -webkit-transform: rotate(360deg) translateY(-12px);
    transform: rotate(360deg) translateY(-12px);
  }
}
@keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg) translateY(-12px);
    -o-transform: rotate(0deg) translateY(-12px);
    -ms-transform: rotate(0deg) translateY(-12px);
    -webkit-transform: rotate(0deg) translateY(-12px);
    transform: rotate(0deg) translateY(-12px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-12px);
    -o-transform: rotate(360deg) translateY(-12px);
    -ms-transform: rotate(360deg) translateY(-12px);
    -webkit-transform: rotate(360deg) translateY(-12px);
    transform: rotate(360deg) translateY(-12px);
  }
}
@-webkit-keyframes spin2 {
  0% {
    -moz-transform: rotate(0deg) translateY(-70px);
    -o-transform: rotate(0deg) translateY(-70px);
    -ms-transform: rotate(0deg) translateY(-70px);
    -webkit-transform: rotate(0deg) translateY(-70px);
    transform: rotate(0deg) translateY(-70px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-70px);
    -o-transform: rotate(360deg) translateY(-70px);
    -ms-transform: rotate(360deg) translateY(-70px);
    -webkit-transform: rotate(360deg) translateY(-70px);
    transform: rotate(360deg) translateY(-70px);
  }
}
@-moz-keyframes spin2 {
  0% {
    -moz-transform: rotate(0deg) translateY(-70px);
    -o-transform: rotate(0deg) translateY(-70px);
    -ms-transform: rotate(0deg) translateY(-70px);
    -webkit-transform: rotate(0deg) translateY(-70px);
    transform: rotate(0deg) translateY(-70px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-70px);
    -o-transform: rotate(360deg) translateY(-70px);
    -ms-transform: rotate(360deg) translateY(-70px);
    -webkit-transform: rotate(360deg) translateY(-70px);
    transform: rotate(360deg) translateY(-70px);
  }
}
@-o-keyframes spin2 {
  0% {
    -moz-transform: rotate(0deg) translateY(-70px);
    -o-transform: rotate(0deg) translateY(-70px);
    -ms-transform: rotate(0deg) translateY(-70px);
    -webkit-transform: rotate(0deg) translateY(-70px);
    transform: rotate(0deg) translateY(-70px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-70px);
    -o-transform: rotate(360deg) translateY(-70px);
    -ms-transform: rotate(360deg) translateY(-70px);
    -webkit-transform: rotate(360deg) translateY(-70px);
    transform: rotate(360deg) translateY(-70px);
  }
}
@keyframes spin2 {
  0% {
    -moz-transform: rotate(0deg) translateY(-70px);
    -o-transform: rotate(0deg) translateY(-70px);
    -ms-transform: rotate(0deg) translateY(-70px);
    -webkit-transform: rotate(0deg) translateY(-70px);
    transform: rotate(0deg) translateY(-70px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-70px);
    -o-transform: rotate(360deg) translateY(-70px);
    -ms-transform: rotate(360deg) translateY(-70px);
    -webkit-transform: rotate(360deg) translateY(-70px);
    transform: rotate(360deg) translateY(-70px);
  }
}
.round-planet .shape {
  border-radius: 50%;
  left: 50%;
  position: absolute;
}

.font-weight-bolder {
  font-weight: 900 !important;
}

/**************** common css end ****************/
/******** base color css ********/
/*  For Button */
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cu_animated_button .cu_animated_dashes_border {
  stroke: #fff;
}

a.elementor-button, .elementor-button {
  color: #ffffff;
  background-color: #970f00;
  border-radius: 30px;
}

a.elementor-button, .elementor-button:hover {
  color: #ffffff;
  background-color: #970f00;
  border-radius: 30px;
}

.pc-button.elementor-button.size-lg {
  border-radius: 30px;
  padding: 19px 38.15px;
  font-size: 18px;
}

.pc-button.elementor-button {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
  min-height: 54px;
  min-width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c60025;
  border: 0px transparent;
}

.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}

.pc-button.elementor-button .button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
}

.elementor-button .elementor-button-text {
  display: inline-block;
}

.pc-button.elementor-button .inner-dashed-border {
  stroke: #ffffff;
}

.pc-button.elementor-button svg.inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}

.pc-button.elementor-button:hover .animated-dashes.inner-dashed-border {
  animation-play-state: running;
}

.cu_btn {
  display: inline-block;
  padding: 21px 37px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
}
.cu_btn.btn_1 {
  background-color: transparent;
  border: 1px solid #970f00;
  color: #970f00;
}
.cu_btn.btn_1:hover {
  background-color: #970f00;
  border: 1px solid #970f00;
  color: #fff;
}
.vs-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 19px 40px 20px 40px;
  background-color: #e8063c;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 9999px;
  line-height: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 2;
}
.cu_btn.btn_2 {
  background-color: #970f00;
  border: 1px solid #970f00;
  color: #fff;
  padding: 21px 55px;
}
.cu_btn.btn_2:hover {
  background-color: transparent;
  border: 1px solid #970f00;
  color: #970f00;
}
.cu_btn.white_btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.cu_btn.white_btn:hover {
  background-color: transparent;
  border: 1px solid #970f00;
  color: #fff;
  background-color: #970f00;
}
.cu_btn.white_bg {
  background-color: #fff;
  border: 1px solid #fff;
  color: #970f00;
  font-weight: 600;
}
.cu_btn.white_bg:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  background-color: #970f00;
}
.cu_btn.btn_3 {
  background-color: #f9ae15;
  border: 1px solid #f9ae15;
  color: #fff;
}
.cu_btn.btn_3:hover {
  background-color: transparent;
  border: 1px solid #f9ae15;
  color: #f9ae15;
}
.cu_btn.tag_btn {
  background-color: #f0f2f9;
  border: 1px solid #f0f2f9;
  color: #5a5a77;
  border-radius: 5px;
  margin-right: 7px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  padding: 6px 12px;
}
.cu_btn.tag_btn:hover {
  background-color: transparent;
  border: 1px solid #970f00;
  color: #fff;
  background-color: #970f00;
}

.animated_border_effect {
  position: relative;
  background-color: #970f00;
  border: 1px solid #970f00;
  color: #fff;
  padding: 21px 55px;
}
.animated_border_effect #border_animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.animated_border_effect #chain_border_animation {
  -webkit-animation: dash 1s infinite linear;
  -moz-animation: dash 1s infinite linear;
  -o-animation: dash 1s infinite linear;
  animation: dash 1s infinite linear;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 5;
  }
}
@-moz-keyframes dash {
  to {
    stroke-dashoffset: 5;
  }
}
@-o-keyframes dash {
  to {
    stroke-dashoffset: 5;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 5;
  }
}

/******** header css here *********/
.header_part {
  background-color: #fff;
}
.header_part .sub_header {
  padding: 12px 0;
  background-color: #d00303;
}
.header_part .sub_header a {
  display: inline-block;
  color: #fff;
}
.header_part .sub_header .header_contact_info i {
  margin-right: 15px;
  font-size: 16px;
}
.header_part .sub_header .header_contact_info a {
  margin-right: 30px;
  font-size: 15px;
  font-weight: 600;
}
.header_part .sub_header .header_contact_info a:hover, .header_part .sub_header .header_social_icon a:hover {
  
  color: #FFB218;
}
.header_part .sub_header .header_contact_info a:last-child {
  margin-right: 0;
}
.header_part .sub_header .header_social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_part .sub_header .header_social_icon a {
  display: inline-block;
  padding-left: 24px;
  font-size: 15px;
}
.header_part .sub_header .header_social_icon p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.header_part .header .navbar {
  padding: 0;
  text-transform: capitalize;
}
.header_part .header .navbar .navbar-nav {
  margin-right: 13px;
}
.header_part .header .navbar .nav-link {
  font-weight: 600;
  font-size: 17px;
  padding: 50px 15px;
  text-transform: capitalize;
}
.header_part .header .cu_btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 18px 30px;
  font-size: 16px;
}
.header_part .dropdown-menu {
  border: 0 solid transparent;
  margin: 0;
}
.header_style_2 .header .navbar .nav-link {
  color: #fff;
  font-weight: 500;
}
.header_style_2 .header .navbar .nav-link:hover {
  color: #f9ae15;
}
.header_style_2 .cu_btn:hover {
  background-color: transparent;
}
.header_style_2 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header_style_3 .header .navbar .nav-link {
  color: #fff;
}
.header_style_3 .header .navbar .nav-link:hover {
  color: #970f00;
}
.header_style_3 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.menu_fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(4, 13, 41, 0.05);
}
.menu_fixed.header .navbar .nav-link:hover {
  color: #970f00;
}
.menu_fixed .cu_btn {
  background-color: transparent;
  border: 1px solid #970f00;
  color: #970f00;
}
.menu_fixed .cu_btn:hover {
  border: 1px solid #970f00;
}
.menu_fixed img {
  -webkit-filter: none;
  filter: none;
}
.navbar-brand img {
  width: 420px;
}

/******** header css end *********/
.breadcrumb_part {
  background-image: url("../img/breadcrumb_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
.page-banner-wrap::before, .page-banner-wrap::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: radial-gradient(black, #00000059);
  opacity: 0.48;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-banner-wrap {
  background: radial-gradient(black, #00000059);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.breadcrumb_part .breadcrumb_iner {
  text-align: center;
  text-transform: uppercase;
}
.breadcrumb_part h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.breadcrumb_part .breadcrumb_iner_link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb_part .breadcrumb_iner_link a {
  font-size: 16px;
  color: #c9c9d1;
}
.breadcrumb_part .breadcrumb_iner_link a:hover {
  color: #970f00;
}
.breadcrumb_part .breadcrumb_iner_link p {
  font-size: 16px;
  color: #c9c9d1;
  font-family: "Montserrat", sans-serif;
}
.breadcrumb_part .breadcrumb_iner_link span {
  margin: 0 5px;
  color: #c9c9d1;
}
.breadcrumb_part [class^=breadcrumb_animation_],
.breadcrumb_part [class*=breadcrumb_animation_] {
  position: absolute;
  z-index: 1;
}
.breadcrumb_part .breadcrumb_animation_4 {
  left: 5%;
  top: 30%;
  right: auto;
  bottom: auto;
}
.breadcrumb_part .breadcrumb_animation_5 {
  right: 8%;
  top: 33%;
}
.breadcrumb_part .breadcrumb_animation_7 {
  left: 15%;
  bottom: 14%;
}
.breadcrumb_part .breadcrumb_animation_10 {
  right: 5%;
  bottom: 25%;
}
.breadcrumb_part .breadcrumb_animation_12 {
  right: 31%;
  bottom: 23%;
}
.breadcrumb_part .breadcrumb_animation_13 {
  right: 66%;
  top: 30%;
}
/********* banner part css here ********/
.banner_part {
  overflow: hidden;
}
.banner_part .single_banner_part {
  position: relative;
  z-index: 3;
  height: 100vh;
  display: flex;
  align-items: center;
}
.banner_part .single_banner_part:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.40;
  z-index: -1;
}
.banner_part .single_banner_part [class^=banner_animation_],
.banner_part .single_banner_part [class*=banner_animation_] {
  position: absolute;
  z-index: 2;
}
.banner_part .single_banner_part .banner_animation_1 {
  left: 133px;
  top: 167px;
}
.banner_part .single_banner_part .banner_animation_2 {
  left: 100px;
  bottom: 200px;
}

.banner_part .single_banner_part .banner_animation_3 {
  right: 100px;
  top: 200px;
}
.banner_part .single_banner_part .banner_animation_4 {
  right: 200px;
  bottom: 200px;
}
.banner_part .single_banner_part .banner_iner {
  text-align: left;
  position: relative;
  z-index: 9;
}
.banner_part .single_banner_part .banner_iner h2 {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.banner_part .single_banner_part .banner_iner p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 1.7;
}
.banner_part .single_banner_part .banner_iner .cu_btn {
  margin-top: 38px;
}
.banner_part .single_banner_part .banner_iner .cu_btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #970f00;
}
.banner_part .bg_1 {
  background-image: url("../img/slider-01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_part .bg_2 {
  background-image: url("../img/slider-02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_part .bg_3 {
  background-image: url("../img/slider-03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_part .owl-nav button.owl-next,
.banner_part .owl-nav button.owl-prev {
  border: 2px solid transparent;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner_part .owl-nav button.owl-next:hover,
.banner_part .owl-nav button.owl-prev:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #970f00;
}
.banner_part .owl-nav button.owl-next {
  left: auto;
  right: 42px;
}
.banner_part .owl-item.active .banner_iner h2,
.banner_part .owl-item.active .banner_iner p {
  -webkit-animation: animmate_In_Up 1s ease 0s both;
  animation: animmate_In_Up 1s ease 0s both;
}

.banner_part .owl-item.active .banner_animation_1,
.banner_part .owl-item.active .banner_animation_2,
.banner_part .owl-item.active .banner_animation_3,
.banner_part .owl-item.active .banner_animation_4 {
  -webkit-animation: animmate_In_Up 1s ease 0s both;
  animation: animmate_In_Up 1s ease 0s both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.banner_part .owl-item.active .banner_iner h2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.banner_part .owl-item.active .banner_iner p {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.banner_part .owl-item.active .banner_iner .btn_2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation: animmate_In_Down 1s ease 0s both;
  animation: animmate_In_Down 1s ease 0s both;
}

@-webkit-keyframes animmate_In_Up {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateXY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes animmate_In_Up {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes animmate_In_Down {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateXY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes animmate_In_Down {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
.home_two_banner .single_banner_part.home_two_bg {
  background-image: url("../img/home_2_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.home_two_banner .single_banner_part:after {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), color-stop(44%, #f5f5f5), color-stop(58%, transparent));
  background: -o-linear-gradient(left, #f5f5f5 0%, #f5f5f5 44%, transparent 58%);
  background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 44%, transparent 58%);
  opacity: 1;
}
.home_two_banner .single_banner_part .banner_iner {
  text-align: left;
}
.home_two_banner .single_banner_part .banner_iner h5 {
  font-size: 22px;
  font-weight: 700;
  color: #970f00;
  margin-bottom: 20px;
}
.home_two_banner .single_banner_part .banner_iner h2 {
  color: #32355d;
  font-size: 65px;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 800;
}
.home_two_banner .single_banner_part .banner_animation_2 {
  position: absolute;
  left: 155px;
  bottom: 150px;
}
.home_two_banner .single_banner_part .banner_animation_3 {
  position: absolute;
  left: 35%;
  top: 100px;
}
.home_two_banner .single_banner_part .banner_animation_4 {
  position: absolute;
  right: 5%;
  top: 40%;
}
.position_fixed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 8;
  background-color: transparent;
}

.animated_hero .single_banner_part {
  background-image: url("../img/banner_3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.animated_hero .single_banner_part:after {
  display: none;
}
.animated_hero .single_banner_part .banner_iner {
  position: relative;
  z-index: 9;
}
.animated_hero .single_banner_part .banner_iner h5 {
  color: #fff;
  font-size: 22px;
}
.animated_hero .single_banner_part .banner_iner h2 {
  font-size: 65px;
}
.animated_hero .single_banner_part .banner_iner h2 span {
  color: #ffc600;
}
.animated_hero .single_banner_part .banner_iner .cu_btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.animated_hero .single_banner_part [class^=banner_animation_],
.animated_hero .single_banner_part [class*=banner_animation_] {
  position: absolute;
  z-index: 1;
}
.animated_hero .single_banner_part .banner_animation_1 {
  right: 16%;
  top: auto;
  left: auto;
  bottom: 17%;
}
.animated_hero .single_banner_part .banner_animation_2 {
  left: 50px;
  top: 20%;
}
.animated_hero .single_banner_part .banner_animation_3 {
  left: 4%;
  bottom: 10%;
  right: auto;
  top: auto;
}
.animated_hero .single_banner_part .banner_animation_4 {
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
}
.animated_hero .single_banner_part .banner_animation_5 {
  right: 8%;
  top: 25%;
}
.animated_hero .single_banner_part .banner_animation_6 {
  right: 14%;
  bottom: 33%;
}
.animated_hero .single_banner_part .banner_animation_7 {
  left: 5%;
  top: 35%;
}
.animated_hero .single_banner_part .banner_animation_8 {
  left: 20%;
  top: 20%;
}
.animated_hero .single_banner_part .banner_animation_9 {
  right: 3%;
  top: 71%;
}
.animated_hero .single_banner_part .banner_animation_10 {
  right: 5%;
  bottom: 25%;
}
.animated_hero .single_banner_part .banner_animation_11 {
  left: 36%;
  bottom: 15%;
}
.animated_hero .single_banner_part .banner_animation_12 {
  right: 36%;
  bottom: 5%;
}
.animated_hero .single_banner_part .banner_animation_13 {
  right: 48%;
  top: 25%;
}
.animated_hero .single_banner_part .banner_animation_14 {
  left: 17%;
  bottom: 10%;
}
.animated_hero .single_banner_part .banner_animation_15 {
  left: 6%;
  bottom: 30%;
}

.banner_style_3 .single_banner_part {
  background-image: url("../img/banner_4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_style_3 .single_banner_part:after {
  background-image: -moz-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  background-image: -webkit-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  background-image: -ms-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  opacity: 0.9;
}
.banner_style_3 .single_banner_part .banner_iner {
  position: relative;
  z-index: 9;
  text-align: left;
}
.banner_style_3 .single_banner_part .banner_iner h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
.banner_style_3 .single_banner_part .banner_iner h2 {
  font-size: 62px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
}
.banner_style_3 .single_banner_part .banner_iner h2 span {
  color: #f9ae15;
}
.banner_style_3 .single_banner_part .banner_iner p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.banner_style_3 .single_banner_part .banner_iner .cu_btn {
  font-weight: 400;
  margin-top: 41px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.banner_style_3 .single_banner_part .banner_video {
  box-shadow: 0px 15px 47.5px 2.5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}
.banner_style_3 .single_banner_part .banner_video .video_popup {
  background-color: #fff;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_style_3 .single_banner_part .banner_video .video_popup .polygon_shape {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #970f00;
  display: block;
  text-align: center;
  margin-left: 6px;
}
.banner_style_3 .single_banner_part .banner_video img {
  border-radius: 5px;
}
.banner_style_3 .single_banner_part [class^=banner_animation_],
.banner_style_3 .single_banner_part [class*=banner_animation_] {
  position: absolute;
  z-index: 1;
}
.banner_style_3 .single_banner_part .banner_animation_1 {
  right: 13%;
  top: auto;
  left: auto;
  bottom: 14%;
}
.banner_style_3 .single_banner_part .banner_animation_2 {
  left: 50px;
  top: 20%;
}
.banner_style_3 .single_banner_part .banner_animation_3 {
  left: 4%;
  bottom: 10%;
  right: auto;
  top: auto;
}
.banner_style_3 .single_banner_part .banner_animation_4 {
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
}
.banner_style_3 .single_banner_part .banner_animation_5 {
  right: 8%;
  top: 12%;
}
.banner_style_3 .single_banner_part .banner_animation_6 {
  right: 14%;
  bottom: 33%;
}
.banner_style_3 .single_banner_part .banner_animation_7 {
  left: 5%;
  top: 35%;
}
.banner_style_3 .single_banner_part .banner_animation_8 {
  left: 20%;
  top: 20%;
}
.banner_style_3 .single_banner_part .banner_animation_9 {
  right: 7%;
  top: 54%;
}
.banner_style_3 .single_banner_part .banner_animation_10 {
  right: 5%;
  bottom: 25%;
}
.banner_style_3 .single_banner_part .banner_animation_11 {
  left: 36%;
  bottom: 15%;
}
.banner_style_3 .single_banner_part .banner_animation_12 {
  right: 36%;
  bottom: 5%;
}
.banner_style_3 .single_banner_part .banner_animation_13 {
  right: 55%;
  top: 25%;
}
.banner_style_3 .single_banner_part .banner_animation_14 {
  left: 17%;
  bottom: 10%;
}
.banner_style_3 .single_banner_part .banner_animation_15 {
  left: 9%;
  bottom: 20%;
}
.banner_iner h2 span:nth-child(1) {
  color: #FFB218;
}
.banner_iner h2 span:nth-child(2) {
  color: #04FFF3;
}
.banner_iner h2 span:nth-child(3) {
  color: #970f00;
}
.header_part .header ul>li.active>a {
  color: #970f00 !important;
}
.navbar-nav > li.active > a:before, .navbar-nav > li:hover > a:before {
  content: '';
  position: absolute;
  bottom: 30px;
  width: 45px;
  height: 2px;
  background: #970f00;
}
.navbar-nav a {
  -o-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}
/********* banner part css end ********/
.about_section .img_section {
  position: relative;
  min-height: 490px;
  z-index: 2;
}
.about_section .img_section .about_img_1 {
  position: absolute;
  bottom: 35px;
  z-index: -1;
  left: 30px;
}
.about_section .img_section .about_img_1 {
  position: absolute;
  bottom: 35px;
  z-index: -1;
  left: 30px;
}
.about_section .img_section .about_img_3 {
  position: absolute;
  top: 80px;
  right: 36px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.about_section .about_section_content p { 
  text-align: justify;
}
.about_section .about_section_content p {
  margin-bottom: 15px;
  line-height: 30px;
  text-align: justify;
}
.about_section .about_section_content p:last-child {
  margin-bottom: 0px;
}
.about_section .about_section_content .list_content {
  margin-bottom: 15px;
}
.about_section .about_section_content .list_content ul {
  margin: 0;
  padding: 0;
}
.about_section .about_section_content .list_content ul li {
  list-style: none;
  color: #252525;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 0;
  position: relative;
  padding-left: 30px;
}
.about_section .about_section_content .list_content ul li i {
  color: #970f00;
  margin-right: 7px;
  position: absolute;
  left: 0;
  top: 12px;
}
.about_section .about_section_content .btn_2 {
  margin-top: 40px;
  padding: 21px 44px;
}
.about-read {
  border: 1px solid #ffffff;
  padding: 8px 35px;
  border-radius: 2px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}
.about-images-video-popup {
  position: relative;
}
.about_section_content {
  margin-left: 40px;
}
.about-images-video-popup img:first-of-type {
  padding-right: 0;
  border-radius: 50px 0;
  outline: 1px solid #ffffff;
  outline-offset: -10px;
  max-width: 100%;
}
.about-images-video-popup img + img {
  position: relative;
  float: right;
  margin-top: -100px;
  border-radius: 10px;
}
.s3_about_section .img_section {
  min-height: 410px;
}
.s3_about_section .img_section .about_img_4 {
  position: absolute;
  top: -35px;
  z-index: -1;
  right: 0;
}
.s3_about_section .img_section .about_img_3 {
  right: 30;
}
.s3_about_section .img_section .about_img_2 {
  margin-left: -30px;
}
.s3_about_section .cu_btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.s4_about_section .about_section_content h5 {
  font-size: 18px;
  color: #970f00;
  font-weight: 700;
  margin-bottom: 7px;
}
.s4_about_section .img_section {
  min-height: auto;
  margin-left: 30px;
  background: #ffffff;
}
.s4_about_section .about_img_7 {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px 4px 0px 0px;
  z-index: -1;
}
.s4_about_section .about_img_5 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 0 0 0 4px;
}
.about_img_6 {
  border-radius: 10px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 10px;
  box-shadow: 0px 0px 10px 0px #ddd;
}
.message-group {
  background: #800d01;
  border: 5px solid #ffffff;
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.message-group:hover {
  background: #d2691e;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vision_group .kid_title {
  text-align: center;
}
.vision-mission-sec img {
  background: #ffffff;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.message-box {
  padding: 20px 0 10px;
}
.message-box h4 {
  text-align: center !important;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}
.message-box p  {
  text-align: center !important;
  color: #ffffff;
}
.message-group .about_section_content, .message-group .img_section {
  margin-left: 0px;
}
.vision_group .about_section_content {
  margin-left: 0;
}
.vision_group {
  background: #c91b08;
  padding: 25px;
  border: 10px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.mega-hover-ap {
  text-align: center;
}
.vision_group .about_img_6 {
  border-radius: 10px;
    margin-bottom: 15px;
    padding: 7px;
    box-shadow: none;
}
.img_section-item {
  margin: 10px 0;
}
.s4_about_section [class^=about_page_animation_], .s4_about_section [class*=about_page_animation_] {
  position: absolute;
  z-index: -1;
}
.s4_about_section .about_page_animation_1 {
  left: 7%;
  top: 12%;
}
.s4_about_section .about_page_animation_2 {
  left: 7%;
  bottom: 20%;
}
.s4_about_section .about_page_animation_2 img {
  max-width: 50px;
}
.s4_about_section .about_page_animation_3 {
  right: 7%;
  top: 12%;
}
.s4_about_section .about_page_animation_4 {
  right: 8%;
  bottom: 8%;
}
.single_service_part {
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #00ABE9;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
}
.single_service_part .service_section_img_wrapper {
  padding: 44px 15px 30px 15px;
}
.single_service_part .service_title {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  padding: 23px 20px;
  line-height: 31px;
  margin-bottom: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.1);
}
.single_service_part.bg_color_2 {
  background-color: #00D5CB;
}

.services_part {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.services_part .btn_2 {
  margin-top: 30px;
}
.services_part [class^=services_shape_], .services_part [class*=services_shape_] {
  position: absolute;
  z-index: -1;
}
.services_part .services_shape_animation_1 {
  left: 0;
  top: 0;
}
.services_part .services_shape_animation_2 {
  right: 0;
  top: 0;
}
.services_part .services_shape_animation_3 {
  left: 8%;
  bottom: 25%;
}
.services_part .services_shape_animation_4 {
  right: 8%;
  bottom: 25%;
}
.services_part .cu_btn {
  padding: 21px 34px;
}
.services_part.wave_shape_bg {
  background-image: url(../img/animation_shape/services_bg_shape.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.services_part.sec_padding {
  padding: 120px 0 285px;
}
.single_fetures_part {
  border-radius: 30px;
  background-color: #0DA2FF;
  position: relative;
  z-index: 1;
  box-shadow: 0px 5px 20px 0px rgba(242, 238, 249, 0.1);
  padding: 35px 40px 70px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_fetures_part .single_fetures_icon {
  margin-bottom: 20px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_fetures_part h4 {
  font-size: 24px;
  margin-top: 39px;
  font-weight: 700;
}
.single_fetures_part h4 a {
  color: #fff;
}
.single_fetures_part p {
  color: #fff;
  margin-top: 15px;
}
.single_fetures_part.lightblue_bg {
  background-color: #695FFE;
}
.single_fetures_part.pink_bg {
  background-color: #F42478;
}

.fetures_part {
  background-color: #fffff1;
}
.fetures_part [class^=feature_animation_],
.fetures_part [class*=" feature_animation_"] {
  position: absolute;
  z-index: -1;
}
.fetures_part .feature_animation_1 {
  left: 10%;
  top: 10%;
}
.fetures_part .feature_animation_2 {
  right: 10%;
  top: 15%;
}
.fetures_part .feature_animation_3 {
  left: 12%;
  bottom: 30%;
}
.fetures_part .feature_animation_4 {
  right: 5%;
  bottom: -5%;
}

.home_two_feture {
  background-color: #970f00;
}
.home_two_feture [class^=feature_animation_],
.home_two_feture [class*=" feature_animation_"] {
  position: absolute;
  z-index: -1;
}

.fetures_part_s3 .single_fetures_part {
  padding: 0 45px 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.event_part {
  position: relative;
  overflow: hidden;
  background-image: #fbfcfc;
}
.event_part .single_event_list {
  background-color: #fd5c37;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.event_part .single_event_list:hover {
  box-shadow: 0 8px 15px rgba(4, 13, 41, 0.05);
}
.event_part .single_event_list:last-child {
  margin-bottom: 0;
}
.event_part .single_event_list .event_date {
  border: 1px solid #f33b10;
  background-color: #f33b10;
  color: #fff;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event_part .single_event_list .event_date h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 700;
}
.event_part .single_event_list .event_date span {
  font-size: 19px;
  display: block;
  font-weight: 400;
}
.event_part .single_event_list:nth-child(2) {
  background-color: #31c9a8;
}
.event_part .single_event_list:nth-child(2) .event_date {
  border: 1px solid #02b890;
  background-color: #02b890;
}
.event_part .single_event_list:nth-child(3) {
  background-color: #379efd;
}
.event_part .single_event_list:nth-child(3) .event_date {
  border: 1px solid #2493fa;
  background-color: #2493fa;
}
.event_part .single_event_list:nth-child(4) {
  background-color: #fcc953;
}
.event_part .single_event_list:nth-child(4) .event_date {
  border: 1px solid #fdb510;
  background-color: #fdb510;
}
.event_part .single_event_list .event_content {
  padding-left: 20px;
}
.event_part .single_event_list .event_content h4 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 6px;
  font-weight: 700;
}
.event_part .single_event_list .event_content h4 a {
  color: #fff;
}
.event_part .single_event_list .event_content h4 a:hover {
  opacity: 0.9;
}
.event_part .single_event_list .event_content p {
  color: #fff;
}
.event_part .event_part_iner {
  position: relative;
}
.event_part .event_part_iner .event_img {
  position: absolute;
  left: -72px;
  height: 100%;
}
.event_part .event_part_iner .event_img img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  background-color: #bfbfbf;
  box-shadow: 0px 5px 30px 0px rgba(254, 75, 123, 0.1);
}
.event_part [class^=event_animation_], .event_part [class*=" event_animation_"] {
  position: absolute;
  z-index: -1;
}
.event_part .event_animation_1 {
  left: 5%;
  top: 10%;
}
.event_part .event_animation_2 {
  left: 5%;
  top: 55%;
}
.event_part .event_animation_3 {
  right: 8%;
  top: 28%;
}
.event_part .event_animation_4 {
  right: 8%;
  top: 65%;
}

.event_style_2 .event_animation_1 {
  left: 8%;
  top: 5%;
}
.event_style_2 .event_animation_2 {
  left: 5%;
  top: 55%;
}
.event_style_2 .event_animation_3 {
  right: 8%;
  top: 5%;
}
.event_style_2 .event_animation_4 {
  right: 8%;
  top: 50%;
}
.page_blog_section_wrapper .blog_thumbnail {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.page_blog_section_wrapper .blog_thumbnail img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: scale(1);
  width: 100%;
  padding: 10px;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  background: #ffffff;
  padding: 10px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #000000;
  font-size: 40px;
  right: -4px;
  top: -5px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  cursor: pointer !important;
}
.page_blog_section_wrapper .blog_thumbnail:hover img {
  transform: scale(1.1);
}
.page_blog_section_wrapper h4 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px 0 20px;
  text-transform: capitalize;
  background: #970f00;
  color: #ffffff;
}
.page_blog_section_wrapper:hover h4  {
  color: #ffff00;
}
.page_blog_section_wrapper {
  border-radius: 4px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 4px 0 4px 0;
}
.special-courses .page_blog_section_wrapper {
  margin: 25px 0;
}
.special-courses {
  margin-bottom: 40px;
}
.page_blog_section_wrapper h4 a {
  color: #004e7a;
}
.page_blog_section_wrapper h4 a:hover {
  color: #970f00;
}
.page_blog_section_wrapper p {
  margin-top: 17px;
}
.page_blog_section_wrapper .blog_meta_list {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 11px;
}
.page_blog_section_wrapper .blog_meta_list a {
  position: relative;
  z-index: 1;
  padding-right: 40px;
  font-size: 14px;
}
.page_blog_section_wrapper .blog_meta_list a:after {
  position: absolute;
  content: "";
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #DAD8D8;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.page_blog_section_wrapper .blog_meta_list a:last-child {
  padding-right: 0;
}
.page_blog_section_wrapper .blog_meta_list a:last-child:after {
  display: none;
}
.page_blog_section_wrapper .blog_meta_list .blog_data {
  font-size: 15px;
  color: #45B3DF;
}
.page_blog_section_wrapper .blog_meta_list .blog_data:hover {
  color: #FA9DB8;
}
.page_blog_section_wrapper .blog_meta_list .blog_author {
  color: #45B3DF;
}
.page_blog_section_wrapper .blog_meta_list .blog_author:hover {
  color: #FA9DB8;
}
.page_blog_section_wrapper .read_more_btn {
  font-size: 18px;
  font-weight: 900;
  color: #FA9DB8;
}
.page_blog_section_wrapper .read_more_btn img {
  border-radius: 0;
  max-width: 18px;
  margin-left: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_blog_section_wrapper .read_more_btn:hover img {
  transform: translateX(5px);
}

.success_story {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.success_story [class^=story_animation_], .success_story [class*=" story_animation_"] {
  position: absolute;
  z-index: -1;
}
.success_story .story_animation_1 {
  left: 10%;
  top: 7%;
}
.success_story .story_animation_2 {
  left: 7%;
  top: 46%;
}
.success_story .story_animation_3 {
  left: 7%;
  bottom: 5%;
}
.success_story .story_animation_4 {
  right: 15%;
  top: 10%;
}
.success_story .story_animation_5 {
  right: 10%;
  top: 55%;
}
.success_story .story_animation_6 {
  right: 40%;
  bottom: 6%;
}
.neet-coaching img {
  border-radius: 5px;
  margin: 30px 0 20px;
}

.gallery-widget {
  margin-bottom: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.gallery-widget {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #970f00 0px 0px 0px 3px;
  padding: 4px;
}
.gallery-widget h5 {
  text-align: center;
    padding: 15px 10px;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: capitalize;
    background: #c91b08;
    border-top: 3px solid #981304;
    color: #ffffff;
}
.gallery-widget:hover h5 {
  color: #f6ff92;
}
.gallery_slider .gallery_popup_img {
  background: #ffffff;
  border: 5px solid #970f00;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 25px;
  border-radius: 5px;
}
.custom_container {
  max-width: 95%;
}
.our_gallery {
  z-index: 1;
  overflow: hidden;
}
.our_gallery .grid-item,
.our_gallery .grid-sizer {
  width: 25%;
}
.our_gallery .grid-item {
  float: left;
  height: 362px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our_gallery .grid-item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(254, 75, 123, 0);
}
.our_gallery .grid-item .grid_item_content {
  position: absolute;
  bottom: -20px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  padding: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.our_gallery .grid-item:hover .grid_item_content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.our_gallery .grid-item:hover:after {
  background-color: rgba(254, 75, 123, 0.7);
}
.our_gallery .grid-item .gallery_item_icon {
  margin-bottom: 20px;
  max-width: 90px;
}
.our_gallery .grid-item h3 {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 2px;
}
.our_gallery .grid-item p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #dad9d9;
}
.our_gallery .gallery_animation_1 {
  left: 5%;
  top: 5%;
}
.our_gallery .gallery_animation_2 {
  left: 13%;
  top: 5%;
}
.gallery_style_2 .grid-item, .gallery_style_2 .grid-sizer {
  width: 100%;
}

.cta_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url("../img/cta_bg_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta_section [class^=cta_animation_], .cta_section [class*=" cta_animation_"] {
  position: absolute;
  z-index: -1;
}
.cta_section .cta_animation_1 {
  left: 7%;
  top: 12%;
}
.cta_section .cta_animation_2 {
  left: 7%;
  bottom: 20%;
}
.cta_section h2 {
  font-weight: 900;
  font-size: 50px;
  color: #32355d;
}
.cta_section p {
  margin-top: 26px;
}
.cta_section .cu_btn {
  margin-top: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.cta_part {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url("../img/cta_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-color: #d00303;
}
.cta_part h2 {
  font-size: 50px;
  margin-top: 47px;
  color: #fff;
}
.cta_part p {
  font-size: 22px;
  color: #fff;
}
.cta_part .cu_btn {
  margin-top: 40px;
}
.cta_part .breadcrumb_animation_1 {
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: -1;
}
.cta_part .breadcrumb_animation_2 {
  position: absolute;
  right: 5%;
  bottom: 15%;
  z-index: -1;
}
.cta_section_wrapper {
  text-align: center;
}
.cta_section_wrapper img + h2 {
  margin-top: 50px;
  margin-bottom: 10px;
}
.cta_section_wrapper .cu_btn {
  margin-top: 25px;
}

.single_page_blog_post {
  padding-bottom: 50px;
}
.single_page_blog_post:last-child {
  border-bottom: 1px solid #ebe8f1;
  margin-bottom: 50px;
}
.single_page_blog_post .post_author {
  margin-bottom: 21px;
  padding: 0;
}
.single_page_blog_post .post_author p {
  display: inline-block;
  margin-right: 20px;
}
.single_page_blog_post .post_author p i {
  margin-right: 8px;
}
.single_page_blog_post .post_author span {
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  background-color: #970f00;
  font-weight: 700;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  width: 151px;
  height: 31px;
  line-height: 31px;
}
.single_page_blog_post .single_blog_content {
  padding-top: 30px;
}
.single_page_blog_post .single_blog_content h2 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}
.single_page_blog_post .single_blog_content h2 a {
  color: #004e7a;
}
.single_page_blog_post .single_blog_content h2 a:hover {
  color: #970f00;
}
.single_page_blog_post .single_blog_content p {
  font-size: 15px;
  font-weight: 500;
  color: #8f9093;
  font-family: "Montserrat", sans-serif;
}
.single_page_blog_post .blog_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.single_page_blog_post .blog_btn .read_more_btn {
  color: #32355d;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_page_blog_post .blog_btn .read_more_btn:hover {
  color: #970f00;
}
.single_page_blog_post .blog_btn p {
  font-size: 15px;
}
.single_page_blog_post .blog_btn p i {
  color: #970f00;
  margin-right: 8px;
}

.video_post .post_thumb {
  position: relative;
  z-index: 1;
}
.video_post .post_thumb .popup_youtube {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  color: #970f00;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
}
.video_post .post_thumb .popup_youtube span {
  max-width: 16px;
  text-shadow: 0px 10px 16px rgba(37, 114, 255, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video_post .post_thumb .popup_youtube:hover span {
  box-shadow: none;
}

.single_blog_details img {
  margin-bottom: 35px;
  border-radius: 5px;
}
.single_blog_details h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 17px;
}
.single_blog_details p {
  margin-bottom: 25px;
}
.single_blog_details .single_blog_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 35px 0 22px;
}
.single_blog_details .single_blog_list p {
  color: #004e7a;
  margin-bottom: 8px;
  flex: 45% 0 0;
}
.single_blog_details .single_blog_list p i {
  color: #970f00;
  margin-right: 10px;
}

.single_blog_page .blog_page_single_item {
  margin-bottom: 70px;
  margin-top: 95px;
}
.blog_page_single_item {
  margin-top: 60px;
}
.blog_page_single_item .reply_btn {
  color: #004e7a;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.blog_page_single_item .reply_btn i {
  font-size: 20px;
  margin-right: 10px;
}
.blog_page_single_item .reply_btn:hover {
  color: #970f00;
}
.blog_page_single_item .btn_2 {
  margin-top: 25px;
}
.blog_page_single_item input:focus {
  border: 1px solid #f2f2f2 !important;
}

.tag_share_list {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  margin-top: 50px;
  border-top: 1px solid #dce1e9;
}
.tag_share_list h4 {
  font-size: 18px;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 0;
}
.tag_share_list .btn_4 {
  padding: 5px 21px;
  margin-left: 10px;
}
.tag_share_list .share_icon_list h4 {
  margin-right: 0;
}
.tag_share_list .share_icon_list a {
  font-size: 14px;
  color: #8f9093;
  margin-left: 15px;
}
.tag_share_list .share_icon_list a:hover {
  color: #970f00;
}

.post_author {
  padding: 30px 30px 48px;
}
.post_author img {
  max-width: 80px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.post_author .author_details h5 {
  font-size: 18px;
  margin-bottom: 11px;
}
.post_author .author_details h5 span {
  color: #8f9093;
  display: block;
  font-size: 16px;
  line-height: 27px;
}
.post_author .author_details p {
  margin-bottom: 0;
}
.single_page_header .icon_menu {
  color: #fff;
}
.blog_sidebar .single_sidebar {
  margin-bottom: 60px;
  position: relative;
}
.blog_sidebar .single_sidebar h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  color: #32355d;
}
.blog_sidebar .single_sidebar h3 a {
  color: #004e7a;
}
.blog_sidebar .single_sidebar h3 a:hover {
  color: #970f00;
}
.blog_sidebar .single_sidebar:last-child {
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .search_form {
  display: flex;
}
.blog_sidebar .single_sidebar .search_form input {
  padding: 20px 30px;
  background-color: #f6f7fa;
  border-radius: 6px;
  border: 1px solid #f6f7fa;
  width: 100%;
}
.blog_sidebar .single_sidebar .search_form i {
  position: absolute;
  right: 30px;
  top: 23px;
  color: #282835;
}
.blog_sidebar .single_sidebar .single_sidebar_post {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.blog_sidebar .single_sidebar .single_sidebar_post:last-child {
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .single_sidebar_post img {
  max-width: 90px;
  max-height: 80px;
  border-radius: 6px;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content {
  padding-left: 20px;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 a {
  color: #32355d;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 a:hover {
  color: #970f00;
}
.blog_sidebar .single_sidebar .category_list p {
  margin-bottom: 21px;
  line-height: 13px;
}
.blog_sidebar .single_sidebar .category_list p:last-child {
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .category_list p a {
  color: #32355d;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.blog_sidebar .single_sidebar .category_list p a:hover {
  color: #970f00;
}
.blog_sidebar .single_sidebar .sidebar_tag_list .btn_4 {
  margin: 0 7px 10px 0;
}
.blog_sidebar .instagram_img a {
  margin-bottom: 10px;
  flex: 31% 0 0;
}
.blog_sidebar .instagram_img a img {
  width: 100%;
}

.quote_post {
  position: relative;
}
.quote_post .quote_icon_1 {
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.quote_post .quote_icon_2 {
  position: absolute;
  left: 50px;
  top: 0;
}

.quote_post p, .link_post p {
  font-size: 20px;
  line-height: 1.5;
}
.quote_post p a, .link_post p a {
  color: #8f9093;
}
.quote_post p a:hover, .link_post p a:hover {
  color: #970f00;
}
.quote_post .post_author p, .link_post .post_author p {
  font-size: 16px;
  line-height: 26px;
}

.comment_part h3 {
  margin: 0 0 36px;
}
.comment_part p {
  margin-bottom: 30px;
}
.comment_part .admin_tittle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.comment_part .admin_tittle h5 {
  font-size: 15px;
  font-weight: 500;
}
.comment_part .admin_tittle h5 span {
  display: block;
  color: #9ba1ba;
  margin-top: 6px;
  font-weight: 400;
}
.comment_part .admin_tittle .review_icon {
  margin: 0;
}
.comment_part .admin_tittle .review_icon i {
  font-size: 12px;
}
.comment_part .replay_btn {
  font-size: 14px;
  color: #626a77;
  width: 70px;
  height: 30px;
  line-height: 30px;
  background-color: #e9edf7;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
}
.comment_part .replay_btn:hover {
  background-color: #970f00;
  color: #fff;
}
.comment_part .like_btn {
  color: #970f00;
  font-size: 16px;
}
.comment_part .like_btn i {
  color: #8f9093;
  margin-right: 12px;
}
.comment_part .media {
  padding-top: 0;
  margin-top: 0;
  border-top: 0 solid transparent;
}
.comment_part .media img {
  margin-right: 30px;
  border-radius: 50%;
  max-width: 60px;
}
.comment_part .media .media {
  padding: 30px 0 0;
  border-top: 1px solid #dce1e9;
  margin-top: 30px;
}
.comment_part .media .media img {
  max-width: 50px;
}
.review_form, .form_style {
  margin-top: 45px;
}
.review_form h3, .form_style h3 {
  font-size: 20px;
  margin: 0 0 6px;
  font-weight: 700;
  color: #32355d;
}
.review_form .admin_tittle, .form_style .admin_tittle {
  margin-top: 33px;
  display: flex;
}
.review_form .admin_tittle p, .form_style .admin_tittle p {
  margin-bottom: 0;
}
.review_form .admin_tittle .review_icon, .form_style .admin_tittle .review_icon {
  margin: 0 0 0 30px;
}
.review_form .admin_tittle .review_icon i, .form_style .admin_tittle .review_icon i {
  font-size: 14px;
}
.review_form .form_single_item, .form_style .form_single_item {
  margin-top: 20px;
}
.review_form .form_single_item input, .review_form .form_single_item textarea, .form_style .form_single_item input, .form_style .form_single_item textarea {
  background-color: #fff;
  padding: 17px 30px;
  border-radius: 5px;
  border: 1px solid #dce1e9;
  width: 100%;
  font-size: 16px;
  color: #8f9093;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
}
.review_form .form_single_item input:focus, .review_form .form_single_item textarea:focus, .form_style .form_single_item input:focus, .form_style .form_single_item textarea:focus {
  background-color: #fff;
  border: 1px solid #fff;
  color: #8f9093;
  box-shadow: 0px 20px 20px 0px rgba(2, 25, 55, 0.06);
}
.review_form .form_single_item textarea, .form_style .form_single_item textarea {
  height: 200px;
}
.review_form .btn_1, .form_style .btn_1 {
  padding: 15px 39px;
  margin-top: 23px;
}
.review_form .btn_1:hover, .form_style .btn_1:hover {
  box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
}

.add_cart_sidebar {
  padding: 40px 19px 37px 30px !important;
}
.add_cart_sidebar h2 {
  font-size: 30px;
  color: #970f00;
}
.add_cart_sidebar h2 span {
  font-size: 52%;
  color: #8f9093;
  margin-left: 19px;
  text-decoration: line-through;
}
.add_cart_sidebar .btn_1 {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.add_cart_sidebar .btn_1:hover {
  box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
}
.add_cart_sidebar h3 {
  font-size: 18px;
  margin: 37px 0 24px;
}
.add_cart_sidebar p {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  line-height: 22px;
  margin: 12px 0;
}
.add_cart_sidebar p:last-child {
  margin: 12px 0 0;
}
.add_cart_sidebar p i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 2px;
  color: #a8aeb6;
}

.single_page_blog_post .single_blog_content .read_more_btn {
  color: #004e7a;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  display: flex;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.quote_post .single_blog_content {
  padding: 35px 50px 45px;
  background-color: #f8f9fb;
}

.blog_page {
  position: relative;
}
.blog_page [class^=blog_animation_], .blog_page [class*=" blog_animation_"] {
  position: absolute;
  z-index: -1;
}
.blog_page .blog_animation_1 {
  left: 5%;
  top: 2%;
}
.blog_page .blog_animation_2 {
  left: 6%;
  top: 18%;
}
.blog_page .blog_animation_3 {
  left: 7%;
  top: 40%;
}
.blog_page .blog_animation_4 {
  left: 8%;
  bottom: 25%;
}
.blog_page .blog_animation_5 {
  left: 7%;
  bottom: 7%;
}
.blog_page .blog_animation_6 {
  right: 8%;
  top: 7%;
}
.blog_page .blog_animation_7 {
  right: 7%;
  top: 25%;
}
.blog_page .blog_animation_8 {
  right: 7%;
  top: 45%;
}
.blog_page .blog_animation_9 {
  right: 8%;
  bottom: 25%;
}
.blog_page .blog_animation_10 {
  right: 7%;
  bottom: 8%;
}

.program_list {
  background-color: #f6fbfb;
}

.program_list_page .filters {
  margin-bottom: 29px;
}
.program_list_page .filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 12px;
}
.program_list_page .filters ul li {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  color: #677294;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 12px;
}
.program_list_page .filters ul li:hover {
  color: #970f00;
}
.program_list_page .filters ul li.is-checked {
  color: #970f00;
}
.program_list_page .single_program_list {
  margin-top: 30px;
}
.program_list_page .single_program_list .single_program_list_content {
  margin-bottom: 0;
  border: 1px solid #f2f1ef;
}

.single_program_list img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  border: 1px solid #f2f1ef;
}
.single_program_list .single_program_list_content {
  border-radius: 10px;
  padding: 25px;
  box-shadow: -0.776px 2.898px 29px 0px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single_program_list_content.content-one {
  background: linear-gradient(#FF333F, #CE1527);
}
.single_program_list_content.content-two {
  background: linear-gradient(#F8CE08, #E9920F);
}
.single_program_list_content.content-three {
  background: linear-gradient(#A5DE03, #77B90F);
}
.single_program_list .single_program_list_content h4 {
  margin-bottom: 14px;
}
.single_program_list .single_program_list_content h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
.single_program_list .single_program_list_content h5 {
  color: #ffffff;
}
.single_program_list {
  margin: 40px 0 0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single_program_list:hover .single_program_list_content {
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #d2691e;

}
.single_program_list .single_program_list_content p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.single_program_list .single_program_list_content .program_list_details {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f2f1ef;
  margin-top: 27px;
  padding-top: 30px;
}
.program-section .single_program_list .single_program_list_content .program_list_details {
  display: block;
}
.program-section .single_program_list .single_program_list_content .program_list_details h5 {
  text-align: left;
}
.single_program_list .single_program_list_content .program_list_details h5 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single_program_list .single_program_list_content .program_list_details h5:last-child {
  margin-bottom: 0;
}
.single_program_list .single_program_list_content .program_list_details h5 span {
  color: #970f00;
  display: block;
  width: 100%;
  margin-top: 13px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.program_list_page {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.program_list_page [class^=list_animation_],
.program_list_page [class*=" list_animation_"] {
  position: absolute;
  z-index: -1;
}
.program_list_page .list_animation_1 {
  left: 7%;
  top: 10%;
}
.program_list_page .list_animation_2 {
  left: 6%;
  top: 45%;
}
.program_list_page .list_animation_3 {
  left: 7%;
  bottom: 12%;
}
.program_list_page .list_animation_4 {
  right: 8%;
  top: 10%;
}
.program_list_page .list_animation_5 {
  right: 7%;
  bottom: 45%;
}
.program_list_page .list_animation_6 {
  right: 8%;
  bottom: 10%;
}
.program_list_page .single_program_list {
  margin-top: 30px;
  padding: 10px;
}
.program_list_page .content {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}

.program_details_content .description {
  margin-top: 15px;
}

.single_count_section {
  text-align: center;
}
.single_count_section img {
  margin-bottom: 30px;
  filter: invert(1);
}
.single_count_section h4 {
  font-size: 45px;
  line-height: 1;
  color: #970f00;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffc600;
}
.single_count_section h5 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.count_section {
  background-color: #341c77;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.count_section [class^=count_animation_],
.count_section [class*=" count_animation_"] {
  position: absolute;
  z-index: -1;
}
.count_section .count_animation_1 {
  left: 17%;
  top: 10%;
}
.count_section .count_animation_2 {
  left: 50px;
  top: 20%;
}
.count_section .count_animation_3 {
  left: 12%;
  top: 44%;
}
.count_section .count_animation_4 {
  left: 5%;
  bottom: 25%;
}
.count_section .count_animation_5 {
  left: 10%;
  bottom: 8%;
}
.count_section .count_animation_6 {
  right: 50%;
  top: 10%;
}
.count_section .count_animation_7 {
  right: 17%;
  top: 10%;
}
.count_section .count_animation_8 {
  right: 50px;
  top: 20%;
}
.count_section .count_animation_9 {
  right: 12%;
  top: 44%;
}
.count_section .count_animation_10 {
  right: 5%;
  bottom: 25%;
}
.count_section .count_animation_11 {
  right: 10%;
  bottom: 8%;
}
.count_section .count_animation_12 {
  right: 50%;
  bottom: 5%;
}

.single_team_section {
  text-align: center;
}
.single_team_section .teacher_profile_img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  max-height: 250px;
  width: 100%;
}
.single_team_section .teacher_profile_img img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_team_section:hover .teacher_profile_img img {
  transform: scale(1.1);
}
.single_team_section h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 34px;
  margin-bottom: 5px;
}
.single_team_section h4 a {
  color: #32355d;
}
.single_team_section h4 a:hover {
  color: #970f00;
}
.single_team_section p {
  font-weight: 500;
  font-size: 15px;
}
.single_team_section .teacher_category {
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  background-color: #970f00;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 151px;
  height: 31px;
  line-height: 31px;
  bottom: 76px;
  display: inline-block;
}
.col-lg-4:nth-child(2n+1) .single_team_section .teacher_category {
  background-color: #4ba9ff;
}
.col-lg-4:nth-child(3n+1) .single_team_section .teacher_category {
  background-color: #31c9a8;
}

.team_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team_section [class^=team_animation_], .team_section [class*=" team_animation_"] {
  position: absolute;
  z-index: -1;
}
.team_section .team_animation_1 {
  left: -20px;
  top: -100px;
}
.team_section .team_animation_2 {
  left: 7%;
  top: 35%;
}
.team_section .team_animation_3 {
  left: 7%;
  bottom: 12%;
}
.team_section .team_animation_4 {
  right: 0%;
  top: -10%;
}
.team_section .team_animation_5 {
  right: 10%;
  bottom: 31%;
}

.single_page_team {
  padding-bottom: 50px;
}
.single_page_team .single_team_section {
  margin-top: 50px;
}
.testimonial_part {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial_part [class^=testimonial_animation_], .testimonial_part [class*=testimonial_animation_] {
  position: absolute;
  z-index: -1;
}
.testimonial_part .testimonial_animation_1 {
  left: 7%;
  top: 12%;
}
.testimonial_part .testimonial_animation_2 {
  left: 7%;
  bottom: 20%;
}
.testimonial_part .testimonial_animation_2 img {
  max-width: 50px;
}
.testimonial_part .testimonial_animation_3 {
  right: 7%;
  top: 12%;
}
.testimonial_part .testimonial_animation_4 {
  right: 8%;
  bottom: 8%;
}
.testimonial_slider img {
  width: auto !important;
}
.testimonial_slider .client_speech {
  padding: 40px 30px 72px;
  background-color: #fb486f;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.testimonial_slider .client_speech p {
  color: #fff;
  font-size: 15px;
}
.testimonial_slider .client_speech img {
  margin-bottom: 22px;
}
.testimonial_slider .client_speech .client_speech_shape {
  position: absolute;
  left: 50px;
  bottom: -40px;
  margin-bottom: 0;
}
.testimonial_slider .client_speech.bg_2 {
  background-color: #5798fe;
}
.testimonial_slider .client_info {
  position: relative;
  padding-left: 80px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial_slider .client_info img {
  border-radius: 50%;
  max-width: 65px;
  max-height: 65px;
}
.testimonial_slider .client_info h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 18px;
}
.testimonial_slider .client_info h4 span {
  font-size: 14px;
  color: #8f9093;
  display: block;
  width: 100%;
  margin-top: 7px;
}

.teacher_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: -moz-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  background-image: -webkit-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  background-image: -ms-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
}
.teacher_list [class^=teacher_list_animation_], .teacher_list [class*=teacher_list_animation_] {
  position: absolute;
  z-index: -1;
}
.teacher_list .teacher_list_animation_1 {
  left: 7%;
  top: 12%;
}
.teacher_list .teacher_list_animation_2 {
  left: 7%;
  bottom: 20%;
}
.teacher_list .teacher_list_animation_3 {
  right: 7%;
  top: 12%;
}
.teacher_list .teacher_list_animation_4 {
  right: 7%;
  bottom: 20%;
}
.teacher_list .teacher_list_animation_5 {
  right: 55%;
  top: 4%;
}
.teacher_list .teacher_list_animation_6 {
  right: 48%;
  bottom: 10%;
}
.teacher_list .teacher_list_shape {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translatey(-15%);
  text-align: center;
  z-index: -1;
  position: absolute;
}

.teacher_list_iner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single_teacher_list {
  position: relative;
  z-index: 9;
  flex: 22% 0 0;
  text-align: center;
}
.single_teacher_list .teacher_list_img {
  max-width: 170px;
  max-height: 170px;
  margin: 0 auto;
}
.single_teacher_list .teacher_list_img.square {
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 10px;
}
.single_teacher_list .teacher_list_img.circle {
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 10px;
}
.single_teacher_list .teacher_list_img.circle img {
  border-radius: 50%;
}
.single_teacher_list h5 {
  font-size: 20px;
  color: #fff;
  margin-top: 36px;
  text-align: center;
}
.video_section img {
  border-radius: 4px;
}
.get_start_part {
  position: relative;
  z-index: 1;
  background: #d2691e;
}
.get_start_part .kid_title, .get_start_part .get_start_content p {
  color: #ffffff;
}
.get_start_part .video_section {
  padding: 20px;
  border: 2px dashed #ffffff;
  margin-right: 30px;
}
.get_start_part .get_start_content h4 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}
.get_start_part .get_start_content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 13px;
  text-align: justify;
}
.get_start_part .get_start_content .get_start_btn {
  font-size: 16px;
  color: #970f00;
  position: relative;
  z-index: 1;
  font-weight: 700;
  margin-top: 28px;
  display: inline-block;
}
.get_start_part .get_start_content .get_start_btn i {
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.get_start_part .get_start_content .get_start_btn:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #970f00;
}
.get_start_part .get_start_content .get_start_btn:hover i {
  padding-left: 8px;
}
.get_start_part [class^=get_start_animation_],
.get_start_part [class*=" get_start_animation_"] {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}
.get_start_part .get_start_animation_1 {
  left: 9%;
  top: 3%;
}
.get_start_part .get_start_animation_3 {
  left: 9%;
  bottom: 30%;
}
.get_start_part .get_start_animation_6 {
  right: 50%;
  top: 3%;
}
.get_start_part .get_start_animation_9 {
  right: 10%;
  top: 19%;
}
.get_start_part .get_start_animation_11 {
  right: 17%;
  bottom: 13%;
}
.get_start_part .get_start_animation_12 {
  right: 50%;
  bottom: 8%;
}
.admission-info, .admission-card {
  background-color: #07294d;
  padding: 60px 40px;
}
.about-motto h5 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 40px;
  text-align: justify;
}
.about-motto h6 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 30px;
  text-align: justify;
}
.admission-info .admission-title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
}
.admission-info p {
  color: #fff;
  padding-bottom: 20px;
}
.video_popup {
  background-color: #fff;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_popup .polygon_shape {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #970f00;
  display: block;
  text-align: center;
  margin-left: 6px;
}

.event_section {
  z-index: 1;
  position: relative;
}
.event_section .event_section_content {
  padding-left: 45px;
}
.event_section .event_section_content h5 {
  font-size: 18px;
  color: #970f00;
  font-weight: 700;
  margin-bottom: 7px;
}
.event_section .event_section_content p {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}
.event_section .event_section_content .cu_btn {
  margin-top: 20px;
}
.event_section .about_img_5 {
  position: absolute;
  left: -36px;
  bottom: 10px;
  z-index: -1;
}
.event_section [class^=about_page_animation_], .event_section [class*=about_page_animation_] {
  position: absolute;
  z-index: -1;
}
.event_section .about_page_animation_1 {
  left: 7%;
  top: 12%;
}
.event_section .about_page_animation_2 {
  left: 7%;
  bottom: 20%;
}
.event_section .about_page_animation_2 img {
  max-width: 50px;
}
.event_section .about_page_animation_3 {
  right: 7%;
  top: 12%;
}
.event_section .about_page_animation_4 {
  right: 8%;
  bottom: 8%;
  max-width: 50px;
}
.event_list {
  position: relative;
  z-index: 1;
}
.event_list .single_event_list {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #fff;
}
.event_list .single_event_list .event_list_img {
  flex: 34% 0 0;
}
.event_list .single_event_list .event_list_img img {
  border-radius: 5px 0 0 5px;
}
.event_list .single_event_list .event_list_content {
  padding: 20px 30px;
}
.event_list .single_event_list .event_list_content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #970f00;
  margin-bottom: 5px;
}
.event_list .single_event_list .event_list_content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.event_list .single_event_list .event_list_content h3 a {
  color: #32355d;
}
.event_list .single_event_list .event_list_content h3 a:hover {
  color: #970f00;
}
.event_list .single_event_list .event_list_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 18px;
  margin-top: 33px;
  border-top: 1px solid #e7e5e5;
}
.event_list .single_event_list .event_list_content ul li {
  display: inline-block;
  margin-right: 35px;
  font-size: 13px;
}
.event_list .single_event_list .event_list_content ul li:last-child {
  margin-right: 0;
}
.event_list .single_event_list .event_list_content ul li i, .event_list .single_event_list .event_list_content ul li span {
  color: #970f00;
}
.event_list .single_event_list .event_list_content ul li i {
  margin-right: 5px;
}
.event_list [class^=event_list_animation_], .event_list [class*=event_list_animation_] {
  position: absolute;
  z-index: -1;
}
.event_list .event_list_animation_1 {
  left: 7%;
  top: 12%;
}
.event_list .event_list_animation_2 {
  left: 7%;
  bottom: 20%;
}
.event_list .event_list_animation_2 img {
  max-width: 50px;
}
.event_list .event_list_animation_3 {
  right: 7%;
  top: 21%;
}
.event_list .event_list_animation_4 {
  right: 8%;
  bottom: 8%;
  max-width: 50px;
}
.event_time_countdown {
  position: relative;
  z-index: 1;
  background-image: url("../img/event_timer_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.event_time_countdown:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -moz-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  background-image: -webkit-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  background-image: -ms-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  opacity: 0.9;
  background-color: #fc3f72;
}
.event_time_countdown .time_countdown_content {
  display: flex;
  align-items: center;
}
.event_time_countdown .time_countdown_content h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 24px;
  line-height: 1.5;
}
.countdown {
  display: flex;
  justify-content: space-between;
}
.countdown .time {
  font-size: 48px;
  color: #fff;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}
.countdown .time:last-child {
  margin-right: 0;
}
.countdown .time span {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 20px;
  margin-top: 13px;
}
.event_details_wrapper .event_details_thumb {
  margin-bottom: 53px;
  padding: 25px;
  border-radius: 30px;
  border: 2px dashed #FD4B7B;
}
.event_details_wrapper .event_details_thumb img {
  border-radius: 30px;
}
.event_details_wrapper .event_desc {
  margin-top: 17px;
  font-size: 16px;
  line-height: 2;
}
.single_event_part {
  background-color: #E7FFE0;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 50px 40px 72px;
  text-align: left;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_event_part.event_bg_02 {
  background-color: #FFE5AC;
}
.single_event_part.event_bg_03 {
  background-color: #B6E6FF;
}
.single_event_part.event_bg_04 {
  background-color: #FFD7EB;
}
.single_event_part.event_bg_05 {
  background-color: #D8D7FF;
}
.single_event_part.event_bg_06 {
  background-color: #B6E6FF;
}
.single_event_part.event_bg_01 {
  background-color: #E7FFE0;
}
.single_event_part .single_event_icon img {
  width: 190px;
  position: absolute;
  top: -55px;
  right: 25px;
}
.single_event_part h4 {
  font-size: 23px;
  margin-top: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.single_event_part h3 {
  font-weight: 600;
}
.single_event_part p {
  color: #212529;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}
.single_event_part a {
  display: block;
  font-size: 18px;
  color: #70747F;
}

.single_event_section_part {
  margin-top: 70px;
}
.event_details .event_section_content {
  padding-left: 20px;
}
.guide-section {
  margin: 35px 0 0;
}
.img-frame {
  -webkit-animation: mover 2s infinite  alternate;
  animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateX(-20px); }
}
@keyframes mover {
  0% { transform: translateX(0); }
  100% { transform: translateX(-20px); }
}
.info-style1 {
  text-align: center;
  margin: auto;
  padding: 15px;
}
.report-career-icon {
  text-align: center;
}
.report-career-item {
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  background-color: #ffe4c4;
  border-radius: 30px;
}

.service-card-inner {
  text-align: center;
  border-radius: 50px;
  padding: 45px 40px 43px 40px;
  background-color: var(--theme-color);
  margin: 40px 0;
}

.service-card .sr-icon {
  position: relative;
  z-index: 1;
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto 25px auto;
}
.service-card .sr-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  z-index: -1;
  transition: all ease 0.4s;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
.service-card .sr-title a {
  font-weight: 600;
  color: var(--title-color);
}
.service-card .sr-title {
  color: inherit;
  transition: all ease 0.4s;
  margin: 15px 0;
}
.service-card h3 {
  transition: all ease 0.4s;
  font-weight: 600;
}
.service-card .sr-title:hover {
  color: var(--title-color);
}
.service-card .sr-text {
  margin-bottom: 0;
  color: var(--body-color);
  transition: all ease 0.4s;
  font-weight: 600;
}
.service-card .service-card-inner {
  transition: all ease 0.4s;
}
.service-card:hover .service-card-inner {
  background-color: var(--title-color);
}
.service-card:hover .sr-icon:before {
  opacity: 1;
  visibility: visible;
}
.service-card:hover .sr-text,
.service-card:hover .sr-title a,
.service-card:hover h3 {
  color: #ffffff;
}
.service-card:nth-child(1) {
  --body-color: #46302b;
  --title-color: #fe5d37;
  --theme-color: #ffe9e4;
}
.service-card:nth-child(2) {
  --title-color: #786acf;
  --body-color: #463c84;
  --theme-color: #edeaff;
}
.service-card:nth-child(3) {
  --title-color: #fec624;
  --body-color: #7b683b;
  --theme-color: #fff3d8;
}
.service-card:nth-child(4) {
  --title-color: #5bd7ca;
  --body-color: #2e6963;
  --theme-color: #defdfa;
}

.service-box {
  position: relative;
  line-height: 1;
  border-radius: 30px;
  overflow: hidden;
}
.service-box .service-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 50px 50px 46px 50px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.4s ease-in-out;
}
.service-box .service-icon {
  margin-bottom: 22px;
  width: 65px;
}
.service-box .service-title {
  margin-bottom: 8px;
  color: var(--white-color);
}
.service-box .service-title a {
  color: inherit;
}
.service-box .service-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.service-box .vs-btn {
  margin-top: 10px;
}
.service-box .service-text {
  color: var(--white-color);
  height: 0;
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
.service-box:hover .service-content {
  background-color: var(--theme-color);
}
.service-box:hover .service-text {
  transform: translateY(0);
  height: 75px;
  opacity: 1;
  visibility: visible;
  margin-bottom: 25px;
  margin-top: 4px;
}
.service-box:hover .vs-btn {
  background-color: rgb(255, 255, 255);
  color: var(--theme-color);
}
.service-box:hover .vs-btn:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.service-tab {
  border-bottom: none;
}
.service-tab .sr-icon-btn {
  background-color: var(--white-color);
}
.service-tab .sr-icon-btn:not(:last-child) {
  margin-bottom: 30px;
}

.sr-icon-btn {
  --gap: 15px;
  width: 179px;
  height: 172px;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  border: none;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background-color: transparent;
  position: relative;
  z-index: 2;
  color: var(--theme-color);
  transition: 0.4s ease-in-out;
}
.sr-icon-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px dashed #e9e0d1;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
}
.sr-icon-btn::after {
  content: "";
  width: calc(100% - var(--gap) * 2);
  height: calc(100% - var(--gap) * 2);
  position: absolute;
  top: var(--gap);
  left: var(--gap);
  background-color: var(--theme-color);
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
.sr-icon-btn img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  transition: 0.4s ease-in-out;
}
.sr-icon-btn:hover, .sr-icon-btn.active {
  color: var(--white-color);
}
.sr-icon-btn:hover:after, .sr-icon-btn.active:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}
.sr-icon-btn:hover:before, .sr-icon-btn.active:before {
  width: calc(100% - var(--gap) * 2);
  height: calc(100% - var(--gap) * 2);
  left: var(--gap);
  top: var(--gap);
}
.sr-icon-btn:hover img, .sr-icon-btn.active img {
  filter: brightness(0) invert(1);
}

.service-tabcontent {
  height: 100%;
}
.service-tabcontent > .tab-pane {
  height: 100%;
}

.service-grid {
  height: 100%;
}
.service-grid > [class^=col]:first-child {
  height: 100%;
}
.service-grid .service-img {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.service-grid .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
}
.service-grid .service-icon {
  margin-bottom: 25px;
}
.service-grid .service-text {
  margin-bottom: 25px;
}
.service-grid .service-title {
  text-transform: capitalize;
}
.service-grid .service-title a {
  color: inherit;
}
.service-grid .service-title a:hover {
  color: var(--theme-color);
}
.service-grid .check-list {
  margin-bottom: 30px;
}

.contact_part .contact_form {
  padding: 50px 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}
.contact_part .contact_form h2 {
  font-size: 35px;
  font-weight: 700;
  color: #32355d;
  margin-bottom: 40px;
}
.contact_part .contact_form .form-group {
  margin-bottom: 25px;
}
.contact_part .contact_form input, .contact_part .contact_form textarea {
  background-color: #f5f9fb;
  border: 1px solid #f5f9fb;
  height: 55px;
  line-height: 55px;
  padding: 10px 20px;
  color: #004e7a;
  font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  text-align: left;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 15px;
  text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 10px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.contact_part .contact_form .sorting-select{
  background-color: #f5f9fb;
  border: 1px solid #f5f9fb;
  height: 55px;
  line-height: 55px;
  padding: 10px 20px;
  color: #004e7a;
  font-weight: 500;
}
.contact_part .contact_form ::placeholder {
  color: #677077;
}
.contact_part .contact_form textarea {
  height: 200px;
  padding: 13px 20px;
}
.contact_part .contact_form ::placeholder {
  color: #677077;
}
.contact_part .contact_form .cu_btn {
  margin-top: 5px;
}
.contact_part [class^=contact_animation_],
.contact_part [class*=contact_animation_] {
  position: absolute;
  z-index: -1;
}
.contact_part .contact_animation_1 {
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
}
.contact_part .contact_animation_2 {
  left: 12%;
  top: 50%;
}
.contact_part .contact_animation_3 {
  left: 6%;
  bottom: 10%;
}
.contact_part .contact_animation_4 {
  right: 5%;
  top: 5%;
}
.contact_part .contact_animation_5 {
  right: 32%;
  bottom: 78%;
}
.contact_part .contact_animation_6 {
  right: 5%;
  bottom: 10%;
}
.teacher_details_info {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.teacher_details_info [class^=teacher_details_animation_], .teacher_details_info [class*=" teacher_details_animation_"] {
  position: absolute;
  z-index: -1;
}
.teacher_details_info .teacher_details_animation_1 {
  left: 7%;
  top: 10%;
}
.teacher_details_info .teacher_details_animation_2 {
  left: 6%;
  top: 45%;
}
.teacher_details_info .teacher_details_animation_3 {
  left: 7%;
  bottom: 12%;
}
.teacher_details_info .teacher_details_animation_4 {
  right: 8%;
  top: 10%;
}
.teacher_details_info .teacher_details_animation_5 {
  right: 7%;
  bottom: 45%;
}
.teacher_details_info .teacher_details_animation_6 {
  right: 8%;
  bottom: 10%;
}
.teacher_details_info .profile_img {
  padding-right: 20px;
  position: relative;
  z-index: 1;
  margin-left: 25px;
  margin-top: 20px;
}
.teacher_details_info .profile_img .teacher_profile_shape {
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: -1;
}
.teacher_details_info .profile_img img {
  border-radius: 5px;
}
.teacher_details_info .profile_content .teacher_category {
  font-size: 22px;
  color: #fff;
  border-radius: 5px;
  background-color: #4CA9FF;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  padding: 12px 18px;
}
.teacher_details_info .profile_content .teacher_profile_info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 17px;
}
.teacher_details_info .profile_content .teacher_profile_info li {
  display: block;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #626472;
  position: relative;
  margin: 12px 0;
  font-weight: 600;
}
.teacher_details_info .profile_content .teacher_profile_info li span {
  color: #004e7a;
  font-weight: 700;
}
.teacher_details_info .profile_content .teacher_social_info {
  display: flex;
  margin-top: 33px;
}
.teacher_details_info .profile_content .teacher_social_info a {
  width: 48px;
  height: 48px;
  background-color: #3b5998;
  border-radius: 50%;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin-right: 8px;
  border-style: solid;
  border-width: 2px;
}
.teacher_details_info .profile_content .teacher_social_info a:last-child {
  margin-right: 0;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=facebook] {
  background-color: #475993;
  border-color: #475993;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=facebook]:hover {
  background-color: #fff;
  color: #475993;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=instagram] {
  background-color: #FE2A39;
  border-color: #FE2A39;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=instagram]:hover {
  background-color: #fff;
  color: #FE2A39;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=linkedin] {
  background-color: #0e76a8;
  border-color: #0e76a8;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=linkedin]:hover {
  background-color: #fff;
  color: #0e76a8;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=dribbble] {
  background-color: #FE2A39;
  border-color: #FE2A39;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=dribbble]:hover {
  background-color: #fff;
  color: #FE2A39;
}
.teacher_details_info .description {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.teacher_details_info .description + .description {
  margin-top: 12px;
}
.teacher_details_info .work_summary .work_summary_item {
  text-align: center;
  padding: 40px;
  background-image: linear-gradient(100deg, #A762FF 0%, #D500F8 100%);
  border-radius: 20px;
}
.teacher_details_info .work_summary .work_summary_item p {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 900;
}
.teacher_details_info .work_summary .work_summary_item h2 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 900;
  margin-top: 15px;
}
.teacher_details_info .work_summary .col-lg-3:nth-child(2) .work_summary_item {
  background-image: linear-gradient(100deg, #FFB867 0%, #FF675E 100%);
}
.teacher_details_info .work_summary .col-lg-3:nth-child(3) .work_summary_item {
  background-image: linear-gradient(100deg, #95E294 0%, #0ACD88 100%);
}
.teacher_details_info .work_summary .col-lg-3:nth-child(4) .work_summary_item {
  background-image: linear-gradient(100deg, #72CFFF 0%, #1595FF 100%);
}
.teacher_details_info .single_achivement {
  position: relative;
  padding: 20px 15px 0;
}
.teacher_details_info .single_achivement img {
  position: absolute;
  top: 0;
  left: 0;
}
.teacher_details_info .single_achivement h5 {
  font-size: 24px;
  font-weight: 700;
  color: #32355d;
}
.teacher_details_info .single_achivement p {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #677077;
  font-weight: 500;
  margin-bottom: 16px;
}
.teacher_details_info .single_achivement p:last-child {
  margin-bottom: 0;
}

.cta_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url("../img/cta_bg_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta_section [class^=cta_animation_], .cta_section [class*=" cta_animation_"] {
  position: absolute;
  z-index: -1;
}
.cta_section .cta_animation_1 {
  left: 7%;
  top: 12%;
}
.cta_section .cta_animation_2 {
  left: 7%;
  bottom: 20%;
}
.cta_section .cta_animation_3 {
  right: 7%;
  top: 12%;
}
.cta_section .cta_animation_4 {
  right: 2%;
  bottom: 0;
}
.cta_section h2 {
  font-weight: 900;
  font-size: 50px;
  color: #32355d;
}
.cta_section p {
  margin-top: 26px;
}
.cta_section .cu_btn {
  margin-top: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.cta_part {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background-color: #d00303;
}
.cta_part h2 {
  font-size: 50px;
  margin-top: 47px;
  color: #fff;
}
.cta_part p {
  font-size: 22px;
  color: #fff;
}
.cta_part .cu_btn {
  margin-top: 40px;
}
.cta_part .breadcrumb_animation_1 {
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: -1;
}
.cta_part .breadcrumb_animation_2 {
  position: absolute;
  right: 5%;
  bottom: 15%;
  z-index: -1;
}
.cta_section_wrapper {
  text-align: center;
}
.cta_section_wrapper img + h2 {
  margin-top: 50px;
  margin-bottom: 10px;
}
.cta_section_wrapper .cu_btn {
  margin-top: 25px;
}

.contact_form {
  margin-top: 0;
}
.contact_form h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 700;
}
.contact_form p {
  margin-bottom: 30px;
}
.contact_sidebar h4 {
  font-size: 24px;
  margin-bottom: 37px;
  font-weight: 700;
  line-height: 1.5;
}
.contact_sidebar .single_contact_sidebar {
  position: relative;
  padding-left: 43px;
  margin-bottom: 30px;
}
.contact_sidebar .single_contact_sidebar i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #970f00;
  font-size: 25px;
}
.contact_sidebar .single_contact_sidebar h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.contact_sidebar .single_contact_sidebar p a {
  line-height: 24px;
  color: #212529;
}

.blog_sidebar .social_icon {
  margin-top: 15px;
}
#contactMap {
  height: 100% !important;
}

.contact_page .form_single_item input, .contact_page .form_single_item textarea {
  border: 1px solid #f5f9fb;
  background-color: #f5f9fb;
  color: #004e7a;
  font-weight: 500;
}
.contact_page .form_single_item input:focus, .contact_page .form_single_item textarea:focus {
  background-color: #fff;
  border: 1px solid #fbeff4;
  color: #004e7a;
  box-shadow: none;
}
.contact_page .form_single_item input:focus::placeholder, .contact_page .form_single_item textarea:focus::placeholder {
  color: #004e7a;
}
.contact_page .social_icon {
  display: flex;
  margin-top: 33px;
}
.contact_page .social_icon a {
  width: 48px;
  height: 48px;
  background-color: #3b5998;
  border-radius: 50%;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin-right: 8px;
  border-style: solid;
  border-width: 2px;
}
.contact_page .social_icon a:last-child {
  margin-right: 0;
}
.contact_page .social_icon .facebook {
  background-color: #475993;
  border-color: #475993;
}
.contact_page .social_icon .whatsapp {
  background-color: #049b04;
  border-color: #049b04;
}
.contact_page .social_icon .facebook:hover {
  background-color: #fff;
  color: #475993;
}
.contact_page .social_icon .instagram {
  background-color: #FE2A39;
  border-color: #FE2A39;
}
.contact_page .social_icon .instagram:hover {
  background-color: #fff;
  color: #FE2A39;
}
.contact_page .social_icon .linkedin {
  background-color: #0e76a8;
  border-color: #0e76a8;
}
.contact_page .social_icon .linkedin:hover {
  background-color: #fff;
  color: #0e76a8;
}
.contact_page .social_icon a[href*=dribbble] {
  background-color: #FE2A39;
  border-color: #FE2A39;
}
.contact_page .social_icon a[href*=dribbble]:hover {
  background-color: #fff;
  color: #FE2A39;
}
.contact_page .cu_btn {
  margin-top: 30px;
}

.dl_countdown_wrapper {
  position: relative;
  float: right;
  width: 100%;
}
.dl_countdown_wrapper .dl_countdown_inner {
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  transform: all 0.3s;
  flex: 25% 0 0;
}
.dl_countdown_wrapper .dl_countdown_inner span {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  transform: all 0.3s;
  font-family: "Quicksand", sans-serif;
}
.dl_countdown_wrapper .dl_countdown_inner .dl_desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
  color: #fff;
  transform: all 0.3s;
}
.dl_countdown_wrapper .dl_countdown_shape {
  position: absolute;
  bottom: 0;
  right: -87%;
}

.dl_countdown_inner_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.listing-box {
  border-radius: 4px;
  background-color: #cc1703;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.listing-title {
  color: #ffffff;
  text-transform: capitalize;
}
.listing-box:before{
  content: "";
  border: 1px solid #fff;
  opacity: 0;
  transform: translateX(-20px);
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  transition: all 0.5s ease;
  z-index: 1;
}
.listing-box:hover:before{
  opacity: 1;
  transform: translateX(0);
}
.listing-box img{
  width: 100%;
  height: auto;
  transform: translateX(-20px) scale(1.15);
  transition: all 0.5s ease;
}
.listing-box:hover img{
  opacity: 0.5;
  transform: translateX(20px) scale(1.15);
}
.listing-box .listing-box-content{
  color: #fff;
  text-align: left;
  opacity: 0;
  transform: scale(0);
  transform-origin: left bottom;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  transition: all 0.5s ease;
}   
.listing-box:hover .listing-box-content{
  opacity: 1;
  transform: scale(1);
}
.listing-box .title{
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.listing-box .post{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin: 0 0 11px;
  display: inline-block;
}
.listing-box .icon{
  padding: 0;
  margin: 0;
  list-style: none;
}
.listing-box .icon li{
  margin: 0 3px;
  display: inline-block;
}
.listing-box .icon li a{
  color: #fff;
  background: rgba(255,255,255,0.4);
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  box-shadow: 0 0 15px rgba(0,0,0,0.9);
  display: block;
  transition: all 0.3s;
}
.listing-box .icon li a:hover{
  color: #fff;
  background: transparent;
}
@media only screen and (max-width:990px){
  .listing-box{ margin: 0 0 30px; }
}
.panel table {
  margin-bottom: 0;
}
.panel .panel-heading{
  background: #fff;
  padding: 15px;
  border-radius: 0; 
}
.panel .panel-heading .title{
  color: #333;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 33px;
  margin: 0;
}
.panel .panel-heading .btn{
  color: #fff;
  background-color: #6c5ce7;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease 0s;
}
.panel .panel-heading .btn:hover{ box-shadow: 4px 4px 0 #6c5ce7; }
.panel .panel-body{
  padding: 0;
  border-radius: 0;
}
.panel .panel-body .table thead tr th {
  color: #fff;
  background: #cc1602;
  font-size: 19px;
  font-weight: 600;
  padding: 10px 20px;
  border-bottom: none;
}
.panel .panel-body .table tbody tr td {
  color: #555;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  vertical-align: middle;
  border-color: #e7e7e7;
}
.panel .panel-body .table tbody .percentage.disable{
  color: #fc9f0a;
  border: 2px solid #fc9f0a;
}
.panel .panel-body .table tbody .percentage.failed{
  color: #e74c3c;
  border: 2px solid #e74c3c;
}
.panel .panel-body .table tbody .action-list{
  padding: 0;
  margin: 0;
  list-style: none;
}
.panel .panel-body .table tbody .action-list li{ display: inline-block; }
.panel .panel-body .table tbody .action-list li a{
  color: #6c5ce7;
  font-size: 17px;
  text-align: center;
  line-height: 32px;
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
  border: 2px solid #6c5ce7;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.panel .panel-body .table tbody .action-list li a:hover{
  color: #fff;
  background: #6c5ce7;
}
.panel .panel-footer{
  color: #333;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 33px;
  padding: 25px 15px;
  border-radius: 0;
}
.pagination{ margin: 0; }
.pagination li a{
  color: #333;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 2px;
  border: 2px solid #ddd;
  border-radius: 0;
  transition: all 0.3s ease 0s;
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a{
  color: #6c5ce7;
  background: none;
  border-color: transparent;
  border-bottom: 2px solid #6c5ce7;
}
@media only screen and (max-width:479px){
  .panel .panel-heading{ text-align: center; }
  .panel .panel-heading .title{
      float: none !important;
      margin: 0 0 10px;
  }
  .panel .panel-heading .btn{ float: none !important; }
}
.admission-area {
  background: #490d59;
  padding: 20px 10px;
  border-radius: 20px;
  text-align: center;
}
.admission-area a:hover {
  color: #ffff00;
  text-decoration: underline;
}
.admission-area h2 {
  color: #ffffff;
}
.admission-area h2 span {
  padding: 15px 0;
  display: inline-block;
  color: #f6ff92;
}
.admission-area h2 span {
  padding: 10px 20px 10px;
  border-radius: 5px;
  display: inline-block;
  color: red;
  border: 1px solid #ffffff;
  background: aliceblue;
  margin: 10px 0;
}
.admission-area h2 a {
  padding: 10px 0 0;
  display: block;
}
.scrollToTop.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  background-color: #ffffff;
  border-radius: inherit;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.scroll-btn i {
  display: inline-block;
  background-color: #c91b08;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.scrollToTop {
  position: fixed;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 96;
}
.scroll-btn {
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
}
.first-letter-design {
  font-size: 100px;
  font-weight: 700;
  color: #c91b08;
  font-family: "Cormorant Garamond", serif;
}
.first-letter-small {
  font-size: 50px;
  font-weight: 700;
  color: #c91b08;
  font-family: "Cormorant Garamond", serif;
}
.m-right-zero {
  margin-right: -10px;
}
.footer_section .about_img_6 {
  box-shadow: none;
  padding: 0;
}
.footer_logo img {
  background: #ffffffe6;
  border-radius: 2px;
  padding: 5px;
}
.footer_section {
  padding: 60px 0 0;
  position: relative;
  background-color: #800d01;
  z-index: 1;
  overflow: hidden;
}
.footer_section .single_footer_widget .footer_logo {
  margin-bottom: 35px;
  display: inline-block;
}
.footer_section .single_footer_widget h4 {
  font-size: 20px;
  margin-bottom: 22px;
  color: #fff;
  font-weight: 700;
}
.footer_section .single_footer_widget p {
  color: #fff;
  font-size: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 0px;
  text-align: justify;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer_section .single_footer_widget ul {
  padding: 0;
  margin: 0;
}
.footer_section .single_footer_widget ul li {
  list-style: none;
}
.footer_section .single_footer_widget ul li a {
  color: #fff;
  margin: 6px 0;
  display: inline-block;
  font-weight: 400;
}
.footer_section .single_footer_widget ul li a:hover {
  color: #ffff00;
}
.footer_section .copyright_part {
  margin-top: 30px;
  border-top: 1px solid #652720;
  padding: 15px 0;
}
.footer_section .copyright_part p {
  color: #fff;
  font-size: 15px;
}
.footer_section .copyright_part p a {
  color: #ffa500;
  font-weight: 600;
}
.footer_section [class^=footer_animation_], .footer_section [class*=footer_animation_] {
  position: absolute;
  z-index: -1;
}
.footer_section .footer_animation_1 {
  left: 5%;
  top: 30%;
}
.footer_section .footer_animation_2 {
  left: 42%;
  top: 30%;
}
.footer_section .footer_animation_3 {
  right: 0;
  bottom: 0;
}
.footer_section .social_icon {
  margin-top: 30px;
}
.footer_section .social_icon a {
  margin-right: 14px;
  display: inline-block;
  background: #ffffff;
  font-size: 20px;
  padding: 6px 12px;
  border-radius: 50%;
  color: #ffa500;
}
.footer_section .social_icon a:hover {
  opacity: 0.5;
}
.footer_section .social_icon a:last-child {
  margin-right: 0;
}

.home_two_footer {
  padding: 100px 0 350px;
  background-color: #e3f7fc;
  position: relative;
  z-index: 1;
}
.home_two_footer .footer_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
}
.home_two_footer .footer_bg img {
  width: 100%;
}
.home_two_footer .footer_animation_3 {
  right: 0;
  bottom: 90px;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.home_two_footer .single_footer_widget p {
  color: #515374;
  font-size: 15px;
}
.home_two_footer .single_footer_widget h4 {
  color: #32355d;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 22px;
}
.home_two_footer .single_footer_widget ul {
  padding: 0;
  margin: 0;
}
.home_two_footer .single_footer_widget ul li a {
  color: #515374;
}
.home_two_footer .single_footer_widget ul li a:hover {
  color: #970f00;
}
.home_two_footer .single_footer_widget .input-group {
  margin-top: 27px;
}
.home_two_footer .single_footer_widget .input-group ::placeholder {
  color: #9ba2b5;
  font-size: 14px;
}
.home_two_footer .single_footer_widget .input-group .form-control:focus::placeholder {
  color: #004e7a;
}
.home_two_footer .single_footer_widget .input-group .form-control {
  padding: 14px 25px;
  height: auto;
  border: 1px solid #f2f1ef;
}
.home_two_footer .single_footer_widget .input-group .input-group-text {
  padding: 18px 19px;
  border: 1px solid #f2f1ef;
  border-left: 0px solid transparent;
  background-color: #fff;
  color: #56a4a1;
  cursor: pointer;
}

.instagram_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.instagram_img a {
  display: inline-block;
  flex: 29% 0 0;
  margin-bottom: 10px;
  border-radius: 5px;
}
.instagram_img a:hover {
  opacity: 0.6;
}
.information-boxes {
  text-align: center;
}
.services-boxes {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-boxes .services-inner {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  z-index: 1;
}
.services-boxes .services-inner .services-icon::before {
  font-size: 64px;
  color: #0162ca;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
.services-boxes .services-inner .services-title {
  margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.services-boxes .services-inner .services-title a:hover {
  color: #fff;
}
.about-motto .services-boxes .services-inner .services-description {
  margin-bottom: 15px;
  -webkit-line-clamp: 20;
  line-clamp: 20;
}
.services-boxes .services-inner .services-link a {
  color: #0162ca;
  position: relative;
}
.services-boxes .services-inner .services-link a:after {
  background: #fff;
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 0;
  top: 15px;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.services-boxes .services-inner .services-link a:hover {
  padding-left: 35px;
}
.services-boxes .services-inner .services-link a:hover:after {
  width: 25px;
}
.services-boxes .services-inner .services-shape {
  position: absolute;
  top: 0;
  right: 0;
  transition-delay: 400ms;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: -1;
}
.services-boxes .services-inner .services-shape img {
  width: 195px;
  opacity: 0.1;
}
.services-boxes .services-inner .services-count {
  position: absolute;
  top: 50px;
  right: 54px;
  height: 45px;
  width: 56px;
  text-align: center;
}
.services-boxes .services-inner:before {
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  content: "";
  background-color: #ffb218;
  border-radius: 10px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-transform: translate3d(0px, 100%, 0px);
  -o-transform: translate3d(0px, 100%, 0px);
  -ms-transform: translate3d(0px, 100%, 0px);
  -webkit-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
  z-index: -1;
}
.services-boxes:hover {
  transform: translateY(-10px);
}
.services-boxes:hover .services-inner .services-icon::before {
  color: #fff;
}
.services-boxes:hover .services-inner .services-title {
  color: #fff;
}
.services-boxes:hover .services-inner .services-description {
  color: #fff;
}
.services-boxes:hover .services-inner .services-link a {
  color: #fff;
}
.services-boxes:hover .services-inner .services-shape {
  transform: translateX(0%);
}
.services-boxes:hover .services-inner .services-count::before {
  opacity: 0;
}
.services-boxes:hover .services-inner:before {
  -moz-transform: translate3d(0px, 0, 0px);
  -o-transform: translate3d(0px, 0, 0px);
  -ms-transform: translate3d(0px, 0, 0px);
  -webkit-transform: translate3d(0px, 0, 0px);
  transform: translate3d(0px, 0, 0px);
  bottom: 0;
}
.service-item:hover .service-content {
  background: #ffa500;
} 
.service-item:hover .service-content:before {
  background-color: #ffffff;
} 
.service-item {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-item:hover .services-type {
  border-color: #ffffff;
  background: #b22222;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-item-inner {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.service-item .service-thumb {
  overflow: hidden;
}
.service-item .service-thumb img {
  transition: all .5s cubic-bezier(.160, .85, .45, 1);
}
.service-item:hover .service-thumb img {
  transform: scale(1.02);
}
.service-content {
  position: relative;
  padding: 25px;
  text-align: center;
  transition: all .5s cubic-bezier(.160, .85, .45, 1);
}
.service-content:before {
  background-color: #ffff00;
  content: "";
  width: 60%;
  height: 2px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  transition: all .5s cubic-bezier(.160, .85, .45, 1);
}
.service-item:hover .service-content:before {
  width: 80%;
}
.service-icon {
  background-color: #fff;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
.service-icon i {
  color: #f0921e;
  font-size: 45px;
}
.service-content h3 {
  color: #222429;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.service-content p {
  margin: 0;
}
.service-content .read-more {
  background-color: #f0921e;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222429;
  padding: 5px 20px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  bottom: -100%;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
}
.service-content .read-more:hover {
  background-color: #000000;
  color: #fff;
}
.service-item:hover .read-more {
  transition-duration: 600ms;
  bottom: 0;
}
.service-item:hover .service-content {
  padding-bottom: 45px;
}
.serviceBox{
  color: var(--color2);
  background: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 20px 0;
  margin: 0 10px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2),0 0 0 5px #fff inset;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.serviceBox-content{
  color: #fff;
  background: linear-gradient(to top right,var(--color1) 49%,var(--color2) 51%);
  padding: 25px 15px;
  margin: 0 -10px;
  position: relative;
}
.serviceBox-content:before,
.serviceBox-content:after{
  content: "";
  background: linear-gradient(to top right, transparent 49%, #999 50%);
  width: 10px;
  height: 10px;
  position: absolute;
  bottom:-10px;
  left: 0;
}
.serviceBox-content:after{
  background: linear-gradient(to top left, transparent 49%, #999 50%);
  left: auto;
  right: 0;
}
.serviceBox .title{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}
.serviceBox .description{
  font-size: 14px;
  line-height: 25px;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin: 0;
}
.serviceBox .service-icon{
  color: var(--color1);
  background: #fff;
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 90px;
  border-radius: 50%;
  border: 5px solid var(--color1);
  position: relative;
  top: -15px;
  transition: all 0.3s;
  margin: 0 auto;
  z-index: 1;
}
.serviceBox.orange {
  --color1: #98c201;
  --color2: #9DC900;
}
.serviceBox.yellow{
  --color1: #f3a361;
  --color2: #f2a05c;
}
.serviceBox.red{
  --color1: #d71e00;
  --color2: #cc2d13;
}
.serviceBox.red:hover .serviceBox-content {
  background: #f49251;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.serviceBox.yellow:hover .serviceBox-content {
  background: #d25b06;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.serviceBox.orange:hover .serviceBox-content {
  background: #10ac84;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1199px){
  .serviceBox{ margin: 0 10px 30px; }
}
.info-style1 .info-title {
  color: #e8063c;
}
.info-style1 .info-text, .info-style1 .info-title {
  font-weight: 600;
  margin: 0 !important;
  font-size: 18px !important;
}
.school-timing h3 {
  font-weight: 600;
}
.mega-hover {
  position: relative;
  overflow: hidden;  
  padding: 10px;
  border: 2px dashed #970f00;
}
.mega-hover img {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
  border-radius: 10px;
}
.mega-hover:after, .mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.mega-hover:before {
  top: -10%;
  right: 51%;
  bottom: -10%;
  left: 50%;
  background: rgba(255, 255, 255, 25);
}
.mega-hover:after {
  top: 50%;
  right: -10%;
  bottom: 50%;
  left: -10%;
  background: rgba(255, 255, 255, 25);
}
.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}
.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}
.mega-hover:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 10px;
}
.clean-section {
  margin: 40px 0;
}
.gallery-section .service-thumb img {
  width: 100%;
  height: 400px;
  object-fit: fill;
}
.gallery-section .service-thumb img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.gallery-section .service-content {
  background: #b22222;
  height: 184px;
}
.gallery-section .services-type {
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  color: #ffffff;
  padding: 8px 35px;
  border-radius: 1px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-section .service-content h2 {
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}
.gallery-section  .service-item:hover .service-content {
  padding-bottom: 25px;
}
.module {
  position: relative;
}
.courses-info {
  background-color: #005b61;
}
.information-boxes {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.courses-info, .faculty-info, .newadmission-info {
  position: relative;
  padding: 25px;
  color: #ffffff;
  text-align: center;
}
.information-widget .info-item {
  background: white;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information-widget .info-item {
  background: white;
  padding: 10px;
}
.medium-4 h3 {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
}
.information-widget p {
  hyphens: auto;
  -webkit-hyphens: auto;
  word-spacing: -0.05em;
  margin: 0 -20px 0px;
  padding: 0 20px;
  text-align: justify;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.our-aim .information-widget p {
  -webkit-line-clamp: 50;
  line-clamp: 50;
}
.img_section-goal {
  text-align: center;
}
.img_section-goal img {
  width: 70%;
}
.courses-info::after, .faculty-info::after, .newadmission-info::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.information-boxes {
  float: left;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.information-boxes h3 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 25px;
}
.information-boxes p, .information-boxes ul {
  color: #f6f6f6;
  margin: 0 -20px 0px;
  text-align: justify;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.courses-info.medium-4:hover {
  background: #008b95e3;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faculty-info.medium-4:hover {
  background: #6cae02f0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newadmission-info.medium-4:hover {
  background: #d03405e3;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-effect {
  position: relative;
  padding: 8px 24px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-width: 0;
  border: 1px solid #ffffff;
  border-style: solid;
  line-height: 1.42857;
  text-decoration: none !important;
  background-color: #ffffff;
}
.btn-effect:before, .btn-effect:after {
  border-color: transparent;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}
.btn-effect:after {
  border-bottom-width: 2px;
  border-color: #ffffff;
  border-right-width: 2px;
  bottom: -5px;
  right: -5px;
}
.btn-effect:before {
  border-color: #ffffff;
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}
.btn-effect:hover {
  background-color: #222;
  color: #fff;
}
.checked-list li {
  margin-top: 10px;
  font-size: 18px;
  padding-left: 30px;
}
li {
  list-style: none;
  position: relative;
}
.checked-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  color: #5f2dee;
}
.no-bullet {
  margin-left: 0;
  list-style: none;
}
.bordered-light {
  background-color: transparent !important;
  border: 1px solid #FFF;
}
.information-boxes .button {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.information-boxes .button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color .25s ease-out, color .25s ease-out;
  vertical-align: middle;
  border-radius: 0;
  padding: .85em 1em;
  margin: 0 0 1rem;
  font-size: .9rem;
  background-color: #2199e8;
  color: #fefefe;
}
.medium-4:hover .btn-effect {
  background-color: #222;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faculty-info {
  background-color: #619e00eb;
}
.newadmission-info {
  background-color: #d53303f2;
}
.clearfix:after, .clearfix:before {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:after, .clearfix:before {
  content: ' ';
  display: table;
}

.footer_style_3 {
  background-color: #fc5380;
}
.footer_style_3 [class^=footer_animation_], .footer_style_3 [class*=footer_animation_] {
  display: none;
}
.footer_style_3 .copyright_part {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_style_3 .copyright_part p {
  display: inline-block;
  float: left;
}
.footer_style_3 .copyright_part ul {
  margin: 0;
  padding: 0;
  float: right;
}
.footer_style_3 .copyright_part ul li {
  list-style: none;
  display: inline-block;
}
.footer_style_3 .copyright_part ul li a {
  color: #fff;
  padding: 0 20px;
  border-right: 1px solid #fff;
}
.footer_style_3 .copyright_part ul li:last-child a {
  border-right: 0px solid transparent;
  padding: 0 0 0 20px;
}
.footer_section .copyrights_part {
  
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer_section .copyrights_part p {
  color: #000000;
}
.footer_section .copyrights_part p a {
  color: #970f00;
  font-weight: 700;
}
.footer_section  .address i, .address h4 {
  color: #f7f7f7;
}
.footer_section  .address h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-weight: bold;
}
.footer_section .address li {
  margin-bottom: 25px;
}
.footer_section  .address i {
  width: 45px;
  height: 45px;
  border: 2px solid;
  font-size: 1.2857142857142858em;
  text-align: center;
  line-height: 41px;
  float: left;
  margin-right: 0.7em;
  margin-bottom: 0.7em;
}
.single_footer_widget .img_section-item {
  margin: 0;
}
.single_footer_widget .about-read {
 margin: 30px 0 0;
}

/* Media queries */

@media (max-width: 1399.98px) { 
  

}

@media (max-width: 1299.98px) { 
  

}

@media (max-width: 1199.98px) { 
  .container {
    max-width: 95%;
 }
 .kid_title {
  font-size: 35px;
 }

}
@media (max-width: 991.98px) { 
  .header_part .header .navbar .nav-link {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(95, 95, 127, 0.2);
  }
  .navbar-brand img {
    width:300px;
  }
  .navbar-nav > li.active > a:before, 
  .navbar-nav > li:hover > a:before {
    display: none;
  }
  .header_part .header .navbar {
    padding: 15px 0;
  }
  .header_part .header .navbar .navbar-nav {
    margin: 0;
  }
  .header_part .header .navbar .nav-link {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(95, 95, 127, 0.2);
  }
  .header_part .navbar-collapse {
    position: absolute;
    top: 130px;
    background-color: #fff;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.05);
  }
  .header_part .dropdown-toggle::after {
    border: 0px solid transparent;
    content: "";
    font-family: "Font Awesome 5 Free";
    vertical-align: 0px;
    float: right;
  }
  .header_part .navbar-toggler {
    border: 0 solid transparent;
    padding: 0;
    font-size: 22px;
  }
  .header_part .navbar-nav {
    margin-right: 0;
  }
  .header_part .dropdown-menu {
    padding: 0 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .header_part .dropdown-item {
    padding: 8px 10px;
  }
  .header_part .dropdown-toggle::after {
    border: 0px solid transparent;
    content: "";
    font-family: "Font Awesome 5 Free";
    vertical-align: 0px;
    float: right;
  }
  .header_part .dropdown.show .dropdown-toggle::after {
    float: right;
    transform: rotate(180deg);
  }
  
  .header_part .header .navbar .nav-item > .nav-link:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-size: contain;
    z-index: -1;
    transition: all 0.3s;
    opacity: 0;
  }
  .section_padding {
    padding: 40px 0px;
 }
 .single_count_section {
  margin: 15px 0;
 }
 .single_count_section h4 {
  font-size: 35px;
 }
 .single_count_section h5 {
  font-size: 20px;
 }
 .about_section_content {
  margin-left: 0;
  margin-top: 20px !important;
}
.footer_section {
  padding: 40px 0 0;
}
.single_footer_widget {
  display: block;
  margin-right: 30px;
}
.s4_about_section .img_section {
  margin-left: 0;
}
.header_part .header .cu_btn {
  margin: 10px;
}
.page-banner-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.breadcrumb_part h2 {
  font-size: 30px;
}

.header_contact_info {
  text-align: center;
}

.header_part .sub_header .header_contact_info a:first-child {
  margin-bottom: 10px;
}

}
@media (min-width: 991px) {
  .header_part .header .navbar .nav-item > .nav-link {
    position: relative;
    z-index: 1;
  }
  .header_part .header .navbar .nav-item > .nav-link:hover:before {
    opacity: 1;
  }
  .header_part .header .navbar .nav-item > .nav-link.active:before {
    opacity: 1;
  }
  .header_part .dropdown-toggle::after {
    display: none;
  }
  .header_part .dropdown-menu {
    float: left;
    min-width: 150px;
    margin: 0;
    border-radius: 0;
    border: 0 solid transparent;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    transform: translateY(10px);
  }
  .header_part .dropdown-menu .dropdown-item {
    padding: 8px 30px;
    color: #5f5f7f;
    font-weight: 700;
    font-size: 14px;
  }
  .header_part .dropdown-menu .dropdown-item:hover {
    background-color: #dc3545;
    color: #fff;
  }
  .header_part .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
 .marquee-text {
  font-size: 15px;
 }
  
}
@media (max-width: 767.98px) { 
  .navbar-brand img {
    width: 250px;
  }
  .header_part .navbar-collapse {
    top: 115px;
  }
  .header_contact_info {
    text-align: center;
 }
 .marquee-text {
  margin: 10px 0;
 }
 .header_part .sub_header .header_contact_info a {
  font-size: 14px;
 }
 .marquee-text {
  font-size: 14px;
 }
 .banner_part .single_banner_part {
  height: 60vh;
 }
 .banner_part .single_banner_part .banner_iner h2 {
  font-size: 35px;
 }
 .header_part .sub_header .header_social_icon {
  justify-content: center;
 }
 .scroll-btn i {
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
 }
 .kid_title {
  font-size: 30px;
 }
 .pc-button.elementor-button {
  font-size: 14px;
  line-height: 14px;
  min-height: 45px;
  min-width: 150px;
}
.cu_btn {
  padding: 21px 34px;
}
.page-banner-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}
.single_event_part {
  padding: 30px 30px 30px;
}
.single_event_part .single_event_icon img {
  width: 150px;
  top: -55px;
  right: -18px;
}
}

@media (max-width: 575.98px) { 
  
  .navbar-brand img {
    width: 200px;
 }
 .header_part .navbar-collapse {
  top: 100px;
 }
 .footer_section .single_footer_widget h4 {
  margin-top: 22px;
 }
 .footer_section .single_footer_widget p {
  margin: 0;
 }
 .header_part .sub_header .header_contact_info a:last-child {
  margin-top: 15px;
 }
 .page-banner-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.breadcrumb_part h2 {
  font-size: 20px;
}
}