@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');*/

body{
	font-size: 15px;
	background: #F8F8F8;
	color: #1E374C;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
/*	font-family: 'Oxygen', sans-serif;*/
}
p{
	
}
a{
	color: #734893;
}

.topBand{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	font-size: 13px;
	color: #666;
}
.topBand a{
	text-decoration: none;
	color: #666;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.searchIn{
	max-width: 320px;
	display: none
}
.searchIn .form-control{
	border: 0px;
}
.mr-right{
	display: inline-block;
	margin-left: 10px;
}
.dropdown-menu{
	width: 250px;
	left: -55px !important;
	border-radius: 2px;
}
.cnumber{
	margin-right: 15px;
}
.social-part{
	display: inline-block;
	margin-right: 30px;
}
.social-part .fa{
    padding-right:10px;
}
ul li a{
    margin-right: 10px;
}
.btn-secondary, .btn-primary{
	background: #734893;
	border: 0px;
}
.btn-secondary, .btn-primary:hover{
	background: #8c64a9;
}
.navbar-light{
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	box-shadow: 5px 8px 20px -11px rgba(0,0,0,0.46);
	-webkit-box-shadow: 5px 8px 20px -11px rgba(0,0,0,0.46);
	-moz-box-shadow: 5px 8px 20px -11px rgba(0,0,0,0.46);
}
.searchbtn{
	background:#fff !important;
	color: #734893;
	border: 0px;
}
.searchbtn:hover{
	color: #AF55AC
}
.phGallery img{
	width: 100%;
	margin-bottom: 5px;
}
.aName, .aDate{
	font-size: 12px;
	line-height: 110%;
}
.greenBtn{
	background: #3C864F;
	border-radius: 3px;
	padding: 12px 15px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px auto;
	border: 0px;
	text-align: center;
}
.greenBtn:hover{
	color: #fff;
	text-decoration: none;
	background: #48A05E;
}
.whiteBtn{
	background: #fff;
	border-radius: 3px;
	padding: 12px 15px;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px auto;
	border: 0px;
	text-align: center;
}
.whiteBtn:hover{
	color: #333;
	text-decoration: none;
	background: #ccc;
}
.yellowBtn{
	background: #E3C01F;
	border-radius: 3px;
	padding: 12px 15px;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px auto;
	border: 0px;
	text-align: center;
}
.yellowBtn:hover{
	color: #333;
	text-decoration: none;
	background: #F1C01F;
}
.homeQlinks{
	margin: 20px 0px;
}
.homeQlinks ul{
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	display: block;
	width: 100%;
}
.homeQlinks ul li{
	background: #fff;
	margin: 5px 0px;
	color: #444;
	font-size: 17px;
	display: block;
	padding: 7px 10px;
	border: 1px solid #D1CAB0
}
.homeQlinks ul li i{
	margin-right: 10px;
}
.homeQlinks ul li i{
	color:  #D1CAB0
}
h2.smlhead{
	font-size: 26px;
	color: #000;
	margin-bottom: 20px;
}
.smlsubhead{
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}
.smlsubhead a{
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
	text-decoration: underline;
}

.homeQlinks .col-12{
	padding: 0px;
}
.input{
	background: #fff;
	border-radius: 2px;
	border: 1px solid #e4e4e4;
	width:100%;
	padding: 12px 12px;
	font-size: 16px;
	color: #666;
}
.whiteBtn{
	background: #f1f1f1;
	border-radius: 3px;
	padding: 11px 11px;
	color: #734893;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px auto;
	border: 0px;
}
.whiteBtn:hover{
	color: #8c64a9;
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid transparent;
}
.rulesRegulations ul{
	padding-left: 15px;
}
.rulesRegulations ul li{
	color: #744993;
	line-height: 24px;
}
.newsW .card{
	background: transparent;
	padding: 0px;
	border: 0px;
}
.newsW .carousel-indicators{
	display: none;
}
.card-img-top{
	border-radius: 0px !important;
}
.card-body{
/*	padding-left: 0px;*/
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
	border:1px solid #000;
	background: transparent;
}
.carousel-indicators {
    bottom: -50px;
}
.pMessage{
	margin: 75px 0px 75px 0px;
}
.pMessage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.readmore{
	color: #734893;
}
.pDetails{
	border-top:2px solid #734893;
	display: inline-block;
	margin-top: 30px;
	padding-left: 30px;
	margin-left: -30px;
}
.pName{
	font-size: 14px;
	font-weight: bold;
}
.pDesig{
	font-size: 12px;
	line-height: 100%;
}
.wMessage .wTextW{
	background: #f1f1f1;
	border-radius: 4px;
	padding: 30px;
}
.wMessage .wTextW p{
	width: 80%;
}
p.bigfont{
	font-size: 20px;
	color: #666
}
.wMessage .button{
	width: 60px;
	background: #734893;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	vertical-align: middle;
	display: table;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}
.wMessage .button:hover{
	background: #8D58B4;
	
}
.wMessage .button:before{
	content: "\2192";
	display: block;
	position: absolute;
	z-index: 999;
	top: 43%;
	width: 100%;
}
.contactform{
	background: #efefef;
}
.section{
	padding: 50px;
}
.contactform .container{
	max-width: 600px;
	margin: auto;
}
.m-10{
	margin-bottom: 10px;
}
.submitBtn{
	background: #20293D;
	color: #fff;
}
.pLogos{
	padding: 40px 0px;
}
footer{
	background: #3F3F3F;
	color: #B1B1B1;
	padding: 30px;
	font-size: 13px;
}
footer a{
	color: #B1B1B1
}
footer a:hover{
	color: #fff;
}
footer ul{
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}
.innerpageContent{
	padding: 50px;
}
.innerLeft{
	border-radius: 3px;
}
.innerRight{
	border-radius: 3px;
/*	background: #fff;*/
}
.w-100{
	width: 100% !important;
}
#team .card-body{
	padding: 0px;
}
#team .card-body img{
	margin: auto;
	width: 100%;
	border-radius: 0px !important;
	height: 250px;
	object-fit: cover;
}
#team .card-body p{
}
#team .card-body h6{
	font-weight: 400;
	font-style: italic;
	color: #777;
}
.card{
	border: 0px;
}
#team .card-body .social-part .fa{
	color: #734893
}
#team h6{
	font-size: 14px;
}
#team h3{
	font-size: 20px;
	margin-bottom: 0px;
	color: #734893;
}
.imgNum{
	font-size:11px;
	opacity: 0.8;
}
.imgNum i{
	color: #734893;
}
.albumList .date{
	font-size: 11px;
}
.albumList a{
	color: #734893;
	display: block;
	font-weight: bold;
	line-height: 100%;
}
.albumList .date{
	line-height: 80%;
	color: #666;
	display: inline-block;
}
.albumList h6{
	margin-bottom: 0px;
}
.albumList .list{
	border-bottom: 1px dashed #734893;
}
.albumList .list:last-child{
	border-bottom: 0px dashed #734893;
}
.breadcrumb{
	background-color:transparent;
	font-size: 10px;
}
.address{
	
}
.nav-link{
	font-size: 16px;
	font-weight: 500;
}











/*slick*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.mainbanner .carousel-item{
/*	border-radius: 5px;
*/		background: linear-gradient(
138.55deg
,#a165c4 0,#4d2370 100%);

	min-height: 400px;
	overflow: hidden;
}

.mainbanner .carousel-indicators{
	display: none;
}
.mainbanner{
/*	margin:50px 50px;*/
}
.mainbanner .carousel-item img{
	width: 100%;
	height:100%;
	object-fit: cover;
	display: block;
}
.mainbanner .carousel-item .imgContainer{
	padding-left: 0px;
	padding-right: 0px;
}
.logo{
	max-width: 150px;
	width: 100%;
}
.bannerContent{
	background: linear-gradient(
	138.55deg
	,#a165c4 0,#4d2370 100%);
	color: #fff;
}
.bannerContent h2{
	font-size: 36px;
	font-weight: 700;
	margin-top: 20px;
}
.bannerContent{
	padding: 30px 50px;
	font-size: 13px;
	position: relative;
}
.bannerContent span{
	display: block;
}
.bannerContent .address{
	padding-left: 25px;
	position: relative;
}
.bannerContent .address i{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	font-size: 22px;
}
.mainbanner .carousel-control-next{
	width: 50px;
	height: 50px;
	border: 0px solid red !important;
	top:inherit;
	bottom: 0px !important;
	right: 0px !important;
	background: #734893;
	color: #fff;
	font-family: 'FontAwesome';
}
.mainbanner .carousel-control-prev{
	width: 50px;
	height: 50px;
	border: 0px solid red !important;
	top:inherit;
	bottom: 0px !important;
	right: 51px !important;
	background: #734893;
	color: #fff;
	font-family: 'FontAwesome';
	left: inherit
}
.mainbanner{
	position: relative;
}
.upEvents{
	background: yellow;
	color: #000;
	font-size: 10px;
	display: inline-block !important;
	padding: 5px;
	position: absolute;
	z-index: 999;
	right: 0;
	font-weight: bold;
}
hr{
	border-top: 1px solid #DFDFDF;
}
.memberLogin .dropdown-menu{
	
}
.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #dc3545;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(68, 50, 102, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #443266;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.bigNews img{
	height: 300px;
	width: 100%;
	object-fit: cover;
}
.bigNews a{
	color: #734893 !important;
	font-weight: bold;
}
#news .card:hover .card-body{
	box-shadow: 10px 10px 11px -8px rgba(0,0,0,0.17);
	-webkit-box-shadow: 10px 10px 11px -8px rgba(0,0,0,0.17);
	-moz-box-shadow: 10px 10px 11px -8px rgba(0,0,0,0.17);
}
#news .card-img {
	border-radius: 0px !important;
	height: 200px;
	object-fit: cover;
}

#news .card-title {
  margin-bottom: 0.3rem;
}

#news .cat {
  display: inline-block;
  margin-bottom: 1rem;
}

#news .fa-users {
  margin-left: 1rem;
}

#news .card-footer {
  font-size: 0.8rem;
}
#news a{
	color: #666;
}
#news .author{
	color: #000;
}
#news h4 a{
	color: #1E384C;
}
.newslist a{
	font-weight: 500;
	color:#1E384C;
}
.newslist img{
	width: 100%;
}



/*social share*/
.share-list {
  display: flex;
  flex-direction: row;
}

.share-list a {
  border-radius: 100px;
  width: 25px;
  height: 25px;
  padding: 3px;
  margin: 10px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  background: #734893;
}
.share-list a img {
  width: 60%;
  height: 60%;
  filter: invert(100%);
}

/*
a.fb-h {
  background: #3B5998;
}

a.tw-h {
  background: #00acee;
}

a.li-h {
  background: #0077B5;
}

a.re-h {
  background: #FF5700;
}

a.pi-h {
  background: #c8232c;
}

*/


.share-buttons-container {
  display: flex;
/*  justify-content: center;
*/  align-items: center;
  width: 100%;
	font-size: 11px;
	color: #666
}
.eDate{
	width: 50px;
	background: #fff;
	padding: 8px;
	text-align: center;
	line-height: 100%;
	margin: 10px;
}
.eDate .date{
	font-size: 36px;
	font-weight: bold;
}
.eventDetail img{
	height: 400px;
	object-fit: cover;
}
.eventDetail i{
	color: #734893;
}
/*.eventDetail p{
	font-size: 13px;
}
*/.otherEvents .card-title{
	font-size: 20px;
}
.otherEvents img{
	height: 150px;
	object-fit: cover;
}
.contact{
	border: 1px solid #eaeaea;
	padding: 10px;
}
.form-control{
	border-radius: 2px !important;
	font-size: 14px;
}
.btn-primary{
	border-radius: 2px !important;
}
.modal-content{
	border-radius: 2px;
	border: 0px;
}
.btn-outline-secondary{
	font-size: 14px;
}
.custombtn{
	background: linear-gradient(
138.55deg
,#a165c4 0,#4d2370 100%);
	border-radius: 100px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 8px!important;
	padding-bottom: 8px!important;
	display: inline-block;
	border: 0px;
}
.box{
	border: 1px solid #eaeaea;
	background: #fff;
	padding: 30px;
}
.box .card-text{
	color: #666;
}
.purplebg{
	background: #443266;
}
.text-yellow{
	color: yellow
}
.bigTxt{
	font-size: 46px;
	color: #443266;
}
.newsLetter{
	background: #fff;
	padding: 15px;
}
.modal-content{
	padding: 40px;
}
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.modal-content .close{
	position: absolute;
	right: 20px;
	top: 20px;
}
.contact_form .input{
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #443266;
	background: transparent;
	border-radius: 0px;
	padding-left: 0px;
}
textarea:focus, input:focus{
    outline: none;
}
#clients {
     padding: 60px 0
 }

 #clients .clients-wrap {
     border-top: 1px solid #eaeaea;
     border-left: 1px solid #eaeaea;
     margin-bottom: 30px
 }

 #clients .client-logo {
     padding: 64px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-right: 1px solid #eaeaea;
     border-bottom: 1px solid #eaeaea;
     overflow: hidden;
     background: #fff;
     height: 160px
 }

 #clients img {
     transition: all 0.4s ease-in-out
 }
.footer-big {
 padding:50px 0 65px 0
}
.footer-big .footer-widget {
 margin-bottom:40px
}
.footer--light {
 background:#fff
}
.footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
 color:#898b96
}
.footer-menu {
 padding-left:48px
}
.footer-menu ul li a {
 font-size:15px;
 line-height:32px;
 -webkit-transition:.3s;
 -o-transition:.3s;
 transition:.3s
}
.footer-menu ul li a:hover {
 color:#5867dd
}
.footer-menu--1 {
 width:100%
}
.footer-widget-title {
margin-bottom:10px;
font-size:18px;
color: #000;
}
.mini-footer {
 text-align:center;
}
.mini-footer p {
 margin:0;
 font-size:12px;
 color:#999
}
.mini-footer p a {
 color:#5867dd
}
.mini-footer p a:hover {
 color:#34bfa3
}
.widget-about img {
 display:block;
 margin-bottom:30px
}
.widget-about p {
 font-weight:400
}
.widget-about .contact-details {
 margin:30px 0 0 0
}
.widget-about .contact-details li {
 margin-bottom:10px
}
.widget-about .contact-details li:last-child {
 margin-bottom:0
}
.widget-about .contact-details li span {
 padding-right:12px
}
.widget-about .contact-details li a {
 color:#5867dd
}
.copyright-text{
	font-size: 12px;
}
@media (max-width:991px) {
 .footer-menu {
  padding-left:0
 }
}
.bannerInner{
	background: url("../images/pattern.png");
	padding: 30px 0px;
}
.bannerInner h1{
	color: #fff;
	text-align: center;
}
.card{
	background: transparent;
}
.galleryList img{
	height: 200px;
	object-fit: cover;
	transition: 0.3s;
}
.galleryList .date{
	color: #666;
}
.galleryList img:hover{
	opacity: 0.8
}
.eventBx{
	background: #ededed;
	min-height: 300px;
	transition: 0.3s;
}
.eventBx:hover{
	background: #443266;
	color: #fff;
}
.eventBx:hover .innerC p{
	color: #fff;
}
.eventBx:hover .innerC .arrow{
	display: block;
	color: #fff;
}
.eventBx .innerC{
	padding: 20px;
	position: relative;
	height: 100%;
}
.eventBx .innerC p{
	color: #717171;
	font-size: 14px;
}
.eventBx .innerC .arrow{
	position: absolute;
	bottom: 15px;
	right: 0;
	font-size: 18px;
	display: none;
}
.eventList .eventBx:nth-child(even){
	background: #f2f1f1;
}
.eventList .eventBx:nth-child(even):hover{
	background: #443266;
	color: #fff;
}














