* {
  padding: 0px;
  margin: 0px;
}

/* Colours */
.top-hd {
  background-color: #ffffff;
  padding-top: 10px;
}
.top-hd .mail ul {
  text-decoration: none;
  padding-left: 0px;
}
.top-hd .mail ul li {
  display: inline-flex;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.top-hd .mail ul li i {
  background-color: #DF8FC4;
  color: #ffffff;
  border-radius: 30px;
  padding: 8px 10px 10px 12px;
  font-size: 12px;
}
.top-hd .time ul {
  list-style: none;
}
.top-hd .time ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.top-hd .time ul li i {
  color: #DF8FC4;
  font-size: 14px;
}

.nav-bg {
  background-color: #ffffff;
  position: relative;
}
.navbar-brand{
  z-index: 99;
  position: relative;
}
.navbar-brand:before{
 content: "";
 position: absolute;
 z-index: 99;
 background-color: #ffffff;
}
.nav-bg::before {
  width: 80%;
  height: 90px;
  border-radius: 15px 0px 0px 75px;
  content: "";
  position: absolute;
  background-color: #16257A;
  top: 0px;
  display: flex;
  right: 0px;
}


.nav-bg .nav-item {
  z-index: 5;
}
.nav-bg .nav-link {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.nav-bg .nav-link:hover {
  color: #DF8FC4;
}

.banner-sec .main-buttons-wrp {
  width: 100%;
  margin-top: -150px;
  position: relative;
}
.banner-sec a.box-one {
  width: 100%;
  background-color: #5C4CC2;
  height: 150px;
  padding-top:18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
  z-index: 99;
}

.banner-sec a.box-one:hover {
  width: 100%;
  background-color:#EB3196;
  height: 150px;
  padding-top:18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.banner-sec a.box-one:hover h5 {
  background-color:#1e183f;
}
.banner-sec a.box-one i{
  background-color: #ffffff;
  color: #aa0808;
  font-size: 20px;
  padding:15px;
  border-radius: 50px;
  border: 4px solid #1e183f;
}
.banner-sec a.box-one h5 {
    color: #ffee00;
    font-size: 18px;
    background: #ec2193;
    display: inline-block;
    padding: 3px 20px;
    border-radius: 20px;
}


.banner-sec a.box-one::before {
  content: "";
  position: absolute;
  width: 93%;
  left: 10px;
  background-color: #1E183F;
  height: 12px;
  top: -12px !important;
  border-radius: 10px 10px 0px 0px;
}
.banner-sec a.box-one h3 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.banner-sec a.box-two {
  transition: 0.5s;
  width: 100%;
  background-color: #EB3196;
  height: 150px;
  padding-top:18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.banner-sec a.box-two:hover {
  background-color:#5C4CC2;
}
.banner-sec a.box-two:hover h5 {
  background-color:#ec2193;
}
.banner-sec a.box-two::before {
  content: "";
  position: absolute;
  width: 93%;
  left: 10px;
  background-color: #C00068;
  height: 12px;
  top: -12px !important;
  border-radius: 10px 10px 0px 0px;
}
.banner-sec a.box-two h5 {
  color:#ffee00;
  font-size: 18px;
  background:#1E183F;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 20px;
}
.banner-sec a.box-two i{
  background-color: #ffffff;
  color: #aa0808;
  font-size: 20px;
  padding: 15px;
  border-radius: 50px;
  border: 4px solid #C00068;
}
.banner-sec a.box-two h3 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.welcome-sec {
  padding-top: 100px;
}
.welcome-sec button {
  background-color: #C00068;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  transition: 0.5s;
}
.welcome-sec button:hover {
  color: #000000;
  background-color: rgba(255, 175, 4, 0.8117647059);
}
.welcome-sec h3 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #16257A;
  text-align: center;
}
.welcome-sec h5 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-size: 20px;
  color: #EB3196;
  text-align: center;
  position: relative;
}
.welcome-sec h5::before {
  content: "";
  background-image: url(../imgs/line.png);
  position: absolute;
  width: 32px;
  height: 9px;
  right: 90px;
  bottom: 6px;
}
.welcome-sec h5::after {
  content: "";
  background-image: url(../imgs/left-line.png);
  position: absolute;
  width: 32px;
  height: 9px;
  left: 90px;
  bottom: 6px;
}
.welcome-sec p {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

.card-sec {
  padding: 100px 0px 100px 0px;
}
.card-sec .card {
  border-radius: 20px;
  background-color: #eeeeee;
  border: none;
  padding-bottom: 50px;
  -webkit-box-shadow: 0px 3px 18px -8px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 3px 18px -8px rgba(0,0,0,0.49);
box-shadow: 0px 3px 18px -8px rgba(0,0,0,0.49);
}
.card-sec .card img {
  border-radius: 20px 20px 20px 100px;
}
.card-sec .card i {
  background-color: #EB3196;
  color: #ffffff;
  font-size: 22px;
  padding: 24px 24px;
  border: 4px solid #ffffff;
  border-radius: 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.card-sec .card button {
  background-color: #16257A;
  padding: 5px 15px;
  display: inline;
  border: none;
  color: #ffffff;
  border-radius: 15px;
  transition: 0.5s;
}
.card-sec .card button:hover {
  background-color: #C00068;
}
.card-sec .card h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #16257A;
  font-size: 26px;
  text-align: center;
}
.card-sec .card p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 27px;
}

.light-bg {
  padding: 100px 0px 100px 0px;
  margin-top: 100px;
  background-color: #eeeeee;

}

.light-bg .message-sec {
  padding: 30px;
  background-color: #16257A;
  border-radius: 20px 20px 20px 100px;
  margin-top: -200px;
  margin-bottom: 100px;
}
.light-bg .message-sec button {
  background-color:#C00068;
  padding: 5px 15px;
  display: inline;
  border: none;
  color: #ffffff;
  border-radius: 15px;
  transition: 0.5s;
 
}
.light-bg .message-sec button:hover {
  background-color: #fbff06;
  color: #000000;
}
.light-bg .message-sec .round-frame {
  margin-top: -80px;
}
.light-bg .message-sec h3 {
  color: #ffffff;
  text-align: center;
  font-size: 32px;
}
.light-bg .message-sec p {
  color: #ffffff;
  padding: 25px 25px 10px 25px;
}
.light-bg .icns-wrp {
  position: relative;
}
.light-bg .icns-wrp::before {
    content: "";
    position: absolute;
    background-image: url(../imgs/icns/line.png);
    width: 100%;
    height: 130px;
    z-index:-1;
    top:20px;
}
.light-bg .icns-wrp a.icn-cvr {
  text-decoration: none;
  margin-bottom:50px;
}
.light-bg .icns-wrp a:hover.icn-cvr i {
  color: #ffffff;
  background-color: #DF8FC4;
  border: 4px solid #C00068;
}
.light-bg .icns-wrp a:hover.icn-cvr h4 {
 color: #C00068;
}
.light-bg .icns-wrp a.icn-cvr i {
  background-color: #ffffff;
  color: #16257A;
  font-size: 22px;
  border: 4px solid #DF8FC4;
  padding: 26px 28px;
  border-radius: 70px;
  transition: 0.5s;
}
.light-bg .icns-wrp a.icn-cvr h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #16257A;
  font-size: 20px;
  margin-top: 5px;
}

.gallery-sec {
  padding-top: 100px;
}
.photo-wrp{
  width: 100%;
  overflow: hidden;
}
    .photo-wrp img {
        border: 5px solid #eb3196;
        border: 5px solid #eb3196;
        max-height: 250px;
        min-height: 250px;
        object-fit: cover;
        width:100%;
    }
.gallery-sec h5 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-size: 20px;
  color: #EB3196;
  text-align: center;
  position: relative;
}
.gallery-sec h5::before {
  content: "";
  background-image: url(../imgs/line.png);
  position: absolute;
  width: 32px;
  height: 9px;
  right: 40px;
  bottom: 6px;
}
.gallery-sec h5::after {
  content: "";
  background-image: url(../imgs/left-line.png);
  position: absolute;
  width: 32px;
  height: 9px;
  left: 40px;
  bottom: 6px;
}
.gallery-sec h3 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #16257A;
  text-align: center;
}
.gallery-sec{

}

.app-sec {
  padding-top: 100px;
}
.app-sec .app-box {
  background-color: #16257A;
  padding: 50px;
  border-radius: 30px 30px 160px 30px;
}
.app-sec .app-box .blur {
  position: relative;
}
.app-sec .app-box .blur::before {
  content: "";
  position: absolute;
  filter: blur(50px);
  background-color: #ffffff;
  width: 300px;
  height:250px;
  border-radius: 100px;
}
.app-sec .app-box h3 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.news-sec {
  padding: 100px 0px 0px 0px;
}
.news-sec h5 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-size: 20px;
  color: #EB3196;
  text-align: center;
  position: relative;
}
.news-sec h5::before {
  content: "";
  background-image: url(../imgs/line.png);
  position: absolute;
  width: 32px;
  height: 9px;
  right: 70px;
  bottom: 6px;
}
.news-sec h5::after {
  content: "";
  background-image: url(../imgs/left-line.png);
  position: absolute;
  width: 32px;
  height: 9px;
  left: 70px;
  bottom: 6px;
}
.news-sec h3 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #16257A;
  text-align: center;
}
.news-sec .card {
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 18px -8px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 3px 18px -8px rgba(0,0,0,0.49);
box-shadow: 0px 3px 18px -8px rgba(0,0,0,0.49);
}
.news-sec .card img {
  border-radius: 10px;
}
.news-sec .card .card-body {
  background-color: #eeeeee;
  z-index: 9999;
  position: relative;
  padding: 30px 0px 30px 0px;
  margin-top: -35px;
  border-radius: 10px;
}
.news-sec .card .card-body .card-text {
  text-align: center;
}
.news-sec .card .card-body  button {
  color: #ffffff;
  background-color: #EB3196;
  padding: 5px 20px;
  border-radius: 30px;
  border: none;
  text-decoration: none;
}
a {
  text-decoration: none !important;
}


.ftr-sec {
  background-color: #0a1552;
  padding: 100px 0px 60px 0px;
}
.ftr-sec .links ul {
  list-style: none;
  padding-left: 0px;
}
.ftr-sec .links ul li {
  color: #ffffff;
  display: block;
}
.ftr-sec .links ul li i {
  font-size: 12px;
  color: #D4C227;
  margin-right: 5px;
  line-height: 5px;
}
.ftr-sec .links ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}
.ftr-sec .links ul li a:hover {
  margin-left: 5px;
}
.ftr-sec .location ul {
  list-style: none;
  padding-left: 0px;
}
.ftr-sec .location ul li {
  color: #ffffff;
  display: block;
}
.ftr-sec .location ul li i {
  font-size: 12px;
  color: #D4C227;
  margin-right: 5px;
  line-height: 5px;
}
.ftr-sec .location ul li a {
  color: #ffffff;
  text-decoration: none;
}
.ftr-sec button {
  color: #ffffff;
  background-color: #EB3196;
  padding: 5px 20px;
  border-radius: 30px;
  border: none;
}
.ftr-sec h4 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}
.ftr-sec h5 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}
.ftr-sec p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
}

.ftr-btm {
  background-color: #040743;
  padding: 25px 0px 5px 0px;
}
.ftr-btm p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #eeeeee;
  text-align: center;
}

.sub-banner h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
}
.sub-banner nav .breadcrumb-item.active {
  color: rgb(255, 214, 0) !important;
}
.sub-banner nav ol li a {
  color: #ffffff;
}
.sub-banner nav ol li a :active {
  color: #ffffff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.sub-banner {
  background-image: url(../imgs/sub-banner.jpg);
  background-size: contain;
  min-height: 190px;
  height: 100%;
}

.subpage-sec {
  padding: 100px 0px 60px 0px;
}
.subpage-sec .form-control {
  border: 1px solid #cc1168 !important;
  background-color: #ffcdee;
}
.subpage-sec button {
  background-color: #C00068;
  padding: 8px 20px;
  border: none;
  border-radius: 20px;
}
.subpage-sec .contact-info-box {
  padding: 35px 30px;
  text-align: center;
  border-bottom: 1px solid #bb0b0b;
  background-color: #CC1168;
  background-repeat: no-repeat;
  height: 150px;
  border-radius: 10px;
  border-bottom: 5px solid #aa0808;
}
.subpage-sec .contact-info-box h4 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
}
.subpage-sec .contact-info-box P {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}
.subpage-sec h3 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #16257A;
}
.subpage-sec h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #253bb9;
}
.subpage-sec h6 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #EB3196;
}
    .subpage-sec p {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #000000;
    }
.subpage-sec ol {
  padding-left: 40px;
}
.subpage-sec ol li {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
}

.dropdown-menu {
  background-color: #EB3196 !important;
}

.dropdown-item {
  border-bottom: 1px solid #ff95db !important;
}
.navbar-toggler{
  background-color:#ffffff !important;
}
.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.active {
  color: #EB3196 !important;
}

.list-group-item {
  color: #ffffff !important;
}

.dropdown-item {
  font-weight: 600 !important;
}/*# sourceMappingURL=style.css.map */
.sticky-top{
  top:0;
}

.photo-wrp h4{
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: #032e42;
  margin: 0;
}
.photo-wrp h6 {
  padding: 10px 0;
  margin-bottom: 0;
  color: #c40000;
  font-size: 14px;
  text-align: center;
}
.subpage-sec a.round-btn:hover {
  background-color: #ffc700;
}
.subpage-sec a.round-btn {
  background-color: #eb3196;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
/*  padding: 0px 50px;*/
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
/*  padding: 40px;*/
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.colum-sec{
  top:-130px; 
  position: relative;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.parent_portal{
  position:fixed;
  bottom:50px;
  right:50px;
  cursor:pointer;
  z-index: 999;
  }

.baguetteBox-button {
  background-color: transparent !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #ffffff !important;
}
.photo-wrp {
  position:relative;
}

.parent_portal{
  position:fixed;
  bottom:50px;
  right:50px;
  cursor:pointer;
  z-index: 999;
  }


.hover-effect::before {
    right: 0;
    opacity:0.7;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}


.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}


/******************** TOPPER **************************/
.blog_section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eeeeee;
  margin-top: 40px;
}
.blog-txt{
  font-weight: 600;
  color: #16257A;
  text-align: center;
}
.blog_section .blog_content .blog_item {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}
.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}
.blog_section .blog_content .blog_item .blog_image img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
  height:100%;
}
.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #ff5e14;
}
.blog_section .blog_content .blog_item .blog_details {
  padding: 10px 10px 10px 10px;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5{
  color: #020d26;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5:hover {
  color: #ff5e14;
}
.blog_section .blog_content .blog_item .blog_details ul {
  padding: 0 3px 10px 0;
  margin: 0;
}
.blog_section .blog_content .blog_item .blog_details ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}
.blog_section .blog_content .blog_item .blog_details ul li i {
  padding-right: 7px;
}
.blog_section .blog_content .blog_item .blog_details p {
  border-top: 1px solid #e5e5e5;
  margin-top: 0px;
  padding: 5px 0 0px;
}
.blog_section .blog_content .blog_item .blog_details a {
  font-size: 16px;
  display: inline-block;
  color: #ff5e14;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.blog_section .blog_content .blog_item .blog_details a:hover {
  color: #020d26;
}
.blog_section .blog_content .blog_item .blog_details a i {
  vertical-align: middle;
  font-size: 20px;
}
.blog_section .blog_content .owl-nav {
  display: block;
}
.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 40%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #16257a;
  transition: all 0.3s;
  color: #fff;
}
.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-prev:hover {
  background: #FFFDF5;
  border-color: #16257a;
  color: #16257a;
}
.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: 40%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #16257a;
  color: #fff;
  transition: all 0.3s;
}
.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-next:hover {
  background: #FFFDF5;
  border-color: #16257a;
  color: #16257a;
}




@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: -17px !important;
  }
  .blog_section .owl-nav .owl-next {
    right: -17px !important;
  }
}

.housesys li{
  list-style-type: disc;
}



.sidebar-page-container {
    /* overflow: hidden; */
    height: 250px;
}

    .sidebar-page-container .sidebar .sidebar-post .post-inner .post {
        position: relative;
        padding: 0px 0px 0px 75px;
        padding-bottom: 10px;
        margin-bottom: 6px;
        border-bottom: 1px solid #e5e5e5;
    }

.headimg {
    width: 229px;
    height: 183px;
    margin: 0px auto;
    overflow: hidden;
}

.wrap {
    /* overflow: hidden; */
    box-sizing: border-box;
    padding: 5px;
    background-color: #f8a32c;
    position: relative;
    transition: 0.5s;
    width: 100%;
    height: 250px;
    display: inline-block;
    bottom: 100px;
}

    .wrap .newsTickerCon {
        font-weight: 400;
        width: 100%;
        height: 250px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

        .wrap .newsTickerCon ul li .headline {
            color: #000;
            text-align: left;
            font-size: 16px;
            font-weight: bold;
        }

        .wrap .newsTickerCon p {
            text-align: left;
            color: #000;
            overflow: hidden;
            text-overflow: _ellipsis;
            /*white-space: nowrap;*/
            line-height: 20.8px;
            margin-top: 10px;
            padding:5px;
        }

        .wrap .newsTickerCon ul {
            list-style: none;
            position: relative;
            padding: 0px;
            margin: 0px
        }

        .wrap .newsTickerCon li {
            background-color: #ffffff;
            text-align: center;
            border-bottom: 0px solid #a1a9a5;
            font-size: 13px;
            height: auto;
            padding: 10px;
            margin-bottom: 10px;
        }

        .wrap .newsTickerCon a {
            color: #ab192d;
        }

        .wrap .newsTickerCon li img {
            margin-right: 20px;
            float: left;
            height: auto;
            margin-bottom: 20px;
            background-size: cover;
            max-width: 150px;
            min-width: 150px;
        }
.celebration-box {
    margin-top: 30px !important;
    padding: 20px;
    background-color: #97e2f7;
}
.events-sec .photo-wrp h6{
    text-align:start !important;
}
.events-sec .photo-wrp p {
    color: #585858;
    font-size: 14px;
    text-align: start;
    margin: 0;
    line-height: 22px;
}

.events-sec .photo-wrp .event-sec-content{
    margin-bottom: 20px !important;
    height: 80px !important;
    overflow: auto !important;
}