@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');
html {scroll-behavior: smooth;}
body{
	font-family: 'Roboto', sans-serif ;font-size: 1.1rem;
}
li{list-style:none;}
a{text-decoration:none !important}
.modal-footer a {color: #000 !important;}
.no-padding{padding:0px;}
.no-margin{margin:0px;}
a:hover{color:red;}
body a{-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;transition:0.5s all; }
*{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}



/*------------------------Header top -------------------*/
.textwidget{    float: left;
    width: 100%;}
.header-top {
    float: left;
    width: 100%;
    background:grey;
    text-align: center;
    font-size: 14px;
}


.head-top-left {
    float: left;
    width: 100%;
    color: #cfcfcf;
    padding: 9px 0;
}
.head-top-center {
    float: left;
    width: 100%;
    padding: 9px 0;
}
.head-top-center img, .iconwhatsapp img {
    width: 14px;
}
.head-top-center ul, .head-top-center li {
    list-style: none;
    margin: 0;
    padding: 0;
	text-align: left;
}
.head-top-center ul li {
    display: inline-block;
    width: auto;
	margin-right: 20px;
	}
.head-top-center a {
    color: #fff;
    font-weight: 600;
}
.head-top-center i {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}
.head-top-right {
    float: left;
    width: 100%;
    color: #474747;
    padding: 11px 0;
}
.head-top-right ul li {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    line-height: 20px;
}
.head-top-right ul li a {
    font-size: 20px;
    color: #fff;
}
.head-top-right ul li a i{
    color: #fff;
}
.social-icon-right{
	margin: 0px;
	display:flex;
	    float: right;	
}
.header-buttom.fixed {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
}
ul.social-icon-right li{margin:0px;}
ul.social-icon-right li a {margin-left: 15px;}

.navbar-light .navbar-brand img { width: 290px;}

/*------------------- Header top End ---------------------*/ 



/*------------------- header Buttom-----------------------*/
.header-buttom{width: 100%;  float: left; }
.header-bottom{width:100%;  background: #fff;}
.header-buttom .navbar{width: 100%; padding: 0px;}
.header-buttom .navbar ul{width: 100%; padding: 0px; margin: 0px;}
.header-buttom .navbar ul li {display: inline-table; list-style: none;}
.header-buttom .navbar ul li a{font-size: 13px;
    font-weight: 500;
    color: #000;    display: block;
    padding: 35px 10px 25px 10px;position:relative;
    text-decoration: none;}
.header-buttom .navbar ul li.active a{color:#ed1c24}
.header-buttom .navbar ul li a span {width: 100%; display: block;text-align: center; display:none;    font-size: 12px; position: absolute;
    top: 18px;
    left: 0px;}	
.header-buttom .navbar ul li a:hover, .header-buttom .navbar ul li.active a{color: #3b60c9;background: #dbe5f3;}
.header-buttom .navbar ul li a:hover span, .header-buttom .navbar ul li.active a span{display:block ; color:#000;}
.header-buttom .navbar ul li a.active{color: #3b60c9;background: #dbe5f3; position:relative;}
.navbar-light .navbar-nav .nav-link {
    color: #ed1c24;
    background: #fdd428;
    font-weight: 600;
    padding: 8px 15px;
}
.header-buttom .navbar ul li:hover a:before, .header-buttom .navbar ul li.active a:before {
    background-color: #3b60c9;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    height: 6px;
    width: 100%;}
.header-buttom .navbar ul li.dropdown{position:relative;}
.header-buttom .navbar ul li.dropdown ul{position:absolute; width:300px; padding-top:20px; display:none;}
.header-buttom .navbar ul li.dropdown:hover ul{display:block;z-index: 9999;}
.header-buttom .navbar ul li.dropdown ul li {
    width: 100%;
	text-align:left;
    background: #ed1c24;
    /* color: #fff; */
}
.header-buttom .navbar ul li.dropdown ul li:hover {
    width: 100%;
	text-align:left;
    background: rgba(53, 53, 53, 0.85);
    /* color: #fff; */
}
.header-buttom .navbar ul li.dropdown ul li:hover a {
	
	}

.header-buttom .navbar ul li.dropdown ul li a {
	text-decoration:none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px !important;
    float: left;
    border-bottom:1px solid #da0f00;
    width: 100%;
}
.header-buttom .navbar-nav{ text-align:right;   width: 100%;}

/*------------------- header Buttom End-----------------------*/



/*-----------------------main Slider ---------------------------*/
.carousel-item .text-box {
    position: absolute;
    top: 50%;
    left: 12%;
    right: 12%;
	color: #fff;
    text-align: center;
    transform: translateY(-50%);
}
.carousel-item img{width:100%;}
.carousel-item:before{content: "";position: absolute; background: rgb(0 0 0 / 44%); width: 100%; height: 100%;}
.main-slider h2{font-size: 30px;
    color: #fff;
    font-weight: 600;
    position: relative;}

.main-slider p{font-size: 30px; color: #000; font-weight: 500;}
.carousel-item .text-box ul{padding: 0px;
    margin: 20px 0px 0px 0px;
    float: left;
    width: 100%;}
.carousel-item .text-box ul a{    padding: 10px 25px;
    margin: 0px;
  text-decoration:none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 3px;}
	a.freecontact{ 
   background: #353535;
    color: #ffffff;
   }

a.freedemo {
    background: #ed1c24;
    color: #ffffff;
}

.main-slider .carousel .owl-nav div {
	position: absolute;
	top: 50%;
	background: transparent;
	color: #fff;
	border: 0px solid;
	width: 40px;
	height: 90px;
	line-height: 90px;
	padding: 0;
	border-radius: 0px;
	opacity: 1;
	font-size: 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: -45px 0 0;
}

.main-slider  .carousel-indicators li {
    /* box-sizing: content-box; */
    -ms-flex: 0 1 auto;
    /* flex: 0 0 auto; */
    width: 30px;
    height: 30px;
	margin-bottom:5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 100px;
    border: 3px solid #fff;
}

.main-slider  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 4%;
    margin-left: 15%;
    list-style: none;
    top: 50%;
    transform: translateY(-50%);
}

.main-slider  .carousel-indicators li.active{background-color: #3b60c9;}
.main-slider .carousel .owl-nav div:hover{
	background:#353535;
}
.main-slider .carousel .owl-nav .owl-prev {
	left:0;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	-webkit-transform: perspective(600px) rotateY(90deg);
	-moz-transform: perspective(600px) rotateY(90deg);
	transform: perspective(600px) rotateY(90deg);
	border-radius:0 3px 3px 0;
	visibility:hidden;
	opacity:0;
	background-color: #ED1C24;
}
.main-slider:hover .carousel .owl-nav .owl-prev{
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
	visibility:visible;
	opacity:1;
	background-color: #ED1C24;	
}
.main-slider .carousel .owl-nav .owl-next{
	right:0;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
	-webkit-transform: perspective(600px) rotateY(-90deg);
	-moz-transform: perspective(600px) rotateY(-90deg);
	transform: perspective(600px) rotateY(-90deg);
	border-radius:3px 0 0 3px;
	visibility:hidden;
	opacity:0;background-color: #ED1C24;
}
.main-slider:hover .carousel .owl-nav .owl-next{
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
	visibility:visible;
	opacity:1;background-color: #ED1C24;
}
.main-slider{position:relative;clear: both;}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 100px;
	position:absolute;
	top:45%;
}

.main-slider .social-networks-icon {
    position: absolute;
    left: 40px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
}

.main-slider  .social-networks-icon a {
  border-bottom: 1px solid #fff;
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  font-size: 3rem !important;
  line-height: 4.800000000000001rem;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}

.main-slider  .social-networks-icon a i.fa {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  font-size: 2.1rem !important;
}

.main-slider  .social-networks-icon a:hover i.fa-facebook {
  color: #3B5999;
}

.main-slider  .social-networks-icon a:hover i.fa-twitter {
  color: #1DA1F2;
}

.main-slider  .social-networks-icon a:hover i.fa-pinterest {
  color: #CB2028;
}

.main-slider  .social-networks-icon a:hover i.fa-youtube {
  color: #CC332D;
}

.main-slider  .social-networks-icon a span {
  position: absolute;
  line-height: 20.8px;
  font-size: 13px !important;
  line-height: 2.08rem;
  font-weight: 700;
  color: #000;
  display: block;
  background-color: #fff;
  padding: 2px 8px;
  left: 100%;
  margin-left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 120px;
}

.main-slider  .social-networks-icon a span:after {
  position: absolute;
  content: '';
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  left: -5px;
}

.main-slider  .social-networks-icon li a:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  margin-left: 20px;
}

.main-slider  .social-networks-icon li:last-child a {
  border-bottom: none;
}
.main-slider:hover .carousel .owl-nav .owl-next:hover, .main-slider:hover .carousel .owl-nav .owl-prev:hover{background:#353535;}
/*------------------------- Main Slider --------------------------*/


/*---------------------------features--------------------------*/

.features{background:#fff; width:100%; float:left;padding-bottom:20px;}
.eventslist{    background-color: #3b60c9;    border-radius: 10px;
    padding: 40px;
    color: #fff;
	margin-top:-100px;
    position: relative; width:100%; float:left;}
.eventslist .eventimg{}
.eventslist .eventimg img{border-radius: 50px 50px 0px 0px;width: 100%;padding: 0px;}
.eventslist .eventtext {    padding-top: 8%;}
.eventslist .eventtext h4{    font-size: 30px;
    font-weight: 300;margin-top: 30px;}
 .findmore{    border-radius: 120px;
    padding: 5px 15px;
    font-size: 17px;
    background: #a6c104;
    color: #800020;
    text-transform: uppercase; border:1px solid #a6c104;}


.eventslist .upcomingbutton {
background: #fff;
    border: 0;
    border-radius: 6px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    bottom: 7px;
    right: 55px;}

.up-event-date {
    color: #3a3b3c;
    font-size: 18px;
    line-height: 2.8800000000000003rem;
    font-weight: 700;
    background-color: #fff;
    padding-top: 10px;
    text-align: center;
    /* position: absolute; */
    width: 100%;
    bottom: -5px;
    border-radius: 0px 0px 50px 50px;
    border-bottom: 8px solid grey;
	margin: 0;
}
/*---------------------------End features--------------------------*/



/*-------------------------services---------------------------*/

.services {
    background: #fff;
	padding:20px 0 20px 0;
	float:left;
	width:100%;
}

.about-area-wrapper {
    position: relative;
    z-index: 1;
}
.about-area-wrapper:before {
    background-image: url(../img/our_mission.jpeg);
    background-size: cover;
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 39%;
    height: 85%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
}
.about-area-wrapper .about-content-wrap {background-color: #ecf1f5;border: 10px solid #dbe5f3;padding: 36px 10px 40px 260px;    border-radius: 10px;}
.about-area-wrapper  .section-title {
    font-size: 28px;
    margin-bottom: 0px;
    color: #464545;
    padding-bottom: 15px;
}
.section-title h2 {
    color: #131c33;
        font-size: 32px;    font-weight: 700;
    text-transform: capitalize;
}

.timer {
    display: flex;
}
.countertime {
    padding: 0px 15px 0px 0px;
    text-align: center;
    font-weight: 500;
}
.smalltext {
    font-size: 14px;
}
.countertime span {
    background: #161f37;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    margin-top: 2px;margin-bottom:0px;}
	.timer p {
    align-items: end;
    display: grid;
    margin: 0px;
}
.font-mistral {
    font-family: 'Mistral';
}
p {
    margin-bottom: 10px;
    font-family: 'Comic';
}

/*----------------------------services---------------------------------*/









/*-----------------------------   why-choose   --------------------------*/

.box-himg {
	width:100%;
	float:left;
	background:#fff;
	padding: 20px 0;
}
.box-4imgview{position: relative;
    width: 100%;
    border-radius: 20px;
    float: left;
    overflow: hidden; margin-bottom:30px;max-height: 314px;}
.box-4imgview a{display: block;}
.box-4imgview a:before{content: "";position: absolute; width: 100%; height: 100%;}
	.box-4imgview.fulldiv a:before{display:none;}
	.box-4imgview.fulldiv {background:#f4f0eb;text-align: center;
    padding: 30px 0px; margin:0px;}
.box-4imgview h2:hover{color:#ed151f;}
.box-4imgview h2 {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0;
    color: #ccdc3b;
    text-align: center;
    transform: translateY(-50%);
}

.rightboxsd{width:100%; float:left;border: 2px solid #b2a89e; border-radius: 16px; padding:20px}
.rightboxsd h3{color: #a52a2a;
    font-size: 26px; text-align:center; width:100%; text-transform:uppercase}
.rightboxsd h5{ text-align:center; width:100%; color:#000; font-size:18px;}
.rightboxsd img{width:100%; float:left;}
/*-----------------------------  End why-choose ------------------------------*/









/*---------------------------  Our Services ----------------------------*/


.giftsection{padding:30px 0;background:#EBF6F9; width:100%; float:left;}

.clip {
    height: 100px !important;
    max-height: initial !important;
    width: 100px !important;
    /*clip-path:  polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);*/
		clip-path:  polygon(50% 0, 66% 26%, 98% 35%, 80% 61%, 84% 93%, 50% 81%, 14% 93%, 21% 57%, 1% 35%, 30% 25%)
}
.regidiv {
    padding-top: 23px;
}
.regidiv h2{color: rgb(223, 32, 34);
    font-weight: 700;
    font-style: normal;
    font-size: 21px;}
	.regidiv p{color:#000; font-size:16px;}
/*--------------------------- End Our Services ----------------------------*/


/*------------------------Memories----------------------------*/
.memories{padding: 20px 0;background:#fff; width:100%; float:left;}
.memories h2{margin-bottom:20px; text-align:center; width:100%; float:left;}
.imgmemori {height: 140px;
    overflow: hidden;
    border-radius: 20px;position: relative;}
.imgmemori:before{content:""; position:absolute; background:rgb(0, 0, 0, 0.3); height:100%; width:100%; top:0px;left:0px;}	
	
	.imgmemori .meritext {
    position: absolute;    opacity: 0;
    bottom: -100px;
    padding: 0px 20px;
	
}

	.imgmemori:hover .meritext{bottom:0px;    opacity: 1;}
	.imgmemori .meritext h4{color:#fff;    margin: 0px;
    font-size: 18px;}
	.imgmemori .meritext p{color:#fff; font-size:15px; font-weight:600;}	
.imgmemori img{    width: 100%;
    height: auto;
    display: block;}
	.padding11 {
    padding: 3px;
}

.get-in-touch{width:100%; float:left; background:url(../img/people.jpg) no-repeat fixed;    background-size: cover;
    padding: 180px 0; text-align:center}
.get-in-touch h3{width:100%; float:left; color: #fff;
    font-size: 35px ;margin:0px;
    text-shadow: 1px 2px 3px black;}
.get-in-touch p{width:100%; float:left; color: #fff;
    font-size: 25px; margin:15px 0;
    text-shadow: 1px 2px 3px black;}
.get-in-touch a{display:block;margin: 0 auto;}
.get-in-touch a:hover{}







.our-fraternity{width:100%; float:left; padding:20px 0;}
.our-fraternity h2 {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    float: left;
}
.customer-logos{width:100%; float:left;}
.slick-slider {
    margin:0 -15px;
}
.slick-slide img {
    display: block;
    width: 100%;
    padding: 15px;
}
.eventsslider{width:100%;}










.footer{background:grey;width:100%; float:left; padding:10px 0 0px 0;}

.footer-widget {
    color: #fff;
}

.widget_information p {
    font-size: 14px;
    line-height: 24px;
}

.widget_information p i {
    padding-right: 10px;
}

.footer-header {
    color: #fff;
    margin-bottom: 20px;
}

.footer-header h2 {
    font-size: 18px;
    margin-bottom: 0px;
    position: relative;
    letter-spacing: 2px;
}

.social-media a,
.social-media span {
font-size: 15px;
    padding: 0px 5px;
    font-family: auto;
}

.social-media span {
    color: #fbfbfb;
}

.social-media a {
    color: rgba(255, 255, 255, .6)
}

.social-media a:hover {
    color: #fff;
}

.footer-logo {
    display: inline-block;
}

.footer-logo img {
    width: 100%;
}

.footer-logo span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.textwidget p {
    line-height: 24px;
}

.copyright {
    border-top: 1px solid #fff;
    font-size: 14px;
    padding: 5px 0;
    color: #fff;
    margin-top: 10px;
}

.copyright ul li {
    border-right: 1px solid #5c5c5c;
}

.copyright ul li:last-child {
    border-right: none;
}

.copyright ul li a {
    color: #fff;
    padding: 0px 10px 0 0;
}

.copyright ul li a:hover {
    text-decoration: underline;
}

.copyright p {
    margin-bottom: 0;
}

#basicExampleModal h3 {
    font-size: 18px;
	margin:0px;
}

.smartphoto{z-index:9999999999999999999999;}

.masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
 
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 30px;
  overflow: hidden;
}
.masonry .brick img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 100%;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  -moz-column-rule: 1px solid #eee;
  -webkit-column-rule: 1px solid #eee;
  column-rule: 1px solid #eee;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}

.span {
  -moz-column-span: all;
  -webkit-column-span: all;
  column-span: all;
  *margin: 2px 0;
}
.slick-slider .slick-track:focus, .slider div:focus,  .slider div{border:0px !important; outline:none !important;}

@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .wrapper {
    width: 80%;
    padding: 2px;
  }

  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    width: 85%;
    padding: 2px;
  }

  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}












/*-------------------other page ------------------------*/

.whoweare{width:100%; float:left; background:#ecf1f5; padding:60px 0;}
.whoweare h1{width:100%; float:left; text-align:center; text-transform:none;font-size: 15px;}
.whoweare h1 span{ width: 100%;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 8px;}
.whoweare h1 span:before{     content: "";
    position: absolute;
    height: 3px;
    width: 135px;
    left: auto;
    right: auto;
    background: #ff0004;
    bottom: 0px;}
	
	
	
	.single-about-text{padding: 30px 0; width:100%;    position: relative;}
	.single-about-text img {
    max-width: 500px;     border-radius: 50px;
}
.img-left {
    float: left;
	margin-right:50px;
}
.tetxdes{background: #fff;
    padding: 50px;
    width: 100%;
    border-radius: 50px;
    margin-top: 60px;}
	
	
	
	
	.single-about-textright{padding: 30px 0; width:100%;    position: relative;}
	.single-about-textright img {
    max-width: 500px;     border-radius: 50px;
}
.img-right {
    float: right;
	margin-left:50px;
}
.tetxdes{background: #fff;
    padding: 50px;
    width: 100%;
    border-radius: 50px;
    margin-top: 90px;}
	
	
	.membersection{width:100%; float:left; background:#fff; padding:60px 0;}
	.membersection h1{width:100%; float:left; text-align:center; text-transform:none;font-size: 15px;}
.membersection h1 span{ width: 100%;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 8px;}
.membersection h1 span:before{     content: "";
    position: absolute;
    height: 3px;
    width: 162px;
    left: auto;
    right: auto;
    background: #ff0004;
    bottom: 0px;}
	
	.faderation{margin-top:5px;}
	.faderation h2 {
    font-size: 25px;
}
	.faderation h2 span{font-family:Times New Roman; font-size:30px;}
		.faderation .font-mistral {
    font-family: 'Mistral';
    font-size: 30px;
}
	
	
	.memberbenefits{width:100%; float:left; margin-top:5px;}
	.membersection h3{ text-align:left; text-transform:none;font-size: 25px;    margin-bottom: 30px;position:relative; display: inline-block;}
.membersection h3:before{     content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    right: auto;
    background: #ff0004;
    bottom: 0px;}
		

	.membersection h4{font-size:18px;width: 100%;}
	.membersection h4 {
    font-size: 18px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.membersection h4 i{float:right;}



.resources{width:100%; float:left; background:#fff; padding:60px 0;}
	.resources h1{width:100%; float:left; text-align:center; text-transform:none;font-size: 15px;}
.resources h1 span{ width: 100%;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 8px;}
.resources h1 span:before{     content: "";
    position: absolute;
    height: 3px;
    width: 162px;
    left: auto;
    right: auto;
    background: #ff0004;
    bottom: 0px;}
	
	#accordion{width:100%;}
	.member-accordion .card-header, .card-2 .card-header {
    background-color: transparent;
	border:0px;
    border-bottom: 1px solid #ddd;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
	color:#000;
}
#accordion .card-header a {
    color: #000;
    width: 100%;
    float: left;
}
#accordion .card-header a span{float:right;}
.alphabetsScroll{text-align:center;}
.alphabetsScroll a {
    background: #3b60c9;
    max-width: 30px;
    text-align: center;
    border-radius: 3px;
    color: #fff !important;
    max-width: 22px;
    line-height: initial;
    font-size: 13px;
    display: inline-flex;
    padding: 3px 7px 3px 7px;
}


.gallery{width:100%; float:left; background:#fff; padding:60px 0;}
	.gallery h1{width:100%; float:left; text-align:center; text-transform:none;font-size: 15px; margin-bottom:30px;}
.gallery h1 span{ width: 100%;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 8px;}
.gallery h1 span:before{     content: "";
    position: absolute;
    height: 3px;
    width: 128px;
    left: auto;
    right: auto;
    background: #ff0004;
    bottom: 0px;}
	.imgshowmobile{display:none;}
	
	
	
	.classifiedss{width:100%; float:left; background:#fff; padding:60px 0;}
	.classifiedss h1{width:100%; float:left; text-align:center; text-transform:none;font-size: 15px; margin-bottom:30px;}
.classifiedss h1 span{ 
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px;
	margin-bottom: 8px;
       display: inline-grid;}
.classifiedss h1 span:before{     content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: auto;
    right: auto;
    background: #ff0004;
    bottom: 0px;}
.classifiedss h1 span .sup em {
    position: absolute;
    top: -19px;
    font-size: 22px;
    margin-left: -6px;
    transform: rotate(-27deg);
    font-weight: bold;
    font-style: initial;
}
.leftclassifid{float:left;width:100%;}
.leftclassifid {
    padding: 0px 15px;
}
.br-dash {
    
}
.row.br-dash:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    border-right: 1px dashed #d3d3d3;
    right: 0px;
}
.leftclassifid {} 
.leftclassi{float:left;width:100%; text-align:center;    margin-bottom: 20px;    margin-top: 20px;}
.leftclassi .findmore{margin:0 auto; padding: 8px 50px;}
.boxone p {
    padding: 0px 12px;
    font-size: 13px;
    line-height: 27px;
}
.boxone {
    width: 100%;
    float: left;
    border: 1px solid #fd8c00;
    border-radius: 15px;
    overflow: hidden;
}
.boxone h4 {
    background: #fd8c00;
    padding: 15px;
    text-align: center;
    font-size: 16px;color:#fff;
	height: 50px;
}
.boxonea{ width: 100%;text-align: center;
    float: left;    margin-bottom: 15px;}
	.boxone a {
    background: #fd8c00;
    padding: 2px 25px;
    font-size: 13px;
    color: #fff;
    border-radius: 100px;
}
.boxone1{border: 1px solid #00a9e0;}
.boxone1 h4{background-color: #00a9e0;}
.boxone1 .boxonea a{ background: #00a9e0;}

.boxone2{border: 1px solid #fc5e5b;}
.boxone2 h4{background-color: #fc5e5b;}
.boxone2 .boxonea a{ background: #fc5e5b;}


.boxone3{border: 1px solid #d41f36;}
.boxone3 h4{background-color: #d41f36;}
.boxone3 .boxonea a{ background: #d41f36;}


.boxone4{border: 1px solid #4dda34;}
.boxone4 h4{background-color: #4dda34;}
.boxone4 .boxonea a{ background: #4dda34;}

.boxone5{border: 1px solid #7e37e3;}
.boxone5 h4{background-color: #7e37e3;}
.boxone5 .boxonea a{ background: #7e37e3;}

.boxone6{border: 1px solid #fd8c00;}
.boxone6 h4{background-color: #00a9e0;}
.boxone6 .boxonea a{ background: #00a9e0;}

.boxone7{border: 1px solid #fd8c00;}
.boxone7 h4{background-color: #00a9e0;}
.boxone7 .boxonea a{ background: #00a9e0;}

.boxone8{border: 1px solid #fd8c00;}
.boxone8 h4{background-color: #00a9e0;}
.boxone8 .boxonea a{ background: #00a9e0;}

.boxone9{border: 1px solid #fd8c00;}
.boxone9 h4{background-color: #00a9e0;}
.boxone9 .boxonea a{ background: #00a9e0;}

.boxone10{border: 1px solid #fd8c00;}
.boxone10 h4{background-color: #00a9e0;}
.boxone10 .boxonea a{ background: #00a9e0;}
.leftclassifid .col-sm-6{padding:2px !important;    display: flex;}
.imgfull{width:100%; float:left;}
.imgfull img{width:100%; float:left;    border-radius: 10px;}


/*------------*/
.eventspages{width:100%; float:left; background:#fff; padding:60px 0;}
	.eventspages h1{width:100%; float:left; text-align:center; text-transform:none;font-size: 15px;}
.eventspages h1 span{ width: 100%;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 8px;}
.eventspages h1 span:before{     content: "";
    position: absolute;
    height: 3px;
    width: 162px;
    left: auto;
    right: auto;
    background: #ff0004;
    bottom: 0px;}

.fromclass {
    width: 100%;
    float: left;
    background: #dbe5f3;
    padding: 15px;
    border-radius: 3px;
}

.fromclass label{font-size:14px;margin: 0px;text-align: left !important;width: 100%;}

.fromclasss {
    width: 100%;
    float: left;
    background: #dbe5f3;
    padding: 15px;
    border-radius: 3px;
}

.fromclasss label{font-size:14px;margin: 0px;}
.eveentbenner{width:100%; float:left; position:relative;}
.eveentbenner .eventlogo {
    position: absolute;
    bottom: -55px;
    left: 10px;
    z-index: 99;
    background: #fff;
    padding: 5px;
    width: 110px;
    height: 110px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}
.eveentbenner .eventlogo img{width:100px; height:100px;}
.fromclasss h4 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    margin: 60px 0px 20px 0px;
}
.fromclasss h5 {
    font-size: 17px;
	margin-bottom:20px;
	float:left;
	width:100%;
}
.fromclasss h5 strong {
    width: 230px;
    float: left;
}
.fromclasss p{margin-top:-10px;}
.fromclasss p {
    margin-top: -15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}

.eventspage{width:100%; float:left; background:#fff; padding:60px 0;}
	.eventspage h1{width:100%; float:left; text-align:center; text-transform:none;font-size: 15px;}
.eventspage h1 span{ width: 100%;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 8px;}
.eventspage h1 span:before{     content: "";
    position: absolute;
    height: 3px;
    width: 162px;
    left: auto;
    right: auto;
    background: #ff0004;
    bottom: 0px;}

.ebventconta {
    background: #808080;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
	margin-top:30px;
}
.ebventconta h3 {
    margin: 0px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 22px;
}
.ebventconta h5 {
    font-size: 18px;
    margin: 0;
}
.ebventconta p {
    font-size: 16px;
	    margin: 0;
}
.ebventconta p{}
.eventdatef{margin-top:30px;}
#wrap {
		width: 100%;
		margin: 0 auto;
		}
		
	#external-events {
		float: left;
		width: 150px;
		padding: 0 10px;
		text-align: left;
		}
		
	#external-events h4 {
		font-size: 16px;
		margin-top: 0;
		padding-top: 1em;
		}
		
	.external-event { /* try to mimick the look of a real event */
		margin: 10px 0;
		padding: 2px 4px;
		background: #3366CC;
		color: #fff;
		font-size: .85em;
		cursor: pointer;
		}
		
	#external-events p {
		margin: 1.5em 0;
		font-size: 11px;
		color: #666;
		}
		
	#external-events p input {
		margin: 0;
		vertical-align: middle;
		}

	#calendar {
/* 		float: right; */
        margin: 0 auto;
		width: 100%;
		background-color: #FFFFFF;
		  border-radius: 6px;
        box-shadow: 0 1px 2px #C3C3C3;
		-webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
		}
		
		.login{width:100%; float:left; padding:100px; background:url(../img/login-bg.jpg) no-repeat; background-size:cover;}
		
		.login h2{width:100%; float:left;text-align:center; color:#fff; font-size:50px; margin-bottom:50px}
		.login h4{width:100%; float:left; text-align:center; color:#fff; font-size:30px;}
.formlogin {
    float: left;
    width: 100%;
    background: #fff;
    padding: 60px 100px;
    border-radius: 30px;
}
.loginfor{}
.loginfor a{}
.eventimg{width:100%; float:left;}
.eventimg img{width:100%; float:left; margin-bottom:30px;}
#counters, #speakers, #schedule, .eventform{width:100%; float:left;}
section.section.eventform h3{text-align:center;width:100%; float:left;}

ul.nav.nav-schedule li a.active{    background-color: #ff0004;}
 ul.nav.nav-schedule li a.active .highlight,  ul.nav.nav-schedule li a.active .text-alt{color: #ffffff;}
.tab-content .tab-pane ul.nav.nav-schedule li a.active {    color: #ff0004 !important; background-color: transparent !important;}
.eventtext a{display:block; padding:0px;}
.eventtext a img{width:100%; padding:0px;}
.padding15{padding:5px;}
.padding15 .eventtext{padding:0px !important;position:relative;}
.eventtext a p {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    width: 100%;
    background: rgb(0 0 0 / 53%);
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 3px;
	display:none;
}
.eventtext a:hover p{background:#000;display:block;}
.memerlist {
    width: 430px;
    float: left;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.memerlist img {
    display: inline-table;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0px;
    height:120px;
}
.single-about-text.mar-btm.new-single-about-text .member-accordion.member-accordion-2 .card-body{overflow-y:auto; max-height:250px;}
.memerlist .col-sm-4, .memerlist .col-sm-6{padding:0px;}
.single-about-text.mar-btm.new-single-about-text .member-accordion.member-accordion-2 .card-body img {
    margin-bottom: 10px;
}
.fba-tag:hover {
    color: #ed151f !important;
    background-color: #ccdc3b !important;
}
.fba-tag {
    border-radius: 50px;
    padding: 3px 25px;
    display: inline-block;
    line-height: 33px;
    margin: 0px 5px;
    color: #ccdc3b !important;
    background-color: #ed151f !important;
}
	@media (min-width: 320px) and (max-width: 767px) {
		
		.head-top-center ul, .head-top-center li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.head-top-center ul li {
    display: inline-block;
    width: auto;
    margin: 0 8px;
}
.social-icon-right {
    margin: 0px;
    display: block;
    float: none;
    width: 100%;
    text-align: center;
}
		
		.eventslist{margin-top:60px;}
		.main-slider h2 {
    font-size: 16px;}
	.main-slider .carousel-indicators li{    width: 10px;
    height: 10px;border: 2px solid #fff;}
		
		.eventslist .upcomingbutton{    margin: 0 auto;
    width: 280px;}
	.eventsslider{margin:0px;}
			.imgshowmobile{display:block;}
		.about-area-wrapper:before{display:none;}
		
		.imgshowmobile {
    display: block;
    border-radius: 10px;
    overflow: hidden;
	margin-bottom:30px;
}
.about-area-wrapper .about-content-wrap {
    background-color: #ecf1f5;
    border: 10px solid #dbe5f3;
    padding: 10px 10px;
    border-radius: 10px;
}
.regidiv, .imgprifiles {
    text-align: center;
}
.padding11 {
    padding: 3px;
    width: 50%;
}
.slick-slide img{padding:0px;}
.slick-slider{margin:0px;}
.get-in-touch{    padding: 100px 0;}
	.navbar-light .navbar-brand img {
    width: 250px;
}
.header-buttom{padding: 0px 15px; background: #fff;}
.header-buttom .navbar ul li{float:left; width:100%;}	
.header-buttom .navbar ul li a span, .header-buttom .navbar ul li a{text-align:left; padding-left:15px;}
	}
	
	
	
	.buttonmember a {
    display: block;
    padding: 17px 45px;
    background: #3b60c9;
    text-align: center;
    border-radius: 10px;
    margin-top: 34%;
    color: #fff;
    text-decoration: none;
}
	.buttonmember a:hover {background: #f82e2e;}
	
	
	
/* new css */	
.cl{clear:both}
h1, h2, h3, h4, h5, h6{margin:0 !important}
h1, h2, h3, h4, h5, h6,	p, li, a, span{font-family: 'Roboto', sans-serif;letter-spacing: normal;}
.new-wrap{margin-bottom:50px; margin-top:20px}
.new-wrap img{border-radius:10px; border:1px solid#ccc; padding:5px}
.new-wrap .classifiedss{margin-top:0px !important;}
.new-wrap h2{font-size:1.2em; font-weight:600; text-transform:capitalize !important; margin-bottom:15px !important}
.new-wrap p{font-size:0.8em !important;line-height: 1.5; }
.new-wrap li{font-size:0.8em !important;line-height: 1.5; /*font-weight:600*/}
.new-wrap strong{font-weight:600}
.no-padding{padding-left:0}
.botm-text{margin-top:15px}
.fromclass{margin-top:20px}
.btn-primary{border-radius:25px}
.topheading{width:100%; text-align:center}
.hghlight{background:#3b60c9; padding:20px; color:#fff; text-align:center; border-radius:10px}
.p-600{font-weight:600; }

.only-mobile{display: none;}
.only-web{display: block;}
@media (min-width:320px) and (max-width:481px){
body{padding:0px;}
.fleft {width:20%; float:left}
.fleft img{max-width:180%; float:left}
.fright{float:right;width:80%}
.list-inline-item:not(:last-child) {margin-right: -1.5rem;}
.widget_information p {font-size: 12px;line-height: 24px;}
.list-inline{padding:0}

.only-mobile{display: block;}
.only-web{display: none;}


.only-mobile .list-inline-item:not(:last-child) { margin-right: .1rem; }
.only-mobile .list-inline-item:not(:last-child) { margin-right: 0; }
.footer-widget { margin-top: 15px; }

}
/* new css */



/*---------------------------------------------*/

.mentorshipprogram{width:100%; float:left; background:#fff; padding:60px 0;}
	.mentorshipprogram h1{width:100%; float:left; text-align:center; text-transform:none;font-size: 15px;}
.mentorshipprogram h1 span{ width: 100%;
    position:relative;
    text-transform: uppercase;
    font-size: 25px;
    padding:10px 20px 10px 20px;
    margin-bottom: 26px;}
.mentorshipprogram h1 span:before{content: ""; position: absolute; height: 3px; width: 100%;left: 0px; right: 0px; background: #ff0004;bottom: 0px;}
p.tellme {width: 100%; float: left; margin-top: 30px; text-align: center;font-weight: 600;}
.mentor1{text-align:center; width:100%; float:left;margin-top:25px;}
.mentor1 h2{font-size:25px; margin:0px 0px 15px 0px !important; width:100%; float:left;}
.mentor1 p{font-size:15px;}
.mentor1 h3{font-size:25px; margin:30px 0px 15px 0px !important; width:100%; float:left;}
.mentor1 .goto{display: inline-table; background: #e5ee9b; padding: 7px 20px; border-radius: 3px; color: #616c00;}
.mentor1 h4{font-size:25px; margin:30px 0px 15px 0px !important; width:100%; float:left;}


.customform{width:100%; float:left;}
.customform input:focus, .customform select:focus, .customform textarea:focus{outline:none; border:0px; background:#f8f8f8;}
.customform input, .customform select, .customform textarea{ outline: none;
    border: 1px solid #fff !important;
    background: #f8f8f8;
    font-size: 14px;
    font-weight: 400;}
.customform input{height: 100%;}
.top1{width:100%; float:left; height:30px; background:#c6d9f1;}
.top2{width:100%; float:left; border-bottom: 1px solid #ddd;display:flex;}
.fild1{width:30%; float:left;}
.fild1 p{margin:0px;padding: 5px 15px;text-align: left;font-size: 14px; }
.fild2{width:70%; float:left;}
.fild2 input{width: 100%; float: left; border: 1px solid transparent;}
.fild3{width:30%; float:left;}
.fild3 p{margin:0px;padding: 5px 15px;text-align: left;font-size: 14px;}
.fild4{width:30%; float:left;}
.fild4 input{width: 100%; float: left; border: 1px solid transparent;}
.fild5{width:10%; float:left;}
.fild5 p{margin:0px;padding: 5px 15px;text-align: left;font-size: 14px;}
.fild6{width:30%; float:left;}
.fild6 input{width: 100%; float: left; border: 1px solid transparent;}
.fild7{width:100%; float:left; border-bottom: 1px solid #ddd;}
.fild7 p{margin:0px;padding: 5px 15px;text-align: left;font-size: 14px;}
.fild8{width:100%; float:left;}
.fild8 textarea{width: 100%; float: left; border: 1px solid transparent;}

.fild9{width:16.666%; float:left;}
.fild9 p{margin:0px;padding: 5px 15px;text-align: left;font-size: 14px;}
.fild10{width:16.666%; float:left;}
.fild10 input{width: 100%; float: left; border: 1px solid transparent;}

.fild11{width:25%; float:left;}
.fild11 p{margin:0px;padding: 5px 15px;text-align: left;font-size: 14px;}
.fild12{width:25%; float:left;}
.fild12 input{width: 100%; float: left; border: 1px solid transparent;}
.fild13{width:50%; float:left;}
.fild13 p{margin:0px;padding: 5px 15px;text-align: left;font-size: 14px; }
.fild14{width:50%; float:left;}
.fild14 input{width: 100%; float: left; border: 1px solid transparent;}
.fild14 select{width: 100%; float: left; border: 1px solid transparent; font-size:14px;}

.fild15{width:20%; float:left;}
.fild15 p{margin:0px;padding:14px 15px;text-align: left;font-size: 14px;}
.fild16{width:20%; float:left;}
.fild16 p{width:100%; float:left;margin:0px;padding: 2px 15px 0 15px;text-align: left;font-size: 14px;}
.fild16 input{width: 100%; float: left; border: 1px solid transparent;}
.displayflex{display: block;}
.borderleft{ border-left: 1px solid #ddd;}
.borderright{ border-right: 1px solid #ddd;}
.borderleftright{ border-left: 1px solid #ddd; border-right: 1px solid #ddd;}







/*----------------new---------------*/

@media (min-width:320px) and (max-width:767px){
	.eventslist .upcomingbutton {
    margin: 0 auto;
    width: 100%;
    position: initial;
    margin-bottom: 25px;
}
.eventslist {
    margin-top: 20px;
    border-radius: 0px;
	padding: 15px;
}
.col-sm-8.offset-1 {
    margin: 0px;
}
.box-4imgview.fulldiv{padding: 15px 15px;}
.buttonmember a{margin-top:15px;}
.single-about-text img {
    max-width: 100%;
    padding: 15px;
}
.single-about-textright img {
    max-width: 100%;
    padding: 15px;
}
.tetxdes{    padding: 20px;    margin-top: 0px;}
.memerlist {
    width: 100%;}
	.memerlist img{height:auto;}
	.membersection h3 {
    margin-bottom: 20px !important;
}
.membersection h4 {
    padding: 15px 0;
}
.gallery h1{    margin-bottom: 30px !important;}
.formlogin{    padding: 60px 15px;}
.login{    padding: 90px 0px;}
.formlogin {
    margin-top: 30px;
}
.col-sm-6.text-right.forgot-pw {
    text-align: left !important;
}

.whoweare h1 span:before{    width: 142px;}
.eventspage h1 {
    width: 100%;
    float: left;
    text-align: center;
    text-transform: none;
    font-size: 15px;
    display: inline-grid;
}
.eventspage h1 span {
    width: auto;
    float: none;
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 8px;
    display: inline-block;
}
.eventspage h1 span:before{    width: 100%;}
.textretextre {
    position: -webkit-initial !important;
    position: initial !important;}
	.section.regissterform .col-5, .section.regissterform .col-7{width: 100%;
    float: left;
    max-width: 100%;
    flex: 0 0 100%;}
	.sidebar-item {
    position: inherit !important;}
	.progtrckr li {
    width: 100%;
}
.fromclassadd {
    padding: 60px 15px 0px 15px;
}
}




.mentorsh{margin-bottom:50px !important;}
.bookimg {width: 100%;float: left;text-align:center;}
.bookimg img { width: 150px; margin: 0px auto; height: 246px;}


#testimonial .rightbox{border: 1px solid #b2a89e;
    border-radius: 15px;
    padding: 20px;}
.imgtest { width: 60px; border-radius: 51px; height: 60px; margin: 0 auto;overflow: hidden; }
#testimoial h2 span:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: auto;
    right: auto;
    background: #ff0004;
    bottom: 0px;
}

#testimoial h2 span {
    position: relative;
    font-size: 25px;
    margin-bottom: 8px;
}

.test-link{font-size: 12px;}



