/*======================================================================================*/
/*=================[                                                  ]=================*/
/*=================[    |!|!|!|!| CSS ADDED BY PUROHIT A |!|!|!|!|    ]=================*/
/*=================[                                                  ]=================*/
/*======================================================================================*/
/* =========================== */
/* !! USE TO WEB SITE COLOR !! -
01. #000000                  -
02. #ffffff                  -
03. #777777                  -
04. #666666                  -
05. #444444                  -
06. #333333                  -
07. #222222                  -
- ---------------------------- -
08. #73C700                  -
09. #3B3B3D                  -
10. #F2F2F4                  -
*/
/* =========================== */
/* =========================== */
/* !! SITE PAGE USE !!       -
01. Home                     -
02. Courses                  -
03. Locations                -
04. Students                 -
05. About Us                 -
06. Employers                -
07. Contact Us               -
*/
/* =========================== */
/* =========================== */
/* !! SITE OF CONTENT'S !!
01. Google font
02. Generated font
04. Site Global
03. Site Typography
05. Minify transition
06. Customize The Navbar
07. Footer
08. Cuttom Button
09. Form Input
10. Form Input Placeholder
11. All Page's Common Heading
12. All Page's Common Content Style
13. Hero Banner wrapper
*/
/* =========================== */
/*==============================================*/
/*          !!! GOOGLE FONT IMPORT !!!          */
/*==============================================*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800&display=swap');
/* --------------------------
!!  SITE  ( " font-family: 'Open Sans', sans-serif; || font-family: 'Fira Sans', sans-serif; " ) FONT-WEIGHT !!
+--------------+--------------+
| FONT-WEIGHT  | Value        |
+--------------+--------------+
| thin         | 100          |
| ex-light     | 200          |
| light        | 300          |
| regular      | 400          |
| medium       | 500          |
| semi-bold    | 600          |
| bold         | 700          |
| ex-bold      | 800          |
| black        | 900          |
+--------------+--------------+
--------------------------- */
/* ============================================== */
/*              !! GENERATED FONT !!              */
/* ============================================== */
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    background: #ffffff;
    color: #3B3B3D;
    overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.main__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
img {
    max-width: 100%;
}
a {
    color: #3B3B3D;
}
a:hover {
    color: #73C700;
}
a, .btn, button {
    cursor: pointer;
}
:focus, :active, .active {
    outline: 0 none;
}
a, a:hover, a:focus, a:active, button, button:hover, button:focus, input, input:hover, input:focus, select, select:hover, select:focus, textarea, textarea:hover, textarea:focus, .btn, .btn:hover, .btn:focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control:focus, [type="text"]:focus, [type="email"]:focus, [type="checkbox"]:focus, [type="password"]:focus, [type="file"]:focus, [type="radio"]:focus, [type="submit"]:focus, [type="date"]:focus, [type="time"]:focus, [type="tel"]:focus, [type="search"]:focus, [type="button"]:focus, [type="number"]:focus, [type='reset']:focus, textarea:focus, select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button::-moz-focus-inner, [type='submit']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='button']::-moz-focus-inner {
    border: none;
    padding: 0;
}
select, select:hover, select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.green_color {
    color: #73C700;
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p, li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 15px 0;
    color: #3B3B3D;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 20px 0;
    color: #3B3B3D;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px 0;
    font-weight: 400;
}
ul, ol {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
}
h1, .h1 {font-size: 48px;line-height: 55px;}
h2, .h2 {font-size: 32px;line-height: 42px;}
h3, .h3 {font-size: 24px;line-height: 28px;}
h4, .h4 {font-size: 20px;line-height: 24px;}
h5, .h5 {font-size: 18px;line-height: 24px;}
h6, .h6 {font-size: 16px;line-height: 26px;}
/* ============================================= */
/* !!!!       All MINIFY CSS                !!!! */
/* ============================================= */
a:hover, a:focus {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.navbar__wrapper {
    position: relative;
    width: 100%;
    z-index: 99;
}
.navbar {
    background: #ffffff;
    position: relative;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 9px rgba(128, 129, 132, 0.11);
    box-shadow: 0 2px 9px rgba(128, 129, 132, 0.11);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .navbar-brand {
    padding: 20px 0 15px 0;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-nav {
    padding: 0;
}
.navbar .navbar-nav > .nav-item {
    margin: 0 0 0 40px;
    position: static;
    padding: 32px 0 22px 0;
}
.navbar .navbar-nav > .nav-item:first-child {
    margin-left: 0;
}
.navbar .navbar-nav > .nav-item.nav_btn,
.navbar .navbar-nav > .nav-item:last-child {
    padding: 10px 0 0 0;
}
/*
.navbar .navbar-nav > .nav-item:last-child {
    margin-left: 0px;
}
*/
.navbar .navbar-nav .nav-item a {
    font-family: 'Fira Sans', sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #3B3B3D;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .search_item img {
    width: auto;
}
.navbar .navbar-nav .nav-item a.nav-link.btn-default {
    margin: 0;
    padding: 12px 40px;
    color: #ffffff;
}
.navbar .navbar-nav .nav-item a.nav-link.btn-default::after {
    display: none;
}
/* !! :hover & :focus & active !! */
.navbar .navbar-nav .nav-item:hover > a,
.navbar .navbar-nav .nav-item a:focus,
.navbar .navbar-nav .current-menu-item.nav-item > a,
.navbar .navbar-nav .active.nav-item > a {
    color: #73C700;
}
.navbar .navbar-nav .nav-item a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    background: #73C700;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav > .nav-item:hover > a::after,
.navbar .navbar-nav .nav-item.active > a::after,
.navbar .navbar-nav .nav-item.current-menu-item > a::after {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ============================================= */
/* !!!!              SUBMENU                !!!! */
/* ============================================= */
.navbar .navbar-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.navbar .navbar-nav .sub-menu li.nav-item {
    margin: 0;
    list-style: none;
    border-bottom: 2px solid #D8D8D8;
}
.navbar .navbar-nav .sub-menu li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.navbar .navbar-nav .sub-menu li a::after {
    bottom: -16px;
}
.navbar .navbar-nav .sub-menu li.nav-item.parent-active > a::after {
    width: 100%;
}
/**/
.sub_menu_course_content {
    position: relative;
    padding: 40px 0;
    background: #E3E3E3;
    height: 100%;
}
.sub_menu_course_content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -95%;
    top: 0;
    background: inherit;
}
.sub_menu_course_content img {
    width: 100%;
}
.navbar .navbar-nav .sub_menu_course_content a:hover::after {
    width: 100%;
}
/* sub-menu-inner */
.sub-menu-inner {
    background: #e3e3e3;
    height: 100%;
    padding: 40px 40px 40px 0;
    -webkit-box-shadow: 8px 8px 14px 0 #E3E3E3;
    box-shadow: 8px 8px 14px 0 #E3E3E3;
}
.sub-menu-inner li {
    padding: 15px 0;
}
.navbar .navbar-nav .sub-menu li.nav-item.parent-active > a {
    font-weight: 600;
}
/* sub-menu-inner-inner */
.sub-menu-inner-inner {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 40px;
    background: #F2F2F4;
    -webkit-box-shadow: 8px 8px 14px 0 #E3E3E3;
    box-shadow: 8px 8px 14px 0 #E3E3E3;
	overflow: auto;
}
.navbar .navbar-nav .sub-menu .sub-menu-inner-inner li a {
    position: relative;
    color: #808184;
}
.navbar .navbar-nav .sub-menu .sub-menu-inner-inner.child-active li a:hover {
    font-weight: 600;
    color: #3B3B3D;
}
.navbar .navbar-nav .sub-menu .sub-menu-inner-inner.child-active li:hover a::after {
    width: 100%;
}
.navbar .navbar-nav .sub-menu .menu-item-has-children > a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
}
.sub-menu-inner .sub-menu-inner-inner ul {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .sub-menu .menu-item-has-children.parent-active .sub-menu-inner-inner.child-active {
    z-index: 9;
}
.navbar .navbar-nav .sub-menu .menu-item-has-children.parent-active .sub-menu-inner-inner.child-active ul {
    opacity: 1;
    visibility: visible;
}
/* ============================================= */
/* !!!!           STICKY TOPBAR             !!!! */
/* ============================================= */
.sticky_topbar {
    position: fixed;
    top: -90px;
    left: 0;
    right: 0;
    z-index: 999;
    background: #73C700;
    padding: 15px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sticky_topbar.fixed_sticky {
    top: 0;
}
.sticky_topbar h3 {
    color: #ffffff;
    margin: 0;
}
.sticky_topbar .btn-default {
    margin: 0;
    border: 1px solid #ffffff;
}
.sticky_topbar .btn-default:hover, .sticky_topbar .btn-default:focus, .sticky_topbar .btn-default:active {
   border: 1px solid transparent;
}
.single-course .sticky_topbar {
    background: #ffffff;
}
.single-course .sticky_topbar .btn-default {
    background: transparent;
    color: #73C700;
    border: 1px solid;
}
/* ============================================= */
/* !!!!              TOPBAR                 !!!! */
/* ============================================= */
.topbar__wrap {
    position: relative;
    background: #F2F2F4;
    border-top: 10px solid #fff;
}
.top-nav {
    padding: 0;
    margin: 0;
}
.top-nav li {
    margin: 0 0 0 20px;
    position: relative;
}
.top-nav li:first-child {
    margin-left: 0;
}
.top-nav li p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}
.top-nav li .call_us {
    position: relative;
    background-image: url(../images/call-green-ic.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0 0 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-nav li .call_us:hover {
    background-image: url(../images/call-ic.svg);
}
.call_us img {
    height: 21px;
    width: auto;
    margin: 0 10px 0 0;
}
.login {
    color: #3B3B3D;
    padding: 6px 30px;
    display: inline-block;
    border-right: 4px solid #ffffff;
    border-left: 4px solid #ffffff;
}
.top-nav li .search_form {
    display: inline-block;
    border-left: 4px solid #fff;
    padding: 5px 0 5px 15px;
}
.topbar__wrap .form-control {
    display: inline-flex;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: #808184;
    width: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top_search.open .form-control {
    width: 460px;
    padding: 0 15px;
}
.search_form_close {
    width: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top_search.open .search_form_close {
    width: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* mobile screen */
.top-nav-mobile li::before {
    content: '|';
    padding: 0 20px 0 0;
    color: #E3E3E3;
}
.top-nav-mobile li:first-child::before {
    display: none;
}
.top-nav-mobile .call_us {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
/* !! mobile screen search !! */
.modal.search__modal {
    background: rgba(0, 0, 0, 0.50);
    top: 96px;
    z-index: -1;
}
.modal.search__modal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: auto;
    display: inherit;
    align-items: inherit;
}
.modal.search__modal .modal-content {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #F2F2F4;
    -webkit-box-shadow: 8px 8px 14px 0 #E3E3E3;
    box-shadow: 8px 8px 14px 0 #E3E3E3;
}
.modal.search__modal .modal-body {
    padding: 20px;
}
.modal.search__modal .modal-content .form-control {
    font-size: 14px;
    border: 0;
    padding: 13px 20px 13px 40px;
    background-image: url(../images/search-ic.svg);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 2% 50%;
}
.modal.search__modal .modal-body .btn-default {
    margin: 23px auto 0;
}
/* ============================================= */
/* !!!!               MODAL                 !!!! */
/* ============================================= */
.modal {
    background: rgba(39, 39, 39, 0.65);
}
.modal-dialog {
    max-width: 581px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.modal .modal-content {
    background: rgba(216, 216, 216, 0.80);
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.modal .modal-content {
    background: rgba(216, 216, 216, 0.80);
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.modal .modal-header {
    padding: 25px 35px 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
}
.modal .modal-body {
    padding: 30px 35px;
}
.modal .modal-body > p {
    margin: 0 0 25px;
}
.modal .modal-body textarea.form-control {
    height: 100px;
}
.modal .modal-body .btn-default {
    width: 100%;
    margin: 0;
}
.modal .modal-footer {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 35px 35px;
}
.modal .modal-footer p {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0 0 0 50px;
    background-image: url(../images/user-ic.svg);
    background-repeat: no-repeat;
}
.modal .modal-footer p span {
    font-weight: 600;
}
.ajax-loader {
    display: none;
    -webkit-animation: spin-reverse 7.5s linear infinite;
    animation: spin-reverse 7.5s linear infinite;
    -webkit-transition: 900ms ease all;
    transition: 900ms ease all;
}
.ajax-loader.show-loader {
    display: block;
}
/* ============================================= */
/* !!!!              FOOTER                 !!!! */
/* ============================================= */
.footer__a {
    position: relative;
    background: #3B3B3D;
    padding: 0;
    z-index: 2;
    font-size: 15px;
    color: #ffffff;
}
.footer__a a,
.footer__a p {
    font-size: 15px;
    color: #ffffff;
}
.footer__a a:hover,
.footer__a a:focus {
    color: #73C700;
}
.footer__top {
    padding: 100px 0 40px;
}
.footer_brand {
    display: inline-block;
    margin: 0 0 80px 0;
}

/* footer_menu */
.footer_menu li {
    margin: 0 0 10px 0;
}
.footer_menu li a {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer_menu li a:hover,
.footer_menu li.active a,
.footer_menu li.current-menu-item a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
}
/* !! footer__contact !! */
.footer__contact p {
    margin: 0;
}
.footer__contact ul li {
    margin: 0 0 20px 0;
}
.footer__contact .call_us_on {
    font-family: 'Fira Sans', sans-serif;
    color: #73C700;
    font-weight: 600;
    font-size: 20px;
}
.footer__contact .call_us_on:hover {
    color: #ffffff;
}
.footer__contact .small-txt,
.footer__contact .small-txt a {
    font-size: 12px;
}
.footer__contact .small-txt a {
    text-decoration: underline;
}
.f_pit_info li p:first-child {
    margin-bottom: 10px;
}
/* !! copyright_wrap !! */
.copyright_wrap {
    padding: 0 0 55px 0;
}
.copyright_wrap .copyright_text {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}
.copyright_wrap .copyright_text a {
    font-size: 14px;
    color: #73C700;
}
.copyright_wrap .copyright_text a:hover {
    color: #ffffff;
}
/* social_media */
.social_media {
    margin: 0;
}
.social_media li {
    margin: 0 20px 0 0;
}
.social_media li:last-child {
    margin-right: 0;
}
.social_media li a {
    color: #ffffff;
    font-size: 26px;
}
.social_media li a:hover {
    color: #73C700;
}

/** Arrow Css 27-10-2020 **/

.return-top-arrow {
    position: fixed;
    bottom: 90px;
    right: 25px;
    border: 2px solid #ffffff;
    background: #ffffff;
    width: 46px;
    height: 46px;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.return-top-arrow i {
    color: #334046;
    margin: 0;
    position: relative;
    left: 13px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.return-top-arrow:hover {
    border: 2px solid #73C700;
}
.return-top-arrow:hover i{
    color: #73C700;
}



/* ============================================= */
/* !!!!        COMMON BUTTON STYLE          !!!! */
/* ============================================= */
.btn-default {
    font-family: 'Fira Sans', sans-serif;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #73C700;
    color: #ffffff;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 13px 40px;
    margin: 30px 0 0 0;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-default svg {
    margin: 0 0 0 15px;
}
/* !! :HOVER || :FOCUS || :ACTIVE !! */
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #569500;
    border: none;
    color: #ffffff;
    -webkit-box-shadow: 0 22px 23px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 22px 23px 0 rgba(0, 0, 0, 0.10);
}
.btn-white {
    color: #73C700;
    background: #ffffff;
}
/* BUTTON PRIMARY STYLE */
.btn-primary {
    background: #E3E3E3;
    color: #808184;
}
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* !! :HOVER || :FOCUS || :ACTIVE !! */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #808184;
    color: #ffffff;
}
/* ============================================= */
/* !!!!       COMMON FORM INPUT STYLE       !!!! */
/* ============================================= */
.form-group {
    position: relative;
    margin: 0 0 20px 0;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    background-color: #F2F2F4;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    color: #3B3B3D;
    padding: 14.5px 20px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
input[type=date].form-control {
    padding: 9.5px 12px;
}
textarea.form-control {
    height: 136px;
    resize: none;
}
select.form-control {
    background-image: url(../images/down-arrow.svg);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    color: #000000;
}
select.form-control:disabled {
    background-image: none;
}
[include*="form-input-select()"] select:not(:focus):invalid {
    color: #808184;
}
/* !! CUSTOM SELECT DROPDOWN !! */
/*
.dropdown-select {
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f2f2f4;
    border: 0;
    text-align: left;
    padding: 11px 30px 11px 15px;
    color: #808184;
    font-size: 14px;
}
.dropdown-select[aria-haspopup="true"] {
color: #3B3B3D;
}
.dropdown-select::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    color: #334046;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dropdown.show .dropdown-select::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
.dropdown.show .dropdown-select {
    background: #ffffff;
    color: #3B3B3D;
}
.dropdown-menu {
    width: 100%;
    padding: 0 15px 20px 15px;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #F2F2F4;
    -webkit-box-shadow: 8px 8px 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 8px 8px 9px 0 rgba(0, 0, 0, 0.2);
}
.dropdown-menu li {
    color: #3B3B3D;
    font-size: 14px;
    cursor: pointer;
    padding: 20px 0;
    border-bottom: 2px solid #D8D8D8;
    margin: 0;
}
.dropdown-menu li:last-of-type {
    border-bottom: 0;
}
.dropdown-menu li:hover {
    font-weight: 700;
}
*/
.select-hidden {
  display: none;
  visibility: hidden;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 48px;
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f2f2f4;
    border: 0;
    text-align: left;
    padding: 11px 30px 11px 15px;
    color: #808184;
    font-size: 14px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.select-styled:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    color: #334046;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.select-styled:hover,
.select-styled:active,
.select-styled.active {
  background-color: #ffffff;
}
.select-styled:active:after, .select-styled.active:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    list-style: none;
    width: 100%;
    padding: 0 15px 20px 15px;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #F2F2F4;
    -webkit-box-shadow: 8px 8px 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 8px 8px 9px 0 rgba(0, 0, 0, 0.2);
}
.select-options li {
-moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #3B3B3D;
    font-size: 14px;
    cursor: pointer;
    padding: 20px 0;
    border-bottom: 2px solid #D8D8D8;
    margin: 0;
}
.select-options li:hover {
    font-weight: 700;
}
.select-options li[rel="hide"], .select-options li:first-child {
  display: none;
}
/* ============================================= */
/* !!!!       FORM INPUT PLACEHOLDER        !!!! */
/* ============================================= */
.form-control::-webkit-input-placeholder {color: #808184;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.form-control::-moz-placeholder {color: #808184;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.form-control:-ms-input-placeholder {color: #808184;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.form-control::-ms-input-placeholder {color: #808184;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.form-control:-moz-placeholder {color: #808184;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
/* !! field focus !! */
.form-control:focus::-webkit-input-placeholder {color: transparent;}
.form-control:focus::-moz-placeholder {color: transparent;}
.form-control:focus:-ms-input-placeholder {color: transparent;}
.form-control:focus::-ms-input-placeholder {color: transparent;}
.form-control:focus:-moz-placeholder {color: transparent;}
/* ============================================================= */
/* !!!!        ALL PAGE HEANDING COMMON STYLE CSS           !!!! */
/* ============================================================= */
.hero_title {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #3B3B3D;
}
/* ==================================================== */
/* !!!!        ALL PAGES COMMON STYLE  CSS         !!!! */
/* ==================================================== */
.scroll_point {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    margin: 60px auto;
    cursor: pointer;
    color: transparent;
    border: 2px solid #3B3B3D;
    outline: none;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scroll_point:hover {
    color: #73C700;
    border-color: #73C700;
}
.scroll_point::before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 20px;
    color: #334046;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.scroll_point:hover::before {
    color: inherit;
}
.content__page h2 {
    margin: 0 0 35px 0;
}
/* !!! banner__wrapper !!! */
.banner__wrapper {
    position: relative;
    background-color: #F9F9FB;
    color: #ffffff;
    z-index: 1;
    margin: 0;
    padding: 0;
}
.banner__wrapper * {
    color: #ffffff;
}
.banner__content {
    position: relative;
    min-height: 510px;
    z-index: 1;
    padding: 75px 0 175px 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.page-template-location-template .banner__content {
       max-height: 335px;
    min-height: 335px;
    padding: 30px 0 35px 0;
}
.banner__content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(59, 59, 61, 0.2) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(59, 59, 61, 0.2) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(59, 59, 61, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#3b3b3d", GradientType=1);
    z-index: -1;
}
/* !! carousel slider !! */
[class*="carousel-control-"] {
    position: absolute;
    top: auto;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: transparent;
    border: 2px solid #ffffff;
    outline: none;
    background: transparent;
    opacity: 1;
    -webkit-border-radius: 10%;
    border-radius: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-control-prev {
    left: 20px;
}
.carousel-control-next {
    right: 20px;
}
/* !! breadcrumb !! */
.breadcrumb__wrapper {
    position: relative;
}
.breadcrumb__wrapper .breadcrumb {
    background: #ffffff;
    margin: 0;
    padding: 25px 0;
}
.breadcrumb__wrapper .breadcrumb li {
    margin: 0;
}
.breadcrumb__wrapper .breadcrumb li + li {
    padding: 0 0 0 15px;
}
.breadcrumb__wrapper .breadcrumb-item.active {
    color: #808184;
}
.breadcrumb__wrapper .breadcrumb-item + .breadcrumb-item::before {
    color: #3B3B3D;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding-right: 15px;
}
/* !!!! DESKTOP TAB CONTENT LAYOUT AND MOBILE TAB SLIDER LAYOUT STYLE CSS !!!! */
.tab__layout__wrapper {
    position: relative;
    background: #F2F2F4;
    padding: 70px 0 0 0;
    -webkit-box-shadow: inset 0 -8px 11px 0px #E3E3E2;
    box-shadow: inset 0 -8px 11px 0px #E3E3E2;
    overflow: hidden;
}
#pit_tab{
    display:flex;
}
.tab__layout__wrapper .tab_items {
    display: inline-block;
}
/* .tab__layout__wrapper .slick-track{
    display: none;
}
.tab__layout__wrapper .slick-initialized .slick-track{
    display: block;
} */

/* .tab__layout__wrapper .nav_tabs_slider{
    display: none;
}
.tab__layout__wrapper .nav_tabs_slider.slick-initialized{
    display: block;
}
.tab__layout__wrapper .nav_tabs_slider:not(.slick-initialized) .slick-track {
    transform: none!important;
} */
/*
.tab__layout__wrapper .nav-tabs {
border: 0;
}
.tab__layout__wrapper .nav-tabs .nav-item {
width: 24%;
}
*/
.tab__layout__wrapper .nav_tabs .tab_items {
    width: 278px;
    padding: 0 7.5px;
}
/*.tab__layout__wrapper .nav-tabs .nav-link,*/
.tab__layout__wrapper .nav_tabs .nav-link {
    font-family: 'Fira Sans', sans-serif;
    min-height: 82px;
    font-size: 18px;
    font-weight: 600;
    background: #F9F9FB;
    color: #808184;
    border: 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 15px 20px;
    -webkit-box-shadow: 0 0 11px 0px #E3E3E2, inset 0 -8px 11px -4px #E3E3E2;
    box-shadow: 0 0 11px 0px #E3E3E2, inset 0 -8px 11px -4px #E3E3E2;
    display: flex;
    align-items: center;
}
.tab__layout__wrapper .nav_tabs .nav-link span {
    margin: 0 0 0 20px;
}
.tab__layout__wrapper .nav_tabs .nav-link img {
    opacity: 0.8;
	display: block;
    width: 40px;
}
.tab__layout__wrapper .nav_tabs .slick-current .nav-link {
    background: #ffffff;
    color: #3B3B3D;
    -webkit-box-shadow: inset 0 -9px 11px 0px #ffffff;
    box-shadow: inset 0 -9px 11px 0px #ffffff;
}
.tab__layout__wrapper .nav_tabs .slick-current .nav-link img {
    opacity: 1;
}
/* !!!! DESKTOP CONTENT LAYOUT AND MOBILE ACCORDION LAYOUT STYLE CSS !!!! */
@media (min-width:768px) {
    .accordion .collapse {
        display: block;
    }
}
.content_with_accordion_wrapper .card {
    overflow: inherit;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.content_with_accordion_wrapper .card:first-child {
    border: 0;
}
.content_with_accordion_wrapper .card .card-body {    padding: 0;
}
/* !! FIX ROUNDED IMAGES LAYOUT !! */
.round_img_holder {
    position: absolute;
    left: 0;
    /*    height: 67%;*/
    height: 652px;
    top: 50%;
    width: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-border-radius: 0 270px 270px 0;
    border-radius: 0 270px 270px 0;
    overflow: hidden;
}
.round_img_holder_inner {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/* !! SECOND FIX ROUNDED IMAGES LAYOUT !! */
.round_img_sec_holder {
    right: 0;
    left: auto;
    -webkit-border-radius: 0 270px 270px 0;
    border-radius: 270px 0 0 270px;
}
/* ======================================== */
/* !!!!     HERO BANNER WRAPPER        !!!! */
/* ======================================== */
.hero__banner__wrapper {
    position: relative;
    background-color: #F9F9FB;
    color: #ffffff;
    z-index: 1;
    margin: 0;
    padding: 0;
}
.hero__banner__wrapper * {
    color: #ffffff;
}
.hero__banner__content {
    position: relative;
    z-index: 1;
    padding: 80px 0 180px 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 600px;
}
.hero__banner__content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(59, 59, 61, 0.2) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(59, 59, 61, 0.2) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(59, 59, 61, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#3b3b3d", GradientType=1);
    z-index: -1;
}
.hero_banner_content_inner {
    padding: 0 35px 0 0;
}
.hero__banner__wrapper .container {
    position: relative;
}
/* ======================================== */
/* !!!!    COURSE WRAPPER STYLE CSS    !!!! */
/* ======================================== */
.course__wrapper {
    position: relative;
    padding: 150px 0 145px;
    background: #F2F2F4;
    z-index: 1;
}
.course__wrapper .container {
    position: relative;
}
.course__wrapper_head {
    position: relative;
    margin: 146px 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.course__wrapper_head.open_course {
    margin: 0;
}
.course__wrapper_content {
    margin: 65px 0 40px 0;
    -webkit-transform: translateY(-605px);
    transform: translateY(-605px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 15px;
    right: 15px;
}
.course__wrapper_content.open_course {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    left: auto;
    right: auto;
}
.course__card {
    position: relative;
    padding: 20px;
    height: 100%;
    background: #F2F2F4;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 10px 10px 20px rgba(128, 129, 132, 0.50);
    box-shadow: 10px 10px 20px rgba(128, 129, 132, 0.50);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.course__card:hover {
    border-color: #ffffff;
    -webkit-box-shadow: 10px 10px 20px rgba(128, 129, 132, 0.50), -10px -10px 50px #F9F9FB;
    box-shadow: 10px 10px 20px rgba(128, 129, 132, 0.50), -10px -10px 50px #F9F9FB;
}
.course__wrapper_content.open_course .course__card {
    border: 1px solid transparent;
    -webkit-box-shadow: 10px 10px 20px rgba(128, 129, 132, 0);
    box-shadow: 10px 10px 20px rgba(128, 129, 132, 0);
}
.course__wrapper_content.open_course .course__card:hover {
    border-color: #ffffff;
    -webkit-box-shadow: 10px 10px 20px rgba(128, 129, 132, 0.50), -10px -10px 50px #F9F9FB;
    box-shadow: 10px 10px 20px rgba(128, 129, 132, 0.50), -10px -10px 50px #F9F9FB;
}
.course__card h5 {
    min-height: 45px;
    margin: 15px 0;
}
.course__card a:hover h5 {
    text-decoration: underline;
}
.course__card p:last-of-type {
    margin-bottom: 0;
}
.course__wrapper .btn-default {
    margin-top: 50px;
}
.notes_callout {
    position: fixed;
    bottom: 0;
    right: 76px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.notes_callout.show {
    opacity: 1;
    visibility: visible;
    bottom: 50px;
}
/* =================================================== */
/* !!!!    UPCOMING COURSES WRAPPER STYLE CSS     !!!! */
/* =================================================== */
.upcoming__courses__wrapper {
    position: relative;
    padding: 90px 0 100px;
    background-color: #F9F9FB;
    background-image: url(../images/up-coming-shadow-img.png);
    background-position: 78% 101%;
    /*    background-size: contain;*/
    background-repeat: no-repeat;
    z-index: 1;
}
.upcoming_courses_fix_img {
    position: absolute;
    right: 0;
    height: 75%;
    top: 50%;
    width: 45%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-border-radius: 300px 0 0 300px;
    border-radius: 300px 0 0 300px;
    overflow: hidden;
    z-index: -1;
}
.upcoming_courses_fix_img_inner {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.upcoming_courses_content {
    padding: 0 60px 0 0;
}
/* upcoming_courses_filter */
.upcoming_courses_filter {
    position: relative;
    padding: 20px 0 0;
}
.upcoming_courses_filter li span {
    font-weight: 700;
}
/*
.upcoming_courses_filter select.form-control {
border: 0;
padding: 0 16px 0 0;
background-color: transparent;
}
*/
.filter_link {
    position: relative;
    display: block;
    padding: 0 16px 5px 0;
    background-image: url(../images/down-arrow.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    color: #000000;
}
.filter_link.open {
    background-image: url(../images/up-arrow.svg);
}
.filter_link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #73C700;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.filter_link:hover::after,
.filter_link.open::after {
    width: 100%;
}
/* upcoming_courses_cta */
.upcoming_courses_cta .btn-default {
    width: 100%;
    margin-top: 40px;
}
/**/
.upcoming_courses_month h3 {
    margin: 20px 0;
}
.upcoming_course_card {
    position: relative;
    padding: 20px 20px 20px 100px;
    background: #ffffff;
    border-bottom: 1px solid #E3E3E3;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
/* 01-02-2021 */
.view_more_courses {
    position: relative;
}
.view_more_courses a {
    text-align: center;
    display: block;
    padding: 10px;
    background-image: url(/wp-content/themes/pit/assets/images/down-arrow.svg);
    background-position: 67% 51%;
    background-repeat: no-repeat;
    background-size: 16px;
}
.view_more_courses.myview-less a{
        background-image: url(/wp-content/themes/pit/assets/images/up-arrow.svg);

}
.new-get-sraterd{
    text-align: center;
}
/* 01-02-2021 */
.upcoming_items.slick-current.slick-active .upcoming_course_card {
    -webkit-animation: fadeInUp 0.3s ease-in-out 0s forwards;
    animation: fadeInUp 0.3s ease-in-out 0s forwards;
}
.upcoming_items.slick-current.slick-active .upcoming_course_card:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.upcoming_items.slick-current.slick-active .upcoming_course_card:nth-child(2) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 0.7s;
}
.upcoming_items.slick-current.slick-active .upcoming_course_card:nth-child(3) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 0.9s;
}
.upcoming_course_card:hover {
    border-color: #E3E3E3;
    background: #E3E3E3;
    -webkit-box-shadow: -10px -10px 50px #F9F9FB, 10px 10px 20px rgba(128, 129, 132, 0.50);
    box-shadow: -10px -10px 50px #F9F9FB, 10px 10px 20px rgba(128, 129, 132, 0.50);
    z-index: 1;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.upcoming_course_card_date_month {
    position: absolute;
    left: 20px;
    font-size: 32px;
    line-height: 42px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
}
.upcoming_course_card *:last-of-type {
    margin-bottom: 0;
}
.up_course_title {
    font-weight: 700;
    text-decoration: underline;
}
.up_course_time {
    padding: 0 0 0 40px;
    background-image: url(../images/clock-ic.svg);
    background-position: calc(0% - 5px);
    background-repeat: no-repeat;
}
.up_course_loc {
    padding: 0 0 0 40px;
    background-image: url(../images/map-marker-ic.svg);
    background-position: calc(0% - 5px);
    background-repeat: no-repeat;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/* fillter  popoup */
body.modal-open {
    overflow: auto;
    padding: 0 !important;
}
.modal-backdrop {
    display: none;
}
.upcoming_courses_filter .modal {
    position: absolute;
    height: auto;
    padding: 0 !important;
    top: 100%;
    overflow: inherit;
}
.upcoming_courses_filter .modal .modal-dialog {
    margin: 0;
}
.upcoming_courses_filter .modal .modal-content {
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.20);
    background: #F2F2F4;
}
.upcoming_courses_filter .modal-body {
    padding: 35px 40px;
}
.upcoming_courses_filter .modal-footer {
    padding: 0 40px 35px;
    border: 0;
}
.upcoming_courses_filter .modal-footer .btn-default {
    margin: 0;
}
.upcoming_courses_filter .custom-switch {
    padding: 15px 50px 15px 0;
    border-bottom: 2px solid #D8D8D8;
}
.upcoming_courses_filter .custom-switch label {
    margin: 0;
}
.upcoming_courses_filter .custom-control-label {
    position: absolute;
    right: 0;
}
.upcoming_courses_filter .custom-control-label::before {
    width: 40px;
    height: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background: #D8D8D8;
    border: 0;

}

.custom-control.trigger_filteration {
    cursor: pointer;
}

.custom-control.trigger_filteration.myactive {
    color: #73C700;
}
.upcoming_courses_filter .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #E3E3E3;
    background-color: #E3E3E3;

}
.upcoming_courses_filter .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #E3E3E3;
    background-color: #E3E3E3;
}
.upcoming_courses_filter .custom-control-label::after {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #ffffff;
    left: calc(-2.25rem + 4px);
}
.upcoming_courses_filter .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #73C700;
}
/* ==================================================== */
/* !!!!    CAMPUSES LOCATION WRAPPER STYLE CSS     !!!! */
/* ==================================================== */
.campuses__location__wrapper {
    position: relative;
    padding: 95px 0;
}
.campuseslocation_content {
    margin: 40px 0 0 0;
}
.campuses_location_card {
    position: relative;
}
.map_location_popup {
    position: absolute;
    background: #ffffff;
    -webkit-box-shadow: 8px 8px 16px 0 #E3E3E3;
    box-shadow: 8px 8px 16px 0 #E3E3E3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 240px;
    text-align: left;
    padding: 10px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.campuses_location_card:hover .map_location_popup {
    opacity: 1;
    visibility: visible;
}
.map_location_popup img {
    width: 100%;
}
.map_location_popup .close_map_popup {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
.map_location_popup_content {
      padding: 10px 10px;
    border-bottom: 0.5px solid #3B3B3D;
}
span.map_direction {
    font-size: 12px;
    line-height: 15px;
    color: #808184;
    display: block;
}
.map_location_popup a {
    display: block;
    text-decoration: underline;
}
.map_location_popup h5 {
     font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 19px;
}
.map_location_popup h6 {
 font-weight: 600;
    margin: 0;
}
.map_location_popup_content p {
    color: #73C700;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 0px 0;
}
.map_location_popup.active {
    opacity: 1;
    visibility: visible;
}
/*new css added : pinky */
.map_location_popup.left_ma h4 {
    font-size: 18px;
    margin-bottom: 0px;

}
.map_location_popup a {
    display: block;
    text-decoration: underline;
    padding: 0px;
}
.map_location_popup_content p span {
    color: #000;
    font-size: 13px;
}
/*new css added : pinky */
/* ======================================== */
/* !!!!    STUDY WRAPPER STYLE CSS     !!!! */
/* ======================================== */
.study__wrapper {
    position: relative;
    padding: 80px 0 95px 0;
    background: #F2F2F4;
}
.study__wrapper h2 {
    margin: 0 0 70px 0;
}
.study__wrapper h3 {
    margin: 30px 0;
}
.study_card {
    padding: 0 20px;
}
.study_card img {
    margin: 0 auto;
}
.read_more {
    font-family: 'Fira Sans', sans-serif;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #73C700;
}
/* ======================================== */
/* !!!!         ABOUT PAGE             !!!! */
/* ======================================== */
/* !! content_holder_wrapper !! */
.content_holder_wrapper {
    position: relative;
    padding: 80px 0 0;
}
.resource-content p {
    font-size: 24px;
}


/** 27-10-2020 VET Student **/
.vet-student-content h4{
    margin-bottom: 30px;
}

.vet-btn i{
    margin: 0 15px 0 0;
    font-size: 40px;
}

.vet-student-content img {
    margin-bottom: 50px;
}
.vet-student-content p{
    margin-bottom: 30px;
}
.vet-student-content .listing li{
    margin: 0 0 7px 15px;
}

.vet-student-content h6 {
    margin: 30px 0;
}

/** 28-10-2020 VET Student **/

/* !! content__holder__sec__wrapper !! */
.content__holder__sec__wrapper {
    position: relative;
    padding: 100px 0;
    background: #F2F2F4;
}
.content__holder__sec__wrapper h3 {
    margin: 0 0 40px 0;
}
.content_holder_sec_content ul {
    padding: 0 0 0 40px;
}
.content_holder_sec_content a:hover {
    text-decoration: underline;
}
/* !! odd__even__wrapper !! */
.odd__even__wrapper {
    position: relative;
    padding: 200px 0;
}
.odd__even__sec__wrapper .round_img_holder {
    width: 100%;
    height: 397px;
}
/* !! our__values__wrapper !! */
.study__wrapper.our__values__wrapper {
    background: #ffffff;
    padding: 0 0 120px 0;
}
.alumni_wrapper .study__wrapper.our__values__wrapper {
    padding: 70px 0;
}
.alumni_wrapper .study_card {
    padding: 0 0px;
}
/* !!! careers_wrapper !!! */
.content_holder_wrapper + .accordion__layout__holder {
    padding: 80px 0 0;
}
/* !! quote__wrapper !! */
.quote__wrapper {
    position: relative;
    padding: 150px 0;
    background: #F2F2F4;
    z-index: 1;
}
.quote__wrapper .round_img_sec_holder {
    top: 62%;
}
.quote__content p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
}
/* !!!!! TEAM TAB WRAPPER !!!!! */
.our_team .odd__even__wrapper {
    padding: 200px 0 0 0;
}
.our_team .odd__even__wrapper h2 {
    margin: 0 0 10px 0;
}
.team_role {
    color: #73C700;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    display: block;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.our_team .accordion__layout__holder {
    padding-top: 150px;
}
/* !!!! bottom content layout !!!! */
.bottom__content__layout {
    position: relative;
    padding: 160px 0;
}
/* !!!!!  ACCORDION LAYOUT HOLDER  !!!!! */
.card {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #E3E3E4;
}
.card:first-child {
    border-top: 2px solid #E3E3E4;
}
.card-header {
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
.card-header a {
    position: relative;
    display: block;
    padding: 20px 40px 20px 20px;
}
.card-header a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}
.card .card-header a[aria-expanded="true"]::after {
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg);
}
.card-header a h3 {
    color: #808184;
    margin: 0;
}
.card.active .card-header a h3 {
    color: #3B3B3D;
}
.card-body ul {
    padding: 0 0 0 30px;
}
/* ======================================== */
/* !!!!          FAQS PAGE             !!!! */
/* ======================================== */
.faq__page {
    position: relative;
    background: #F2F2F4;
    padding: 70px 0 135px 0;
}
.faq_page_content {
    padding: 0 0 70px 0;
}
.faq__page .card-header a {
    padding: 20px 40px 20px 0;
}
.faq__page .card-body {
    padding: 20px 0;
}
.faq__page .card-body p a {
    text-decoration: underline;
    font-weight: 600;
}
/* ======================================== */
/* !!!!         CONTACT PAGE           !!!! */
/* ======================================== */
.contact__page {
    position: relative;
    padding: 70px 0 90px;
    background: #E3E3E3;
}
.contact_page_content {
    padding: 0 0 40px 0;
}
.form__wrap .btn-default {
    width: 100%;
    margin: 0;
}
.simple_card {
    position: relative;
    background: #F2F2F4;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.simple_card_content {
    padding: 35px 30px 20px;
}
.simple_cover {
    position: relative;
    height: 296px;
}
.simple_cover img {
    width: 100%;
}
.simple_cover .simple_cover_inner {
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.simple_card .read_more {
    font-family: 'Fira Sans', sans-serif;
    color: #3B3B3D;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #73C700;
}
/* ======================================== */
/* !!!!         LOCATION PAGE          !!!! */
/* ======================================== */
.location__page .content_holder_wrapper {
    padding: 80px 0 140px;
}
.location__page .campuses_location_card img {
    display: inline-block;
}
.location__page .campuseslocation_content {
    margin: 80px 0 0 0;
}
.location__page .upcoming__courses__wrapper {
    padding: 95px 0 107px;
    background: #F2F2F4;
}
.location__page .upcoming_courses_fix_img {
    width: 50%;
    height: 652px;
    top: -48px;
    -webkit-transform: none;
    transform: none;
    -webkit-border-radius: 276px 0 0 276px;
    border-radius: 276px 0 0 276px;
}
.location__page .bottom__content__layout {
    background: #F2F2F4;
    padding: 115px 0 125px
}
.location__page .bottom__content__layout .btn-default {
    margin: 0;
}
/**/
.info__session__wrapper {
    position: relative;
    padding: 100px 0;
}
.info__session__wrapper .upcoming_course_card {
    opacity: 1;
    background: #F2F2F4;
}
.info_session__card {
    position: relative;
    padding: 0 0 0 180px;
}
.info_session_card_icon {
    position: absolute;
    left: 0;
    top: 0;
}
/**/
.prev__venues__wrapper {
    position: relative;
    padding: 105px 0;
    background: #F9F9FB;
}
.content__page .prev__venues__wrapper h2 {
    margin: 0 0 45px 0;
}
.prev_venues_cover {
    position: relative;
    height: 482px;
}
.prev_venues_cover_inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.prev_venues_content {
    padding: 50px 70px 0;
}
.prev__venues__wrapper .carousel-control-prev {
    left: 0;
}
.prev__venues__wrapper .carousel-control-next {
    right: 0;
}
.prev__venues__wrapper [class*="carousel-control-"] {
    bottom: 10px;
    border-color: #808184;
    color: #808184;
    background: #f9f9fb;
}
.prev__venues__wrapper [class*="carousel-control-"]:hover {
    border-color: #73C700;
    color: #73C700;
}
/* ======================================== */
/* !!!!         COURSES  PAGE          !!!! */
/* ======================================== */
.course__page .tab__layout__wrapper .nav_tabs .tab_items {
    width: 19.2%;
    padding: 0 4px;
}
.course__page .tab__layout__wrapper .nav_tabs .nav-link {
    padding: 15px 15px
}
.course__page .tab__layout__wrapper .nav_tabs .nav-link img {
    height: 40px;
}
.course__card__wrapper {
    position: relative;
    padding: 46px 0 200px 0;
}
.course__card__wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
}
.course__card__wrapper [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 70px;
}
.courses__card {
    position: relative;
    height: 100%;
    background: #f2f2f4;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.courses__card:hover {
    -webkit-box-shadow: 0 32px 29px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 32px 29px 0 rgba(0, 0, 0, 0.20);
}
.courses_card_cover {
    position: relative;
    display: block;
    height: 166px;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.courses_card_cover::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    background-image: url(../images/P.png);
    background-size: contain;
    width: 39px;
    height: 33px;
    z-index: 99;
}
.courses_card_cover_inner {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.courses_card_content {
    padding: 16px 23px 26px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.meta_hold li {
    position: relative;
    color: #808184;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}
.meta_hold li::before {
    content: '|';
    display: inline-block;
    padding: 0 8px;
}
.meta_hold li:first-child::before {
    display: none;
}
.courses__card .read_more {
    margin: 0;
}
.course__page .odd__even__wrapper {
    background: #F2F2F4;
    min-height: 640px;
}
.course__page .odd__even__wrapper .round_img_holder {
    top: -158px;
    -webkit-transform: none;
    transform: none;
}
.course__page .quote__wrapper {
    background: #ffffff;
    min-height: 850px;
    display: flex;
    align-items: center;
}
/* ======================================== */
/* !!!!       COURSES SINGLE PAGE      !!!! */
/* ======================================== */
.course_banner_month {
    position: relative;
    padding: 0 0 0 35px;
    background-image: url(../images/calendar-white-ic.svg);
    background-repeat: no-repeat;
    background-position: left top;
}
.course_banner_month.no-icon {
    background: none;
    padding: 0;
}
.course_banner_month.no-icon p {
    font-size: 19px;
    line-height: 28px;
}
/* !! employment_opportunities_wrapper !! */
.employment_opportunities_wrapper {
    position: relative;
    padding: 65px 0 60px 0;
    background: #F9F9FB;
}
.employment_opportunities_wrapper .h3 {
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 35px 0;
}
.employment_opportunities_wrapper .h3 a {
    color: #73C700;
}
.employment_opportunities_wrapper .h3 img {
    position: absolute;
    left: 0;
    top: 0;
}
.employment_opportunities_wrapper .small-txt {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}
/* !! qualification__overview__wrapper !! */
.qualification__overview__wrapper {
    position: relative;
    background: #F2F2F4;
    padding: 75px 0;
}
.qualification__overview__wrapper ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 30px;
}
.qualification__overview__wrapper ul li {
    margin: 0 0 5px 0;
}
.qualification__overview__wrapper h3 {
    margin: 48px 0 30px 0;
}
.qualification__overview__wrapper p a {
    font-weight: 600;
    text-decoration: underline;
}
/* !! upcoming__courses__wrapper !! */
.course__single__page .upcoming__courses__wrapper {
    padding: 75px 0 170px;
    background-image: none;
}
.course__single__page .upcoming_course_card {
    opacity: 1;
}
.upcoming_courses_note {
    position: relative;
    padding: 0 0 0 45px;
    margin: 25px 0 0 0;
    background-image: url(../images/user-green-ic.svg);
    background-repeat: no-repeat;
}
.upcoming_courses_note p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
.upcoming_courses_note p strong {
    font-weight: 600;
}
.upcoming_courses_note .btn-default {
    font-size: 14px;
    line-height: 18px;
    padding: 3px 8px;
    background: transparent;
    color: #73C700;
    border: 1px solid;
    margin: 0;
}
/* !! quote__wrapper !! */
.course__single__page .quote__wrapper {
    padding: 180px 0 220px 0;
}
.course__single__page .quote__wrapper .round_img_holder {
    top: 100px;
    -webkit-transform: none;
    transform: none;
}
.course__single__page .quote__wrapper .quote__content p {
    margin: 0 0 35px 0;
}
/* !! related__courses__wrapper !! */
.related__courses__wrapper {
    position: relative;
    padding: 160px 0 130px 0;
}
.cta_wra {
    margin: 40px 0 0;
}
/* !!!!! RIGHT SIDEBAR COURSE !!!!! */
.right_sidebar_course {
    position: relative;
    z-index: 1;
    margin-top: -300px;
}
.right_sidebar_course p:empty {
    display: none;
}
.right_sidebar_course h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 10px 0;
}
.right_sidebar_course_inner {
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(216, 216, 216, 0.70);
    padding: 20px 20px 32px;
}
/*
.right_cost_wrap {
    margin: 0 0 16px 0;
}
*/
.right_cost_wrap li {
    border-bottom: 2px solid #fff;
}
.right_cost_wrap li p {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
    margin: 16px 0;
}
.concession_rates_hold {
    position: relative;
    padding: 6px 0 0 40px;
    margin: 14px 0 0 0;
    background-image: url(../images/money-ic.svg);
    background-position: left top;
    background-repeat: no-repeat;
}
.concession_rates_hold.no-icon {
    background: none;
    padding-left: 0;
	margin: 4px 0 0 0;
}
.concession_rates_hold.no-icon p {
    margin: 0;
}
.concession_rates_hold p {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
}
.concession_rates_hold p a {
    text-decoration: underline;
    font-weight: 400;
}
/* right_location_wrap */
.right_location_wrap {
    margin: 0;
}
.location_note {
    position: relative;
    padding: 0 0 0 40px;
    margin: 16px 0 0 0;
    background-image: url(../images/map-ic.svg);
    background-position: left top;
    background-repeat: no-repeat;
}
.location_note p {
    font-size: 12px;
    font-weight: 400;
        line-height: 20px;
}
.location_note p a {
    text-decoration: underline;
    font-weight: 400;
}
.location_note strong {
    font-weight: 600;
}
/* form_call_note */
.form_call_note {
    position: relative;
    padding: 0 0 0 40px;
/*    margin: 32px 0 0 0;*/
    margin: 0;
    background-image: url(../images/email-ic.svg);
    background-position: left top;
    background-repeat: no-repeat;
}
.right_course_info_sheet_wrap .btn-default {
    margin: 0;
    padding: 13px 30px;
    width: 100%;
}
.right_course_info_sheet_wrap p {
    font-size: 12px;
}
.right_course_info_sheet_wrap p strong {
    font-weight: 600;
}
.right_course_info_sheet_wrap p a {
    text-decoration: underline;
    font-weight: 400;
}
.right_course_info_sheet_wrap .wpcf7-response-output {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 14px 0;
}
/* share_social_corse */
.share_social_corse {
    margin: 30px 0 0 0;
}
.share_social_corse li {
    color: #808184;
    font-size: 12px;
}
.share_social_corse li a {
    color: rgba(128, 129, 132, 0.65);
    font-size: 17px;
}
.share_social_corse li a:hover {
    color: #808184;
}

body.page-about-us .banner__content,body.tax-study_area .banner__content
{
    background-position: 50% 0;
}

.modal.course_enquiry_form {
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}
.modal-open .modal.course_enquiry_form.show {
    display: flex!important;
}
.course_enquiry_form .modal-dialog {
    padding: 50px 0;
    height: auto;
}



#submit_thanks p
{
    font-weight: bold;
    color: #000;
}

.modal.course_enquiry_form button.close
{
    position: unset;
}


/* dev css start */
.covid_top_bar {
    position: relative;
    background:#73C700;
    padding: 5px 0;

   font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
    .covid_top_bar_content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;

    }
    .covid_top_bar .covid_close {
        position: absolute;
        right: 10px;
        top: 50%;
        color: #ffffff;
        transform: translate(0, -50%);
    }
    .covid_top_bar p {margin: 0;}
    .covid_top_bar .covid_btn {
        display: inline-block;

        border: 2px solid #ffffff;
        color: #ffffff;
        padding: 5px 7px 4px 7px;
        line-height: normal;
        font-weight: 600;
        font-size: 12px;
    }
        .covid_close:hover{
            cursor: pointer;
        }
        @media (max-width:480px) {
            .covid_top_bar_content {
                flex-direction: column;
                padding-right: 15px;
            }
            .covid_top_bar .covid_btn {
                margin: 5px 0 0 0;

            }
        }

        .covid_top_bar_content p, .covid_top_bar_content a {
     font-size: 15px;
            color: #ffffff;

}
/* .slick-track{transform:none!important;} */

/* dev css end*/

/* !!!! Flexible Content New style css here !!!! */
.flexible_content {
    padding: 0 0 80px;
}
/* .flexible_content .content_holder_wrapper, */
.odd_even_wrapper,
.faq_wrapper  {
    padding: 80px 0;
}
.flexible_content .odd__even__wrapper {
    padding: 100px 0 0;
}
.flexible_content .odd_even_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 0 270px 270px 0;
    border-radius: 0 270px 270px 0;
}
.flexible_content .flex-row-reverse .odd_even_image {
    -webkit-border-radius: 0 270px 270px 0;
    border-radius: 270px 0 0 270px;
}
.flexible_content .odd_even_content_holder p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .flexible_content {
        padding: 0 0 50px;
    }
    /* .flexible_content .content_holder_wrapper, */
    .odd_even_wrapper,
    .faq_wrapper  {
        padding: 50px 0;
    }
    .flexible_content .odd__even__wrapper {
        padding: 30px 0 0;
    }
    .flexible_content .odd_even_image {
        margin: 0 0 40px;
    }
}
/* course inner right bar css new 01-05-2025 */
.course_title {
    display: flex;
    align-items: center;
}
.course_title img {
    width: 20px !important;
    height: 20px !important;
    margin: 0 10px 0 0;
}
.course_title h5 {
    margin: 0;
    font-size: 14px;
    line-height: normal;
}
.cousrse_info p {
    line-height: normal;
    margin: 0;
}
.course_detail {
    padding: 12px 0;
}
.course_detail:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.course_detail:first-child .cousrse_info p {
    margin: 12px 0 0;
}
.course_link_block {
    margin: 30px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.course_link_block p {
    text-align: center;
    line-height: normal;
    margin: 10px 0 0;
}
.course_link_block p span {
    font-weight: 600;
}
/* form design */
.preliminary_form_section {
    padding: 50px 0;
}
.preliminary_head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 50px;
}
.preliminary_form .radio_item input[type="radio"] {
    display: none
}
.preliminary_form .radio_item label {
    display: flex;
    align-items: center;
    cursor: pointer
}
.preliminary_form .radio_item .wpcf7-list-item-label {
    position: relative;
    margin: 0;
    padding: 0 0 0 24px;
}
.preliminary_form .radio_item .wpcf7-list-item-label::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto 0;
    border: 1px solid #ccc;
}
.preliminary_form .radio_item input[type="radio"]:checked+.wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    border-style: solid;
    background-color: #73C700;
    color: #73C700;
    border-radius: 100%;
    bottom: 0;
    margin: auto 0 auto 3px;
}
.preliminary_form .radio_item input[type="radio"]:checked+.wpcf7-list-item-label::before {
    border: 1px solid #73C700;
}
.preliminary_form .form-control, 
.preliminary_form .select-styled {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 13.5px 20px;
    line-height: normal;
    background-color: transparent;
}
.preliminary_form  select.form-control {
    padding: 13.5px 38px 13.5px 20px !important;
}
.form-control[disabled] + .wpcf7-not-valid-tip, .select-styled[disabled] + .wpcf7-not-valid-tip {
    display: none;
}
/*
.preliminary_form .form-control option, .preliminary_form select {
    text-transform: capitalize;
}
*/
.preliminary_form select[name="title"], .preliminary_form select[name="title"] option {
    text-transform: none;
}
.preliminary_form .form-control:focus, .preliminary_form .form-control:active, .preliminary_form .form-control:focus-within, .preliminary_form .form-control:hover {
    color: #495057;
    background-color: #fff;
    border: 1px solid #73c700;
    border-radius: 0;
}
.preliminary_form .select-styled:hover,
.preliminary_form .select-styled:active,
.preliminary_form .select-styled.active {
    border: 1px solid #73c700;
}
.preliminary_form label {
    font-weight: 600;
    margin: 0 0 10px;
}
.preliminary_form .select-options li {
    padding: 12px;
}
.preliminary_form .select-options {
    background: white;
    border: 1px solid #ccc;
}
.preliminary_form .select-options li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.preliminary_form .select-options li:last-child {
    border-bottom: none;
}
.preliminary_form .select-styled:after {
    color: #73c700;
}
.preliminary_head h1 {
    text-align: center;
}
.preliminary_form label {
    font-size: 14px;
}
.preliminary_form .col-12:has(.wpcf7-validates-as-required) > label, .field_required {
    position: relative;
}
.preliminary_form .col-12:has(.wpcf7-validates-as-required) > label:after,
.field_required::after {
    content: '*';
    color: red;
    margin: 0 0 0 6px;
}
span#islander_origin_yes {
    width: 100%;
    display: block;
}
.preliminary_form .wpcf7-not-valid-tip {
    position: relative;
    font-size: 14px;
}
.preliminary_form p {
    margin: 0 0 25px;
}
.manual_address_block {
    /* display: none; */
}
.preliminary_inner {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.preliminary_form .select-options li[rel="hide"], .preliminary_form .select-options li:first-child {
    display: block;
}
.preliminary_form .select-options li.selected {
    font-weight: bold;
    background-color: rgba(115, 199, 0, 0.05);
}
/* COURSE TABLE CSS */
.table td, .table th {
    padding: 0.75rem .5rem;
}
.upcoming_course_table .table thead  {
    background-color: rgba(115, 199, 0, 0.05);
}
.upcoming_course_table .table {
    border: 1px solid #73c700;
}
.upcoming_course_table .table thead  th {
    font-size: 14px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #73c700;
    border-top: none;
}
.upcoming_course_table .table-striped tbody tr {
    background-color: rgba(115, 199, 0, 0.05);
}
.upcoming_course_table .table-striped tbody tr.row_bg {
    background-color: transparent;
}
/* .upcoming_course_table .table td, .upcoming_course_table .table th {
    border-top: 1px solid #73c700;
} */
.upcoming_course_table .table td, .upcoming_course_table .table th  {
    border: 1px solid #73c700;
}
.upcoming_course_table .table tr td {
    font-size: 14px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
}
.upcoming_course_table .table tr td a {
    padding: 12px 20px;
    font-size: 16px;
    line-height: normal;
    width: 100%;
    white-space: nowrap;
    margin: 0;
}
.upcoming_course_table .table tr td a.btn.btn-gray {
    background-color: #6c757d;
    border-color: #6c757d;
}
.upcoming__courses__wrapper .row {
    width: 100%;
    margin: 0;
}
/* width */
.upcoming_course_table::-webkit-scrollbar {
    height: 2px;
}

/* Track */
.upcoming_course_table::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.measure_taupcoming_course_tableble_block::-webkit-scrollbar-thumb {
    background: rgba(115, 199, 0, 0.5);
}

/* Handle on hover */
.upcoming_course_table::-webkit-scrollbar-thumb:hover {
    background: rgba(115, 199, 0, 0.5);
}
.course_block {
    margin: 0 0 50px;
}
.course_field > .row .col-12:not(:last-child),
.general_detail_block > .row .col-12:not(:last-child) {
    margin-bottom: 20px;
}
.preliminary_form_block {
    margin: 0 0 40px;
}
input#residential_address {
    padding: 13.5px 20px 13.5px 40px;
    position: relative;
}
.search_icon {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 0;
    margin: 0 0 0 10px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_icon img {
    object-fit: cover;
    object-position: center;
}


/*-=-=- 04/06 -=-=-*/
.course_general_radio .wpcf7-list-item {
    margin: 0 16px 0 0;
}
.right_cost_wrap li p .cost_label {
/*    width: 42%;*/
    width: auto;
    flex: 0 0 auto;
}

.right_cost_wrap li p .cost_digit {
/*    width: 55%;*/
    width: auto;
    flex: 0 0 auto;
    text-align: right;
	margin-left: auto;
}
.single-course-new .right_course_info_sheet_wrap .course_link_block {
    margin-top: 16px;
}
.single-course-new .right_course_info_sheet_wrap .course_link_block .small-txt{ 
    margin-top: 10px;
    text-align: left;
}
.single-course-new .right_course_info_sheet_wrap .course_link_block .btn-default {
    padding: 13px 6px;
}
.course_link_block2 p {
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 8px;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}






.course_details_wrapper {
    position: relative;
    padding: 40px 0;
    background: #F9F9FB;
}
.course_details_wrapper .card-body ul {
    margin-bottom: 25px;
}
.card-body table {
    margin: 35px 0;
}
.card-body table th, .card-body table td {
    line-height: 1.4;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 5px 15px;
}
.card-body table td {
    max-width: 260px;
}
.card-body a {
    color: #73C700;
}
.breadcrumb__wrapper .breadcrumb li {
	font-size: 13px;
	line-height: 23px;
}
@media (max-width:1199px) {
    .single-course-new .employment_opportunities_wrapper {
        padding-bottom: 130px;
    }
}
@media (max-width:991px) {
    .single-course-new .employment_opportunities_wrapper {
        padding-bottom: 40px;
    }
    .table_scroll {
        overflow-x: auto;
        width: 100%;
    }
    .table_scroll table {
        max-width: 100%;
        width: 100%;
        white-space: nowrap;
    }
    .table_scroll table th,
    .table_scroll table td {
        max-width: inherit;
        width: 100%;
        white-space: nowrap;
    }
}
@media (max-width:767px) {
    .preliminary_head h1 {
        font-size: 32px;
        line-height: 42px;
    }
}

.ack_footer_wrapper {
    padding-bottom: 40px;
}
.flags {
    gap: 10px;
}
.ack_footer_wrapper p {
	margin: 0;
}
.wpcf7 form .wpcf7-response-output {
	border-color: #FFB900!important;
}




















