body {
    font-family: roboto, sans-serif;
    line-height: 26px;
    font-size: .9375rem;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #777;
}

.custom_options {
    display: none;
}

iframe {
    width: 100%;
    border: 0;
}

.btn {
    text-transform: uppercase;
    font-size: 1rem;
    font-family: open sans, sans-serif;
    font-weight: 600;
    border: 0;
    border-radius: 0;
}

.btn-padding {
    padding: 16px 22px;
    min-width: 165px;
}

.btn.btn-primary {
    background-color: #1c345a;
    color: #fff;
}

.btn.btn-primary:hover {
    background-color: #eda900;
    color: #fff;
}

.btn.btn-secondary {
    background-color: #eda900;
    color: #fff;
}

.btn.btn-secondary:hover {
    background-color: #1c345a;
    color: #fff;
}

.btn.btn-light {
    background-color: #eda900;
    color: #fff;
    border-radius: 15px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 600;
    border: transparent;
}

.btn.btn-light:hover {
    background-color: #1c345a;
    color: #fff;
}

.btn.btn-dark {
    background-color: #1c345a;
    color: #fff;
    border-radius: 15px;
    padding-right: 25px;
    padding-left: 25px;
}

.btn.btn-dark:hover {
    background-color: #eda900;
    color: #fff;
}


/* about us css start from here */

.welcome_wrapper {
    background-color: #fff;
    padding: 100px 0;
}

.welcome_wrapper .section-title {
    position: relative;
    display: block;
    text-align: center;
    /* max-width: 51.875rem; */
    max-width: 75%;
    margin: auto;
    margin-bottom: 64px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.welcome_wrapper .section-title h2 span,
.section-title h2 {
    color: #444;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
}

.welcome_wrapper .section-title h2:after {
    content: '';
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    width: 78px;
    height: 4px;
    background-color: #eda900;
}

.welcome_wrapper .section-title p {
    font-family: open sans, sans-serif;
    margin-bottom: 0;
    font-weight: 300;
    font-style: italic;
    font-size: 21px;
    color: #777;
    line-height: 31px;
}

.welcome_wrapper h2 span {
    font-weight: 600;
    display: inline-block;
    color: #eda900 !important;
    font-family: open sans, sans-serif;
}

.welcome_about_img {
    position: relative;
}

.welcome_about_img img {
    position: absolute;
    left: -115px;
}

.welcome_about_text p {
    font-size: 16px;
    color: #777;
    line-height: 26px;
    margin-bottom: 26px;
}

ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.welcome_about_text ul li {
    color: #777;
    margin-bottom: 22px;
}

.welcome_about_text li,
.welcome_about_text ul li i {
    font-size: 16px;
}

.welcome_about_text ul li i {
    font-weight: 400;
}

.welcome_about_text ul li i {
    color: #eda900;
}

.welcome_about_text ul li i {
    margin-right: 6px;
}

.btn-dark-animated:after {
    background-color: #1c345a;
}

.btn-animated:after {
    background: #eda900;
}

.btn-dark-animated:after,
.btn-animated:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    opacity: .9;
    -webkit-transition: all .75s ease 0s;
    -moz-transition: all .75s ease 0s;
    -o-transition: all .75s ease 0s;
    transition: all .75s ease 0s;
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.btn-dark-animated:hover:after,
.btn-animated:hover:after {
    opacity: 1;
    height: 600%!important;
}

.btn-dark-animated,
.btn-animated {
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    z-index: 2;
}

.btn-dark-animated:hover,
.btn-animated:hover {
    background-color: transparent!important;
}

.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.welcome_about_text .btn.btn-primary {
    border: transparent;
    background-color: #12217b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.welcome_about_text a {
    margin-right: 12px;
}

.welcome_about_text .btn-padding {
    padding: 16px 22px;
    min-width: 165px;
}

.welcome_about_text a:last-child {
    margin-right: 0;
}

.welcome_about_text .btn.btn-secondary {
    background-color: #eda900;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: transparent;
}

.welcome_about_text ul li:last-child {
    margin-bottom: 55px;
}


/* why chhose us css start from here */

.faq-wrap p {
    color: #777;
    font-size: 16px;
    /* letter-spacing: .025em; */
    margin-bottom: 20px;
}

.faq-wrap p:nth-child(2) {
    margin-bottom: 52px;
}

.faq-wrap .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.faq-wrap .card {
    border: 0;
}

.faq-wrap .card-body {
    padding: 22px 30px;
    background-color: #f2f3f5;
    margin-bottom: 10px;
    letter-spacing: .02em;
    padding-right: 70px;
    line-height: 27px;
}

.faq-wrap .accordion .card:last-of-type .card-body,
.faq-wrap .accordion .card:last-of-type .btn {
    margin-bottom: 0;
}

.faq-wrap .btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding: 16.5px 30px;
    color: #fff;
    font-weight: 600;
    background-color: #12217b;
    text-transform: none;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}

.faq-wrap .btn.btn-link:after {
    content: "";
    position: absolute;
    right: 0;
    left: 91%;
    bottom: 0;
    margin: auto;
}

.faq-wrap .btn.btn-link.collapsed:after {
    background-image: url(../images/about_images/plus.png);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -7.5px;
}

.faq-wrap .btn.btn-link:after {
    background-image: url(../images/about_images/minus.png);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: 0;
}

.faq-wrap .btn.btn-link.collapsed {
    margin-bottom: 10px;
    background-color: #444;
}

.faq-wrap .btn {
    white-space: normal;
}

.faq-wrap .card-body {
    font-size: 14px;
    color: #777;
    padding: 22px 30px;
    background-color: #f2f3f5;
    margin-bottom: 10px;
    letter-spacing: .02em;
    padding-right: 70px;
    line-height: 27px;
}

.faq-wrap .accordion .card:last-of-type .card-body,
.faq-wrap .accordion .card:last-of-type .btn {
    margin-bottom: 0;
}

.why_choose_us_img {
    position: relative;
    /* background-color: #eda900; */
}


/* .why_choose_us_img:hover .play-icon, .why_choose_us_img:hover{
    background-color: transparent;
    transition: all 400ms ease;
} */


/* .why_choose_us_img:hover  {
    background-color: rgba(255, 255, 255, .18);
    color: #eda900;
    transition: all 400ms ease;
} */

.why_choose_us_img img {
    position: absolute;
    width: auto;
    height: 593px;
    margin-left: 20px;
    display: block;
    z-index: 99;
}

.why_choose_us_img::after {
    content: '';
    position: relative;
    bottom: -30px;
    width: 95%;
    height: 583px;
    display: block;
    background-color: #12217b;
    /* z-index: -1; */
}

.why_chose_us_wrapper {
    background-color: #f2f3f5;
    padding: 100px 0;
}

.why_chose_us_wrapper .section-title {
    position: relative;
    display: block;
    text-align: center;
    /* max-width: 51.875rem; */
    max-width: 75%;
    margin: auto;
    margin-bottom: 64px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.why_chose_us_wrapper .section-title h2 span,
.section-title h2 {
    color: #444;
    font-size: 40px !important;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
}

.why_chose_us_wrapper .section-title h2:after {
    content: '';
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    width: 78px;
    height: 4px;
    background-color: #eda900;
}

.why_chose_us_wrapper .section-title p {
    font-family: open sans, sans-serif;
    margin-bottom: 0;
    font-weight: 300;
    font-style: italic;
    font-size: 21px;
    color: #777;
    line-height: 31px;
}

.why_chose_us_wrapper h2 span {
    font-weight: 600;
    display: inline-block;
    color: #eda900 !important;
    font-family: open sans, sans-serif;
}

.why_chose_us_wrapper .btn-link:hover {
    text-decoration: none;
}


/* why chhose us css end here */


/* footer css start from here */

.footer.dark-bg::before {
    background-color: transparent;
}

.dark-bg {
    position: relative;
}

.dark-bg::before {
    content: "";
    background-color: rgba(28, 52, 90, .8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.footer.dark-bg {
    background: url('../images/about_images/background-effect-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-top {
    position: relative;
}

.footer-top-text {
    text-align: center;
    padding: 0 144px;
}

.footer-top-text h2 {
    font-family: open sans, sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-top-text h2,
.footer-top-text p,
.footer-box h6,
.footer-Copyright .copyrightinfo,
.footer-Copyright .copyrightinfo a:hover {
    color: #fff;
}

.footer-top .form-group input::placeholder {
    color: #fff;
}

.footer-top-text p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 64px;
}

.form-group {
    margin-bottom: 0;
    position: relative;
}

.footer-top-text .form-group input {
    background-color: rgba(255, 255, 255, .16);
    border: 0;
    padding: 10px 59px;
    height: 48px;
    position: relative;
    width: 550px;
    font-size: 16px;
}

.footer-top-text .footer-top-btn button,
.footer-top .form-group input {
    border-radius: 24px;
}

.footer-box .subscribe-us button:focus,
.footer-box .subscribe-us button:hover,
.subscribe-us ul li:first-child input:focus,
.footer-top-text .footer-top-btn button:focus,
.footer-top-text .footer-top-btn button:hover,
.footer .form-group input:focus {
    background-color: #eda900;
    color: #fff;
    border-color: #fdfdfe;
    box-shadow: 0 0 0 .2rem #fff;
}

.footer-top .form-group::before {
    content: '';
    background-image: url('../images/about_images/envelope.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 29px;
    right: 0;
    bottom: 0;
    top: 50%;
    margin-top: -6px;
}

.footer-top-text .footer-top-btn button {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 49px;
    padding-left: 49px;
}

.footer-border {
    border-bottom: 1px solid rgba(255, 255, 255, .48);
    margin-bottom: 70px;
    padding-bottom: 70px;
}

.footer-box ul li a:hover,
.copyrightinfo a {
    color: #eda900;
    font-size: 16px;
}

.footer-box h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.footer-box ul {
    padding-left: 0;
    list-style: none;
}

.footer-box ul li a {
    text-decoration: none;
    padding: 4px 0;
    display: block;
}

.footer-box ul li:nth-child(2) a {
    padding-top: 0;
}

.footer-box ul li:last-child a {
    padding-bottom: 0;
}

.footer-box ul li a {
    font-size: 16px;
    color: #f2f3f5;
}

.footer-box.Courses ul {
    float: left;
    margin-bottom: 0;
}

.footer-box.Courses ul:first-child {
    margin-right: 50px;
}

.social-icons ul li a {
    padding: 0;
}

.social-icons ul li a i {
    font-size: 24px;
    margin: 0 5px;
    padding: 0 8px;
}

.social-icons ul li:first-child a i {
    margin-left: 0;
    padding-left: 0;
}

.social-icons ul li:last-child a i {
    padding-right: 0;
    margin-right: 0;
}

.social-icons {
    margin-bottom: 40px;
}

.subscribe-us h6 {
    margin-bottom: 32px;
}

.footer-box:after {
    content: '';
    display: table;
    clear: both;
}

.subscribe-us ul li:first-child input {
    background-color: #eff0f4;
    border-radius: 24px;
    width: 270px;
    height: 48px;
    font-size: 14px;
    padding: 0 30px;
    margin-right: 18px;
}

.subscribe-us ul li:first-child ::placeholder {
    color: #4f5362;
}

.footer-box .subscribe-us button {
    padding: 12px 19px;
    border-radius: 100%
}

.footer-Copyright {
    text-align: center;
    margin-top: 66px;
}

.grey-bg {
    padding-top: 85px;
    padding-bottom: 85px;
    position: relative;
}

.form-control {
    font-size: 14px;
}

.copyrightinfo {
    font-size: 16px;
}


/* footer css end here */


/* vission mission css start from here */

.vission_mission_wrapper {
    padding: 70px 0 100px;
    position: relative;
    min-height: 500px;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}

.vission_mission_wrapper::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
}

.border_radius {
    border: 12px solid #eda900;
    border-radius: 50%;
    position: relative;
    z-index: 99;
}

.our_vission_details {
    position: relative;
    z-index: 99;
}

.our_vission_details h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.our_vission_details blockquote {
    color: #ccc;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 999999999;
    font-weight: 500;
    padding: 44px 0 40px 50px;
    background: #07294dd1;
    margin: 20px 0 20px;
    position: relative;
}

.our_vission_details blockquote::before {
    font-family: FontAwesome;
    content: "\f10d";
    color: #eae9e9bd;
    padding-bottom: 10px;
    font-size: 46px;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    position: absolute;
    left: -11px;
    top: -5px;
}

.our_mission_details {
    position: relative;
    z-index: 99;
}

.our_mission_details h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-align: right;
}

.our_mission_details blockquote {
    min-height: 160px;
    color: #ccc;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 999999999;
    font-weight: 500;
    padding: 44px 0 40px 50px;
    background: #07294dd1;
    margin: 20px 0;
    position: relative;
}

.our_mission_details blockquote::before {
    font-family: FontAwesome;
    content: "\f10d";
    color: #eae9e9bd;
    padding-bottom: 10px;
    font-size: 46px;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    position: absolute;
    left: -11px;
    top: -5px;
}

.vission_mission_wrapper .section-title {
    position: relative;
    display: block;
    text-align: center;
    /* max-width: 51.875rem; */
    max-width: 90%;
    margin: auto;
    margin-bottom: 64px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.vission_mission_wrapper .section-title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
    margin-bottom: 5px;
}

.vission_mission_wrapper .section-title h2:after {
    content: '';
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 78px;
    height: 4px;
    background-color: #eda900;
}


/* request an appointment css start from here */

.request_an_appointment_wrapper {
    padding: 42px 0;
    background-color: #202777f5;
}

.request_appointment_text h2,
.request_appointment_text p {
    color: #fff;
}

.request_appointment_text h2 {
    font-size: 36px;
    margin-bottom: 6px;
    font-weight: 600;
}

.request_appointment_text p {
    font-size: 20px;
    margin-bottom: 0;
}

.appointment-btn {
    text-align: right;
    padding: 18px 0;
    position: relative;
}

.appointment-btn .btn {
    background-color: #eda900;
    color: #fff;
    FONT-SIZE: 14px;
    padding: 16px 22px;
    border: transparent;
    font-weight: 600;
}

.appointment-btn .btn:hover {
    background-color: #2c8763;
}

.appointment-btn .btn:after {
    background-color: #2c8763;
    color: #fff;
}


/* breadcrumb css start from here */

.page_banner {
    padding: 60px 0 30px;
    min-height: 200px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 90px;
}

.page_banner::before {
    background: #07294dd1 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-banner-cont h2 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 0px;
    font-weight: 600;
}

.page-banner-cont .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.page-banner-cont .breadcrumb .breadcrumb-item {
    color: #ffc600;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.page-banner-cont .breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
}


/* courses page css start from here */

.courses_wrapper {
    background: #edf0f2;
    padding: 60px 0 50px;
}

.courses_wrapper .section-title {
    position: relative;
    display: block;
    text-align: center;
    /* max-width: 51.875rem; */
    /* max-width: 75%; */
    margin: auto;
    margin-bottom: 30px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.courses_wrapper .section-title h2 {
    color: #444;
    font-size: 34px !important;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 55px;
}

.courses_wrapper .section-title h2:after {
    content: '';
    margin: auto;
    position: absolute;
    left: 0;
    width: 280px;
    right: 0;
    bottom: -14px;
    width: 280px;
    height: 4px;
    background-color: #eda900;
}

.courses_wrapper h2 span {
    font-weight: 600;
    display: inline-block;
    color: #eda900 !important;
    font-family: open sans, sans-serif;
}

.courses_wrapper .section-title p {
    font-family: open sans, sans-serif;
    margin-bottom: 0;
    font-weight: 300;
    font-style: italic;
    font-size: 21px;
    color: #777;
    line-height: 31px;
}

.top_courses {
    background: #ffffff;
    padding: 15px 0;
    margin-bottom: 30px;
    /* -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; */
    border: 1px solid #3d326d;
    margin-right: 5px;
    margin-left: 5px;
    /* height: 200px; */
}


/* .top_courses::after{
        content: "\f232";
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
        position: absolute;
        top:45%;
        right: 20px;
        color: #fff;
        border: 1px solid transparent;
        background: #1aa5d8;
        background: linear-gradient(to bottom, #4dc35a, #4dc35a);
        text-transform: uppercase;
        font-weight: 700;
        width: 36px;
        display: inline-block;
        font-size: 14px;
        border-radius: 2px;
        text-align: center;
    height: 36px;
    padding: 3px;
    font-size: 24px;
    } */


/* scroll css */


/* width */

.top_courses::-webkit-scrollbar {
    width: 2px;
}


/* Track */

.top_courses::-webkit-scrollbar-track {
    background: #12237c;
    border-radius: 20px;
}


/* Handle */

.top_courses::-webkit-scrollbar-thumb {
    background: #12237c;
}


/* Handle on hover */

.top_courses::-webkit-scrollbar-thumb:hover {
    background: #f3702e;
}

.course_name {
    min-height: 80px;
}

.course_name a h3 {
    font-size: 14px;
    padding-bottom: 8px;
    color: #000000;
    margin: 0px;
    font-weight: 600;
    line-height: 20px;
}


/* .top_courses:hover {
        -moz-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        box-shadow: 0px 11px 9px -10px rgb(0 0 0 / 52%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    } */

.course_name a:hover {
    text-decoration: none;
}

.enquiry_btn a {
    color: #fff;
    border: 1px solid transparent;
    background: #1aa5d8;
    background: linear-gradient(to bottom, #4dc35a, #4dc35a);
    text-transform: uppercase;
    font-weight: 700;
    width: 36px;
    display: inline-block;
    font-size: 14px;
    border-radius: 2px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 43%;
}

.enquiry_btn a i {
    font-size: 30px;
    /* padding-right: 10px; */
    color: #fff;
}

.enquiry_btn a:hover {
    color: #fff;
    text-decoration: none;
}

.enquiry_btn {
    text-align: right;
}


/* courses page css end here */


/* contact css start from here */

.contact_us_wrapper {
    background-color: #f2f3f5;
    padding: 50px 0;
}

.contact_us_bg {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    border-top: 3px solid #2a4262;
}

.contact_us_bg h5 {
    color: #333;
    position: relative;
    padding-bottom: 6px;
    font-size: 20px;
}

.contact_us_bg h5::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}

.contact_us_bg h2 {
    margin-bottom: 20px;
    font-size: 28px;
    color: #000;
    font-weight: 600;
    padding-top: 6px;
}

.contact-from .single-form {
    margin-top: 20px;
}

.single-form .form-control {
    width: 100%;
    height: 45px;
    background-color: #fff;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 15px;
    margin-bottom: 20px;
}

.single-form .textarea {
    padding-top: 10px;
    height: 120px;
    resize: none;
}

.contact_btn_submit {
    color: #fff;
    font-size: 15px;
    padding: 8px 30px;
    border-radius: 2px;
    background: #282f7c;
    box-shadow: none;
}

.contact_address {
    background-color: #fff;
    padding: 20px 20px 25px;
    border-radius: 5px;
}

.contact_address h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact_address p {
    color: #777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.contact_details li {
    list-style: none;
    padding-bottom: 20px;
}

.contact_details li span {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 50px;
    color: #12217b;
    border: 2px solid #282f7c;
    display: inline-block;
    padding: 8px 14px;
    margin-right: 15px;
}

.contact_details li a {
    font-size: 15px;
    color: #777;
}

.contact_details ul {
    padding-inline-start: 0px;
}

.mail_icon {
    padding: 6px 10px !important;
}

.contact_us_bg .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a1a1a1;
    outline: 0;
    box-shadow: none;
}


/* 
header css start from here */

.bg_white {
    background-color: #fff;
}

.bg_white .menu_main_nav_area {
    margin-top: 25px;
    margin-bottom: 0px;
}

.bg_white .menu_main_wrap .logo_main {
    /* max-height: 90px; */
    /* max-width: 80px; */
}

.bg_white .menu_main_wrap .logo {
    margin-top: 2px;
    margin-bottom: 2px;
}

.bg_white .bg_header li>a {
    color: #333;
}

.bg_white .content_wrap:after {
    display: none !important;
}

.top_panel_fixed.top_panel_over.top_panel_opacity_transparent .top_panel_wrap li a {
    color: #000;
}

.pt-180 {
    padding-top: 180px;
}

.bg_white .active_white {
    color: #000;
}

.pt-160 {
    padding-top: 180px;
}

.pt-140 {
    padding-top: 140px;
}

.bg_white .bg_header li>a:hover {
    color: #000;
}


/* privacy policy css start from here */

.privacy_policy_wrapper {
    background-color: #f4f4f4;
    padding: 140px 0 50px;
}

.privacy_policy_details h3 {
    color: #444;
    font-size: 38px !important;
    font-weight: 600;
    /* text-transform: uppercase; */
    position: relative;
    margin-bottom: 24px;
}

.privacy_policy_details h3::after {
    content: '';
    margin: auto;
    position: absolute;
    left: 0;
    /* right: 0; */
    bottom: -5px;
    width: 50px;
    height: 4px;
    background-color: #eda900;
}

.privacy_policy_details p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.strong_text {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2px;
}

.privacy_policy_details h5 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.privacy_policy_details .mb-15 {
    margin-bottom: 15px;
}

.privacy_policy_ul {
    padding-inline-start: 18px;
}

.privacy_policy_ul li {
    list-style: circle;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 4px;
}


/* privacy policy css end  here */


/*terms & condition css start from here */

.terms_condition_wrapper {
    background-color: #f4f4f4;
    padding: 140px 0 50px;
}

.terms_condition_details h3 {
    color: #444;
    font-size: 38px !important;
    font-weight: 600;
    position: relative;
    margin-bottom: 26px;
}

.terms_condition_details h3::after {
    content: '';
    margin: auto;
    position: absolute;
    left: 0;
    /* right: 0; */
    bottom: -5px;
    width: 50px;
    height: 4px;
    background-color: #eda900;
}

.terms_condition_details p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.strong_text {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2px;
}

.terms_condition_details h5 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.terms_condition_details .mb-15 {
    margin-bottom: 15px;
}

.terms_condition_ul {
    padding-inline-start: 18px;
}

.terms_condition_ul li {
    list-style: circle;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 0px;
}


/*terms & condition css end  here */

.right_arrow:hover {
    background-color: #354f77 !important;
}

.logo_main {
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 50%;
    background: white;
    bottom: -145px;
    padding: 4px;
    border: 1px solid #f4762b
}

.enquiry_text {
    background: #12217b;
    border-radius: 24px;
    padding: 0px 14px;
}

.enquiry_text a {
    color: #fff !important;
}


/* .enquiry_text :hover{
    background: #12217b;
    border-radius: 24px;
    padding: 0px 14px;
} */

#demo {
    font-weight: bold;
    animation: blinking 1s infinite;
}

@keyframes blinking {
    0% {
        background-color: #dc4618;
        color: #ddd;
    }
    100% {
        background-color: #222291;
        color: #fff;
    }
}

#demo2 {
    font-weight: bold;
    animation: blinking 1s infinite;
}

@keyframes blinking {
    0% {
        background-color: #dc4618;
        color: #ddd;
    }
    100% {
        background-color: #222291;
        color: #fff;
    }
}

.duration_info_details {
    position: absolute;
    top: 95px;
    left: 36px;
}

.duration_details {
    background: linear-gradient(to bottom, #12237c, #f3702e);
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
}

.duration_details::before,
.duration_details::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: linear-gradient(to bottom, #12237c, #12237c);
}

.duration_details::before {
    transform: rotate(45deg);
}

.duration_details-12::after {
    transform: rotate(90deg);
}

.duration_details p {
    font-weight: 600;
    position: absolute;
    color: #fff;
    font-size: 11px;
    z-index: 99;
    top: 8px;
    line-height: 14px;
    padding: 4px;
}

ul.course_list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.course_list li {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 12px;
    display: block;
    width: 100%;
}

ul.course_list li i {
    background-color: #c7613d;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    top: 4px;
    left: 0px;
    padding: 2px;
    font-size: 11px;
    position: absolute;
}

.course_name h4 {
    font-size: 16px;
    font-weight: 600;
    color: #12237c;
}

.main_course_box {
    position: relative;
    height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
}


/* scroll css */


/* width */

.main_course_box::-webkit-scrollbar {
    width: 2px;
}


/* Track */

.main_course_box::-webkit-scrollbar-track {
    background: #12237c;
    border-radius: 20px;
}


/* Handle */

.main_course_box::-webkit-scrollbar-thumb {
    background: #12237c;
}


/* Handle on hover */

.main_course_box::-webkit-scrollbar-thumb:hover {
    background: #f3702e;
}

ul.stream-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.stream-list li {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 12px;
    display: block;
    width: 100%;
}

ul.stream-list li i {
    background-color: #c7613d;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    top: 4px;
    left: 0px;
    padding: 2px;
    font-size: 11px;
    position: absolute;
}

.footer-address h6 {
    color: white;
    font-size: 15px;
    font-family: open sans, sans-serif;
}

.footer-address h3 {
    color: #f2f3f5;
    font-size: 30px;
    font-weight: 600;
}

.address p {
    font-size: 30px;
}

.address-box {
    background-color: #1c345a;
}

.address-box span {
    font-size: 30px;
    color: #f2f3f5;
    margin-right: 10px;
    font-weight: 600;
    font-family: open sans, sans-serif;
}

address {
    color: #f2f3f5;
    font-size: 15px;
}

.footer-skilled h3 {
    color: #f2f3f5;
    font-size: 20px;
    font-weight: 400;
}

.footer-skilled p {
    color: #f2f3f5;
    font-size: 14px;
    text-transform: uppercase;
}

.social-icons ul li a i {
    color: white;
}

.line {
    display: inline-block;
    transform: scale(1, 1.2);
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}