.trp-floating-switcher {
display: flex;
flex-direction: column-reverse;
position: fixed;
z-index: 99999;
overflow: hidden;
padding: var(--switcher-padding, 10px);
border: var(--border, none);
border-radius: var(--border-radius, 8px);
background: var(--bg, #fff);
width: var(--switcher-width, auto);
top: var(--top, unset);
right: var(--right, unset);
bottom: var(--bottom, unset);
left: var(--left, unset);
box-shadow: 0 10px 20px 0 #0000000D;
}
.trp-floating-switcher .trp-switcher-dropdown-list {
flex-direction: column-reverse;
}
.trp-switcher-position-top.trp-floating-switcher {
flex-direction: column;
}
.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,
.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list {
flex-direction: column;
} div.trp-ls-inline .trp-language-switcher-inner {
flex-direction: row;
}
.trp-ls-inline.trp-opposite-language .trp-language-item {
width: 100%;
} #trp-floater-powered-by {
color: var(--text, #b3b3b3);
font-size: 12px;
text-align: center;
padding: 0 5px;
}
#trp-floater-powered-by a {
color: var(--text, #b3b3b3);
}
.trp-switcher-position-bottom #trp-floater-powered-by {
border-top: 1px solid var(--text, #747474);
padding-top: 5px;
margin-top: 5px;
}
.trp-switcher-position-top #trp-floater-powered-by {
border-bottom: 1px solid var(--text, #747474);
padding-bottom: 5px;
margin-bottom: 5px;
} .trp-shortcode-switcher__wrapper {
position: relative;
border: none;
}
.trp-shortcode-switcher {
position: static;
display: inline-block;
overflow: hidden;
padding: 10px 0;
border: var(--border, none);
border-radius: var(--border-radius, 5px);
background: var(--bg, #fff);
width: auto;
box-shadow: none;
} .trp-shortcode-anchor {
visibility: hidden;
}
.trp-shortcode-switcher.trp-open-on-click {
cursor: pointer;
}
.trp-shortcode-overlay {
position: absolute;
left: 0;
top: 0;
z-index: 9999;
} .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
display: flex;
align-items: center;
padding-right: 10px;
justify-content: space-between;
} .trp-language-switcher-inner {
display: flex;
}
.trp-floating-switcher .trp-language-switcher-inner {
flex-direction: column-reverse;
}
.trp-shortcode-switcher .trp-language-switcher-inner {
flex-direction: column;
}
.trp-switcher-dropdown-list {
display: flex;
overflow-y: hidden; transition: max-height 0.2s ease-in-out;
max-height: 0;
transition-duration: var(--transition-duration);
}
.trp-shortcode-switcher .trp-switcher-dropdown-list {
flex-direction: column;
} .trp-ls-dropdown.is-open .trp-switcher-dropdown-list,
.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,
.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,
.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list {
overflow-y: auto;
max-height: min(350px, 70vh);
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: var(--text) transparent;
}
.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,
.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list {
overflow-y: hidden !important;
}
.trp-shortcode-arrow {
pointer-events: none;
}
.trp-shortcode-switcher.is-open .trp-shortcode-arrow {
transform: rotate(180deg);
}
.trp-shortcode-overlay:focus { outline: none; }
.trp-shortcode-overlay:focus-visible {
outline: 2px solid var(--text);
outline-offset: 2px;
} .trp-shortcode-overlay .trp-language-item:focus { outline: none; }
.trp-shortcode-overlay .trp-language-item:focus-visible {
outline: 2px solid var(--text);
outline-offset: 2px;
} .trp-language-item {
display: flex;
align-items: center;
gap: 8px;
padding: 7px 16px;
text-decoration: none;
min-height: 19px;
box-sizing: content-box;
}
.trp-language-item:hover {
background: var(--bg-hover, #f3f3f3);
}
.trp-language-item:hover .trp-language-item-name {
color: var(--text-hover, #000);
}
.trp-language-item__current {
pointer-events: none;
cursor: default;
}
.trp-language-item-name {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--text, #000);
font-size: var(--font-size, 14px);
line-height: 1.2;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-weight: 400;
}
.trp-flag-image {
border-radius: var(--flag-radius, 0) !important;
aspect-ratio: var(--aspect-ratio, 4/3) !important;
width: var(--flag-size, 18px) !important;
display: inline-block !important;
height: auto !important;
}
.trp-menu-ls-label .trp-flag-image {
margin: -2px 3px;
}
.trp-custom-flag {
object-fit: cover;
} .trp-switcher-dropdown-list::-webkit-scrollbar { width: 6px; }
.trp-switcher-dropdown-list::-webkit-scrollbar-track { background: transparent; }
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb {
background-color: var(--text);
border-radius: 4px;
}
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover {
background-color: var(--text-hover);
} .trp-flag-rounded {
border-radius: 9999px !important;
aspect-ratio: 1 / 1 !important;
}
.trp-ls-name {
padding-left: 5px;
} .trp_ald_ls_container img.trp-flag-image{
padding-top: 0 !important;
}
.trp_ald_ls_container .trp-language-switcher{
position: relative;
display: inline-block;
padding: 0;
border: 0;
box-sizing: border-box;
}
.trp_ald_ls_container .trp-language-switcher > div {
box-sizing: border-box;
padding-right: 20px;
padding-bottom: 3px;
padding-left: 13px;
border: 1px solid #c1c1c1;
border-radius: 3px;
background-color: #fff;
}
.trp_ald_ls_container .trp-language-switcher > div > a {
display: block;
padding: 2px;
border-radius: 3px;
color: rgb(7, 105, 173);
}
.trp_ald_ls_container .trp-language-switcher > div > a:hover {
background: #f1f1f1;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp_ald_ls_container .trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
}
#trp_ald_x_button{
z-index: 0 !important;
}a {color: #002395; } .emoji {display: inline; border: none; box-shadow: none; height: 16px; width: 16px; margin: 0 1.12px; vertical-align: -1.6px; background: none; padding: 0; } .f_18 {font-size: 18px; line-height: 1.8; } .course_certification_sec {padding-top: 55px; padding-bottom: 55px; } .course_certification_sec .course_certification_title {margin-bottom: 30px; } .course_certification_sec .course_certification_title h2 {font-weight: 700; font-size: 45px; line-height: 1.2; letter-spacing: -1px; margin: 0; } .course_certification_sec .course_certification_title p {font-size: 18px; font-weight: 500; line-height: 1.25; margin: 24px 0 0 0; } .course_certification_blocks {display: flex; flex-wrap: wrap; row-gap: 20px; margin: 0 -10px; } .course_certification_block {flex: 0 0 25%; max-width: 25%; padding: 0 10px; } .course_certification_block_inner {background-color: #eae4da; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 24px; } .course_certification_img {width: 64px; height: 64px; display: block; } .course_certification_img img {width: 100%; height: auto; object-fit: contain; box-shadow: none; } .course_certification_name {font-weight: 500; font-size: 18px; letter-spacing: 0px; line-height: 1.2; color: #002395; margin-top: 20px; } .left_img_content_sec {padding-top: 55px; padding-bottom: 55px; } .left_img_content_block {display: flex; align-items: center; margin: 0 -10px; } .left_img_content_block .img_block {flex: 0 0 50%; max-width: 50%; padding: 0 10px; } .left_img_content_block .img_block img {width: 100%; height: auto; box-shadow: none; } .left_img_content_block .content_block {flex: 0 0 50%; max-width: 50%; padding: 0 10px; } .left_img_content_block .content_block p {font-weight: 700; font-size: 32px; line-height: 1.2; letter-spacing: -1px; padding: 10px 0px 10px 50px; margin: 0; } .right_img_content_sec {padding-top: 55px; padding-bottom: 55px; } .right_img_content_block {display: flex; align-items: center; flex-wrap: wrap; row-gap: 40px; margin: 0 -20px; } .right_img_content_block .img_block {flex: 0 0 32%; max-width: 32%; padding: 0 20px; } .right_img_content_block .img_block img {width: 100%; height: auto; box-shadow: none; } .right_img_content_block .content_block {flex: 0 0 68%; max-width: 68%; padding: 0 20px; } .right_img_content_block .content_block .semi_title {font-size: 18px; line-height: 1.6; font-weight: 500; margin-bottom: 20px; } .right_img_content_block .content_block h2 {font-weight: 700; font-size: 45px; line-height: 1.2; letter-spacing: -1px; margin-top: 0; margin-bottom: 20px; } .right_img_content_block .content_block p {font-size: 17px; line-height: 1.5; font-weight: 500; word-break: break-word; margin-bottom: 20px; } .right_img_content_block .content_block p:last-child {margin-bottom: 0px; } .right_img_content_block .content_block ul {margin: 0; padding-left: 40px; } .right_img_content_block .content_block ul li {line-height: 1.8; font-weight: 500; font-size: 16px; margin: 0; } .specification_sec {padding-top: 55px; padding-bottom: 55px; } .specification_blocks {background-color: #eae4da; padding: 30px 20px 30px 20px; display: flex; flex-wrap: wrap; row-gap: 30px; } .specification_block {flex: 0 0 20%; max-width: 20%; padding: 0 10px; } .specification_block h6 {text-transform: uppercase; font-weight: 700; font-size: 16px; letter-spacing: -0.5px; margin: 0 0 8px 0; } .specification_block h6:nth-child(2n) {margin-top: 30px; } .specification_block p {margin-bottom: 8px; font-size: 16px; font-weight: 500; line-height: 1.8; } .specification_block ul {margin: 0px; } .specification_block ul li {font-size: 16px; font-weight: 500; line-height: 1.8; } .only_content_sec {padding-top: 55px; padding-bottom: 55px; } .only_content_block h2 {font-weight: 700; font-size: 45px; line-height: 1.2; letter-spacing: -1px; margin: 0 0 20px 0; } .only_content_block p {font-size: 16px; line-height: 1.8; margin: 0 0 20px 0; font-weight: 500; } .only_content_block ul {margin: 0; padding-left: 40px; } .only_content_block ul li {font-size: 16px; line-height: 1.8; font-weight: 500; margin: 0; } .only_content_des {max-width: 830px; width: 100%; } .only_content_des h4 {line-height: 2; margin-top: 32px; margin-bottom: 8px; font-size: 20px; font-weight: 700; } .only_content_des p {line-height: 1.8; } .instructors_sec {padding-top: 55px; padding-bottom: 55px; } .instructors_title h2 {font-weight: 700; font-size: 45px; line-height: 1.2; letter-spacing: -1px; margin: 0 0 20px 0; } .instructors_title p {max-width: 720px; line-height: 1.8; font-size: 16px; font-weight: 500; margin-bottom: 20px; } .instructors_blocks {display: flex; flex-wrap: wrap; margin: 0 -25px; row-gap: 50px; } .instructors_block {padding: 0 25px; flex: 0 0 25%; max-width: 25%; } .instructors_img img {width: 100%; height: auto; max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-fit: cover; box-shadow: none; } .instructors_img {position: relative; padding-top: 100%; } .instructors_des {margin-top: 16px; } .instructors_des h4 {line-height: 2; font-size: 20px; font-weight: 700; margin: 0; } .instructors_des p {font-weight: 500; letter-spacing: -0.048px; line-height: 1.4; font-size: 16px; margin: 0; } .instructors_list {margin-top: 80px; } .instructors_list ul {margin: 0; padding-left: 18px; } .instructors_list ul li {font-size: 18px; font-weight: 500; line-height: 1.8; } .faq_sec {padding-top: 55px; padding-bottom: 55px; } .faq_title {margin-bottom: 48px; } .faq_title h2 {font-weight: 700; font-size: 45px; line-height: 1.2; letter-spacing: -1px; margin: 0; } .accordion {max-width: 824px; width: 100%; } .accordion-item {margin-bottom: 10px; overflow: hidden; } .accordion-header {background-color: #eae4da; padding: 22px 24px; cursor: pointer; user-select: none; display: flex; align-items: center; gap: 15px; } .accordion-header .accordion_icon img {transition: all 0.5s ease-in-out; } .accordion_icon {flex: 0 0 20px; max-width: 20px; height: auto; line-height: 1; } .accordion_icon img {box-shadow: none; } .accordion-header h5 {font-size: 20px; font-weight: 500; line-height: 1.2; margin: 0; } .accordion-header:hover {background-color: #eae4da; } .accordion-content {display: none; padding: 22px 24px; font-weight: 500; font-size: 16px; line-height: 1.8; } .accordion-content ul {margin: 0; padding-left: 18px; margin-bottom: 20px; } .accordion-content p {margin-bottom: 20px; } .accordion-content p, .accordion-content ul li {font-weight: 500; font-size: 16px; line-height: 1.8; } .accordion-content ul li {margin-bottom: 0; } .accordion-header.active {background-color: #eae4da; } .accordion-header.active .accordion_icon img {rotate: 180deg; transition: all 0.5s ease-in-out; } .faq_bottom {max-width: 824px; width: 100%; margin-top: 48px; } .faq_bottom p {font-weight: 500; font-size: 16px; line-height: 1.25; margin: 0; } .testimonial_sec {padding-top: 55px; padding-bottom: 55px; } .testimonial_title h2 {font-weight: 700; font-size: 45px; line-height: 1.2; letter-spacing: -1px; margin: 0 0 20px 0; } .testimonial_title p {font-weight: 500; font-size: 16px; margin: 0; line-height: 1.25; } .testimonial_title {padding-bottom: 56px; } .testimonial_blocks {display: flex; margin: 0 -20px; flex-wrap: wrap; row-gap: 40px; } .testimonial_block {padding: 0 20px; flex: 0 0 33.33%; max-width: 33.33%; } .testimonial_info {display: flex; align-items: center; gap: 24px; } .testimonial_img {flex: 0 0 40px; max-width: 40px; height: 40px; border-radius: 50px; overflow: hidden; } .testimonial_img img {object-fit: cover; width: 100%; height: auto; } .testimonial_name {flex: 0 0 calc(100% - 54px); max-width: calc(100% - 54px); } .testimonial_name h6 {font-size: 14px; line-height: 1.8; margin: 0; font-weight: 700; } .testimonial_name p {font-size: 14px; font-weight: 500; margin: 0; } .testimonial_star {margin-top: 24px; } .testimonial_star .star {color: #b68d40; font-size: 18px; } .testimonial_des h4 {line-height: 2; font-size: 20px; font-weight: 700; margin: 0 0 24px 0; } .testimonial_des {margin-top: 30px; } .testimonial_des p {font-size: 18px; line-height: 1.8; font-weight: 500; margin: 0; } .testimonial_btn {margin-top: 60px; text-align: center; } .testimonial_btn a {box-shadow: 0px 0px 0 #00000026; border: 1px solid #3f4371; font-weight: 700; font-size: 16px; color: #ffffff; background: #3f4371; padding: 16px 24px; text-decoration: none !important; display: inline-block; } .testimonial_btn a:hover {border: 1px solid #555a8f; background: #555a8f; } .contact_form_sec {padding-top: 55px; padding-bottom: 55px; } .contact_form_title {margin-bottom: 0px; } .contact_form_title h2 {font-weight: 700; font-size: 45px; line-height: 1.2; letter-spacing: -1px; margin: 0 0 20px 0; } .contact_form_title p {font-size: 16px; font-weight: 500; line-height: 1.25; margin: 0; } .contact_form_blocks {display: flex; flex-wrap: wrap; margin: 0 -20px; row-gap: 40px; } .contact_form_block {flex: 0 0 50%; max-width: 50%; padding: 0 20px; } .contact_form_block h3 {text-align: center; font-weight: 700; font-size: 30px; line-height: 1.2; letter-spacing: -1px; margin: 35px 0 30px 0; } .contact_form_block p {text-align: center; font-size: 18px; line-height: 1.8; margin-bottom: 30px; } .contact_form_btn {font-size: 16px; text-decoration: none !important; font-weight: 500; color: #fff; background-color: #140609; padding: 10px 20px; border-radius: 5px; width: 100%; max-width: 150px; margin: 0 auto; display: block; text-align: center; transition: all .2s ease-in-out; } .contact_form_btn:hover {color: #FFFFFF; background-color: #002395; } body.woocommerce-checkout div#ast-checkout-coupon p#ast-coupon-trigger {margin-bottom: 8px; } body.woocommerce-checkout div#ast-checkout-coupon>* {display: flex !important; } body.woocommerce-checkout div#ast-checkout-coupon .coupon input {border-radius: 4px; } @media only screen and (max-width: 1199px) {.instructors_blocks {margin: 0 -15px; row-gap: 30px; } .instructors_block {padding: 0 15px; flex: 0 0 33.33%; max-width: 33.33%; } } @media only screen and (max-width: 1023px) {br {display: none; } .course_certification_sec .course_certification_title h2, .right_img_content_block .content_block h2, .only_content_block h2, .instructors_title h2, .faq_title h2, .testimonial_title h2, .contact_form_title h2 {font-size: 30px; } .left_img_content_block .content_block p {font-size: 30px; } .course_certification_block {flex: 0 0 33.33%; max-width: 33.33%; } .left_img_content_block .content_block p {padding: 10px 0px 10px 30px; } .specification_block {flex: 0 0 33.33%; max-width: 33.33%; } .faq_title {margin-bottom: 28px; } } @media only screen and (max-width: 991px) {.course_certification_sec, .left_img_content_sec, .right_img_content_sec, .specification_sec, .only_content_sec, .faq_sec, .instructors_sec, .testimonial_sec, .contact_form_sec {padding-top: 40px; padding-bottom: 40px; } .left_img_content_block .content_block p {padding: 0; font-size: 30px; } .right_img_content_block {align-items: flex-start; margin: 0 -10px; } .right_img_content_block .content_block {flex: 0 0 60%; max-width: 60%; padding: 0 10px; } .right_img_content_block .img_block {flex: 0 0 40%; max-width: 40%; padding: 10px 10px 0px; } .instructors_blocks, .contact_form_blocks {margin: 0 -10px; } .instructors_block, .contact_form_block {padding: 0 10px; } .testimonial_block {flex: 0 0 50%; max-width: 50%; } .testimonial_info {gap: 14px; } } @media only screen and (max-width: 767px) {.course_certification_sec, .left_img_content_sec, .right_img_content_sec, .specification_sec, .only_content_sec, .faq_sec, .instructors_sec, .testimonial_sec, .contact_form_sec {padding-top: 30px; padding-bottom: 30px; } .course_certification_block {flex: 0 0 50%; max-width: 50%; } .left_img_content_block {margin: 0; flex-wrap: wrap; row-gap: 30px; } .left_img_content_block .img_block, .left_img_content_block .content_block {flex: 0 0 100%; max-width: 100%; padding: 0px; } .specification_block {flex: 0 0 50%; max-width: 50%; } .right_img_content_block .content_block ul, .only_content_sec ul {padding-left: 18px; } .right_img_content_block .content_block .semi_title {margin-bottom: 5px; } .testimonial_star {margin-top: 10px; } .testimonial_des {margin-top: 15px; } .testimonial_des h4 {line-height: 1.4; margin-bottom: 5px; } .instructors_block {flex: 0 0 50%; max-width: 50%; } .contact_form_block {flex: 0 0 100%; max-width: 100%; } .contact_form_block h3 {margin: 0px 0 30px 0; } } @media only screen and (max-width: 638px) {.right_img_content_block {margin: 0px; row-gap: 30px; } .right_img_content_block .content_block, .right_img_content_block .img_block {flex: 0 0 100%; max-width: 100%; padding: 0px; } .right_img_content_block .content_block {order: 2; } .right_img_content_block .img_block {order: 1; } .only_content_des h4 {line-height: 1.4; } .specification_block {flex: 0 0 100%; max-width: 100%; padding: 0px; } .accordion-header {padding: 15px; } .accordion-content {padding: 15px 5px; } .accordion-header h5 {font-size: 18px; line-height: 1.4; } .accordion-content p, .accordion-content ul {margin-bottom: 15px; } .contact_form_blocks {margin: 0px; row-gap: 40px; } .contact_form_block {padding: 0px; flex: 0 0 100%; max-width: 100%; } .testimonial_blocks {margin: 0px; } .testimonial_block {flex: 0 0 100%; max-width: 100%; padding: 0; } } @media only screen and (max-width: 480px) {.course_certification_blocks {margin: 0px; } .course_certification_block {flex: 0 0 100%; max-width: 100%; padding: 0px; } .course_certification_block_inner {align-items: center; } .instructors_blocks {margin: 0px; row-gap: 40px; } .instructors_block {padding: 0px; flex: 0 0 100%; max-width: 100%; } } .wpforms-confirmation-container-full {background: #fff !important; border-color: transparent !important; }