    @charset "utf-8";
    /* CSS Document */
    
    @import url('../css/themecolor.css');
    /** BASIC CSS **/
    
    * {
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    html,
    body {
        height: auto;
        min-height: 100vh;
        max-width: 100%;
        min-width: 100%;
        background: #ffffff;
        font-family: "Poppins", serif;
        font-size: 14px;
        line-height: 18px;
        color: #000;
        font-weight: normal;
        font-style: normal;
        overflow-x: hidden;
    }
    
    p {
        font-size: 15px;
        color: #414141;
        line-height: 23px;
        font-weight: 400;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        color: #272727;
        font-family: "Archivo", serif;
        font-weight: bold;
    }
    
    a {
        text-decoration: none;
        outline: none;
        color: #2a3038;
    }
    
     :focus {
        outline: none;
    }
    
    a:focus {
        outline: none;
    }
    
    a:hover,
    a:focus {
        color: var(--color1);
        text-decoration: none;
    }
    
    hr {
        background: #e3e3e3;
        border-top: 1px solid #333;
    }
    
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
     ::selection {
        text-shadow: none;
        background: var(--color1);
        color: #fff;
    }
    
     ::-moz-selection {
        text-shadow: none;
        background: var(--color1);
        color: #fff;
    }
    
    a,
    input,
    select,
    textarea,
    img {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .clearfix {
        clear: both;
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
    }
    
    .hidden {
        display: none !important;
    }
    
    .show {
        display: block !important;
    }
    
    .floatl {
        float: left;
    }
    
    .floatr {
        float: right;
    }
    
    .nopad {
        padding: 0 !important;
    }
    
    .nopadl {
        padding-left: 0;
    }
    
    .nopadr {
        padding-right: 0;
    }
    
    .btn:focus,
    button:focus,
    .form-control:focus {
        outline: 0;
        box-shadow: 0 0 0 0 transparent;
    }
    
    .modal-backdrop {
        z-index: 9999;
    }
    
    .modal {
        z-index: 99999;
    }
    /** BASIC CSS END HERE **/
    
    .topbar {
        background: var(--color3);
        color: #1d1d1d;
        padding: 5px 0;
    }
    
    .top_c_left {
        text-align: left;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    
    .top_c_left::after {
        content: "";
        display: block;
        background: var(--color1);
        position: absolute;
        top: -8px;
        bottom: -7px;
        width: 140%;
        left: -40%;
        z-index: -1;
    }
    
    .top_c_left a {
        color: #ffffff;
        font-size: 15px;
        display: flex;
        margin: 3px 8px;
    }
    
    .top_c_left a:first-child {
        margin-left: 0;
    }
    
    .top_c_left a:last-child {
        margin-right: 0;
    }
    
    .top_c_left a svg.svg-inline--fa {
        width: 28px;
        color: var(--color3);
        font-size: 20px;
        margin-right: 3px;
    }
    
    .top_c_right {
        display: flex;
        align-items: center;
        justify-content: end;
        position: relative;
        z-index: 1;
    }
    
    .top_c_right a {
        font-size: 15px;
        display: block;
        margin: 3px;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 1.8;
        background: transparent;
        color: #fff;
        border-radius: 0px;
    }
    
    .top_c_right a svg.svg-inline--fa {
        color: #fff;
        font-size: 15px;
    }
    
    .top_c_right a:hover {
        background: var(--color4);
    }
    
    .top_c_right a:hover svg.svg-inline--fa {
        color: #ffffff;
    }
    
    .top_c_right a:first-child {
        margin-left: 0;
    }
    
    .top_c_right a:last-child {
        margin-right: 0;
    }
    
    .owl-nav button {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 56px;
        height: 56px;
        margin: auto;
        background: transparent !important;
        font-size: 22px !important;
        border-radius: 50%;
        color: var(--color1) !important;
        border: 1px solid #e2e2e2 !important;
    }
    
    .owl-nav button:hover {
        background: var(--color1) !important;
        color: #fff !important;
    }
    
    .owl-nav button.owl-prev {
        left: -60px;
    }
    
    .owl-nav button.owl-next {
        right: -60px;
    }
    /* 
.hero {
    height: calc(100vh - 42px);
} */
    
    .herobanner {
        height: 100%;
        position: relative;
    }
    
    .herobanner::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        background: linear-gradient(0deg, rgb(0 0 0 / 60%) 16%, rgba(0, 0, 0, 0) 80%);
        height: 17%;
    }
    
    .herobanner .owl-item img {
        display: block;
        width: 100%;
        height: calc(100vh - 100px);
        object-fit: cover;
    }
    
    .herobanner .owl-nav button.owl-prev {
        left: 20px;
        color: #fff !important;
        border: 1px solid #fff !important;
    }
    
    .herobanner .owl-nav button.owl-next {
        right: 20px;
        color: #fff !important;
        border: 1px solid #fff !important;
    }
    
    .section {
        padding: 90px 0;
    }
    
    .catslide .item {
        padding: 10px;
    }
    
    .course_categoery {
        margin-top: -74px;
        padding: 0;
    }
    
    .course_categoery .section_title {
        display: none;
    }
    
    .cat_box {
        position: relative;
        overflow: hidden;
        text-align: center;
        color: #000;
        background: #ffffff;
        height: 180px;
        display: block;
        border-radius: 20px 20px 20px 0;
        font-size: 16px;
        line-height: 1.4;
        padding: 25px 15px;
        border: 1px solid #ededed;
        z-index: 1;
    }
    
    .cat_box::before {
        content: "";
        display: block;
        width: 100%;
        height: 1%;
        background: var(--color3);
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        border-radius: 5px;
        transform: translate(0px, 0px);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        z-index: -1;
    }
    
    .cat_box:hover::before {
        height: 100%;
    }
    
    .cat_box img {
        width: 69px !important;
        height: 69px;
        object-fit: contain;
        display: block;
        margin: auto;
        margin-bottom: 13px;
        border-radius: 50%;
        padding: 8px;
        background: #fff;
        border: 4px dotted #b3b3b3;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    
    .cat_box:hover {
        /* background: var(--color3);
	border-color: var(--color3); */
        color: #fff;
    }
    
    .cat_box:hover img {
        border: 1px solid #fff;
    }
    
    .section_title {
        margin-bottom: 20px;
    }
    
    .section_title h1 {
        font-size: 39px;
        color: #000;
        font-weight: 400;
    }
    
    .section_title.text-white h1 {
        color: #fff;
    }
    
    .section_title h1 span {
        color: var(--color1);
        font-weight: 600;
    }
    
    .section_title.text-white h1 span {
        color: var(--color3);
        font-weight: 600;
    }
    
    .bg-light-1 {
        background: #f3f8ff;
    }
    
    .course_box {
        position: relative;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        /* box-shadow: 0px 5px 10px #ababab26; */
        margin: 5px 10px 16px;
    }
    
    .course_box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 20px 20px 20px 0;
    }
    
    .course_body {
        padding: 11px;
        border-bottom: 1px solid #efefef;
    }
    
    .course_body h1 {
        font-size: 21px;
        color: var(--color1);
        margin-bottom: 7px;
    }
    
    .course_body .ccat {
        color: #555;
        font-size: 13px;
    }
    
    .course_body .ccod {
        background: var(--color3);
        color: #fff !important;
        padding: 3px 8px;
        font-size: 11px;
        margin-bottom: 6px;
        display: inline-block;
        border-radius: 7px 7px 7px 0;
    }
    
    .course_footer {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }
    
    .course_footer .btn {
        width: 120px;
        background: var(--color2);
        color: #ffffff;
        border-radius: 40px 50px 50px 0;
        padding: 6px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    
    .course_footer .btn:hover,
    .course_footer .btn:focus {
        background: var(--color4);
    }
    
    .crsdur {
        display: flex;
        justify-content: space-between;
        padding: 10px 0 0;
    }
    
    .crsdur span {
        font-size: 14px;
        color: #000;
    }
    
    .crsdur .svg-inline--fa {
        color: var(--color4);
    }
    
    .subcenter_box {
        position: relative;
        /* background: #fff;
        border: 0px solid #e7e7e7; */
        /* border-radius: 6px; */
        overflow: hidden;
        margin: 25px 20px 26px;
    }
    
    .subcenter_box img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 20px 20px 20px 0;
    }
    
    .subcenter_body {
        padding: 23px;
        border: 1px solid #e5e5e5;
        background: #fff;
        width: 88%;
        border-radius: 20px 20px 20px 6px;
        margin-top: -20px;
        z-index: 1;
        position: relative;
        margin-left: 9px;
    }
    
    .subcenter_body h1 {
        font-size: 21px;
        color: var(--color1);
        margin-bottom: 7px;
    }
    
    .subcenter_body .scat {
        color: #555;
        font-size: 13px;
    }
    
    .subcenter_body .scod {
        background: transparent;
        color: #292929;
        font-size: 13px;
        margin-bottom: 9px;
        display: inline-block;
    }
    
    .subcenter_body .scod .svg-inline--fa {
        color: var(--color3);
    }
    
    .subcenter_body p {
        font-size: 14px;
        line-height: 1.4;
        display: flex;
        align-items: baseline;
        margin-top: 6px;
        margin-bottom: 0;
        overflow: hidden;
        white-space: normal;
        width: 100%;
        min-height: 50px;
    }
    
    .subcenter_body p .svg-inline--fa {
        margin-right: 5px;
        font-size: 20px;
        min-width: 15px;
        color: var(--color4);
        transform: translate(0px, 4px);
    }
    
    .subcenter_footer {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        position: relative;
        z-index: 1;
    }
    
    .subcenter_footer span {
        font-size: 14px;
        color: #000;
    }
    
    .subcenter_footer .svg-inline--fa {
        color: var(--color4);
    }
    
    .subcenter_footer .btn {
        width: 130px;
        margin-top: -25px;
        margin-left: 9px;
        background: var(--color3);
        color: #fff;
        border-radius: 40px 50px 50px 0;
        padding: 10px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    
    .subcenter_footer .btn:hover,
    .subcenter_footer .btn:focus {
        background: var(--color4);
        color: #ffffff;
    }
    
    .btn_common {
        background: var(--color3);
        color: #fff;
        padding: 10px 40px;
        border: 1px solid var(--color3);
        position: relative;
        font-size: 16px;
        border-radius: 29px 50px 50px 0;
    }
    
    .btn_common:hover,
    .btn_common:focus {
        background: black;
        color: #fff;
        border: 1px solid black;
    }
    
    .btn_common2 {
        background: var(--color1);
        color: #fff;
        padding: 10px 40px;
        border: 1px solid var(--color1);
        position: relative;
        font-size: 16px;
        border-radius: 29px 50px 50px 0;
    }
    
    .btn_common2:hover,
    .btn_common2:focus {
        background: var(--color2);
        color: #fff;
        border: 1px solid var(--color2);
    }
    
    .btn_common .svg-inline--fa {
        /* display: inline-block; */
        display: none !important;
        width: 25px !important;
        height: auto !important;
        border: none !important;
        text-align: inherit !important;
        line-height: normal !important;
        margin-right: 0 !important;
        border-radius: inherit !important;
        padding: 0 !important;
        transform: inherit !important;
        color: var(--color3) !important;
        position: absolute;
        right: -14px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    
    .btn_common2 .svg-inline--fa {
        /* display: inline-block; */
        display: none !important;
        width: 25px !important;
        height: auto !important;
        border: none !important;
        text-align: inherit !important;
        line-height: normal !important;
        margin-right: 0 !important;
        border-radius: inherit !important;
        padding: 0 !important;
        transform: inherit !important;
        color: var(--color1) !important;
        position: absolute;
        right: -14px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    
    .btn_common:hover .svg-inline--fa,
    .btn_commo2:hover .svg-inline--fa {
        right: -20px;
    }
    
    .dk-datatable tbody tr td .btn {
        padding: 6px 16px;
        font-size: 13px;
    }
    
    .topstudentslide .item {
        padding: 10px;
    }
    
    .topstd_box {
        background: #ffffff;
        border-radius: 40px 50px 50px 0;
        padding: 20px;
        text-align: left;
        position: relative;
        box-shadow: -8px -3px 20px 1px #00000017;
        /* border-right: 3px solid var(--color1); */
        border-bottom: 5px solid var(--color1);
    }
    
    .topstd_box img {
        width: 103px !important;
        height: 103px;
        border: 2px solid #e1e1e1;
        border-radius: 50%;
        margin: 0;
        object-fit: cover;
        margin-bottom: 20px;
    }
    
    .topstd_box h4 {
        font-size: 17px;
        color: var(--color3);
        margin-bottom: 7px;
    }
    
    .topstd_box p {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
    }
    
    .topstudentslide .owl-nav button {
        top: 80px;
    }
    
    .placementbox {
        background: #fff;
        border: 1px solid #dbdbdb;
        border-radius: 20px 20px 20px 0;
        overflow: hidden;
        text-align: center;
    }
    
    .placementbox img {
        width: 100%;
        height: 150px;
        object-fit: contain;
        padding: 11px;
        object-position: center center;
        margin-bottom: 0px;
        border-bottom: 1px solid #dbdbdb;
    }
    
    .placementbox p {
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        margin: 0;
        padding: 10px;
        background: var(--color1);
    }
    
    .testimonial_sec {
        border-radius: 50px 50px 0 0;
        border-top: 5px solid #ebebeb;
    }
    
    .testimonials_box {
        background: var(--color1);
        padding: 80px 30px 30px;
        border-radius: 40px 40px 40px 0;
        border: 1px solid #d1d1d1;
        position: relative;
        margin-bottom: 60px;
    }
    
    .testimonials_box::before {
        content: "";
        display: block;
        background: url(../images/quote-left-solid-full.svg);
        width: 80px;
        height: 80px;
        position: absolute;
        top: 8px;
        left: 20px;
    }
    
    .testimonials_box p {
        color: #fff;
    }
    
    .test_footer {
        display: flex;
        align-items: center;
        position: absolute;
        background: var(--color3);
        padding: 14px;
        border-radius: 20px 20px 0px 20px;
        right: 40px;
        left: 40px;
        bottom: -44px;
    }
    
    .tsticon .svg-inline--fa {
        color: var(--color1);
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }
    
    .test_cont h6 {
        font-size: 16px;
        color: #fff;
    }
    
    .test_cont span {
        font-size: 13px;
        color: #232323;
    }
    
    .bg-light-2 {
        background-color: #d1d1d1;
        background-image: url('../images/bg1.jpg');
    }
    
    .footer_top {
        background: #ebebeb;
        color: #414141;
    }
    
    .footer_bottom {
        background: #141414;
        color: #f3f8ff;
        padding: 20px 0;
    }
    
    .footer_top p {
        color: #414141;
    }
    
    .footer_bottom p {
        color: #f3f8ff;
        margin-bottom: 0;
        line-height: 1.5;
    }
    
    .footer_bottom p a {
        color: var(--color3);
    }
    
    .foot_logo {
        width: 260px;
        height: 100px;
        margin-bottom: 10px;
    }
    
    .foot_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left center;
    }
    
    .socialmedia_tab {
        padding: 0;
        list-style: none;
        display: flex;
        margin: 15px 0;
    }
    
    .socialmedia_tab li {
        margin-right: 5px;
    }
    
    .socialmedia_tab li a {
        color: #fff;
        width: 40px;
        height: 40px;
        display: block;
        font-size: 23px;
        text-align: center;
        line-height: 2;
        border-radius: 50%;
    }
    
    .facebook {
        background: #3b5998;
        color: #fff;
    }
    
    .twitter {
        background: #55acee;
        color: #fff;
    }
    
    .instagram {
        background: #e76ce9;
        color: #fff;
    }
    
    .linkedin {
        background: #0061ac;
        color: #fff;
    }
    
    .youtube {
        background: #e91e63;
        color: #fff;
    }
    
    .foot_widget h3 {
        color: var(--color3);
        font-size: 21px;
        margin-bottom: 10px;
    }
    
    .foot_link {
        padding: 0;
        list-style: none;
    }
    
    .foot_link li {
        margin-bottom: 15px;
    }
    
    .foot_link li a {
        color: #414141;
    }
    
    .foot_link li a:hover {
        color: var(--color3);
    }
    
    .contact_info {
        display: flex;
        width: 100%;
        margin-bottom: 18px;
    }
    
    .contact_info span {
        color: var(--color1);
        font-size: 19px;
        width: 19px;
        margin-right: 13px;
    }
    
    .contact_info a {
        color: #414141;
        margin: 1px 5px;
        display: inline-block;
    }
    
    .contact_info a:hover {
        color: var(--color3);
    }
    
    .contact_item {
        display: flex;
        width: 100%;
        margin-bottom: 25px;
    }
    
    .contact_item span {
        font-size: 14px;
        min-width: 30px;
        max-width: 30px;
        height: 30px;
        display: block;
        text-align: center;
        line-height: 2;
        border: 2px solid;
        border-radius: 50%;
        margin-right: 7px;
        color: var(--color1);
    }
    
    .contact_item label {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        color: var(--color3);
    }
    
    .foot_widget {
        padding: 40px 0;
    }
    
    .floating_wp {
        position: fixed;
        right: 10px;
        bottom: 150px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        z-index: 999;
        text-align: center;
        font-size: 33px;
        color: #fff;
        line-height: 1.5;
    }
    
    .whatsapp {
        background: #4caf50;
    }
    
    #scrolltop {
        position: fixed;
        right: 10px;
        bottom: 71px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        background-color: var(--color2);
        text-indent: -9999px;
        display: none;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        z-index: 999;
    }
    
    #scrolltop span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }
    
    #scrolltop:hover {
        background-color: var(--color1);
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }
    
    .inner_banner {
        background: url('../images/bg2.jpg') no-repeat fixed;
        background-size: cover;
        background-position: center center;
        text-align: center;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 0 40px 40px;
        overflow: hidden;
    }
    
    .about_content h1 {
        color: var(--color1);
    }
    
    .about_content .btn {
        margin-top: 10px;
    }
    
    .textareacontent {
        margin-top: 20px;
        font-size: 15px !important;
        color: #565656;
        line-height: 28px;
        font-weight: 400;
    }
    
    .textareacontent blockquote {
        background: #efefef;
        padding: 1em;
        border-left: 3px solid var(--color1);
        border-radius: 0px 0px 10px;
    }
    
    .textareacontent ul {
        padding-left: 10px;
        margin-left: 0;
        list-style: none;
    }
    
    .textareacontent ul li {
        position: relative;
        padding-left: 14px;
    }
    
    .textareacontent ul li::before {
        display: inline-block;
        margin-left: 0;
        content: "";
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: 0.3em solid;
        color: var(--color3);
        font-size: 14px;
        position: absolute;
        top: 10px;
        left: 0;
    }
    /*-contact----*/
    
    .contact_form {
        position: relative;
        width: 100%;
        height: auto;
        background: #e3e3e3;
        padding: 52px 50px 50px 50px;
        border-radius: 30px 30px 30px 0;
    }
    
    .contact_form .form-control {
        border: 1px solid #cccccc;
        padding: 9px 14px;
    }
    
    .contact_content {
        background: #ffffffbd;
    }
    
    .contact_content h2 {
        font-size: 25px;
        font-weight: bold;
        color: var(--color5);
        margin-bottom: 15px;
    }
    
    .contact_content h2 span {
        color: var(--color1);
    }
    
    .contact_content p,
    .contact_content p a {
        font-size: 15px;
        color: #3a3a3a;
        font-weight: 500;
    }
    
    .contact_content p a:hover {
        color: var(--color1);
    }
    
    .contact_content p label {
        color: #000;
        font-weight: bold;
        font-size: 16px;
    }
    
    .contact_content p label .svg-inline--fa {
        color: var(--color1);
        font-size: 19px;
    }
    
    .contact_content .social_link {
        margin: 10px 0;
    }
    
    .contact_content .social_link li {
        margin-right: 29px;
    }
    
    .contact_content .social_link li a {
        font-size: 24px;
    }
    
    .gmap {
        width: 100%;
        text-align: center;
        padding-bottom: 0 !important;
        border-bottom: 8px solid var(--color1);
    }
    
    .gmap iframe {
        width: 90%;
        height: 450px;
        margin: 0;
        border-radius: 34px;
        margin-bottom: 40px;
    }
    
    .subcenter_img {
        width: 95%;
        height: 50vh;
        border-radius: 20px 20px 20px 0;
        overflow: hidden;
        position: relative;
        margin: auto;
        margin-bottom: 50px;
    }
    
    .subcenter_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .subcenter_img .center_logo {
        position: absolute;
        width: 130px;
        height: 130px;
        right: 10px;
        bottom: 7px;
        border-radius: 10px;
        padding: 0;
        background: #fff;
        padding: 10px;
        object-fit: contain;
    }
    
    .about_content .svg-inline--fa {
        color: var(--color3);
        display: inline-block;
        width: 16px;
        height: 16px;
        border: 1px solid;
        text-align: center;
        line-height: 1;
        margin-right: 5px;
        border-radius: 50%;
        padding: 6px;
        transform: translate(0px, 8px);
    }
    
    .mapbutton {
        border: 1px solid var(--color3);
        color: #535353;
        line-height: 1;
        padding: 1px 18px 16px;
    }
    
    .mapbutton:hover,
    .mapbutton:active,
    .mapbutton:not(.btn-check)+.mapbutton:active,
    .mapbutton:focus {
        border-color: var(--color3);
        background: var(--color3);
        color: #fff !important;
    }
    
    .mapbutton:hover .svg-inline--fa,
    .mapbutton:focus .svg-inline--fa {
        color: #fff !important;
    }
    
    .semester_details {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .semester_details li {
        margin-bottom: 20px;
    }
    
    .semester_details li strong {
        display: block;
        margin-bottom: 8px;
    }
    
    .semester_details li strong .svg-inline--fa {
        width: 20px;
        height: 20px;
        line-height: 1.4;
    }
    
    .about_content h1 {
        color: var(--color1);
        margin-bottom: 39px;
        position: relative;
    }
    
    .about_content h1:after {
        content: "";
        display: block;
        background: var(--color3);
        width: 90px;
        height: 1px;
        border-radius: 230px;
        position: absolute;
        bottom: -14px;
    }
    
    table.dataTable thead th,
    table.dataTable thead td,
    table.dataTable.no-footer {
        border-bottom: 1px solid #eaeaea !important;
    }
    
    .table>:not(caption)>*>* {
        border-bottom-width: 0;
    }
    
    .form-control,
    #DataTables_Table_0_length select,
    #DataTables_Table_0_filter input {
        padding: 8px 14px;
        border-radius: 50px;
        border: 1px solid #bbbbbb;
    }
    
    textarea.form-control {
        border-radius: 20px !important;
    }
    
    .form-control:focus,
    .form-control:hover,
    #DataTables_Table_0_length select:hover,
    #DataTables_Table_0_length select:focus,
    #DataTables_Table_0_filter input:hover,
    #DataTables_Table_0_filter input:focus {
        border: 1px solid #616161;
    }
    
    div.dataTables_wrapper div.dataTables_info {
        float: left;
    }
    
    .table tr td,
    .table tr th {
        vertical-align: middle;
        text-align: left;
        padding: 8px 10px !important;
        border-bottom: 1px solid #eaeaea !important;
    }
    
    .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        border-radius: 6px;
        color: #fff !important;
        background: var(--color1) !important;
    }
    
    .dataTables_wrapper .active>.page-link,
    .page-link.active {
        color: var(--bs-pagination-active-color);
        background-color: var(--color1) !important;
        border-color: var(--color1) !important;
    }
    
    .search_box {
        padding: 12px;
        background: var(--color3);
        border-radius: 0;
    }
    
    .search_box.sticky {
        position: fixed;
        top: 89px;
        left: 0;
        right: 0;
        z-index: 9;
    }
    
    .search_box .input-group {
        background: #ffffff70;
        border-radius: 50px;
        overflow: hidden;
    }
    
    .search_box .input-group input {
        background: transparent;
        color: #383838;
        border: 0;
        padding: 10px 20px;
        border-right: 1px solid #ffffff4d;
    }
    
    .search_box .input-group input::placeholder {
        color: #3a3a3a93;
    }
    
    .search_box .input-group input:focus {
        border: 0;
        outline: 0 !important;
    }
    
    .search_box .input-group .btn {
        border: 0;
        color: #fff;
        background: var(--color1);
        padding: 5px 19px;
    }
    
    .search_box .input-group .btn:hover,
    .search_box .input-group .btn:focus {
        border: 0;
        outline: 0 !important;
    }
    
    div.dataTables_wrapper tr td img,
    div.dataTables_wrapper tr th img {
        width: 60px;
        height: 40px;
        object-fit: cover;
    }
    
    .table:not(.table-dark) th {
        background: var(--color1) !important;
        color: #fff !important;
    }
    
    .sem_item {
        border: 1px solid var(--color3);
        border-radius: 7px;
        margin: 5px 0 10px;
        overflow: hidden;
    }
    
    .sem_item h4 {
        font-size: 17px;
        color: #000;
        border-bottom: 1px solid var(--color3);
        margin-bottom: 5px;
        padding: 10px 12px;
        background: var(--color3);
    }
    
    .sem_item p {
        padding: 0 6px 6px;
        margin: 0;
    }
    
    .sem_item p span {
        display: inline-block;
        background: var(--color1);
        color: #fff;
        padding: 5px 20px;
        border-radius: 50px;
        margin: 2px 1px;
    }
    
    .contact-wrap {
        background: #ebebeb;
        border-radius: 10px;
    }
    
    .contact-wrap label {
        margin-bottom: 10px;
    }
    
    .text-primary {
        color: var(--color1) !important;
    }
    
    .student-profile .card {
        border-radius: 10px;
    }
    
    .student-profile .card .card-header .profile_img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        margin: 10px auto;
        border: 10px solid #ccc;
        border-radius: 50%;
    }
    
    .student-profile .card h3 {
        font-size: 20px;
        font-weight: 700;
    }
    
    .student-profile .card p {
        font-size: 16px;
        color: #000;
    }
    
    .student-profile .table th,
    .student-profile .table td {
        font-size: 14px;
        padding: 5px 10px;
        color: #000;
    }
    
    .bg-light-3 {
        background: var(--color3);
    }
    
    .bg-dark-4 {
        background-color: #101111;
    }
    
    .bgnotice {
        max-width: 90%;
        margin: auto;
        border-radius: 26px;
        background: var(--color1);
        padding: 20px 0 !important;
        box-shadow: 0px 4px 10px 0 #a3a3a3;
        margin-bottom: 20px;
    }
    
    .bgnotice .section_title {
        display: none;
    }
    
    .bgfixed {
        background-attachment: fixed;
    }
    
    .noticebox_box {
        text-align: center;
        /* border: 1px solid var(--color4); */
        background: transparent;
        /* background-image: url('../images/notice_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
        border-radius: 0px;
        padding: 1.8rem 8rem 2.5rem;
        color: #0c0c0c;
    }
    
    .noticebox_box p {
        color: #e1e1e1;
        margin-bottom: 0;
    }
    
    .pdate {
        color: #fff;
        background: var(--color3);
        padding: 6px 19px;
        border-radius: 8px 8px 8px 0;
        display: inline-block;
        font-size: 12px;
        margin-bottom: 11px;
    }
    
    .pdate i.fa {
        color: var(--color3);
    }
    
    #noticeModal .close {
        position: absolute;
        right: -21px;
        top: -16px;
        font-size: 38px;
        background: red;
        color: #fff;
        padding: 3px;
        border-radius: 50%;
    }
    
    .tz-gallery {
        padding: 0 20px;
    }
    
    .tz-gallery a {
        width: 100%;
        height: 250px;
        border-radius: 15px;
        display: block;
        overflow: hidden;
        position: relative;
    }
    /* Override bootstrap column paddings */
    
    .tz-gallery .row>div {
        padding: 2px;
    }
    
    .tz-gallery .lightbox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
        position: relative;
    }
    
    .tz-gallery .lightbox:before {
        content: "\f00e";
        font-family: "Font Awesome 6 Free";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13px;
        margin-left: -13px;
        opacity: 0;
        color: #fff;
        font-size: 26px;
        pointer-events: none;
        z-index: 9000;
        transition: 0.4s;
    }
    
    .tz-gallery .lightbox:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: rgb(239 83 80 / 56%);
        content: '';
        transition: 0.4s;
    }
    
    .tz-gallery .lightbox:hover:after,
    .tz-gallery .lightbox:hover:before {
        opacity: 1;
    }
    
    .counter_section {
        background: #333;
        background-image: url(../images/bg_3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left center;
        background-attachment: fixed;
        max-width: 95%;
        margin: auto;
        border-radius: 40px;
        box-shadow: 0px 4px 10px 0 #a3a3a3;
    }
    
    .counter_box {
        text-align: center;
        border: 1px solid #ffffff2e;
        padding: 24px 10px;
        border-radius: 44px 44px 44px 0;
        background: #ffffff17;
    }
    
    .counter_box span {
        font-size: 33px;
        width: 70px;
        height: 70px;
        display: block;
        text-align: center;
        color: #fff;
        margin: auto;
        margin-bottom: 11px;
        line-height: 2.2;
        background: var(--color2);
        border-radius: 9px;
    }
    
    .counter_box h1 {
        color: var(--color3);
        font-size: 3em;
    }
    
    .counter_box p {
        margin: 0;
        color: #c5c5c5;
        letter-spacing: 1px;
    }
    
    .Institutessec {
        max-width: 95%;
        margin: auto;
        border-radius: 40px;
        box-shadow: 0px 4px 10px 0 #a3a3a3;
    }
    
    .frinchisee_sec {
        background: #0c0c0c;
        border-radius: 0 50px 50px 0;
        overflow: hidden;
        max-width: 95%;
    }
    
    .frinchisee_sec img {
        background: #0c0c0c;
        width: 100%;
        height: 100%;
        max-height: 500px;
        object-fit: cover;
        object-position: center center;
    }
    
    .frinchisee_content {
        background: var(--color1);
        width: 100%;
        height: 100%;
        overflow: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    
    .frinchisee_content div {
        max-width: 450px;
    }
    
    .frinchisee_content h1 {
        color: #ffffff;
        margin-bottom: 8px;
    }
    
    .frinchisee_content p {
        color: #b3b2b2;
        margin-bottom: 20px;
        margin-top: 12px;
    }
    
    .teambox {
        background: #fff;
        border: 1px solid #dbdbdb;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
    }
    
    .teambox img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        padding: 0px;
        object-position: top center;
        margin-bottom: 10px;
        border-bottom: 1px solid #dbdbdb;
        background: rgb(172, 172, 172)383;
    }
    
    .teambox p {
        text-align: center;
        font-size: 14px;
        color: #000;
    }
    
    .team_box {
        position: relative;
        width: 94%;
        overflow: hidden;
        margin: auto;
        transform: translate(0px, 0px);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    
    .team_box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center center;
        border-radius: 30px 30px 30px 0;
    }
    
    .tm_overlay {
        /* background: #000000;
        background: linear-gradient(0deg, rgb(255 255 255) 23%, rgba(0, 0, 0, 0) 100%); */
        padding: 20px;
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    
    .tm_overlay h5 {
        color: var(--color1);
        font-size: 19px;
        margin-bottom: 3px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    
    .tm_overlay p {
        color: #474747;
        font-size: 13px;
        margin-bottom: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    /* .team_box:hover .tm_overlay {
    height: 100%;
    padding: 15px 10px 15px;
} */
    
    .team_box:hover {
        transform: translate(0px, -10px);
    }
    
    .course-in-detail {
        border-radius: 0px;
        border: none;
        outline: 0;
        background: transparent;
    }
    
    .course-in-detail .course-title-single .bold {
        font-weight: 700;
        font-size: 34px;
        color: var(--color1);
        margin-bottom: 30px;
    }
    
    .course-in-detail .course-title-single .entry-content {
        line-height: 25px;
        margin-bottom: 67px;
        font-size: 15px;
    }
    
    .course-in-detail .course-title-single .entry-content p {
        padding-bottom: 10px;
        line-height: 28px;
    }
    
    .course-in-detail .course-title-single .entry-content .title-1 {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    
    .course-in-detail .course-title-single .entry-content .flat-list {
        list-style: circle;
    }
    
    .course-in-detail .course-title-single .entry-content .flat-list li {
        margin-left: 10px;
        line-height: 30px;
    }
    
    .course-in-detail .course-widget-price {
        padding: 38px 23px;
        border-radius: 0px;
        border: 1px solid #e3e3e3;
    }
    
    .course-in-detail .course-widget-price ul {
        margin-bottom: 17px;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .course-in-detail .course-widget-price ul li {
        font-size: 13px;
        line-height: 49px;
        border-bottom: 1px solid #e3e3e3;
    }
    
    .course-in-detail .course-widget-price ul li span:last-child {
        float: right;
    }
    
    .course-in-detail .course-widget-price .bt-course {
        margin-bottom: 28px;
        margin-top: 30px;
        text-align: center;
    }
    
    .course-in-detail .course-widget-price .course-title {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    
    .course-in-detail .course-widget-price .flat-button {
        background: #d84339;
        width: auto;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border-radius: 9px;
        padding: 10px 22px;
        font-size: 16px;
        font-weight: 500;
        color: #fff !important;
    }
    
    .our-features {
        padding: 50px 0px;
    }
    
    .our-features .headline {
        font-weight: 700;
        font-size: 23px;
        color: var(--color1);
        margin-bottom: 29px;
    }
    
    .our-features .featured-service {
        background-color: #f5f5f5;
        padding: 15px;
        display: block;
        margin-bottom: 30px;
        text-align: center;
        box-shadow: -2px 4px 20px -8px #00000061;
        border-radius: 20px 20px 20px 0;
    }
    
    .icon_img {
        margin-bottom: 7px;
    }
    
    .our-features .featured-service h4 {
        font-size: 14px;
        font-weight: 700;
    }
    
    .link {
        color: var(--color3);
        text-decoration: underline;
    }
    
    .text-theme {
        color: var(--color1) !important;
    }
    
    .certified_bx {
        text-align: center;
    }
    
    .certified_bx img {
        max-width: 100%;
        max-height: 90px;
        display: block;
        margin: auto;
        object-fit: contain;
        margin-bottom: 10px;
    }
    
    .certified_bx p {
    color: #fff;
    background: var(--color3);
    border-radius: 50px;
    width: 100%;
    padding: 3px 12px;
    margin: auto;
    font-size: 12px;
    line-height: 1.2;
    }