@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');

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body{
	font-family: 'Poppins', sans-serif;
}

/* Colors */
.bg-gold {
    background-color: #ffd700;
    color: #fff;
}
.bg-silver {
    background-color: #c0c0c0;
    color: #fff;
}
.bg-bronze {
    background-color: #CD7F32;
    color: #fff;
}
/* end Colors */

a:hover {
    text-decoration: none;
}
.spaceCol {
    padding: 100px 0;
}
.titleCol h2 {
    color: #2C2D6B;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 35px;
}
.titleCol h4 {
    color: #2C2D6B;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    padding-top: 16px;
}
.titleCol h5 {
    color: #0F1E46;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}
.dotShapeMain {
    position: relative;
}
.dotShapeTitle {
    position: absolute;
    left: -110px;
    top: -100px;
}
.titleCol h5 span {
    font-weight: 700;
}
.titleCol h4:before {
    content: "";
    width: 31px;
    top: 0;
    height: 2px;
    background-color: #FFDC00;
    position: absolute;
    left: 0;
}
.titleCol.whiteTitle h4 {
    color: #fff;
}
.dotShapeTitle.titleCol h2 {
    display: inline-block;
    position: relative;
}
.dotShapeTitle.titleCol h2 img {
    position: absolute;
    left: -70px;
    top: -10px;
}
.titleCol.colorWhite h2 {
    color: #fff;
}
.titleCol.m-0 h2 {
    margin: 0;
}
.titleCol p {
    color: #656565;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    max-width: 810px;
    line-height: 22px;
    margin: 0 auto;
    font-size: 15px;
}
.btn {
    background-color: #f8f8f8;
    color: #777;
    padding: 17px 50px;
    overflow: hidden;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
}
.btn span {
    position: relative;
    z-index: 9;
}
.iconBtn span, .iconBtn img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 9;
}
.btnPrimary {
    background-color: #2C2D6B;
    color: #fff;
    box-shadow: 0 15px 35px rgba(15, 30, 70, 0.2);
}
.btnPrimary::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    background-color: #3b3c8a;
}
.btnPrimary:hover::before {
    bottom: 0;
}
.btnSecondary {
    background-color: #FFDC00;
    color: #2C2D6B;
}
.btnSecondary::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    background-color: #e6c704;
}
.btnSecondary:hover::before {
    bottom: 0;
}
.btnTertiary {
    background-color: #2C2D6B;
    color: #FFDC00;
}
.btnTertiary::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    background-color: #3c3d84;
}
.btnTertiary:hover::before {
    bottom: 0;
}
.btnTertiary:hover {
    background-color: #2C2D6B;
    color: #FFDC00;
}
.btn.iconBtn {
    font-family: 'Poppins', sans-serif;
}
.btn.iconBtn {
    font-weight: 700;
}
.iconBtn span {
    margin-right: 10px;
}
.btn.iconBtn {
    padding: 17px 31px;
}
.btnSecondary:focus {
    box-shadow: none;
}
.btnPrimary:focus {
    box-shadow: 0 15px 35px rgba(15, 30, 70, 0.2);
}
.btnPrimary:hover {
    color: #fff;
}
.separatorCol hr {
    border-top: 1px solid #FFDC00;
}
/************** Header css start************/
.mainmenu ul li {
    position: relative;
}
.mainmenu ul li ul.subMenu {
    background-color: #2c2d6b;
    position: absolute;
    top: 100%;
    margin-top: 15px;
    border-radius: 4px;
    pointer-events: none;
    padding: 25px 30px 15px 20px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.mainmenu ul li ul.subMenu.showMenu {
    opacity: 1;
    pointer-events: initial;
    margin-top: 0;
}
.mainmenu ul li ul.subMenu li a {
    white-space: nowrap;
    font-size: 13px;
}
.mainmenu ul li ul.subMenu li + li {
    margin-top: 5px;
}
.mainmenu ul li .btnToggle img {
    filter: brightness(0) invert(1);
    width: 18px;
}
.topheadright ul, .mainmenu ul{
	margin:0;
	padding:0;
}
.topheadright ul li, .mainmenu ul li{
	list-style:none;
}
.topmenu ul li a {
    color: #2C2D6B;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
	margin-right: 42px;
}
.mainmenu ul li a {
	color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}
.mainmenu ul li a.active  , .mainmenu ul li a:hover{
	color:#FFDC00;
}
.headermenu {
    background: #2C2D6B;
	padding: 23px;
}
.header-top {
    padding: 25px 0;
}
.headerMain {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.headerMain.fixed-header {
    top: -125px;
}
a.headerBtn.btn {
    padding: 7px 23px;
    font-size: 13px;
}
.mainmenu ul li p {
    margin: 0;
}

.inner-sub-menu{
    padding-left: 5px!important;
}
/************** Header css ends ************/

/************** Inner Banner css start ************/

.innerBanner {
    min-height: 450px;
    background-size: contain;
    position: relative;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
}
@media (max-width: 575px) {
    .innerBanner {
        min-height: 75px;
    }
}
.innerBanner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: rgba(0, 6, 23, 1);
    opacity: 0.5;*/
    z-index: 9;
}
.innerBanner:after {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 1180px;
    background-image: url('/_resources/themes/asorn_theme/images/wave.svg');
    z-index: 8;
}
.bannerCont {
    position: relative;
    z-index: 9;
}
.innerLogoShape {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.bannerCont h3 {
    color: #fff;
    font-size: 75px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    z-index: 9;
}
.bannerCont h3 span {
    font-weight: 700;
}

.page-banner-alt{
    width: 100%;
    height: auto;
    margin-top: -25px;
    text-align: center;
}
.page-banner-alt img{
margin: 0 auto;
}
/************** Inner Banner css start ************/
/************** Page Nav css start ************/
.pageNavInner {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 150px rgba(115, 135, 186, 0.3);
    margin-top: -100px;
    z-index: 9;
    position: relative;
    padding: 15px 25px;
}
.pageNavInner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    column-count: 4;
}
.pageNavInner ul li a {
    position: relative;
    padding-left: 30px;
    color: #656565;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    display: inline-block;
}
.pageNavInner ul li.active a {
    color: #0F1E46;
    text-decoration: underline;
    font-weight: 600;
}
.pageNavInner ul li a:before {
    content: "";
    background-image: url('/_resources/themes/asorn_theme/images/navicon.svg');
    width: 15px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
.breadcrumb-container{
    margin: 15px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c0c0c0;
}
/************** Page Nav css ends ************/

/************* Standard Content Page ********/
.page-title-no-banner{
    margin-top: 15rem;
    margin-bottom: 5rem;
}
/************* End Standard Content Page ***/

/************* Affiliate/Partner ***********/
.card.cardStyle2 {
    border: 0;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
    border-radius: 8px;
    height: 100%;
    padding: 40px 20px;
}
.card.cardStyle2 .cardImg img {
    max-height: 70px;
    width: auto;
    max-width: 200px;
}
.card.cardStyle2 .cardImg {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.affiliateCardList {
    margin-bottom: 30px;
}
.card.cardStyle2 .card-body address {
    color: #7D7987;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}
.card.cardStyle2 .card-body {
    padding: 20px 0 0;
}
.card.cardStyle2 .card-body a {
    font-size: 14px;
    color: #FEC20E;
    font-weight: 500;
}
.card.cardStyle2 .cardImg {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    min-height: 100px;
}
.card.cardStyle2 .card-body h5.card-title {
    font-size: 18px;
    color: #2C2D6B;
    font-weight: 700;
}
.card.cardStyle2 .card-body p:empty {
    display: none;
}
/************* End Affiliate/Partner *******/

/************** Benefitpage css Start ************/
.memberShipSec {
    background-color: #2C2D6B;
    padding: 80px 0;
    position: relative;
}
.maxWid530 {
    max-width: 530px;
}
.memberShipSec:before {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    top: 140px;
    bottom: 0;
    max-width: 1100px;
    background-image: url('/_resources/themes/asorn_theme/images/wavebtm.svg');
}
.benefitCol {
    padding: 70px 0;
}
.maxWid980 {
    max-width: 980px;
    margin: 0 auto;
}
.benefitDesc {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #656565;
    line-height: 30px;
}
.text-md {
    font-size: 20px;
    color: #0F1E46;
}
.text-md span {
    font-weight: 700;
}
.listStyle ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.btnColMember .btn {
    text-transform: capitalize;
}
.memberBenBtn .btn {
    text-transform: capitalize;
}
.listStyle ul li p , .listStyle ul li {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}
.listStyle ul li p a , .listStyle ul li a {
    color: #FFDC00;
}
.listStyle.textBlack ul li p , .listStyle.textBlack ul li {
    color: #0F1E46;
}
.listStyle.textBlack ul li p a , .listStyle.textBlack ul li a {
    color: #6CBCFC;
    font-weight: bold;
}
.textUnderline {
    text-decoration: underline;
}
.listStyle ul li p {
    margin: 0;
}
.listStyle ul li p + p {
    margin-top: 30px;
}
.listStyle ul li {
    position: relative;
    padding-left: 30px;
}
.listStyle ul li:before {
    content: "";
    background-image: url('/_resources/themes/asorn_theme/images/navicon.svg');
    width: 15px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 13px;
}
.memberBenefit {
    padding: 130px 0;
}
.listStyle ul li ul.subList li:before {
    content: "-";
    background: none;
    top: 0;
}
.listStyle ul li ul.subList li {
    font-size: 14px;
    padding-left: 10px;
}
.memberBenefit .listStyle ul li p , .memberBenefit .listStyle ul li {
    line-height: 25px;
}
.memberBenefit .listStyle > ul > li + li {
    margin-top: 16px;
}
.memberBenefit .listStyle ul li:before {
    top: 7px;
}
/************** Benefitpage css End ************/

/************* Webinar Page ********************/
.webinarList {
    box-shadow: 0 0 50px rgba(0,0,0,0.08);
    padding: 25px;
    border-radius: 8px;
}
.webinarList + .webinarList {
    margin-top: 30px;
}
.webinarList img {
    border-radius: 8px;
}
.webinarList .webinarDesc h3, .webinarList .webinarDesc p , .webinarList .dateCol span {
    color: #222;
    max-width: initial;
}
.webinarList .dateCol {
    margin-top: 20px;
}
.webinarList .webinarDesc p {
    margin: 0;
}
.webinarList .dateCol img {
    filter: brightness(0);
    border-radius: 0;
}
.webinarList .webinarDesc {
    padding: 0;
}
.webinarList .webinarDesc h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fdda01;
}
.webinarInnerImg img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.webinarLitStyle {
    margin-top: 20px;
}
.webinarLitStyle ol {
    padding-left: 18px;
    margin: 0;
}
@media (max-width:991px) {
    .webinarInnerImg {
        margin-bottom: 30px;
    }
    .webinarInnerImg img {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .webinarList .webinarDesc h3 {
        font-size: 20px;
    }
    .webinarList .webinarDesc h5 {
        font-size: 14px;
    }
    .dateCol span {
        font-size: 14px;
    }
}
@media (max-width: 414px) {
    .webinarInnerImg img {
        height: 200px;
    }
}
/************* End Webinar Page ***************/


/************** Testimonial css Start ************/
.testimonialCol {
    background-color: #E2F0FB;
    padding: 100px 0 60px;
    position: relative;
}
.testimonialCol:before {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 780px;
    background-image: url('/_resources/themes/asorn_theme/images/testishape.svg');
    background-repeat: no-repeat;
}
.innerLogoShape img {
    max-width: 100%;
}
.titleCol.titleBlack h2 {
    color: #0A0A0A;
}
.testiList {
    max-width: 1110px;
    margin: 0 auto;
}
.testimonialInner {
    margin-top: 15px;
}
.testiDesc {
    color: #656565;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    font-weight: 300;
    padding: 0 40px;
    font-family: 'Ubuntu', sans-serif;
}
.testimonialSlider {
    padding-top: 40px;
}
.testiDesc:before {
    content: "";
    width: 40px;
    height: 33px;
    background-image: url('/_resources/themes/asorn_theme/images/quote.svg');
    position: absolute;
    left: 0;
    top: -25px;
}
.testiPosition {
    color: #0F1E46;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}
.testiName {
    margin-top: 30px;
    color:#0F1E46;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Ubuntu', sans-serif;
}
.swiperArrow .swiper-button-next, .swiperArrow .swiper-button-prev {
    width: 40px;
    height: 40px !important;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px !important;
}
.swiperArrow .swiper-button-next:focus-visible , .swiperArrow .swiper-button-prev:focus-visible {
    outline: none;
}
.swiperPagination .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 25px;
    height: 5px;
    border-radius: 0;
    background-color: rgba(132, 169, 199, 0.25);
}
.swiperPagination .swiper-pagination .swiper-pagination-bullet:focus-visible {
    outline: none;
}
.swiperPagination .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
}
.swiperPagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #6CBCFC;
}
.swiperArrow .swiper-button-next:after, .swiperArrow .swiper-button-prev:after {
    color: #6CBCFC;
    font-size: 14px;
    font-weight: 700;
}
.testiName span {
    font-weight: 700;
}
.swiperNav .swiper-button-next, .swiperNav .swiper-button-prev {
    position: initial;
    top: 0;
    transform: initial;
    height: auto;
    margin: 0;
}
.swiperPagination .swiper-pagination {
    position: initial;
}
.swiperArrow {
    display: flex;
}
.swiperPagination {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.swiperArrow {
    display: flex;
    justify-content: center;
}
/************** Testimonial css End ************/
/************** Banner section css start ************/
.bannerShape img {
    max-width: 100%;
}
.bannersection {
    padding: 0;
    margin-top: 195px;
    position: relative;
}
.bannersectionblank {
    padding: 0;
    margin-top: 69px;
    position: relative;
}
.bannersection .carousel-item {
    background-size: cover;
    height: 650px;
    background-position: center;
}
.bannersection .carousel-control-next, .bannersection .carousel-control-prev {
    width: 5%;
    z-index: 999;
}
.bannertext h2 {
    font-size: 55px;
    font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	text-transform: capitalize;
	color:#fff;
    margin-bottom: 50px;
}
.bannertext h2 span{
	font-weight:bold;
}
.bannertext {
    position: relative;
    padding-left: 100px;
}
.bannerShape {
    position: absolute;
}
.bannerShape {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 0;
}
.bannerTextInner {
    position: relative;
    z-index: 9;
}
/************** Banner section css ends ************/

/************** Webinar section css starts ************/

.wbthmbimg img {
    width: 100%;
    border-radius: 5px;
    height: 91px;
    object-fit: cover;
}
.wbthmbimg {
    border-radius: 5px;
    overflow: hidden;
}
.wbnrthmbsldr {
    margin-top: 35px;
}
.wbthmbtxt h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    line-height: 20px;
    color: #0F1E46;
}
.webinarThumb {
    padding-bottom: 45px;
}
.swiper-slide-thumb-active{
    border-bottom: 1px solid #fff;
}
.webthumbnext {
    bottom: 0;
    left: 50px;
    top: inherit;
    width: 10px;
    height: auto;
}
.webthumbprev {
    bottom: 0;
    left: 0;
    top: inherit;
    width: 10px;
    height: auto;
}
.webthumbnext:after {
    width: 9px;
    height: 16px;
    background-size: 100%;
    content: "";
    background-image: url('/_resources/themes/asorn_theme/images/wenthumbnxtarow.svg');
}
.webthumbprev:after {
    width: 9px;
    height: 16px;
    background-size: 100%;
    content: "";
    background-image: url('/_resources/themes/asorn_theme/images/wenthumbprevarow.svg');
}
.upcomingWebinar {
    background-color: #6CBCFC;
    padding: 90px 0 65px;
}
.webinarImg img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 5px;
}
.webinarInner {
    margin-top: 90px;
}
.webinarImgCol {
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.12);
}
.webinarDesc {
    padding-left: 80px;
}
.webinarNav {
    position: relative;
    margin-top: -50px;
}
.webinarNav .swiper-button-next,
.webinarNav .swiper-button-prev {
    bottom: 0;
    top: auto;
    position: initial;
    margin: 0;
    width: auto;
    height: auto;
}
.webinarNav .swiper-button-prev:after ,
.webinarNav .swiper-button-next:after {
    content: "";
    width: 28px;
    height: 17px;
    background-size: 100%;
    filter: brightness(0) invert(1);
}
.webinarNav .swiper-button-prev:after {
    background-image: url('/_resources/themes/asorn_theme/images/leftarrow.svg');
}
.webinarNav .swiper-button-next:after  {
    background-image: url('/_resources/themes/asorn_theme/images/rightarrow.svg');
}
.webinarNav .swiper-button-prev {
    left: 80px;
}
.webinarNavMain {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    padding-left: 80px;
}
.webinarNav .swiper-button-next {
    left: 0;
}
.webinarNav .swiper-button-prev:focus-visible ,
.webinarNav .swiper-button-next:focus-visible {
    outline: none;
}
.webinarNav .swiper-pagination {
    bottom: 0;
    left: 185px;
    position: initial;
    margin: 0 90px;
}
.webinarNav .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}
.webinarNav .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 15px;
}
.webinarDesc h3 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.webinarDesc p {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    max-width: 300px;
    margin-top: 10px;
}
.past-webinar-desc p{
    font-size: 14px!important;
    font-weight: normal!important;
}
.dateCol {
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.dateCol span {
    margin-left: 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.past-dateCol{
    font-size: 14px!important;
    font-weight: normal!important;
}
/************** Webinar section css ends ************/

/************** Logo section css start ************/
.logoCol {
    background-color: #fff;
    padding: 0;
}
.logoColInner {
    background-color: #fff;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
}
.logoColInner:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    box-shadow: 0 10px 20px rgba(175, 205, 251, 0.25);
}
.logoSliderInner {
    padding: 0 35px;
    position: relative;
}
.logoColInner {
    margin: 0 15px;
    padding: 0 10px;
}
.logoColInner img {
    position: relative;
    z-index: 9;
    max-width: 100%;
}
.logoSliderInner .swiper-button-prev:after ,
.logoSliderInner .swiper-button-next:after {
    content: "";
    width: 28px;
    height: 17px;
    background-size: 100%;
}
.logoSliderInner .swiper-button-prev:after {
    background-image: url('/_resources/themes/asorn_theme/images/leftarrow.svg');
}
.logoSliderInner .swiper-button-next:after  {
    background-image: url('/_resources/themes/asorn_theme/images/rightarrow.svg');
}
.logoSliderInner .swiper-button-prev {
    left: 0;
}
.logoSliderInner .swiper-button-next {
    right: 0;
}
.logoSlider {
    padding: 40px 0;
}
.logoSliderInner .swiper-button-prev:focus-visible ,
.logoSliderInner .swiper-button-next:focus-visible {
    outline: none;
}
/************** Logo section css ends ************/

/************** About section css starts ************/
.aboutCol {
    background-color: #2C2D6B;
}
.aboutMain {
    margin-top: 30px;
    margin-bottom: 30px;
}
.aboutImgInner {
    position: relative;
}
.aboutImgInner > img {
    position: relative;
    z-index: 9;
    max-height: 430px;
    width: 100%;
    max-width: 375px;
    object-fit: cover;
}
.aboutImgInner {
    display: inline-block;
}
.dotShape {
    position: absolute;
    left: -60px;
    top: -45px;
}
.aboutCont {
    padding-left: 50px;
}
.aboutCont h3 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
}
.aboutBtn {
    min-width: 260px;
}
.aboutCont h3 span {
    font-weight: 700;
}
.aboutCont p {
    font-size: 16px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 35px;
    font-weight: 300;
    line-height: 30px;
}
.aboutCont p.text-lg {
    font-size: 22px;
    line-height: 35px;
}
.aboutCont p.textBlue {
    color: #9EC8FF;
}
/************** About section css ends ************/
/************** ProgramCol section css start ************/
.programCol {
    background-color: #F2F9FF;
    padding: 130px 0 120px;
    position: relative;
}
.programColInner {
    margin-top: 80px;
    position: relative;
}
.dotShapeProg {
    position: absolute;
    right: -35px;
    bottom: -30px;
}
.programCardCol {
    position: relative;
    z-index: 9;
}
.eduColBg {
    position: absolute;
    bottom: 50px;
    left: 0;
}
.eduColBg img {
    max-width: 100%;
}
/************** ProgramCol section css ends ************/
/************** CardStyle1 section css start ************/
.card.cardStyle1 {
    border:0;
    padding: 0;
    margin-bottom: 40px;
    border-radius: 20px;
    background-color: transparent;
}
.card.cardStyle1 .cardImg {
    margin-bottom: 25px;
    border-radius: 20px;
    box-shadow: 0 0 75px rgba(212, 218, 232, 0.4);
}
.card.cardStyle1 .cardDesc {
    padding: 0 30px;
}
.card.cardStyle1 .cardImg img {
    width: 100%;
    border-radius: 20px;
}
.card.cardStyle1 .cardDesc h3 {
    color:#2C2D6B;
    font-size: 19px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.card.cardStyle1 .cardDesc p {
    color:#7D7987;
    line-height: 28px;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
/************** CardStyle1 section css ends ************/
/************** NewsCol section css start ************/
.newsCol {
    padding: 100px 0;
}
.newsList + .newsList {
    margin-top: 50px;
}
.newsMt {
    margin-top: 20px;
}
.newsColDesc h3 {
    color: #0F1E46;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px;
}
.newsImgLg img {
    width: 100%;
}
.newsColInner {
    margin-top: 90px;
}
.newsColSm img {
    width: 260px;
    height: 254px;
    object-fit: cover;
}
.newsColDesc a {
    font-size: 15px;
    color: #FEC20E;
    font-weight: 700;
}
.newsColDesc a span {
    margin-right: 15px;
}
.newsRightCol {
    padding-left: 30px;
}
/************** NewsCol section css ends ************/
/************** Publication section css start ************/
.publicationsCol {
    background-size: cover;
    position: relative;
    padding: 80px 0 90px;
}
.publicationsCol:before {
    content: "";
    background-color: rgba(27, 27, 70, 0.85);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.readMoreBtn {
    font-size: 15px;
    color: #FEC20E;
    font-weight: 700;
}
.readMoreBtn span {
    margin-right: 15px;
}
.publicationInner {
    margin-top: 75px;
    position: relative;
    padding-bottom: 80px;
}
.publicationDesc h3 , .publicationDesc p {
    color: #fff;
}
.publicationDesc h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}
.publicationDesc p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 40px;
}
.publicationImg img {
    width: 210px;
    height: 290px;
    object-fit: cover;
    object-position: center;
}
.publicationInner .swiper-button-next,
.publicationInner .swiper-button-prev {
    bottom: 0;
    top: auto;
    position: initial;
    margin: 0;
    width: auto;
    height: auto;
}
.publicationInner .webinarNavMain {
    padding-left: 0;
    bottom: 0;
}
.publicationInner .swiper-button-prev:after ,
.publicationInner .swiper-button-next:after {
    content: "";
    width: 28px;
    height: 17px;
    background-size: 100%;
    filter: brightness(0) invert(1);
}
.publicationInner .swiper-pagination {
    bottom: 0;
    left: 185px;
    position: initial;
    margin: 0 90px;
}
.publicationInner .swiper-button-prev:after {
    background-image: url('/_resources/themes/asorn_theme/images/leftarrow.svg');
}
.publicationInner .swiper-button-next:after  {
    background-image: url('/_resources/themes/asorn_theme/images/rightarrow.svg');
}
.publicationInner .swiper-button-prev {
    left: 0;
}
.publicationInner .swiper-button-next {
    left: 300px;
}
.publicationInner .swiper-button-prev:focus-visible ,
.publicationInner .swiper-button-next:focus-visible {
    outline: none;
}
.publicationInner .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}
.publicationInner .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 15px;
}
/************** Publication section css ends ************/

/************** Volunteer section css start ************/
.volunteerMain {
    padding: 150px 0;
}
.volunteerInner {
    margin-top: 100px;
}
.volunteerBtn.btn {
    color: #FFDC00;
    text-transform: capitalize;
    padding: 17px 57px;
}
.volunteerDesc p {
    color: #656565;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
}
.volunteerDesc p.text-md {
    color: #0F1E46;
    line-height: 30px;
    font-weight: 400;
    font-size: 20px;
}
.volunteerDesc p.text-md span {
    font-weight: 700;
}
/************** Volunteer section css ends ************/
/************** Footer section css start ************/
.footerTitle {
    position: relative;
    z-index: 9;
}
.footerLogoIcon img {
    max-width: 100%;
}
.footerMain {
    background-color: #2C2D6B;
    position: relative;
}
.footerTitle h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
}
.footerLogoIcon {
    position: absolute;
    bottom: 50px;
    left: 0;
}
.footerDesc {
    max-width: 350px;
}
.footerDesc p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}
.footerTopImg img {
    width: 100%;
}
.footerTopImg {
    margin-bottom: -2px;
    position: relative;
}
.footerTop {
    padding-top: 60px;
    position: relative;
    z-index: 9;
}
.footerBtm {
    margin-top: 110px;
}
.footerBtmInner {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 40px;
    position: relative;
    z-index: 9;
}
.contactInfo {
    display: flex;
    align-items: center;
}
.contactInfo span {
    color: #fff;
    font-size: 14px;
    line-height: 15px;
}
.contactInfo img {
    margin-right: 20px;
}
.footerLogoCol {
    padding: 40px 0;
}
/************** Footer section css ends ************/

@media (min-width: 1300px) {
    .container {
        max-width: 1250px;
    }
}

@media (max-width: 1299px) {
    .bannertext h2 {
        font-size: 45px;
        margin-bottom: 40px;
    }
    .bannerShape {
        left: -90px;
    }
    .newsList + .newsList {
        margin-top: 30px;
    }
    .newsColDesc h3 {
        font-size: 22px;
    }
    .newsColSm img {
        width: 230px;
        height: 224px;
    }
}

@media (max-width: 1299px) {
    .pageNavInner {
        padding: 40px 60px 10px;
    }
}

@media (max-width: 1199px) {
    .mainmenu ul li a {
        font-size: 12px;
    }
    .dateCol {
        margin-top: 30px;
    }
    .pageNavInner {
        padding: 40px 30px 10px;
    }
    .pageNavInner ul li a {
        font-size: 13px;
    }
    .webinarDesc {
        padding-left: 20px;
    }
    .webinarDesc h3 {
        font-size: 30px;
    }
    .webinarDesc p {
        font-size: 16px;
    }
    .webinarNavMain {
        padding-left: 20px;
    }
    .aboutCont p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 26px;
    }
    .aboutCont {
        padding-left: 10px;
    }
    .aboutCont p.text-lg {
        font-size: 18px;
        line-height: 30px;
    }
    .educationBtm {
        padding: 140px 0 100px 0px;
    }
    .eduBtn a {
        font-size: 14px;
    }
    .footerBtm {
        margin-top: 60px;
    }
    .footerDesc p {
        font-size: 13px;
    }
    .contactInfo span {
        font-size: 13px;
    }
    .footerBtmInner {
        padding: 20px 10px;
    }
    .publicationImg img {
        width: 170px;
        height: 240px;
    }
    .publicationDesc h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .readMoreBtn {
        font-size: 14px;
    }
    .publicationDesc p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .bannertext h2 {
        font-size: 40px;
    }
    .card.cardStyle1 .cardDesc h3 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .card.cardStyle1 .cardDesc p {
        font-size: 14px;
    }
    .card.cardStyle1 .cardImg , .card.cardStyle1 .cardImg img {
        border-radius: 10px;
    }
    .volunteerMain {
        padding: 70px 0;
    }
    .volunteerInner {
        margin-top: 60px;
    }
    .volunteerDesc p {
        line-height: 24px;
        font-size: 14px;
    }
    .volunteerDesc p.text-md {
        line-height: 24px;
        font-size: 16px;
    }
    .newsColSm img {
        width: 180px;
        height: 194px;
    }
}

@media (max-width: 991px) {
	.wbnrthmbsldr {
		margin-top: 95px;
	}
    .mainmenu ul li ul.subMenu.showMenu {
        position: initial;
        display: block;
        background-color: transparent;
        padding: 15px 0 0px 20px;
    }
    .mainmenu ul li ul.subMenu li:before {
        content: "-";
        position: absolute;
        left: -20px;
        top: -2px;
        color: #fff;
    }
    .mainmenu ul li p {
        width: 100%;
        display: flex;
    }
    .mainmenu ul li a {
        flex-grow: 1;
    }
    .mainmenu ul li ul.subMenu li + li {
        margin-top: 10px;
    }
    .mainmenu ul li ul.subMenu {
        margin-top: 0;
        padding: 15px 0 0px 20px;
        position: initial;
        display: none;
        background-color: transparent;
    }
    .mainmenu ul li {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .maxWid530 {
        max-width: initial;
    }
    .bannerCont h3 {
        font-size: 60px;
    }
    .memberNew {
        margin-bottom: 40px;
    }
    .bannerShape {
        left: 0;
    }
    .aboutCont p.text-lg {
        font-size: 14px;
        line-height: 24px;
    }
    .webinarNav {
        margin-top: 40px;
    }
    .headerMain.fixed-header {
        top: 0;
    }
    .volunteerImg img {
        width: 100%;
    }
    .volunteerImg {
        margin-bottom: 30px;
    }
    .header-top {
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .headerMain.fixed-header .header-top {
        padding: 15px 0;
    }
    .webinarDesc , .webinarNavMain {
        padding-left: 0;
    }
    .eduBtn {
        max-width: 400px;
        margin: 0 auto 20px;
    }
    .footerDesc p {
        font-size: 12px;
    }
    .contactInfo img {
        margin-right: 10px;
    }
    .footerBtmInner {
        padding: 20px 0px;
    }
    .contactInfo span {
        font-size: 10px;
    }
    .bannersection {
        padding-top: 0;
        margin-top: 125px;
    }
    .bannertext h2 {
        font-size: 30px;
    }
    .titleCol h2 {
        font-size: 35px;
    }
    .btn {
        padding: 12px 40px;
        font-size: 14px;
    }
    .btn.iconBtn {
        padding: 12px 25px;
    }
    .aboutCont h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .aboutCont {
        padding-left: 0;
    }
    .aboutCont p {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 20px;
    }
    .newsRightCol {
        padding-left: 0;
        margin-top: 30px;
    }
    .headermenu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        background-color: #000;
        z-index: 99;
        padding: 30px 20px;
        width: 250px;
        -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        transform: translateX(-150%);
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        text-align: left;
        margin-left: 0 !important;
    }
    .mainmenu ul {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .actNav .headermenu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .toggle {
        width: 26px;
        height: 18px;
        position: relative;
        margin-left: auto;
        cursor: pointer;
        display: block;
    }
    .bar {
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: #000;
        z-index: 1;
        -webkit-transition: all 500ms ease-in-out 0s;
        -o-transition: all 500ms ease-in-out 0s;
        transition: all 500ms ease-in-out 0s;
        top: 7px;
        border-radius: 20px;
    }
    .bar:nth-child(1) {
        top: 0px;
    }
    .bar:nth-child(3) {
        top: 14px;
        width: 60%;
        right: 0;
    }
    .actNav .bar:nth-child(1) {
        transform: rotate(135deg);
        top: 8px;
    }
    .actNav .bar:nth-child(2) {
        transform: translate(-100%, 0);
        opacity: 0;
    }
    .actNav .bar:nth-child(3) {
        transform: rotate(-135deg);
        top: 8px;
        width: 100%;
    }
    .menuBackDrop {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 800ms ease-in-out 0s;
        -o-transition: all 800ms ease-in-out 0s;
        transition: all 800ms ease-in-out 0s;
        z-index: 9;
    }
    .actNav .menuBackDrop {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
    }
    .mainmenu ul li a {
        font-size: 14px;
    }
    .mainmenu ul li + li {
        margin-top: 30px;
    }
    body.actNav {
        overflow: hidden;
    }
    .card.cardStyle2 {
        margin-bottom: 30px;
        height: auto;
    }
    .bannersection .carousel-item {
        height: 400px;
    }
    .spaceCol {
        padding: 40px 0;
    }
}
@media (max-width: 767px) {
    .bannerimg {
        margin-top: 50px;
    }
    .pageNavInner ul li a {
        margin-bottom: 15px;
    }
    .pageNavInner ul {
        column-count: 2;
    }
    .bannerCont h3 {
        font-size: 45px;
    }
    .bannertext {
        padding-left: 0;
    }
    .bannersection .carousel-item {
        height: 400px;
    }
    .educationInner {
        margin-top: 70px;
    }
    .contactInfo {
        margin-bottom: 20px;
    }
    .footerDesc p {
        font-size: 11px;
        line-height: 18px;
    }
    .footerDesc {
        max-width: initial;
        margin: 0 !important;
    }
    .card.cardStyle2 {
        padding: 40px;
    }
    .card.cardStyle1 .cardDesc p {
        font-size: 12px;
        line-height: 20px;
    }
    .programCol , .newsCol , .memberShipCategory , .spaceCol , .publicationsCol {
        padding: 70px 0;
    }
    .titleCol h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .dotShapeTitle.titleCol h2 img {
        left: -40px;
        top: 0px;
        width: 70px;
        height: 70px;
    }
    .educationBtm {
        padding: 70px 0 100px;
    }
    .programColInner , .newsColInner , .memberShipInner , .publicationInner {
        margin-top: 50px;
    }
    .aboutImgInner {
        width: 100%;
    }
    .aboutImgInner > img {
        width: 100%;
        max-width: 100%;
    }
    .titleCol p {
        font-size: 14px;
    }
    .card.cardStyle1 .cardDesc h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .webinarInner {
        margin-top: 50px;
    }
    .upcomingWebinar {
        padding: 70px 0 60px;
    }
    .aboutCont {
        margin-top: 30px;
    }
    .eduColBg img {
        max-width: 70%;
    }
    .card.cardStyle1 .cardDesc {
        padding: 0 10px;
    }
}
@media (max-width: 600px) {
    .logoheader img {
        max-width: 240px;
    }
    .bannersection {
        margin-top: 100px;
    }
    .dotShapeProg {
        right: 0;
    }
    .page-title-no-banner{
        margin-top: 5rem;
    }
}
@media (max-width: 575px) {
    .publicationDesc {
        margin-top: 30px;
    }
    .pageNavInner ul {
        column-count: 1;
    }
    .pageNavInner {
        padding: 40px 30px 30px;
    }
    .testiName {
        font-size: 20px;
    }
    .testiDesc {
        font-size: 14px;
        line-height: 26px;
        padding: 0;
    }
    .testiDesc:before {
        display: none;
    }
    .bannerCont h3 {
        font-size: 45px;
    }
    .webinarImg img {
        height: 250px;
    }
    .bannersection .carousel-item {
        height: 330px;
    }
    .bannersection .carousel-control-next, .bannersection .carousel-control-prev {
        width: 10%;
    }
    .footerTitle h4 {
        text-align: left;
    }
    .contactInfo {
        margin-bottom: 20px;
    }
    .footerBtm {
        margin-top: 30px;
    }
    .footerBtmInner {
        padding: 20px 0px 0;
    }
    .publicationInner .swiper-button-next {
        left: auto;
        right: 0;
    }
    .newsColDesc {
        margin-top: 30px;
    }
}
@media (max-width: 360px) {
    .card.cardStyle2 {
        padding: 20px;
    }
    .bannersection {
        margin-top: 88px;
    }
    .logoheader img {
        max-width: 180px;
    }
}







