* { margin: 0 0; padding: 0; outline: none; -ms-word-break: break-word; word-break: break-word; word-wrap: break-word;  }

html {scroll-behavior: smooth; }
body { padding: 0px; padding-top: 120px; background: url(../images/APAPP.png) no-repeat; background-position: top center; background-size: cover; font-family: "Inter", sans-serif; font-weight: normal !important; font-style: normal !important; overflow-x: hidden; }

/* scrollbar */
::-webkit-scrollbar { width: 5px; height: 5px;}
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); -webkit-border-radius: 10px; border-radius: 10px;}
::-webkit-scrollbar-thumb {-webkit-border-radius: 10px; border-radius: 10px; background: rgba(46, 86, 192, 0.6); -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);}
::-webkit-scrollbar-thumb:window-inactive { background: rgba(255, 255, 255, 0.3);}

input:-webkit-autofill, input:-webkit-autofill:hover,  input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover,
select:-webkit-autofill:focus { border: 1px solid transparent; -webkit-text-fill-color: rgba(152, 152, 152, 1); -webkit-box-shadow: 0 0 0px 1000px rgba(243, 243, 243, 1) inset; transition: background-color 5000s ease-in-out 0s;}

img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.page_container { width: 100%; max-width: 1260px; margin: 0px auto; padding: 0px 10px; }
.common_btn { font-weight: 700 !important; font-size: 18px; display: flex; align-items: center; letter-spacing: -3.5%; color: #FFFFFF !important; justify-content: center; background: #C6883D; border-radius: 50px; padding: 11px 25px; border: 2px solid transparent !important; box-shadow: none !important; width: fit-content;  transition: all 0.3s ease; }
.common_btn img { width: 16px; height: 16px; margin-left: 22px; }
.common_btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important; }

/*  */

header { width: 100%; padding: 24px 0px; position: absolute; top: 0; left: 0; }
header .sitelogo { width: 240px; height: 71px; }
header .sitelogo img { object-position: left; }
header ul.nav { align-items: center; }
header ul.nav li { margin-left: 16px; }
header ul.nav li a.nav-link { padding: 0px; font-weight: 600; font-size: 18px; letter-spacing: -0.02em; text-transform: uppercase; color: #FFFFFF; }

header ul.nav li a.nav-link:hover { color: #C6883D; }
header ul.nav li.connectlink a { padding: 13px 26px; background: #C6883D; border-radius: 32px; text-transform: unset; font-weight: 700; transition: all 0.3s ease; }
header ul.nav li.connectlink a img { width: 17px; height: 17px; margin-left: 21px; }
header ul.nav li.connectlink a:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important; color: #fff !important; }
header ul.nav li.article_link a { background: #00000059; padding: 8px; border-radius: 16px; }
header ul.nav li.article_link a:hover { color: #fff; }

header .dot_icon { width: 24px; height: 24px; cursor: pointer;}
#sidebarMenu { height: 100%; position: fixed; right: 0; width: 316px; padding: 20px; top: 0px; transform: translateX(0px); transition: transform 250ms ease-in-out; background: #fff; z-index: 111; border-left: 1px solid #000; }
.sidebarMenuInner { margin: 0; padding: 0; padding-top: 20px; height: 100vh; overflow-y: auto; list-style: none; }
.hidden { transform: translateX(316px) !important;}
.close_button { width: 14px; height: 14px; cursor: pointer; margin-left: auto; }
.close_button img { width: 100%; height: 100%; object-fit: contain; object-position: center;  }

.sidebarMenuInner ul { list-style: none; margin: 0; padding: 0px; }
.sidebarMenuInner li a { width: 100%; padding: 10px 0px; font-size: 14px; color: #000; }
.sidebarMenuInner li a.active, .sidebarMenuInner li a:hover { color: #C6883D; }
.sidebarMenuInner li.connectlink { margin-top: 10px; }
.sidebarMenuInner li.connectlink a { padding: 13px 26px; background: #000000; border-radius: 32px; text-transform: unset; font-weight: 700; transition: all 0.3s ease; color:#fff; text-align: center; }
.sidebarMenuInner li.connectlink a img { width: 17px; height: 17px; margin-left: 21px; }
.sidebarMenuInner li.connectlink a:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important; }

.user_dropdown .dropdown-toggle { border: none !important; box-shadow: none !important; display: flex; align-items: center; font-size: 14px; padding: 0; }
.user_dropdown .dropdown-toggle img { width: 35px; height: 35px; border-radius: 50%; object-fit: cover; object-position: center; margin-right: 10px;}
.user_dropdown .dropdown-toggle::after { content: ""; width: 12px; height: 12px; background: url(../images/arrow-down.png) no-repeat; background-position: center; background-size: contain; display: block; }
.user_dropdown .dropdown-menu[style] { left: auto !important; right: 0 !important;}
.user_dropdown .dropdown-menu { border: none !important; box-shadow: none !important; border-radius: 0px !important; padding: 10px; min-width: 230px; }
.user_dropdown .dropdown-menu li a { font-weight: 600; font-size: 18px; letter-spacing: -0.02em; text-transform: uppercase; color: #000000; }
.user_dropdown .dropdown-menu li a:hover, .user_dropdown .dropdown-menu li a.active  { color: #C6883D; }
.user_dropdown .dropdown-menu li { margin-left: 0 !important; padding: 5px 10px; }

/*  */

.banner_section { width: 100%; padding: 90px 0px; min-height: 678px; position: relative; overflow: hidden;  }
.banner_video_block { position: absolute; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; mix-blend-mode: screen; z-index: -1; }
.banner_video_block video { width: 100%; height: 100%; object-position: bottom; object-fit: cover; }
video::-webkit-media-controls { display: none !important;}
video::-webkit-media-controls-enclosure { display: none !important;}

.bs_content_block { width: 100%;}
.bs_content { max-width: 1056px; width: 100%; margin: 0px auto; }
.bs_content .bs_title { font-weight: 600; font-size: 70px; color: #FFFFFF; margin-bottom: 20px; text-align: center;  font-family: "Plus Jakarta Sans", sans-serif; }
.bs_content p { font-size: 24px; letter-spacing: -3.5%; color: #FFFFFF; margin-bottom: 20px; text-align: center; text-wrap: balance; }
.bs_button_row { width: 100%; display: flex; align-items: center; gap: 20px; justify-content: center; }
.bs_button_row .btn.learnmore_btn { background: transparent !important; border-color: #fff !important; }

.bsuser_block { padding: 5px; background: linear-gradient(90deg, #cfdfe1 0%, #ced5d6 100%); border-radius: 8px; max-width: 403px; width: 100%;  }
.bsuser_inner_block { background: #fff; border-radius: 4px; padding: 24px; display: flex; align-items: center; width: 100%; position: relative; }
.bsuser_block .bsu_image { max-width: 156px; width: 100%; display: flex; }
.bsuser_block .bsu_image img { width: 48px; height: 48px; background: #E5E5E5; border: 2px solid rgba(255, 255, 255, 0.6); border-radius: 50%; margin-left: -10px; }
.bsuser_block .bsu_image .tlf_total { background: #000000;  width: 48px; height: 48px; border: 2px solid #FFFFFF1A; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: 700; font-size: 12px; line-height: 16px; color: #FFFFFF; margin-left: -10px; }
.bsuser_block .bsutext { font-weight: 700; font-size: 18px; line-height: 120%; letter-spacing: -0.02em; text-transform: capitalize; color: #092F57; padding-left: 16px; }
.bsuser_inner_block .circel_dot { position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border-width: 5px; background: #092F57; border: 5px solid #4DA3AE; border-radius: 50%; right: -19px; }
/*  */
.mission_community_section { width: 100%; display: block; padding: 60px 0px 40px; background: #fff; }
.searching_block { width: 100%; display: block; margin-bottom: 24px; }
.searching_block h3 { font-weight: 600; font-size: 24px; color: #092F57; margin-bottom: 24px; font-family: "Plus Jakarta Sans", sans-serif; }
.searching_block .search_form { width: 100%; background: #F3F3F3; border-radius: 8px; height: 60px; }
.searching_block .search_form form { width: 100%; display: flex; }
.searching_block .search_form .form-select { background-color: transparent !important; border: none !important; box-shadow: none !important; border-right: 1px  solid #00000033 !important; font-size: 18px; letter-spacing: -0.03em; color: #121212; opacity: 0.6; text-shadow: 0px 4.54753px 84.1293px rgba(0, 0, 0, 0.15); border-radius: 0px !important; padding: 8px; background-image: url(../images/downarrow.svg); background-repeat: no-repeat; background-size: 30px; background-position: right 20px center; padding-right: 50px;}
.searching_block .search_form .input-group-text { background: transparent !important; border: none !important; box-shadow: none !important; padding-right: 0px; border-radius: 0px !important; padding-left: 20px; }

.searching_block .search_form .connect_btn { min-width: 152px; border: 4px solid #FFFFFF1A !important; background: #092F57; border-radius: 0px 4px 4px 0px; box-shadow: none !important; font-weight: 600; font-size: 18px; text-transform: capitalize; color: #FFFFFF !important; padding: 12px; }
.searching_block .search_form .connect_btn img { width: 20px; height: 20px; margin-left: 10px; }

.mcs_heading_row { width: 100%; display: block; padding: 60px 0px; }
.mcs_heading_row .mcs_heading { font-weight: 700; font-size: 48px; color: #092F57; margin-bottom: 0px;  font-family: "Plus Jakarta Sans", sans-serif; }
.mcs_heading_row .mcs_txt { font-size: 16px; letter-spacing: -3.5%; color: #000000; margin-bottom: 16px; }
.mcs_heading_row .find_thought_btn { background: #C6883D; max-width: fit-content; }
.mcs_content_block { padding-top: 24px; }
.mcs_outer_card { width: 100%; height: 100%; padding-bottom: 20px; position: relative; overflow: hidden; }
.mcs_inner_card { width: 100%; height: 433px; overflow: hidden; position: relative;   }
.mcs_inner_card::before { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(180deg, #00305A 39.09%, rgba(0, 48, 90, 0.1) 60.1%); z-index: 1; }
.mcs_inner_card .mcs_image { position: absolute; width: 100%; height: 66%; left: 0; bottom: 0; }
.mcs_inner_card .mcs_image.mcsvideo_block { height: 100% !important; width: 100%; }
.mcs_inner_card .mcs_image.mcsvideo_block video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mcs_inner_card .mcs_image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mcs_inner_card .mcs_card_body { position: relative; width: 100%; padding: 14px; height: 100%; border: 10px solid rgba(255, 255, 255, 0.1); z-index: 1; }
.mcs_inner_card .mcscb_title { font-weight: 700; font-size: 24px; letter-spacing: -0.033em; color: #FFFFFF; margin-bottom: 10px; }
.mcs_inner_card .mcscb_text { font-size: 18px; letter-spacing: -0.033em; color: #FFFFFF; margin-bottom: 0px; }
.mcs_inner_card:has(.mcs_image.mcsvideo_block)::before { background: linear-gradient(180deg, #00305A 39.09%, rgba(0, 48, 90, 0.63) 60.1%);  }



.explore_events_section { border-top: 1px solid #0000001A; width: 100%; display: block; background: #092f57; padding: 100px 0px 80px; }
.ees_heading_row { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px;  }
.ees_heading_row .ees_title { font-weight: 600; font-size: 48px; letter-spacing: -2%; color: #fff; margin-bottom: 0px;  font-family: "Plus Jakarta Sans", sans-serif; }
.ees_heading_row .btnrow { width: 50%; display: flex; align-items: center; justify-content: flex-end; }
.ees_heading_row .btnrow .btn { margin-left: 16px; }
.ees_heading_row .btnrow .btn.event_btn { background: #C6883D; }
.ees_heading_row .btnrow .btn.cmeevent_btn { background: #829794; }

.ees_content_block {  }
.event_card_outer { width: 100%; height: 100%; padding-bottom: 20px; }
.event_card_inner { width: 100%; background: #fff; padding: 24px; height: 100%; display: flex; flex-direction: column; }
.event_card_inner .event_date { font-size: 16px; letter-spacing: -0.035em; color: #000000; margin-bottom: 16px; }
.event_card_inner .event_name { font-weight: 700; font-size: 24px; line-height: 33px; color: #000000; margin-bottom: 16px; }
.event_card_inner .event_location { font-size: 16px; letter-spacing: -0.035em; color: #000000; display: flex; align-items: center; margin-bottom: 16px; }
.event_card_inner .event_location img { width: 24px; height: 24px; margin-right: 8px; }
.event_card_inner .event_intro { font-size: 14px; letter-spacing: -0.035em; color: #000000; margin-bottom: 16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.event_card_inner .event_register { box-shadow: 0px 24px 60px 0px #3921511A !important; background: #C6883D !important; border: none !important; border-radius: 20px; padding: 8px 24px; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; font-size: 18px; line-height: 33px; color: #FFFFFF; transition: all 0.3s ease; width: fit-content; margin-top: auto; }
.event_card_inner .event_register img { width: 24px; height: 24px; margin-right: 8px; }
.event_card_inner .event_register:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important; }
/*  */


.featured_educators_section { width: 100%; display: block; padding: 60px 0px 40px; background:#F3F3F3; }
.fes_heading_row { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.fes_heading_row .fes_heading { font-weight: 600; font-size: 48px;  color: #092F57; letter-spacing: -2%; margin-bottom: 0px;  font-family: "Plus Jakarta Sans", sans-serif; }
.fes_card_outer { width: 100%; height: 100%; padding-bottom: 20px; }
.fes_card { width: 100%; height: 100%; background: #fff; padding: 24px; }
.fes_card .fes_title { font-weight: 700; font-size: 24px; line-height: 33px; color: #092F57; margin-bottom: 8px; }
.fes_card .fes_connect { font-size: 16px; letter-spacing: -3.5%; color: #829794; margin-bottom: 8px; }
.fes_card .fes_connect:last-child { margin-bottom: 0px; }
.fes_card .fes_connect img { width: 24px; height: 24px; margin-right: 8px; }
.fes_card .fes_connect a { color: #000000; }

/*  */

.latest_news_blogs_section { width: 100%; display: block; padding: 60px 0px 34px; background: #fff; border-top: 1px solid #0000001A; }
.lnbs_block { width: 100%; margin: 0px auto; }
.lnbs_heading_row { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.lnbs_heading_row .lnbs_heading { font-weight: 600; font-size: 48px; letter-spacing: -2%; color: #092F57; margin-bottom: 0px;  font-family: "Plus Jakarta Sans", sans-serif; }

.blog_card_outer { width: 100%; height: 100%; padding-bottom: 24px; }
.blog_card { padding: 24px; width: 100%; background: #FFFFFF; border: 1px solid rgba(17, 17, 17, 0.1); height: 100%; }
.blog_card:last-child { margin-bottom: 0px; }
.blog_card .blog_img { width: 100%; height: 190px; }
.blog_card .blog_img img { object-fit: cover; }
.blog_card .blog_body { width: 100%; overflow: hidden; padding-top: 16px; height: calc(100% - 190px); display: flex; flex-direction: column; }
.blog_card .bb_title { font-weight: 600; font-size: 24px; letter-spacing: -2%; text-transform: capitalize; color: #111111; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.blog_card .bb_desc {font-weight: 500; font-size: 16px; letter-spacing: -0.035em; color: #818181; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; }
.blog_card .bb_bottom_row { width: 100%; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #1111111A; padding-top: 10px; margin-top: auto; }
.blog_card .learnbtn { font-weight: 700; font-size: 18px; letter-spacing: -0.02em; text-transform: capitalize; color: #092F57; padding: 5px 8px; border-radius: 4px; box-shadow: none !important; border: none !important;  font-family: "Plus Jakarta Sans", sans-serif; display: flex; align-items: center; }
.blog_card .learnbtn:hover { background: #fdf0f0; }
.blog_card .learnbtn img { width: 18px; height: 18px; margin-left: 10px; }
.blog_card .blg_type { padding: 8px 16px; background: rgba(17, 17, 17, 0.1); border-radius: 8px; font-weight: 500; font-size: 14px; letter-spacing: -0.02em; color: #111111; }

.latest_news_blogs_section .article_slider .blog_card_outer { padding: 5px; }
.latest_news_blogs_section  .blog_card { height: 100% !important; }
.slick-list, .slick-track { display: flex; }
.latest_news_blogs_section .slick-custom-arrow { padding: 8px; background: #092F57; border: none !important; }
.slick-dots { list-style: none; padding: 0px; margin-top: 10px; margin-bottom: 0px; display: flex; align-items: center; justify-content: center; }
.slick-dots li { width: 10px; height: 10px; border-radius: 50%; margin: 0px 1px; background: #eee; }
.slick-dots li.slick-active { background: #092F57; }
.slick-dots li button { display: none; }

/* footer */

footer { width: 100%; display: block; background: #092F57; /* border-top: 1px solid #0000001A; */ }
footer ul { list-style: none; padding: 0px; margin: 0px; display: flex; align-items: center; justify-content: center; }
.footer_top_row { padding: 30px 0px; border-bottom: 1px solid #FFFFFF33; }
.footer_top_row .page_container{ width: 100%; display: flex; align-items: center; justify-content: space-between; }
.footer_top_row .sitelogo { max-width: 420px; height: 100px; width: 100%; margin: 0px auto; }
.footer_top_row .sitelogo img { object-position: left; }
.footer_top_row .subscribe_block { width: 50%; display: flex; align-items: center; justify-content: flex-end; }
.footer_top_row .subscribe_block p { font-weight: 500; font-size: 16px; color: #FFFFFF; margin-bottom: 0px; max-width: 275px; margin-right: 30px; width: 100%; }
.footer_top_row .sub_btn { font-weight: 700; font-size: 16px; line-height: 14px; color: #FFFFFF; padding: 13px; background: #4DA3AE !important; border: none !important; box-shadow: none !important; mix-blend-mode: normal; border-radius: 16px; display: flex; align-items: center; min-width: 180px; justify-content: center; transition: all 0.3s ease; }
.footer_top_row .sub_btn img { width: 11px; height: 11px; margin-left: 10px; }
.footer_top_row .sub_btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important; }

.footer_menu_row { width: 100%; display: block; padding: 60px 0px; }
.footer_menu_row ul.nav { align-items: center; padding: 15px 0px !important; margin-bottom: 50px; }
.footer_menu_row ul.nav li { margin: 0px 18px; }
.footer_menu_row ul.nav li a.nav-link { padding: 0px; font-weight: 600; font-size: 18px; letter-spacing: -0.02em; text-transform: uppercase; color: #FFFFFF; }
.footer_menu_row ul.nav li a.nav-link.active, .footer_menu_row ul.nav li a.nav-link:hover { color: #C6883D; }
.footer_menu_row ul.nav li.connectlink a { padding: 13px 26px; background: #000000; border-radius: 32px; text-transform: unset; font-weight: 700;}
.footer_menu_row ul.nav li.connectlink a img { width: 17px; height: 17px; margin-left: 21px; }

.social_icons { width: 100%; display: flex; padding: 20px 0px; }
.social_icons li { margin: 0px 40px; }
.social_icons li a { width: 24px; height: 24px; display: block; }

.footer_bottom_row { width: 100%; display: block; padding: 16px 0px; border-top: 1px solid #fff; }
.footer_bottom_row .page_container{ width: 100%; display: flex; align-items: center; justify-content: space-between; }
.footer_bottom_row .copyright_text { font-size: 16px; letter-spacing: -0.02em; color: #FFFFFF; margin-bottom: 0px; }
.footer_bottom_row .fbr_ul li { padding: 0px 8px; border-left: 1px solid #fff; }
.footer_bottom_row .fbr_ul li:first-child {border: none !important; }
.footer_bottom_row .fbr_ul li a { font-size: 18px; line-height: 19px; color: #FFFFFF; font-weight: 400; }
.footer_bottom_row .fbr_ul li a:hover, .footer_bottom_row .fbr_ul li a.active { color: #C6883D; }

/*  */

.tlp_map_block { padding-top: 76px; width: 100%; display: block; padding-bottom: 20px; }
.tlp_map_block h6 { font-weight: 700; font-size: 24px; text-align: center; letter-spacing: -0.02em; text-transform: capitalize; color: #FFFFFF; margin-bottom: 105px; }
.tlp_map_block .map_block { max-width: 900px; height: 480px; width: 100%; margin: 0px auto; position: relative; }

.map_user_block { background: #FFFFFF; box-shadow: 0px 4px 32px 0px #00000029; padding: 16px; border-radius: 8px; display: flex; max-width: 400px; width: 100%; position: absolute; left: -130px; top: -63px; }
.map_user_block .mubimg { width: 96px; height: 96px; border-radius: 8px; border: 4px solid #FFFFFF99; }
.map_user_block .mubimg img { object-fit: cover; border-radius: 8px; }
.map_user_block .mub_body { padding-left: 8px; width: 100%; flex: 1; overflow: hidden; }
.map_user_block .user_name { font-weight: 700; font-size: 20px; line-height: 33px; letter-spacing: -0.01em; color: #000000; margin-bottom: 4px; text-align: left; }
.map_user_block .mub_connect { font-size: 16px; display: flex; align-items: center; letter-spacing: -0.035em; color: #000000; margin-bottom: 4px; }
.map_user_block .mub_connect img { width: 24px; height: 24px; margin-right: 8px; }
.map_user_block .circel_dot { position: absolute; left: 50%; transform: translateX(-50%); width: 34px; height: 34px; border-width: 5px; background: #092F57; border: 5px solid #4DA3AE; border-radius: 50%; bottom: -19px; }

.fe_tlp_section { width: 100%; display: block; padding: 30px 0px 60px; }
.fetlp_card_outer { width: 100%; height: 100%; padding-bottom: 24px;  }
.fetlp_card { width: 100%; height: 100%; display: flex; padding: 24px; background: #fff; flex-direction: column; }
.fetlp_card .feltpc_top_row { width: 100%; display: flex; margin-bottom: 24px; }
.fetlp_card .feltpc_img { width: 96px; height: 96px; border-radius: 8px; border: 4px solid #FFFFFF99;  }
.fetlp_card .feltpc_img img { object-fit: cover; border-radius: 8px; }
.fetlp_card .feltpc_info { padding-left: 8px; width: 100%; flex: 1; overflow: hidden; }
.fetlp_card .feltpc_info .user_name { font-weight: 700; font-size: 20px; line-height: 33px; letter-spacing: -0.01em; color: #000000; margin-bottom: 4px; text-align: left; }
.fetlp_card .feltpc_info .feltpc_connect { font-size: 16px; display: flex; align-items: center; letter-spacing: -0.035em; color: #000000; margin-bottom: 4px; }
.fetlp_card .feltpc_info .feltpc_connect img { width: 24px; height: 24px; margin-right: 8px; }
.fetlp_card p.feltpc_text { font-weight: 500; font-size: 16px; color: #111111; margin-bottom: 16px; }
.fetlp_card .learnbtn { font-weight: 700; font-size: 18px; letter-spacing: -0.02em; text-transform: capitalize; color: #092F57; padding: 5px 8px; border-radius: 4px; box-shadow: none !important; border: none !important;margin-top: auto; text-align: left !important; }
.fetlp_card .learnbtn:hover { background: #fdf0f0; }
.fetlp_card .learnbtn img { width: 18px; height: 18px; margin-left: 10px; }

.thought_leaders_page .fes_heading_row .fes_heading { color: #fff; }

/*  */

.common_banner_section { width: 100%; display: block; padding: 78px 0px 45px; }
.common_banner_section h1 { font-weight: 600; font-size: 48px; letter-spacing: -0.035em; color: #FFFFFF; margin-bottom: 10px;  font-family: "Plus Jakarta Sans", sans-serif; }
.common_banner_section .breadcrumb { margin-bottom: 0px; padding: 0px; }
.common_banner_section .breadcrumb li { font-weight: 500; font-size: 16px; line-height: 19px; letter-spacing: -3.5%; color: #fff !important; }
.common_banner_section .breadcrumb li a { font-weight: 500; font-size: 16px; line-height: 19px; letter-spacing: -3.5%; color: #fff !important; }
.common_banner_section .breadcrumb-item + .breadcrumb-item::before { color: #ffff; }

.latest_news_section { padding: 60px 0px; display: block; background: #F3F3F3; border-top: 1px solid #0000001A; }
.latest_news_section .blog_card { border-radius: 0px; height: 100%; align-items: flex-start; }
.latest_news_section .blog_card_outer { width: 100%; height: 100%; padding-bottom: 24px; }
/* .latest_news_section .blog_card .bb_title { -webkit-line-clamp: unset; line-clamp: unset; } */

/*  */

.articles_detail_section { padding: 60px 0px; display: block; background: #F3F3F3; border-top: 1px solid #0000001A; }
.detail_content_block { padding: 32px; background: #FFFFFF; }
.detail_content_block .dcb_title { font-weight: 600; font-size: 32px; letter-spacing: -0.02em; color: #111111; margin-bottom: 32px; }
.detail_content_block .dcb_scadule { display: flex; align-items: center; width: 100%; margin-bottom: 32px; }
.detail_content_block .dcb_scadule div { margin-right: 32px; display: flex; align-items: center; }
.detail_content_block .dcb_scadule div img { width: 24px; height: 24px; vertical-align: top; margin-right: 8px; }
.detail_content_block .dcb_scadule .by_text img { margin-left: 6px; }
.detail_content_block .dcb_scadule .by_text { font-weight: 500; font-size: 18px; letter-spacing: -0.02em; color: #C6883D; }
.detail_content_block .dcb_scadule div span { font-weight: 500; font-size: 18px; letter-spacing: -0.02em; color: #092F57; }
.detail_content_block p { font-weight: 500; font-size: 18px; letter-spacing: -0.02em; color: #092F57; margin-bottom: 24px; }

.resources_block { width: 100%; display: block; padding: 24px; background: #fff; margin-bottom: 24px; }
.resources_block .rb_title { font-weight: 700; font-size: 18px; letter-spacing: -0.02em; text-transform: capitalize; color: #111111; margin-bottom: 16px; }
.resources_block .rb_img { max-width: 247px; height: auto/* 337px */; width: 100%; margin-bottom: 16px; }
.resources_block .rb_img img {object-fit: cover; }
.resources_block .rbtext { font-weight: 500; font-size: 14px; letter-spacing: -0.02em; color: #111111; margin-bottom: 16px; }
.resources_block .apply_btn { width: 100%; }

.categories_block { width: 100%; display: block; padding: 24px; background: #fff;}
.categories_block .cb_title { font-weight: 700; font-size: 18px; letter-spacing: -0.02em; text-transform: capitalize; color: #111111; margin-bottom: 16px; }

.cb_list { list-style: none; margin: 0px; padding: 0px; }
.cb_list li { width: 100%; display: flex; padding: 8px; margin-bottom: 16px; }
.cb_list li:last-child { margin-bottom: 0px; }
.cb_list li img { width: 24px; height: 24px; margin-right: 8px; }
.cb_list li a, .cb_list li span { font-weight: 600; font-size: 18px; letter-spacing: -0.02em; color: #092F57; }

/*  */

.events_page { width: 100%; padding: 60px 0px; background: #F3F3F3; }

.events_inner_block { max-width: 1060px; width: 100%; margin: 0px auto; }

.ep_heading { font-weight: 700; font-size: 48px; letter-spacing: -0.035em; color: #092F57; margin-bottom: 16px; font-family: "Plus Jakarta Sans", sans-serif; }

.main_event_block { width: 100%; min-height: 442px; padding: 32px; margin-bottom: 32px; background: url(../images/eventbg.png) no-repeat; background-position: center; background-size: cover; position: relative; }
.main_event_block::before { position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: rgba(155, 155, 155, 0.4); }
.meb_content_block { max-width: 556px; width: 100%; position: relative; }
.meb_content_block h3 { font-weight: 700; font-size: 32px; letter-spacing: -0.02em; text-transform: capitalize; color: #092F57; margin-bottom: 20px; padding-right: 32px; }
.meb_content_block p { font-weight: 500; font-size: 18px; letter-spacing: -0.02em; color: #000000; margin-bottom: 20px; }
.meb_content_block strong { font-weight: 700 !important; }
.meb_content_block .date_address_row { font-weight: 500; font-size: 18px; letter-spacing: -0.02em; color: #000000; display: flex; align-items: center; margin-bottom: 20px; }
.meb_content_block .date_address_row img { width: 18px; height: 18px; margin-right: 8px; }
.main_event_block .register_btn { box-shadow: 0px 24px 60px 0px #3921511A !important; border: 1px solid transparent !important; background: #C6883D; display: flex; align-items: center; justify-content: center; width: 202px; border-radius: 20px; padding: 8px 20px; font-weight: 600; font-size: 18px; line-height: 33px; color: #FFFFFF !important; transition: all 0.3s ease; }
.main_event_block .register_btn img { width: 24px; height: 24px; margin-right: 8px; }
.main_event_block .register_btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important; }

.ncse_block .date_block { width: 100%; display: flex; align-items: center; font-weight: 700; font-size: 18px; line-height: 33px; color: #C6883D; padding-bottom: 8px; border-bottom: 2px solid #C6883D; margin-bottom: 24px; }
.ncse_block .date_block img { width: 24px; height: 24px; margin-right: 8px; }

.ncseb_content_row { width: 100%; display: flex; background: #fff; padding: 24px; border-bottom: 1px solid #0000001A; margin-bottom: 24px; }
.ncsebc_logo_block { max-width: 205px; width: 100%; height: 204px; }
.ncsebc_logo_block img { object-fit: cover; }
.ncsebc_left_block { width: 100%; flex: 1; padding-right: 10px; display: flex; flex-direction: column; }
.ncsebc_left_block .ncs_date { font-weight: 500; font-size: 18px; letter-spacing: -0.02em; color: #111111; margin-bottom: 8px; }
.ncsebc_left_block .ncs_name { font-weight: 600; font-size: 24px; letter-spacing: -0.02em; color: #111111; margin-bottom: 8px; }
.ncsebc_left_block .ncs_location { font-weight: 500; font-size: 18px; letter-spacing: -0.02em; color: #111111; margin-bottom: 40px; display: flex; align-items: center; }
.ncsebc_left_block .ncs_location img { width: 24px; height: 24px; margin-right: 8px; }
.ncsebc_left_block .register_btn { box-shadow: 0px 24px 60px 0px #3921511A !important; border: 1px solid transparent !important; background: #C6883D; display: flex; align-items: center; justify-content: center; width: 202px; border-radius: 20px; padding: 8px 20px; font-weight: 600; font-size: 18px; line-height: 33px; color: #FFFFFF !important; margin-top: auto; transition: all 0.3s ease;  }
.ncsebc_left_block .register_btn img { width: 24px; height: 24px; margin-right: 8px; }
.ncsebc_left_block .register_btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important; }

.register_btn { box-shadow: 0px 24px 60px 0px #3921511A !important; border: 1px solid transparent !important; background: #C6883D; display: flex; align-items: center; justify-content: center; width: 202px; border-radius: 20px; padding: 8px 20px; font-weight: 600; font-size: 18px; line-height: 33px; color: #FFFFFF !important; margin-top: auto; transition: all 0.3s ease;  }
.register_btn img { width: 24px; height: 24px; margin-right: 8px; }
.register_btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important; }


/* signup page */

.auth_page { padding: 25px 0px 54px; display: block; width: 100%; }
.ap_content_block { width: 100%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #FFFFFF4D; }
.form_block { width: 100%; flex: 1; }
.form_block h1 { font-weight: 600; font-size: 60px; letter-spacing: -0.035em; color: #FFFFFF; margin-bottom: 24px;  font-family: "Plus Jakarta Sans", sans-serif; }
.form_block p { font-weight: 600; font-size: 24px; letter-spacing: -0.035em; color: #FFFFFF; }
.form_block .form_row { background: #FFFFFF; max-width: 669px; width: 100%; display: flex; margin-bottom: 24px; }
.form_block .form_row .form-group { position: relative; }
.form_block .form_row .form-control { box-shadow: none !important; border: none !important; border-radius: 0 !important; border-right: 1px solid #00000033 !important; font-size: 18px; letter-spacing: -0.03em; color: #092F57; text-shadow: 0px 4.55px 84.13px 0px #00000026; padding: 16px 24px; }
.form_block .form_row .form-control::placeholder { color: rgba(9, 47, 87, 0.6); }
.form_block .form_row .form-group .form-control.passcheck { border: none !important; }
.signup_page .form_block .form_row .form-group .help-block { position: absolute; bottom: -20px; text-align: left; width: 100%; left: 0; }
.form_block .common_btn { border-radius: 0px !important; padding: 11px 24px; max-width: 150px; width: 100%; }
.form_block .common_btn img { margin-left: 10px;}
.auth_page .map_image { width: 100%; max-width: 470px; mix-blend-mode: color-dodge; }
.auth_page .map_image video { width: 100%; height: 100%; }
.signup_page .form_block .common_btn { margin-left: auto; }
.signup_page .form_block .common_btn:hover { transform: unset; }

.signup_content_row { width: 100%; display: flex; padding-top: 24px; }
.signup_content_row .scr_box { width: 20%; border-right: 1px solid #FFFFFF33; padding: 0px 24px 24px; }
.signup_content_row .scr_box:last-child { border: none !important; }
.signup_content_row .scr_box .scr_icon { width: 40px; height: 40px; margin-bottom: 10px; }
.signup_content_row .scr_box h4 { font-weight: 700; font-size: 16px; letter-spacing: -0.035em; color: #FFFFFF;  }
.signup_content_row .scr_box p { font-size: 16px; letter-spacing: -0.035em; color: #FFFFFF; margin-bottom: 0px; }

/*  */

.login_page h1 { text-align: center; }
.login_page .form_block { min-height: 70vh; display: flex; flex-direction: column; align-items: center;  justify-content: center;}
.login_page .form_block form { max-width: 418px; margin: 0px auto 24px; width: 100%; }
.form_block p.otherlinks { font-weight: 500; font-size: 16px; color: #FFFFFF; text-align: center; margin-bottom: 0px; }
.form_block p.otherlinks a { color: #fff; }
.form_block p.otherlinks a:hover { text-decoration: underline !important; }
.login_page .form-control { box-shadow: none !important; border: none !important; border-radius: 0 !important; border-bottom: 1px solid #00000033 !important; font-size: 18px; letter-spacing: -0.03em; color: #121212; text-shadow: 0px 4.54753px 84.1293px rgba(0, 0, 0, 0.15); padding: 16px 24px; background: #fff; }
.login_page .form_block .common_btn { max-width: 100%; justify-content: flex-start;}
.login_page .form_block .common_btn:hover { transform: unset; }

.login_page .common_btn { background: #000000; }

/*  */

.contact_us_page { padding: 25px 0px 54px; display: block; width: 100%; min-height: 70vh;}
.contact_us_page .form_block { max-width: 418px; margin: 0px auto; width: 100%; }
.contact_us_page .form_block h1 { font-weight: 700; font-size: 60px; letter-spacing: -0.035em; color: #FFFFFF; margin-bottom: 24px; text-align: center; }
.contact_us_page .form-control { box-shadow: none !important; border: none !important; border-radius: 0 !important; border-bottom: 1px solid #00000033 !important; font-size: 18px; letter-spacing: -0.03em; color: #121212; text-shadow: 0px 4.54753px 84.1293px rgba(0, 0, 0, 0.15); padding: 16px 24px; background: #fff; }
.contact_us_page .form_block .common_btn { max-width: 100%; justify-content: flex-start;}
.contact_us_page .form_block .common_btn:hover { transform: unset; }
.contact_us_page .common_btn { background: #000000; }
/* about us */

.about_us_page .common_banner_section { padding: 80px 0px; }
.about_us_page .cbs_sub_title { font-weight: 600; font-size: 32px; text-align: center; letter-spacing: -1.5%; color: #FFFFFF; margin-bottom: 0px; max-width: 1032px; width: 100%; margin: 0px auto; font-family: "Plus Jakarta Sans", sans-serif; }
.about_us_page .mission_community_section { background: linear-gradient(180deg, #E4F2F4 -4.47%, #FFFFFF 88.56%); }
.about_us_page .mcs_heading_row .mcs_txt {font-size: 18px;}

.engage_experts_region_section { width: 100%; display: block; padding: 90px 0px; background:  #F3F3F3; overflow: hidden; }
.eers_content_block { max-width: 520px; width: 100%; padding-right: 30px; }
.eers_content_block .eers_title { font-weight: 600; font-size: 40px; letter-spacing: -0.033em; color: #092F57; margin-bottom: 10px; font-family: "Plus Jakarta Sans", sans-serif; }
.eers_content_block .eers_text { font-size: 18px; letter-spacing: -0.033em; color: #000000; margin-bottom: 20px; }
.eers_map_block { width: 679px; height: 381px;}

.tailored_education_community_section { width: 100%; display: block; background: #fff; padding: 110px 0px 60px; }
.tecs_content_block { max-width: 540px; width: 100%; padding: 20px 0px; }
.tecs_content_block .tecs_title { font-weight: 600; font-size: 40px; letter-spacing: -0.033em; color: #092F57; margin-bottom: 10px; font-family: "Plus Jakarta Sans", sans-serif; }
.tecs_content_block .tecs_text { font-size: 18px; letter-spacing: -0.033em; color: #000000; margin-bottom: 10px; }
.tecs_image_block { max-width: 515px; height: 365px; width: 100%; position: relative; margin: 0px auto; }
.tecs_image_block img { object-fit: cover; }
.tecs_image_block .tecs_icon { position: absolute; width: 100px; height: 100px; background: #F3F3F3; border-radius: 5px; padding: 16px; right: -35px; top: -35px; }



/*  */

.video_section { width: 100%; padding: 60px 0px; background: #F3F3F3; }
.video_types { width: 100%; padding: 24px; background: #FFFFFF; }
.video_types .vt_row { width: 100%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #0000001A; padding-bottom: 10px; }
.video_types .vt_row .vt_title { margin-bottom: 0px; font-weight: 700; font-size: 24px; letter-spacing: -0.02em; color: #111111; }
.video_types .vt_row a { font-weight: 500; font-size: 18px; letter-spacing: -0.02em; color: rgba(17, 17, 17, 0.3); }

.vtList { padding-top: 10px; }

.checkbox_custom { width: 100%; display: block; margin-bottom: 20px; }
.checkbox { position: relative; padding-left: 30px; cursor: pointer;font-size: 18px; line-height: 24px; -webkit-user-select: none; color: #111111 !important;  -moz-user-select: none;-ms-user-select: none;user-select: none; margin-bottom: 10px; margin-left: 0px; }
.checkbox input { position: absolute; opacity: 0;cursor: pointer;height: 0; width: 0;}
.checkmark { position: absolute; top: 2px; left: 0; height: 18px; width: 18px; background: #FFFFFF; border: 2px solid #11111133; border-radius: 4px; }
.checkmark::after { display: none;content: "";position: absolute; left: 5px; top: 1px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
input:checked ~ .checkmark::after { display: block; }
input:checked ~ .checkmark { background: #092F57; }
.checkbox:has(input:checked) { font-weight: 600; }

.vs_top_row { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.vs_top_row h3 { font-weight: 600; font-size: 32px; letter-spacing: -0.02em; text-transform: capitalize; color: #111111; margin-bottom: 0px; font-family: "Plus Jakarta Sans", sans-serif;  }
.vs_top_row .form-group select { font-weight: 600; font-size: 18px; letter-spacing: -0.02em; color: #111111; padding: 8px 16px; padding-right: 32px; background-color: #FFFFFF; border: 1px solid rgba(17, 17, 17, 0.1); border-radius: 8px; box-shadow: none !important; }
.cc_outer_block { width: 100%; height: 100%; padding-bottom: 10px; }
.common_card .cc_img { max-width: 450px; height: 252px; width: 100%; }
.common_card .cc_img img, .common_card .cc_img video { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/*  */

.video_box { width: 100%; height: 500px; margin-bottom: 20px; }
.video_box video, .video_box img, .video_box iframe { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* subscribe modal */

.modal-dialog { max-width: 448px !important; }
.modal-content { border-radius: 20px 20px 20px 0px; border: none !important; }
.modal-header { border: none; padding: 20px; }
.modal-header .modal-title { font-size: 28px; line-height: 30px; text-align: center; color: #092F57; font-weight: bold; width: 100%; }
.modal-header .btn-close { position: absolute; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #FFFFFF; background: #000; right: -15px; top: -15px; margin: 0 !important; padding: 0 !important; opacity: 1 !important; font-size: 14px; color: #fff !important; }
.modal-body { padding: 0px 40px 30px; }
.modal-body .form-group { margin-bottom: 25px; }
.modal-body .form-group label { font-size: 12px; font-weight: 500; line-height: 24px; color: #000; margin-bottom: 0px; }
.modal-body .form-group .form-control { width: 100%; box-shadow: none !important; border: 1px solid #00000033 !important; border-radius: 4px; background-color: transparent; font-size: 14px; font-weight: 500; line-height: 24px; color: #111111; padding: 14px 18px;}
.modal-body .form-group .form-control::placeholder{ color: #87909E; }
.subscribe_btn { width: 100%; display: block; background: #092F57; }

/* leader profile page */

.leader_profile_page { display: block; padding: 50px 0px; width: 100%; min-height: 80vh; }
.leader_profile_page .fetlp_card { height: 100%; }
.leader_profile_page .fetlp_card .feltpc_img { width: 150px; height: 150px; }
.leader_profile_page .fetlp_card p.feltpc_text { margin-bottom: 0 !important; max-height: 127px; overflow-y: auto;}
.leader_profile_page .fetlp_card_outer { padding-bottom: 0px !important; }

.featured-content { padding-top: 50px; }
.featured-content h2 { font-weight: 700; font-size: 48px; letter-spacing: -0.035em; color: #fff; margin-bottom: 30px; }

.video_card_block { padding: 0px 10px 0px; width: 100%; height: 250px; }
.video_card_block a { display: block; width: 100%; height: 100%; }
.video_card_block a img { object-fit: cover; }
.leader_profile_page .fetlp_card .feltpc_top_row { margin-bottom: 16px;}
.uservideo { width: 100%; display: block; height: 342px/* 700px */; }
.uservideo iframe { width: 100%; height: 100%; }

.fc_heading_block { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.fc_heading_block .input-group { max-width: 200px; width: 100%; margin-bottom: 25px; }
.fc_heading_block .form-select { border: none !important; box-shadow: none !important; background-color: #F3F3F3; border-radius: 8px; font-size: 18px; color: #092F57; }

/*  */

.common_banner_section p { font-weight: 600; font-size: 20px; letter-spacing: -0.035em; color: #FFFFFF; margin-bottom: 10px; }

.user_profile_page { width: 100%; display: block; padding: 50px 0px; background: #F3F3F3; border-top: 1px solid #0000001A; }

.profile_form_block { display: flex; justify-content: space-between; width: 100%; position: relative; align-items: flex-start; }
.profile_form_block .pfb_left_block { width: 50%;}
.profile_form_block .common_form_block{ background: #FFFFFF; border: 1px solid rgba(17, 17, 17, 0.1);border-radius: 8px; height: 100%; padding: 24px; margin-bottom: 20px; }
.profile_form_block .common_form_block .form_field_cotnent { display: flex;}
.profile_form_block .pfb_right_block { width: 50%; padding-left: 30px;}
.form_items { width: 100%; flex: 1;}
.common_form_block .user_img { border: 6px solid #C6883D; background: transparent; width: 120px; height: 120px; border-radius: 50%; position: relative; margin: 0px auto; margin-left: 40px;}
.common_form_block h4 { font-weight: 700; font-size: 24px; letter-spacing: -0.02em; text-transform: capitalize; color: #111111; margin-bottom: 20px; }

.common_form_block .form-group { margin-bottom: 20px; }
.common_form_block .form-group .form-label { font-size: 16px; letter-spacing: -0.03em; color: #121212; margin-bottom: 5px; }
.common_form_block .form-group .form-control { font-size: 18px; box-shadow: none !important; border-radius: 0px; padding: 14px 24px; letter-spacing: -0.03em; color: #121212; border: 2px solid #11111133 !important; background-color: transparent !important;  }
.common_form_block .form-group .form-control::placeholder { opacity: 0.6; }
.common_form_block .save_btn { max-width: 100%; justify-content: flex-start; border-radius: 0px !important; padding: 14px 24px; width: 100%; }

.common_form_block .upload_img { background: #092F57; border: 2px solid #ffffff; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; position: absolute; bottom: 5px; right: 5px; padding: 2px;}
.common_form_block .upload_img img { width: 18px; height: 18px; object-fit: contain; object-position: center; border-radius: 0px !important;}
.common_form_block .user_img img { border-radius: 50%; object-fit: cover;}
.common_form_block .upload_img input { position: absolute; width: 100%; height: 100%; opacity: 0; cursor: pointer;}
.common_form_block .form-group .input-group .form-control { border-right: 0px !important; }
.common_form_block .form-group .input-group .toggle-password { border: 2px solid #11111133 !important; border-left: 0px !important; background-color: transparent !important;  box-shadow: none !important; margin: 0px !important; border-radius: 0px !important; }


.pfb_right_block ul { list-style: none !important; margin-bottom: 0; padding-left: 0px !important; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.pfb_right_block ul li { max-width: 45%; width: 100%; border-radius: 10px; background: #f3f3f3; display: flex; align-items: center; justify-content: space-between; padding: 11px 10px; margin-right: 10px; margin-bottom: 10px;}
.pfb_right_block ul li p { font-size: 12px; color: #191825; width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.switch { position: relative; display: inline-block; width: 51px; height: 31px; margin-bottom: 0px !important; box-shadow: none !important;}
.switch input { opacity: 0; width: 0; height: 0;}
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.16); -webkit-transition: 0.4s; transition: 0.4s; box-shadow: none !important;}
input:checked + .slider { background-color: #C6883D;}
.slider.round { border-radius: 34px;}
.slider::before { position: absolute; content: ""; height: 26px; width: 26px; left: 2px; bottom: 3px; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; box-shadow: 0px 3px 1px 0px #0000000f;}
.slider.round::before { border-radius: 50%;}
input:checked + .slider::before { -webkit-transform: translateX(21px); -ms-transform: translateX(21px); transform: translateX(21px);}

/* dashboard_page */

.dashboard_page { width: 100%; display: block; padding: 50px 0px; background: #F3F3F3; border-top: 1px solid #0000001A;  }
.dashboard_page .fes_heading { color: #092F57; }

/*  */

.not_found_block { width: 100%; margin: 20px auto; display: flex; align-items: center; min-height: 50vh; padding: 50px; background: #fff; }
.nfb_content { width: 50%; }
.nfbc_heading { font-size: 30px; line-height: 38px; font-weight: bold; color: #092F57; margin-bottom: 15px; text-transform: uppercase;  }
.nfb_content p { font-size: 16px; line-height: 24px; color: #191825; margin-bottom: 0px; }
.nfb_img { max-width: 300px; height: 300px; width: 100%; margin: 0px auto; }
.nfb_img img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

/*  */

.slick-custom-arrow { width: 30px; height: 30px; background: transparent; box-shadow: none !important; border: 1px solid #fff; border-radius: 50%; top: 50%; transform: translateY(-50%); padding: 4px; position: absolute; z-index: 1; align-items: center; justify-content: center; display: flex; }
.slick-custom-arrow.slick-prev { left: -30px; }
.slick-custom-arrow.slick-next { right: -30px; }


.leader_profile_page .not_found_block { max-width: 750px; }
.dashboard_page .not_found_block { max-width: 750px; }
.dashboard_page .common_card .cc_img { height: 225px;}
.video_card_block { height: 225px;}

/*  */

.terms_privacy_page { width: 100%; display: block; min-height: 75vh; background: #F3F3F3; padding: 25px 0px; }
.privacy_block, .teams_block { margin: 35px auto; background: #fff; padding: 24px; }
.terms_privacy_page .page_name { font-weight: 700; font-size: 48px; letter-spacing: -0.035em; color: #092F57; margin-bottom: 10px; text-align: center; }
.terms_privacy_page .date { font-weight: 700; font-size: 18px; line-height: 33px; color: #2E547C; margin-bottom: 10px; text-align: center; }
.tpp_box { width: 100%; display: block; margin-bottom: 30px; }
.tpp_box:last-child { margin-bottom: 0px; }
.tpp_box .tppb_title, .tpp_box h5 { font-weight: 700; font-size: 24px; line-height: 33px; color: #000000; margin-bottom: 10px; } 
.tpp_box p, .tpp_box .tppb_desc { font-size: 14px; letter-spacing: -0.035em; color: #000000; margin-bottom: 0px; }

/*  */

.choices { flex: 1; }
.choices__inner { background-color: transparent !important; border: none !important; border-radius: 0 !important; min-height: 59px; overflow: hidden; font-size: 18px; color: #092F57; border-right: 1px solid #00000033 !important; }
.choices__list--single { padding: 9px !important; padding-right: 50px !important; }
.choices[data-type*="select-one"]::after { background-image: url(../images/downarrow.svg); background-repeat: no-repeat; background-size: 30px; background-position: right center; width: 30px; height: 30px; border: none !important; right: 18px !important; transform: translateY(-50%); margin-top: 0 !important; }
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted { background-color: #092F57 !important; color: #fff !important; }
.choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after { display: none; }
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {padding: 10px !important;}

/*  */

.form-signin .input-group .btn { box-shadow: none !important; border: none !important; background: transparent !important; z-index: unset; }
.form-signin .input-group .btn img { width: 20px; height: 20px; }

/* event detail */

.event_detail_banner_section { padding: 20px !important; }
.event_detail_page { width: 100%; display: block; }

.edetail_content_block { display: flex; width: 100%;}  
.dcb_image_block { max-width: 570px; height: 390px; border-radius: 25px; margin: 0px !important; box-shadow: 0px 10px 60px 0px #262D7614; width: 100%; position: sticky; top: 10px; background: #fff; }
.dcb_image_block img, .dcb_image_block video { border-radius: 25px; }
.dcb_right_block { width: 100%; display: block; flex: 1; padding-left: 25px; padding-top: 10px; }
.dcb_right_block .ei_title { font-size: 32px; line-height: 40px; letter-spacing: -0.02em; color: #092F57; margin-bottom: 20px; }
.dcb_right_block .db_info { width: 100%; margin-bottom: 20px; }
.dcb_right_block .db_info p { font-size: 16px; line-height: 19.2px; letter-spacing: -0.02em; align-items: center; margin-bottom: 12px; color: #000000; padding-right: 10px; display: flex; }
.dcb_right_block .db_info p img { width: 24px; height: 24px; margin-right: 8px; }
.dcb_right_block .db_info p a { color: #092F57; }

.dcb_content_block { margin-bottom: 30px; font-size: 16px; line-height: 24px; letter-spacing: -0.01em; color: #000000; overflow: hidden; }
.dcb_content_block p { font-size: 16px; letter-spacing: -3.5%; color: #000000; margin-bottom: 16px; }

.detail_btn { width: 100%; display: flex; align-items: center;  }
.calendar_btn { width: 48px; height: 48px; border-radius: 108px; border: 1px solid #000000; display: flex; align-items: center; justify-content: center; margin-left: 20px; } 
.calendar_btn img { width: 24px; height: 24px; object-fit: contain; object-position: center; }

.edcb_section { width: 100%; padding: 24px; background: #fff; margin-top: 30px; }
.edcb_section h3, .edcb_section h4, .edcb_section h6, .edcb_section h5 { font-weight: 700; font-size: 24px; line-height: 33px; color: #000000; margin-bottom: 0; }
.edcb_section p { font-size: 16px; letter-spacing: -3.5%; color: #000000; margin-bottom: 16px; }
.edcb_section p a { color: #000000; text-decoration: underline !important; }

.semiler_events_block { width: 100%; display: block; padding: 60px 0px; background: #F3F3F3;  }


.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list { max-height: 165px; }






/* responsive view */
@media (min-width: 1200px) and (max-width: 1300px) {

  .mcs_heading_row .mcs_heading { padding-right: 40px; }

}

@media (max-width: 1300px) {

  .slick-custom-arrow.slick-prev { left: 7px;}
  .slick-custom-arrow.slick-next { right: 0;}
  .slick-custom-arrow { top: auto; transform: unset; bottom: -40px; left: 40px; }
  .featured-content { padding-bottom: 20px;}



}
@media (min-width: 1680px) {

}
@media (min-width: 2100px){


}

@media (min-width: 1700px){



}

@media (max-width: 1199px) {

body {padding-top: 100px;}
header { padding: 10px 0px;}
.banner_section { padding-top: 140px !important; min-height: 520px; }
.bs_content .bs_sub_title { font-size: 16px; max-width: 250px;}
.bs_content .bs_title { font-size: 52px;}
.bs_content p {font-size: 18px;}
.common_btn { font-size: 16px; padding: 8px 20px;}
.common_btn img { margin-left: 10px;}
.bsuser_inner_block { padding: 20px;}
.bsuser_block .bsutext { font-size: 16px; padding-left: 12px;}
.bsuser_block .bsu_image img {width: 42px; height: 42px;}
.bsuser_block .bsu_image .tlf_total { width: 42px; height: 42px;}
.bsuser_block .bsu_image { max-width: fit-content;}
.bsuser_block { max-width: 335px;}
.banner_section { padding: 60px 0px;}
.mission_community_section { padding: 35px 0px 35px;}
.searching_block h3 { font-size: 20px; margin-bottom: 20px;}
.searching_block .search_form .input-group-text { padding-left: 15px;}
.searching_block .search_form .form-select { font-size: 16px; padding-right: 35px; background-size: 22px; background-position: right 10px center; }
.searching_block .search_form .connect_btn { font-size: 16px; padding: 10px;}
.choices__inner { font-size: 16px; min-height: 54px; }
.choices[data-type*="select-one"]::after { background-size: contain; width: 22px; height: 22px; right: 12px !important;}
.searching_block .search_form { height: auto;}
.mcs_heading_row .mcs_heading { font-size: 42px;}
.mcs_inner_card .mcscb_text { font-size: 16px;}
.mcs_inner_card .mcscb_title { font-size: 20px;}
.explore_events_section { padding: 40px 0px 20px; }
.ees_heading_row .ees_title { font-size: 42px;}
.ees_heading_row { margin-bottom: 20px;}
.ees_heading_row .btnrow .btn { margin-left: 12px;}
.event_card_inner .event_date { font-size: 14px; margin-bottom: 12px; }
.event_card_inner .event_name { font-size: 20px; line-height: 29px; margin-bottom: 12px;}
.event_card_inner .event_location { font-size: 14px;}
.event_card_inner .event_location img { width: 20px; height: 20px; margin-right: 6px;}
.event_card_inner .event_register { padding: 8px 20px; font-size: 16px; line-height: 30px;}
.event_card_inner {padding: 20px;}
.featured_educators_section { padding: 40px 0px 20px;}
.fes_card .fes_title { font-size: 20px; line-height: 29px;}
.fes_card { padding: 20px;}
.fes_card .fes_connect { font-size: 14px;}
.fes_card .fes_connect img { width: 20px; height: 20px; margin-right: 5px;}
.fes_heading_row .fes_heading { font-size: 42px;}
.latest_news_blogs_section { padding: 45px 0px 25px;}
.lnbs_heading_row .lnbs_heading { font-size: 42px; }
.blog_card .bb_title { font-size: 20px;}
.blog_card .bb_desc { font-size: 14px;}
.blog_card .blog_intro { font-size: 14px;}
.blog_card .learnbtn { font-size: 16px;}
.blog_card .blg_type { padding: 6px 12px;}
.blog_card { padding: 20px; }
.footer_top_row { padding: 15px 0px;}
.footer_top_row .subscribe_block p { font-size: 14px;}
.footer_top_row .sub_btn { font-size: 14px; min-width: 150px;}
.footer_top_row .sitelogo { max-width: 365px; height: 86px;}
.footer_menu_row { padding: 30px 0px;}
.footer_menu_row ul.nav { padding: 10px 0px !important; margin-bottom: 20px;}
.footer_menu_row ul.nav li a.nav-link { font-size: 16px;}
.footer_menu_row ul.nav li.connectlink a { padding: 10px 20px;}
.social_icons { padding: 12px 0px;}
.social_icons li { margin: 0px 30px;}
.footer_bottom_row .copyright_text { font-size: 14px;}
.footer_bottom_row .fbr_ul li a { font-size: 16px; line-height: 17px;}
.tlp_map_block { padding-top: 30px;}
.tlp_map_block h6 { font-size: 20px;}
.fetlp_card_outer { padding-bottom: 20px;}
.fetlp_card .feltpc_info .feltpc_connect { font-size: 14px;}
.fetlp_card { padding: 20px;}
.fetlp_card .feltpc_top_row { margin-bottom: 20px;}
.fetlp_card .feltpc_img {width: 90px; height: 90px;}
.fetlp_card .feltpc_info .user_name { font-size: 18px; line-height: 30px;}
.fetlp_card .feltpc_info .feltpc_connect img {width: 20px; height: 20px; margin-right: 5px; }
.fetlp_card p.feltpc_text { font-size: 14px; margin-bottom: 12px;}
.fetlp_card .learnbtn { font-size: 16px;}
.fetlp_card .learnbtn img { margin-left: 5px;}
.fe_tlp_section { padding: 30px 0px 35px;}

.common_banner_section { padding: 45px 0px 35px;}
.common_banner_section h1 { font-size: 42px;}
.common_banner_section .breadcrumb li { font-size: 14px; line-height: 17px;}
.common_banner_section .breadcrumb li a { font-size: 14px; line-height: 17px;}
.events_page { padding: 35px 0px;}
.ep_heading { font-size: 42px;}
.meb_content_block h3 {font-size: 28px; margin-bottom: 15px;}
.meb_content_block p { font-size: 16px; margin-bottom: 15px;}
.meb_content_block .date_address_row { font-size: 16px; margin-bottom: 15px;}
.main_event_block .register_btn { width: 190px; font-size: 16px; line-height: 30px; padding: 6px 20px; }
.main_event_block { min-height: 340px; padding: 24px; margin-bottom: 25px;}

.ncse_block .date_block { font-size: 16px; line-height: 30px; margin-bottom: 20px;}
.ncsebc_left_block .ncs_date { font-size: 16px;}
.ncsebc_left_block .ncs_name { font-size: 20px;}
.ncsebc_left_block .ncs_location { font-size: 16px; }
.ncsebc_left_block .ncs_location img { width: 20px; height: 20px;}
.ncsebc_left_block .register_btn { width: 190px; font-size: 16px; line-height: 30px; padding: 6px 20px; }

.latest_news_section { padding: 35px 0px;}
.articles_detail_section { padding: 35px 0px;}
.detail_content_block { padding: 24px;}
.detail_content_block .dcb_title { font-size: 24px; margin-bottom: 20px;}
.detail_content_block .dcb_scadule div span { font-size: 16px;}
.detail_content_block .dcb_scadule .by_text { font-size: 16px;}
.detail_content_block .dcb_scadule { margin-bottom: 20px;}
.detail_content_block .dcb_scadule div { margin-right: 25px;}

.resources_block { padding: 20px; margin-bottom: 20px;}
.resources_block .rb_title { font-size: 16px; margin-bottom: 12px;}
.resources_block .rb_img { max-width: 230px; height: auto/* 290px */; margin-bottom: 12px;}
.categories_block { padding: 20px;}
.categories_block .cb_title { font-size: 16px; margin-bottom: 12px;}
.cb_list li a, .cb_list li span { font-size: 16px;}
.cb_list li { padding: 5px;}
.detail_content_block .dcb_scadule div img { width: 20px; height: 20px;}

.about_us_page .common_banner_section { padding: 40px 0px;}
.about_us_page .cbs_sub_title { font-size: 28px;}
.about_us_page .mcs_heading_row .mcs_txt {font-size: 16px;}
.mcs_heading_row { padding: 35px 0px;}
.engage_experts_region_section { padding: 35px 0px;}
.eers_content_block .eers_title { font-size: 32px;}
.eers_content_block .eers_text { font-size: 16px;}
.tecs_content_block .tecs_title { font-size: 32px;}
.tecs_content_block .tecs_text { font-size: 16px;}
.tecs_content_block { max-width: 460px;}
.tecs_image_block { width: 92%;}
.form_block h1 { font-size: 42px; margin-bottom: 20px;}
.form_block p { font-size: 20px; }
.form_block .form_row .form-control { font-size: 16px; padding: 12px 16px;}
.form_block .form_row { margin-bottom: 20px; max-width: 595px; }
.auth_page { padding: 15px 0px 30px;}
.signup_content_row .scr_box { width: 20%; padding: 0px 15px 15px;}
.signup_content_row .scr_box .scr_icon { width: 32px; height: 32px;}
.signup_content_row .scr_box p { font-size: 14px;}
.login_page .form-control { font-size: 16px; padding: 12px 16px;}
.form_block .common_btn { padding: 10px 16px; }

.form_block p.otherlinks { font-size: 14px;}

.contact_us_page .form-control { font-size: 16px; padding: 12px 16px;}
.contact_us_page .form_block h1 { font-size: 42px; margin-bottom: 20px;}
.contact_us_page { padding: 15px 0px 35px;}

.signup_content_row { padding-top: 20px;}

.searching_block .search_form .input-group-text img { width: 20px; height: 20px; }

.video_section {padding: 35px 0px;}
.video_types .vt_row .vt_title { font-size: 20px;}
.video_types .vt_row a { font-size: 16px;}
.video_types { padding: 20px;}
.checkbox { font-size: 16px; line-height: 22px; margin-bottom: 8px; }
.vs_top_row h3 { font-size: 24px;}
.vs_top_row .form-group select { font-size: 16px;}


.detail_content_block p { font-size: 16px; margin-bottom: 18px;}

.video_box { height: 440px;}

.leader_profile_page { padding: 20px 0px 40px;}
/* .uservideo { height: 600px;} */
.featured-content { padding-top: 40px;}
.featured-content h2 { font-size: 42px; margin-bottom: 25px;}
.video_card_block { padding: 0px 5px 0px; height: 210px;}

.user_profile_page { padding: 30px 0px;}
.common_form_block h4 { font-size: 20px; margin-bottom: 15px;}
.profile_form_block .common_form_block { padding: 18px;}
.switch { height: 26px;}
.slider::before {height: 20px; width: 20px;}
.common_form_block .form-group .form-control {font-size: 16px; padding: 10px 18px;}
.common_form_block .save_btn {padding: 10px 24px;}
.common_form_block .user_img { margin-left: 25px;}
.common_form_block .form-group .form-label { font-size: 14px;}

.dashboard_page { padding: 30px 0px;}

.not_found_block { min-height: auto; padding: 30px; background: #fff;}
.common_card .cc_img { height: 215px;}
.featured-content { padding-bottom: 30px;}

.dashboard_page .common_card .cc_img {height: 195px;}
.video_card_block { height: 195px;}

.terms_privacy_page {padding: 5px 0px;}
.terms_privacy_page .page_name { font-size: 42px;}
.tpp_box .tppb_title, .tpp_box h5 { font-size: 20px; line-height: 28px;}

.mcs_inner_card { height: 370px;}

.fc_heading_block .form-select { font-size: 16px;}

.dcb_right_block .ei_title { font-size: 28px; line-height: 32px; margin-bottom: 15px;}
.dcb_right_block .db_info p { font-size: 14px;}
.dcb_right_block .db_info p img { width: 20px; height: 20px;}

.register_btn { width: 190px; font-size: 16px; line-height: 30px; padding: 6px 20px; }
.dcb_content_block { margin-bottom: 22px; font-size: 14px;}
.semiler_events_block { padding: 30px 0px;}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {padding: 7px !important; font-size: 12px; }
.choices[data-type*="select-one"] .choices__input { padding: 7px;}

}

@media (max-width: 991px) {

body {padding-top: 90px;}
.banner_section { padding-top: 110px !important; min-height: 400px;}
.banner_section {padding: 40px 0px 50px;}
.bsuser_inner_block { padding: 14px 20px;}
.bsuser_block { max-width: 320px;}
.bs_content .bs_title { font-size: 42px;}
.bs_content p { font-size: 16px;}
.bs_content .bs_sub_title { font-size: 14px;}
.mcs_heading_row .mcs_heading { font-size: 36px;}
.common_btn { font-size: 14px; padding: 8px 17px;}
.searching_block .search_form .form-select { font-size: 14px;}
.choices__inner { font-size: 14px; }
.searching_block .search_form .connect_btn { font-size: 14px;}
.mcs_heading_row .mcs_txt {font-size: 14px;}
.mcs_inner_card .mcscb_title {font-size: 16px;}
.mcs_inner_card .mcscb_text {font-size: 14px;}
.mcs_inner_card .mcs_image {height: 165px;}
.mcs_inner_card .mcs_image .mcsi_block { height: 160px;}
.ees_heading_row .ees_title { font-size: 36px;}
.event_card_inner .event_register {font-size: 14px; line-height: 28px;}
.fes_heading_row .fes_heading {font-size: 36px;}
.lnbs_heading_row .lnbs_heading {font-size: 36px;}
.footer_menu_row ul.nav li a.nav-link { font-size: 14px;}
.footer_menu_row ul.nav li {margin: 0px 12px;}
.footer_menu_row ul.nav li.connectlink a { padding: 8px 12px;}
.footer_menu_row ul.nav li.connectlink a img { margin-left: 10px;}

.tlp_map_block { padding-top: 20px;}
.ep_heading {font-size: 36px;}
.common_banner_section h1 {font-size: 36px;}
.common_banner_section {padding: 35px 0px 30px;}
.searching_block .search_form .connect_btn { min-width: 130px;}

.event_card_inner .event_register img { width: 20px; height: 20px;}
.latest_news_blogs_section { padding: 35px 0px;}
.blog_card .bb_title { font-size: 18px;}
.blog_card .learnbtn { font-size: 14px;}

.footer_top_row .sitelogo { max-width: 260px; height: 66px;}
.footer_top_row .subscribe_block {width: 56%;}
.footer_top_row .subscribe_block p { max-width: 256px; margin-right: 10px; }
.footer_top_row .sub_btn { font-size: 14px; min-width: 125px;}
.social_icons li { margin: 0px 25px;}
.footer_bottom_row .copyright_text { font-size: 12px;}
.footer_bottom_row .fbr_ul li a { font-size: 14px; line-height: 15px;}
.footer_menu_row { padding: 24px 0px;}

.fetlp_card .learnbtn { font-size: 14px;}
.events_page { padding: 30px 0px;}
.meb_content_block { max-width: 450px;}
.meb_content_block p { font-size: 14px; margin-bottom: 12px;}
.meb_content_block h3 { font-size: 24px; margin-bottom: 12px;}
.meb_content_block .date_address_row { font-size: 14px; margin-bottom: 13px;}
.main_event_block .register_btn {font-size: 14px; line-height: 28px; width: 170px; border-radius: 12px; }
.main_event_block .register_btn img { width: 20px; height: 20px; margin-right: 6px;}
.ncse_block .date_block img { width: 20px; height: 20px;}
.ncsebc_left_block .ncs_date { font-size: 14px;}
.ncsebc_left_block .ncs_name { font-size: 18px;}
.ncsebc_left_block .ncs_location { font-size: 14px;}
.ncsebc_left_block .ncs_location img { width: 18px; height: 18px;}
.ncsebc_left_block .register_btn  {font-size: 14px; line-height: 28px; width: 170px; border-radius: 12px; }
.ncsebc_left_block .register_btn img { width: 20px; height: 20px; margin-right: 6px;}

.detail_content_block .dcb_title {font-size: 20px; margin-bottom: 18px;}
.detail_content_block .dcb_scadule .by_text { font-size: 14px;}
.detail_content_block .dcb_scadule div span {font-size: 14px;}
.detail_content_block .dcb_scadule div img { width: 18px; height: 18px;}

.detail_content_block { padding: 20px; margin-bottom: 20px;}
.articles_detail_section { padding: 26px 0px;}
.cb_list li a, .cb_list li span { font-size: 14px;}

.about_us_page .cbs_sub_title { font-size: 24px;}
.about_us_page .common_banner_section { padding: 30px 0px;}
.about_us_page .mcs_heading_row .mcs_txt { font-size: 14px;}

.eers_content_block .eers_title { font-size: 26px;}
.eers_content_block .eers_text { font-size: 14px;}
.eers_content_block { max-width: 100%; padding-right: 0px; margin-bottom: 20px;}
.eers_map_block { margin: 0px auto;}
.tecs_content_block .tecs_text { font-size: 14px;}
.tecs_content_block .tecs_title { font-size: 26px;}

.contact_us_page .form_block h1 { font-size: 36px; }
.contact_us_page .form-control { font-size: 14px; }

.form_block h1 { font-size: 36px;}
.ap_content_block { display: block;}
.form_block p { font-size: 18px;}
.signup_page .form_block { text-align: center;}
.form_block .form_row { margin: 0px auto 20px;}
.auth_page .map_image {margin: 0px auto;}

.signup_content_row { flex-wrap: wrap;}
.signup_content_row .scr_box { width: 33.33%; }
.signup_content_row .scr_box:nth-child(3) { border: none !important; }
.signup_content_row .scr_box:last-child { border-right: 1px solid #FFFFFF33 !important; }
.login_page .form-control {font-size: 14px;}
.form_block .form_row .form-control { font-size: 14px;}

.video_section {padding: 25px 0px;}
.vtList { display: flex; flex-wrap: wrap;}
.vtList > div { padding-right: 20px; }
.video_types { margin-bottom: 20px; padding: 15px; }
.video_types .vt_row .vt_title { font-size: 18px;}
.video_types .vt_row a { font-size: 14px;}
.checkbox { font-size: 14px; padding-left: 24px; }
.vs_top_row .form-group select { font-size: 14px;  padding: 6px 12px; padding-right: 32px; }
.vs_top_row h3 { font-size: 20px;}

.detail_content_block p { font-size: 14px; margin-bottom: 12px;}

.video_box { height: 350px;}

.leader_profile_page .fetlp_card .feltpc_img { width: 120px; height: 120px;}
.uservideo { height: 450px;}
.featured-content h2 { font-size: 36px; margin-bottom: 20px;}

.profile_form_block {display: block;}
.profile_form_block .pfb_left_block { width: 100%;}
.common_form_block .form-group .form-label { font-size: 12px; margin-bottom: 2px;}
.common_form_block .form-group .form-control { font-size: 14px; padding: 10px 15px;}
.profile_form_block .pfb_right_block { width: 100%; padding-left: 0px;}
.common_banner_section p { font-size: 18px;}
.common_form_block h4 { font-size: 18px; }

.nfbc_heading { font-size: 28px; line-height: 33px; margin-bottom: 12px; }
.nfb_img { max-width: 260px; height: 250px;}

.terms_privacy_page .page_name { font-size: 36px;}
.terms_privacy_page .date { font-size: 16px; line-height: 21px;}
.tpp_box .tppb_title, .tpp_box h5 {font-size: 18px; line-height: 26px;}

.mcs_inner_card { height: 300px;}
.mission_community_section {padding: 35px 0px 20px;}
.leader_profile_page .fetlp_card_outer { padding-bottom: 20px !important; }
.cb_list li {margin-bottom: 8px;}


.tailored_education_community_section { padding: 70px 0px 40px;}
.tecs_image_block { height: 256px;}
.tecs_image_block .tecs_icon { width: 70px; height: 70px; padding: 12px; right: -24px; top: -24px;}

.edetail_content_block { display: block;}
.dcb_image_block { position: relative; top: 0px; }
.dcb_right_block { padding-left: 0px; padding-top: 20px;}
.dcb_right_block .ei_title { font-size: 24px; line-height: 28px; margin-bottom: 15px;}
.semiler_events_block { padding: 20px 0px;}


}

@media (max-width: 767px) {

.bs_content .bs_title { font-size: 36px;}
.bs_content p { font-size: 14px;}
.bs_button_row { gap: 12px;}
.bsuser_block .bsutext { font-size: 14px;}
.bsuser_block .bsu_image img { width: 36px; height: 36px;}
.bsuser_block .bsu_image .tlf_total { width: 36px; height: 36px;}
.bsuser_inner_block .circel_dot { width: 30px; height: 30px;}
.bsuser_block { max-width: 280px;}
.mission_community_section { padding: 25px 0px 25px;}
.searching_block h3 { font-size: 18px; margin-bottom: 15px;}
.searching_block .search_form .input-group-text {padding-left: 10px;}
.searching_block .search_form .connect_btn { padding: 8px;}
.searching_block .search_form .connect_btn { min-width: 116px;}
.searching_block .search_form .connect_btn img { width: 16px; height: 16px; margin-left: 6px;}
.searching_block { margin-bottom: 16px;}

.mcs_heading_row { padding: 20px 0px;}
.mcs_heading_row .mcs_heading {font-size: 30px; margin-bottom: 5px; }
.explore_events_section { padding: 30px 0px 15px;}

.ees_heading_row .ees_title { font-size: 30px;}
.ees_heading_row .btnrow { width: fit-content;}
.ees_heading_row .btnrow .btn { margin-left: 8px;}
.event_card_inner .event_name {font-size: 18px; line-height: 27px; margin-bottom: 10px;}
.event_card_inner .event_location { margin-bottom: 12px;}
.event_card_inner { padding: 16px;}
.event_card_inner .event_register {border-radius: 12px;}
.fes_heading_row .fes_heading { font-size: 30px;}
.fes_card .fes_title { font-size: 18px; line-height: 24px;}
.featured_educators_section { padding: 30px 0px 20px;}
.fes_card {padding: 16px;}
.lnbs_heading_row .lnbs_heading { font-size: 30px;}
.latest_news_blogs_section { padding: 25px 0px;}
.lnbs_heading_row { margin-bottom: 20px;}
.blog_card { padding: 15px; margin-bottom: 15px; height: auto; }
.blog_card .bb_title { font-size: 16px;}
.blog_card .blg_type { padding: 4px 12px;}
.event_card_inner .event_register { line-height: 24px;}

.common_btn { padding: 6px 17px;}
.footer_top_row .sitelogo { max-width: 240px; /* height: 72px; */}
.footer_top_row .subscribe_block p { max-width: 216px; font-size: 12px;}
.footer_top_row .sub_btn img { width: 10px; height: 10px; margin-left: 6px;}
.footer_menu_row ul.nav li { margin: 0px 10px;}
.footer_menu_row ul.nav li a.nav-link {font-size: 12px;}
.footer_menu_row ul.nav li.connectlink a { padding: 6px 10px;}
.footer_menu_row ul.nav li.connectlink a img { margin-left: 8px; width: 15px; height: 15px;}
.footer_menu_row ul.nav {padding: 5px 0px !important; margin-bottom: 10px;}
.social_icons { padding: 10px 0px;}
.social_icons li { margin: 0px 18px;}
.social_icons li a {width: 20px; height: 20px;}
.footer_bottom_row { padding: 12px 0px;}
.footer_bottom_row .fbr_ul li a { font-size: 12px; line-height: 12px;}

.tlp_map_block h6 { font-size: 18px;}
.fetlp_card { padding: 15px;}
.fetlp_card .feltpc_info .user_name { font-size: 16px; line-height: 24px;}
.fetlp_card .feltpc_info .feltpc_connect img { width: 18px; height: 18px;}
.fetlp_card .feltpc_top_row { margin-bottom: 15px;}
.fe_tlp_section { padding: 25px 0px 25px;}

.common_banner_section h1 { font-size: 30px;}
.ep_heading {font-size: 30px;}
.common_banner_section {padding: 25px 0px 25px;}
.meb_content_block h3 { font-size: 20px; margin-bottom: 10px;}
.main_event_block { min-height: 285px; padding: 20px;}
.ncse_block .date_block img {width: 18px; height: 18px;}
.ncsebc_left_block .ncs_name { font-size: 16px;}
.ncseb_content_row { padding: 15px; margin-bottom: 18px;}
.ncsebc_logo_block { max-width: 190px; height: 190px;}

.latest_news_section .blog_card_outer { padding-bottom: 16px;}
.latest_news_section { padding: 25px 0px;}
.detail_content_block .dcb_title { font-size: 18px; margin-bottom: 15px;}
.detail_content_block .dcb_scadule { margin-bottom: 15px;}
.resources_block .rb_img { max-width: 100%;}
.about_us_page .cbs_sub_title { font-size: 20px;}
.about_us_page .common_banner_section { padding: 25px 0px;}
.eers_content_block .eers_title { font-size: 22px;}

.tecs_content_block .tecs_title { font-size: 22px;}
.eers_map_block { width: 100%; height: 330px;}
.contact_us_page .form_block h1 { font-size: 30px; margin-bottom: 15px; }
.form_block h1 {font-size: 30px;}
.form_block p { font-size: 16px;}
.footer_menu_row ul.nav li.connectlink a img { vertical-align: text-bottom;}

.modal-header .modal-title { font-size: 24px; line-height: 28px;}
.modal-body .form-group .form-control { padding: 10px 15px; }
.modal-body .common_btn { padding: 10px 17px; }
.modal-body .form-group { margin-bottom: 18px;}
.modal-dialog { max-width: 90% !important; margin: 0px auto;}

.leader_profile_page .fetlp_card .feltpc_img { width: 100px; height: 100px;}
.uservideo { height: 405px;}
.featured-content h2 { font-size: 30px; margin-bottom: 20px;}

.common_banner_section p { font-size: 16px;}

.tlp_map_block h6 { margin-bottom: 40px !important;}

.privacy_block, .teams_block { margin: 20px auto;}
.tpp_box .tppb_title, .tpp_box h5 { font-size: 16px; line-height: 23px;}
.terms_privacy_page .page_name { font-size: 30px;}

.choices__list--single { padding: 7px !important; padding-right: 28px !important;}
.choices__inner { min-height: 50px;}
.blog_card_outer { padding-bottom: 20px;}
.form_block .common_btn { max-width: 154px;}

.tailored_education_community_section { padding: 50px 0px 30px;}
.tecs_image_block { height: 205px;}

.fc_heading_block .form-select { font-size: 14px;}
.fc_heading_block .input-group {max-width: 170px;}

.dcb_image_block { height: 337px;}

}

@media (max-width: 700px) {

}

@media (max-width: 600px) {

body {padding-top: 76px;}
header .sitelogo { width: 190px;height: 56px;}
.banner_section { padding: 25px 0px 35px;}
.bs_content .bs_title { font-size: 28px; margin-bottom: 12px; }
.bs_content { max-width: 100%; margin-right: 0px; margin-bottom: 20px; }
.bs_content_block { display: block;}
.bs_content .bs_sub_title { max-width: 200px;}
.searching_block h3 { font-size: 16px; margin-bottom: 12px;}
.mcs_heading_row .mcs_heading { font-size: 22px;}
.searching_block .search_form form {width: 100%; display: block;}
.searching_block .search_form .form-select { border: none !important; padding: 10px; }
.searching_block .search_form .input-group { border-bottom: 1px solid #00000033 !important; }
.searching_block .search_form .form-select { padding-right: 35px;}
.searching_block .search_form .connect_btn {min-width: 100%; border-radius: 0;}
.searching_block { margin-bottom: 5px;}
.ees_heading_row { display: block;}
.ees_heading_row .ees_title { font-size: 22px; margin-bottom: 12px;}
.ees_heading_row .btnrow .btn { margin-left: 0; margin-right: 5px;}
.common_btn { padding: 6px 12px;}
.fes_heading_row .fes_heading { font-size: 22px;}
.lnbs_heading_row .lnbs_heading { font-size: 22px;}
.blog_card { display: block; }

.footer_top_row .page_container { display: block;}
/* .footer_top_row .sitelogo { margin: 0px auto 15px;} */
.footer_top_row .subscribe_block { width: 100%; justify-content: center;}
.footer_bottom_row .page_container { display: block;}
.footer_bottom_row .copyright_text { font-size: 12px;text-align: center; margin-bottom: 15px;}
.ees_heading_row .btnrow {display: block;}
.ees_heading_row .btnrow .btn { margin-bottom: 10px;}
.explore_events_section { padding: 25px 0px 15px;}
.common_btn.viewbtn { max-width: 86px; width: 100%; }
.footer_menu_row ul.nav li { margin: 0px 10px 10px;}
.social_icons li { margin: 0px 12px;}
.footer_top_row .sub_btn { font-size: 14px; min-width: 115px; padding: 10px; border-radius: 10px; }
.tlp_map_block { padding-top: 10px;}
.tlp_map_block h6 { font-size: 16px;}
.tlp_map_block .map_block { height: 290px;}
.tlp_map_block h6 {margin-bottom: 40px !important;}
.fetlp_card .feltpc_img { width: 72px; height: 72px;}
.fetlp_card .feltpc_info .feltpc_connect img { width: 16px; height: 16px;}
.fetlp_card .feltpc_top_row { margin-bottom: 10px;}
.fetlp_card_outer { padding-bottom: 15px;}

.common_banner_section h1 {font-size: 22px;}
.common_banner_section .breadcrumb li a, .common_banner_section .breadcrumb li {font-size: 12px; line-height: 15px;}
.ep_heading {font-size: 22px;}
.main_event_block { min-height: 285px; padding: 15px; background-position: left !important; }
.meb_content_block h3 { font-size: 18px;}
.main_event_block .register_btn { width: 150px; padding: 6px 12px;}
.events_page {padding: 20px 0px;}
.ncsebc_left_block .register_btn { width: 150px; padding: 6px 12px;}

.ncseb_content_row { flex-wrap: wrap;}
.ncsebc_logo_block { max-width: 160px; height: 160px; order: 1; margin-bottom: 12px;}
.ncsebc_left_block { padding-right: 0px; order: 2; flex: unset; }
.ncsebc_left_block .ncs_location { margin-bottom: 15px;}

.detail_content_block .dcb_title {font-size: 16px;}
.detail_content_block .dcb_scadule {display: block;}
.detail_content_block .dcb_scadule div {margin-right: 0; margin-bottom: 5px;}
.detail_content_block { padding: 15px;}
.articles_detail_section { padding: 20px 0px;}
.resources_block { padding: 15px;}
.categories_block { padding: 15px;}
.about_us_page .cbs_sub_title { font-size: 18px;}
.about_us_page .common_banner_section { padding: 20px 0px;}
.eers_content_block .eers_title { font-size: 18px;}
.eers_map_block { height: 240px;}
.tecs_content_block .tecs_title { font-size: 18px;}

.contact_us_page .form_block h1 {font-size: 22px;}
.contact_us_page .form-control { padding: 10px 16px;}
.form_block h1 { font-size: 22px;}
.form_block .form_row { display: block; }
.form_block .form_row .form-control { border-bottom: 1px solid #00000033 !important; border-right: 0 !important; background: #fff; }
.form_block .common_btn { max-width: 100%; justify-content: flex-start; }
.form_block p { font-size: 14px;}
.signup_content_row .scr_box { width: 100%; border-bottom: 1px solid #FFFFFF33; border-right: 0; margin-bottom: 15px; }
.signup_content_row .scr_box:last-child { border: none !important; }
.auth_page {padding: 15px 0px 10px;}
.signup_content_row .scr_box .scr_icon { width: 26px; height: 26px;}
.signup_content_row .scr_box:nth-child(3) { border-bottom: 1px solid #FFFFFF33 !important; }

.signup_page .form_block .form_row .form-group .help-block { position: relative; bottom: 0; text-align: left; width: 100%; display: block;}
.form_block .form_row { background: transparent !important; }

/* .footer_top_row .sitelogo {height: 45px;} */
.video_box { height: 200px;}

.featured-content h2 { font-size: 22px; margin-bottom: 15px;}
.uservideo {height: 230px;}

.profile_form_block .common_form_block .form_field_cotnent { flex-wrap: wrap;}
.form_items { flex: unset; order: 2;}
.common_form_block .user_img { margin-left: auto; margin-bottom: 20px;}
.pfb_right_block ul li { max-width: 100%;}
input:checked + .slider::before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px);}

.common_banner_section p { font-size: 14px;}

.not_found_block { display: block;}
.nfb_content { width: 100%;}
.nfb_img { max-width: 190px; height: 205px;}
.not_found_block { padding: 25px;}

#chartdiv { height: 100% !important;}

.terms_privacy_page .page_name {font-size: 24px;}
.terms_privacy_page .date { font-size: 14px;}
.privacy_block, .teams_block { padding: 18px;}
.tpp_box {margin-bottom: 24px;}

.choices__inner { border-right: 0px !important; }
.tecs_image_block { width: 85%;}
.tecs_image_block .tecs_icon { width: 60px; height: 60px;}

.fc_heading_block { display: block; }

.register_btn { width: fit-content; padding: 6px 12px;}
.edcb_section { padding: 18px;}
.dcb_image_block {height: 247px;}

}

@media (max-width: 500px) {


}

