﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*, html {
    font-family: 'Poppins', sans-serif;
}
a:focus {
  outline: none !important;
}
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: transparent;
}
.btn:active {
    color: #d2232a !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
a {
    outline: 0 !important;
    text-decoration: none !important;
}
p {
    font-weight: 300;
    color: #5c5c5c;
}
button {
    outline: 0 !important;
}
h2.secTitle {
    font-size: 22px;
    color: #1d1d1d;
    font-weight: 600;
}
h2.secTitle.text-center {
    padding-left: 20px;
    padding-right: 20px;
}
h2.secTitle::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    bottom: 0;
    background: #b8b8b8;
    left: 0;
    z-index: 2;
}
h2.secTitle.text-center::before {
    left: 0;
    right: 0;
    margin: auto;
}
h2.secTitle.text-center::after {
    right: 0;
}
h2.sectionTitle.dark::before {
    background: #000;
}
input, input:focus, input.active, textarea {
    outline: 0 !important;
    box-shadow: none !important;
 }
.btn:focus, .btn.active {
    box-shadow: none !important;
    outline: 0 !important;
 }
.transition {
    transition: 0.5s !important;
}
.z-1 {
    z-index: 1 !important; 
}
.z-2 ?{
    z-index: 2 !important;
}
.fit-image {
    object-fit: cover;
}
.luminosity {
    background-blend-mode: luminosity;
}
.bg-cover {
    background-size: cover !important;
}
.section-padding {
    padding: 70px 0;
}
.sp-top {
    padding-top: 70px;
}
.sp-bottom {
    padding-bottom: 70px;
}
.rwcButton {
    color: #000;
    border: 3px solid #872481;
    padding: 12px 30px;
    border-radius: 30px;
}
.rwcButton:hover {
    color: #fff !important;
    background: #872481 !important;
    border-color: #872481;
}
.rwcButton.white {
    background: #fff;
}
.rwcButton.silver {
    background: #8e8f94;
}
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-pin:before { content: "\f100"; }
.flaticon-phone-call:before { content: "\f101"; }
.flaticon-envelope:before { content: "\f102"; }
/*---------------------------------------------------
:::::Header Section
---------------------------------------------------*/
.header {
    background: #000;
    z-index: 9999;
}
.header .socialIcons > ul > li i, footer .connectUs > ul > li i, .contactArea .socialIcons > ul > li i {
    width: 40px;
    height: 40px;
    background: #8e8f94;
    border: 2px solid;
}
.header .socialIcons > ul > li i::after, footer .connectUs > ul > li i::after, 
.contactArea .socialIcons > ul > li i::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: #872481;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s;
    border-radius: 50%;
}
.header .socialIcons > ul > li:hover i, footer .connectUs > ul > li:hover i, 
.contactArea .socialIcons > ul > li:hover i {
    border-color: #872481 !important;
}
.header .socialIcons > ul > li:hover i::after, footer .connectUs > ul > li:hover i::after, 
.contactArea .socialIcons > ul > li:hover i::after {
    transform: scale(1);
    opacity: 1;
}
.navbar.sticky {
    position: fixed !important;
    top: 0;
    transition: all 300ms ease-in-out;
    background: #000;
    padding: 10px 0;
    z-index: 999;
}
.navbar.sticky a.navbar-brand {
    width: 100px;
    top: -2px;
    transition: 0.5s;
}
.header .contactDetails li:nth-child(2) {
    border-right: 1px solid rgba(255,255,255,0.20);
}
.header nav {
  padding: 0 15px;
}
.header nav ul.navbar-nav {
    align-items: center;
}
.header nav ul.navbar-nav li a {
    margin: 0 2px;
    padding: 6px 20px !important;
    border-radius: 30px;
}
.header nav ul.navbar-nav li a img {
    margin-right: 10px;
}
.header nav ul.navbar-nav li a i {
    font-size: 16px;
}
.header nav ul.navbar-nav li a::before {
    content: '';
    width: 0%;
    position: absolute;
    height: 100%;
    background: #872481;
    top: 0;
    opacity: 0;
    left: 0;
    z-index: -1;
    border-radius: 30px;
    transition: 0.5s;
}
.header nav ul.navbar-nav > li > a:hover::before, .header nav ul.navbar-nav > li > a.active::before, 
.header .dropdown-menu a:hover::before {
    opacity: 1;
    width: 100%;
}
.header .navbar-expand-lg .navbar-nav li > a.dropdown-toggle::after {
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 0;
    margin-left: 8px;
    border-left: 0;
}
.header .dropdown-item:hover {
    background: transparent !important;
}


.header .dropdown{
    border-radius:0;
    border:0;
}
.header .dropdown-menu {
    background: #872481;
    border: 0;
    top: 100%;
    border-radius: 0;
    padding: 15px 15px 15px 12px;
    background: #000;
    border-radius: 0 0 12px 12px;
}
.header .dropdown-item:hover{
    background:#085ca5;
    color:#fff;
}
.header .dropdown-menu a:hover {
    padding-left: 18px;
    color: #ffbabd;
}
/*---------------------------------------------------
:::::Banner Section
---------------------------------------------------*/
/*.bannerSlider .owl-stage-outer .owl-item::before,*/ .innerBanner .item::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0));
    left: 0;
    z-index: 1;
    opacity: 0.9;
}
.bannerSlider .item h1 {
    font-size: 50px;
    padding: 0 150px;
 }
.bannerSlider .item h1 > span {
    color: #d4b02f;
}
.bannerSlider .owl-dots, .testiMonials .owl-dots {
    position: absolute;
    padding-left: 15px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0;
}
.bannerSlider .owl-dots button span, .testiMonials .owl-dots button span {
    width: 25px !important;
    height: 3px !important;
    margin: 0 10px 0 0 !important;
    background: #fff !important;
    transition: 0.5s all;
    border-radius: 0 !important;
}
.bannerSlider .owl-dots button.active span, .testiMonials .owl-dots button.active span {
    background: #872481 !important;
    transition: 0.5s;
}
/*---------------------------------------------------
:::::About Section
---------------------------------------------------*/
.aboutArea .imgBox {
    padding: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.40);
    border-radius: 3px;
}
.aboutArea p > strong {
    color: #000;
}
.aboutArea p {
    line-height: 30px;
}
/*---------------------------------------------------
:::::Guest Speakers Section
---------------------------------------------------*/
.guestSpeaker {
    background: url(../images/guest-speakers-bg.jpg) no-repeat;
    background-size: cover;
}
.guestSpeaker::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to right, rgba(255,255,255,0.95), rgba(142,143,148,0.95), rgba(255,255,255,0.95));
    left: 0;
    z-index: -1;
}
.guestSpeaker .itemBox {
    padding: 30px 15px;
    border-radius: 5px;
}
.guestSpeaker .itemBox h3 {
    font-size: 18px;
}
.guestSpeaker .itemBox p {
    font-size: 15px;
}
.guestSpeaker .itemBox ul li i {
    color: #8e8f94;
}
.guestSpeaker .row [class*="col-"] {
    margin-top: 30px;
}
.guestSpeaker .row [class*="col-"]:first-child, .guestSpeaker .row [class*="col-"]:nth-child(2), 
.guestSpeaker .row [class*="col-"]:nth-child(3) {
    margin-top: 0px;
}
.guestSpeaker .rwcButton {
    background: #872481;
}
.guestSpeaker .rwcButton:hover {
    background: #000 !important;
    color: #872481 !important;
}
/*---------------------------------------------------
:::::Sponsor Section
---------------------------------------------------*/
.sponsorSec .owl-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsorSec .owl-carousel .item > img {
    width: auto;
    filter: grayscale(100%);
    opacity: 0.67;
    transition: 0.5s;
}
.sponsorSec .owl-carousel .item:hover > img {
    opacity: 1;
    filter: grayscale(0%);
}
/*---------------------------------------------------
:::::Footer Section
---------------------------------------------------*/
footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    font-size: 15px;
}
footer p {
    line-height: 28px;
}
footer::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.90);
    left: 0;
    z-index: -1;
}
footer .findOut > ul > li {
    margin-bottom: 18px;
}
footer .findOut > ul > li > a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    display: inline-block;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    margin-right: 12px;
    vertical-align: middle;
    transition: 0.5s;
}
footer .findOut > ul > li > a:hover , footer .connectUs > ul > li > a:hover, footer .copyright > p > a:hover, 
footer .findOut > ul > li > a.active {
    color: #872481 !important
}
footer .findOut > ul > li > a:hover::before, footer .findOut > ul > li > a.active::before {
    margin-right: 8px;
    border-color: #872481;
}
footer .copyright {
    border-top: 1px solid rgba(255,255,255,0.30);
}
/*---------------------------------------------------
:::::Guest Speaker Section
---------------------------------------------------*/
.guestspeakerArea .itemBox {
    background: #f3f3f3 !important;
    margin-top: 150px;
}
.guestspeakerArea .itemBox > .imgBox {
    margin-top: -100px;
}
.guestspeakerArea .itemBox > .imgBox > img {
    border: 6px solid rgba(142, 143, 148, 0.30);
}
.guestspeakerArea .itemBox > .imgBox h2 {
    font-size: 25px;
}
.guestspeakerArea .itemBox > .imgBox h2 > small {
    font-size: 16px;
    color: #872481;
}
.guestspeakerArea .itemBox a {
    color: #872481;
    word-break: break-word;
}
.guestspeakerArea .itemBox a:hover {
    color: #000;
}
.guestspeakerArea .itemBox a > i {
    width: 40px;
    height: 40px;
    border: 2px solid #8e8f94;
}
.guestspeakerArea .itemBox a:hover > i {
    color: #fff;
    background: #872481 !important;
    border-color: #872481;
}
.guestspeakerArea .itemBox > .contentBox > strong {
    font-size: 22px;
}
.guestspeakerArea .itemBox > .contentBox ul li {
    margin-bottom: 10px;
    padding-left: 30px;
}
.guestspeakerArea .itemBox > .contentBox ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 600;
    color: #872481;
    margin-right: 10px;
    top: -4px;
    position: absolute;
    left: 0;
}
/*---------------------------------------------------
::::: Section
---------------------------------------------------*/




/*---------------------------------------------------
::::: Section
---------------------------------------------------*/





/*---------------------------------------------------
:::::Contact Page Section
---------------------------------------------------*/
.contactArea .contactDetails {
    background: url(../images/contact.jpg) no-repeat #872481;
    background-size: cover;
    background-blend-mode: luminosity;
    padding: 50px 30px;
}
.contactArea .contactDetails::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(135, 36, 129, 0.90);
    left: 0;
    z-index: -1;
}
.contactArea .contactDetails ul.descrip > li {
    padding-left: 80px !important;
    border-radius: 10px;
}
.contactArea .socialIcons > ul > li i::after {
    background: #fff;
}
.contactArea .socialIcons > ul > li:hover i::before, .contactArea .contactDetails ul.descrip > li:hover > a {
    color: #872481 !important;
}
.contactArea .contactDetails ul.descrip > li > a {
    font-size: 15px;
}
.contactArea .contactDetails ul.descrip > li > a > strong {
    color: #000;
}
.contactArea .contactDetails ul.descrip > li > i::before {
    margin: 0;
    font-size: 25px;
}
.contactArea .contactDetails ul.descrip > li > i {
    width: 65px;
    height: 100%;
    top: 0;
    background: #000;
    left: 0;
}
.contactArea .socialIcons {
    border-top: 1px solid rgba(255,255,255,0.20)
}
.contactArea .socialIcons > ul > li i {
    background: #000;
}
.contactArea form input, .contactArea form textarea {
    background: #f7f7f7;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
}
.contactArea form input::placeholder, .contactArea form textarea::placeholder {
    color: #000;
}
.contactArea form .row [class*="col-"] {
    margin-bottom: 30px;
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 1%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 0%;
    width: 100%;
}
/*---------------------------------------------------
:::::Back To Top Section
---------------------------------------------------*/
.back-to-top {
    visibility: hidden;
    background: #8e8f94;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 90;
    cursor: pointer;
    border-radius: 1px;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .5s;
}
.back-to-top i {
    font-size: 16px;
    color: #000;
    transition: all .5s;
}
.back-to-top:hover {
    background: #872481;
    opacity: 1
}
.back-to-top:hover i {
    color: #fff;
}
.back-to-top.show {
    visibility: visible;
    bottom: 35px;
    opacity: 1;
}
/*---------------------------------------------------
:::::Media Query Responsive
---------------------------------------------------*/
@media only screen and (max-width: 1199px) {
    .bannerSlider .item h1 {
        font-size: 40px;
    }
    .guestSpeaker .itemBox p {
        font-size: 14px;
    }
    footer h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .section-padding {
        padding: 50px 0;
    }
    .sp-top {
        padding-top: 50px;
    }
    .sp-bottom {
        padding-bottom: 50px;
    }
    .header .navbar-brand {
        width: 120px;
    }
    .navbar.sticky {
        padding: 0;
        height: 50px;
    }
    .navbar.sticky .socialIcons {
        left: 0;
        top: 5px;
    }
    .navbar.sticky > .container {
        top: 0;
        position: absolute !important;
        left: 0;
        right: 0;
    }
    .navbar.sticky > .container > .toggle {
        top: auto !important;
    }
    .navbar.sticky > .container ul.navbar-nav.ml-auto.navbar-light {
        margin: 0;
        transform: translate(0px, 82px);
    }
    .header .top-header .fa-phone-alt, .header .top-header .fa-envelope {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 5px;
    }
    .header .top-header .lcmButton {
        padding: 2px 10px;
        font-size: 13px;
    }
    .header nav .navbar-toggler {
        color: #d4b02f;
        border: 0;
    }
    .header nav ul.navbar-nav {
        padding: 40px 0 10px;
        background: #fff;
        pointer-events: auto;
    }
    .header nav div#navbarCollapse {
        z-index: 9;
        pointer-events: none;
        position: absolute;
        width: 100%;
        top: 100%;
    }
    .header nav ul.navbar-nav > li > a {
        font-size: 16px;
        margin: 2px 0 !important;
        padding: 8px 30px !important;
        color: #242424 !important;
    }
    .header .dropdown-menu {
        position: absolute !important;
    }
    .header .navbar-expand-lg .navbar-nav li > a.dropdown-toggle::after {
        border-color: #000;
    }
    .header .dropdown-menu {
        background: #000 !important;
        margin: 0;
        padding: 15px;
    }
    .header .toggle {
        position: absolute;
        display: block;
        cursor: pointer;
        top: 13px;
        right: 0;
        z-index: 9;
        padding: 0;
    }
    .header .toggle span {
        display: block;
        background: #8e8f94;
        width: 38px;
        height: 4px;
        border-radius: 0;
        -webkit-transition: 0.25s margin 0.25s, 0.25s transform;
        -webkit-transition: 0.25s margin 0.25s, 0.25s -webkit-transform;
        transition: 0.25s margin 0.25s, 0.25s -webkit-transform;
        transition: 0.25s margin 0.25s, 0.25s transform;
        transition: 0.25s margin 0.25s, 0.25s transform, 0.25s -webkit-transform;
    }
    .header .toggle span:nth-child(1) {
        margin-bottom: 8px;
    }
    .header .toggle span:nth-child(3) {
        margin-top: 8px;
    }
    .header .toggle.active span {
        -webkit-transition: 0.25s margin, 0.25s transform 0.25s;
        -webkit-transition: 0.25s margin, 0.25s -webkit-transform 0.25s;
        transition: 0.25s margin, 0.25s -webkit-transform 0.25s;
        transition: 0.25s margin, 0.25s transform 0.25s;
        transition: 0.25s margin, 0.25s transform 0.25s, 0.25s -webkit-transform 0.25s;
    }
    .header .toggle.active span:nth-child(1) {
        margin-top: 13px;
        margin-bottom: -4px;
    }
    .header .toggle.active span:nth-child(1),
    .header .toggle.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header .toggle.active span:nth-child(3) {
        margin-top: -4px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .bannerSlider .item h1 {
        font-size: 25px;
        padding: 0 100px;
    }
    .header .socialIcons {
        position: absolute;
        left: 0;
        top: 7px;
        right: 0;
    }
    .header .socialIcons > ul {
        justify-content: center;
    }
    .aboutArea .row [class*="col-"]:first-child, .contactArea .row [class*="col-"]:first-child {
        margin-bottom: 20px;
    }
    .guestSpeaker .row [class*="col-"]:nth-child(3) {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 30px 0;
    }
    .sp-top {
        padding-top: 30px;
    }
    .sp-bottom {
        padding-bottom: 30px;
    }
    .header .toggle {
        top: 10px;
    }
    .navbar.sticky .socialIcons {
        top: 7px;
    }
    .header .socialIcons {
        top: 6px;
    }
    .header .socialIcons > ul > li i {
        width: 36px;
        height: 36px;
        font-size: 13PX;
    }
    .header .navbar-brand {
        width: 100px;
    }
    .bannerSlider .item h1 {
        padding: 0 50px;
    }
    .bannerSlider .item h1 > span > br {
        display: none !important;
    }
    h2.secTitle {
        font-size: 25px;
    }
    .bannerSlider .owl-dots, .testiMonials .owl-dots {
        bottom: 10px;
    }
    h2.secTitle {
        font-size: 20px;
    }
    .guestSpeaker .row [class*="col-"]:nth-child(2) {
        margin-top: 30px;
    }
    footer .row [class*="col-"]:nth-child(2) {
        border-top: 1px solid rgba(255,255,255,0.10);
        margin: 15px 0;
        border-bottom: 1px solid rgba(255,255,255,0.10);
        padding-top: 15px;
        padding-bottom: 15px;
        display: block !important;
    }
}
@media only screen and (max-width: 575px) {
    .section-padding {
        padding: 20px 0;
    }
    .sp-top {
        padding-top: 20px;
    }
    .sp-bottom {
        padding-bottom: 20px;
    }
    .navbar.sticky {
        height: 42px;
    }
    .navbar.sticky a.navbar-brand {
        width: 80px;
        margin-left: 5px;
    }
    .navbar.sticky > .container > .toggle {
        right: 5px;
    }
    .header .navbar-brand {
        width: 70px;
    }
    .header .socialIcons > ul > li i {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .header .toggle span {
        width: 25px;
        height: 2px;
    }
    .header .toggle span:nth-child(3) {
        margin-top: 6px;
    }
    .header .toggle span:nth-child(1) {
        margin-bottom: 6px;
    }
    .header .toggle.active span:nth-child(1) {
        margin-bottom: -2px;
    }
    .header .toggle.active span:nth-child(3) {
        margin-top: -3px;
    }
    .header .socialIcons {
        top: 5px;
    }
    .header .toggle {
        top: 11px;
    }
    .bannerSlider .item > img {
        height: 200px;
        object-fit: cover;
    }
    .bannerSlider .item h1 {
        font-size: 18px;
        padding: 0 15px !important;
    }
    .bannerSlider .item .rwcButton {
        margin-top: 15px !important;
    }
    .rwcButton {
        border: 2px solid #872481;
        padding: 6px 22px;
    }
    .bannerSlider .owl-dots, .testiMonials .owl-dots {
        bottom: 0px;
    }
    .guestSpeaker .itemBox img {
        margin-bottom: 15px;
    }
    .guestSpeaker .itemBox, .guestSpeaker .itemBox ul {
        text-align: center;
        justify-content: center;
    }
    .contactArea .contactDetails {
        padding: 15px;
    }
    .contactArea .contactDetails p, .contactArea .contactDetails a {
        font-size: 13px !important;
        word-break: break-word;
    }
    .contactArea .contactDetails ul.descrip > li > a > strong {
        font-size: 16px;
    }
    .guestspeakerArea .itemBox > .imgBox {
        margin-top: -100px;
        display: block !important;
        text-align: center;
    }
    .guestspeakerArea .itemBox > .imgBox > .descrip {
        margin-left: 0 !important;
    }
    .guestspeakerArea .itemBox > .imgBox > .descrip > ul {
        justify-content: center;
    }
    .guestspeakerArea .itemBox > .imgBox > .descrip > h2 {
        margin-top: 15px;
        font-size: 20px;
    }
    .guestspeakerArea .itemBox > .contentBox {
        text-align: center;
        font-size: 13px;
    }
    .guestspeakerArea .itemBox > .contentBox > strong {
        font-size: 18px;
    }
    .guestspeakerArea .itemBox > .contentBox > strong, .guestspeakerArea .itemBox > .contentBox ul li {
        text-align: left;
    }
}