body {
  font-family: "Poppins", sans-serif;
  color: #000;
}
ul {
  list-style: none;
  padding: 0;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 34px;
}
h1,
h2,
h3,
h4 {
  color: #271344;
  font-family: "Fredoka One", cursive;
}
h5 {
  font-weight: bold;
  color: #271344;
}
h6 {
  font-weight: normal;
  color: #271344;
}
p {
  color: #666;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ff4880;
}
a:focus {
  text-decoration: none;
  color: #ff4880;
}
/* a:focus,
a:active {
  outline: none !important;
  border: none !important;
} */

.button {
  background: #ff4880;
  color: #fff !important;
  display: inline-block;
  transition: 0.3s;
  padding: 0.9rem 1.5rem !important;
  font-weight: bold;
  font-size: 14px !important;
  border-radius: 5px;
}
.button:hover {
  background: #271344;
  color: #fff;
}

.wpcf7-submit {
  background: #ff4880 !important;
  color: #fff !important;
  display: inline-block !important;
  transition: 0.3s !important;
  padding: 1.2rem 2rem !important;
  font-weight: bold !important;
  border-radius: 5px !important;
}

.wpcf7-submit:hover {
  background: #271344 !important;
  color: #fff !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  text-align: left !important;
}

.wpcf7 input {
  font-size: 16px;
  color: #000;
  height: 50px;
}

.wpcf7 input:focus {
  border: 1px solid #271344 !important;
}

.button_1 {
  background: #271344;
  color: #fff !important;
  display: inline-block;
  transition: 0.3s;
  padding: 0.9rem 1.5rem !important;
  font-weight: bold;
  border-radius: 5px;
}
.button_1:hover {
  background: #ff4880;
  color: #fff;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.col_pink {
  color: #ff4880 !important;
}
.col_blue {
  color: #271344 !important;
}
.col_light {
  color: #c8bcdb;
}
.bg_pink {
  background: #ff4880;
}
.bg_blue {
  background: #271344;
}
.bg_light {
  background: #ff488005;
}

hr {
  opacity: 1;
  background-color: #ff48801c;
}
.font_14 {
  font-size: 14px;
}
.font_12 {
  font-size: 12px;
}
.font_8 {
  font-size: 8px;
}
.font_60 {
  font-size: 60px;
}

.line {
  height: 5px !important;
  width: 50px;
  background-color: #ff4880;
}
.p_3 {
  padding-top: 80px;
  padding-bottom: 20px;
}
.radius_10 {
  border-radius: 10px;
}
.border_1 {
  border: 1px solid #ff48801c;
}
/*********************top****************/
#top {
  background: #ff4880;
}
.top_1l {
  background: #271344;
  padding-left: 130px;
  transform: skew(-26deg);
  margin-left: -15px;
}
.top_1l ul li {
  transform: skew(26deg);
}
.top_1r {
  padding-right: 100px;
}
/*********************top_end****************/

/*********************header****************/
#header .logo img {
  max-height: 62px !important;
}

@media (max-width: 767px) {
  #header .logo img {
    max-height: 38px !important;
  }
}
.footer-logo .logo img {
  max-height: 62px !important;
}

.navbar-brand {
  font-size: 30px;
  padding: 0;
  margin: 0;
  height: auto;
  line-height: 0;
}

#header .menu-main-menu-container .menu {
  color: #271344;
  padding: 22px 22px;
  display: flex;
  font-weight: bold;
}

#header .menu-main-menu-container .menu .menu-link {
  padding: 22px 22px;
}

@media (max-width: 767px) {
  #header .menu-main-menu-container .menu {
    display: block;
    padding: 22px 0 !important;
    margin: 0;
  }

  #header .menu-main-menu-container .menu-item {
    padding: 0;
    margin: 15px 0;
  }

  #header .menu-main-menu-container .menu-item > .menu-link {
    padding: 12px !important;
  }
}

#header .nav-link {
  color: #271344;
  padding: 1rem 1.3rem;
  font-weight: bold;
  font-size: 17px;
}
#header .nav-link:hover {
  color: #ff4880;
}
#header .nav-link:focus {
  color: #ff4880;
}
#header .active {
  color: #ff4880;
}

.navbar .current_page_item a {
  color: #ff4880 !important;
}

.sub-menu {
  position: absolute;
  top: 100%;
  min-width: 220px;
  margin-top: 1px !important;
  background: #fff;
  border-radius: 0;
  border: 1px solid #f5e2de;
  display: none;
}
.sub-menu a {
  display: block;
  color: #333;
  border-bottom: 1px solid #f5e2de;
  font-weight: bold;
}
.sub-menu a:hover {
  background: none;
  color: #ff7350;
}
#header .menu-main-menu-container .sub-menu .menu-link {
  padding: 14px 18px;
}

@media (min-width: 300px) {
  .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

/* Show sub-menu on mobile when parent has the "active" class */
.menu-item-has-children.active > .sub-menu {
  display: block;
}

.menu-item-has-children > a::after {
  display: inline-block;
  margin-left: 0.655em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #271344;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: border-top-color 0.3s ease;
}

.menu-item-has-children:hover > a::after {
  border-top-color: #ff7350;
}

@media (max-width: 767px) {
  .sub-menu {
    position: absolute;
    top: 60%;
    margin-top: 1px !important;
    background: #fff;
    border-radius: 0;
    border: 1px solid #f5e2de;
    border-top: 4px solid #ff7350;
    display: none;
  }
  .sub-menu a {
    display: block;
    color: #333;
    border-bottom: 1px solid #f5e2de;
    font-weight: bold;
    font-size: 14px !important;
  }
  #header .menu-main-menu-container .sub-menu .menu-link {
    padding: 14px 18px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  border-radius: 0;
}
.sticky {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
}

#header .input-group .form-control {
  font-size: 16px;
  color: #000;
  height: 50px;
}
#header .input-group .form-control:focus {
  box-shadow: none;
}

#header ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666 !important;
  opacity: 1; /* Firefox */
}
#header .btn {
  font-size: 16px;
  color: #fff;
  padding: 0.8rem 1.5rem;
}
#header .btn:hover {
  background: #ff4880;
}
#header .modal-dialog {
  min-width: 850px;
}
#header .modal-header .btn-close {
  color: #ff4880 !important;
  background: none;
  width: auto !important;
  opacity: 1 !important;
  font-size: 40px;
  margin-bottom: 100px;
}
#header .fade {
  background-color: #000000c7;
  padding-top: 100px;
}
/*********************header_end****************/

/*********************common****************/
.pages ul li {
  display: inline-block;
}
.pages ul li a {
  display: block;
  color: #111;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ff48801c;
  border-radius: 50%;
}
.pages ul li a:hover {
  background: #ff4880;
  border: 1px solid #ff4880;
}
.pages ul li a:hover {
  color: #fff !important;
}
.act {
  background: #ff4880 !important;
  border: 1px solid #ff4880 !important;
  color: #fff !important;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #f56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
}
.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ff48801c;
}
.form-select:focus {
  box-shadow: none;
  border-color: #ff48801c;
}
.form-control {
  border-color: #ff48801c;
  box-shadow: none;
  border-radius: 0;
  height: 50px;
}
.form-select {
  border-color: #ff48801c;
  box-shadow: none;
  border-radius: 0;
}

.shadow_box {
  box-shadow: 0 0 4px 3px rgb(255 72 128 / 6%);
}
.carousel-indicators [data-bs-target] {
  background-color: #ff4880;
}

.blog_dt1i5il .form-control {
  height: 60px;
}
.blog_dt1i5il .form_text {
  height: 180px;
}
.event_1lir {
  min-height: 220px;
}
.value_1li {
  border-radius: 0px 10px 10px 10px;
}
.event_1lil img {
  min-height: 220px;
}
/*********************common_end****************/

/*********************gallery start****************/
#gallery .rl-gallery-item img {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

/*********************gallery end****************/

/*********************blog****************/
.blog_1i2 {
  bottom: -32px;
}
.blog_1i_last {
  border-radius: 0px 0px 10px 10px;
}

.appoint_1r .button_1:hover {
  background: #271344;
}
/*********************blog_end****************/

/*********************Testimonial****************/
.testimonial-carousel .owl-item .testimonial-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  transform: scale(0.85);
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  box-shadow: none;
  border-color: #ff4880 !important;
  transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-item img {
  width: 50px;
  height: 50px;
}

.testimonial-carousel .owl-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 1px solid #271344 !important;
  background: #271344 !important;
  border-radius: 45px;
  transition: 0.5s;
  font-size: 20px !important;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background: #ff4880 !important;
  border-color: #ff4880 !important;
}

.testimonial-carousel .owl-item .testimonial-item .quote-color {
  color: #ff4880 !important;
}
/*********************testim_end****************/

/*********************Teams_carousel****************/
.teams-carousel .owl-item .testimonial-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  transform: scale(0.85);
  transition: 0.5s;
}

.teams-carousel .owl-item.center .testimonial-item {
  box-shadow: none;
  border-color: #ff4880 !important;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.teams-carousel .owl-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.teams-carousel .owl-nav .owl-prev,
.teams-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 1px solid #271344 !important;
  background: #271344 !important;
  border-radius: 45px;
  transition: 0.5s;
  font-size: 20px !important;
}

.teams-carousel .owl-nav .owl-prev:hover,
.teams-carousel .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background: #ff4880 !important;
  border-color: #ff4880 !important;
}
/*********************Teams_carousel****************/

/*********************Principle_Desk****************/
.card-box {
  background-color: #fff;
  padding: 20px;
}

.border-blue {
  border: 1px solid #271344;
}

.border-bottom-blue {
  border-bottom: 1px solid #271344;
}
/*********************Principle_Desk****************/

/*********************team****************/
.team_1i2 {
  background: #271344;
  display: none;
}
.team_1i2 ul li a {
  background: #271344;
}
.team_1i:hover .team_1i2 {
  display: block;
}
/*********************team_end****************/

/*********************classes****************/
.classes_2i img {
  border: 2px dashed #ff4880;
  padding: 5px;
  transition: 0.3s;
}
.classes_2i img:hover {
  border: 2px solid #ff4880;
}
/*********************classes_end****************/

/*********************faq****************/
.accordion-button:not(.collapsed) {
  color: #ff4880;
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #ff48801c;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.accordion-item {
  border: 1px solid #ff48801c !important;
}
/*********************faq_end****************/

/*********************footer****************/
.footer_1r ul li a {
  background-color: #ff4880;
  border-radius: 0;
  margin-left: 2px;
  margin-right: 2px;
  width: 50px;
  height: 50px;
}
.footer_1r ul li a i {
  line-height: 50px;
}
.menu-footer-menu-container .menu {
  margin-left: 0 !important;
}
.menu-footer-menu-container .menu li {
  margin-bottom: 15px !important;
  background-color: transparent !important;
}
.menu-footer-menu-container .menu li a {
  background-color: transparent !important;
  color: #fff !important;
}
.menu-footer-menu-container .menu li a:hover {
  color: #ff4880 !important;
}
.footer_2i .form-control {
  color: #ddd;
  border-color: #ff48801c;
}
#footer hr {
  background-color: #ff48801c;
}
/*********************footer_end****************/

@media screen and (max-width: 767px) {
  .navbar-collapse {
    max-height: 300px;
    overflow-y: scroll;
    border-top: 1px solid #ff48801c;
    margin-top: 15px;
  }
  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #header .nav-link {
    font-size: 24px;
    border-bottom: 1px solid #ff48801c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 !important;
  }
  .navbar .navbar-toggler {
    box-shadow: none !important;
    background: #ff488005;
    border: none;
    border-radius: 0;
    margin-top: -1px;
  }
  .drop_1 {
    margin-top: 0 !important;
  }
  .drop_1 a {
    font-size: 22px;
  }
  .sticky .drop_1 {
    margin-top: 0 !important;
  }
  .line {
    margin-left: auto;
    margin-right: auto;
  }

  #header .modal-dialog {
    min-width: 90%;
  }
  #header .fade {
    padding-top: 40px;
  }

  #top {
    display: none;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .font_60 {
    font-size: 45px;
  }
  .about_h1r {
    margin-top: 15px;
  }
  .about_h1l2 {
    display: none;
  }
  .about_h1l1 img {
    width: 100%;
  }
  .about_h1r h4 {
    text-align: center;
  }
  .about_h1r h2 {
    text-align: center;
  }
  .about_h1ril {
    margin-top: 10px;
  }
  .about_h1ri1l {
    text-align: center;
    margin-bottom: 15px;
  }
  .classes_2i {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .classes_2i p {
    text-align: left;
  }
  .faq_1l h4 {
    text-align: center;
  }
  .faq_1l h2 {
    text-align: center;
  }
  .faq_1r {
    margin-top: 15px;
  }
  .team_1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .event_1li .px-0 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .event_1li .ps-0 {
    padding-left: 12px !important;
  }
  .event_1li .pe-4 {
    padding-right: 12px !important;
  }
  .event_1lir {
    text-align: center;
  }
  .event_1l {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .value_1l {
    text-align: center;
    margin-bottom: 15px;
  }
  .value_1l p {
    text-align: left;
  }
  .testim_box {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .testim_box span {
    text-align: center;
    display: block;
  }
  .blog_1i_last h6 {
    font-size: 14px;
  }
  .blog_1i_last {
    margin-bottom: 15px;
  }
  .appoint_1 {
    text-align: center;
  }
  .footer_1 {
    text-align: center;
  }
  .footer_1r {
    text-align: center !important;
    margin-top: 15px;
  }
  .footer_2i h3 {
    text-align: center;
  }
  .footer_2i ul {
    text-align: center;
  }
  .footer_2i h4 {
    text-align: center;
  }
  .footer_2i {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .footer_2i .row h6 {
    margin-top: 10px !important;
  }
  .footer_3r {
    text-align: left !important;
    margin-top: 15px;
  }
  .event_1lir {
    min-height: auto;
  }
  .center_o {
    text-align: center;
  }
  .center_o1r {
    text-align: center !important;
  }
  .pages ul li {
    margin-top: 8px;
  }
  .class_dt1l img {
    height: auto;
  }
  .class_dt1r h4 {
    text-align: center;
  }
  .class_dt3i {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .class_dt3i h4 {
    text-align: center;
  }
  .contact_1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .blog_dt1i5il .form-control {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .event_1li .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .event_1li .ps-0 {
    padding-left: 0 !important;
  }
  .event_1li .pe-4 {
    padding-right: 0 !important;
  }
  .event_1lir {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }
  #header .modal-dialog {
    min-width: 90%;
  }

  .top_1l {
    padding-left: 30px;
    margin-left: -20px;
  }
  .top_1l ul li {
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 14px;
  }
  .top_1r {
    padding-right: 30px;
  }
  .top_1r ul li {
    margin-left: 3px !important;
    margin-right: 3px !important;
    font-size: 14px;
  }
  #header .nav-link {
    padding: 1rem 0.5rem;
  }
  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }
  .about_h1l1 img {
    width: 100%;
  }
  .about_h1l2 {
    position: static !important;
  }
  .about_h1l2 img {
    width: 100%;
  }
  .about_h1r h6 {
    font-size: 13px;
  }
  .about_h1r p {
    font-size: 14px;
  }
  .classes_2i h4 {
    font-size: 18px;
  }
  .faq_1r img {
    min-height: 550px;
  }
  .team_1i1 img {
    min-height: 270px;
  }
  .team_1i2 ul li {
    margin-bottom: 5px;
  }
  .event_1lir h6 {
    font-size: 12px;
  }
  .event_1lir h4 {
    font-size: 18px;
  }
  .event_1li .pe-4 {
    padding-right: 12px !important;
  }
  .event_1li .px-0 {
    padding-left: 12px !important;
  }
  .blog_1i_last {
    padding-top: 50px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .blog_1i_last h6 {
    font-size: 12px;
  }
  .appoint_1r .button_1 {
    padding: 10px 15px !important;
  }
  #footer p {
    font-size: 14px;
  }
  #footer h6 {
    font-size: 13px;
  }
  .footer_2i h3 {
    font-size: 24px;
  }
  .footer_2i ul li {
    margin-top: 5px;
  }
  .footer_3r ul li {
    font-size: 11px;
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .footer_3l p {
    font-size: 12px !important;
  }
  .contact_1i {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 871px) and (max-width: 991px) {
  #header .nav-link {
    padding: 1rem 1.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }
  .top_1l {
    padding-left: 40px;
    margin-left: -20px;
  }
  .top_1r {
    padding-right: 40px;
  }
  .faq_1r img {
    min-height: 550px;
  }
  .event_1li .pe-4 {
    padding-right: 12px !important;
  }
  .event_1li .px-0 {
    padding-left: 12px !important;
  }
  .appoint_1r .button_1 {
    padding: 15px 20px !important;
  }
  .footer_3r ul li {
    font-size: 14px;
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1340px) {
}

/*--------------------------------------------------------------
# Tabs Section
--------------------------------------------------------------*/
#gallery .tabs .nav-tabs {
  border: 0;
}

#gallery .tabs .nav-link {
  color: #271344;
  border: 1px solid #271344;
  padding: 4px;
  transition: 0.3s;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#gallery .tabs .nav-link i {
  padding-right: 15px;
  font-size: 38px;
  color: #271344;
}

#gallery .tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

#gallery .tabs .nav-link:hover {
  color: #fff;
  border-color: #ff4880;
}

#gallery .tabs .nav-link.active,
#gallery .tabs .nav-link.active i {
  background: #ff4880;
  color: #fff;
  border-color: #ff4880;
  transition: opacity 0.5s ease-in-out;
}

#gallery .tabs .nav-link a.active:focus {
  background: #ff4880;
  color: #fff;
  border-color: #ff4880 !important;
  transition: opacity 0.5s ease-in-out;
}

#gallery .tabs .nav-link.active h4 {
  color: #fff;
}

@media (max-width: 768px) {
  #gallery .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  #gallery .tabs .nav-link {
    padding: 15px;
  }

  #gallery .tabs .nav-link i {
    font-size: 24px;
  }
}

#gallery .tabs .tab-content {
  margin-top: 30px;
}

#gallery .tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

#gallery .tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
}

#gallery .tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

/* counter css */
.counter h3.plus_sign::after {
  content: " +";
  display: inline-block;
}

/* gallery filter css */
.filtr-container {
  margin-top: 20px !important;
}

/*--------------------------------------------------------------
# Whatsapp buttons
--------------------------------------------------------------*/
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 99999;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite alternate;
}

@media (max-width: 600px) {
  .whatsapp-float {
    bottom: 10px;
    left: 10px;
  }
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*-------------------------------------------------------------
# Call buttons
--------------------------------------------------------------*/
.call-float {
  position: fixed;
  bottom: 85px;
  right: 20px;
  z-index: 99999;
  animation: movers 1s infinite alternate;
  -webkit-animation: movers 1s infinite alternate;
}

@media (max-width: 600px) {
  .call-float {
    bottom: 85px;
    right: 10px;
  }
}
@-webkit-keyframes movers {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes movers {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}