/**
* Template Name: MeFamily - v4.7.0
* Template URL: https://bootstrapmade.com/family-multipurpose-html-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
a {
  color: #006fbe;
  text-decoration: none;
}
a:hover {
  color: #008df1;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
.menueventtxt{padding: 5px 10px !important;
    margin-left: 21px;
    border-radius: 10px;
    background-color: #f73d93;
    color: #fff !important;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f73d93;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #f73d93;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #ffffff;
  transition: all 0.5s;
  z-index: 997;
  padding: 2px 0;
  box-shadow: 0px 1px 9px rgb(98 0 46 / 45%);
}
#header .logo {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#header .logo a {
  color: #24325d;font-size:20px;
}
#header .logo img {
  max-height: 60px;
}
@-webkit-keyframes arrow-jump {
  0%   { opacity: 0;}
  100% { opacity: 1;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -0-transform: translateY(10px);
        transform: translateY(10px);
    }

}
#arrow {
  -webkit-animation: arrow-jump 1s infinite; /* Safari 4+ */
  -moz-animation:    arrow-jump 1s infinite; /* Fx 5+ */
  -o-animation:      arrow-jump 1s infinite; /* Opera 12+ */
  animation:         arrow-jump 1s infinite; /* IE 10+, Fx 29+ */
  width:40px;
}
.videoplayicon{width: 23px;margin: 0px 10px;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #f73d93;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #f73d93;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #006fbe;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #24325d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(22, 30, 56, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #24325d;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #006fbe;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #006fbe;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background-color: rgba(22, 30, 56, 0.8);
  overflow: hidden;
  position: relative;margin-top:48px;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}
#hero .container {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: #000;
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #006fbe;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #006fbe;
}
#hero .btn-get-started:hover {
  background: #007ed8;
}
#hero #slider1 .slidertext,#hero #slider2 .slidertext,#hero #slider3 .slidertext{color:#fff;margin-top:100px;text-align:center;margin-left: 250px;}
#hero #slider2 .slidertext{margin-left:0px !important;margin-top:35px;}
#hero .margintop55{margin-top:55px;}
#hero .registernowbtn{background: #fff;color: #333;margin-right: 12px;border-radius: 50px;padding: 15px 24px;}
#hero .contactnowbtn{border:solid 1px #fff;color: #fff;margin-right: 12px;border-radius: 50px;padding: 15px 24px;}
#hero #slider1{background-image: url(../../assets/img/slider1.png);}
#hero #slider2{background-image: url(../../assets/img/slider2.png);background-position:center;}
#hero #slider2 h2{background-color:#f73d93;}
#hero #slider3{background-image: url(../../assets/img/slider3.jpg);background-position: center;}
#hero #slider3 h2{float:right;margin-right:100px;}
#hero #slider3 h3{width: 439px;float: right;margin-right: 59px;line-height: 43px;margin-top: 31px;}
#events img{box-shadow: 1px 1px 6px #aaa;}
#shortdescription{background-color: #f73d93;color: #fff;font-size: 26px;padding: 50px;}
#leftsideabout{margin-top:20px;}
.agreetxt{float: left;
    margin-top: -23px;}
.agreetxt a{text-decoration: none;color:#fff;cursor:pointer;}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
 #hero #slider1 .slidertext{margin-top: 72px !important;}
 #hero #slider1{background-image: url(../../assets/img/mobileslider1.png);}
 #hero #slider2{background-image: url(../../assets/img/mobileslider2.png);}
  #hero #slider3{background-image: url(../../assets/img/mobileslider3.png);}
#hero #slider3 h2{margin-right: 30px;}
#hero #slider3 h3{line-height: 32px;margin-right: 0px;}
#hero #slider2 h2{margin-top: -86px;font-size: 45px;}
#hero #slider1 h2{font-size:28px;text-align: right;margin-right: 25px;}
#hero #slider1 h3{width: 69%;float: right;margin-top: 46px;}
#shortdescription{background-color: #f73d93;color: #fff;font-size: 22px;padding: 26px 0px;text-align: center;margin-top:0px;}
}
@media only screen and (max-width: 600px) {
  #about{font-size:16px !important;}
#hero{height:80vh;}
#hero #slider1 .slidertext{margin-left:118px;}
#hero #slider1 h2{font-size:22px;margin-bottom:0px;}
#hero #slider1 h3{width:100%;font-size: 20px;margin-top: 20px;}
#hero #slider2 .slidertext{width:100%;margin-left:0px;margin-top:65px;}
#hero #slider2 h2{margin-top: -52px;font-size: 24px;width: 100%;}
#hero #slider3 .slidertext{margin-left:0px;margin-top:5px;}
#hero #slider3 h2{font-size:30px;margin: 0px;float: none;background-color:#f73d93;}
#hero #slider3 h3{font-size:16px;width:100%;margin-top:0px;background-color:#f73d93;line-height:20px;}
#leftsideabout{margin-top:0px;}
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {width: 5%;}
}
@media (max-height: 500px) {
  #hero {height: 165vh;margin-top: 61px;}
}
.carousel-control-next-icon{background-color:#f73d93;}
.carousel-control-prev-icon{background-color:#f73d93;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0px 0px 0px;
  overflow:hidden;
}
.section-bg {
  background-color: #b4e0ff;
}
.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color:#f73d93;
}
.ytp-playlist-menu{display:block !important;}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f74e9c;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# My & Family
--------------------------------------------------------------*/
#about{font-size:20px;}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #006fbe;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #006fbe;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #006fbe;
}
.about .content .btn-learn-more:hover {
  background: #006fbe;
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.features .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: 0.5s;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
.features .icon i {
  line-height: 0;
  color: #f74e9c;
  font-size: 34px;
}
.features .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(0, 111, 190, 0.3);
}
.features .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.features .title a {
  color: #444444;
  transition: 0.3s;
}
.features .title a:hover {
  color: #006fbe;
}
.features .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #f74e9c;
  bottom: 0;
  left: calc(50% - 25px);
}
.features .description {
  line-height: 24px;
  text-align: justify;
  font-size: 16px;
}
/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/
.recent-photos {
  overflow: hidden;
}
.recent-photos .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.recent-photos .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fbe;
}
.recent-photos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fbe;
}
.recent-photos .owl-nav, .recent-photos .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.recent-photos .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.recent-photos .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}
.recent-photos .owl-dot.active {
  background-color: #006fbe !important;
}
.recent-photos .gallery-carousel .owl-stage-outer {
  overflow: visible;
}
.recent-photos .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}
/*--------------------------------------------------------------
# Event gallery
--------------------------------------------------------------*/
.events {
  overflow: hidden;
}
.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fbe;
}
.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fbe;
}
.events .owl-nav, .events .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.events .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.events .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}
.events .owl-dot.active {
  background-color: #006fbe !important;
}
.events .gallery-carousel .owl-stage-outer {
  overflow: visible;
}
.events .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f5f7fb;
  min-height: 40px;
  margin-top: 70px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #324682;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Featured Members
--------------------------------------------------------------*/
.featured-members .content + .content {
  margin-top: 100px;
}
.featured-members .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.featured-members .content ul {
  list-style: none;
  padding: 0;
}
.featured-members .content ul li {
  padding-bottom: 10px;
}
.featured-members .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
}
.featured-members .content p:last-child {
  margin-bottom: 0;
}
------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact-us .info {
  width: 100%;
  background: #fff;
}
.contact-us .info i {
  font-size: 20px;
  color: #f74e9c;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffe7f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact-us .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #24325d;
}
.contact-us .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #405aa7;
}
.contact-us .info .email, .contact-us .info .phone {
  margin-top: 40px;
}
.contact-us .info .email:hover i, .contact-us .info .address:hover i, .contact-us .info .phone:hover i {
  background: #f74e9c;
  color: #fff;
}
.contact-us .php-email-form {
  width: 100%;
  background: #fff;
}
.contact-us .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact-us .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact-us .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact-us .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact-us .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact-us .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact-us .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact-us .php-email-form input, .contact-us .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact-us .php-email-form input:focus, .contact-us .php-email-form textarea:focus {
  border-color: #006fbe;
}
.contact-us .php-email-form input {
  height: 44px;
}
.contact-us .php-email-form textarea {
  padding: 10px 12px;
}
.contact-us .php-email-form button[type=submit] {
  background: #f74e9c;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  margin:20px 0px;
}
.contact-us .php-email-form button[type=submit]:hover {
  background: #007ed8;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f74e9c;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  padding: 0;
  margin: 0 0 5px 0;
}
#footer .social-links {
  margin: 0 0 5px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #f74e9c;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}
#footer .credits a {
  color: #006fbe;
  transition: 0.3s;
}
#footer .credits a:hover {
  color: #008df1;
}
.testimonial{background-image: url(../../assets/img/testimonalbg.png);background-size: cover;background-position: center;}
.testimonial img{border-radius: 55px;border: solid 4px #f73d93;}
.testimonial .clientname{margin:30px; 0px;}
#eventpopup{margin-top: -17px;}
#eventModal .modal-header{background-color: #f73d93;
    color: #fff;
    height: 41px;
    border-radius: 5px;}
  .eventlist {list-style:none;padding:0px;line-height:36px;}
.eventlist li{border-bottom:solid 1px #ff61be;padding-left:8px;}
.eventlist li:nth-child(odd) {
    background-color: #eeeeee;
}
.eventlist li:nth-child(even) {
  background-color: #fff;
}
.whatsappicon{    position: fixed;right: 15px;bottom: 15%;z-index: 1008;width:48px;}
.pinkdiv{background-color: #f73d93;color: #fff;height: 60px;box-shadow: 1px 1px 6px #000;margin-top: -10px;margin-bottom:15px;padding:10px;}
.btnviewmore{float:right;box-shadow: 2px -3px 6px -2px #151515;}
.downarrowicon{    position: absolute;
    margin-top: -56px;
    margin-left: -207px;}
