*{
    padding: 0;
    margin: 0;
}
body{
    color: #595959 !important;
    letter-spacing: 0.05em;
    font-size: 16px;
    background: #fff;
}
body::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
body::-webkit-scrollbar-button {
    width: 0; 
    height: 0;
    display: none;
}
body::-webkit-scrollbar-corner {
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0,0,0,.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}
img{
    object-fit: cover;
}
::placeholder{
    color: #595959;
}
a{
    text-decoration: none;
    color: #204d74;
}
a:hover{
    text-decoration: none;
    color: #204d74;
}
.form-control{
    min-height: 45px;
}
select{
   height: 45px !important; 
}
.form-check input{
    display: none;
}
.form-check label{
    background-color: transparent;
    border: 1px solid #204d74;
    padding: 5px 15px;
    border-radius: 20px;
    color: #204d74;
    margin-bottom: 7px;
}
.form-check input:checked + label{
    background-color: #204d74;
    color: #fff;
    border-color: #204d74;
}
.wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.form-control:focus{
    border-color: #5763de59;
    box-shadow: 0 0 0 0.2rem rgb(87 99 222 / 13%);
}
.btn.focus, .btn:focus{
    box-shadow: 0 0 0 0.2rem rgb(87 99 222 / 13%);
}
.form-group{
    margin-bottom: 20px;
}
.navbar{
    padding: 0;
}
.navbar-nav li{
    margin-right: 0px;
    line-height: 40px;
}
.navbar-nav li a{
    color: #4F4F4F !important;
    transition: 0.4s ease all;
}
.navbar-nav li a:hover{
    color: #aadc45 !important;
}
.navbar-nav .custom-btn{
    padding: 7px 25px;
    border-radius: 5px;
}
.navbar .dropdown-menu{
    border: 0;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 30%);
    /*box-shadow: (0px 4px 4px rgba(0, 0, 0, 0.25));*/
    border-radius: 10px;
    margin-top: -5px;
}
.navbar .dropdown-menu .dropdown-item{
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    transition: 0.4s ease all;
}
.navbar .dropdown-menu .dropdown-item .sub-menu .dropdown-item.no-submenu a{
     color: #222 !important;
}
.navbar .dropdown-menu .dropdown-item .sub-menu .dropdown-item.no-submenu:hover a{
     color: #fff !important;
}
.navbar .dropdown-menu .dropdown-item:hover{
    background: #5763DE;
}
.navbar .dropdown-menu .dropdown-item:hover a{
    color: #fff !important;
}
.custom-btn{
    background-color: #aadc45;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    box-shadow: 4px 10px 25px rgba(87, 99, 222, 0.15);
    transition: 0.4s ease all;
    padding: 11px 24px;
    font-size: 18px;
}
.custom-btn i{
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all;
}
.custom-btn:hover i{
    opacity: 1;
    visibility: visible;
    margin-left: 3px;
}
.custom-btn:hover{
    box-shadow: 0px 2px 20px rgb(87 99 222 / 50%);
    color: #fff;
}
.ham-menu i{
    vertical-align: -webkit-baseline-middle;
    color: #171717;
    font-size: 20px;
}
.banner-img{
    width: 100%;
    /*height: 400px;*/
    border-radius: 5px;
}
.banner-text h2{
    font-size: 53px;
    width: 80%; 
    color: #222226;
}
.banner-text h2 span{
    color: #5763de;
}
.banner-text p{
    width: 96%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}
.banner-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.social-icons{
    background: #E9E9E9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease all;
}
.social-icons i{
    color: #5763DE;
    transition: 0.4s ease all;
}
.social-icons:hover{
    background: #5763DE;
    /*box-shadow: 4px 10px 25px rgba(87, 99, 222, 0.15);*/
}
.social-icons:hover i{
    color: #fff;
}
/*.social-icons-wrap{*/
/*    position: absolute;*/
/*    left: -100px;*/
/*    transform: rotate(-90deg);*/
/*    bottom: 50%;*/
/*    z-index: 1;*/
/*}*/
.banner-wrap{
    position:relative;
}
.social-icons{
    /*transform: rotate(90deg);*/
    margin-right: 10px;
}
/*.social-icons-wrap span{*/
/*    margin-right: 10px;*/
/*    font-family: 'Cabin', sans-serif;*/
/*    color: #4F4F4F;*/
/*    font-weight: 700;*/
/*    letter-spacing: 2px;*/
/*    font-size: 14px;*/
/*}*/
.bg-img{
    background-color: #eee;
    background-image: url('../images/bg-signup.png');
    width: 100%;
    /*height: 500px;*/
    background-size: cover;
    padding: 150px 0;
    border-radius: 20px;
}
.bg-img h2{
    font-size: 52px;
    color: #fff;
    width: 60%;
    margin: 0 auto;
}
.get-started{
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}
.get-started input{
    width: 40%;
    background: transparent;
    border: 1px solid #fff;
    height: 46px;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    color: #fff;
}
.get-started input::placeholder{
    color: #fff;
}
.get-started input:focus{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.get-started button{
    position: relative;
    top: -3px;
    left: -6px;
    border-radius: 0 10px 10px 0;
    padding: 10px 30px;
    background-color: #fff;
    color: #000;
}
.get-started-wrap{
    position: relative;
}
.get-started-wrap img{
    position: absolute;
    right: -90px;
    top: 150px;
}
.sign-up-form{
    background: #fff;
    padding: 40px;
    /*box-shadow: 15px 20px 80px rgba(0, 0, 0, 0.15);*/
    box-shadow: 8px 16px 20px rgb(0 0 0 / 10%);
}
.sign-up-form input{
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.sign-up-form textarea{
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.get-in-touch{
    font-size: 30px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
    color: #0D152E;
}
.sign-up-form p{
    text-align: center;
    color: #81838C;
    font-size: 14px;
    margin-bottom: 30px;
}
.get-in-touch a{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
}
.get-in-touch-wrap{
    position: relative;
    width: 55%;
    margin: 0 auto;
    margin-top: 100px !important;
}
.get-in-touch-wrap img{
    position: absolute;
    right: -400px;
    top: -20px;
}
.sign-up-form .form-group{
    margin-bottom: 20px;
}
.sign-up-form .form-group input{
    padding-bottom: 20px;
}
.sign-up-form button{
    letter-spacing: 2px;
}
.quick-links{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.quick-links a{
    margin-left: 30px;
}
.quick-links a{
    text-decoration: none;
    color: #595959;
    font-weight: 600;
    transition: 0.4s ease all;
}
.quick-links a:hover{
    color: #5763DE;
}
.quick-links a.active{
    color: #5763DE;
}
.footer-top{
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}
.footer{
    background: #fff;
}
.footer .footer-bottom{
    padding-top: 10px;
    padding-bottom: 30px;
}
.footer .footer-bottom .social-icons-wrap{
    position: static;
    transform: none;
}
.footer .footer-bottom .social-icons-wrap .social-icons{
    transform: none;
}
.footer .footer-bottom p{
    color: #a1a1a1;
    margin-bottom: 0;
    font-size: 14px;
}
.social-links{
    margin-right: 137px;
    margin-top: 50px;
}
.social-links span{
    color: #fff;
}
.social-links a{
    margin-left: 10px;
}
.dash{
    width: 80px;
    height: 1px;
    background-color: #fff;
    display:inline-block;
    position: relative;
    top: -4px;
}

.footer .footer-bottom .social-icons-wrap span{
    font-size: 13px;
}
.footer .footer-bottom .social-icons-wrap .dash{
    width: 80px;
    height: 1px;
    background-color: #6C6C6C;
    display:inline-block;
    position: relative;
    top: -4px;
}
.footer .footer-bottom .social-links {
     margin-right: 0; 
     margin-top: 0; 
}
.footer .footer-bottom .social-links span {
     color: #333; 
}
.events-wrap{
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}
.half-circle{
    position: absolute;
    left: -153px;
    bottom: -17%;
}
.events-wrap .nav-pills .nav-link{
    background: transparent;
    color: #AEAEAE;
    font-size: 25px;
}
.events-wrap .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #222226;
    font-weight: 600;
}
.events-wrap .nav-pills{
    border-left: 2px solid #C4C4C4;
}
.events-wrap .nav-pills .nav-link.active{
    position: relative;
}
.events-wrap .nav-pills .nav-link.active:before{
    content: '';
    width: 4px;
    height: 100%;
    display: inline-block;
    background-color: #5763de;
    position: absolute;
    left: -3px;
    top: 0;
    border-radius: 10px;
}
.events-filter{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.events-filter select{
    height: 50px !important;
    background: #F4F4F4;
    border: 0;
}
.events-filter input{
    height: 50px !important;
    background: #F4F4F4;
    border: 0;
}
.events-box{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 24px 24px -1px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}
.event-content{
    padding: 10px 20px;
    background: #fff;
    border-radius: 0 0 20px 20px;
}
.event-content .col-2 p{
    color: #5763de;;
}
.event-content .col-2 p strong{
    color: #222226;
}
.event-content .col-10 h4{
    font-size: 16px;
    color: #222226;
    line-height: 24px;
}
.event-content .col-10 p{
    font-size: 14px;
    margin-bottom: 0;
}
.events-box, .event-tags{
    transition: 0.4s ease all;
    cursor: pointer;
}
/*.events-box:hover{*/
/*    margin-top: -5px;*/
/*}*/
.events-box:hover .event-tags{
    margin-top: -5px;
}
.event-tags span{
    background: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    color: #222226;
    margin-left: 20px;
    font-weight: 600;
}
.event-tags a{
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    text-decoration: none;
}
.upload{
    color: #595959;
}
.heart i{
    color: #EF4444;
}
.heart .fa-heart-o{
    display: none;
}
.event-tags{
    position: absolute;
    top: 20px;
    width: 100%;
}
.event-content-wrap{
    position: relative;
}
.event-content-wrap .shape1{
    position: absolute;
    right: -70px;
}
.event-content-wrap .dots1{
    position: absolute;
    left: -16%;
    top: 5%;
    width: 12%;
}
.community-wrap{
    margin-top: 100px;
}
.community-wrap h3{
    font-size: 30px;
    font-weight: 600;
    color: #222226;
}
.community-wrap p{
    font-size: 20px;
}
.circle{
    background-color: #fff;
    box-shadow: 3px 7px 40px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid transparent;
    transition: 0.4s ease all;
}
.circle-text{
    font-size: 18px !important;
    font-weight: 600;
    color: #222226;
}
.circle:hover{
    box-shadow: 3px 7px 40px rgb(89 99 222 / 40%);
}
.circle:hover .circle-text{
    margin-top: -5px;
}
.custom-top{
    margin-top: 80px;
}
.row.mt-5.event-content-wrap{
    margin-top: 20px !important;
}

/*login*/
.login-wrap .banner-section img{
    height: 100%;
    border-radius: 0 0 0px 30px;
}
.container-fluid.login-wrap{
    padding: 0;
}
.login-form{
    padding: 40px 100px;
}
.login-form .text-right i{
    font-size: 20px;
    color: #171717;
}
.login-form h2{
    font-weight: bold;
    font-size: 50px;
    color: #171717;
}
.new-account span{
    color: #707070;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}
.new-account span a{
    font-weight: bold;
    color: #171717;
}
.login-text span{
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #AEAEAE;
}
.login-form .input-group{
    height: 50px;
    border-bottom: 1px solid #eee;
}
.login-form .input-group input{
    /*border: 0;*/
    font-weight: 600;
    color: #171717;
}
.login-form .input-group .input-group-text{
    border: 0;
    background: #fff;
}
.forgot-psw a{
    font-size: 14px;
    color: #AEAEAE;
}
.social-login p{
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #171717;
    display: inline-block;
}
.social-login p:before{
    content: '';
    width: 94px;
    height: 1px;
    background-color: #171717;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 20px;
}
.social-login p:after{
    content: '';
    width: 94px;
    height: 1px;
    background-color: #171717;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 20px;
}
.social-login-icons a{
    margin-right: 20px;
}

/*event*/
.event-banner-wrap{
    background-color: #eee;
    background-image: url('../images/event-bg.jpg');
    padding: 40px 0 20px 0;
    background-size: cover;
}
.event-banner{
    background-image: url('../images/imgpsh_fullsize_anim.png');
    padding: 40px 0;
    background-size: cover;
}
.w-65{
    width: 65%;
}
.event-banner-wrap .banner-text h2 span {
    color: #5763DE;
}
.event-banner-wrap .banner-text p{
    width: 100%;
}
.download-brochure{
    color: #5763DE;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration-line: underline;
    transition: 0.4s ease all;
}
.event-banner-wrap .social-icons-wrap{
    position: static;
    transform: none;
    margin-top: 30px;
    text-align: center;
}
.event-banner-wrap .social-icons{
    transform: none;
    background: #fff;
}
.event-banner-wrap .social-icons:hover{
    background-color: #5763DE;
}
.event-banner-wrap .social-icons:hover i{
    color: #fff;
}
.event-banner-wrap .social-icons-wrap span:before{
    content: '';
    width: 100px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -5px;
}
.partner-section img{
    margin-right: 40px;
}
.partner-section a{
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #5763DE;
    transition: 0.4s ease all;
}
.partner-section a i{
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all;
}
.partner-section a:hover i{
    opacity: 1;
    visibility: visible;
    margin-left: 15px;
}
.speaker-section{
    margin-top: 100px;
}
.speaker-section h2{
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    color: #20194A;
}
.speaker-section h2:before{
    content: '';
    width: 140px;
    height: 4px;
    left: 80px;
    background-color: #5763DE;
    display: block;
    margin-left: -80px;
    margin-bottom: 30px;
}
.speaker-text p{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #20194A;
}
.speaker-text p span{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
}
.mt-100{
    margin-top: 100px;
}
.mt-200{
    margin-top: 200px;
}
.mt-minus-100{
    margin-top: -100px;
}
.total-speaker-text p{
    font-weight: 500;
    font-size: 80px;
    line-height: 95px;
    letter-spacing: -0.0675em;
    color: #20194A;
    display: inline-block;
}
.total-speaker-text span{
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #807474;
    width: 43%;
    display: inline-block;
    text-align: left;
    position: relative;
    top: 40px;
    margin-left: 10px;
}


/*submenu*/
.dropdown-item{
    position: relative;
}
.dropdown-item .sub-menu{
    list-style: none;
    background: #fff;
    padding: 10px 0;
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 30%);
    border-radius: 5px;
    display: none;
}
.dropdown-item .sub-menu .submenu-item{
    margin-right: 0;
    padding: 10px 20px;
    transition: 0.4s ease all;
}
.dropdown-item .sub-menu .submenu-item:hover{
    background-color: #5763DE;
}
.navbar .dropdown-menu .dropdown-item:hover .sub-menu .submenu-item a {
    color: #4F4F4F !important;
}
.navbar .dropdown-menu .dropdown-item .sub-menu .submenu-item:hover a{
    color: #fff !important;
}

.nav-item.dropdown.dropdown-show .dropdown-menu {
    display: block;
}
.dropdown-item.has-menu.submenu-show .sub-menu{
    display: block;
    z-index: 9;
}

/*nested menu*/
.dropdown-item.has-menu.submenu-item .sub-menu{
    display: none;
}
.dropdown-item.has-menu.submenu-item.submenu-show .sub-menu{
    display: block;
}
.dropdown-item.has-menu.submenu-item.submenu-show .sub-menu .submenu-item a{
    color: #4F4F4F !important;   
}
.dropdown-item.has-menu.submenu-item.submenu-show .sub-menu .submenu-item:hover a{
    color: #fff !important;   
}

/*fixed-header*/
.navbar{
    transition: 0.4s ease all;
}
.fixed-header {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    height: 75px;
    box-shadow: 0 4px 20px 2px rgb(0 0 0 / 15%);
}
.fixed-header .navbar-brand img{
    width: 80%;
}

/*community*/
.communities-wrap{
    background-color: #eee;
    background-image: url(../images/small-bg.png);
    padding: 60px 0;
    background-size: cover;
    text-align: center;
}
.article-wrap h4:before{
    content: '';
    width: 4px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    background-color: #5763DE;
}
.side-bar{
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 20px 2px rgb(0 0 0 / 15%);
    /*height: 100%;*/
    padding: 0 !important;
}
.side-bar img{
    width: 80px;
    height: 60px;
    border-radius: 5px;
}
.side-events-box .event-content{
    padding: 0 20px;
    border-radius: 0;
}
.side-events-box .event-content h4{
    font-size: 14px;
    margin-bottom: 0;
    color: #22222c;
}
.side-events-box .event-content span{
    display: block;
    font-size: 14px;
    color: #adacab;
}
.side-bar .col-12{
    padding: 20px 15px;
    border-bottom: 1px solid #eae6e6;
}
.video-wrap .event-content {
    padding: 15px;
    padding-top: 0;
}
.video-wrap .event-content h4{
    font-size: 16px;
    color: #222226;
}
.video-wrap .event-content p{
    font-size: 12px;
}
.events-box iframe{
    border-radius: 20px;
}
.details-img{
    height: 300px;
    border-radius: 20px;
}
.event-content p{
    line-height: 30px;
}
/*.event-content span.d-inline-block{*/
/*    color: #5763de;*/
/*}*/
.article-details-wrap .event-content{
    padding: 0;
    margin-top: 5px;
}
.article-details-wrap .event-content p.mb-0{
    color: #bdbcbc;
}
.article-details-wrap h4{
    font-size: 30px;
    line-height: 40px;
}
.related-wrap h4{
    color: #22222c !important;
}
.related-wrap .events-box:hover{
    margin-top: 0;
}
.side-bar form input{
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.social-share{
    background: #E9E9E9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease all;
    margin-right: 10px;
}
.social-share i{
    color: #aadc45;
    transition: 0.4s ease all;
}
.social-share:hover{
    background: #00304c;
}
.social-share:hover i{
    color: #fff;
}
.video-details-wrap .event-content{
    padding: 0;
}
.pd-0{
    padding: 0;
}
.pd-10{
    padding: 10px;
}
.pd-20{
    padding: 20px;
}
.related-wrap .event-content{
    padding: 10px 20px;
}
.related-wrap  h4{
    font-size: 1.5rem;
}
.sidebar-related{
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #22222c;
}
.sidebar-related:before{
    content: '';
    width: 4px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    background-color: #5763DE;
}
.article-details-wrap p.mb-3 {
    color: #bfbebe;
}
.event-content .custom-btn i{
    opacity: 1;
    visibility: visible;
}
.event-content .custom-btn:hover i{
    margin-left: 0px;
}
.video-details-wrap h5 {
    font-size: 30px;
    line-height: 40px;
}
/*.login-wrap.signup-wrap{*/
/*    padding: 30px 100px;*/
/*}*/
.interest-section label{
    background-color: #fff;
    color: #595959;
    border: 1px solid #b3b1b1;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}
.interest-section input{
    display: none;
}
.interest-section input:checked + label{
    background-color: #5763DE;
    border: 1px solid #5763DE;
    color: #fff;
}
.interest-section p{
    color: #171717;
    font-weight: 600;
}
.navbar .my-account .dropdown-menu .dropdown-item:hover{
    background-color: #fff;
}
.navbar .my-account .dropdown-menu .dropdown-item{
    margin-bottom: 0;
}
.profile-form{
    padding: 70px 100px;
}
/*.profile-form input{*/
/*    border-radius: 0;*/
/*    border: 0;*/
/*    border-bottom: 1px solid #ddd;*/
/*}*/
/*.profile-form select{*/
/*    border-radius: 0;*/
/*    border: 0;*/
/*    border-bottom: 1px solid #ddd;*/
/*}*/

/*event side box*/
.nav-pills .nav-link.active .events-side-box{
    display: flex;
    border-radius: 10px;
    background: #aadc45;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.nav-pills .nav-link.active .events-side-box img{
    width: 100px;
    height: 80px;
    border-radius: 10px;
}
.nav-pills .nav-link.active .events-side-box .event-content{
    display: flex;
    background: transparent;
    padding: 0px 10px;
    flex-direction: column;
}
.nav-pills .nav-link.active .events-side-box .event-content h4{
    color: #fff;
    font-size: 15px;
}
.nav-pills .nav-link.active .events-side-box .event-content p{
    color: #fff;
    font-size: 13px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: transparent;
}
.events-side-box{
    display: flex;
    border-radius: 10px;
    background: #fff;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: 4px 4px 8px 0px rgb(87 99 222 / 20%);
    transition: 0.4s ease all;
}
.feed-wrap{
    border-radius: 10px;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 20px 0px rgb(208 211 202);
    transition: 0.4s ease all;
}
.feed-wrap:hover{
    box-shadow: 0px 0px 25px 3px rgb(208 211 202);
}
.feed-wrap.nav-link.active{
    background: #00304c;
    color: #fff !important;
}
.events-side-box:hover{
    box-shadow: 8px 8px 16px 0px rgb(87 99 222 / 20%);
}
.events-side-box img{
    width: 100px;
    height: 80px;
    border-radius: 10px;
}
.events-side-box .event-content{
    display: flex;
    background: transparent;
    padding: 0px 10px;
    flex-direction: column;
}
.events-side-box .event-content h4{
    color: #595959;
    font-size: 15px;
}
.events-side-box .event-content p{
    color: #595959;
    font-size: 13px;
}
.tab-pane img{
    height: 200px;
}
.partcipents-registered{
    list-style: none;
    /*padding-left: 20px;*/
}
.partcipents-registered li{
    margin-bottom: 15px;
}
.partcipents-registered li:before{
    content: '\f007';
    font-family: fontAwesome;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 12px;
    background: #5763de;
    border-radius: 50%;
    width: 22px;
    height: 22px;
}
.edit-profile-logo{
    position: absolute;
    left: 102px;
    z-index: 1;
}
.multi-select{
    width: 100%;
}
.multi-select-wrap .select2-container--default .select2-selection--multiple {
    min-height: 38px;
    border: 1px solid #ced4da !important;
}
.multi-select-wrap{
    position: relative;
}
.multi-select-wrap i{
    position: absolute;
    right: 19px;
    font-weight: 700;
    color: #000;
    bottom: 12px;
}
.select-category{
    position: relative;
    top: 30px;
    z-index: 1;
    left: 20px;
}
.select-category.span-up{
    position: static;
}
/*.my-feed .nav-pills .nav-link.active, .nav-pills .show>.nav-link {*/
/*    color: #5763de;*/
/*}*/
.my-feed .nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: #595959;
}
.page-links li{
    list-style: none;
    margin-bottom: 15px;
    transition: 0.4s ease all;
    /* margin-left: 15px; */
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.page-links img{
    width: 60px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
}
.page-links p{
    margin-bottom: 5px;
}
.page-links p.text-secondary{
    font-size: 12px;
}
.page-links li a{
    color: #595959;
    font-size: 14px;
    transition: 0.4s ease all;
    display: inline-block;
}
.page-links li:hover a{
    color: #aadc45;
    margin-left: 3px;
}
.profile-form h2{
    color: #2F2F2F;
    margin-bottom: 30px;
}
.profile-image span{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.profile-image span img{
    border-radius: 50%;
}
.edit-profile-img{
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background-color: #5763de;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.edit-profile-img:hover{
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #5763de !important;
    border: 1px solid #5763de !important;
    color: #fff;
}
.account-text p{
    color: #707070;
    font-size: 14px;
}
.img-box{
    background: #5763de;
    min-height: 100vh;
    padding: 40px 60px;
    border-radius: 0 0 0 50px;
    height: 800px;
    max-height: 1024px;
}
.sign-up-wrap{
    width: 100%;
    height: 100vh;
    background: url('../images/Side BG.png');
    /*background-size: cover;*/
    padding: 250px 60px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    max-height: 1024px;
    height: 816px;
    
}
.sign-up-wrap i{
    color: #F9A755;
}
.sign-up-wrap p{
    color: #fff;
}
.profile-section img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.profile-section span{
    color: #8390B6;
}
.profile-section .row{
    display: flex;
    align-items: center;
}
.profile-section p{
    margin-left: 10px;
    margin-bottom: 0;
}
.profile-section span{
    margin-left: 10px;
}
.news-feed{
    border: 0.5px solid #aeaeae61;
    padding: 15px;
    border-radius: 10px;
}
.news-feed i{
    color: #5763DE;
}
.news-feed a{
    color: #5763DE;
    font-weight: bold;
}
.news-feed img {
    height: auto;
}

/*contact-us-content*/
.contact-us{
    border-right: 1px solid #5763DE;
    padding-right: 30px;
}
.contact-us-content h2{
    line-height: 50px;
    position: relative;
    padding-left: 30px;
}
.contact-us-content h2:before{
    content: '';
    width: 5px;
    height: 50px;
    background-color: #5763DE;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 30px;
    border-radius: 20px;
}
.contact-img{
    position: relative;
}
.video-btn{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.contact-us-content h6{
    line-height: 28px;
    color: #343434;
}
.partner img{
    width: 20%;
    margin-right: 20px;
}
.interest-sec input{
    display: none;
}
.interest-sec .form-check{
    padding-left: 0;
}
.interest-sec .form-check label{
    margin-bottom: 10px;
    font-weight: normal;
}
.interest-sec .form-check label:before{
    content: '\f1db';
    font-family:fontAwesome;
    display: inline-block;
    color: #5763DE;
}
.custom-checked{
    display: none;
    width: 6px;
    height: 7px;
    border-radius: 50%;
    background-color: #5763DE;
    position: absolute;
    top: 9px;
    left: 4px;
}
.interest-sec input:checked + .custom-checked{
    display: inline-block;
}
.video-wrap{
    position: relative;
}
.video-title{
    position: absolute;
    z-index: 1;
    padding: 5px;
}
.video-title span{
    color: #fff;
    font-size: 14px;
}

/*event*/
.overlay{
    width: 100%;
    height: 100%;
    background: rgba(255 255 255 / 50%);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
}
.event-banner{
    position: relative;
    z-index: -1;
} 
.event-banner img{
    width: 100%;
    height: 400px;
}
.event-box{
    width: 100%;
    padding: 40px 0;
    background-color: rgba(170 170 170 / 50%);
    border-radius: 10px;
    position: relative;
}
.become-partner{
    padding: 80px 250px;
    background-color: rgba(237 237 237/ 95%);
    border-radius: 10px;
    margin-top: -200px;
}
.event-box p{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.event-box h2{
    font-size: 40px;
}
.border-design{
    display: block;
    height: 6px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.box-1 .border-design{
    background-color: #FF00C7;
}
.box-1{
   color: #FF00C7; 
}
.box-2 .border-design{
    background-color: #FF0000;
}
.box-2{
    color: #FF0000;
}
.box-3 .border-design{
    background-color: #AD00FF;
}
.box-3{
    color: #AD00FF;
}
.box-4 .border-design{
    background-color: #128200;
}
.box-4{
    color: #128200;
}
.event-location .input-group .input-group-text{
    border: 0;
    background: transparent;
}
.event-location select{
    border: 0;
    background: transparent;
}
.event-location select:focus{
    border: 0;
    background: transparent;
    box-shadow: none;
}
.event-location input{
    border: 0;
    background: transparent;
}
.event-location input:focus{
    border: 0;
    background: transparent;
    box-shadow: none;
}
.testimonial-img img{
    border-radius: 50%;
    width: 60%;
    display: block;
}
.left-quote{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #5763DE;
    border-radius: 50%;
}
.feedback-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.feedback-wrap p{
    font-weight: bold;
    line-height: 30px;
}
.feedback-wrap span{
    color: #767676;
}
.carousel-control-prev{
    position: absolute;
    top: -100px;
    right: 40px;
    display: inline-block;
    font-size: 30px;
    left: auto;
    width: auto;
}
.carousel-control-prev i{
    color: #5763de;
}
.carousel-control-next{
    position: absolute;
    top: -100px;
    right: 0px;
    display: inline-block;
    font-size: 30px;
    left: auto;
    width: auto;
}
.carousel-control-next i{
    color: #5763de;
}
.testimonial-section{
    margin-top: 100px;
    font-size: 40px;
    color: #232222;
}

/*about-us-section*/
.about-us-section{
    margin-top: 100px;
}
.about-us-section p{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3em;
    color: #5763DE;
}
.about-us-section h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    color: #232222;
}
.about-us-section span{
    font-size: 18px;
    line-height: 30px;
    color: #595959;
}
.why-attend-section .nav-pills .nav-link{
    font-size: 18px;
    text-align: left;
    color: #000;
}
.why-attend-section .tab-content{
    text-align: left;
}
.why-attend-section .tab-pane img{
    height: auto;
}
.why-attend-section .tab-pane h6{
    margin-top: 10px;
}
.why-attend-section .tab-pane h5{
    font-size: 18px;
    font-weight: normal;
}
.why-attend-section .tab-pane p{
    color: #595959;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: normal;
}
.why-attend-section .col-12.col-md-4.text-center{
    margin-bottom: 20px;
}
.pricing-tab .nav-pills{
    align-items: flex-end;
    justify-content: flex-end;
    border-left: 0;
}
.pricing-tab .nav-pills .nav-link {
    font-size: 18px;
    text-align: left;
    color: #000;
    background-color: transparent;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 15px;
}
.pricing-tab .nav-pills .nav-link.active{
    background-color: #5763de;
    color: #fff;
}
.pricing-tab .nav-pills .nav-link.active:before{
    display: none;
}
.pricing-box{
    padding: 40px 20px;
    background: #eee;
    border-radius: 20px;
    text-align: center;
}
.pricing-box h3{
    font-weight: normal;
    font-size: 24px;
}
.pricing-box h4{
    color: #5763DE;
    font-size: 30px;
    margin-top: 10px;
}
.pricing-details{
    margin-top: 20px;
    text-align: left;
}
.pricing-details p{
    font-size: 13px;
}
.pricing-details .fa-check{
    color: #12A459;
    font-size: 13px;
}
.pricing-box.middle-box{
    background-color: #5763DE;
    color: #fff;
}
.pricing-box.middle-box h4{
    color: #fff;
}
.pricing-box.middle-box p{
    color: #fff
}
.pricing-box .fa-times{
    color: #FF0A0A;
    font-size: 13px;
}
.pricing-box.middle-box .custom-btn{
    background-color: #fff;
    color: #222;
}
.atendee-box{
    border: 1px solid #5763DE;
    border-color: #5763de59;
    box-shadow: 0 0 0 0.3rem rgb(87 99 222 / 13%);
    padding: 25px;
    min-height: 450px;
    border-radius: 10px;
    background: #fff;
}
.atendee-box ul li{
    list-style: none;
    margin-bottom: 10px;
    color: #888;
}
.pricing-tab .col-md-4{
    padding: 0 10px;
}

/*sponsor*/
/*.sponsors-section{*/
/*    margin-top: 100px;*/
/*}*/
.sponsors-section h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    color: #232222;
    text-align: center;
}
.sponsors-section p{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3em;
    color: #5763DE;
    text-align: center;
}
.sponsors-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #5763de;
}
.sponsors-section .nav.nav-pills {
    justify-content: center;
}
.sponsor-box{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 8px 15px rgb(87 99 222 / 10%);
    padding: 40px;
    width: 100%;
    height: 150px;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}
.sponsor-box img{
    object-fit: contain;
    height: auto;
}
.venue-name{
    background-color: #5763de;
    border-radius: 15px;
    padding: 30px;
    min-height: 347px;
}
.map iframe{
    border-radius: 15px 15px 0 0;
}
.pd-0.venue-img {
    padding: 0 2px;
}
.venue-name h3{
    color: #fff;
    margin-top: 20px;
    font-size: 17px;
}
.venue-name p{
    color: #fff !important;
    font-size: 14px;
    line-height: 24px !important;
}
.venue-name .custom-btn{
    background-color: #fff;
    color: #000;
}
.pd-8{
    padding-left: 4px;
}
.pd-8{
    padding-right: 4px;
}
.adjust-label{
    display: flex;
    align-items: center;
}
.modal-header{
    border: 0;
}
.modal-title{
    font-size: 22px;
}
.modal-content{
    border-radius: 20px;
}

/*report*/
.report-wrap h2{
    font-size: 42px;
}
.text-align{
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.report-wrap{
    /*margin-top: 100px;*/
    padding: 80px 0;
}
.quote-circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 3px 7px 40px rgb(0 0 0 / 10%);
}
.testimonial-slider{
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 24px 24px -1px rgb(0 0 0 / 6%);
    margin-bottom: 30px;

}
.testimonial-slider p{
    line-height: 24px !important;
    font-size: 14px;
}
.owl-nav .owl-prev{
    position: absolute;
    left: -30px;
    top: 40%;
    background: #00304c !important;
    width: 30px;
    height: 30px;
    color: #fff !important;
    border-radius: 50% !important;
}
.owl-nav .owl-next{
    position: absolute;
    right: -30px;
    top: 40%;
    background: #00304c !important;
    width: 30px;
    height: 30px;
    color: #fff !important;
    border-radius: 50% !important;
}
/*.owl-nav button{*/
/*    background: #5763de;*/
/*    padding: 6px 15px !important;*/
/*    color: #fff;*/
/*}*/
.modal-body{
    padding: 20px 30px;
}
.modal-dialog {
    max-width: 700px;
}
.event-btn{
    transition: 0.4s ease all;
    position: relative;
    top: 0;
}
.event-btn:hover{
    background-color: #fcb82c;
    position: relative;
    top: -5px;
}

.about-event{
    margin-top: 150px;
    margin-bottom: 150px;
    background: #f5f6fd;
    padding: 80px 60px;
}
.about-event h3{
    font-size: 35px;
    margin-bottom: 20px;
}
.about-event p{
    font-size: 17px;
    line-height: 30px;
}
.about-event img{
    margin-top: -100px;
}
.about-event .d-flex i{
    color: #5763de;
    font-size: 30px;
    margin-right: 20px;
}
.about-event .custom-btn i{
    opacity: 1;
    visibility: visible;
    margin-left: 3px;
}
.banner-wrap-bg{
    background-image: url('../images/Vector 1.png');
    background-size: cover;
    width: 100%;
    height: 880px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-light {
    background-color: #f9f9f9!important;
}

.event-left-text h2{
    padding-left: 100px;
    color: #fff;
    font-size: 52px;
    line-height: 70px;
    padding-top: 30px;
}
.event-left-text p{
    padding-left: 100px;
    color: #fff;
    font-size: 14px;
}
.btn-section-event{
    padding-left: 100px;
}
.btn-white{
    background-color: #fff;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
}
.btn-section-event span{
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.custom-link{
    color: #fff;
    text-decoration: underline;
}

.about-section h2:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 40px;
    background: #5763DE;
    vertical-align: top;
    margin-right: 10px;
}
.about-section p{
    font-size: 16px;
    line-height: 28px;
}
.right-feed{
    background: #fff; 
    padding-left: 15px; 
    border-radius: 10px;
}
.right-feed h5{
    margin-top: 20px;
}
.right-feed h5:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 29px;
    background: #aadc45;
    vertical-align: sub;
    margin-right: 8px;
    border-radius: 5px;
}
.page-links i{
    margin-top: 7px;
}

.speaker-box img{
    height: 100px;
    width: 100px;
    margin-right: 20px;
    border-radius: 50%;
}
.speaker-details{
    /*width: 100%;*/
    text-align: left;
}
.speaker-box{
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

/*profile */
.profile-wrap{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 1px 5px 25px rgb(43 77 151 / 25%);
    padding: 40px 60px;
    margin-top: 180px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 50px;
}
.profile-wrap img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0px 40px rgb(0 0 0 / 40%);
}
.profile-content{
    margin-top: 40px;
}

.text-grey{
    color: #999;
}
.profile-details{
    text-align: left;
    margin-top: 20px;
}
.blogpart {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 16%);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: .2s ease-in;
    margin-bottom: 25px;
}
.blogpic img {
    width: 200px;
    object-fit: cover;
    height: 150px;
}
.textblog {
    padding-top: 0;
    background: #fff;
    text-align: left;
    padding: 0 40px;
}
.booking-wrap .btn-theme{
    margin-bottom: 20px;
}
.date {
    width: 200px;
    height: 150px;
    border-radius: 0;
    padding: 0;
    margin: 0;
    padding: 40px 15px;
    background: #00304c;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 25px;
}
sup {
    top: -0.5em;
}
.bloghead {
    font-size: 20px;
    color: #232323;
    padding-top: 10px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}
.event-location li {
    display: inline-block;
    margin-right: 15px;
    color: #0a5f78;
    font-size: 15px;
}
.blog-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}
.blog-arrow:before {
    border-top: 60px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
}
.blog-arrow i {
    color: #fff;
    font-size: 25px;
    position: relative;
    z-index: 1;
    padding: 0 8px 5px 0;
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.blogpart:hover {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
    box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
    transition: .2s ease-in;
}
.blogpart:hover .blog-arrow:before {
    border-right: 82px solid #0b6d91;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.smallSpeaker.speaker-home {
    max-height: none;
    margin-bottom: 30px;
    float: left;
    position: relative;
    min-height: 410px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    transition: 0.4s ease all;
    width: 100%;
}
.smallSpeaker.speaker-home:hover{
    margin-top: -3px;
}
.smallSpeaker .speakerPic {
    height: 285px;
}
.smallSpeaker img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.smallSpeaker .speakerTitle, .bigSpeaker .speakerTitle.speaker-home-title {
    position: static;
    min-height: 96px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 15px 15px 15px;
    width: auto;
    margin: 0 15px;
}
.speakerTitle.speaker-home-title .speakerName {
    color: #232323;
    font-size: 18px;
}
.speakerTitle.speaker-home-title .speakerBusiness {
    color: #888;
}
.speakerTitle .speakerName {
    display: block;
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    padding-bottom: 6px;
    font-weight: 700;
}
.speakerTitle .speakerBusiness {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #e8e8e8;
}
.appointment-list{
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 20%);
    margin-top: 0px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.appointment-list img {
    width: 150px;
    height: 150px;
    margin-right: 20px;
}
.appointment-list p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #424242;
}
.action-btn {
    margin-left: 100px;
}
.action-btn .btn{
    display: block;
    margin-bottom: 10px;
}
.event-nav{
    margin: 15px;
}
.event-nav .nav-link.active{
    background: #00304c;
    color: #fff !important;
}
.event-nav .nav-link{
    background: #ddd;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.blogpart.booking-wrap:hover {
    -webkit-transform: none; 
    transform: none;
    box-shadow: none;
    transition: .2s ease-in;
}
.btn-theme{
    background: #aadc45;
    color: #fff;
    min-width: 150px;
    transition: 0.4s ease all;
    position: relative;
    top: 0;
}
.btn-theme:hover{
    color: #fff;
    top: -10px;
}
.company-logo{
    width: 30px !important;
    height:30px !important;
    border-radius: 5px !important;
    position: static !important;
    margin-right: 10px !important;
    padding: 0 !important;
}
.sponsor-wrap .speaker-box img {
    height: auto;
    width: 10%;
    margin-right: 30px;
    border-radius: 0; 
}
.booking-wrap .blogpic img{
    height: 300px;
    width: 100%;
}
.booking-wrap .textblog{
    padding: 40px;
    text-align: center;
    margin: -60px;
}
.dateblog {
    padding: 10px 32px;
    background: linear-gradient(60deg, #00304c 0%, rgb(170 220 69) 200%);
    color: #FFF;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}
.booking-wrap .bloghead{
    font-size: 24px;
    font-weight: 700;
}

/*counter*/
.counter {
  color: rgba(255, 255, 255, 0.738);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.counter ul {
  margin-top: 15px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 35px;
}
.counter ul li {
  text-align: center;
}
.counter ul li h1 {
    font-size: 30px;
    background: linear-gradient(60deg, #00304c 0%, rgb(170 220 69) 200%);
    padding: 5px 15px;
    color: #fff;
}
.counter ul li p {
    font-size: 16px;
    color: #666;
}

@media screen and (max-width: 768px) {
  .counter > h2 {
    font-size: 20px;
  }
  .counter > h1 {
    font-size: 40px;
  }
  .counter ul {
    column-gap: 45px;
  }
  .counter ul li h1 {
    font-size: 40px;
  }
  .counter ul li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  .counter ul {
    column-gap: 30px;
  }
}

/*calendar*/
.calendar{
  position: static;
  width: 280px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 2px 4px 10px rgb(0 0 0 / 20%);
  margin-top: 40px;
  margin-left: 75px;
  padding-bottom: 25px;
}

.ui-datepicker-header{
  height: 50px;
  line-height: 50px;
  color: #2b4d97;
  background: #fff;
  margin-bottom: 10px;
}

.ui-datepicker-prev, .ui-datepicker-next{
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #b0aead;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev{
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after{
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ui-datepicker-next{
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after{
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after, .ui-datepicker-next:after{
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #b0aead;
  border-bottom: 2px solid #b0aead;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover, .ui-datepicker-prev:hover:after, .ui-datepicker-next:hover:after{
  border-color: #2b4d97;
}

.ui-datepicker-title{
  text-align: center;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead, 
.ui-datepicker-calendar tr,
.ui-datepicker-calendar th,
.ui-datepicker-calendar span{
  /*display: block;*/
  width: 40px;
  color: #00304c;
  margin-bottom: 5px;
  font-size: 13px;
}

.ui-state-default{
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 40px;
  font-size: 13px;
}
 .ui-state-default:hover{
    background: rgba(0,0,0,0.02);
    border-radius: 50%;
 }

.ui-state-highlight{
  color: #3a94cc;
}

.ui-state-active{
  color: #fff;
  background: #aadc45;
  border-radius: 50%;
}
.ui-state-active:hover{
  color: #fff;
  background: #aadc45;
}

.ui-datepicker-unselectable .ui-state-default{
    color: #eee;
    border: 2px solid transparent;
}
/*..*/

.btn-outline-success{
    border-color: #aadc45 !important;
    color: #999;
}
.btn-success{
    background: #aadc45 !important;
}

.back-prev {
    font-size: 35px;
    color: #2b4d97;
}
.appointment-wrap .profile-image {
    padding: 0px;
}
.appointment-wrap .profile-image span {
    width: 100%;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.profile-image span img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.time-duration {
    color: #999;
}
.btn-outline-success:hover{
    background-color: #aadc45 !important;
    border-color: #aadc45 !important;
}
/*footer*/
.footer {
    background-color: #101015; 
    color: #666666;
    padding: 50px 0 12px;
    position: relative;
    margin-top: 20px;
}
.footer-logo {
    margin: 30px 0;
}
footer p {
    color: #cbcbcb;
}
.footer-menu h3 {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    display: block;
    line-height: 12px;
}
.footer-menu ul li a {
    background: none;
    color: #cbcbcb;
    padding: 8px 0;
    line-height: 15px;
    position: relative;
    display: block;
}
.single-footer-widget {
    font-size: 14px;
}
.single-footer-widget > a {
    color: #cbcbcb !important;
    display: block;
    margin-bottom: 11px;
}
.single-footer-widget > a i {
    font-size: 15px;
    width: 30px;
}
.copyright-info {
    margin: 40px 0 0;
    color: #fff;
}
/*..*/

/*header*/
.header {
    background: #fff;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 10%);
    z-index: 5;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px){
    .navbar-header {
        float: left;
    }
}
.logo {
    padding: 5px 0;
}
.logo img {
    height: 72px;
}
.navbar-toggle {
    float: left;
    margin-top: 10px;
    padding: 10px;
    border-radius: 3px;
    margin-right: 5px;
    background: transparent;
}

.navbar-toggle .icon-bar {
    background: #00304c;
    width: 20px;
}
@media (min-width: 768px){
    .navbar-toggle {
        display: none;
    }
}
@media (min-width: 768px){
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}
.pull-right {
    float: right!important;
}
ul.navbar-nav {
    float: left;
    display: inline-block;
}
ul.navbar-nav > li {
    float: none;
    display: inline-block;
    position: relative;
    padding: 0 5px;
    line-height: 80px;
}
ul.navbar-nav > li > a {
    color: #333;
    font-family: 'Poppins', sans-serif;
    text-rendering: optimizeLegibility;
    display: inline-block;
    padding: 9px 10px;
    line-height: normal;
    font-size: 14px;
    letter-spacing: 0.6px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    border-radius: 5px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
ul.navbar-nav > li > a i {
    font-weight: 700;
}
.navbar-nav>li>.dropdown-menu a {
    background: none;
}
.dropdown-menu li a {
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    color: #333;
}
.dropdown-menu li:last-child > a {
    border-bottom: 0 !important;
}
.dropdown-menu.menu-center {
    left: -15px;
}
.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 182px;
    border: 0;
    /* padding: 2px 12px; */
    border-top: 2px solid #00304c;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
}
.dropdown-submenu {
    position: relative;
}
@media (min-width: 767px){
    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -4px;
}
.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    margin-top: 16px;
    margin-right: -5px;
}
.dropdown-toggle::after {
    display: none !important;
}
/*..*/

.my-feed{
    margin-top: 100px !important;
}
.event-nav .nav.nav-pills{
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
}
.event-nav .nav.nav-pills li{
    display: inline-block;
}
.event-nav.sponsor-nav .nav.nav-pills{
    overflow-x: hidden;
}
.qrwrap{
    background: #ddd;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}
.qrwrap img{
    position: static;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
}

.event-wrap .carousel-item img{
    height: 300px;
    border-radius: 5px;
}
.event-wrap .carousel-indicators{
    bottom: -40px;
}
.event-wrap .carousel-indicators li{
    margin-right: 10px;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    background-color: rgb(0 48 76);
    border-radius: 50%;
}
.event-wrap .carousel-indicators .active {
    background-color: #aadc45;
}
.dateblog{
    border: 0 !important;
}

.bookings-wrap .date{
    display: inline-block;
}
.bookings-wrap .blogpic{
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}
.bookings-wrap .textblog{
    display: inline-block;
    width: calc(100% - 600px);
    vertical-align: middle;
}
.bookings-wrap .bloghead{
    padding-top: 0;
}
.bookings-wrap .counter{
    border-top: 1px solid #ddd;
}
.bookings-wrap .counter ul li p{
    margin-bottom: 5px;
}
.bookings-wrap .counter ul li h1{
    background: #fff;
    color: #aadc45;
    padding: 0;
}
.blog-slide .item img{
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.blog-details{
    position: relative;
}
.blog-content{
    background: rgba(0 0 0 / 30%);
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}

.blog-content p{
    color: #fff;
}
.blog-content .btn-blog{
    padding: 8px 20px;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.4s ease all;
}
.blog-content .btn-blog:hover{
    background: #fff;
    color: #222;
}
.agenda-banner img{
    height: 400px;
}
.agenda-nav .nav-link.active{
    color: #aadc45;
    border-bottom: 2px solid #aadc45;
    border-radius: 0;
    font-weight: 700;
}
.agenda-nav .nav-link{
    color: #00304c;
    border-radius: 0;
    font-weight: 700;
}
.event-tag{
    background: #506980;
    padding: 7px 40px;
    border-radius: 30px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}
.bg-primary{
    background: #00304c !important;
    font-size: 12px;
    border-radius: 5px;
}
.avatar img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.my-comment{
    position: relative;
}
.my-comment i{
    position: absolute;
    top: 10px;
    right: 20px;
    color: #00304c; 
}
.my-comment input{
    border-radius: 20px;
}
.poll-bg{
    background: #e4edf8;
    padding: 40px;
}
.poll-sec .form-check label{
    width: 100%;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.progress{
    display: inline-flex;
    width: 50%;
    justify-content: flex-start;
    float: right;
    margin-top: 4px;
}
.action-form .form-check-label i{
    font-size: 35px;
}
.avatar-upload{
    position: absolute;
    top: -141px;
    right: 178px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.my-avatar img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.my-account .dropdown-menu{
    top: 18px !important;
}
.my-account .dropdown-menu a{
    line-height: 30px;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.welcome-board{
    margin-top: 100px;
    padding: 40px;
    background: #e4edf8; 
    border-radius: 10px;
}

/*timeline*/
.timeline-label {
    margin-left: 10px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    position: relative;
}
.timeline-label {
    margin-left: 10px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    position: relative;
}
.timeline-item {
    display: flex;
    align-items: flex-start;
}
.timeline-time {
    width: 200px;
}
.timeline-body {
    flex: 1;
    padding-left: 25px;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    position: relative;
    margin-left: 10px;
}
.timeline-body::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -6px;
    background-color: #fff;
    width: 11px;
    height: 11px;
    border: 2px solid #0168fa;
    border-radius: 100%;
}
.timeline-body > h4 {
    font-size: 18px;
    color: #00304c;
    margin: 0 0 16px;
}
.case-block {
    margin-bottom: 20px;
    background: #eee;
    padding: 20px;
    border-radius: 9px;
    flex-wrap: wrap;
    flex-direction: row;
}
.case-content {
    border-top: 1px solid #ddd;
    padding: 10px 0 0;
    margin: 25px 0 0;
    width: 100%;
}
.case-person {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 150px;
    margin-right: 15px;
}
.case-person img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.case-detail {
    display: inline-block;
    width: calc(100% - 170px);
    vertical-align: top;
}
.case-detail-content {
    float: left;
    width: calc(100% - 100px);
    padding-left: 0;
}
.case-detail h4 {
    margin-top: 0;
    color: #00304c;
}
.case-logo {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.case-logo img {
    width: 100%;
    height: 100%;
    /*border-radius: 50%;*/
    object-fit: contain;
}
.css-1qvt6m1{
    z-index: 9999 !important;
}