<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#top-image {
background:url(../images/home-bg.jpg) -25px -50px;
background-attachment: fixed;
top:0;
width:100%;
z-index:0;
  height:100%;
  background-size: calc(100% + 50px);
}

.big-rose{position: fixed;top: -117px;left: -152px;animation-name: spin;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }
  
  .small-rose{position: fixed; bottom: -41px;
    right: -48px;animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }
  
  
  
  @keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
  
  
  .slider{margin-top:80px !important;}
.custom-menu{box-shadow:none; padding-top: 0px; margin: auto;background: #318289;padding-top: 3px !important;
    padding-bottom: 3px !important;}
.custom-menu li a{color:#ffffff;font-family: 'Montserrat', sans-serif; font-weight: 500; border-right:solid 1px #00000066; padding: 0px 15px 0px 15px; font-size: 14px;}
.custom-menu li a:hover{color:#000000;}
.custom-menu ul{
    padding: 9px 18px 2px 5px;
   }
.about-content{padding: 20px;}
.about-content p{font-family: 'Montserrat', sans-serif; font-weight: 500; color:#ffffff;}
.about-content h3{font-family: 'Montserrat', sans-serif; font-weight: 600; color:#ffffff; line-height:35px;}
.mt-20{margin-top:20%;}

.carousel-control-prev{left: -78px;}
.carousel-control-next {right: -73px;}
.carousel-indicators li {background-color: rgba(0, 0, 0, 0.48);}
.carousel-indicators .active {background-color: #8dc73fc9;}
.carousel-indicators {bottom: -35px;}
.heading{font-family: 'Noto Serif', serif;}
.heading-1{font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;}
.info p{font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: white;
    padding: 10px;
    border-radius: 10px;
    line-height: 23px;
    background: #1174a099;}
.mt-50{margin-top: 50px;}
.coming-soon{font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    margin-top: 207px;
    font-size: 51px;
    color: #8dc73f;
    text-shadow: 1px 1px 0px black;
    text-align: center;}
	
.form-btn{ position: fixed;
    z-index: 9999;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    right: 0px;
    background: #ffffff;
    black: ;
    padding: 11.5px;
    }	
.form-btn a{color:#000000;}
.form-btn a:hover{color:#b73d50;}
.page-name{font-family: 'Montserrat', sans-serif; font-weight:700; text-align:center;color: #000000; margin-top:20px;}	
.cat-hed{font-family: 'Montserrat', sans-serif; font-weight:500; margin-bottom:5px;color: #f96374;}
.cat-sum{font-family: 'Montserrat', sans-serif;color:#ffffff; margin-left:15px; margin-top:0px;}
.cat-bdr{border-bottom:solid 1px #ffffff; margin-top:15px;}
.mid-style{background: #000000;padding: 30px !important;border-left: solid 8px white;}
.rules-mid p{font-family: 'Montserrat', sans-serif; color:#ffffff;}
.icon-color{color: #f96374;}
.font-mon{font-family: 'Montserrat', sans-serif;}
.dash-bdr{border:dashed 0.5px #565656;}
.navbar.scrolling-navbar.top-nav-collapse {
    background: #a9001c;
}


.speakers-main {
    width: 210px;
    min-height: 415px;
    margin:30px;
    position: relative;
    display: inline-block;
	text-align:center;
    vertical-align: top;
    background-color: #ffffff;
    padding-bottom: 9px;
	font-family: 'Montserrat', sans-serif;
}

.three {
    outline: 10px solid #ffffff;
    transition: 0.5s;
}
.three:hover{outline: 10px solid #318289;}
.speakers-caption h5{font-weight:600;}








.overlaypopup {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlaypopup:target {
    visibility: visible;
    opacity: 1;
}

.profile-scroll{overflow-x: hidden; overflow-y: scroll; height: 350px; padding-right: 10px;}
.popuptext {
	background: #ffffff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 50%;
    visibility: hidden;
    z-index: 999;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);


   

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}


.popuptext ul{ margin: 20px; padding:0px;}

.popuptext ul li{ margin-top: 10px;}


.popuptext p{
	
	text-align: left;
	font-size: 13px;
	color: #000000;font-family: 'Montserrat', sans-serif;}



.overlaypopup:target+.popuptext {
    opacity: 1;
	z-index: 10000;
    visibility: visible;
}
.close_2 {
    background-color: #42a0af;
    height: 30px;
    line-height: 24px;
    position: absolute;
    right: -9px;
    text-align: center;
    text-decoration: none;
    top: -12px;
    width: 30px;
    display: block;
    box-shadow: 0px 0px 10px black;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close_2:before {
    color: rgba(255, 255, 255, 0.9);
    content: "x";
    font-size: 20px;
    text-shadow: 0px 0px 9px #000;
}
.close_2:hover {
    background: #000;
}


.tw{position: absolute;
    left: -21px;
    top: -18px;
    width: 30px;
    line-height: 29px !important;
    height: 30px;
    font-size: 15px;
    background: #1997e3;
    border-radius: 50%;
    color: #ffffff;}
	.tw:hover{background: #000000;}

.fields-color{background-color: #f1f1f1;}
.login{font-family: 'Montserrat', sans-serif; font-weight:500; font-size:15px;padding: 9px 20px 9px 20px;}


.form-control {
    display: block !important;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.my-form label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
	color:#ffffff;
}
.my-form2 label {
    display: inline-block;
 font-weight:600;
    font-size: 14px;
}
.font7{font-weight:700;}
.font6{font-weight:600;}
.font5{font-weight:500;}
.my-form .form-group {
    margin-bottom: 3rem;
}
.my-form2 .form-group {
    margin-bottom: 2rem;
}

.required {
    color: #ff1a1a;
}
.criteria {font-size:13px;}

.disclaimer{padding: 6px 15px 6px 15px;
    font-size: 13px;
    font-weight: 500;
    margin: 0px !important; float:right;
	margin: -14px 20px 0px 0px !important;
	border-radius:3px 3px 0px 0px;}
	
	.card {
    padding: 15px 0px;
    background: none;
    border: none;
	box-shadow: none;
}
.img_view {
    text-align: center;
}
.img_view img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: dashed 2px #17a2b8;
    display: inline-block;
}
.card-body {
    padding: 11px;
}
.payment-text {
    color: #000000;
    font-size: 16px;
    margin-bottom: 14px;
	    font-weight: 500 !important;
}

.pay_btn {
    color: #ffffff;
    background: #2bbbad;
    padding: 7px 12px 8px;
    line-height: 34px;
    transition: 0.3s ease all;
}

.pay_btn:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    border-color: #000000;
}
.text-yellow {
    color: #D06604 !important;
}

.page-content {
    background: #fff;
    padding: 15px;
    border: double;
}

.page-content p {
    font-size: 14px !important;
    color: #222;
    line-height: 20px;
}

.page-content h4.heading {
    font-size: 18px;
    color: #2f014c;
    margin: 15px 0px 0px;
    font-weight: bold;font-family: 'Montserrat', sans-serif;
}

.page-content h5.heading {
    font-size: 15px;
    color: #02719f;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;font-family: 'Montserrat', sans-serif;
}

#footer {
    padding: 7px;
    font-size: 11px;
    bottom: 0;
    background-color: #000000 !important;
    color: #fff;
    width: 100%;
    text-align: center;
	margin-top:20px;

}
#footer a{color:#ffffff;padding: 0px 8px 0px 8px; border-right:solid 1px #ffffff;}
#footer a:hover{color: #f96374;}
.navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.lady-logo{position: absolute;    z-index: auto !important;left: 0;top: 50px;}
.lady-logo img{background: white;width: 55%;padding: 7px; border-radius: 0px 4px 4px 0px;}

@media (max-width: 1366px) {
	.partner-image img{width:73%;}
	lady-logo img{width: 50%;}
	
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active img{width: 83%;
    margin: auto;}
	.slider {
    margin-top: 67px !important;
}
	.form-btn {
    font-weight: 500;
    font-size: 13px;
    padding: 11.5px;
}
	.custom-menu li a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border-right: solid 1px #00000066;
    padding: 0px 15px 0px 15px;
    font-size: 13px;
}
	.mt-20 {margin-top: 12%;}
	.about-content p {font-size: 14px;}	
	
	.slider{max-width:35%;}
	.about-hed {margin: 0px;width: 350px;border-right: 41px solid transparent;
    border-bottom: 29px solid #000000ba;font-size:20px;}
	.about-main{max-width: 71%;}
.about-content {padding: 18px;padding-top: 11px;}
	.custom-menu ul {padding: 9px 18px 2px 5px;margin: inherit !important;}
	.custom-menu {padding-top: 0px;padding-bottom: 3px;}
	
}


@media (max-width: 767px) {
	
	.custom-menu {
    }
	.form-btn {
    position:absolute; background:none; color::#000000;}
	.form-btn a{color:#ffffff;}
#top-image {
    background-size: cover;
}
	.slider {max-width: 100%;}
	.about-main {max-width: 100%; padding: 0px;}
	.about-hed{width:200px;}
	
	.logo {
    width: 39%;
    padding: 5px;
    top: 0%;
    border-radius: 12px;
    left: 28%;
}
	.custom-menu {
    box-shadow: none;
    padding-top: 0px;
    margin: 0px 0px 0px 0px;
		padding-bottom: 0px;
		width: 100%;
}
	
	.social-icons img {
    margin-left: 3px;
    width: 22px;
}
	
	.social-icons {
    position: absolute;
    z-index: 9;
    top: 5px;
    right: 15px;
}
	.navbar .navbar-toggler {
    outline: 0;
    border-width: 0;
    border-radius: 0px;
}
	.custom-menu ul {
    padding: 0px;
    text-align: center;
    margin: 33px !important;background: #318289;
}
	.custom-menu li a {
    font-size: 18px;
    padding: 15px;border: none;
}
	.custom-menu li{border-bottom: dashed 0.5px #dedede;}
	.report {
    font-size: 16px !important;
    margin: 16px !important;
    border: none !important;
    margin-left: 0px;
}
	.info p {
    font-size: 12px;
    padding: 10px;
    line-height: 18px;
}
	.form-btn{right:30px;}	
	.navbar.scrolling-navbar.top-nav-collapse {
    background: none;
}
	
}</pre></body></html>