/*
 Theme Name:   Twenty Twenty-Five Child
 Theme URI:    http://example.com/twenty-twenty-five-child
 Description:  Child theme for Twenty Twenty-Five.
 Author:       Your Name
 Author URI:   http://example.com
 Template:     twentytwentyfive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-twenty-five-child
*/






body {
    font-family: "Maven Pro", sans-serif;
    ;
}

.section-right {
    text-align: right;
}

/*Header */
.main-header.site-navbar {
    background-color: #fff;
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease-in-out;
}

.main-header.transparent-header.site-navbar {
    background-color: transparent;
    box-shadow: none;
    transition: all 500ms ease-in-out;
}

.main-header.transparent-header.site-navbar.site-navbar-bg {
    background: #e8faff;
    -webkit-box-shadow: 0px 6px 20px -3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 6px 20px -3px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 6px 20px -3px rgba(0, 0, 0, 0.18);
    transition: all 500ms ease-in-out 0s;
}

.main-header.transparent-header.site-navbar .nav-link {
    color: #fff;
    position: relative;
    padding: 5px 12px;
}

.main-header.transparent-header.site-navbar.site-navbar-bg .nav-link {
    color: #333;
    position: relative;
}

.main-header .dropdown-toggle::after {
    position: inherit !important;
    background: transparent !important;
    bottom: -3px !important;
    width: auto !important;
}

.main-header.transparent-header.site-navbar.site-navbar-bg .dropdown-toggle::after {
    color: #333 !important;
}

.main-header.transparent-header.site-navbar .dropdown-toggle::after {
    color: #fff !important;
}


.site-navbar-bg .call-us {
    top: 2px;
    transition: all 500ms ease;
    right: 480px;
    border: 1px solid #333;
    margin-left: 0 !important;
}

.site-navbar-bg .call-us span {
    color: #333;
}

.site-navbar-bg .call-us a {
    color: #333;
}

.site-navbar.site-navbar-bg .site-branding img {
    width: 75%;
    transition: all 500ms ease-in-out;
}

.site-navbar .site-branding img {
    transition: all 500ms ease-in-out;
    width: 100%;
}

.site-navbar .site-branding {
    padding: 12px 0px 12px 0;
}

.banner-block {
    position: relative;
    z-index: 99;
    top: -25px;
    overflow: hidden;
    margin-bottom: -25px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    overflow-y: auto;
    height: 400px;
}


.mobp {
    display: none;
}

.call-us {
    position: absolute;
    right: 15px;
    top: 65px;
    border: 1px solid #ffffff20;
    padding: 5px 60px 5px 10px;
    background: rgba(0, 0, 0, 0) url(assets/images/calling.png) no-repeat scroll 95% center;
    border-radius: 5px;
    transition: all 500ms ease;
}

.call-us a {
    font-family: 'Maven Pro';
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    white-space: nowrap;
}

.call-us span {
    display: block;
    color: #fff;
    font-family: 'Maven Pro';
    font-size: 14px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.destk {
    display: block;
}

/*Banner */
.mobi {
    display: none !important;
}

.homebanner img {
    width: 100%;
}

.courses-carousel .card {
    border: 0;
}

.courses-carousel .card .card-body {
    padding: 10px 0;
}

.courses-carousel .owl-nav {
    display: none;
}

.carousel-caption {
    width: 100%;
    height: 100%;
    left: 1%;
    right: auto;
    text-shadow: inherit;
}

.wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
}

.homebanner .carousel-caption h3 {
    margin: 0px;
    padding: 0px;
    font-size: 40px;
    font-family: 'Maven Pro';
    color: #fff;
    text-align: left;
    line-height: 44px;
    position: relative;
    opacity: 1;
    transition: all 1s ease-in-out;
    padding-left: 20px;
    font-weight: 700;
}

.homebanner .carousel-caption h3 span {
    display: block;
}

.homebanner .carousel-caption h3:after {
    position: absolute;
    content: "";
    left: 0;
    height: 92%;
    width: 3px;
    background-color: #EB5406;
    top: 10px;
}

/*Main Contant*/


.knw-mre a {
    font-family: 'Maven Pro';
    font-size: 14px;
    color: #5c5c5c;
    border: 1px solid #5c5c5c70;
    border-radius: 5px;
    padding: 7px 20px;
    text-decoration: none;
    position: relative;
}

.knw-mre a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    background-color: #EB5406;
    /* background-color: #EB5406; */
    height: 2px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.knw-mre a:hover {
    color: #D22933;
    transition: all 500ms ease;
    border: 1px solid #EB5406;
    /* border: 1px solid #00b9f1; */
}

.courses-details-cnt h5 a {
    text-decoration: none;
}

.courses-details-cnt h5 a:hover {
    color: #EB5406;
}

.knw-mre a:hover:before {
    width: 100%;
    transition: all 500ms ease;
}

.courses-details-cnt {
    min-height: 80px;
}

.courses-details-cnt h5 {
    font-family: 'Maven Pro';
    font-size: 16px;
    color: #5c5c5c;
    line-height: 19px;
}

.why-choos {
    background-color: #fef4ea;
}

.choose-us p {
    text-align: center;
    font-family: 'Maven Pro';
    font-size: 16px;
    color: #5c5c5c;
    margin: 0 auto;
    line-height: 24px;
    width: 57%;
}

.courses-details-img {
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}

.title-comm h3 {
    font-family: 'Maven Pro';
    font-size: 30px;
    color: #EB5406;
    margin: 0px;
    padding: 0px;
    padding-bottom: 40px;
    font-weight: 400;
}

.why-choos .title-comm h3 {
    padding-bottom: 20px;
    margin-bottom: 0 !important;
}

.choose-us {
    text-align: center;
}

.choose-us .knw-mre {
    display: block;
    margin-top: 25px;
}


/*Footer***/
.site-footer {
    background-color: #222;
    color: #fff;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 8px;
    font-weight: 500;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footer-widget {
    color: #ccc;
}

.site-info p {
    color: #ccc;
    font-size: 14px;
}

.courses-off .title-comm h3 {
    padding: 0;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.inner-banner img {
    width: 100%;
}

.bred-crums {
    position: absolute;
    content: "";
    left: 15px;
    top: 200px;
    width: 100%;
    /* height: 100%; */
}

.diff .bred-crums {
    top: 180px;
}

.diff .banner-img {
    top: 75%;
}

.banner-img {
    position: absolute;
    content: "";
    left: 15px;
    top: 55%;
    width: 100%;
    height: 100%;
}

.banner-img h4 {
    /* font-family: 'Maven-Bold'; */
    color: #fff;
    font-size: 30px;
    padding-left: 15px;
    position: relative;
}

.banner-img h4:before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #EB5406;
    top: 0;
}

.bred-crums ul {
    padding: 0px;
    margin: 0px;
}

.bred-crums li {
    display: inline-block;
    color: #fff;
    /* font-family: 'Maven-Regular'; */
    font-size: 14px;
}

.bred-crums a {
    color: #fff;
    /* font-family: 'Maven-Regular'; */
    font-size: 14px;
}

/*About Us*/
.main-process ul {
    padding: 0px;
    margin: 0px;
}

.main-process li {
    list-style: none;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 21px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.main-process li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    height: 8px;
    width: 8px;
    background-color: #EB5406;
    border-radius: 100%;
}

.crse-nme ul {
    padding: 0;
    margin: 0;
}

.crse-nme li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    height: 8px;
    width: 8px;
    background-color: #ff2f16;
    border-radius: 100%;
}

.crse-nme li {
    list-style: none;
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.courses-details {
    display: inline-block;
    width: 100%;
}

.section-top {
    padding: 60px 0px 50px;
}

.main-process h4 {
    font-size: 20px;
    color: #EB5406;
    line-height: 28px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}

.banner-img h4 span {
    display: block;
}

.apply-now-btn {
    position: absolute;
    content: "";
    right: 15px;
    top: 65%;
    width: 100%;
    height: 100%;
    text-align: right;
}

.app-nwo a {
    padding: 10px 50px 10px 20px;
    border-radius: 5px;
    background: #0597ce url(assets/images/rit-arr.png) no-repeat scroll 92% center;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
}

.course-ticks {
    background: #fff url(assets/images/rit-bg.png) no-repeat scroll 0 0;
    background-size: contain;
    height: 815px;
    padding: 40px 70px;
    width: 540px;
    color: #fff;
}

.main-header ul.dropdown-menu {
    width: 255px;
    padding: 0;
}

.main-header ul.dropdown-menu .dropdown-item {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 12px;
    line-height: 17px;
    font-weight: 400;
    font-size: 14px;
    color: #5c5c5c;
    transition: all 300ms ease;
    background-color: #fff;
    border-bottom: 1px solid #5c5c5c33;
    white-space: normal;
}

.main-header ul.dropdown-menu .dropdown-item:hover {
    background: #EB5406;
    /* background: #00b9f1; */
    color: #fff;
}

.courses-template .table>thead {
    vertical-align: middle;
}

.courses-template .table .training-area {
    font-size: 11px;
}

.contact-form label {
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form input {
    width: 100%;
    border: 1px solid #ccc;
    min-height: 40px;
    border-radius: 5px;
}

.contact-form input[type="submit"],
.submit-btn input[type="submit"] {
    background: #0597ce;
    /* background: #0790b9; */
    color: #fff;
    font-weight: 600;
    border: 0;
    padding: 7px 20px;
    border-radius: 5px;
}

a {
    color: #333;
    /* color: #EB5406; */
}

.contact-form-wrap {
    padding: 40px 0;
}

.locate-icon {
    border: 3px solid #EB5406;
    font-size: 30px;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    margin: 10px auto;
    transition: all 0.5s ease;
}

.sem {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

.locate-icon i {
    font-size: 30px;
    color: #EB5406;
    /* color: #0790b9; */
    margin-top: 30px;
    transition: all 0.5s ease;
}

.section-center {
    text-align: center;
}

.apply-now-modal input[type="text"],
input[type="email"],
input[type="tel"] {
    border: 1px solid #ccc;
    min-height: 40px;
    border-radius: 5px;
    width: 100%;
}

.apply-now-modal textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

.apply-now-modal label {
    width: 100%;
}


/*Admission*/
.admis-proced ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-top: 30px;
    position: relative;
}

.admis-proced li {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #EB5406;
    /* color: #0790b9; */
    text-align: left;
    position: relative;
    width: 100%;
    padding-left: 180px;
    padding-bottom: 80px;
    /* vertical-align: top; */
}

.admis-proced li span {
    display: block;
    position: relative;
}

span.clo-icon {
    display: inline-block;
    float: right;
    padding-right: 180px;
    opacity: 0.2;
    filter: grayscale(100%);
    transition: all 500ms ease-in-out 0s;
}

.admis-proced ul:before {
    position: absolute;
    content: "";
    left: 65px;
    top: 100px;
    transition: all 500ms ease-in-out;
    border-left: 5px dotted #eb54061c;
    /* border-left: 5px dotted #0790b942; */
    width: 10px;
    height: 77%;
}

.admis-proced li span:before {
    position: absolute;
    content: "";
    right: 55%;
    top: 6px;
    background-color: #ececec;
    width: 50px;
    height: 1px;
}

.admis-proced li span:after {
    position: absolute;
    content: "";
    right: 55%;
    top: 6px;
    background-color: #EB5406;
    /* background-color: #0790b9; */
    width: 0px;
    height: 1px;
    transition: all 500ms ease-in-out 0s;
}

.admis-proced li:after {
    position: absolute;
    /* content: "01"; */
    left: 0;
    top: -15px;
    /* font-family: 'Maven-medium'; */
    font-weight: 500;
    font-size: 100px;
    color: #eb54061c;
    /* color: #0790b91f; */
    transition: all 500ms ease-in-out;
    width: 125px;
    height: 100px;
    background: #fff;
    padding: 30px 0px;
}

.admis-proced li.clone-1:after {
    content: "01";
}

.admis-proced li.clone-2:after {
    content: "02";
}

.admis-proced li.clone-3:after {
    content: "03";
}

.admis-proced li.clone-4:after {
    content: "04";
}

.admis-proced li.clone-5:after {
    content: "05";
}

.admis-proced li.clone-6:after {
    content: "06";
}

.admis-proced li.clone-7:after {
    content: "07";
}

.admis-proced li:hover span.clo-icon {
    opacity: 1;
    filter: grayscale(0);
    transition: all 500ms ease-in-out 0s;
}

.admis-proced li:hover span:after {
    width: 50px;
    transition: all 500ms ease-in-out 0s;
}

.admis-proced li:hover:after {
    color: #EB5406;
    /* color: #0790b9; */
    transition: all 500ms ease-in-out 0s;
}

.admis-proced li span.clo-icon:before,
.admis-proced li span.clo-icon:after {
    content: none;
}

.course-ticks.admin {
    background: #fff url(assets/images/rit-bg.png) no-repeat scroll 0 0;
    background-size: cover;
    height: 795px;
    padding: 40px 80px 40px 70px;
    width: 490px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 40px;
    padding: 0 10px;
}

textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 40px;
    padding: 0 10px;
}

.required {
    color: red;
    font-size: 18px;
}

.callaction-btn {
    background: #0790b9 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    display: none;
}

.callaction-btn a {
    color: #fff;
    display: block;
    float: left;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 40%;
    font-size: 16px;
}

.callaction-btn a.brouch {
    width: 60%;
    background-color: #EB5406;
}

.admis-proced-inner ul {
    list-style: none;
    padding: 0;
}

.admis-proced-inner ul li {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    color: #EB5406;
    text-align: left;
    position: relative;
    width: 100%;
    /* padding-left: 180px; */
    vertical-align: top;
    padding-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

.admis-proced-inner span.clo-icon {
    display: inline-block;
    padding-right: 0;
    opacity: 0.3;
    filter: none;
    transition: all 500ms ease-in-out 0s;
    float: none;
    width: 100%;
    margin-top: 20px;
    font-size: 50px;
    color: #eb5406c7;
}

.admis-proced-inner span.clo-icon i {
    font-weight: bold;
}

.text-danger {
    font-size: 14px;
    margin: 0 0 4px 0 !important;
}

.wpcf7-response-output {
    color: #333333;
    margin: 0 !important;
    font-size: 11px !important;
}

.course-ticks label {
    margin-bottom: 10px;
}

.main-header.transparent-header.site-navbar li .nav-link::after {
    position: absolute;
    bottom: 3px;
    width: 0%;
    height: 2px;
    background: #EB5406;
    right: 0px;
    transition: all 500ms ease;
    opacity: 1;
    content: "";
}

.main-header.transparent-header.site-navbar li:hover .nav-link::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
    color: #000;
    left: 0;
}

.main-header.transparent-header.site-navbar li:hover .nav-link {
    color: #EB5406;
}

.main-header.transparent-header.site-navbar li:hover .dropdown-toggle::after {
    color: #EB5406 !important;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0;
    outline: none;
}


/*Responsive CSS */
@media screen and (min-width: 1200px) and (max-width: 1920px) {

    /* Your styles for screens between 1200px and 1919px */
    .bred-crums {
        top: 180px;
    }

    .banner-img {
        top: 240px;
    }

    .diff .bred-crums {
        top: 142px;
    }

    .site-navbar .site-branding img {
        transition: all 500ms ease-in-out;
        width: 80%;
    }
    .site-navbar.site-navbar-bg .site-branding img{
        width: 60%;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 10%;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {


    /* Styles for iPad in portrait */

    .navbar .dropdown>.dropdown-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        display: block;
        /* Keep it block, don't toggle display */
        padding: 0;
        /* Ensure no padding affects height */
        visibility: hidden;
        /* Prevent focus issues when collapsed */
        opacity: 0;
        /* Optional: fade effect */
        transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    /* When dropdown is active */
    .navbar .dropdown.show-sub>.dropdown-menu {
        max-height: 300px;
        /* Adjust based on expected content */
        visibility: visible;
        opacity: 1;
        overflow-y: auto;
        border: 0;
    }
    .main-header.transparent-header.site-navbar.site-navbar-bg .nav-link, .main-header.transparent-header.site-navbar.site-navbar-bg .dropdown-toggle::after {
        color: #fff !important;
    }
    .main-header.transparent-header.site-navbar .dropdown-toggle::after {
        position: absolute !important;
        right: 20px !important;
        top: 17px;
        bottom: auto !important;
    }
    .main-header.transparent-header.site-navbar li:hover .dropdown-toggle::after {
        color: #fff !important;
        width: auto !important;
        left: inherit;
    }

    .main-header ul.dropdown-menu .dropdown-item {
        background-color: #EB5406;
        color: #fff;
        border-color: #f1f1f159;
    }

    .main-header ul.dropdown-menu {
        width: 100%;
    }

    .destk {
        display: none !important;
    }

    .site-navbar .site-branding img {
        width: 50%;
    }

    .banner-img h4 {
        font-size: 24px;
    }

    .call-us {
        top: 44px;
    }

    .call-us a {
        font-size: 20px;
        line-height: 18px;
    }

    .app-nwo a {
        font-size: 16px;
    }

    .course-ticks {
        background-size: 100% 100%;
        padding: 40px 50px;
        width: 440px;
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .navbar-toggler-icon {
        filter: brightness(0.5);
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .navbar-toggler {
        border-color: #222 !important;
    }

    .main-header.transparent-header.site-navbar .navbar-nav.ms-auto {
        top: 79px;
    }

    .navbar-collapse>.navbar-nav.ms-auto {
        max-height: 0;
        /* overflow: hidden; */
        transition: max-height 0.3s ease;
        display: block;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    .navbar-collapse.show>.navbar-nav.ms-auto {
        max-height: 500px;
        visibility: visible;
        opacity: 1;
        /* overflow-y: auto; */
    }

    .navbar-nav.ms-auto {
        position: absolute;
        left: 0 !important;
        right: auto !important;
        width: 100%;
        top: 78px;
        padding: 0;
        background: #EB5406;
    }

    .collapse,
    .collapseing {
        /* display: none; */
        position: absolute;
        left: 0;
        width: 100%;
        top: 7px;
    }

    .navbar {
        position: revert !important;
    }

    .mobp {
        display: block;
    }

    .mobp.call-us {
        background: none;
        border: 0px;
        right: 0;
        top: 22px;
    }

    .mobp.call-us a {
        font-size: 0px;
        background: rgba(0, 0, 0, 0) url(assets/images/calling.png) no-repeat scroll 95% center;
        height: 35px;
        width: 35px;
        padding: 0px;
        display: block;
    }

    .mobp.call-us span {
        font-size: 0px;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 22px;
        border: 0;
    }

    .site-navbar.site-navbar-bg .site-branding img {
        width: 50%;
        transition: all 500ms ease-in-out;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .nav-link,
    .main-header.transparent-header.site-navbar.site-navbar-bg .dropdown-toggle::after {
        color: #fff !important;
    }
}





@media screen and (max-width: 767px) {
    .navbar .dropdown>.dropdown-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        display: block;
        /* Keep it block, don't toggle display */
        padding: 0;
        /* Ensure no padding affects height */
        visibility: hidden;
        /* Prevent focus issues when collapsed */
        opacity: 0;
        /* Optional: fade effect */
        transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    /* When dropdown is active */
    .navbar .dropdown.show-sub>.dropdown-menu {
        max-height: 300px;
        /* Adjust based on expected content */
        visibility: visible;
        opacity: 1;
        overflow-y: auto;
    }

    .navbar-collapse>.navbar-nav.ms-auto {
        max-height: 0;
        /* overflow: hidden; */
        transition: max-height 0.3s ease;
        display: block;
        /* Keep it block, don't toggle display */
        padding: 0;
        /* Ensure no padding affects height */
        visibility: hidden;
        /* Prevent focus issues when collapsed */
        opacity: 0;
        /* Optional: fade effect */
        transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    /* When dropdown is active */
    .navbar-collapse.show>.navbar-nav.ms-auto {
        max-height: 500px;
        /* Adjust based on expected content */
        visibility: visible;
        opacity: 1;
        /* overflow-y: auto; */
    }

    .main-header.transparent-header.site-navbar li:hover .nav-link {
        color: #fff;
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .nav-link,
    .main-header.transparent-header.site-navbar.site-navbar-bg .dropdown-toggle::after {
        color: #fff !important;
    }

    .main-header .dropdown-toggle::after {
        position: inherit !important;
        background: transparent !important;
        bottom: -3px !important;
        width: auto !important;
        color: #fff !important;
    }

    .main-header ul.dropdown-menu .dropdown-item {
        border-color: #f1f1f159;
    }

    .site-navbar .site-branding img {
        width: 50%;
    }

    .homebanner .carousel-caption h3 {
        font-size: 22px;
        line-height: 27px;
        padding-left: 30px;
    }

    .mobp {
        display: block;
    }

    .inner-banner img {
        height: 190px;
    }

    .banner-img h4 {
        font-size: 14px;
    }

    .diff .bred-crums {
        top: 100px;
    }

    .bred-crums li,
    .bred-crums a {
        font-size: 11px;
    }

    .diff .banner-img {
        top: 134px;
        height: auto;
    }

    .section-top {
        padding: 20px 0px 20px;
    }

    .homebanner .carousel-caption h3:after {
        content: none;
    }

    .choose-us p {
        width: 95%;
    }

    .why-choos {
        padding: 30px 0px !important;
    }

    .site-navbar.site-navbar-bg .site-branding img {
        width: 50%;
    }

    .main-header ul.dropdown-menu {
        width: 100%;
    }

    .main-header ul.dropdown-menu .dropdown-item {
        background-color: #EB5406;
        color: #fff;
    }

    .main-header ul.dropdown-menu {
        border: none;
    }

    .navbar-nav .dropdown a {
        padding: 0.5rem 10px;
    }


    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .collapse,
    .collapseing {
        /* display: none; */
        position: absolute;
        left: 0;
        width: 100%;
        top: 7px;
    }

    .callaction-btn {
        display: block;
    }

    .course-ticks {
        width: 100%;
    }

    .banner-img {
        top: 144px;
        height: auto;
    }

    .site-navbar .site-branding {
        padding: 5px 0px 5px 0;
    }

    .bred-crums {
        top: 100px;
        line-height: 15px;
    }

    .apply-now-btn,
    .app-nwo {
        display: none;
    }

    .main-header.transparent-header.site-navbar .navbar-toggler-icon {
        filter: brightness(0.9);
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .navbar-toggler-icon {
        filter: brightness(0.5);
    }

    .footer-container {
        padding-bottom: 50px !important;
    }

    .footer-nav a {
        margin: 0 3px;
        font-size: 13px;
    }

    .main-header.transparent-header.site-navbar .dropdown-toggle::after {
        position: absolute !important;
        right: 20px !important;
        top: 17px;
        bottom: auto !important;
    }

    .courses-details-cnt h5 {
        text-align: center;
    }

    .knw-mre {
        text-align: center;
        margin-bottom: 20px;
    }
}



@media (max-width: 575px) {
    .main-header.transparent-header.site-navbar .dropdown-toggle::after {
        position: absolute !important;
        right: 20px !important;
        top: 17px;
        bottom: auto !important;
    }

    .mobi {
        display: block !important;
    }

    .disp {
        display: none !important;
    }

    .destk {
        display: none !important;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 13px;
        border: 0;
    }

    .navbar-nav.ms-auto {
        position: absolute;
        left: 0 !important;
        right: auto !important;
        width: 100%;
        top: 78px;
        padding: 0;
        background: #EB5406;
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .navbar-nav.ms-auto {
        top: 63px;
    }

    .main-header.transparent-header.site-navbar .navbar-nav.ms-auto {
        top: 63px;
    }

    .navbar-nav li {
        padding: 0;
    }

    .main-header.transparent-header.site-navbar li:hover .dropdown-toggle::after {
        color: #fff !important;
        width: auto !important;
        left: inherit;
    }

    .navbar-nav .dropdown {
        padding: 0;
    }

    .navbar-nav .dropdown .dropdown-menu li {
        padding: 0;
    }

    .navbar {
        position: revert !important;
    }

    .mobp.call-us {
        background: none;
        border: 0px;
        right: 0;
        top: 12px;
    }

    .mobp.call-us span {
        font-size: 0px;
    }

    .mobp.call-us a {
        font-size: 0px;
        background: rgba(0, 0, 0, 0) url(assets/images/calling.png) no-repeat scroll 95% center;
        height: 35px;
        width: 35px;
        padding: 0px;
        display: block;
    }

    .course-ticks,
    .course-ticks.admin {
        height: auto;
        background-size: cover;
        padding: 20px 15px 20px 20px;
        width: 100%;
        background-image: url(assets/images/rit-mb.jpg);
        border-radius: 5px;
        background-repeat: no-repeat;
    }

    .banner-img {
        top: 144px;
        height: auto;
    }

    .site-navbar .site-branding {
        padding: 5px 0px 5px 0;
    }

    .bred-crums {
        top: 100px;
        line-height: 15px;
    }

    .apply-now-btn,
    .app-nwo {
        display: none;
    }

    .callaction-btn {
        display: block;
    }

    .main-header.transparent-header.site-navbar .navbar-toggler-icon {
        filter: brightness(0.9);
    }

    .main-header.transparent-header.site-navbar.site-navbar-bg .navbar-toggler-icon {
        filter: brightness(0.5);
    }

    .footer-container {
        padding-bottom: 50px !important;
    }

    .footer-nav a {
        margin: 0 3px;
        font-size: 13px;
    }

    .admis-proced li::after {
        font-size: 50px;
        width: 60px;
    }

    .admis-proced li {
        padding-left: 100px;
        padding-bottom: 40px;
        font-size: 20px;
        line-height: 22px;
    }

    .admis-proced li span {
        display: inline-block;
    }

    span.clo-icon {
        padding-right: 170px;
    }

    .admis-proced li span:before {
        content: none;
    }

    .admis-proced li {
        display: inline-block;
    }

    .admis-proced ul:before {
        left: 33px;
    }

    .admis-proced li span br {
        display: none;
    }
}