a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.first_span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    padding: 5px 0
}

.start_div {
    border: 1px solid #ccc;
    padding: 10px;
    background: #ececec;
    line-height: 25px;
    margin: 10px 0
}

.dropdown-menu .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(0);
    font-family: FontAwesome;
    content: "\f054";
    border: none;
    font-size: 8px;
    color: #635f5f
}

.container-fluid {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto
}

b,
strong {
    color: #3c3a3a;
    font-weight: 500;
}

a:hover {
    color: #0056b3;
    text-decoration: none
}

a:focus,
button:focus {
    outline: 0
}

body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #565555;
    padding: 10px 0;
    line-height: 30px;
    font-weight: 500;
     font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 26px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 14px
}

p {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #2e3d49;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.vertical-align {
    align-items: center
}

section {
    padding: 25px 0
}

.show_hide {
    display: none;
    position: absolute;
    right: -2%;
    z-index: 99;
    top: 15%
}

.show_hide i {
    font-size: 20px;
    color: #fff
}

.offer_head {
    position: relative;
    background: linear-gradient(to right, #ff6f00, #ff9100)
}

.t_head_offer p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 5px 0;
    font-weight: 500;
}

.on_discount {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.offer_btns {
    color: #333;
    background: #ff0;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 5px;
    border-radius: 0;
    margin-left: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}

.t_head {
    background-image: linear-gradient(to right, #1147ac, #154bb6, #194ebf, #1e52c9, #2355d3, #2556d9, #2757e0, #2958e6, #2857ea, #2857ee, #2856f2, #2955f6);
    padding: 5px 0
}

.t_head_list {
    margin: 0 auto;
    text-align: center;
    display: table
}

.t_head_list ul {
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: left
}

.t_head .container-fluid {
    padding-left: 80px;
    padding-right: 80px
}

.t_head_list ul li {
    margin: 8px 13px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.t_head_list ul li::after {
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: -15px
}

.t_head_list ul li:last-child:after {
    display: none
}

.t_head_list ul li span {
    display: inline-block;
    margin-right: 10px
}

.t_head_list ul li a {
    color: #fff;
}

header {
    margin: 15px 0;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

header .row {
    align-items: center
}



.dropdown-menu .dropdown-menu {
    left: 100%!important;
    top: 0
}

.dropdown {
    position: static
}

.dropdown>.dropdown-menu {
    margin: 0
}

footer {
    background: #2c3942;
    padding: 20px 0
}

.foo_navs p {
    font-size: 12px;
    color: #cecdcd;
    line-height: 23px;
    padding: 5px 0;
    text-align: left
}

.foo_navs h5 {
    color: #cac8c8;
    border-bottom: 1px solid #4c4a4a;
    padding-bottom: 5px
}

.footer_details p {
    color: #dadada;
    padding: 5px 0;
    font-size: 11px;
    line-height: 20px;
}

.row.footer_row {
    padding: 10px 0 0;
    margin-top: 15px;
    border-top: 1px solid #4b575e
}

.footer_copy .row {
    align-items: center
}

.mobile_footeracordian {
    display: none
}

.footer_acoordian .card {
    background-color: #26313a;
    border-bottom: none;
    margin-bottom: 3px
}

.footer_acoordian .card-header {
    background: #26313a;
    padding: 0;
    border: none;
    margin-bottom: 4px
}

.footer_acoordian .mb-0 {
    padding: 0
}

.footer_acoordian .mb-0 .btn-link {
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    line-height: 20px
}

.footer_acoordian .card-body {
    padding: 10px 20px;
    background: #1e2931
}

.footer_acoordian .collapsed::before {
    content: "\f067";
    font-weight: 100;
    margin-top: 0;
    font-family: FontAwesome;
    margin: 0 1rem
}

.footer_acoordian .collapse.show::before,
.footer_acoordian .collapsed::before {
    color: #fff;
    float: right;
    font-family: FontAwesome;
    font-size: 12px;
    height: 25px;
    padding: 0;
    line-height: 25px;
    display: block;
    transition: all 1s ease 0s;
    width: 25px;
    text-align: center;
    position: absolute;
    right: 0;
    transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all 1s cubic-bezier(.905, .395, .12, .55)
}

.footer_acoordian .collapse.show::before {
    border-radius: 50%;
    content: "\f068";
    font-weight: 100;
    font-family: FontAwesome;
    margin: -2.2rem 1rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all 1s cubic-bezier(.905, .395, .12, .55)
}

@media screen and (max-width:768px) {
    .footer_desktop {
        display: none
    }
    .mobile_footeracordian {
        display: block
    }
}

.footer_call {
    position: fixed;
    z-index: 9;
    bottom: 2%;
    left: 3%;
    display: none;
    z-index: 999;
}

.footer_call .fa.fa-phone {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ed0808;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
}

.relatedlocationist ul {
    padding: 0
}

.relatedlocationist ul li {
    float: left;
    margin: 0 5px 8px 0
}

.relatedlocationist ul li a {
    font-size: 12px;
    color: #848282;
    padding: 5px 6px;
    display: inline-block;
    background: #fff;
    line-height: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #efefef
}

.relatedlocationist ul li a:hover {
    border-color: #b3adad;
    color: #717070;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.footer_social_list {
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center
}

.footer_social_list>li {
    margin-right: 13px
}

.footer_social_list>li>a {
    background: #676262;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    transition: all .5s ease-in-out
}

.footer_social_list>li>a:hover {
    transition: all .5s ease-in-out;
    transform: scale(1.1)
}

.quotes {
    text-align: left;
    padding-left: 70px;
    padding-right: 70px;
    line-height: 15px;
    font-size: 12px;
    font-weight: 500
}

.quote_left .fa.fa-phone-square {
    font-size: 40px;
    color: #2389f2
}

.quote_right p {
    padding: 0
}

.quote_right p a {
    font-size: 18px;
    display: block;
    color: #2389f2;
    font-weight: 500
}

.quote_right span {
    font-size: 10px;
    display: block;
    color: #3b3b3b;
    font-weight: 500
}

.overallquotes {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.quote_left {
    text-align: center;
    padding-right: 10px
}

.quote_right {
    text-align: left;
    padding-right: 5px
}

.batchday {
    line-height: 20px;
    color: #4c4747;
    font-weight: 500;
    text-transform: capitalize;
    position: relative
}

.batchday i {
    display: block;
    font-size: 10px;
    color: #2389f2;
    text-transform: uppercase;
    font-weight: 500
}

.batchtime {
    line-height: 20px;
    color: #4c4747;
    font-weight: 500
}

.batchtime i {
    display: block;
    font-size: 11px;
    color: #f5585b;
    font-weight: 500
}

#toTop {
    position: fixed;
    bottom: 5%;
    display: none;
    cursor: pointer;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px
}

#toTop i {
    font-size: 18px;
    display: block;
    width: 35px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    background-image: linear-gradient(to left, #248de4, #0c5397);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

#toTop i:hover {
    font-size: 22px;
    line-height: 25px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

#toTop span {
    display: block;
    font-size: 14px;
    text-align: center;
    position: relative;
    width: 100%;
    right: 0;
    color: #609af4;
    top: 10px;
}

.footerlist li {
    position: relative
}

.footerlist li a {
    display: inline-block;
    line-height: 20px;
    padding: 3px 0;
    color: #bdbaba;
    font-size: 13px;
    transition: .5s;
    -webkit-transition: .5s
}

.footerlist li::before {
    content: "-";
    color: #bdbaba;
    margin-right: 10px;
    font-size: 16px;
    position: absolute;
    top: 5px;
    left: -10px
}

.showmore_content {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.showmore_trigger {
    width: 100%;
    height: 45px;
    line-height: 45px;
    cursor: pointer
}

.showmore_trigger span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #2389f2;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 500;
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .main_menu .navbar-nav .nav-item .nav-link {
        padding: 28px 10px
    }
    .t_head_list ul li {
        margin: 10px 13px;
        font-size: 12px
    }
    .request_quotation {
        margin: -30px 20px
    }
}

@media screen and (min-width:1000px) and (max-width:1199px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
    .t_head .container-fluid {
        padding-left: 50px;
        padding-right: 50px
    }
    .t_head_list ul li {
        margin: 10px 8px;
        font-size: 12px
    }
    .t_head_list ul li::after {
        right: -10px
    }
    .main_menu .navbar-nav .nav-item .nav-link {
        font-size: 13px;
        padding: 25px 6px
    }
    .main_menu .dropdown-item {
        font-size: 13px
    }
    .bt_recomentmenus .dropdown-toggle.nav-link {
        font-size: 11px!important
    }
    .bt_recomentmenus>.dropdown-menu .nav-item .dropdown-item {
        font-size: 12px!important
    }
    .bt_recomentmenus>.dropdown-menu {
        width: 690px
    }
    section {
        padding: 20px 0
    }
    .batchdate::after {
        position: absolute;
        right: 0
    }
    .batchdate i {
        font-size: 14px;
        margin: 0 5px
    }
    .batchdate {
        font-size: 14px
    }
    .batchday i {
        font-size: 10px
    }
    .batch_btn {
        padding: 8px 10px;
        font-size: 13px
    }
    .batchdate {
        font-size: 12px
    }
}

@media screen and (min-width:1000px) and (max-width:1030px) {
    .t_head .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
    .t_head_list ul li {
        font-size: 11px
    }
}

@media screen and (min-width:992px) and (max-width:999px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
    .main_menu .navbar-nav .nav-item .nav-link {
        font-size: 12px;
        padding: 28px 9px
    }
    section {
        padding: 20px 0
    }
}

@media screen and (max-width:992px) {
    .quote_left .fa.fa-phone-square {
        font-size: 26px
    }
    .footer_nav h6 {
        font-size: 16px
    }
    .foo_navlist span {
        font-size: 12px
    }
    .footer_copy p {
        font-size: 12px
    }
    .footer_row {
        padding: 20px 0
    }
}

@media screen and (max-width:991px) {
    .t_head {
        display: none
    }
    .container-fluid {
        padding-right: 12px;
        padding-left: 12px
    }
    header {
        height: auto;
        display: block
    }
    .logo {
        width: 50%
    }
    ul.main_menu>li>a {
        pointer-events: none
    }
    .main_menu .navbar-nav {
        display: block
    }
    .bt_recomentmenus>.dropdown-menu {
        width: auto!important
    }
    .bt_recomentmenus>.dropdown-menu .nav-item {
        float: none!important;
        min-width: 100%!important
    }
    .bt_recomentmenus>.dropdown-menu .nav-item .dropdown-item {
        color: #fff!important
    }
    .bt_recomentmenus .dropdown-toggle.nav-link {
        padding: 10px 10px!important
    }
    .main_menu .dropdown-menu a {
        padding: 10px 15px 10px 20px!important
    }
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:focus,
    .dropdown-menu>.active>a:hover {
        background-color: #0864a8
    }
    .dropdown-menu a {
        border-bottom: 1px solid #0f72bb!important
    }
    .dropdown-toggle::after {
        position: absolute;
        right: 20px;
        top: 23px
    }
    .dropdown-menu .dropdown-toggle::after {
        position: absolute;
        right: 20px;
        top: 20px;
        transform: rotate(90deg);
        color: #fff
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #fff!important;
        text-align: left;
        list-style: none;
        background-color: #0f7ccc!important;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem
    }
    .main_menu .navbar {
        padding: 0;
        display: block;
        width: auto;
        height: auto;
        background: #0c1923;
        margin-top: 0
    }
    .main_menu .dropdown-item {
        color: fff!important;
        border-bottom: 1px solid #086eb9
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0;
        font-size: 14px
    }
    .main_menu .navbar-toggler {
        padding: .15rem .5rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #0c1923;
        border: 1px solid #0c1923;
        border-radius: 0;
        float: right;
        width: auto;
        position: relative;
        margin-top: -45px;
        margin-right: 30px
    }
    .main_menu .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }
    .main_menu .nav-item {
        margin: 0 0
    }
    .no_padding {
        padding: 0
    }
    .main_menu .navbar-nav .nav-item .nav-link {
        padding: 15px 10px;
        color: #fff;
        border-bottom: 1px solid #424242
    }
    .main_menu .navbar-nav .nav-item .nav-link:hover {
        background: #252525;
        background: rgba(255, 255, 255, .1);
        color: #fff
    }
    section {
        padding: 15px 0
    }
    .common_row {
        margin: 10px 0 0
    }
}

@media screen and (max-width:767px) {
    .thiru_schedule li {
        padding: 10px 3px
    }
    .batch_btn {
        display: none
    }
    p {
        line-height: 25px;
        text-align: left;
        font-size: 14px
    }
    .left_div::after {
        display: none
    }
    .offer_head .container-fluid {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .t_head_offer p {
        font-size: 10px;
        padding: 5px 35px 5px 20px;
        line-height: 18px;
        text-align: left
    }
    .offer_btns {
        font-size: 10px
    }
    .on_discount {
        font-size: 12px
    }
    .show_hide {
        right: 5%
    }
    .show_hide i {
        color: #0776be
    }
    .lazy.lazy-loaded {
        width: 100%;
        height: 100%
    }
    html {
        overflow-x: hidden
    }
    body {
        overflow-x: hidden
    }
    .main_menu .navbar-nav .nav-item .nav-link {
        padding: 15px 10px!important
    }
    .contact-Enq {
        display: none
    }
    .logo {
        width: 70%
    }
    .quotes {
        padding-left: 70px;
        padding-right: 70px
    }
    .footer_call {
        display: block
    }
    .fixed_widgets {
        height: 40px;
        line-height: 40px
    }
    .cb_box_inner a {
        font-size: 12px
    }
    .cb_box_inner i {
        font-size: 20px!important;
        top: 2px
    }
    .fixed_box span {
        margin: 0 0;
        font-size: 11px;
        padding: 0 10px
    }
    .fixed_box span::after {
        display: none
    }
    .main_menu .navbar-toggler {
        padding: .05rem .3rem;
        margin-top: -40px
    }
    .footerlist li a {
        line-height: 15px
    }
    .copy p {
        text-align: center
    }
    ul {
        padding-left: 10px
    }
    .header_login {
        display: none
    }
    .footer-social {
        display: block
    }
    footer {
        padding: 20px 0 50px
    }
    #toTop {
        bottom: 3%
    }
    #toTop span {
        display: none
    }
    .social_list {
        justify-content: center
    }
    .footer-social ul {
        display: block;
        margin: 0;
        height: auto
    }
    .row.common_tags {
        margin-top: 20px
    }
    .footer_copy p {
        font-size: 11px;
        line-height: 20px20px
    }
    .batchday::after {
        display: none
    }
    .batchday i {
        font-size: 9px
    }
    .batchtime {
        width: 50%;
        font-size: 12px;
        line-height: 15px;
        margin: 0 5px;
     
    }
    .batchtime i {
        font-size: 9px;
        line-height: 12px
    }
}

@media only screen and (min-device-width:300px) and (max-device-width:640px) and (orientation:landscape) {
    .b_dates span {
        font-size: 12px;
        min-width: 70px
    }
}

.bt_train_locmap {
    background: #f3f8fd
}

.bt_neartitle>h2 {
    font-weight: 500;
    font-size: 18px
}

.bt_addressbox {
    height: 300px;
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 0 0 rgb(36 38 47 / 10%), 0 4px 6px 0 rgb(0 0 0 / 6%);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: .3s ease-in-out
}

.bt_addressbox:hover {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.bt_addressbox-details h3 {
    font-weight: 500;
    padding: 0 0 15px 0;
    font-size: 15px;
    color: #66686f;
    line-height: 20px;
    position: relative;
    margin-bottom: 20px;
}

.bt_addressbox-details h3::after {
    content: "";
    background: #4095ec;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgb(76 215 200 / 30%)
}

.adresseditor-content p {
    margin: 5px 0 5px 0;
    line-height: 23px;
    font-size: 14px;
    color: #545454;
    text-align: center;
}

.adresseditor-content .addland {
    margin: 5px 0 5px 0;
    line-height: 22px;
    font-size: 13px;
    color: #545454;
    text-align: center;
    word-spacing: 0;
    letter-spacing: 0;
    display: block
}

.adresseditor-content .addland>strong {
    display: block
}

.bt_addressbox .bt_add_view {
    position: relative;
    margin: 0rem auto;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    color: #2389f2;
    align-items: center;
    justify-content: center;
}

.bt_addressbox .bt_add_view::after {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 14px;
    padding-left: 15px
}

.bt_addressbox .bt_add_view::before {
    content: "";
    background-image: url(https://www.besanttechnologies.com/wp-content/uploads/2021/08/location_icons1.png);
    position: relative;
    top: 0;
    left: -5px;
    width: 35px;
    height: 35px;
    display: block;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat
}

.chennai_footerlist {
    padding: 0
}

.chennai_footerlist li {
    display: inline-block;
    margin: 0 5px 5px 0
}

.chennai_footerlist li a {
    font-size: 13px;
    color: #bdbaba;
    border-right: 1px solid #908d8d;
    padding: 0 5px 0 0;
    line-height: 22px;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s
}

.chennai_footerlist li:last-child a {
    border-right: none
}

.chennai_footerlist li a:hover {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s
}

.chennailinks>p {
    font-size: 12px;
    line-height: 20px;
    padding: 3px 0;
    color: #bdbaba;
}

.btbatch_schedule {
    padding: 2rem 0;
    background: #f3f8fd
}

.btchschedulenew {
    background: #fff;
    box-shadow: 0 1px 0 0 rgb(36 38 47 / 10%), 0 4px 6px 0 rgb(0 0 0 / 6%);
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 20px 0
}

.bt_dd {
    height: 330px;
    width: 320px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 0 0 rgb(36 38 47 / 10%), 0 4px 6px 0 rgb(0 0 0 / 6%);
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    margin: 20px auto;
    border: 1px solid #ddd
}

.bt_ddthumbnail {
    padding: 15px 0
}

.bt_ddthumnbaildetails h3 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
    padding: 15px 0 20px 0;
    font-size: 16px;
    color: #66686f;
    line-height: 25px;
}

.bt_ddthumnbaildetails p {
    margin: 13px 0 13px 0;
    line-height: 20px;
    font-size: 13px;
    color: #696666;
    text-align: center;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 25px;
}

.bt_ddbtns {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center
}

.btn-demo {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    background: #4095ec;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 10%);
    border-radius: 3px;
    height: 40px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    text-transform: capitalize;
    border: 0 none;
    padding: 15px 15px 15px 15px;
    line-height: 14px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    margin: 15px 10px
}

.btn-demo:hover {
    background-color: #2b85e0;
    border: 0 none;
    box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.bt_coursetitle {
    position: relative;
    padding-bottom: 20px;
    text-align: left;
    margin-bottom: 30px
}

.bt_coursetitle::before {
    content: ' ';
    background: #4095ec;
    box-shadow: 0 4px 8px 0 rgb(76 215 200 / 30%);
    width: 44px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0
}

.bold {
    font-weight: 500;
    color: #fd0f67;
    font-size: 14px;
}

.external_link {
    font-weight: 500;
    color: #0b50ea;
    font-size: 14px;
    position: relative;
    text-decoration: underline;
    padding: 0 5px
}

.external_link:hover {
    text-decoration: underline
}

.external_link::after {
    content: "\f08e";
    font-family: FontAwesome;
    margin-left: 4px;
    font-size: 9px;
    color: #fd2f0e
}

.static_title,
.static_title-center {
    position: relative;
    margin-bottom: 20px
}

.static_title-center {
    text-align: center
}



.static_title::before {
    content: ' ';
    background: #4095ec;
    box-shadow: 0 4px 8px 0 rgb(76 215 200 / 30%);
    width: 45px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0
}

.static_title-center::before {
    content: ' ';
    background: #4095ec;
    box-shadow: 0 4px 8px 0 rgb(76 215 200 / 30%);
    width: 45px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.static_banners {
    background-image: linear-gradient(to right, #1147ac, #154bb6, #194ebf, #1e52c9, #2355d3, #2556d9, #2757e0, #2958e6, #2857ea, #2857ee, #2856f2, #2955f6);
    position: relative;
    height: initial;
    display: flex;
    align-items: center;
    padding-bottom: 4rem
}

.static-overlay {
    opacity: .2;
    background: rgba(0, 0, 0, .2);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.static_baner_shapes img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 20%;
    bottom: -2px;
}

.static_breadcrums {
    padding: 10px 0
}

.static_breadcrums #staticbreadcrumbs span,
.static_breadcrums #staticbreadcrumbs span a {
    color: #fff;
    font-size: 12px;
}

.static_breadcrums #staticbreadcrumbs span.breadcrumb_last {
    font-weight: 500
}

.static_breadcrums .breadcrumb_last {
    color: #fbeb55
}

.static_banners_content {
    text-align: left;
    padding: 1rem 0;
    height: 100%;
    position: relative;
    z-index: 1
}

.static_banners_title h1 {
    color: #fff;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    padding-top: 0
}

.static_banners_title .static_content {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 26px;
    opacity: 1;
    word-spacing: 0;
    padding-bottom: 10px;
    text-align: left
}

.static_starwraper {
    display: inline-block;
    margin: 10px 0
}

.static_starwraper>.btcus_badge {
    margin-right: 5px;
    display: inline-block;
    background: #fb0883;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 5px;
    position: relative;
    font-weight: 500;
    color: #fff
}

.static_starwraper>span.fa.fa-star.filled {
    font-size: 14px;
    color: #fed524
}

.static_starwraper>span.btratingtitle {
    font-size: 12px;
    font-weight: 500;
    color: #fff
}

.static_banerbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dedcdc
}

.static_banerbtn>.btn.btn-default {
    padding: 10px 10px 10px;
    font-size: 12px;
    text-transform: capitalize;
    min-width: 120px;
    height: 40px;
    border-radius: 3px;
    font-weight: 500;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a.btn.btn-default.static-effect {
    background: #2389f2;
    color: #fff;
    margin-right: 10px
}

a.btn.btn-default.static-light {
    background: #f7941d;
    color: #fff
}

a.btn.btn-default.static-effect:focus,
a.btn.btn-default.static-effect:hover {
    background: #0b72e6;
    color: #fff;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a.btn.btn-default.static-light:focus,
a.btn.btn-default.static-light:hover {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    background: #e88814;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.typeclass {
    position: relative;
    font-size: 11px;
    font-weight: 400;
    background: #3f4246;
    display: inline-block;
    padding: 5px 12px 5px 20px;
    line-height: 13px;
    border-radius: 10px;
    color: #fff;
    margin: 5px 0 0 15px
}

.typeclass::before {
    content: "";
    background: red;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    border-radius: 50%;
    margin-right: 0
}

.callsec {
    margin: 2rem 0 0 0;
    border-top: 1px solid #e6e4e4;
    padding: 1rem 0
}

.callsec a {
    font-size: 14px;
    text-align: center;
    display: block;
    color: #333
}

.callsec a span {
    position: relative
}

.callsec a span::before {
    content: "\f095";
    font-family: FontAwesome;
    background: #000;
    color: #fff;
    width: 25px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    border-radius: 50%
}

.static_quick {
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
    background: #e7f4f9;
    padding: 10px;
    border-radius: 3px
}

.quick_high {
    display: flex;
    align-items: center;
    width: 100%
}

.quick_high>.quick_hightitle {
    font-size: 14px;
    margin: 0 5px;
    font-weight: 500;
    line-height: 20px
}

.quick_high>.icc {
    font-size: 18px;
    margin-right: 5px;
    color: #2389f2
}

.static_enroll>a {
    background: #f7941d;
    display: flex;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border: 2px solid #f7941d;
    transition: all .5s ease-in-out
}

.static_enroll>a:focus,
.static_enroll>a:hover {
    color: #f7941d;
    text-decoration: none;
    border: 2px solid #f7941d;
    background: #fff;
    text-decoration: none
}

.servicebox {
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    border-bottom: 3px solid #0689d2;
    margin-bottom: 1rem;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.servicebox:hover {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.static_servicesimg {
    background-image: url(../images/key_services.webp);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px
}

.ser_icon1 {
    background-position: -50px 0
}

.ser_icon2 {
    background-position: -8px 0
}

.ser_icon3 {
    background-position: -95px 0
}

.ser_icon4 {
    background-position: -135px 0
}

.ser_icon5 {
    background-position: -8px -37px
}

.ser_icon6 {
    background-position: -53px -37px
}

.ser_icon7 {
    background-position: -92px -37px
}

.ser_icon8 {
    background-position: -138px -37px
}

.ser_icon9 {
    background-position: -8px -75px
}

.ser_icon10 {
    background-position: -53px -75px
}

.ser_icon11 {
    background-position: -95px -75px
}

.ser_icon12 {
    background-position: -135px -75px
}

.static_servicestext h4 {
    padding: 0;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
}

.static_servicestext h4>span {
    display: block
}

.satic_introvideo_wrapper {
    height: auto;
    background: rgba(255, 255, 255, .97);
    border-radius: 3px;
    position: relative;
    z-index: 1;
    width: 90%;
    border: 1px solid #c3c3c3;
    box-shadow: 0 0 12px rgb(0 0 0 / 50%);
    margin: 0 auto;
    padding-bottom: 0
}
.online_advicer {
    padding-bottom: 5%;
}
.static_intro-assets a {
    display: block;
    height: 100%;
    position: relative
}

.static_intro-assets {
    position: relative
}

.static_intro_overlays {
    opacity: 1;
    background: #0009;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.satic_introvideo {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.static_intrivideoicon {
    width: auto;
    height: 60px;
    z-index: 1;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.static_intrivideoicon i {
    color: #2389f2;
    font-size: 20px;
    text-align: center;
    margin: 0;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    background: #fff;
    border-radius: 50%
}

.static_intrivideoicon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    background: #b3d0ff;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    right: 0;
    margin: 0 auto
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.static_introvideoblock .intro-text {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}

.static_keylist {
    padding: 0;
    margin: 1rem 0;
    column-count: 2
}

.static_skilllist {
    padding: 0;
    margin: 0 0
}

.static_keylist li,
.static_skilllist li {
    font-size: 14px;
    line-height: 28px;
    padding: 0 0 10px 1.5em;
    position: relative;
    color: #2e3d49;
}

.static_keylist li:after,
.static_skilllist li:after {
    content: '';
    height: .4em;
    width: .4em;
    background: #4095ec;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: 5px
}

.static_skills {
    margin: 0 auto;
    display: block;
    position: sticky;
    top: 20px
}

.static_tootlscoverd>.showmore_content {
    margin-bottom: 10px
}

.static_tootlscoverd>.showmore_trigger {
    height: 25px;
    line-height: 25px
}

.static_tootlscoverd>.showmore_trigger>span {
    display: inline-block;
    border: none;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline
}

.static_trainingmode {
    background-color: #ebf1f8;
    padding: 2rem 0
}

.static_tmodebox {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.static_tmodebox:hover {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.stthumbnail-details {
    padding: 0 10px
}

.stcourse-thumbnail img {
    border: 1px dotted #4095ec;
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    background: #f3f7fb
}

.stcourse-thumbnail h3 {
    border-bottom: 1px solid #f5efef;
    font-weight: 500;
    padding: 5px 0 10px 0;
    font-size: 15px;
    color: #66686f;
    line-height: 20px;
}

.stthumbnail-details>.editor-content {
    height: 110px;
    overflow: hidden
}

.stthumbnail-details>.editor-content>p {
    margin: 10px 0 10px 0;
    line-height: 20px;
    font-size: 13px;
    color: #737171;
    text-align: center;
}

.static_tmodebox button.btn.btn-success.btn-block {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    background-image: linear-gradient(to right, #0f35f3, #23b7ca);
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
    height: 35px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    text-transform: capitalize;
    border: 0 none;
    padding: 10px 10px 10px 10px;
    line-height: 14px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.static_tmodebox button.btn.btn-success.btn-block:hover {
    background-color: #2b85e0;
    border: 0 none;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.static_tmodebox>.preferable {
    background: #e64143 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: 60px;
    left: -90px;
    padding: 40px 40px 15px 55px;
    position: absolute;
    top: -12px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 200px;
    font-weight: 600
}

.static_tmodebox>.question-icon {
    position: absolute;
    top: 20px;
    right: 20px
}

.static_tmodebox .icon-question {
    font-size: 20px;
    color: #ddd
}

.static_tmodebox ul.pop_list {
    padding: 0
}

.static_tmodebox .pop_list li {
    font-size: 13px;
    padding: 5px 0;
    line-height: 22px;
    color: #524f4f;
    position: relative;
    display: flex
}

.static_tmodebox .pop_list li::before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 8px;
    font-size: 14px;
    color: #585555
}

h3.popover-header {
    font-size: 14px;
    background: #fff;
}

.static-tab-left {
    width: 45%;
    float: left
}

.static-tab-right {
    width: 50%;
    float: left
}

.tabbed-content {
    max-width: 100%;
    margin: 1em auto;
    display: inline-block;
    width: 100%
}

.static_scrolltab {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0 0 12px rgb(0 0 0 / 50%)
}

.tabbed-content .tabs ul h3 {
    padding:10px 20px;
    font-size: 16px;
    background: #bad4f7;
    cursor: no-drop;
    line-height: 25px
}

.tabbed-content .tabs ul {
    border: 0 solid #ccc;
    padding: 0 0;
    box-shadow: 0 0 12px rgb(0 0 0 / 50%);
    border-radius: 0;
    position: relative
}

.static_scrolltab::-webkit-scrollbar-track,
.thiru_statictab::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.static_scrolltab::-webkit-scrollbar,
.thiru_statictab::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

.static_scrolltab::-webkit-scrollbar-thumb,
.thiru_statictab::-webkit-scrollbar-thumb {
    background-color: #848181
}

.tabbed-content .tabs ul li {
    background: #fff;
    position: relative
}

.tabbed-content .tabs ul li a {
    padding: 24px 20px;
    position: relative;
    color: #002c44;
    font-weight: 500;
    font-size: 14px;
}

.tabbed-content .tabs ul li a:after {
    content: "";
    border-bottom: 1px solid #dcdada;
    position: absolute;
    height: 1px;
    width: 95%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.tabbed-content .tabs ul li a.active {
    background: #045bb3;
    color: #f9f9f9
}

.tabbed-content .tabs ul li a.active::after {
    display: none
}

.tabbed-content .tabs ul li a .spanbg {
    float: right;
    background: #0c7cec;
    padding: 3px 6px 4px 6px;
    color: #fff;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500
}

.tabbed-content .tabs ul li a.active .spanbg {
    border: 1px solid #fff;
    background: #0000
}

.tabbed-content .tabs ul li a.active::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid #0000;
    border-bottom: 16px solid #0000;
    border-left: 16px solid #045bb3;
    position: absolute;
    right: -15px;
    top: 15px
}

.tabbed-content .item::before {
    cursor: pointer;
    font-weight: 500;
    background: #0b68c6;
    padding: 12px 13px;
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #fff
}

.tabbed-content .item.active::before {
    background: #444;
    color: #eee
}

.tabbed-content .item.active .item-content {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.staticdownload {
    display: inline-block;
    padding: 8px 13px;
    background: #0c7cec;
    border-radius: 3px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0;
    border: 1px solid #0c7cec;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.staticdownload:hover i {
    color: #e2574c;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.staticdownload:hover {
    background: #fff;
    color: #0c7cec;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.staticdownload>i {
    font-size: 14px;
    margin-right: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out
}
.static_syllabus_content a{
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 5px 8px 0;
    line-height: 20px;
    font-weight: 500;
}
@media all and (min-width:800px) {
    .tabbed-content .item.active .item-content {
        padding-top: 0
    }
}

.listpoint {
    padding:10px 0 0 0
}

.listpoint li {
    position: relative;
    list-style: none;
    color: #414042;
    font-size: 15px;
    padding: 0 0 10px 1.5em;
    line-height: 26px
}

.listpoint li:after {
    content: '';
    height: .5em;
    width: .5em;
    background: #1881ec;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    left: 0
}

.tabbed-content .tabs {
    display: none
}

.tabbed-content .item::before {
    content: attr(data-title)
}

.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    background: #f8fafc;
    margin: 5px 0 0 80px;
    position: relative;
    width: 100%
}

.tabbed-content .item .item-content .thiru_statictab {
    padding: 20px 40px;
    position: absolute;
    background: #f4f4f5;
    width: 100%;
    top: 0;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 2px 16px rgb(0 0 0 / 8%)
}

.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto
}

@media all and (min-width:800px) {
    .tabbed-content .tabs {
        display: block
    }
    .tabbed-content .tabs li {
        display: inline-block
    }
    .tabbed-content .tabs li a {
        display: block
    }
    .tabbed-content .item {
        min-height: 0;
        position: relative
    }
    .tabbed-content .item::before {
        display: none
    }
    .tabbed-content.tabs-side .tabs li {
        display: block
    }
}

.static_projectwraper {
    display: flex;
    width: 100%;
    border: 1px solid #d2d6de;
    border-radius: 0 0 12px 12px;
    height: 100%;
    margin-bottom: 1rem;
    box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.static_projectwraper:hover {
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 6px 10px 0 rgb(0 0 0 / 14%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.static_projectwraper .static_project_thumb {
    width: 40%;
    padding: 10px;
    height: 100%;
    background: #ebf1f8;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0 0 12px 12px
}

.static_projectwraper .static_project_thumb img {
    width: 100%
}

.static_projectwraper .static_projectblock {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%
}

.static_projectwraper .static_projectblock .static_projecttitle {
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #f3f3f3
}

.static_projectwraper .static_projectblock .static_projecttitle .project_tag {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    display: inline-block;
    color: #fff;
    background: #2389f2;
    padding: 3px 13px;
    border-radius: 10px
}

.static_projectwraper .static_projectblock .static_projecttitle h3 {
    font-size: 13px;
    line-height: 20px;
    color: #524f4f;
    font-weight: 500
}

.static_projectwraper .static_projectblock .static_projectdesc {
    padding: 0
}

.static_projectwraper .static_projectblock .static_projectdesc p {
    font-size: 13px;
    word-spacing: 0;
    line-height: 20px;
}

.static_projectwraper .static_projectblock .static_projectdesc .showmore_content {
    margin-bottom: 0
}

.static_projectwraper .static_projectblock .static_projectdesc .showmore_trigger {
    height: 35px;
    line-height: 35px
}

.static_projectwraper .static_projectblock .static_projectdesc .showmore_trigger span {
    border-bottom: none;
    font-size: 12px;
    font-weight: 500
}

.staticprgam_wraper {
    padding: 30px 0;
    background-image: url(../images/programschedule.webp);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative
}

.staticprgam_wraper-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #0c7cec33
}

.spl-0 {
    padding: 0
}

.DateBlock>.batchblock>.thiru_schedule>li {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
    margin: 25px 8px;
    border: 2px solid #14a8ae;
    position: relative;
    width: 47%;
    float: left
}

.dateblck1>.batchblock>.thiru_schedule>li {
    width: 94%
}

.DateBlock>.batchblock>.thiru_schedule>li>.scherow {
    display: block;
    width: 100%
}

.DateBlock>.batchblock>.thiru_schedule>li>.scherow>.batchdate,
.DateBlock>.batchblock>.thiru_schedule>li>.scherow>.batchday,
.DateBlock>.batchblock>.thiru_schedule>li>.scherow>.batchtime {
    width: 100%;
    display: block;
    margin: 0;
    padding: 8px 0
}

.DateBlock>.batchblock>.thiru_schedule>li>.scherow>.batchdate {
    position: absolute;
    top: -15px;
    background-color: #0c7cec;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    width: auto;
    line-height: 15px;
    font-weight: 500;
    font-size: 12px
}

.DateBlock>.batchblock>.thiru_schedule>li>.scherow>.batchdate::after,
.DateBlock>.batchblock>.thiru_schedule>li>.scherow>.batchday::after {
    display: none
}

.DateBlock>.batchblock>.thiru_schedule>li>.scherow>.batchday {
    font-size: 14px;
    border-bottom: 1px solid #f3eded;
}

.DateBlock>.batchblock>.thiru_schedule>li>.scherow>.batchday>i,
.DateBlock>.batchblock>.thiru_schedule>li>.scherow>.batchtime>i {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 11px
}

.DateBlock>.batchblock>.thiru_schedule>li>.scherow>.batchtime {
    font-size: 14px;
}

.DateBlock>.batchblock>.thiru_schedule>li>.scherow>.batch_btn {
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -20px;
    width: 85%;
    background-image: linear-gradient(to right, #0f35f3, #23b7ca);
    color: #fff;
    border-radius: 30px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: none;
    border: none;
    padding: 8px 20px;
    line-height: 20px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500
}

.static_custombatch {
    background-color: #fff;
    padding: 13px 15px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
    margin: 5px 0;
    border: 2px solid #149cae;
    position: relative;
    display: inline-block
}

.static_custombatch>span.fa.fa-calendar-check-o {
    font-size: 16px;
    color: #21a6d0;
    font-weight: 500;
    margin-right: 5px
}

.static_custombatch>.timingtitles {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.static_custombatch>.static_custombatchbtn {
    display: inline-block;
    padding: 5px 10px;
    background: #0c7cec;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #0c7cec;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0 10px
}

.static_custombatch>.static_custombatchbtn:hover {
    background: #fff;
    color: #0c7cec;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.static_certi_title {
    display: flex;
    align-items: center
}

.static_certi_title>span {
    display: inline-block;
    width: 30px;
    height: 50px;
    text-align: center;
    margin-right: 10px;
    margin-top: -5px
}

.certificateSlide {
    display: block;
    margin: 1rem 0
}

.certificateSlide img {
    float: left;
    margin: 10px 35px 45px 0;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    width: 340px;
    box-shadow: 20px 20px 40px rgb(0 0 0 / 20%);
    border: 2px solid #f77b3b;
    padding: 5px;
    background: #f7f2ef;
    top: 10px
}

.certificateSlide .cerContent {
    background-color: #f1f4f7;
    color: #fff;
    padding: 30px;
    position: relative;
    top: 30px;
    border-radius: 0 100px 100px 0
}
.certificateSlide .cerContent p {
    font-size: 13px;
    line-height: 25px;
    padding: 10px 0;
}
.certificateSlide .cerContent_btn {
    margin: 5px 0
}
.certificateSlide .cerContent_btn a {
    display: inline-block;
    font-size: 13px;
    background: #fe8c00;
    background: -webkit-linear-gradient(to left, #f83600, #fe8c00);
    background: linear-gradient(to left, #f83600, #fe8c00);
    padding: 12px 15px;
    color: #fff;
    border-radius: 3px;
    margin: 8px 20px 0 0;
    font-weight: 500;
    box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;
}
.static_comnwraper {
    background: #0f77a8;
    padding: 30px 0
}
.thiru-row {
    width: 80%;
    margin: 0 auto
}
.static_aallabt_wrapper {
    padding: 1.25rem;
    background: #eee;
    border-radius: 20px;
    margin: 1rem 0
}
.static_aallabt_wrapper h2 {
    font-size: 18px;
    line-height: 22px
}
.static_aallabt_wrapper p {
    height: 170px;
    overflow-y: scroll;
    font-size: 13px;
    overflow-x: hidden;
    line-height: 23px;
}
.static_aallabt_wrapper p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}
.static_aallabt_wrapper p::-webkit-scrollbar {
    width: 0;
    background-color: #f5f5f5
}
.static_aallabt_wrapper p::-webkit-scrollbar-thumb {
    background-color: #848181
}
.static_alumnislider {
    text-align: left
}
.static_alumnislider>span {
    display: inline-block;
    margin: 0 8px 8px 0
}

.static_alumnislider>span>img {
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.static_alumnislider>span>img:hover {
    transform: scale(1.05);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.static_testi_box {
    margin-bottom: 20px
}

.static_testi_box .roundedBoxBlue {
    border-radius: 20px;
    padding: 20px 20px 30px;
    background-color: #4095ec;
    color: #f2f2f2
}
.roundedBoxBlue a b {
    color: #ff0;
    text-decoration: underline;
}
.static_testi_box .roundedBoxBlue p {
    color: #fff;
    word-spacing: 0;
    line-height: 23px;
    font-size: 14px
}

.static_testi_box .roundedBoxBlue>.showmore_content {
    margin-bottom: 0
}

.static_testi_box .roundedBoxBlue>.showmore_trigger {
    height: auto;
    line-height: inherit;
    width: auto
}

.static_testi_box .roundedBoxBlue>.showmore_trigger>span {
    display: inline-block;
    border: none;
    float: right;
    color: #ff0;
    text-transform: capitalize;
    font-size: 10px;
}

.static_testi_box .imguser {
    margin: -20px auto 0;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    display: table;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 3px solid #fff
}

.static_testi_box .imguser img {
    border-radius: 50%
}

.static_testi_details p {
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #7c7e82
}

.static_trainerwraper {
    background: #f1f4f7;
    padding: 2rem 0
}

.static_instructor_pic {
    margin-bottom: 10px
}

.static_instructor_pic>img {
    border-radius: 50%;
    display: block;
    border: 4px solid #d4d4d4
}

.static_instructor_title>p {
    font-size: 13px;
    word-spacing: 0;
    line-height: 23px;
    font-weight: 400;
    padding: 5px 0
}

.static_instructor_title>p>span {
    font-weight: 500;
    min-width: 83px;
    display: inline-block;
    font-size: 14px;
}

.static_instructor_desc {
    position: relative
}

.static_instructor_desc::before {
    content: "";
    background: #dfe0e0;
    position: absolute;
    width: 1px;
    height: 80%;
    left: -30px;
    top: 10%;
    display: flex;
    align-items: center;
    transform: translateY(0)
}

.static_instructor_desc>.showmore_content {
    margin-bottom: 0
}

.static_instructor_desc>.showmore_trigger {
    height: auto;
    line-height: inherit
}

.static_instructor_desc>.showmore_trigger>span {
    float: right;
    margin: 10px 0;
    border: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px solid;
}

.static_vide_testiwraper {
    background: #f1f4f7;
    padding: 3rem 0
}

.video-em {
    margin-bottom: 2rem;
    background: #fff;
    padding: 5px;
    border-radius: 10px
}

.youtube-player {
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    max-height: 1080px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin: 0 auto
}

.youtube-player>img {
    bottom: -100%;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: -100%;
    border-radius: 10px
}

.video-player-icons {
    height: 53px;
    width: 57px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background-image: url(../images/video_icons.webp);
    background-repeat: no-repeat
}

.static_video_allbtn {
    display: table;
    margin: 10px auto
}

.static_video_allbtn>a {
    display: inline-block;
    padding: 10px 15px;
    background: #0c7cec;
    border-radius: 3px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #0c7cec;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.static_video_allbtn>a:hover {
    background: #fff;
    color: #0c7cec;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.static_faqacordian {
    margin: 20px 0;
    width: 80%
}

.static_faqacordian .card {
    margin-bottom: 10px;
    border: 1px solid rgba(46, 91, 255, .09)!important;
    border-radius: 0
}

.static_faqacordian .card .card-header {
    padding: 0;
    background: #fff;
    border-bottom: none
}

.static_faqacordian .card .card-header .btn {
    display: block;
    width: 100%;
    text-align: left;
    padding: 13px 40px 13px 13px;
    line-height: 25px;
    font-size: 15px;
    color: #353942;
    font-weight: 400;
}

.static_faqacordian .card .card-header .btn:focus {
    box-shadow: none
}

.static_faqacordian .card .card-body,
.static_faqacordian .card-body p {
    color: #414042;
}

.static_faqacordian .card.active {
    border: 1px solid #b1b5fd!important;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.static_faqacordian .collapsed::before {
    content: "\f078";
    font-weight: 100;
    margin-top: 0;
    font-family: FontAwesome;
    margin: 0 1rem
}

.static_faqacordian .collapse.show::before,
.static_faqacordian .collapsed::before {
    color: #5e5e5e;
    float: right;
    font-family: FontAwesome;
    font-size: 12px;
    height: 25px;
    padding: 0;
    line-height: 25px;
    display: block;
    transition: all 1s ease 0s;
    width: 25px;
    text-align: center;
    position: absolute;
    right: 0;
    transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all 1s cubic-bezier(.905, .395, .12, .55)
}

.static_faqacordian .collapse.show::before {
    border-radius: 50%;
    content: "\f078";
    font-weight: 100;
    font-family: FontAwesome;
    margin: -3rem 1rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all 1s cubic-bezier(.905, .395, .12, .55)
}

.static_relatedwraper {
    background: #fcfdfd;
    padding: 10px 0
}

.static_relateditems {
    padding: 0
}

.static_relateditems li {
    display: inline-block
}

.static_relateditems li a {
    display: block;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #cfcfcf;
    font-size: 12px;
    font-weight: 400;
    color: #6d6b6b;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 4%);
    margin: 0 5px 8px 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.static_relateditems li a:hover {
    background: #4095ec;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.static_commonwraper {
    background-image: url(../images/besanttechnologies-career.webp);
    padding: 2rem 0;
    margin: 0rem 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative
}

.static_commonwraper::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #0f3a65cc;
    height: 100%
}

.static_common_widgets {
    text-align: center;
    width: 55%;
    margin: 0 auto
}

.static_common_widgets .static_commonspan {
    font-size: 18px;
    display: inline-block;
    line-height: 25px;
    font-weight: 500;
    color: #fff705;
}

.static_common_widgets .static_commontitle {
    font-size: 22px;
    font-weight: 500;
    color: #fcfeff;
    padding: 8px 0;
    line-height: 33px
}

.static_common_widgets .static_commontitle>span {
    color: #f7e80c;
    font-weight: 600
}

.static_common_widgets .static_commonpara {
    text-align: center;
    font-size: 16px;
    padding-top: 0;
    font-weight: 400;
    color: #fcfeff;
    word-spacing: 0;
}

.static_common_widgets .static_commonlink {
    padding: 10px 30px;
    background-color: #196ae5;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: table;
    margin: 15px auto;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    line-height: 22px;
    border-radius: 3px;
    box-shadow: rgb(149 157 165 / 20%) 0 8px 24px
}

.static_common_widgets .static_commonlink:hover {
    background-color: #196ae5;
    color: #fff;
    box-shadow: rgb(0 0 0 / 7%) 0 1px 2px, rgb(0 0 0 / 7%) 0 2px 4px, rgb(0 0 0 / 7%) 0 4px 8px, rgb(0 0 0 / 7%) 0 8px 16px, rgb(0 0 0 / 7%) 0 16px 32px, rgb(0 0 0 / 7%) 0 32px 64px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.staticscrollmenu_wraper {
    display: block;
    position: sticky;
    top: 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    z-index: 2;
    transition: all .3s ease
}

.static_secondmenu ul {
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.static_secondmenu ul li {
    margin-right: 10px
}

.static_secondmenu ul li a {
    display: block;
    line-height: 25px;
    padding: 13px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #51565e;
    border-bottom: 2px solid #0000
}

.static_secondmenu li:hover a {
    border-bottom-color: #fe5e08;
    color: #fe5e08;
    transition: all .4s ease-in-out
}
.static_contents_details h2{
    line-height: 35px;
    color: #fff;
}
.static_contents_details p{
    text-align: center;
     color: #fff;
   
}
.static_contents_details p a{
    font-weight: 500;
    color:#efff00;
    font-size: 14px;
}



.static_oveaccordian{
    margin: 1rem 0;
}
.static_oveaccordian > .accordion{
    box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
}
.static_oveaccordian .card{
    border: 1px solid #eae3e3;
    border-radius: 0;
}
.static_oveaccordian .card .card-header{
    padding: 0;
    margin-bottom: 0;
    border: none;
    background: #fff;
    margin-top: -1px;
}
.static_oveaccordian .card .card-header .btn{
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 40px 12px 20px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    border: none;
    line-height: 25px;
}
.static_oveaccordian .card .card-header .btn:focus{
    outline: 0;
    box-shadow: none;
}
.static_oveaccordian .card .card-body{
    padding: 10px;
    border-top: 1px solid #eae3e3;
}

.static_oveaccordian .collapsed::before {
    content: "\f055";
    top: 15px;
    right: 15px;
}

.static_oveaccordian .collapse.show::before,
.static_oveaccordian .collapsed::before {
    color: #64686b;
    font-family: FontAwesome;
    font-size: 18px;
    display: block;
    transition: all 1s ease 0s;
    text-align: center;
    position: absolute;
    transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all 1s cubic-bezier(.905, .395, .12, .55)
}

.static_oveaccordian .collapse.show::before {
    content: "\f056";
    top: 18px;
    right: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all 1s cubic-bezier(.905, .395, .12, .55)
}



.tools_coverd_accordian{
    margin: 2rem 0;
}
.tools_coverd_accordian .card{
    border: 1px solid #eae3e3;
    border-radius: 0;
    border-left: none;
    border-right: none;
}
.tools_coverd_accordian .card .card-header{
    padding: 0;
    margin-bottom: 0;
    border: none;
    background: #fff;
    margin-top: -1px;
}
.tools_coverd_accordian .card .card-header .btn{
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 40px 12px 20px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    border: none;
    line-height: 25px;
}
.tools_coverd_accordian .card .card-header .btn:focus{
    outline: 0;
    box-shadow: none;
}
.tools_coverd_accordian .card .card-body{
    padding: 10px;
    border-top: 1px solid #eae3e3;
    background: #fafcfd;
}
.tools_coverd_accordian .collapsed::before {
    content: "\f067";
    top: 15px;
    right: 15px;
}
.tools_coverd_accordian .collapse.show::before,
.tools_coverd_accordian .collapsed::before {
    color: #64686b;
    font-family: FontAwesome;
    font-size: 10px;
    display: block;
    transition: all 1s ease 0s;
    text-align: center;
    position: absolute;
    transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all 1s cubic-bezier(.905, .395, .12, .55)
}
.tools_coverd_accordian .collapse.show::before {
    content: "\f068";
    top: 18px;
    right: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all 1s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all 1s cubic-bezier(.905, .395, .12, .55)
}

.static-position{
    position: absolute;
    top: 0;
    width: 90%;
}
.static_stllist{
    padding: 10px;
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 10px;
}
.static_stllist::-webkit-scrollbar {
    width: 3px;  
    background: transparent;  
}
.static_stllist::-webkit-scrollbar-thumb {
     background: #333;
}
 
.static_stllist ul{
    padding: 0 15px;
}
.static_stllist ul li{
    padding: 8px 0px 8px 25px;
    position: relative;
}
.static_stllist ul li:last-child{
    border-bottom: none;
}
.static_stllist ul li::before {
    content: "";
    display: inline-block;
    width: 1px;
    background:#e6ecf3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.static_stllist ul li:first-child::before {
    top: 30px;
}
.static_stllist ul li:last-child::before {
    height:55%;
}
.static_stllist ul li:last-child::after {
    content: "";
    background-image: url(../images/Masters_Sprite.svg);
    display: inline-block;
    background-position: -57px -18px;
    width: 33px;
    height: 40px;
    position: absolute;
    left: -13px;
    top: 5px;
}
.static_stllist .static_listitems::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #2389f2;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: -4px;
}
.static_stllist ul li:last-child .static_listitems::before{
    display: none;
}
.static_stllist .static_listitems{
    
}
.static_stllist .static_listitems span{
    display: block;
    font-size: 12px;
    color: #737070;
    padding: 3px 0;
}
.static_stllist .static_listitems a{
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    padding: 3px 0;
}
.static_stllist .static_listitems p{
    font-size: 16px;
    font-weight: 500;
    color: #1179ef;
    padding: 0;
    line-height: 22px;
}


.static_fee_tab{
	padding: 10px;
}
.static_fee_tab .nav-tabs{
	border: none;
}
.static_fee_tab .nav-tabs .nav-item{
    padding: 0;
    line-height: 20px;
    flex-grow: 1;
    flex-basis: 0;
}
.static_fee_tab .nav-tabs .nav-item .nav-link{
    font-size: 14px;
    text-align: center;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ddd;
	background: #fff;
	color: #2389f2;
 	border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.static_fee_tab .nav-tabs .nav-item .nav-link.active{
	border: none;    
    font-weight: 500;    
	color: #e4e9ef;
    background: #2389f2;
    border-bottom: 1px solid #ddd;
}
.static_fee_tab .tab-content{
	padding: 20px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.static_feediv{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.static_feedivleft{
 	width: 30%;
}
.static_feedivleft p{
	font-size: 22px;
    padding: 0;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    color: #234970;
}
.static_feedivright{
	width: 50%;
}
.static_feedivright span{
	display: block;
    padding: 2px 0;
    line-height: 20px;
}
.static_feedivright .strikefee{
	font-size: 16px;
    font-weight: 400;
    color: #d0c9c9;
    text-decoration: line-through;
}
.static_feedivright .offerfee{
	font-size: 20px;
    color: #ffc600;
    font-weight: 600;
}
#paymentBtns, #paymentBtns1 {
    text-align: center;
    display: none;
}
.Spaybtn{
	margin: 30px 0 0;
}
.static_feebtn{
	display: table;
    margin:25px auto 10px;
}
.static_feebtn a{
	border-radius: 0;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 15px;
    text-align: center;
    transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -webkit-box-shadow: 0 3px 10px -8px #000;
    -moz-box-shadow: 0 3px 10px -8px #000;
    box-shadow: 0 3px 10px -8px #000;
    min-width: 120px;
    margin: 0 5px;
}
.static_feebtn > .thbtn{
	border: 1px solid #2389f2;
    background: #2389f2;
    display: inline-block;
 	color: #fff;
}
.static_feebtn > .thbtn:hover{
	border: 1px solid #1984cb;
    color: #1984cb;
    background: #fff;
    transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all .3s cubic-bezier(.905, .395, .12, .55);
}
.static_feebtn > .thbtn1{
	border: 1px solid #2389f2;
    display: inline-block;
    color: #2389f2;
   	background: #fff;
}
.static_feebtn > .thbtn1:hover{
	background: #2389f2;
    border: 1px solid #2389f2;
    color: #fff;
    transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -webkit-transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -moz-transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -ms-transition: all .3s cubic-bezier(.905, .395, .12, .55);
    -o-transition: all .3s cubic-bezier(.905, .395, .12, .55);
}
.Spaybtn a{
	font-size: 12px;
    border: none;
    border-radius: 0;
    padding: 8px 10px;
    line-height: 22px;
    margin: 0 5px;
    font-weight: 400;
    min-width: 130px;
}
section.fixed_request {
    padding: 0;
}
.fixedrequestbtn {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 105;
    transform: rotate(270deg);
    transform-origin: right bottom;
    box-shadow: 0 2px 8px 0 #0000001a;
    -webkit-box-shadow: 0 2px 8px 0 #0000001a;
}
.fixedrequestbtn a {
    display: inline-block;
    padding: 10px 15px;
    background: #2389f2;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    min-width: 150px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (min-width:1000px) and (max-width:1279px) {
    .quick_high>.quick_hightitle {
        font-size: 13px
    }
    .static_enroll>a {
        font-size: 13px
    }
    .quotes {
        padding-left: 50px;
        padding-right: 50px
    }
    .stthumbnail-details>.editor-content {
        height: 130px
    }
    .stcourse-thumbnail h3 {
        font-size: 14px
    }
    .servicebox {
        padding: 15px
    }
    .static_servicestext h4 {
        font-size: 14px
    }
    .DateBlock>.batchblock>.thiru_schedule>li {
        margin: 25px 5px
    }
    .static_common_widgets {
        width: 65%
    }
    .static_alumnislider>span>img {
        width: 120px
    }
    .static_instructor_desc::before {
        left: -30px
    }
    .static_relateditems li a {
        padding: 8px 15px;
        margin: 0 5px 8px 0
    }
    .tabbed-content .tabs ul li a {
        padding: 24px 15px;
        font-size: 14px
    }
}

@media (max-width:1279px) {
    .static_banners_title .static_content {
        font-size: 14px
    }
    .thiru-row {
        width: 100%
    }
    .listpoint li {
        font-size: 15px
    }
}

@media (max-width:767px) {
	section.fixed_request {
	 display: none;
	}
    .static_breadcrums {
        display: none;
    }
    .static-position {
        position: relative;
    }
    .static_contents_details h2 {
        line-height: 30px;
        font-size: 18px;
    }
    .static_contents_details p {
        font-size: 13px;
        line-height: 23px;
    }
    .bt_addressbox {
        height: auto
    }
    .staticscrollmenu_wraper {
        display: none
    }
    .static_baner_shapes img {
        display: none
    }
    .static_banners {
        padding-bottom: 2rem
    }
    .static_banners_title h1 {
        font-size: 20px;
        display: block
    }
    .typeclass {
        margin: 5px 0 0 0
    }
    .static_breadcrums {
        padding: 5px 0
    }
    .quick_high>.icc {
        font-size: 14px;
        margin-right: 0
    }
    .quick_high>.quick_hightitle {
        font-size: 12px;
        line-height: 15px
    }
    .satic_introvideo_wrapper {
        width: 100%
    }
    .static_keylist {
        column-count: 1
    }
    .static_skills {
        margin: 0 0
    }
    .stthumbnail-details>.editor-content {
        height: auto;
        overflow: visible
    }
    .static_servicestext {
        width: 100%
    }
    .servicebox {
        padding: 15px
    }
    .DateBlock>.batchblock>.thiru_schedule>li {
        padding: 25px 20px;
        margin: 25px 0 40px 0;
        width: 100%;
        float: none
    }
    .dateblck1>.batchblock>.thiru_schedule>li {
        width: 100%
    }
    .spl-0 {
        padding: 0 15px
    }
    .static_custombatch {
        text-align: center
    }
    .static_custombatch>.static_custombatchbtn {
        padding: 5px 15px;
        margin: 13px 0 0
    }
    .tabbed-content {
        margin: 1em auto 0;
        display: block
    }
    .static-tab-left {
        width: 100%;
        float: none
    }
    .static-tab-right {
        width: 100%;
        float: none
    }
    .tabbed-content .item .item-content {
        margin: 5px 0 0 0;
        padding: 0;
        position: relative
    }
    .tabbed-content .item .item-content .thiru_statictab {
        padding: 10px 20px;
        position: relative;
        height: auto
    }
    .listpoint {
        padding: 15px 0 15px 0
    }
    .static_alumnislider>span {
        margin: 0 3px 5px 0
    }
    .static_alumnislider>span>img {
        width: 100px;
        padding: 8px
    }
    .static_projectwraper {
        display: block;
        height: auto
    }
    .static_projectwraper .static_project_thumb {
        width: 100%;
        height: auto
    }
    .static_projectwraper .static_project_thumb img {
        width: 35%
    }
    .static_projectwraper .static_projectblock {
        width: 100%;
        padding: 10px;
        height: auto
    }
    .static_projectwraper .static_projectblock .static_projecttitle h3 {
        font-size: 16px
    }
    .mb-5,
    .my-5 {
        margin-bottom: 1rem!important
    }
    .static_common_widgets {
        width: 100%
    }
    .static_common_widgets .static_commonspan {
        font-size: 16px
    }
    .static_common_widgets .static_commontitle {
        font-size: 22px;
        line-height: 30px
    }
    .static_common_widgets .static_commonpara {
        font-size: 14px;
        line-height: 20px
    }
    .static_common_widgets .static_commonlink {
        font-size: 12px;
        margin: 15px auto 0
    }
    .certificateSlide img {
        float: none;
        margin: 10px auto;
        width: 80%;
        display: table
    }
    .certificateSlide .cerContent {
        padding: 20px;
        border-radius: 0
    }
    .certificateSlide .cerContent_btn a {
        font-size: 12px;
        margin: 8px 5px 0 0;
        padding: 10px 10px
    }
    .static_instructor_pic>img {
        margin: 0 auto
    }
    .static_instructor_title>p {
        font-size: 14px;
        text-align: center
    }
    .static_faqacordian {
        width: 100%
    }
    .static_faqacordian .card .card-header .btn {
        font-size: 14px;
        padding: 10px 40px 10px 10px
    }
    .static_faqacordian .card .card-body,
    .static_faqacordian .card-body p {
        font-size: 14px
    }
    .static_relateditems li a {
        padding: 7px 10px;
        font-size: 12px;
        margin: 0 0 5px 0
    }
    .static_quick>.col-xl-5.col-lg-5.col-md-12.col-sm-12.col-xs,
    .static_quick>.col-xl-6.col-lg-6.col-md-12.col-sm-12.col-xs {
        padding: 0!important
    }
}


/*THIRU CUSTOM HEADER CSS STARTS HERE*/

.header {
    padding: 5px 0;
}

.custom_menus {
    float: right;
}

.thirumenu_bg {
    background: #2389f2;
    border-radius: 3px;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 5px 15px !important;
    line-height: 20px !important;
}

.custom_menus > .navbar {
    padding: 0;
}

.custom_menus > .navbar .navbar-nav .nav-item {
    margin: 0 5px;
    position: relative;
}

.custom_menus > .navbar .navbar-nav {
    align-items: center;
}

.custom_menus > .navbar .navbar-nav .nav-item > .nav-link {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 25px;
}

.custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu {
    box-shadow: 0 0 10px -3px rgb(0 0 0 / 40%);
    padding: 0 0 0 0px;
    min-width: 210px;
    border-radius: 5px;
    border: 1px solid #2389f2;
    margin-top: 10px;
}

.custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu > .dropdown > .nav-link {
    position: relative;
    padding: 5px 25px 5px 12px;
    font-size: 13px;
    font-weight: 400;
    color: #6b6666;
    display: block;
    line-height: 22px;
}

.custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu > .dropdown > .nav-link:hover {
    background: #eef6ff;
}

.custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu .nav-item {
    margin: 0;
}

.custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu .nav-item > .nav-link {
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #6b6666;
    display: block;
    line-height: 22px;
}

.custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu .nav-item > .nav-link:hover {
    background: #eef6ff;
}

.custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu > .dropdown > .dropdown-menu {
    min-width: 260px;
    box-shadow: 0 0 10px -3px rgb(0 0 0 / 40%);
    padding: 0 0 0 0px;
    border-radius: 5px;
    border: 1px solid #2389f2;
    left: 101% !important;
    height: 100%;
    background: #e8f3ff;
}

.thiru_menu_view {
    font-size: 12px;
    display: table;
    margin: 20px auto;
    border: 1px solid #2857ee;
    padding: 5px 8px;
    font-weight: 500;
    text-shadow: none;
    line-height: 20px;
    background: #f9fcff;
    width: auto;
    color: #2857ee;
}

@media(max-width:991px) {
    .custom_menus {
        float: none;
    }
    .custom_menus .navbar-toggler {
        padding: .15rem .5rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #0c1923;
        border: 1px solid #0c1923;
        border-radius: 0;
        margin-right: 5px
    }
    .custom_menus .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .custom_menus > .navbar .navbar-nav {
        display: block;
    }
    .custom_menus .navbar-collapse {
        background: #0c1923;
    }
    .custom_menus > .navbar .navbar-nav .nav-item {
        margin: 0;
        position: relative;
    }
    .thirumenu_bg {
        border-radius: 0;
    }
    .custom_menus > .navbar .navbar-nav .nav-item > .nav-link {
        padding: 8px 15px !important;
        border-bottom: 1px solid #424242;
        color: #fff;
    }
    .custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu {
        padding: 0;
        min-width: 210px;
        border-radius: 0;
        border: none;
        box-shadow: none;
        margin-top: 0;
    }
    .custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu > .dropdown > .nav-link {
        color: #fff;
        padding: 8px 25px 8px 12px;
    }
    .dropdown-menu .dropdown-toggle::after {
        top: 10px;
    }
    .custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu > .dropdown > .nav-link:active,
    .custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu > .dropdown > .nav-link:focus,
    .custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu > .dropdown > .nav-link:hover,
    .custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu .nav-item > .nav-link:hover {
        background: #0858b0;
    }
    .custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu > .dropdown > .dropdown-menu {
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px 0px;
        border-radius: 0;
        border: none;
        background: #064f9b !important;
    }
    .custom_menus > .navbar .navbar-nav .nav-item > .dropdown-menu .nav-item > .nav-link {
        color: #fff;
        border-bottom: 1px solid #0955a4 !important;
    }
}


/*THIRU CUSTOM HEADER CSS ENDS HERE*/

.static_offer{
	padding: 10px 20px;
    background: #cfdbff;
}
.static_offer p{
	font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
	color: #676262;
}
.static_offer span.sss{
	font-weight: 600;
    color: #ff490b;
    font-size: 16px;
}
.static_offer span.sss a{
	border-bottom: 1px dotted;
	color: #ff490b;
}


/*Get Certified css starts here*/

.static_getcer{
	background:#ebf1f8;
    padding: 3rem 0;
}
.getcerti_wraper {
    margin-top: 2rem;
}
.getcerti_wraper ul li{
	position: relative;
    float: left;
    width: 23%;
    margin: 1%;	
}
/*
.getcerti_wraper ul li::before{
	content: "";
    display: inline-block;
    width: 1px;
    background: #1484f5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 105%;
}
.getcerti_wraper ul li:first-child::before {
    top: 2px;
}
.getcerti_wraper ul li:last-child::after {
    content: "";
    background-image: url(../images/Masters_Sprite.svg);
    display: inline-block;
    background-position: -57px -18px;
    width: 33px;
    height: 40px;
    position: absolute;
    left: -13px;
    top: 5px;
}
.getcerti_wraper ul li:last-child::before {
   	height: 55%;
    top: -20px;
}
.getcerti_wraper ul li:last-child .get_cert_card::before{
    display: none;
}
*/
.get_cert_card {
	display: flex;
    width: 100%;
    position: relative;
    background:#fcfdff;
    margin-bottom: 5px;
    border-radius: 10px;
    border-top: 3px solid #2389f2;
    padding: 20px;
    min-height: 250px;	
	box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
	transition: all ease-in-out 0.5s;
}
.get_cert_card:hover{
	box-shadow: 0 0 12px rgb(0 0 0 / 50%);
	transition: all ease-in-out 0.5s;
}

/*
.get_cert_card::before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #2389f2;
    border-radius: 50%;
    position: absolute;
    top:0px;
    left: -33px;
}
*/
/*
.get_cert_card .get_cert_card_thumb{
	width:28%;
    margin-right: 15px;
}
*/
.get_cert_card .get_cert_card_details {
    width: 100%;
}
.get_cert_card .get_cert_card_details span{
	font-size: 12px;
    font-weight: 500;
    color: #777070;
}
.get_cert_card .get_cert_card_details h3{
	padding: 0;
    font-size: 16px;
    text-align: center;
}
.get_cert_card .get_cert_card_details h3 > a{
	color: #333;
	text-decoration: underline;
	margin: 0;
}
.get_cert_card .get_cert_card_details p{
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #717579;
}
.get_cert_card .get_cert_card_details .rrr{
	font-size: 12px;
    text-align: center;
    display: block;
    text-decoration: underline;
    margin: 10px 0;
    font-weight: 500;
    color:#797474;
}
/*
.certitems {
    margin-top: 20px;
}
.certitems p {
    font-size: 20px;
    color: #1179ef;
    font-weight: 500;
}
.certitems span {
    font-size: 14px;
    color: #736b6b;
}
*/

@media (max-width:767px) {
.get_cert_card .get_cert_card_thumb {
    display: none;
}
.get_cert_card .get_cert_card_details p {
    font-size: 12px;
}
}




/*Get Certified css Ends here*/