@import url('https://fonts.googleapis.com/css?family=Aleo:300,400,700&display=swap');

/* *, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

body{
  font-family: 'Aleo', serif !important;
  font-size: 1.375rem;
  }

.jumbotron {
    padding: 0 !important;
    background: url(../images/Jamunalaya_banner.jpg) no-repeat center center;
    height: 915px;
 
  }
  .jumbotron .position-absolute {
   bottom: 0;
 }
 .donate-small, .facilities-small, .volunteers-small, .sponsors-small {
  width: 232px;
  height: 168px;
  margin-right: 1px;
  margin-bottom: 1px;
 }
 .jumbotron .icon {
   color: #fff;
 }
 .donate-small {
   background: url(../images/banner-donate.jpg)no-repeat center center;
  }
 .facilities-small {
  background: url(../images/banner-facilities.jpg)no-repeat center center;
 }
.volunteers-small {
  background: url(../images/banner-volunteers.jpg)no-repeat center center;
 }
.sponsors-small {
  background: url(../images/banner-sponsors.jpg)no-repeat center center;
   margin-right: 0 !important;
}
.nav-item  {
  font-size: 17px;
  text-transform: uppercase;
}
.nav-item {
  margin: 0 3px;
}
.nav-item.active {
  background-color: #aec905;
  border-radius: 4px;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-brand {
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 18px 15px;
}
.btn-danger {
  background-color: #e21800;
}
.link-tag{
  color: #000 !important;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background: #aec905;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

 
.h1 {
  font-size: 5rem;
}
.navbar {
  padding-top: 0;
}

nav.navbar.shrink {
  min-height: 35px;
  background-color:rgba(0, 0, 0, .80);
}
nav.navbar.shrink img {
  width:50%;
  margin: 0 auto;
  display: table;
	}
nav.shrink a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 15px;
}

nav.shrink .navbar-brand {
  font-size: 25px;
}
.m-b-30 {
  margin-bottom: 30px;
}
nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}
nav.shrink .navbar-nav {
	margin-top:10px;
	}
nav.shrink .navbar-nav>.active:before {
	bottom:-40px;

}
h1, h2{
  font-size: 46px;
  /* padding-top: 50%; */
}
.light-text {
  font-weight: 300;
}
.icon-circle {
  margin: 0 auto 15px;
  display: table;

}
.bg-one {
  background-color: #462482;
  padding: 15px;
  height: 205px;
  border-radius: 4px;
}
.bg-two {
  background-color: #b00071;
  height: 205px;
  word-break: break-all;
  text-overflow: ellipsis;
}
.bg-three {
  background-color: #aec905;
}
/* 
.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
.vert2-move {
  -webkit-animation: mover 3s infinite  alternate;
  animation: mover 3s infinite  alternate;
}
.vert2-move {
  -webkit-animation: mover 3s infinite  alternate;
  animation: mover 3s infinite  alternate;
}
.vert3-move {
  -webkit-animation: mover 3s infinite  alternate;
  animation: mover 3s infinite  alternate;
}
.vert3-move {
  -webkit-animation: mover 4s infinite  alternate;
  animation: mover 4s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
} */

/*animation section start here*/
.list-animation{
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  position:relative;
}

.list-animation:hover
{
  transform: translate(2em,0);
  -webkit-transform: translate(2em,0);
  -moz-transform: translate(2em,0);
  -o-transform: translate(2em,0);
  -ms-transform: translate(2em,0);
}
.bounceInLeft, .bounceInRight, .tada {
  display: block !important;
}
.about-col {
  height: 1060px;
  background: #fff  url(../images/about-img.jpg) no-repeat bottom center;
  font-size: 30px;
}
.about-col  .light-text, .event-col .light-text, .service-col .light-text, .inner-title .light-text{
  color: #452482;
  text-transform: capitalize !important;
}
.about-col h2, .event-col h3, .service-col h4, .inner-title h2 {
  padding-top: 0;
  color: #b00071;
  text-transform: uppercase;
}
.inner-title {
  color: #b00071; 
}
.about-col p:first-child {
  font-size: 35px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.about-col .row, .ft-bg .row, .service-col .row, .event-col .row{
  margin: 0;
}

/* event css start here */
.event-col{
  background: #f1f3f1;
  padding: 80px 0;
}
.icon {
  color: #452482;
}
.p-20 {
  padding: 20px 20px 0;
}
.text-info {
  color: #b00071 !important;
}
/* service css start here */
.service-col p {
  font-size: 18px;
  text-align: center;

}
.m-b-0 {
  margin-bottom: 0;
}
.col-8 p {
  font-size: 15px !important;
}
.service-col .col-8 {
  padding-top: 30px;
}
.service-col h4 {
  margin: 20px 0;
}
.m-tb {
  margin: 30px 0!important;
}
.text-dark {
  color: #452482 !important;
}
.p-l-0 {
  padding-left: 0;
}
.p-r-0 {
  padding-right: 0;
}
.p-0 {
  padding: 0;
}
.facilities {
  padding: 30px 0 0;
 
}
.facilities-help {
  padding: 150px 0  0 30px;
  position: relative;
}
.facilities-help ul li {
  display: inline-block;
  position: relative;
  padding: 10px;
  font-size: 18px;
  font-weight: normal;
}
.facilities-help:before {
  background-color: #feee9f;
  content: '';
  position: absolute;
  width: 575px;
  height: 350px;
  left: 20px;
  right: 0;
  margin: 0 auto;
  top: 120px;
}
.facilities ul {
  margin: 0;
  padding: 0;
}
.facilities ul li {
  list-style: none;
}
.facilities h3 {
  margin-bottom: 30px;
  padding-left: 15px;
}
.facilities p {
  font-size: 18px;
}
.facilities-sub-col {
  background: #feee9f;
  padding: 20px;
  height: 480px;
  top: 50%;
}
.facilities-button {
  background: #9e106b;
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 0;
  padding: 0;
  height: 42px;
  width: 210px;
  line-height: 39px;
  padding-left: 16px;
}
.icon-more {
  background: #462482;
  padding: 9px 10px 10px;
  right: -20px;
  top:3px;
}
.readmore {
  height: 40px;


}
.facilities-sub-col ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.facilities-sub-col ul li {
  list-style: none;
  font-weight: 300;
  margin-bottom: 40px;
  text-align: left;
  font-size: 18px;
}
.facilities-sub-col ul li span {
  margin-right: 20px;
}
/* .right-img {
  right: -30px;
  bottom: -30px;
  z-index: 1;
}
.right-img img {
  background-size: cover;
} */
/* footer css start here */

.ft-bg{
  background: #190046;
  padding:80px 0 ;
  box-sizing: border-box;
}
.ft-bg a:hover {
  text-decoration: none;
}
.ft-bg .navbar-light .navbar-nav .nav-link {
  color: #fff;
}
hr {
  background: #fff;
  height: 1px;
}
/* .ft-bg .fab {
  margin: 0 30px 0 15px;
} */
.ft-bg .text-right {
  font-size: 15px;
  /* margin-right: 15px; */
}
.ft-bg .nav-item {
  text-transform: capitalize !important;
}

.footer-nav ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.footer-nav ul li {
  float: left;
  list-style:none ;
  padding: 0 10px;
}
.footer-nav li a {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}
.footer-nav li a:hover {
  color: #fff;
  text-decoration: underline;

}
/* gallery event page */
.f-22 {
  font-size: 22px;
  font-weight: 400;
}
.btn-all {
  background-color: #462482 !important;
}
.btn-upcoming {
  background-color: #aec905 !important;
  margin: 0 25px;
}
.btn-past {
  background-color: #9e106b !important;
}
.border-radius {
  border-radius: 0 !important;
}
.sub-date {
  background-color: rgba(79, 49, 124, .80);
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
}
.sub-date img {
  background-size: cover;
}
.p-0 {
  padding: 0;
}
.m-b-0 {
  margin-bottom: 0em;
}
.m-b-40{
  margin-bottom: 40px;
}
.button-col {
  background-color: #bebfbe;
  /* border-right: 5px solid #fff; */
}
.button-title {
  font-size: 14px;
  font-weight: 600;
  color: #452482;
}
.button-subtitle {
  font-size: 14px;
  color: #fff;
}
.button-arrow {
  background-color: #9e106b;
  min-height: 10vh;
  max-height: 100vh;
  border-left: 5px solid #fff;
  text-align: center;
  line-height: 70px;
}
 
/* team page section start here */
.team-box {
  background-color: #bed437;
}
.team-second-bg{
  background-color: #d4a537 !important;
}
.team-second-bg .bottom-tag{
  border-bottom-color: #d4a537 !important;
  color: #d4a537 !important;
}
.team-thrid-bg {
  background-color: #d46e37;
}
.font-color {
  color: #9e106b !important;
}
.team-fifth-bg .bottom-tag{
  border-bottom-color: #452482 !important;
  color: #452482 !important;
}
.team-fifth-bg {
  background-color: #452482 !important;
}
.team-fourth-bg {
  background-color: #d44537;
}
.team-fourth-bg .bottom-tag{
  border-bottom-color: #d44537 !important;
  color: #d44537 !important;
}
 
.btn-past .bottom-tag {
  border-bottom-color: #9e106b !important;
  color: #9e106b !important;
}
.team-thrid-bg .bottom-tag {
  border-bottom-color: #d46e37 !important;
  color: #d46e37 !important;
}
.team-second-bg, .bottom-tag {
  border-bottom-color: #d4a537 !important;
  color: #d4a537 !important;
}
.team-box  p {
  margin-bottom: 5px !important;
}
.p-l-15 {
  margin-left: 15px;
}
.subhead {
  font-size: 20px;
  font-weight: 700;
}
.body-text {
  font-size: 18px !important;
  font-weight: 300;
}
.bottom-tag {
  border-bottom: 2px solid #bed437 !important;
  padding-right: 15px;
  color: #bed437 !important;
  font-weight: 300;
}
.cta-100 {
  margin-top: 100px;
  padding-left: 8%;
  padding-top: 7%;
}
.col-md-4{
    padding-bottom:20px;
}

.white {
  color: #fff !important;
}
.mt{float: left;margin-top: -20px;padding-top: 20px;}
.bg-blue-ui {
  background-color: #708198 !important;
}
figure img{width:300px;}

#blogCarousel {
  padding-bottom: 100px;
}

.blog .carousel-indicators {
  left: 0;
  top: -50px;
  height: 50%;
}


#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item .subtitle {
  font-size: 18px;
  font-weight: bold;
 
}
#mixedSlider .MS-content .item  title {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  margin: 0 10px;
}
/* #mixedSlider .MS-content .item:hover{
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
} */
.p-r-0 {
  padding-right: 0;
}
h1 {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.mobile-none {
  bottom: 0;
}
.MS-content a{
	color: #fff;
}
.MS-content a:hover{
	text-decoration: none;
}
 /* jssor slider loading skin spin css */
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        .jssora061 {display:block;position:absolute;cursor:pointer;}
        .jssora061 .a {fill:none;stroke:#fff;stroke-width:360;stroke-linecap:round;}
        .jssora061:hover {opacity:.8;}
        .jssora061.jssora061dn {opacity:.5;}
        .jssora061.jssora061ds {opacity:.3;pointer-events:none;}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}


.btn-animation {		
	position: relative;	
	padding: 1.4rem 4.2rem;
	padding-right: 3.1rem;
	font-size: 1.4rem;
	color: var(--inv);
	letter-spacing: 1.1rem;
	text-transform: uppercase;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	user-select: none;
}

.btn-animation:before, .btn-animation:after {
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
}

.btn-animation:hover {
	color: var(--def);
	transition-delay: .5s;
}

.btn-animation:hover:before {
	transition-delay: 0s;
}

.btn-animation:hover:after {
	background: var(--inv);
	transition-delay: .35s;
}

/* From Left */

.from-left:before, 
.from-left:after {
	top: 0;
	width: 0;
	height: 100%;
}

.from-left:before {
	right: 0;
	border: 1px solid var(--inv);
	border-left: 0;
	border-right: 0;	
}

.from-left:after {
	left: 0;
}

.from-left:hover:before,
.from-left:hover:after {
	width: 100%;
}

/* From Right */

@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
 
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 34px;
  top: -70px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
	
  }
}
#mixedSlider .MS-controls .MS-left {
  right: 130px;
	width:50px;
    height:50px;
    background:#fff;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 70px;
  	width:50px;
    height:50px;
    background:#fff;
}

#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
a:hover{
  text-decoration: none;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color: #aec905;
  color: #ffffff;
  border-radius: 50%;
}
.up-txt {
	color: #fff;
	top: 6px;
	font-size: 18px;
	left: 22px;
	position: absolute;
	font-weight: bold;

}

/* inner section start here */
.inner-header {
  background-color: #462482 !important;
}
.inner-heading {
  font-size: 30px;
  font-weight: 700;
  height: 280px;
}
.contactus {
  padding: 50px 0;
}
.contactus h2, .contactus h3  {
  margin: 0 auto 30px;
}
.contact_details {
  padding: 40px 0;
 }
 .contact_details h2 {
   padding: 0 !important;
 }
 .form-group {
   width: 100%;
 }
 .btn-secondary {
   background-color: #67696b !important;
   border-color: #67696b !important;
 }
 .button {
   height: 100% !important;
 }
 .p-b-40 {
   padding-bottom: 40px;
 }
 .m-r-15 {
   margin-right: 15px;
 }
 .p-40 {
   padding: 40px 15px;
 }

 .opation {
   color: 666;
   font-size: 14px;
 }
 .team-photo {
   width: 100px;
   height: 100px;
   border-radius: 50%;
   overflow: hidden;
   box-shadow: 0px 0px 5px #000;
 }
 .name-title {
   color: #b00071;
   font-size: 20px;
   font-weight: 500;
   margin-bottom: 0;
   word-break: break-all;
 }
 .m-b-space {
  margin: 25px 0;
}
 .sub-title {
   font-size: 16px;
   font-weight: 300;
   color: #bebfbe;
   margin-bottom: 5px;
 }
 .social-color {
  color: #bebfbe;
  margin-right: 15px;
  font-size: 16px;
 }
 .social-color:hover {
   text-decoration: none !important;
 }
 .team-photo img {
   background-size: cover;
 }

 /* gallery page section start here */
 .btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.inner-overlay::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, .50);
  position: absolute;
}
.f-size {
  font-size: 2.5rem !important;
} 
.valunter-space {
  margin: 50px 0;
}
.bg-light {
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 4px;
}
.m-b-0 {
   margin-bottom: 0;
}
.card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 34, 51, 0.1);
  box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05);
  border-radius: 0.15rem;
}

/* Tabs Card */
 

.btn-2 {
    letter-spacing: 0;
}

.btn-2:hover,
.btn-2:active {
  letter-spacing: 5px;
}

.btn-2:after,
.btn-2:before {
  backface-visibility: hidden;
  border: 1px solid rgba(#fff, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}

.btn-2:hover:after,
.btn-2:hover:before {
  backface-visibility: hidden;
  border-color: #fff;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}


.tab-card-header {
background:none;
width: 40%;
margin: 0 auto;
}
/* Default mode */
.tab-card-header > .nav-tabs {
border: none;
margin: 0px;
}
.p-t-30 {
  padding-top: 30px;
}
/* .tab-card-header ul {
  width: 43%;
  margin:  0 auto !important;
} */
.tab-card-header > .nav-tabs > li {
margin-right: 10px;
}
.tab-card-header > .nav-tabs > li > a {
border: 0;
border-bottom:2px solid transparent;
margin-right: 0;
color: #737373;
padding: 2px 15px;
}
.card-header {
  box-shadow: 0 !important;
}
.tab-card-header > .nav-tabs > li > a.show {
  border-bottom:2px solid #007bff;
  color: #007bff;
}
.tab-card-header > .nav-tabs > li > a:hover {
  color: #007bff;
}

.tab-card-header > .tab-content {
padding-bottom: 0;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent !important;
}
.tab-pane .btn-primary {
  border: 0;
  margin-top: 30px;
}
/* social media section start here */
.social-icon {
  color: #fff;
}
.social-icons li {
  vertical-align: top;
  display: inline;
 
}
.social-icons a {
  color: #fff;
  text-decoration: none;
}
.fa-facebook-f {
  padding:14px 20px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  border-radius: 50%;

}
.fa-facebook-f:hover {
  background-color: #3b5998;
  color: #fff;
} 
.fa-twitter {
  padding:14px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  border-radius: 50%;
}
.fa-twitter:hover {
  background-color: #00acee;
  color: #fff;
}
.fa-youtube {
  padding:14px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  border-radius: 50%;

}
.fa-youtube:hover {
  background-color: #c4302b ;
  color: #fff;
}
.aboutus-col .social-color {
  margin-right: 0;
}
.quote-color {
  color: #ff7b5c;
}
/* Hollow */
 
 .dontate-acitve {
   background-color: #e21800;
   color: #fff;
   border-radius: 4px;
   cursor: pointer;
 }
/* testmonial pge section start here */
.testimonial{
  margin: 50px 15px 30px 0px;
  text-align: center;
  position: relative;
}
.testimonial .description{
  padding: 30px;
  margin-bottom: 80px;
  border-left: 1px solid #190046;
  font-size: 15px;
  line-height: 33px;
  position: relative;
  margin-left: 30px;
}
.testimonial .description:before,
.testimonial .description:after{
  content: "";
  width: 20%;
  height: 1px;
  background: #190046;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial .description:after{
  top: auto;
  bottom: 0;
}
.testimonial .title{
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  position: relative;
}
.testimonial .title span {
  font-weight: 300;
  font-size: 16px;
}
.testimonial:before,
.testimonial .title:before{
  content: "";
  width: 1px;
  height: 50px;
  background: #b00071;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.light-color {
  background-color: #ededed;
}
.light-color-alt {
  background-color: #f7fdcf;
}
.testimonial .title:before{ top: -80px; }
.testimonial .pic{
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial .pic img{
  width: 100%;
  height: auto;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #000;
  outline: 2px solid #000;
  outline-offset: 2px;
  margin-right: 8px;
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
  background: #fff;
}
.aboutus-col img {
  border: 5px #e8e8e8 solid;
  box-shadow: 0 0px 10px #000;
}
.event-page-col h4 {
  color: #b00071;
}
.event-page-col h5 {
  color: #452482;
}
.facilities .facilities-help:before {
  content: '';
}

/* Outline Out */
.btn-danger {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.btn-danger:before {
  content: '';
  position: absolute;
  border: #e21800 solid 2px;
  border-radius: 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.btn-danger:hover:before, .btn-danger:focus:before, .btn-danger:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  color: #fff;
}

@media (max-width: 1024px) {
  .tab-card-header {
    width: 50%;
  }
  .facilities-help ul li {
    font-size: 14px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .navbar-nav .nav-item {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .navbar-nav .nav-item:nth-child(3), .navbar-nav .nav-item:nth-child(6) {
    display: none;
  }
  h1 {
    top: 60%;
  }
  .about-col p {
    font-size: 22px;
  }
  .tab-card-header {
    width: 60%;
  }
  .facilities-help:before {
    width: 500px;
    height: 440px;
  }
  .button-arrow .fa-angle-right {
    left: 0px;
  }
}
@media (max-width: 800px) {
  .about-col p {
    font-size: 20px;
  }
  .tab-card-header {
    width: 80%;
  }
  .img-col {
    display: none;
  }
  .facilities-help:before {
    width: 440px;
  }
  .facilities .col-sm-4:nth-child(2) {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .button-arrow .fa-angle-right {
    left: 10px;
  }
}
/* @media only screen and (max-width: 990px) and (min-width: 789px)  { 
} */
@media (max-width: 768px) {
  .navbar-nav .nav-item {
    font-size: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .about-col p {
    font-size: 20px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .facilities .col-sm-4, .service-col .col-sm-6 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .facilities ul li {
    width: 100%;
  }
  .facilities-help:before {
    height: 304px;
  }
  .mobile-none, .img-col {
    display: none;
  }
  .facilities-help {
    padding: 30px 0 0;
  }
  .facilities-help:before {
    left: -90px;
    top: 20px;
  }
  .tab-card-header {
    width: unset;
  }
}
@media (max-width: 767.9px) {
  
  .inner-header img{
    height: 150px;
  }
  .navbar {
    background-color: rgba(0, 0, 0, .80)
  }
  .mobile-none, .img-col {
    display: none;
  }
  .about-col h2 {
    font-size: 24px;
  }
  .about-col p {
    font-size: 17px;
  }
  .aboutus-col p {
    margin-bottom: 2rem;
  }
  .tab-card-header {
    width: unset !important;
  }
  .tab-card-header .nav-item {
    font-size: 12px;
  }
  .facilities-help {
    padding: 30px 0 0;
  }
  .facilities-help:before {
    left: 0;
    top: 20px;
    width: 100%;
  }
  .team-col h3 {
    font-size: 23px;
  }
  #mixedSlider .MS-controls .MS-right {
    right: 0;
  }
}


 