/* Random Css */
.p-40 {
  padding: 40px !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.text-yellow {
  color: #ffb506 !important;
}

.bg-theme-colored1 {
  background: linear-gradient(120deg, #d62121, #c72c2c, #7a1717) !important;
}

.bg-theme-colored2 {
  background: linear-gradient(120deg, #ffdc01, #fc8a24, #d65710) !important;
}

.bg-theme-colored3 {
  background: linear-gradient(120deg, #08adf5, #0579ed, #0364c5) !important;
}

.bg-theme-colored4 {
  background: linear-gradient(120deg, #62cd31, #398d2b, #257517) !important;
}

.bg-white-icon1 i {
  color: #b51628;
}

.bg-white-icon2 i {
  color: #f3b90b;
}

.bg-white-icon3 i {
  color: #0b9ccd;
}

.bg-white-icon4 i {
  color: #62cd31;
}

.icon-box .icon.icon-lg {
  height: 90px;
  width: 90px;
}

.icon-box .icon.icon-lg i {
  font-size: 48px;
  line-height: 90px;
}

.icon-md {
  width: 50px;
  height: 50px;
}

.icon-circled {
  border-radius: 50%;
}

.cc-crd-img {
  opacity: 0.5;
  border-radius: 0 0 20px 20px;
}

.mt--100 {
  margin-top: -100px;
}

/*------- navbar Top Button Css Start------- */
.my-custom-btn {
  background: #f3b90b;
  padding-top: 8px;
  color: #ffffff;
  border-radius: 20px;
  font-size: 15px;
  margin-left: 10px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: ease-in-out 0.3s;
}

.my-custom-btn:hover {
  color: #fff;
}

.my-custom-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0px;
  height: 36px;
  transition: ease-in-out 0.3s;
  z-index: -2;
  background-color: #e53935;
}

.my-custom-btn:hover:before {
  width: 100px;
  height: 38px;
  background-color: #e53935;
}

/* -------navbar Top Button Css End ---------*/

/* -------Main Navbar Css Start------------- */
.main-nav {
  align-items: center;
  padding: 5px 0px;
}

/* -------Main Navbar Css End------------- */

/*--------- homepage banner css start------- */
#rev_slider_1_1_wrapper .hebe .tp-bullet {
  display: none;
}

.text-theme-colored2 {
  color: yellow !important;
}

.font-current-theme2 {
  font-family: "Bubblegum Sans", cursive !important;
}

#rev_slider_1_1_wrapper .hebe .tp-bullet {
  border: 5px solid #261345 !important;
}

#rev_slider_1_1_wrapper .hebe .tp-bullet.selected {
  background: #261345 !important;
  border-color: #fff !important;
}

/*---------- homepage banner css end ----------*/

/* ---------Homepage About Section Start -------*/

/* featured programmes */

.icon-box {
  position: relative;
  z-index: 0;
  transition: all 0.5s ease;
  border-radius: 20px;
}

.btn-light:hover,
.btn-outline-light:hover {
  box-shadow: 0 10px 20px rgb(170 170 170 / 50%);
}

.btn-theme-colored2:hover,
.btn-theme-colored2:focus {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.icon-box .icon.icon-top {
  left: 34%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 2px;
  transform: rotate(45deg) translateX(-74%);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50% 50%;
}

.icon-box .icon i {
  display: inline-block;
  font-size: 40px;
  line-height: 70px;
  transform: rotate(315deg);
}

.icon-box .icon.icon-border-effect::after {
  border-radius: 50% 50% !important;
  box-shadow: 0 0 0 3px;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -4px;
  opacity: 0;
  padding: 4px;
  top: -4px;
  transform: scale(0.8);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  pointer-events: none;
  position: absolute;
  width: 100%;
  color: #ffffff;
}

.icon-box .icon.icon-border-effect.effect-rounded::after {
  border-radius: 3px;
}

.icon-box .icon-border-effect:hover::after {
  opacity: 1;
  transform: scale(1);
}

.about-card-css {
  margin-top: -115px;
}

.programme-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* about us */
/* .about-section::before {
  content: "";
  position: absolute;
  background: url("../images/kk.png") no-repeat center center;
  height: 386px;
  width: 600px;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
} */
.about-section::after {
  content: "";
  position: absolute;
  background: url("../images/bb.png") no-repeat center center;
  height: 530px;
  width: 600px;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}

.about-content {
  background: rgba(255, 255, 255, 0.3);
  padding: 25px;
}

/* ------Homepage About Section End ---------*/

/* ----------Counter Section Start------------ */
.custom-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 19, 69, 0.9);
}

.counter-bottom {
  padding-bottom: 300px;
}

/* ----------Counter Section End----------- */

/* ----------Homepage notice Board Start--------- */
.notice-area {
  background: #fdf7ef;
}

.notice-board {
  border: 1px solid #eee;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
  min-height: 300px;
  border-radius: 20px;
  border: 3px solid #ffb506;
}

.notice-board-head {
  background: #ffb506;
  padding: 15px;
  color: #fff;
  position: relative;
  border-radius: 15px 15px 0 0;
}

.notice-board-head::before {
  position: absolute;
  content: "";
  top: 51px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #ffb506 transparent transparent transparent;
}

.notice-board-head::after {
  position: absolute;
  content: "";
  top: -140px;
  right: 0px;
  background: url("../images/random-monkey.png") no-repeat center center;
  width: 150px;
  height: 186px;
}

.notice-board-head h4 {
  color: #fff;
}

.notice-list {
  padding-top: 26px;
  padding-left: 10px;
  background: #fff;
}

.event-list {
  font-family: "Lato", sans-serif;
  list-style: none;
  margin: 0 0 1em;
}

.event {
  margin-bottom: 1em;
  min-height: 70px;
  border-bottom: 1px solid #eee;
  transition: all 0.5s;
}

.event .date {
  background-color: #22a8e1;
  padding: 2px 12px;
  color: #fff;
  font-size: 1em;
  float: left;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
}

.event:hover .date {
  background-color: #eacc1f;
  color: #000;
  font-weight: 600;
}

.event .date span {
  display: block;
}

.event .date .day {
  font-size: 2em;
  font-weight: 400;
}

/* ----------Homepage notice Board End--------- */

/* ---------Facility Area Start---------- */
.facility-area {
  background: rgb(240, 248, 255);
  background: linear-gradient(
    0deg,
    rgba(240, 248, 255, 1) 0%,
    rgba(253, 247, 239, 1) 100%
  );
}

.pagetwo.activities {
  padding: 180px 0px;
  position: relative;
}

.pagetwo.activities {
  background: url("../images/banner/home-service.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  min-height: 1200px;
}

/* ---------Facility Area End---------- */

/* --------Homepage Gallery Start------------ */
.gallery-section {
  background: rgb(249, 240, 169);
}

.monkey-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/monkey.png) repeat center center;
  z-index: -1;
  opacity: 0.3;
}

.light-hr {
  height: 0px !important;
  margin: 0 !important;
}

/* --------Homepage Gallery End------------ */

/* -------homepage News Slider Start --------*/

#news-slider .owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  top: 40%;
  font-size: 40px;
  color: #fff;
  background: #261345;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#news-slider .owl-nav .owl-next {
  position: absolute;
  right: -5%;
  top: 40%;
  font-size: 40px;
  color: #fff;
  background: #261345;

  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* news card css */
.post-slide {
  background: #fff;
  /* margin: 20px 15px 20px; */
  border-radius: 15px;
  border: 2px solid #ca9d18;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
}

.post-slide .post-img img {
  width: 100%;
  height: 230px;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
  border-radius: 15px;
}

.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
  border-radius: 15px;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  border-radius: 15px;
}

.post-slide .post-top {
  padding: 30px 28px 30px;
}

.post-slide .title {
  margin-bottom: 10px;
}

.post-slide .post-top .post-meta {
  font-size: 15px;
  margin-right: -10px;
  margin-bottom: 15px;
}

.post-slide .post-top .post-meta a {
  color: #707070;
  margin-right: 10px;
}

.post-slide .post-top .post-meta a i {
  color: #f3b90b;
  margin-right: 7px;
}

.post-slide .post-bottom {
  padding: 14px 30px;
  text-align: center;
  font-weight: bold;
  transition: 0.5s ease-in-out;
  color: #261345;
}

.post-slide .post-bottom:hover {
  background: #261345;
  color: #fff;
  border-radius: 0 0 15px 15px;
}

.post-slide .post-bottom:hover .read-more {
  color: #fff;
}

.post-slide .read-more {
  color: #261345;
}

.post-slide .read-more:hover {
  color: #ffffff;
}

/* ------homepage News Slider End ---------*/

/*whatsapp api start*/
.whtatsapp-api {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  z-index: 999;
  bottom: 80px;
  right: 30px;
  position: fixed;
  border-radius: 50%;
  background: #25d366;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/*whatsapp api end*/

/* ------------Innerpage Banner Start---------------- */
.page-header {
  background: url("../images/banner/inner-page.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.custom-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.page-header-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.page-header-content h1 {
  color: #fff;
}

.page-header-content .breadcrumb li {
  color: #fff;
}

.page-header-content .breadcrumb li a {
  color: #fff;
}

.page-header-content .breadcrumb li a::after {
  color: #fff;
}

/* ------------Innerpage Banner End---------------- */

/* -------------Mission Vision Start-------------- */
.vision-box {
  background: #fff;
  border: 5px dashed #261345;
  border-radius: 0 20px 0 20px;
  padding: 25px;
  box-shadow: 5px 5px 10px rgba(95, 94, 94, 0.486);
}

/* -------------Mission Vision End-------------- */

/* --------------Our Approach Start------------- */
.approach-icon .icon-color-t {
  font-size: 30px;
  background: #ffffff;
  border-radius: 50%;
  padding: 12px 10px;
  margin-left: 10px;
  transition: 0.5s ease-in-out;
}

.approach-icon .icon-color-t:hover {
  transform: rotate(360deg);
}

.list-box-approach {
  margin-bottom: 25px;
}

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

.approach-icon-r {
  margin-left: 0px;
  margin-right: 10px;
}

.approach-icon .icon-color-t1 {
  border: 3px dashed #fd1f1e;
  color: #fd1f1e;
}

.approach-icon .icon-color-t2 {
  border: 3px dashed #9f02ff;
  color: #9f02ff;
}

.approach-icon .icon-color-t3 {
  border: 3px dashed #ffc501;
  color: #ffc501;
}

.approach-icon .icon-color-t4 {
  border: 3px dashed #fa3e79;
  color: #fa3e79;
}

.approach-icon .icon-color-t5 {
  border: 3px dashed #0096c3;
  color: #0096c3;
}

.approach-icon .icon-color-t6 {
  border: 3px dashed #1ff118;
  color: #1ff118;
}

/* --------------Our Approach End------------- */

/* admission style start */
.admission-sec {
  padding: 176px 0;
  /* background: #dedede; */
}

.mt-116px {
  margin-top: -116px;
}

.mt-90px {
  margin-top: -90px;
}

.circle-content p {
  padding-top: 20px;
}

.circle-content {
  position: relative;
}

.circle-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 7%;
  height: 90%;
  border-left: 1px dotted #323775;
  z-index: -1;
}

.circle-content li {
  position: relative;
  margin-bottom: 100px;
}

.circle-content li p {
  padding-left: 20%;
}

/* .circle-content li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: #002c9d;
} */

.circle-content li:nth-child(1)::before {
  position: absolute;
  content: "1";
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #002c9d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  box-shadow: 0 0 10px #333;
}

.circle-content li:nth-child(2)::before {
  position: absolute;
  content: "2";
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #d62b21;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  box-shadow: 0 0 10px #333;
}

.circle-content li:nth-child(3)::before {
  position: absolute;
  content: "3";
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #2d99c7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  box-shadow: 0 0 10px #333;
}

.circle-content li:nth-child(4)::before {
  position: absolute;
  content: "4";
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #291050;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  box-shadow: 0 0 10px #333;
}

.admission-form {
  /* border: 2px solid #7f8aa8; */
  background: #fff;
  padding: 30px;
  position: relative;
  top: 10%;
}

.form-header {
  color: #d62b21;
}

.admission-form::after {
  position: absolute;
  content: "";
  top: -148px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ad_cloud.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

.admission-form input {
  margin-bottom: 14px;
}

/* 
.admission-form select {
  margin-bottom: 30px;
} */

.form-btn {
  width: 150px;
  height: 50px;
  border: 1px solid #ab1a11;
  border-radius: 7px;
  background: #d62b21;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-weight: 600;
}

.form-btn:hover {
  background-color: #b21e16;
  color: #fff;
  box-shadow: 0 0 12px #999;
}

.why-sec {
  padding: 80px 0;
  background: #fff;
}

@media (max-width: 991px) {
  .mt-116px {
    margin-top: -346px;
  }

  .display-none-991 {
    display: none;
  }
}

/* admission style end */

/* ---------------Blog Start----------------- */
.blog-section .post-item {
  border: 1px solid #261345;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
}

.blog-section .post-item .post-content .post-bottom {
  padding: 0px;
  padding-bottom: 25px;
  justify-content: center;
}

.blog-section .widget-archive {
  background: #f3e50b;
}

.blog-section .widget-post .widget-header {
  background: #22a8e1;
  color: #fff;
}

.blog-section .widget-post .widget-header .title {
  color: #fff;
}

.blog-section .meta-post a {
  color: #261345;
  font-weight: bold;
}

.blog-section .meta-post i {
  color: #f3e50b;
  font-weight: bold;
}

.blog-section .class-single-content {
  border: 2px dashed #261345;
}

.blog-section .widget-tags {
  border: 2px dashed #261345;
}

.comment-form-blog .widget-header {
  background: #261345;
}

.comment-form-blog .widget-header h5 {
  color: #fff;
}

/* ---------------Blog End----------------- */

/* --------------Contact us Start----------------- */
.contact-section {
  padding-top: 153px;
  position: relative;
}

.monkey-overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/innerpage-monkey.png) repeat center center;
  z-index: -1;
  opacity: 0.5;
}

/* Contact Us Cards Start */
.contact-box {
  background: #fff;
  padding: 25px;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.contact-box a {
  color: #000;
}

.contact-icon {
  padding-right: 12px;
}

/* .contact-icon img{
  filter: brightness(0) invert(1);
} */
.contact-card-color-1 {
  border: 3px dashed #92278f;
}

.contact-card-color-2 {
  border: 3px dashed #91c847;
}

.contact-card-color-3 {
  border: 3px dashed #33cdfc;
}

.contact-card-color-4 {
  border: 3px dashed #f26522;
}

.contact-card-color-1 h4 {
  color: #92278f;
}

.contact-card-color-2 h4 {
  color: #91c847;
}

.contact-card-color-3 h4 {
  color: #33cdfc;
}

.contact-card-color-4 h4 {
  color: #f26522;
}

/* Contact Us Cards End */

/* Contact Form Start */
.contact-form-area {
  position: relative;
  text-align: center;

  background: -moz-linear-gradient(
    left,
    rgba(233, 223, 196, 1) 0%,
    rgba(233, 223, 196, 1) 1%,
    rgba(237, 227, 200, 1) 2%,
    rgba(237, 227, 200, 1) 24%,
    rgba(235, 221, 195, 1) 25%,
    rgba(233, 223, 196, 1) 48%,
    rgba(235, 221, 195, 1) 49%,
    rgba(230, 216, 189, 1) 52%,
    rgba(230, 216, 189, 1) 53%,
    rgba(233, 219, 192, 1) 54%,
    rgba(230, 216, 189, 1) 55%,
    rgba(230, 216, 189, 1) 56%,
    rgba(233, 219, 192, 1) 57%,
    rgba(230, 216, 189, 1) 58%,
    rgba(230, 216, 189, 1) 73%,
    rgba(233, 219, 192, 1) 74%,
    rgba(233, 219, 192, 1) 98%,
    rgba(235, 221, 195, 1) 100%
  );

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(233, 223, 196, 1)),
    color-stop(1%, rgba(233, 223, 196, 1)),
    color-stop(2%, rgba(237, 227, 200, 1)),
    color-stop(24%, rgba(237, 227, 200, 1)),
    color-stop(25%, rgba(235, 221, 195, 1)),
    color-stop(48%, rgba(233, 223, 196, 1)),
    color-stop(49%, rgba(235, 221, 195, 1)),
    color-stop(52%, rgba(230, 216, 189, 1)),
    color-stop(53%, rgba(230, 216, 189, 1)),
    color-stop(54%, rgba(233, 219, 192, 1)),
    color-stop(55%, rgba(230, 216, 189, 1)),
    color-stop(56%, rgba(230, 216, 189, 1)),
    color-stop(57%, rgba(233, 219, 192, 1)),
    color-stop(58%, rgba(230, 216, 189, 1)),
    color-stop(73%, rgba(230, 216, 189, 1)),
    color-stop(74%, rgba(233, 219, 192, 1)),
    color-stop(98%, rgba(233, 219, 192, 1)),
    color-stop(100%, rgba(235, 221, 195, 1))
  );

  background: -webkit-linear-gradient(
    left,
    rgba(233, 223, 196, 1) 0%,
    rgb(216, 200, 156) 1%,
    rgba(237, 227, 200, 1) 2%,
    rgba(237, 227, 200, 1) 24%,
    rgba(235, 221, 195, 1) 25%,
    rgba(233, 223, 196, 1) 48%,
    rgba(235, 221, 195, 1) 49%,
    rgba(230, 216, 189, 1) 52%,
    rgba(230, 216, 189, 1) 53%,
    rgba(233, 219, 192, 1) 54%,
    rgba(230, 216, 189, 1) 55%,
    rgba(230, 216, 189, 1) 56%,
    rgba(233, 219, 192, 1) 57%,
    rgba(230, 216, 189, 1) 58%,
    rgba(230, 216, 189, 1) 73%,
    rgba(233, 219, 192, 1) 74%,
    rgba(233, 219, 192, 1) 98%,
    rgba(235, 221, 195, 1) 100%
  );

  background: -o-linear-gradient(
    left,
    rgba(233, 223, 196, 1) 0%,
    rgba(233, 223, 196, 1) 1%,
    rgba(237, 227, 200, 1) 2%,
    rgba(237, 227, 200, 1) 24%,
    rgba(235, 221, 195, 1) 25%,
    rgba(233, 223, 196, 1) 48%,
    rgba(235, 221, 195, 1) 49%,
    rgba(230, 216, 189, 1) 52%,
    rgba(230, 216, 189, 1) 53%,
    rgba(233, 219, 192, 1) 54%,
    rgba(230, 216, 189, 1) 55%,
    rgba(230, 216, 189, 1) 56%,
    rgba(233, 219, 192, 1) 57%,
    rgba(230, 216, 189, 1) 58%,
    rgba(230, 216, 189, 1) 73%,
    rgba(233, 219, 192, 1) 74%,
    rgba(233, 219, 192, 1) 98%,
    rgba(235, 221, 195, 1) 100%
  );

  background: -ms-linear-gradient(
    left,
    rgba(233, 223, 196, 1) 0%,
    rgb(228, 208, 151) 1%,
    rgb(160, 152, 129) 2%,
    rgba(237, 227, 200, 1) 24%,
    rgba(235, 221, 195, 1) 25%,
    rgba(233, 223, 196, 1) 48%,
    rgba(235, 221, 195, 1) 49%,
    rgba(230, 216, 189, 1) 52%,
    rgba(230, 216, 189, 1) 53%,
    rgba(233, 219, 192, 1) 54%,
    rgba(230, 216, 189, 1) 55%,
    rgba(230, 216, 189, 1) 56%,
    rgba(233, 219, 192, 1) 57%,
    rgba(230, 216, 189, 1) 58%,
    rgba(230, 216, 189, 1) 73%,
    rgba(233, 219, 192, 1) 74%,
    rgba(233, 219, 192, 1) 98%,
    rgba(235, 221, 195, 1) 100%
  );

  background: linear-gradient(
    left,
    rgba(233, 223, 196, 1) 0%,
    rgba(233, 223, 196, 1) 1%,
    rgba(237, 227, 200, 1) 2%,
    rgba(237, 227, 200, 1) 24%,
    rgba(235, 221, 195, 1) 25%,
    rgba(233, 223, 196, 1) 48%,
    rgba(235, 221, 195, 1) 49%,
    rgba(230, 216, 189, 1) 52%,
    rgba(230, 216, 189, 1) 53%,
    rgba(233, 219, 192, 1) 54%,
    rgba(230, 216, 189, 1) 55%,
    rgba(230, 216, 189, 1) 56%,
    rgba(233, 219, 192, 1) 57%,
    rgba(230, 216, 189, 1) 58%,
    rgba(230, 216, 189, 1) 73%,
    rgba(233, 219, 192, 1) 74%,
    rgba(233, 219, 192, 1) 98%,
    rgba(235, 221, 195, 1) 100%
  );

  background-size: 120px;
  background-repeat: repeat;
  border-right: 7px solid #5f3b40;
  border-bottom: 7px solid #5f3b40;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.custom-button {
  color: #000;
}

.custom-button::before {
  background: #ffd205;
}

/* Contact Form End */

/* --------------Contact us End----------------- */

/* --------Footer Section Start------------- */
/* .custom-footer {
  background: #261345;
  width: 100%;
} */
.custom-footer {
  background: #235808;
  width: 100%;
}

.custom-footer .footer-bottom p {
  color: rgb(0, 0, 0);
}

.custom-footer .footer-bottom a {
  color: #f3b90b !important;
}

.custom-footer h5 {
  color: #f3b90b;
}

.custom-footer p {
  color: #fff;
}

.custom-footer a {
  color: #fff !important;
}

.custom-footer li {
  color: #fff !important;
}

.custom-footer .contact li i {
  color: #f3b90b !important;
}

.custom-footer .social-icon li i {
  color: #fff !important;
}

/* ---------Footer Section End---------- */

/* ---------Franchise Modal Start----------- */
.franchise-modal .modal-header {
  background: #f3b90b;
}

.franchise-modal .close-btn-modal:not(:disabled):not(.disabled) {
  cursor: pointer;
  position: absolute;
  background-color: #ffd52b;
  width: 40px;
  height: 40px;
  top: -20px;
  right: -15px;
  border-radius: 50%;
  opacity: 1;
}

@media (max-width: 464px) {
  .franchise-modal .close-btn-modal:not(:disabled):not(.disabled) {
    width: 34px;
    height: 34px;
    top: -6px;
    right: -6px;
  }
}

.franchise-modal .modal-header .modal-title {
  color: #ffffff;
  text-transform: uppercase;
}

.franchise-modal .modal-body {
  padding: 0px;
}

.franchise-modal .btn-close {
  color: #261345;
}

.franchise-modal .modal-dialog .modal-content .modal-body {
  background: #fff;
}

.franchise-modal input {
  margin-bottom: 7px;
}

.franchise-modal select {
  margin-bottom: 7px;
  background: #f4f4f4;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
  color: #707070;
}

.color-red {
  color: red;
}

.franchise-modal .modal-body {
  position: relative;
}

.franchise-modal .modal-body ::before {
  position: absolute;
  content: "";
  bottom: 30px;
  right: -130px;
  width: 200px;
  height: 283px;
  background: url("../images/collection_of_funny_hand_drawn_little_monkeys_with_balloons_and_on_tree-[Converted].png")
    no-repeat center center;
  /* transform: rotate(315deg); */
  display: none;
}

.franchise-modal .modal-footer {
  text-align: center;
  border-top: 1px solid transparent;
}

/* ---------Franchise Modal End----------- */

/* right side call button */
.call-side-panel {
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  line-height: 45px;
  right: -143px;
  position: fixed;
  border-radius: 30px 0 0 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  top: 140px;
  z-index: 444;
  background: #ffb506;
  border: 2px solid #ffffff;
  border-right: transparent;
  padding: 5px 25px;
  font-weight: 700;
  box-shadow: 0px 0px 25px #999;
}

.faa-parent.animated-hover:hover > .faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
  -webkit-animation: ring 2s ease infinite;

  animation: ring 2s ease infinite;

  transform-origin-x: 50%;

  transform-origin-y: 0;

  transform-origin-z: initial;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);

    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);

    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);

    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);

    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);

    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);

    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);

    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);

    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);

    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);

    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0);

    transform: rotate(0);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);

    -ms-transform: rotate(-15deg);

    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);

    -ms-transform: rotate(15deg);

    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);

    -ms-transform: rotate(-18deg);

    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);

    -ms-transform: rotate(18deg);

    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);

    -ms-transform: rotate(-22deg);

    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);

    -ms-transform: rotate(22deg);

    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);

    -ms-transform: rotate(-18deg);

    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);

    -ms-transform: rotate(18deg);

    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);

    -ms-transform: rotate(-12deg);

    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);

    -ms-transform: rotate(12deg);

    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0);

    -ms-transform: rotate(0);

    transform: rotate(0);
  }
}

.call-side-panel a {
  color: #000;
  font-weight: 800;
}

.call-side-panel:hover {
  right: 0;
}

/* pre-loader */

.bg-color-genx-preloader {
  background: #261345;
}

.flexy__item {
  display: flex;
  flex-wrap: nowrap;
}

.flexy__item,
.flexy_child {
  box-sizing: border-box;
}

.flexy--items-center {
  align-items: center;
}

.flexy--justify-center {
  justify-content: center;
}

.flexy--column {
  flex-direction: column;
}

.flexy__child {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.space--normal {
  margin-bottom: 1.4em;
}

@media (max-width: 75em) {
  .space--normal {
    margin-bottom: 1.036em;
  }
}

article {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.space--huge {
  margin-bottom: 5.6em;
}

@media (max-width: 75em) {
  .space--huge {
    margin-bottom: 4.144em;
  }
}

.preloader__ball {
  display: flex;
  position: relative;
  width: 1em;
}

.preloader__ball:after,
.preloader__ball .ball {
  content: "";
  display: flex;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

.preloader__ball .ball {
  background-color: white;
}

.preloader__ball:after {
  position: absolute;
  z-index: -1;
  background-color: black;
  bottom: 0;
  left: 50%;
  opacity: 0.25;
  transform: translate(-50%, 0.5em) rotateX(70deg) scale(1);
}

.preloader--pendulum {
  display: flex;
  align-items: center;
}

.preloader--pendulum .preloader__ball {
  height: 2em;
}

.preloader--pendulum .preloader__ball:last-child:after,
.preloader--pendulum .preloader__ball:last-child .ball,
.preloader--pendulum .preloader__ball:first-child:after,
.preloader--pendulum .preloader__ball:first-child .ball {
  -webkit-animation: 1.8s cubic-bezier(0, 0, 0.15, 1.01) infinite;
  animation: 1.8s cubic-bezier(0, 0, 0.15, 1.01) infinite;
}

.preloader--pendulum .preloader__ball:last-child .ball,
.preloader--pendulum .preloader__ball:first-child .ball {
  transform-origin: 50% -2em;
}

.preloader--pendulum .preloader__ball:first-child .ball {
  -webkit-animation-name: pendulumBallLeft;
  animation-name: pendulumBallLeft;
}

.preloader--pendulum .preloader__ball:first-child:after {
  -webkit-animation-name: pendulumBallLeftShadow;
  animation-name: pendulumBallLeftShadow;
}

.preloader--pendulum .preloader__ball:last-child .ball {
  -webkit-animation-name: pendulumBallRight;
  animation-name: pendulumBallRight;
}

.preloader--pendulum .preloader__ball:last-child:after {
  -webkit-animation-name: pendulumBallRightShadow;
  animation-name: pendulumBallRightShadow;
}

@-webkit-keyframes bounceBallShadow {
  50% {
    opacity: 0.1;
    transform: translate(-50%, 0.5em) rotateX(70deg) scale(0.2);
  }
}

@keyframes bounceBallShadow {
  50% {
    opacity: 0.1;
    transform: translate(-50%, 0.5em) rotateX(70deg) scale(0.2);
  }
}

@-webkit-keyframes bounceBall {
  0%,
  100% {
    transform: translate(0, 4em) scaleY(1) scaleX(1);
  }

  50% {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    transform: translate(0, 0) scaleY(1) scaleX(1);
  }

  96% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
    animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
    transform: translate(0, 4em) scaleY(1) scaleX(1);
  }

  98% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
    animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
    transform: translate(0, 4em) scaleY(0.8) scaleX(1.2);
  }
}

@keyframes bounceBall {
  0%,
  100% {
    transform: translate(0, 4em) scaleY(1) scaleX(1);
  }

  50% {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    transform: translate(0, 0) scaleY(1) scaleX(1);
  }

  96% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
    animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
    transform: translate(0, 4em) scaleY(1) scaleX(1);
  }

  98% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
    animation-timing-function: cubic-bezier(0, 0, 0.15, 1.01);
    transform: translate(0, 4em) scaleY(0.8) scaleX(1.2);
  }
}

@-webkit-keyframes bounceBallExplode {
  0% {
    transform: translate(0, 4em) scale(1);
  }

  5% {
    transform: translate(0, 4em) scale(0.8);
    opacity: 1;
  }

  10%,
  100% {
    transform: translate(0, 4em) scale(2);
    opacity: 0;
  }
}

@keyframes bounceBallExplode {
  0% {
    transform: translate(0, 4em) scale(1);
  }

  5% {
    transform: translate(0, 4em) scale(0.8);
    opacity: 1;
  }

  10%,
  100% {
    transform: translate(0, 4em) scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pendulumBallLeft {
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    transform: translate(0, 0em) rotate(90deg);
  }

  100%,
  50% {
    transform: translate(0, 0em) rotate(0);
  }
}

@keyframes pendulumBallLeft {
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    transform: translate(0, 0em) rotate(90deg);
  }

  100%,
  50% {
    transform: translate(0, 0em) rotate(0);
  }
}

@-webkit-keyframes pendulumBallRight {
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    transform: translate(0, 0em) rotate(-90deg);
  }

  100%,
  50% {
    transform: translate(0, 0em) rotate(0);
  }
}

@keyframes pendulumBallRight {
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    transform: translate(0, 0em) rotate(-90deg);
  }

  100%,
  50% {
    transform: translate(0, 0em) rotate(0);
  }
}

@-webkit-keyframes pendulumBallLeftShadow {
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    opacity: 0.1;
    transform: translate(-3.5em, 0.5em) rotateX(70deg) scale(0.4);
  }

  100%,
  50% {
    opacity: 0.25;
    transform: translate(-50%, 0.5em) rotateX(70deg) scale(1);
  }
}

@keyframes pendulumBallLeftShadow {
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    opacity: 0.1;
    transform: translate(-3.5em, 0.5em) rotateX(70deg) scale(0.4);
  }

  100%,
  50% {
    opacity: 0.25;
    transform: translate(-50%, 0.5em) rotateX(70deg) scale(1);
  }
}

@-webkit-keyframes pendulumBallRightShadow {
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    opacity: 0.1;
    transform: translate(2.2em, 0.5em) rotateX(70deg) scale(0.4);
  }

  100%,
  50% {
    opacity: 0.25;
    transform: translate(-50%, 0.5em) rotateX(70deg) scale(1);
  }
}

@keyframes pendulumBallRightShadow {
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    animation-timing-function: cubic-bezier(0.76, -0.01, 1, 1);
    opacity: 0.1;
    transform: translate(2.2em, 0.5em) rotateX(70deg) scale(0.4);
  }

  100%,
  50% {
    opacity: 0.25;
    transform: translate(-50%, 0.5em) rotateX(70deg) scale(1);
  }
}
