/* Start :: Fonts */
/*@font-face {
    src: url("../fonts/Poppins-SemiBold.ttf");
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}*/

/*@font-face {
    src: url("../fonts/Lato-Regular.ttf");
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

@font-face {
    src: url("../fonts/Lato-Bold.ttf");
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}*/

/*@font-face {
    src: url("../fonts/OpenSans-Regular.ttf");
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:ital,wght@0,500;0,600;0,700;1,500&family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:ital,wght@0,500;0,600;0,700;1,500&family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:ital,wght@0,500;0,600;0,700;1,500&family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Merriweather:wght@300&display=swap');
/* End :: Fonts */

/* Start :: Global Class */
.mr-top-25{
    margin-top: 20px;
}

.left-pad-112{
    padding-left: 112px !important;
}
.no-pd-top{
    padding-top: 0 !important;
}
.btn-transparent{
    font-size: 16px;
    letter-spacing: 0.57px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #00a0df;
    background-color: transparent;
    border: 0px;
}
/* End :: Global Class */

/* Start :: 1st Section Image Banner */
.programs_about_banner_section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 666px;
}

.programs_about_banner_section .programs_about_banner_text {
    padding-top: 208px;
}

.programs_about_banner_section .programs_about_banner_text h1 {
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 1.29px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.programs_about_banner_section .programs_about_banner_text p {
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 19px;
    line-height: normal;
}

/* End :: 1st Section Image Banner */

/* Start :: 2nd C.A.s.E. Academy Section */
.section_2_case_academy {
    background-image: linear-gradient(to bottom, #e0eef6 3%, #fff);
    padding-bottom: 100px;
}

.case_academy_section {
    margin: -40px 0px 61px;
    padding: 30px 30px 25px 30px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 13px 49px 0 rgba(0, 0, 0, 0.1);
}
.case_academy_section ul{
    display: flex;
}

.case_academy_section li {
    display: inline-block;
    position: relative;
    margin: 0px auto;
}

.case_academy_section li::after {
    position: absolute;
    content: "";
    top: -16px;
    height: 45px;
    width: 1px;
    background-color: #eeeeee;
    right: -30px;
}

.case_academy_section .case_academy_p {
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    /*margin-top: 32px;*/
}

.section_2_case_academy li:last-child::after {
    display: none;
}

.case_academy_text_image {
    position: relative;
}

.case_academy_text_image::before {
    position: absolute;
    content: "";
    background-image: url(../img/Learn/img-texture@2x.png);
    height: 364px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    top: 120px;
    right: 0px;
    width: 100%;
}

.case_academy_text_image .case_academy_text h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.15px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-top: 146px;
}

.case_academy_text_image .case_academy_text p {
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 20px;
}

.case_academy_text_image .case_academy_text .chck_course_btn {
    width: 242px;
    margin-top: 24px;
}

.case_academy_text_image .features_of_case {
    font-size: 20px;
    letter-spacing: 0.72px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 8px;
}

.case_academy_text_image img {
    margin-top: 42px;
}

.case_academy_text_image .features_title {
    font-size: 20px;
    letter-spacing: 0.72px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 45px;
}

.case_academy_text_image .features {
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 11px;
}

/* End :: 2nd C.A.s.E. Academy Section */

/* Start :: 3rd Section Executive Speaker */
.executive_speaker_series {
    background-color: #18233d;
    position: relative;
    padding: 180px 0px 160px;
}

.executive_speaker_series::before {
    position: absolute;
    content: "";
    background-image: url(../img/Learn/img-texture@2x.png);
    height: 364px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    right: 0px;
    bottom: 120px;
    width: 100%;
}

.executive_speaker_series .executive_speaker_text {
    margin-top: 50px;
}

.executive_speaker_series .executive_speaker_text h1,
.career_placement .career_placement_text h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0px;
}

.executive_speaker_series .executive_speaker_text .executive_speaker_text_p {
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 22px;
    padding-right: 20px;
    line-height: 20px;
}

.executive_speaker_series .executive_speaker_text .view_video_btn {
    width: 242px;
    margin-top: 24px;
}

.executive_speaker_series .executive_speaker_img img {
    width: 100%;
    height: auto;
}

/* End :: 3rd Section Executive Speaker */

/* Start :: 4th Section Career Placement */
.career_placement {
    position: relative;
    background-color: #18233d;
    padding-bottom: 255px;
}

.career_placement::before {
    position: absolute;
    content: "";
    background-image: url(../img/Learn/img-texture@2x.png);
    height: 364px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    left: 0px;
    width: 100%;
    bottom: 155px;
}

.career_placement .career_placement_text {
    margin-top: 115px;
    padding-left: 65px;
}

.career_placement .career_placement_text .career_placement_p {
    font-size: 16px;
    letter-spacing: 0.57px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 22px;
    line-height: 20px;
}

.career_placement .career_placement_text .learn_more_btn {
    width: 242px;
    margin-top: 43px;
}

/* End :: 4th Section Career Placement */

/* Start :: 5th Section Ambassadors */
.ambassadors {
    background-color: #18233d;
    margin-top: -200px;
}

.ambassadors_image {
    padding: 30px 30px 15px 30px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 13px 49px 0 rgb(0 0 0 / 10%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 581px;
    bottom: -175px;
    z-index: 2;
}

.ambassadors .ambassadors_image .ambassadors_text {
    padding-left: 98px;
    margin-top: 162px;
}

.ambassadors .ambassadors_image h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.15px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.ambassadors .ambassadors_image .ambassadors_p {
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 22px;
}

.ambassadors .ambassadors_image .ambassadors-lean-more {
    width: 242px;
    /*margin-top: 41px;*/
}

.ambassadors .ambassadors_image .ambassadors-lean-more a {
    color: #fff;
    /*margin-top: 41px;*/
}

/* End :: 5th Section Ambassadors */

/* Start :: 6th Section Mentoring Training */
.mentoring_program {
    background-image: linear-gradient(to bottom, #e0eef6 3%, #fff);
    padding-top: 300px;
    position: relative;
    padding-bottom: 144px;
}

.mentoring_program::before {
    position: absolute;
    content: "";
    background-image: url(../img/Learn/img-texture@2x.png);
    height: 364px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    left: 0px;
    width: 100%;
    bottom: 45px;
}

.mentoring_program .ambassadors_content {
    margin-top: 120px;
    padding-left: 65px;
}

.mentoring_program .ambassadors_content img {
    width: 100%;
    height: auto;
}

.mentoring_program .ambassadors_content h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.15px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    /*padding-top: 160px;*/
}

.mentoring_program .ambassadors_content .ambassadors_p {
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 16px;
}

.mentoring_program .ambassadors_content .ambassadors_learn_more {
    width: 242px;
    margin-top: 24px;
}

.mentoring_program .ambassadors_content .ambassadors_learn_more a{
    color: #fff;
}

/* End :: 6th Section Mentoring Training */

/* Start :: Programs Ambassadors Section 1st Image Banner CSS */
.programs_ambassadors {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 666px;
    background-image: url('/SSP%20Applications/NetSuite%20Inc.%20-%20CMS/CMS/Site-2/files/smt-nacme-images/programm-ambassador/img-banner-new@2x.png');
}

.programs_ambassadors .programs_ambassadors_content {
    padding-top: 186px;
}

.programs_ambassadors .programs_ambassadors_content h3 {
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #00a0df;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.programs_ambassadors .programs_ambassadors_content h1 {
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 1.29px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 3px;
}

.programs_ambassadors .programs_ambassadors_content .ambassadors_content_p {
    font-size: 16px;
    letter-spacing: 0.57px !important;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    margin-top: 19px;
}

.all_member .close {
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 4px 4px 4px 4px;
    background-color: #e4e4e4;
    border-radius: 48px;
    position: absolute;
    top: 26px;
    right: 22px;
}
.all_member .modal-dialog {
    max-width: 960px;
}
.all_member .modal-body {
    padding: 116px 90px;
}

.all_member h1 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.86px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.all_member h2 {
    font-size: 20px;
    letter-spacing: 0.72px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 8px;
}
.all_member p {
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 15px;
}

/* End :: Programs Ambassadors Section 1st Image Banner CSS */

/* Start :: Program Mentoring Section 1st Banner CSS */
.program_mentoring_page .program_mentoring {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 666px;
    background-image: url('https://testprod.nacme.org/SSP%20Applications/NetSuite%20Inc.%20-%20CMS/CMS/Site-2/files/smt-nacme-images/programm-mentoring/img-banner@2x.png');
    padding-top: 245px;
}

.program_mentoring_page .program_mentoring .mentoring_program_banner_text h1 {
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 1.29px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.program_mentoring_page .program_mentoring .mentoring_program_banner_text .mentoring_program_banner_text_p {
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 19px;
}

/* End :: Program Mentoring Section 1st Banner CSS */

/* Start :: Program Mentoring Section 2nd White Line Menu CSS */
.program_mentoring_page .white_line_menu_section {
    padding-bottom: 50px;
}

.program_mentoring_page .white_line_menu_section .second_white_section {
    margin: -28px 0px 61px;
    padding: 15px 30px 15px 30px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 13px 49px 0 rgba(0, 0, 0, 0.1);
}
.program_mentoring_page .white_line_menu_section .second_white_section ul{
    display: flex;
}

.program_mentoring_page .white_line_menu_section .second_white_section li {
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.program_mentoring_page .white_line_menu_section .second_white_section .program_mentoring_p {
    font-size: 16px;
    letter-spacing: 0.57px !important;
    color: #000000;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
}

.program_mentoring_page .white_line_menu_section .second_white_section li::after {
    position: absolute;
    content: "";
    top: -4px;
    height: 35px;
    width: 1px;
    background-color: #eeeeee;
    right: -230px;

}

.program_mentoring_page .white_line_menu_section .second_white_section li:last-child::after {
    display: none;
}

.program_mentoring_page .white_line_menu_section .program_mentoring_content .program_mentoring_text h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000000;
    padding-top: 71px;
}

.program_mentoring_page .white_line_menu_section .program_mentoring_content .program_mentoring_text p {
    font-size: 16px;
    letter-spacing: 0.57px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000000;
    padding-top: 16px;
}

.program_mentoring_page .white_line_menu_section .program_mentoring_content .program_mentoring_text h3 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.86px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000000;
    padding-top: 48px;
}

.program_mentoring_page .white_line_menu_section .program_mentoring_content .program_mentoring_image {
    padding-top: 51px;
}

.program_mentoring_page .white_line_menu_section .program_mentoring_content .program_mentoring_image img {
    width: 100%;
    height: auto;
}

.program_mentoring_page .white_line_menu_section .program_mentoring_content {
    position: relative;
}

.program_mentoring_page .white_line_menu_section .program_mentoring_content::before {
    position: absolute;
    content: "";
    background-image: url(../img/Learn/programm-mentoring/img-texture@2x.png);
    height: 364px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    left: 0px;
    width: 100%;
    bottom: 135px;
}

.program_mentoring_page .stage_section .sections .section_content_p .mentoring-stage p, .program_mentoring_page .stage_section .sections .section_content_p .mentoring-stage h3 {
    right: 0;
    padding-top: 30px;
}

/* End :: Program Mentoring Section 2nd White Line Menu CSS */

/* Start :: Program Mentoring Section 3rd Stages CSS */
.program_mentoring_page .stage_section {
    background-color: #18233d;
    padding: 180px 0px;
}

/*.program_mentoring_page .stage_section .stage_section_title .stage_title {
    padding-top: 186px;
}*/

.program_mentoring_page .stage_section .stage_section_title .stage_title h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.15px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.program_mentoring_page .stage_section .sections{
    padding-top: 130px;
}
.program_mentoring_page .stage_section .sections .section_img {
    padding-top: 31px;
}
.program_mentoring_page .stage_section .sections .section_img img {
    width: 72px;
    height: 72px;
}
.program_mentoring_page .stage_section .sections .section_title {
    padding-top: 47px;
}
.program_mentoring_page .stage_section .sections .section_title h1 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.86px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.program_mentoring_page .stage_section .sections .section_content_p {
    padding-top: 22px;
}

.program_mentoring_page .stage_section .sections .section_content_p .mentoring-stage {
    right: 110px;
    padding-top: 30px;
}

.program_mentoring_page .stage_section .sections .section_content_p .section-2-title h1{
    font-size: 16px;
    letter-spacing: 0.57px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}

.program_mentoring_page .stage_section .sections .section_content_p p {
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
}
.program_mentoring_page .stage_section .sections .section_content_p p img{
    position: absolute;
    top: 5px;
    left: 0;
}

.program_mentoring_page .stage_section .stage_section2 {
    position: relative;
}
.program_mentoring_page .stage_section .stage_section2::before {
    position: absolute;
    content: "";
    background-image: url(../img/Learn/programm-mentoring/img-texture@2x.png);
    height: 364px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    left: 0px;
    width: 100%;
    bottom: 135px;
}

.program_mentoring_page .stage_section .sections .section_content_p h3{
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding-top: 33px;
}

.program_mentoring_page .stage_section .sections .section_content_p .explore_further{
    padding-top: 16px;
}
.program_mentoring_page .stage_section .sections .section_content_p .explore_further h4{
    font-size: 16px;
    letter-spacing: 0.57px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    padding-top: 10px;
}
/* End :: Program Mentoring Section 3rd Stages CSS */

/* Start :: Program Mentoring Section 4th get started CSS */
.program_mentoring_page .get_started{
    padding: 20px 0px 60px;
    text-align: center;
}

.program_mentoring_page .get_started .section_4th h1{
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000000;
}
.program_mentoring_page .get_started .section_4th p{
    font-size: 16px;
    letter-spacing: 0.57px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000000;
    padding-top: 16px;
}
.program_mentoring_page .get_started .section_4th .student_mentee{
    width: 341px;
    margin-top: 24px;
}
.program_mentoring_page .get_started .section_4th .transparent_btn{
    padding-top: 16px;
}
.program_mentoring_page .get_started .section_4th .transparent_btn a{
    text-decoration: none;
    border-bottom: #00a0df 1px solid;
}
.program_mentoring_page .get_started .section_4th .transparent_btn a:hover{
    text-decoration: none;
    color: #00a0df;
}
/* End :: Program Mentoring Section 4th get started CSS */

/* Start :: SMT Css */
.cms-content ul li {
    list-style: none;
}

.pagination>li {
    display: inline;
}
.senior_sliderSection .slider-sec2 .carousel-control-prev, .senior_sliderSection .slider-sec2 .carousel-control-next {
    z-index: 10;
}

.slider_section1 .aerospace_Eng .carousel-control-prev, .slider_section1 .aerospace_Eng .carousel-control-next {
    top: 80%;
}

.ArticleImage_Section .Article_Info .content_Info span{
    font-weight:800;
}

.information_section .content a {
    bottom: 30px;
    left: 20px;
    margin: 0px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.86px !important;
    color: #FFFFFF;
}
.modal {
    overflow-y:auto;
}

/*================Start :: Executive Spekar Section========*/
.executive_speaker .executive_speaker_banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 666px;
    padding: 170px 0px;
}

.executive_speaker .executive_speaker_banner .speaker_content .speaker_title{
    letter-spacing: 0.57px;
    color: #00a0df;
    font-size: 16px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
}

.executive_speaker .executive_speaker_banner .speaker_content .main_title{
    letter-spacing: 1.29px;
    line-height: 52px;
    color: #ffffff;
    font-size: 36px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
}

.executive_speaker .executive_speaker_banner .speaker_content .speaker_details{
    letter-spacing: 0.57px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
}
.executive_speaker .video_section{
    background-image: linear-gradient(to bottom, #fbfeff, #e0eef6);
}

.executive_speaker .video_section .video_details .video-title{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.15px;
    margin-top: 121px;
}

.executive_speaker .video_section .video_details .imgInfo .name, .organization{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0.72px;
    margin-top: 29px;
}

.organization{ margin-top: 0px }

.executive_speaker .video_section .video_details .imgInfo .view_video{
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
    color: #00a0df;
    font-size: 16px;
    letter-spacing: 0.57px;
    margin-bottom: 40px;
}

.members_Details .imgInfo_sec .image2 img {
    width: 135px;
    height: 100px;
}

.executive_speaker .video_section .video_details .imgInfo img{
    height: 370px;
    width: 100%;
    border-radius: 15px;
  }

/*================End :: Executive Spekar Section========*/

.career-placement{
    font-size: 16px;
    color: #f2faff;
    letter-spacing: 0.57px !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
}

.career-placement a{
    color: #f2faff;
}

.career-placement a:hover{
    color: #f2faff;
}

.coming-soon{
    font-size: 16px;
    letter-spacing: 0.57px;
    color: #f2faff;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
}

.info-sec1 a{
    color: #f2faff;
}

.info-sec1 a:hover{
    color: #f2faff;
}

.content .mail{
    color: #f2faff;
}
.content .mail:hover{
    color: #f2faff;
}

.slider_section1 {
    margin-top: -124px;
}

.research_publiction_new .research_publiction_new_section .research_publication {
  margin-top: 30px;
  background: #fff;
  padding: 10px 0px;
  width: 100%;
  right: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 13px 49px 0 rgb(0 0 0 / 10%);
}

.research_publiction_new .research_publiction_new_section .research_publication 
.research-publication-sec p {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 86px;
  letter-spacing: 0.57px;
  color: #000;
  font-weight: 700;
  margin: 0px;
}

.research_publiction_new .research_publiction_new_section .research_publication div::before{
  position: absolute;
  content: "";
  top: 12px;
  height: 60px;
  width: 1px;
  background-color: #eeeeee;
  right: 0px;
}
.research_publiction_new .research_publiction_new_section .research_publication div:last-child::before {
  display: none;
}
  
.research_publiction_new .research_publiction_new_section .research_publication .research-publication-sec p img {
    margin-left: 6px;
    width: 9px;
}

.research_publiction_new .research_publiction_new_section{
    background-color: #EEEDF3;
    padding-bottom: 50px;
    background-image: linear-gradient(to bottom, #e0eef6 3%, #fff);
}

.research_publiction_new .research_publiction_new_section .feature_story{
    background-color: #fff;
    box-shadow: 5px 5px 10px 10px rgb(0 0 0 / 7%);
    padding: 20px 5px;
    margin: 45px 0px;
    position: relative;
}

.research_publiction_new .research_publiction_new_section .recent_update{
    background-color: #fff;
    box-shadow: 5px 5px 10px 10px rgb(0 0 0 / 7%);
    padding: 40px 35px;
    margin: 45px 0px;
}

.research_publiction_new .research_publiction_new_section .recent_update .btn-parent-div{
    padding-bottom: 40px;
}   

.research_publiction_new .research_publiction_new_section .recent_update .recent_update_button{
    background-color: #00a0df;
    padding: 8px 18px;
    color: #fff;
    border: #007D8A;
    border-radius: 4px;
    float: right;
    margin: 5px 0px;
}

.research_publiction_new .research_publiction_new_section .recent_update .recent_update_button .btn-recent-update{
    color: #fff;
    line-height: 20px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
}

.research_publiction_new .research_publiction_new_section .recent_update .recent_update_list{
    position: relative;
}

.research_publiction_new .research_publiction_new_section .recent_update .recent_update_list h3{
    padding: 5px 0px;
    margin-top: 20px;
}

.research_publiction_new .research_publiction_new_section .recent_update .recent_update_list h3 .recent_update_file{ 
    color: #000;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
}



.research_publiction_new .research_publiction_new_section .recent_update .recent_update_list::after{
    position: absolute;
    content: "";
    top: 70px;
    height: 1px;
    width: 95%;
    background-color: #7d6890;
    right: 13px;
}

.research_publiction_new .research_publiction_new_section .recent_update .recent_update_list:last-child::after{
    display: none;
}

.research_publiction_new .research_publiction_new_section .feature_story .project_title{
    margin: 25px 0px;
}

.research_publiction_new .research_publiction_new_section .feature_story .project_overview{
    color: #000;
    font-size: 37px;
    border-bottom: 2px solid #000;
    display: inline;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
}

.research_publiction_new .research_publiction_new_section .feature_story p{
    color: #1F2533;;
    font-size: 16px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    text-align: justify;
}

.research_publiction_new .research_publiction_new_section .feature_story .pdf_image{
    max-width: 100%;
    height: 530px;
}
.glyphicon {
    float: right;
}

.research_publiction_new .research_publiction_new_section .older {
    padding: 25px 0px;
}

.research_publiction_new .research_publiction_new_section .older h5 a{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 19px;  
    color: #323289;
    font-weight: bold;
}

.research_publiction_new .research_publiction_new_section .older .order_list_a{
    font-family: 'Open Sans', sans-serif !important; 
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
    padding: 10px 1px 0 10px;
    word-wrap: break-word;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
    width: 280px;
}

.event_Sponsorship .event_Detail {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.57px;
    color: #fff;
    padding-right: 150px;
    margin-bottom: 25px;
}

.academy_page .CASE_Level .sub-title {
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;
    min-height:80px;
}

.scholarship-img img{
    position: relative;
}

.scholarship-img .scholarship_cnt h5{
    position: absolute;
    bottom: 70px;
    color: #fff;
    left: 60px;
    font-size: 18px;
}

.scholarship-img .scholarship_cnt p{
    position: absolute;
    bottom: 47px;
    color: #fff;
    left: 60px;
    font-size: 15px;
  }
  
.scholarship-img .submit-app-button .app-button{
    position: absolute;
    bottom: 55px;
    right: 31px;
    height: 35px;
    width: 65%;
    border-radius: 4px;
}

.scholarship-img .submit-app-button .app-button{
    font-family: 'Lato', sans-serif !important;
    transition: 0.5s ease;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.57px;
    text-align: center;
    line-height: 20px;
    color: #424141;  
}

.nacme_amli .nacme_amli_faculty{
    padding-bottom: 130px;
    padding-top: 25px;
}

.nacme_amli .nacme_amli_faculty .amli_faculty img{
    width: 300px;
    height: 320px;
    float: right;
    margin-left: 10px;
    margin-right: 20px;
    border-radius: 12px
}

.nacme_amli .amli_faculty .faculty{
    font-size: 15px;
    text-align: justify;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
}

.research_publication .research-publication-section .research-publication-sec button{
    background: transparent;
}
  
/* End :: SMT Css */

/* Start :: Upcoming Anual Event Css */
.upcoming_anual_event .upcoming_anual_event_banner_image{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 735px;
	padding-top: 170px;
	margin-bottom: -115px;
	/* z-index: -999; */
}

.upcoming_anual_event .upcoming_anual_event_content .upcoming_anual_event_content_detail p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.57px;
	color: #85bf43;
}

.upcoming_anual_event .upcoming_anual_event_content .upcoming_anual_event_content_detail h5{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
	font-size: 46px;
	line-height: 1.44;
	letter-spacing: 1.29px;
	color: #fff;
}

.upcoming_anual_event .upcoming_anual_event_content .upcoming_anual_event_content_detail h5 span{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
	font-size: 46px;
	line-height: 1.44;
	letter-spacing: 1.29px;
	color: #0092c6;
}

.upcoming_anual_event .upcoming_anual_event_content .upcoming_anual_event_content_detail p img{
	max-width: 100%;
	height: 25px;
	margin: 0 5px -6px 5px;
}

.upcoming_anual_event .upcoming_anual_event_banner_menu .upcoming_anual_event_banner_menu_section{
	position: absolute;
	top: 70px;
	background: #fff;
	padding: 30px 50px;
	width: 100%;
	right: 0px;
	left: 0px;
	z-index: 1;
	border-radius: 8px;
	box-shadow: 0 13px 49px 0 rgb(0 0 0 / 10%);
}

.upcoming_anual_event .upcoming_anual_event_banner_menu .upcoming_anual_event_banner_menu_section p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.57px;
	color: #000;
	font-weight: 700;
	margin: 0px;
}

.upcoming_anual_event .upcoming_anual_event_banner_menu .upcoming_anual_event_banner_menu_section p img{
	max-width: 100%;
	height: 16px;
	width: 11px;
  margin: -2px 10px;

}

.upcoming_anual_event .upcoming_anual_event_banner_menu .upcoming_anual_event_banner_menu_section div::before{
	position: absolute;
	content: "";
	top: -10px;
	height: 53px;
	width: 1px;
	background-color: #eeeeee;
	right: 0px;
}

.upcoming_anual_event .upcoming_anual_event_banner_menu .upcoming_anual_event_banner_menu_section div:last-child:before{
	position: absolute;
	content: "";
	top: -10px;
	height: 53px;
	width: 1px;
	background-color: #eeeeee;
	right: 0px;
	display: none;
}

.upcoming_anual_event .upcoming_anual_event_sponser{
	background-image: linear-gradient(to bottom, #fff 3%, #e0eef6);
	padding-top: 150px;
}

.upcoming_anual_event .upcoming_anual_event_sponser p{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000000;
	margin: 50px 0;
}

.upcoming_anual_event .upcoming_anual_event_sponser img{
	max-width: 100%;
	height: 170px;
}

.upcoming_anual_event .upcoming_anual_event_sponser h6{
	font-family: 'Lato', sans-serif !important;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px !important;
	padding: 20px 0px;
	color: #000;
}

.upcoming_anual_event .upcoming_anual_event_about_conference{
	position: relative;
	margin: 50px 0;
}

.upcoming_anual_event .upcoming_anual_event_about_conference::before{
	position: absolute;
	content: "";
	background-image: url(../img/img-texture.png);
	height: 350px;
	background-repeat: no-repeat;
	background-position: left;
	top: -25px;
	left: -80px;
	width: 100%;
}

.upcoming_anual_event .upcoming_anual_event_about_conference .about_conference_content{
	padding: 40px 0px 0px 25px;
}

.upcoming_anual_event .upcoming_anual_event_about_conference .about_conference_content 
.about_conference_content_title{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
}

.upcoming_anual_event .upcoming_anual_event_about_conference .about_conference_content 
.about_conference_content_detail{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.57px;
	color: #000;
	line-height: normal;
	margin-bottom: 25px;
}

.upcoming_anual_event .upcoming_anual_event_about_conference .hotel-box{
	border-radius: 8px;
	background-color: #f2faff;
	padding: 15px 20px;
	margin-top: 30px;
}

.upcoming_anual_event .upcoming_anual_event_about_conference .hotel-box img{
	max-width: 100%;
	height: 60px;
}

.upcoming_anual_event .upcoming_anual_event_about_conference .hotel-box h4{
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	font-weight: 700;
	margin-bottom: 0px;
}

.upcoming_anual_event .upcoming_anual_event_about_conference .hotel-box p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.57px;
	color: #000;
	line-height: normal;
	padding: 3px 0;
	margin-bottom: 3px;
}

.upcoming_anual_event .upcoming_anual_event_about_conference .hotel-box a{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.57px;
	color: #00a0df;
	line-height: normal;
	margin-bottom: 5px;
}

.upcoming_anual_event .upcoming_anual_event_quick_link{
	position: relative;
	z-index: 2;
	margin-top: 100px;
}

.upcoming_anual_event .upcoming_anual_event_quick_link .quick_link{
	border-radius: 8px;
	box-shadow: 0 13px 49px 0 rgb(0 0 0 / 10%);
	background-color: #fff;
	padding: 15px 15px;
  height: 350px;
}

.upcoming_anual_event .upcoming_anual_event_quick_link .quick_link img{
	max-width: 100%;
	height: 80px;
}

.upcoming_anual_event .upcoming_anual_event_quick_link .quick_link h2{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0.72px !important;
	color: #000;
}

.upcoming_anual_event .upcoming_anual_event_quick_link .quick_link p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	min-height: 45%;
}

.upcoming_anual_event .upcoming_anual_event_quick_link .quick_link a{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 900;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.64px !important;
	color: #00a0df;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule{
	padding-top: 180px;
	background-color: #18233d;
	padding-bottom: 50px;
	position: relative;
	margin-top: -150px;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule{
	margin-top: 80px;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule p{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.10;
	letter-spacing: 1.15px;
	color: #fff;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date{
	background-color: #020710;
	height: 80px;
	border-radius: 60px;
	padding: 5px 5px;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_selection{
	background-color: transparent;
	height: 70px;
	border-radius: 55px;
	border: 0px !important;
	padding: 10px 5px;
}


.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date li .event_programm_date_selection.active,

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date  .nav-tabs .nav-link:focus, .event_programm_date_selection,
.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date  li .event_programm_date_selection:hover {
	background-color: #16233f;
	border: 0px !important;
	border-radius: 55px;
}



.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .nav-tabs {
	border-bottom: 0px ;
	margin: 0;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_selection a{
	display: block;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_selection .day,
.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_without_selection .day{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.10;
	letter-spacing: 1.15px;
	color: #fff;
	padding: 5px 15px 0px;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_selection .date, 
.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_without_selection .date{
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #fff;
	padding: 4px 15px;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_without_selection:nth-child(2)::before{
	position: absolute;
	content: "";
	top: 12px;
	height: 53px;
	width: 1px;
	background-color: #16233f;
	right: 203px;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail{
	padding: 40px 0px 0 60px;
	position: relative;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_programm_time .event-time{
	color: #fff;
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	font-size: 13px;
	margin: 0px;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .blue_circle{
	background-color: #00a0df;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	margin: 0px 0px;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_detail .event_detail_title{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 15px;
	line-height: normal;
	letter-spacing: 0.72px !important;
	color: #fff;
	padding: 0 0 10px;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_detail .event_detail_content{
	font-family: 'Lato', sans-serif !important;
  font-weight: 400;
	font-size: 13px;
	line-height: normal;
	letter-spacing: 0.72px !important;
	color: #fff;
	padding: 0 0 10px;
}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_programm_boxs{
	position: relative;
	padding-bottom: 20px;
}

/* .upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .blue_circle::after{
	position: absolute;
	content: "";
	top: 26px;
	height: 100%;
	width: 2px;
	right: 33px;
	border-left: 2px dotted #00a0df;
} */

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_programm_boxs::before{
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	width: 2px;
	left: 16.7%;
	border-left: 2px dotted #00a0df;

}

.upcoming_anual_event .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_programm_boxs:last-child::before {
	display: none;
}

.upcoming_anual_event .upcoming_anual_event_speaker{
	background-color: #0c1222;
	padding: 50px 0;
}

.upcoming_anual_event .upcoming_anual_event_speaker h1{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #fff;
	text-align: center;
	margin-top: 80px;
}

.upcoming_anual_event .upcoming_anual_event_speaker p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #fff;
	text-align: center;
	margin: 15px auto;
}

.upcoming_anual_event .upcoming_anual_event_speaker h5{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.57px !important;
	color: #00a0df;
	text-align: center;
	margin: 40px auto;
	cursor: pointer;
}

.upcoming_anual_event .upcoming_anual_event_speaker img{
	max-width: 100%;
	height: 160px;
}

.upcoming_anual_event .upcoming_anual_event_speaker .event_speaker_name{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.67;
	letter-spacing: 0.86px;
	color: #fff;
	margin: 10px 0 0 0;
}

.upcoming_anual_event .upcoming_anual_event_speaker .event_speaker_position{
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #fff;
	font-weight: 700;
}

.upcoming_anual_event .upcoming_anual_event_speaker .event_speaker_institute{
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #fff;
	font-weight: 700;
}

.upcoming_anual_event .upcoming_anual_event_speaker .col-md-4::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 110%;
	background-color: #28375b;
	right: 0px;
	top: 0px;
}

.upcoming_anual_event .upcoming_anual_event_speaker .col-md-4:last-child:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e3e3e3;
	right: 0px;
	top: 0px;
	display: none;
}

.upcoming_anual_event .upcoming_anual_event_speaker .col-md-4{
	padding-top: 60px;
}

.upcoming_anual_event .upcoming_anual_event_case_academy_section{
	padding: 50px 0;
	position: relative;
}

.upcoming_anual_event .upcoming_anual_event_case_academy_section .case_academy_listing_section {
	padding: 60px 0 0 0;
}
.upcoming_anual_event .upcoming_anual_event_case_academy_section h1{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
	text-align: center;
	margin-top: 80px;
}

.upcoming_anual_event .upcoming_anual_event_case_academy_section p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: center;
	margin: 15px auto;
}

.upcoming_anual_event .upcoming_anual_event_case_academy_section .case_academy_section_listing .image_section img{
	max-width: 100%;
  height: 55px;
	margin: 20px 0;
}

.upcoming_anual_event .upcoming_anual_event_case_academy_section .case_academy_section_listing .imgInfo p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: left;
	margin-top: 35px;
}	

.upcoming_anual_event .upcoming_anual_event_case_academy_section h2{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
	text-align: center;
	margin-top: 80px;
}	

.upcoming_anual_event .upcoming_anual_event_case_academy_section p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: center;
	margin: 15px auto;
}	

.upcoming_anual_event .upcoming_anual_event_case_academy_section h6{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.57px !important;
	color: #00a0df;
	text-align: center;
	margin: 10px auto;
	cursor: pointer;
}	

.upcoming_anual_event .upcoming_anual_event_two_white_box .case_academy_two_cards_section{
	border-radius: 8px;
	box-shadow: 0 13px 49px 0 rgb(0 0 0 / 10%);
	background-color: #fff;
	padding: 15px 15px;
	height: auto;
}

.upcoming_anual_event .upcoming_anual_event_two_white_box .case_academy_two_cards_section img{
	max-width: 100%;
	height: 130px;
}

.upcoming_anual_event .upcoming_anual_event_two_white_box .case_academy_two_cards_section .case_academy_card_title{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
	text-align: left;
	margin-top: 20px;
}

.upcoming_anual_event .upcoming_anual_event_two_white_box .case_academy_two_cards_section .case_academy_card_short_description{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: left;
	margin: 15px auto;
}

.upcoming_anual_event .upcoming_anual_event_two_white_box{
	position: relative;
	z-index: 1;
	margin-top: 50px;
}

.upcoming_anual_event .upcoming_anual_event_two_white_box .case_academy_two_cards_section .case_academy_sponser_img{
	width: 100%;
	height: 180px;
	margin: 30px auto;
}

.upcoming_anual_event .upcoming_anual_event_two_white_box .case_academy_two_cards_section h6{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 900;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.64px !important;
	color: #00a0df;
	text-align: center;
    cursor: pointer;
}

.upcoming_anual_event .upcoming_anual_event_hackathon_section{
	position: relative;
	margin: 50px 0;
	background-color: #18233d;
	margin-top: -100px;
	padding: 100px 0;
}

.upcoming_anual_event .upcoming_anual_event_hackathon_section .hackathon_section{
	padding: 100px 0;
}

.upcoming_anual_event .upcoming_anual_event_hackathon_section::before{
	position: absolute;
	content: "";
	background-image: url('/SSP Applications/NetSuite Inc. - CMS/CMS/Site-2/files/smt-nacme-images/upcoming_anual_event/img-texture.png');
	height: 520px;
	background-repeat: no-repeat;
	background-position: right bottom;
	left: 0px;
	width: 100%;
}

.upcoming_anual_event .upcoming_anual_event_hackathon_section img{
	max-width: 100%;
  height: 350px;
}

.upcoming_anual_event .upcoming_anual_event_hackathon_section .hackathon_section h1{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #fff;
}

.upcoming_anual_event .upcoming_anual_event_hackathon_section .hackathon_section p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.57px;
	color: #fff;
	line-height: normal;
	margin-bottom: 25px;
}

.upcoming_anual_event .upcoming_anual_event_hackathon_section .hackathon_section .hackathon-list{
	margin: 30px 0;
}

.upcoming_anual_event .upcoming_anual_event_hackathon_section .hackathon_section .hackathon-list-img{
	max-width: 100%;
  height: 33px;
}

.upcoming_anual_event .upcoming_anual_event_hackathon_section .hackathon_section h6{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.57px;
	color: #00a0df;
	line-height: normal;
	margin: 7px -35px;
  cursor: pointer;
}

.upcoming_anual_event .upcoming_anual_event_hackathon_section .hackathon_section .hackathon-button{
	width: 50%;
}

.upcoming_anual_event .upcoming_anual_event_registration{
	margin: 50px auto;
}

.upcoming_anual_event .upcoming_anual_event_registration .ticket_section{
	margin: 50px auto;
}

.upcoming_anual_event .upcoming_anual_event_registration h1{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
	text-align: center;
	margin-top: 35px;
}

.upcoming_anual_event .upcoming_anual_event_registration p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: center;
	margin: 15px auto;
}

.upcoming_anual_event .upcoming_anual_event_registration .register_event_box{
	display: flex;
	align-items: center;
	justify-content: center;
}

.upcoming_anual_event .upcoming_anual_event_registration .register_event_box .sky_box{
	background-color: #f2faff;
	height: 55px;
	width: 40%;
	border-radius: 60px;
	padding: 5px 5px;
}

.upcoming_anual_event .upcoming_anual_event_registration .register_event_box .sky_box .nav-tabs{
	border: 0;
	margin: 0;
}

.upcoming_anual_event .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box.active,
.upcoming_anual_event .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box:hover,
.upcoming_anual_event .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box:focus	{
	background-color: #fff;
	border: 0;
	border: 60px;
}

.upcoming_anual_event .upcoming_anual_event_registration .register_event_box .sky_box li a:hover{
	background-color: #fff;
	border: 0;
	border: 60px;
}

.upcoming_anual_event .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box{
	height: 45px;
	border-radius: 60px;
	padding: 10px 5px;
	background: transparent;
  border: 0;
}

.upcoming_anual_event .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box .register_event_institute{
	color: #00a0df;
	font-size: 18px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	margin: 0;
	padding: 0px 50px 0px;
}

.upcoming_anual_event .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box_without_background .register_event_institute{
	font-size: 18px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	padding: 7px 0;
}

.upcoming_anual_event .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box_without_background .register_event_institute{
	color: #00a0df;
	font-size: 18px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	padding: 14px 50px;
}

.upcoming_anual_event .upcoming_anual_event_registration h5{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: center;
	margin: 15px auto;
}

.upcoming_anual_event .upcoming_anual_event_registration .available_ticket{
	background: #f2faff;
	height: auto;
	border-radius: 7px;
	padding-bottom: 40px;
}

.upcoming_anual_event .upcoming_anual_event_registration .available_ticket .ticket_package {
	position: relative;
	display: flex;
	justify-content: center;
}

.upcoming_anual_event .upcoming_anual_event_registration .available_ticket .ticket_package .ticket_type{
	background-color: #00a0df;
	height: 30px;
	width: 85%;
	border-radius: 25px;
	position: relative;
	margin-top: -13px;
}

.upcoming_anual_event .upcoming_anual_event_registration .available_ticket .ticket_package .ticket_type h4{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.10;
	letter-spacing: 1.15px;
	color: #fff;
	padding: 8px 15px 0px;
	text-align: center;
}

.upcoming_anual_event .upcoming_anual_event_registration .available_ticket .ticket_price_detail_section	h2{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
	text-align: center;
	padding: 10px 0;
}

.upcoming_anual_event .upcoming_anual_event_registration .available_ticket .ticket_price_detail_section	hr{
	width: 80%;
	margin-top: 10px;
	border-top: 1px solid #979797;

}

.upcoming_anual_event .upcoming_anual_event_registration .available_ticket .ticket_price_detail_section	.ticket_price_title{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: center;
	margin: 15px auto;
}

.upcoming_anual_event .upcoming_anual_event_registration .available_ticket .ticket_price_detail_section	.ticket_price_description{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: center;
	margin: 15px auto;
	min-height: 75px;
}

.upcoming_anual_event .upcoming_anual_event_registration .ticket_register_button{
	width: 20%;
	margin: 50px auto;
}

#become_sponser .panel-group,
#become_sponser_case_academy .panel-group{
	margin: 35px 0;
}

#become_sponser .close, 
#become_exhibitor .close, 
#upcoming_event_speaker .close,
#view_company_1 .close,
#view_company_2 .close,
#team_info .close,
#benefits_prizes .close,
#event_location .close,
#become_sponser_case_academy .close
{ 
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 4px 4px 4px 4px;
	background-color: #e4e4e4;
	border-radius: 48px;
	position: absolute;
	top: 26px;
	right: 22px;
}

#become_sponser h1, 
#become_exhibitor h1,
#view_company_1 h1,
#view_company_2 h1,
#team_info h1,
#benefits_prizes h1,
#event_location h1{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000000;
	margin: 20px 0;
}
#become_sponser .panel-default{
	background-color: #f2faff;
}
#become_sponser .panel-heading,
#become_sponser_case_academy .panel-heading{
	background-color: #f2faff;
	height: 65px;
}

#become_sponser .panel-heading img,
#become_sponser_case_academy .panel-heading img{
	max-width: 100%;
	height: 45px;
}

#become_sponser .panel-heading h4,
#become_sponser_case_academy .panel-heading h4{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
}

#become_sponser .panel-heading h5,
#become_sponser_case_academy .panel-heading h5{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	font-size: 16px;
	white-space: normal;
}

#become_sponser .panel-group .panel-heading .learn_more{
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.57px !important;
	padding: 12px 0;
}

#become_sponser .panel-group .panel-body,
#become_sponser_case_academy .panel-group .panel-body{
	border-top-color: #f2faff;
	padding: 10px 1px 0 10px;
	line-height: 25px;
	overflow: hidden;
	width: 100%;
	white-space: normal;
	word-wrap: break-word;
}

#become_sponser .panel-group .panel-body h3{
	letter-spacing: 0.72px;
	color: #000;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
}

#become_sponser .panel-group .panel-body ul,
#become_sponser_case_academy .panel-group .panel-body ul{
	list-style-type: circle;
}

#become_sponser .panel-group .panel-body li,
#become_sponser_case_academy .panel-group .panel-body li{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.57px;
	color: #000;
	line-height: normal;
	list-style-type: circle;
	margin: 15px 15px;
}

#become_sponser .star_img, #become_exhibitor .star_img{
	max-width: 100%;
	height: 25px;
}

#become_sponser .submit_section, #become_exhibitor .submit_section{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.57px;
	color: #000;
	line-height: normal;
	margin-bottom: 25px;
}

#become_sponser .submit_section, 
#become_exhibitor .submit_section,
#become_sponser_case_academy .submit_section{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.57px;
	color: #000;
	line-height: normal;
	margin-bottom: 25px;
}

#become_sponser .submit_section a{
	text-decoration: underline;
}

#become_sponser .submit_section .form{
	text-decoration: underline;
	color: #00a0df;
}

#become_sponser .modal-body {
	position: relative;
	padding: 70px 50px 100px 50px !important;
}

#become_exhibitor .modal-body{
	position: relative;
	padding: 60px 45px 100px 20px !important;
}

#become_exhibitor p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.57px !important;
	color: #000;
	margin: 0px;
	white-space: normal !important;
}

#become_exhibitor .exhibit_section .sky_color{
	background-color: #f2faff;
	height: auto;
	padding: 10px 20px 15px;
	width: 110%;
	border-radius: 5px;
}

#become_exhibitor .exhibit_section .sky_color h2{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000000;
	margin: 15px 0;
}

#become_exhibitor .exhibit_section .sky_color .detail_fare{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.57px;
	color: #000;
	line-height: normal;
	min-height: 120px;
}

#become_exhibitor .exhibit_section .sky_color h4{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000000;
	margin: 15px 0;
}

#become_exhibitor .exhibit_section .sky_color h5{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000000;
	margin: 15px 0;
}

#become_exhibitor .exhibit_section{
	margin: 35px auto;
}

#upcoming_event_speaker h1{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000000;
}

#upcoming_event_speaker p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.57px;
	color: #000;
	line-height: normal;
	margin: 20px auto;
}

#view_company_1 .star_img,
#view_company_2 .star_img{
	max-width: 100%;
  height: 30px;
}

#view_company_2 p span{
	color: #00a0df;
}

#team_info ul,
#benefits_prizes ul,
#event_location ul{
	list-style-type: circle;
}


#team_info ul li,
#benefits_prizes ul li,
#event_location ul li{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.57px;
	color: #000;
	line-height: 1.5;
	list-style-type: circle;
}

.accordion-toggle::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url(../img/download.svg);
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
	transform: rotate(-90deg);
}

/* .accordion-toggle:not(.collapsed)::after {
	background-image: url(../img/download.svg);
	transform: rotate(-90deg);
} */

#become_sponser .panel-group .accordion-toggle{
	display: flex;
	background: transparent;
	border: 0;
	margin-left: auto;
}

.accordion-toggle.toggelArrow::after{
	transform: rotate(0deg);
}
/* End :: Upcoming Anual Event Css */

/* STRAT JAY WANKHEDE CSS */
.transparent-btn{
	background: transparent !important;
}
/* Strat :: Washington DC CSS */
.washington-dc-Conference .upcoming_anual_event_banner_image .upcoming_anual_event_content .transparent-btn,
.washington-dc-Conference .upcoming_anual_event_banner_image_responsive_content .transparent-btn{
  color: #00a0df !important;
	padding: 0 25px;
	margin-left: 15px;
}
.washington-dc-Conference .upcoming_anual_event_quick_link .quick-links{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.57px;
  color: #000;
}
.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_programm_boxs::before{
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	width: 2px;
	left: 16.5%;
	border-left: 2px dotted #00a0df;
}
.washington-dc-Conference .upcoming_anual_event_banner_image{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 735px;
	padding-top: 170px;
	margin-bottom: -115px;
	/* z-index: -999; */
}
.washington-dc-Conference .upcoming_anual_event_content .upcoming_anual_event_content_detail p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.57px;
	color: #85bf43;
}

.washington-dc-Conference .upcoming_anual_event_content .upcoming_anual_event_content_detail h5{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
	font-size: 57px;
	line-height: 1.26;
	letter-spacing: 2.04px;
	color: #fff;
}

.washington-dc-Conference .upcoming_anual_event_content .upcoming_anual_event_content_detail h5 span{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
	font-size: 57px;
	line-height: 1.26;
	letter-spacing: 2.04px;
	color: #0092c6;
}

.washington-dc-Conference .upcoming_anual_event_content .upcoming_anual_event_content_detail p img{
	max-width: 100%;
	height: 25px;
	margin: 0 5px -6px 5px;
}
.washington-dc-Conference .upcoming_anual_event_banner_menu .upcoming_anual_event_banner_menu_section{
	position: absolute;
	top: 70px;
	background: #fff;
	padding: 30px 50px;
	width: 100%;
	right: 0px;
	left: 0px;
	z-index: 1;
	border-radius: 8px;
	box-shadow: 0 13px 49px 0 rgb(0 0 0 / 10%);
}

.washington-dc-Conference .upcoming_anual_event_banner_menu .upcoming_anual_event_banner_menu_section p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.57px;
	font-weight: 700;
	margin: 0px;
}
.washington-dc-Conference .upcoming_anual_event_banner_menu .upcoming_anual_event_banner_menu_section p a{
	color: #000;
}
.washington-dc-Conference .upcoming_anual_event_banner_menu .upcoming_anual_event_banner_menu_section p a:hover{
	text-decoration: none;
}

.washington-dc-Conference .upcoming_anual_event_banner_menu .upcoming_anual_event_banner_menu_section p img{
	max-width: 100%;
	height: 16px;
	width: 11px;
  margin: -2px 10px;

}

.washington-dc-Conference .upcoming_anual_event_banner_menu .upcoming_anual_event_banner_menu_section div::before{
	position: absolute;
	content: "";
	top: -10px;
	height: 53px;
	width: 1px;
	background-color: #eeeeee;
	right: 0px;
}

.washington-dc-Conference .upcoming_anual_event_banner_menu .upcoming_anual_event_banner_menu_section div:last-child:before{
	position: absolute;
	content: "";
	top: -10px;
	height: 53px;
	width: 1px;
	background-color: #eeeeee;
	right: 0px;
	display: none;
}
.washington-dc-Conference .upcoming_anual_event_sponser{
	background-image: linear-gradient(to bottom, #fff 3%, #e0eef6);
	padding-top: 150px;
}

.washington-dc-Conference .upcoming_anual_event_sponser p{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0.72px;
	color: #000000;
	margin: 50px 0;
}

.washington-dc-Conference .upcoming_anual_event_sponser img{
	max-width: 100%;
	height: 170px;
}

.washington-dc-Conference .upcoming_anual_event_sponser h6{
	font-family: 'Lato', sans-serif !important;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px !important;
	padding: 20px 0px;
	color: #000;
}
.washington-dc-Conference .upcoming_anual_event_about_conference{
	position: relative;
	margin: 50px 0;
}

.washington-dc-Conference .upcoming_anual_event_about_conference::before{
	position: absolute;
	content: "";
	background-image: url(../img/img-texture.png);
	height: 350px;
	background-repeat: no-repeat;
	background-position: left;
	top: -25px;
	left: -80px;
	width: 100%;
}

.washington-dc-Conference .upcoming_anual_event_about_conference .about_conference_content{
	padding: 40px 0px 0px 25px;
}

.washington-dc-Conference .upcoming_anual_event_about_conference .about_conference_content 
.about_conference_content_title{
	font-family: 'Poppins', sans-serif !important;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
}

.washington-dc-Conference .upcoming_anual_event_about_conference .about_conference_content 
.about_conference_content_detail{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.57px;
	color: #000;
	line-height: normal;
	margin-bottom: 25px;
}

.washington-dc-Conference .upcoming_anual_event_about_conference .hotel-box{
	border-radius: 8px;
	background-color: #f2faff;
	padding: 15px 20px;
	margin-top: 30px;
}

.washington-dc-Conference .upcoming_anual_event_about_conference .hotel-box img{
	max-width: 75px;
	height: auto;
}

.washington-dc-Conference .upcoming_anual_event_about_conference .hotel-box h4{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0.72px;
	color: #000;
	margin-bottom: 0px;
}

.washington-dc-Conference .upcoming_anual_event_about_conference .hotel-box p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.57px;
	color: #000;
	line-height: normal;
	padding: 3px 0;
	margin-bottom: 3px;
}

.washington-dc-Conference .upcoming_anual_event_about_conference .hotel-box a{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.57px;
	color: #00a0df;
	line-height: normal;
	margin-bottom: 5px;
}
.washington-dc-Conference .upcoming_anual_event_quick_link{
	position: relative;
	z-index: 2;
	margin-top: 100px;
}

.washington-dc-Conference .upcoming_anual_event_quick_link .quick_link{
	border-radius: 8px;
	box-shadow: 0 13px 49px 0 rgb(0 0 0 / 10%);
	background-color: #fff;
	padding: 15px 15px;
  height: 350px;
}

.washington-dc-Conference .upcoming_anual_event_quick_link .quick_link img{
	max-width: 100%;
	height: 80px;
}

.washington-dc-Conference .upcoming_anual_event_quick_link .quick_link h2{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0.72px !important;
	color: #000;
}

.washington-dc-Conference .upcoming_anual_event_quick_link .quick_link p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	min-height: 45%;
}

.washington-dc-Conference .upcoming_anual_event_quick_link .quick_link a{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 900;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.64px !important;
	color: #00a0df;
}
.washington-dc-Conference .upcoming_anual_event_programm_schedule{
	padding-top: 180px;
	background-color: #18233d;
	padding-bottom: 50px;
	position: relative;
	margin-top: -150px;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule{
	margin-top: 80px;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule p{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.10;
	letter-spacing: 1.15px;
	color: #fff;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date{
	background-color: #020710;
	height: 80px;
	border-radius: 60px;
	padding: 5px 5px;
	width: 91%;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_selection{
	background-color: transparent;
	height: 70px;
	border-radius: 55px;
	border: 0px !important;
	padding: 10px 5px;
}


.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date li .event_programm_date_selection.active,

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date  .nav-tabs .nav-link:focus, .event_programm_date_selection,
.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date  li .event_programm_date_selection:hover {
	background-color: #16233f;
	border: 0px !important;
	border-radius: 55px;
}



.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .nav-tabs {
	border-bottom: 0px ;
	margin: 0;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_selection a{
	display: block;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_selection .day,
.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_without_selection .day{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.10;
	letter-spacing: 1.15px;
	color: #fff;
	padding: 5px 15px 0px;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_selection .date, 
.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_without_selection .date{
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #fff;
	padding: 4px 15px;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_programm_date .event_programm_date_without_selection:nth-child(2)::before{
	position: absolute;
	content: "";
	top: 12px;
	height: 53px;
	width: 1px;
	background-color: #16233f;
	right: 203px;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail{
	padding: 40px 0px 0 60px;
	position: relative;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_programm_time .event-time{
	color: #fff;
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	font-size: 13px;
	margin: 0px;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .blue_circle{
	background-color: #00a0df;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	margin: 0px 0px;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_detail .event_detail_title{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 15px;
	line-height: normal;
	letter-spacing: 0.72px !important;
	color: #fff;
	padding: 0 0 10px;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_detail .event_detail_content{
	font-family: 'Lato', sans-serif !important;
  font-weight: 400;
	font-size: 13px;
	line-height: normal;
	letter-spacing: 0.72px !important;
	color: #fff;
	padding: 0 0 10px;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_programm_boxs{
	position: relative;
	padding-bottom: 20px;
}

/* .washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .blue_circle::after{
	position: absolute;
	content: "";
	top: 26px;
	height: 100%;
	width: 2px;
	right: 33px;
	border-left: 2px dotted #00a0df;
} */

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_programm_boxs::before{
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	width: 2px;
	left: 16.7%;
	border-left: 2px dotted #00a0df;
}

.washington-dc-Conference .upcoming_anual_event_programm_schedule .event_programm_scedule .event_schedule_detail .event_programm_boxs:last-child::before {
	display: none;
}
.washington-dc-Conference .upcoming_anual_event_speaker{
	background-color: #0c1222;
	padding: 50px 0;
}

.washington-dc-Conference .upcoming_anual_event_speaker h1{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #fff;
	text-align: center;
	margin-top: 80px;
}

.washington-dc-Conference .upcoming_anual_event_speaker p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #fff;
	text-align: center;
	margin: 15px auto;
}

.washington-dc-Conference .upcoming_anual_event_speaker h5{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.57px !important;
	color: #00a0df;
	text-align: center;
	margin: 40px auto;
	cursor: pointer;
}

.washington-dc-Conference .upcoming_anual_event_speaker img{
	max-width: 100%;
	height: 160px;
}

.washington-dc-Conference .upcoming_anual_event_speaker .event_speaker_name{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.67;
	letter-spacing: 0.72px;
	color: #fff;
	margin: 10px 0 0 0;
}

.washington-dc-Conference .upcoming_anual_event_speaker .event_speaker_position{
	font-family: 'Lato', sans-serif !important;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #fff;
}

.washington-dc-Conference .upcoming_anual_event_speaker .event_speaker_institute{
	font-family: 'Lato', sans-serif !important;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.64px;
	color: #fff;
}

.washington-dc-Conference .upcoming_anual_event_speaker .col-md-4::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 110%;
	background-color: #28375b;
	right: 0px;
	top: 0px;
}

.washington-dc-Conference .upcoming_anual_event_speaker .col-md-4:last-child:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e3e3e3;
	right: 0px;
	top: 0px;
	display: none;
}

.washington-dc-Conference .upcoming_anual_event_speaker .col-md-4{
	padding-top: 60px;
}
.washington-dc-Conference .upcoming_anual_event_case_academy_section{
	padding: 50px 0;
	position: relative;
}

.washington-dc-Conference .upcoming_anual_event_case_academy_section .case_academy_listing_section {
	padding: 60px 0 0 0;
}
.washington-dc-Conference .upcoming_anual_event_case_academy_section h1{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
	text-align: center;
	margin-top: 80px;
}

.washington-dc-Conference .upcoming_anual_event_case_academy_section p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: center;
	margin: 15px auto;
}

.washington-dc-Conference .upcoming_anual_event_case_academy_section .case_academy_section_listing .image_section img{
	max-width: 100%;
  height: 55px;
	margin: 20px 0;
}

.washington-dc-Conference .upcoming_anual_event_case_academy_section .case_academy_section_listing .imgInfo p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: left;
	margin-top: 35px;
}	

.washington-dc-Conference .upcoming_anual_event_case_academy_section h2{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
	text-align: center;
	margin-top: 80px;
}	

.washington-dc-Conference .upcoming_anual_event_case_academy_section p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: center;
	margin: 15px auto;
}	

.washington-dc-Conference .upcoming_anual_event_case_academy_section h6{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.57px !important;
	color: #00a0df;
	text-align: center;
	margin: 10px auto;
	cursor: pointer;
}	
.washington-dc-Conference .upcoming_anual_event_two_white_box .case_academy_two_cards_section{
	border-radius: 8px;
	box-shadow: 0 13px 49px 0 rgb(0 0 0 / 10%);
	background-color: #fff;
	padding: 15px 15px;
	height: auto;
}

.washington-dc-Conference .upcoming_anual_event_two_white_box .case_academy_two_cards_section img{
	max-width: 100%;
	height: 130px;
}

.washington-dc-Conference .upcoming_anual_event_two_white_box .case_academy_two_cards_section .case_academy_card_title{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
	text-align: left;
	margin-top: 20px;
}

.washington-dc-Conference .upcoming_anual_event_two_white_box .case_academy_two_cards_section .case_academy_card_short_description{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: left;
	margin: 15px auto;
}

.washington-dc-Conference .upcoming_anual_event_two_white_box{
	position: relative;
	z-index: 1;
	margin-top: 50px;
}

.washington-dc-Conference .upcoming_anual_event_two_white_box .case_academy_two_cards_section .case_academy_sponser_img{
	width: 100%;
	height: 180px;
	margin: 30px auto;
}

.washington-dc-Conference .upcoming_anual_event_two_white_box .case_academy_two_cards_section h6{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 900;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.64px !important;
	color: #00a0df;
	text-align: center;
  cursor: pointer;
}
.washington-dc-Conference .upcoming_anual_event_hackathon_section{
	position: relative;
	margin: 50px 0;
	background-color: #18233d;
	margin-top: -100px;
	padding: 100px 0;
}

.washington-dc-Conference .upcoming_anual_event_hackathon_section .hackathon_section{
	padding: 100px 0;
}

.washington-dc-Conference .upcoming_anual_event_hackathon_section::before{
	position: absolute;
	content: "";
	background-image: url('/SSP Applications/NetSuite Inc. - CMS/CMS/Site-2/files/smt-nacme-images/upcoming_anual_event/img-texture.png');
	height: 520px;
	background-repeat: no-repeat;
	background-position: right bottom;
	left: 0px;
	width: 100%;
}

.washington-dc-Conference .upcoming_anual_event_hackathon_section img{
	max-width: 100%;
  height: 350px;
}

.washington-dc-Conference .upcoming_anual_event_hackathon_section .hackathon_section h1{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #fff;
}

.washington-dc-Conference .upcoming_anual_event_hackathon_section .hackathon_section p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.57px;
	color: #fff;
	line-height: normal;
	margin-bottom: 25px;
}

.washington-dc-Conference .upcoming_anual_event_hackathon_section .hackathon_section .hackathon-list{
	margin: 30px 0;
}

.washington-dc-Conference .upcoming_anual_event_hackathon_section .hackathon_section .hackathon-list-img{
	max-width: 100%;
  height: 33px;
}

.washington-dc-Conference .upcoming_anual_event_hackathon_section .hackathon_section h6{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.57px;
	color: #00a0df;
	line-height: normal;
	margin: 7px -35px;
  cursor: pointer;
}

.washington-dc-Conference .upcoming_anual_event_hackathon_section .hackathon_section .hackathon-button{
	width: 50%;
}
.washington-dc-Conference .upcoming_anual_event_registration{
	margin: 50px auto;
}

.washington-dc-Conference .upcoming_anual_event_registration .ticket_section{
	margin: 50px auto;
}

.washington-dc-Conference .upcoming_anual_event_registration h1{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
	text-align: center;
	margin-top: 35px;
}

.washington-dc-Conference .upcoming_anual_event_registration p{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: center;
	margin: 15px auto;
}

.washington-dc-Conference .upcoming_anual_event_registration .register_event_box{
	display: flex;
	align-items: center;
	justify-content: center;
}

.washington-dc-Conference .upcoming_anual_event_registration .register_event_box .sky_box{
	background-color: #f2faff;
	height: 55px;
	width: 40%;
	border-radius: 60px;
	padding: 5px 5px;
}

.washington-dc-Conference .upcoming_anual_event_registration .register_event_box .sky_box .nav-tabs{
	border: 0;
	margin: 0;
}

.washington-dc-Conference .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box.active,
.washington-dc-Conference .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box:hover,
.washington-dc-Conference .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box:focus	{
	background-color: #fff;
	border: 0;
	border: 60px;
}

.washington-dc-Conference .upcoming_anual_event_registration .register_event_box .sky_box li a:hover{
	background-color: #fff;
	border: 0;
	border: 60px;
}

.washington-dc-Conference .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box{
	height: 45px;
	border-radius: 60px;
	padding: 10px 5px;
	background: transparent;
  border: 0;
}

.washington-dc-Conference .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box .register_event_institute{
	color: #00a0df;
	font-size: 18px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	margin: 0;
	padding: 0px 50px 0px;
}

.washington-dc-Conference .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box_without_background .register_event_institute{
	font-size: 18px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	padding: 7px 0;
}

.washington-dc-Conference .upcoming_anual_event_registration .register_event_box .sky_box .white_inner_box_without_background .register_event_institute{
	color: #00a0df;
	font-size: 18px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	padding: 14px 50px;
}

.washington-dc-Conference .upcoming_anual_event_registration h5{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: center;
	margin: 15px auto;
}

.washington-dc-Conference .upcoming_anual_event_registration .available_ticket{
	background: #f2faff;
	height: auto;
	border-radius: 7px;
	padding-bottom: 40px;
}

.washington-dc-Conference .upcoming_anual_event_registration .available_ticket .ticket_package {
	position: relative;
	display: flex;
	justify-content: center;
}

.washington-dc-Conference .upcoming_anual_event_registration .available_ticket .ticket_package .ticket_type{
	background-color: #00a0df;
	height: 30px;
	width: 85%;
	border-radius: 25px;
	position: relative;
	margin-top: -13px;
}

.washington-dc-Conference .upcoming_anual_event_registration .available_ticket .ticket_package .ticket_type h4{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.10;
	letter-spacing: 1.15px;
	color: #fff;
	padding: 8px 15px 0px;
	text-align: center;
}

.washington-dc-Conference .upcoming_anual_event_registration .available_ticket .ticket_price_detail_section	h2{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 1.15px;
	color: #000;
	text-align: center;
	padding: 10px 0;
}

.washington-dc-Conference .upcoming_anual_event_registration .available_ticket .ticket_price_detail_section	hr{
	width: 80%;
	margin-top: 10px;
	border-top: 1px solid #979797;
}

.washington-dc-Conference .upcoming_anual_event_registration .available_ticket .ticket_price_detail_section	.ticket_price_title{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: center;
	margin: 15px auto;
}

.washington-dc-Conference .upcoming_anual_event_registration .available_ticket .ticket_price_detail_section	.ticket_price_description{
	font-family: 'Lato', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.57px;
	color: #000;
	text-align: center;
	margin: 15px auto;
	min-height: 75px;
}

.washington-dc-Conference .upcoming_anual_event_registration .ticket_register_button{
	width: 20%;
	margin: 50px auto;
}
/* End :: Washington DC CSS */
/* END JAY WANKHEDE CSS */