html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #211f1f;
    margin: 0;
    padding: 0;
    background: white;
}


/*Default Style*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: unset;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
}

.theme-btn {
    padding: .875rem 2.75rem;
}

.theme-orange {
    background: #e38b00;
    color: white;
}

.theme-blue {
    background: #032646;
    color: white;
}

.color-orange {
    color: #e38b00;
}

.color-blue {
    color: #0c0b39;
}

.theme-light-bg {
    background: #e5eef6;
}

.p-17 {
    font-size: 17px;
}

.f-15 {
    font-size: 15px;
}

.box-shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.border-unset {
    border: unset;
}

.form-control {
    background-clip: unset;
}

.bg-unset {
    background: unset;
}

.max-width {
    width: 600px;
}

.btn {
    border-radius: unset;
}

.counter-section,
.target,
.online-course,
.event-listing,
.event-gallery,
.blog,
.blog-detail,
.aboutus,
.abt-counter,
.timeline,
.result,
.result-list,
.student,
.faculties,
.course,
.blog-block,
.contact-section {
    padding: 30px 0;
}

.carousel .btn:hover,
.post .btn:hover,
.career-form .btn:hover,
.contact-form .btn:hover,
.result .btn:hover,
.search-student .btn:hover,
.join-us:hover {
    background: #0c0b39;
    color: white;
}

.get-course:hover {
    background: white;
    color: #0c0b39;
}

.form-control {
    border-radius: unset;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ff9600;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.sec-title h2 {
    position: relative;
    display: block;
    line-height: 1.2em;
    color: #0c0b39;
    font-weight: 700;
}

.sec-title .divider {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 150px;
    text-align: center;
}

.sec-title .divider:before,
.sec-title .divider:after {
    position: absolute;
    left: 0;
    top: 9px;
    height: 1px;
    width: 52px;
    background-color: #0c0b39;
    content: "";
}

.bg-fill .divider:before,
.bg-fill .divider:after {
    background-color: white !important;
}

.sec-title .divider:after {
    left: auto;
    right: 0;
}

.divider .fa {
    color: #0c0b39;
}

.bg-fill .divider .fa {
    color: white;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #0c0b39 !important;
}


/*pre loader*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c0b39;
    z-index: 999999;
    text-align: center;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 46%;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*1. Top Header*/

.top-header {
    background-color: #0c0b39;
    color: white;
}

.top-header .btn {
    border-radius: unset;
    font-size: 13px;
}

.top-header .btn:hover {
    background: white;
    color: #e38b00;
}

.marquee {
    padding: 10px 0 0;
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 15s linear infinite;
}

.marquee span:hover {
    animation-play-state: running;
}


/* Make it move */

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
}


/*2. Main Header*/

nav {
    padding: 0.5rem 0 !important;
}

.navbar-nav .nav-link {
    color: #0c0b39;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px!important;
}

.navbar-nav .nav-item .nav-link {
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient( to right, #e38b00, #e38b00 50%, #0c0b39 50%);
    background-image: -moz-linear-gradient( to right, #e38b00, #e38b00 50%, #0c0b39 50%);
    background-image: -ms-linear-gradient( to right, #e38b00, #e38b00 50%, #0c0b39 50%);
    background-image: -o-linear-gradient( to right, #e38b00, #e38b00 50%, #0c0b39 50%);
    background-image: linear-gradient( to right, #e38b00, #e38b00 50%, #0c0b39 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.navbar-nav .nav-item .nav-link:hover {
    transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}

.dropdown-toggle::after {
    color: #0c0b39;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background: white;
    border-radius: unset;
    border: unset;
    box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, .2);
}

.dropdown-item {
    color: #0c0b39 !important;
}

a.dropdown-item:hover {
    color: #e38b00 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0c0b39 !important;
    text-decoration: none;
    background-color: unset;
}

.top-header .btn {
    padding: .575rem .75rem;
}

.navbar-toggler {
    color: #0c0b39 !important;
}

.navbar-toggler:focus {
    outline: unset;
    outline: unset;
}

.ti-align-left {
    font-size: 24px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #e38b00eb;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.sidenav a:hover,
.dropdown-btn:hover {
    color: #f1f1f1;
}

.dropdown-container {
    display: none;
    padding-left: 8px;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.sticky {
    position: fixed;
    top: 0 !important;
    width: 100%;
    background: white;
    z-index: 99999;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
    animation: smoothScroll 1s forwards;
    -webkit-animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }
    100% {
        transform: translateY(0)
    }
}


/*3. Slider*/

.carousel-inner {
    /* height: 600px; */
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.carousel-indicators {
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    width: 4px;
    height: 20px;
    border-top: unset;
    border-bottom: unset;
    opacity: unset;
}

.carousel-indicators .active {
    height: 25px;
    background: #e38b00;
}

.carousel-caption {
    bottom: unset;
    top: 150px;
    right: unset;
    max-width: 600px;
    text-align: left;
}

.apply-now {
    font-size: 18px;
    padding: 8px 18px;
}


/*4. Features*/

.features {
    padding: 50px 0 0;
    z-index: 1;
    position: relative;
}

.feature-box {
    position: relative;
    padding: 25px 30px 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border: 1px solid #e38b00;
}

.feature-box .fa {
    color: #e38b00;
    font-size: 30px;
}

.feature-box:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}


/*5. About Us*/

.about-us {
    padding: 50px 0 50px;
    position: relative;
}

.bottom-line {
    position: relative;
    text-align: center;
    margin: auto;
    padding: 1rem;
}

.bottom-line:after,
.bottom-line:before {
    position: absolute;
    bottom: 0;
    width: 20%;
    height: 2px;
    background: #e38b00;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bottom-line:before {
    bottom: 5px;
    width: 10%;
}

.about-box i {
    font-size: 40px;
    color: white;
    background: #e38b00;
    padding: 30px;
}

.button-box .left-btn,
.button-box .right-btn {
    position: relative;
    font-size: 14px;
    padding: 0 30px;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    line-height: 60px;
    margin: 0 4px;
}

a.left-btn:before {
    position: absolute;
    content: '';
    background: #e38b00;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}

a.left-btn:after {
    position: absolute;
    content: '';
    background: #e38b00;
    width: 40px;
    height: 100%;
    top: 0;
    left: -17px;
    z-index: -1;
}

a.right-btn:before {
    position: absolute;
    content: '';
    background: #e38b00;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}

a.right-btn:after {
    position: absolute;
    content: '';
    background: #e38b00;
    width: 40px;
    height: 100%;
    top: 0;
    right: -17px;
    z-index: -1;
}


/*6. Service*/

.services {
    padding: 70px 0;
}

.services .card {
    -webkit-box-shadow: 3px 28px 24px -33px rgba(43, 80, 240, 1);
    -moz-box-shadow: 3px 28px 24px -33px rgba(43, 80, 240, 1);
    box-shadow: 3px 28px 24px -33px rgba(43, 80, 240, 1);
    border-radius: unset;
}

.services .card .fa {
    color: #e38b00;
}


/*7. Counter*/

.counter-section {
    position: relative;
    z-index: 100;
    background: #fffbd561;
}

.counter {
    border: 2px dashed #ddd;
    position: relative;
    padding: 10px 5px;
    margin-bottom: 1.5rem;
    transition: all 1.4s linear;
    background: #fff;
}

.counter .count-text {
    font-size: 13px;
    font-weight: 600;
}

.counter-box {
    text-align: center;
}

.count-title {
    position: absolute;
    bottom: -36px;
    padding: 0.5rem;
    color: white;
    background: #e38b00;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 130px;
}

.counter-section .counter-box .count-title {
    background: #0c0b39 !important;
}

.counter .fa {
    color: #e38b00;
}

.margin-bottom {
    margin-bottom: 2rem !important;
}


/*8. Events*/

.events {
    position: relative;
    padding: 50px 0 90px;
}

.events .slick-center .client-block {
    box-shadow: 1px 1px 20px 7px rgba(0, 0, 0, 0.08);
    opacity: 1;
}

.events .center .card {
    position: relative;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.events .center .card {
    margin-top: 5rem;
    border: unset;
}

.event-wrapper {
    position: relative;
    border: transparent;
    border-radius: 10px;
    overflow: hidden;
}

.event-wrapper:before {
    content: "";
    background: #e5eef68a;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .75;
}

.event_video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.event_video a {
    height: 60px;
    width: 60px;
    background: #fd6500;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    border-radius: 50%;
    color: #fff;
    transition: .3s;
}


/*10. Online course*/

.pa-2 {
    padding: 2rem;
}


/*13. Video faq*/

.video-faq {
    position: relative;
    background: #0c0b39;
}


/*13. Upcoming Events*/

.event-info ul li {
    display: inline;
}


/*15. event gallery*/

.event-gallery .autoplay img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.event-gallery .slick-slide .gallery-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.event-gallery .slick-slide .gallery-item:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    background: #030749d1;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.event-gallery .slick-slide .gallery-item:hover:before {
    opacity: 1;
}

.event-gallery .slick-slide .gallery-item:hover .content {
    display: block !important;
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: white;
    padding: 1rem;
}

.event-gallery .slick-slide .gallery-item:hover .content h5 {
    bottom: 20px !important;
    top: unset;
}

.event-gallery .content {
    display: none !important;
}


/*16. Blog*/

.blog {
    position: relative;
}

.read-more {
    border: 1px solid #df5027;
    border-radius: 22px;
    font-size: 15px;
    background: linear-gradient(to right, #E31E24 0%, #009846 193%);
}

.post_inner {
    background: #f5fbff;
}

.post:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
}

.post:hover .post_inner {
    background: white !important;
}

.post {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border: 2px dashed #dddd;
}

.post:hover {
    -webkit-box-shadow: 0 5px 35px 0 rgba(51, 51, 51, 0.05);
    box-shadow: 0 5px 35px 0 rgba(51, 51, 51, 0.05);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.post img {
    height: 233px;
    object-fit: cover;
    width: 100%;
}

.joinus {
    padding: 50px 0;
}

.joinus-content {
    padding: 3rem;
    margin-top: -40px;
}

.joinus-content .read-more {
    font-size: 16px;
}

.left-mr {
    margin-left: -9rem;
    margin-top: 2.5rem;
}

.p-10 {
    padding: 10rem;
}


/*17. Footer*/

footer p {
    color: #c5c5c5;
    line-height: 2;
}

footer ul {
    list-style: none;
    padding-left: 0;
    color: #c5c5c5;
}

footer ul li {
    padding-bottom: 20px;
    color: #fff;
}

footer .fas {
    font-size: 20px;
    color: #e38b00;
}

footer ul li a:hover {
    color: #e38b00;
}

.address-icon .fa {
    font-size: 20px;
}

.social-icon li {
    display: inline-block;
    margin-right: 1rem;
    font-size: 18px;
}


/*********************************About us Page************************************/

.about-title {
    font-size: 60px;
    line-height: 1 !important;
}

.about-img {
    position: relative;
}

.about-img .img_1 {
    border: 1px solid rgb(227, 139, 0);
    position: relative;
    max-width: fit-content;
    padding: 1rem;
}

.about-img .img_2 {
    position: absolute;
    right: 0;
    bottom: 35px;
    padding: 1rem;
    background: #e38b00;
    justify-content: space-between;
    width: 200px;
}

.img_2 .video-btn {
    right: 0;
    left: unset;
}

.target-block {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.target-block:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.target-block:hover .target-icon {
    transform: rotateY(190deg);
}

.target-block .target-icon {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.target-block .border-line {
    z-index: unset;
}

.abt-counter .counter-box .counter {
    margin-bottom: 3rem !important;
}


/*History*/

.timeline .slick-dots {
    display: none !important;
}

.slider-for {
    margin: auto;
    max-width: 600px;
}

.history_slide {
    position: relative;
}

.history_slide:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: black;
    left: 0;
    top: 65px;
    z-index: -1;
}

.timeline .fa {
    padding: 0.5rem;
}

.timeline .slick-center .fa {
    color: #e38b00;
    position: relative;
    border: 1px solid #e38b00;
    border-radius: 50%;
    padding: 0.5rem;
}

.timeline .slick-center h3 {
    font-weight: bold;
    color: #e38b00;
}

.timeline .slick-prev,
.timeline .slick-next {
    display: none !important;
}


/*3. Target*/

.target {
    background: url("../images/bg_1.jpg");
}

.target-block {
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

.border-line {
    width: 100%;
    height: 100%;
    position: absolute;
    /* border: 1px solid #4d4a74; */
    top: 5px;
    left: 5px;
    z-index: -1;
}


/*4. Testimonial*/

.client-block {
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    padding: 35px 35px;
    margin: 24px 18px;
    opacity: .4;
    cursor: pointer;
}

.client-block img {
    width: 60px;
}

.events .slick-next {
    right: 46% !important;
    bottom: -53px !important;
}

.events .slick-prev {
    left: 46% !important;
    bottom: -53px !important;
}


/*********************************Contact Page************************************/

.contact-form {
    border: 1px solid #e38b00;
    position: relative;
    padding-right: 170px !important;
}

.form-control:focus {
    border-color: #0c0b39;
    box-shadow: unset;
}

.contact-icon {
    margin-right: -65px;
    background: #e38b00;
    padding: 1rem;
    width: 70px;
}

.contact-form input {
    border-radius: unset;
}

.contact-form .form-group label {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}

.contact-form ::placeholder {
    font-size: 14px;
}

.ml-minus {
    padding: 3rem 0 0;
    margin-left: -113px;
}

.contact-section .media {
    padding: 2rem!important;
    margin-right: 5rem;
    min-height: 146px;
}


/*********************************Career Page************************************/

.career {
    padding: 50px 0;
}

.border-box {
    position: relative;
    height: 170px;
    border: 1px solid #e38b00;
}

.career-form {
    padding: 1rem;
}

.career-form {
    border: 1px solid #e38b00;
    position: relative;
    z-index: 1;
}

.resume {
    border: 2px dashed rgba(0, 0, 0, .15);
    padding: 10px;
    text-align: center;
    font-size: 15px;
}


/*********************************Blog Page************************************/

.blog-block {
    position: relative;
    padding: 50px 0;
}


/*********************************Blog Detail************************************/

.blog-img img {
    width: 100%;
}

.share .social-icon li {
    margin-right: 1rem;
    margin-left: 0;
    font-size: 16px;
    border: 1px solid;
    border-radius: 50%;
    width: 35px;
    line-height: 34px;
    text-align: center;
    height: 35px;
}

.blog-category ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 0px;
    color: #0f1934;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}

.blog-category ul li:last-child {
    border-bottom: none;
}

.blog-category ul li::before {
    content: "\f061";
    font-family: FontAwesome;
    right: 0px;
    top: 10px;
    position: absolute;
    color: #e38b00;
    padding-right: 10px;
}

.comments img,
.recent-blog img {
    width: 60px;
}


/*********************************Gallery Page************************************/

.gallery {
    padding: 50px 0;
}

#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
}

#filters li {
    float: left;
    border: 2px solid #e38b00;
    margin-right: 1rem;
    border-radius: 17px;
    font-size: 16px;
}

#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #e38b00;
    cursor: pointer;
}

#filters li span.active {
    background: #e38b00;
    color: #fff;
    border-radius: 10px;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden;
    position: relative;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
}

.portfolio .label {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #e38b009e;
    top: 0;
    right: 0;
    opacity: 0;
}

.portfolio .label-bg {
    background: #e38b009e;
}

.portfolio .label-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.label-text a {
    font-size: 20px;
    transform: translateX(46px);
    transition: all .4s;
    opacity: 1;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}

.label-text span {
    font-size: 13px;
    letter-spacing: 2.6px;
    transform: translateX(-20px);
    transition: all .4s;
    opacity: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}

.portfolio:hover .label {
    opacity: 1;
}

.portfolio:hover img {
    top: unset;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 95%;
    }
    #portfoliolist .portfolio {
        width: 48%;
        margin: 1%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 70%;
    }
}


/*********************************Achievement Page************************************/

.achievement {
    padding: 50px 0;
}

.achievement h3 {
    position: relative;
    padding-left: 75px;
}

.achievement h3:before {
    content: '';
    position: absolute;
    width: 65px;
    top: 37%;
    height: 4px;
    left: 0;
    background: #e38b00;
}

.img-block {
    position: relative;
    border: 1px solid #e38b00;
    height: 365px;
    width: 355px;
    float: right;
}

.cust_img {
    position: absolute;
    left: -100px;
    top: 55px;
    padding-right: 70px;
}

.left-block {
    float: left !important;
}

.left-block .cust_img {
    right: -110px;
    left: 0;
    padding-left: 70px;
    padding-right: 0;
}


/*********************************Faculties Page************************************/

.team-image {
    position: relative;
    border: 1px solid #e38b00;
}

.team-image img {
    width: 200px;
}

.faculty-block {
    position: relative;
    height: 100%;
    margin-bottom: 5rem;
}

.faculty-block:hover .team-image {
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: rotateY(180deg);
}

.faculties-info {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}


/*********************************Result Page************************************/

.autoplay img {
    height: 270px;
}

.result_img {
    position: relative;
}

.result_img img {
    object-fit: cover;
}

.result .read-more {
    font-size: 18px;
}

.result-box table {
    font-size: 17px;
}

.overlay {
    background-color: #0c0b39a8;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    transition: all ease .5s;
    opacity: 0;
}

.overlay-text {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 50px;
    color: white;
}

.result_img:hover .overlay,
.result_img:hover .overlay-text,
.Portfolio:hover .overlay,
.Portfolio:hover .overlay-text {
    opacity: 1;
}

.slick-prev,
.slick-next {
    background: #e38b00 !important;
    height: 40px !important;
    width: 40px !important;
    top: unset;
    bottom: 20px;
}

.autoplay .slick-next {
    left: -70px !important;
    margin-left: 5px;
}

.autoplay .slick-prev {
    left: -110px!important;
}


/*********************************Course Page************************************/

.course .Portfolio {
    position: relative;
    float: left;
    width: 30%;
    margin: 2rem 1rem 0;
    transition-duration: 0.4s;
    animation: winanim 0.5s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(12, 11, 57, 0.18);
}

.course .Portfolio img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.course .nav {
    padding: 0 20px;
}

.course .nav li a {
    margin: 5px;
    padding: 15px 50px;
    font-size: 16px;
    color: #e38b00;
    border: 1px solid #e38b00;
}

.nav .nav-link {
    border-radius: unset;
}

.course .nav a:hover {
    color: white;
    background: #e38b00;
}

.course .nav .active {
    color: white;
    background: #e38b00;
}

.course-desc .btn:hover {
    border: 1px solid #0c0b39;
    color: #fff;
    background: #e8522f;
}

@keyframes winanim {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}


/*********************************Student Page************************************/

.student-img {
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.student-img:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.student-desc {
    position: relative;
    border: 1px solid #e38b00;
    padding: 0 2rem;
    margin-top: 1rem;
}

.std_desc_two b {
    margin-right: 0.5rem;
}

.video {
    position: relative;
}

.video img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(227, 139, 0, 0.72);
}

.contact-us {
    padding: 50px 0;
}

.contact-us-block {
    position: relative;
    border: 1px solid #e38b00;
    height: 400px;
}

.contact-us .slick-next {
    right: 45%;
    top: unset;
    bottom: -60px;
}

.contact-us .slick-prev {
    left: 45%;
    top: unset;
    bottom: -60px;
}


/*scroll to top*/

#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #e38b00;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll {
    display: inline;
}

#scroll 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;
}

#scroll:hover {
    background-color: white;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}

#scroll:hover span {
    border-bottom-color: #e38b00;
}


/*media query*/

@media only screen and (min-width: 992px) {
    .events .slick-prev {
        left: 45% !important;
    }
    .events .slick-next {
        right: 46% !important;
    }
    .social-connect li {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .hidden-lg {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .top-btn {
        text-align: center !important;
    }
    .carousel-inner {
        height: unset;
    }
    .hidden-md {
        display: none;
    }
    .social-connect {
        bottom: 35px;
    }
    .contact-us {
        padding-top: 0 !important;
    }
    .contact-us .slick-prev {
        left: 43%;
    }
    .contact-us .slick-next {
        right: 43%;
    }
    .course-block {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .course .nav li a {
        padding: 15px 35px;
    }
    .course .Portfolio {
        width: 45%;
    }
    .course .nav {
        padding: 0;
    }
    .contact-section .media {
        margin-right: unset;
    }
    .target-block {
        padding: 1rem !important;
    }
    .online-course-inner .count-title {
        position: absolute;
        bottom: -28px;
        padding: 0.5rem;
        background: #e38b00;
        max-width: 100px;
        font-size: 20px;
    }
    .events {
        padding: 50px 0;
    }
    .client-block {
        margin: 0 18px;
    }
    .abt-counter .counter-box {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .team-img img {
        height: 300px;
    }
    .comment {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .search-course .counter-box .counter {
        margin-bottom: 4rem;
    }
    .carousel-caption {
        top: 100px;
        right: 15% !important;
    }
    .contact-us {
        padding: 0 !important;
    }
    .joinus-content {
        margin: unset !important;
    }
    .social-connect {
        bottom: 30px;
    }
    .contact-us-block {
        height: unset;
    }
    .contact-us-block .single-item .slick-slide {
        padding-bottom: 0 !important;
    }
    .announcement {
        display: none;
    }
    .target-block {
        text-align: center;
    }
    .bottom-footer {
        flex-direction: column;
        text-align: center;
    }
    .client-block {
        opacity: unset;
    }
    .video {
        margin: 3rem 0 !important;
    }
    .video-area {
        padding: 150px 0;
    }
    .course .Portfolio {
        width: 100%;
        margin-right: unset;
        margin-left: unset;
    }
    .course .nav li a {
        padding: 10px 15px;
    }
    .course .nav li a {
        font-size: 15px;
    }
    .img-block {
        position: unset;
        border: unset;
        width: unset;
        height: unset;
    }
    .cust_img {
        position: unset;
        padding-right: unset !important;
        padding-left: unset !important;
    }
    .img-block .border-line {
        display: none;
    }
    .blog-block .post {
        margin-bottom: 0;
    }
    .contact-form {
        padding-right: 3rem !important;
    }
    .ml-minus {
        margin-left: unset;
    }
    .contact-icon {
        margin-right: unset;
    }
    .course-block {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .online-course-inner .counter-box .counter {
        margin-right: 8rem;
        margin-left: 8rem;
    }
    .small-screen {
        padding: 3rem !important;
        padding-bottom: 0 !important;
    }
    .social-connect li {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .team-block h4 {
        font-size: 1.3rem;
    }
    .counter-img img {
        width: unset !important;
    }
    .last-child {
        margin-bottom: 0 !important;
    }
    .margin-bottom {
        margin-bottom: unset;
    }
    .result-box .sec-title {
        text-align: center;
    }
}

@media only screen and (max-width: 650px) {
    .about-img .img_2 {
        margin-left: auto;
        left: 0;
        margin-right: auto;
        bottom: -25px;
    }
}

@media only screen and (max-width: 600px) {
    .carousel-caption h1 {
        font-size: 1.5rem;
    }
    .online-course-inner .counter-box .counter {
        margin-right: 2rem;
        margin-left: 2rem;
    }
}

@media only screen and (max-width: 500px) {
    .carousel-caption {
        top: 50px;
    }
}

@media only screen and (max-width: 576px) {
    .team-img img {
        height: 300px;
    }
    .social-connect li {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .online-course .counter-box .counter {
        margin-right: 3rem;
        margin-left: 3rem;
    }
}

@media only screen and (max-width: 425px) {
    .contact-us .slick-next,
    .contact-us .slick-prev {
        bottom: -45px;
    }
    .button-box .left-btn,
    .button-box .right-btn {
        font-size: 13px;
        padding: 0px 12px 0 15px;
    }
    .apply-now {
        font-size: 15px;
        padding: 6px 10px;
        margin-top: 0 !important;
    }
    .carousel-caption h1 {
        font-size: 1.2rem;
    }
    .carousel-caption {
        top: 30px;
    }
    .course-block {
        display: block !important;
    }
    .course-block img {
        display: block;
    }
    .course-block .course-text {
        margin-top: 1rem !important;
        padding-left: 0 !important;
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    .carousel-caption h1 {
        font-size: 1.2rem;
    }
    .carousel-caption {
        top: 30px;
    }
    .banner-desc {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    .carousel-caption h1 {
        font-size: 1rem;
    }
    .carousel-caption {
        top: 10px;
    }
}


/*--- new css --*/

.form-slider {
    position: absolute;
    top: 40%;
    width: 40%;
    left: 0;
    right: 0;
    border-radius: 5px;
    margin: auto;
    z-index: 9;
    background: #fff;
}

.form-slider .form-group {
    margin-bottom: 0;
    border: 4px solid #e8522f;
    border-radius: 2px;
}

button.search_btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #e38b00;
    padding: 10px;
    border: none;
    color: #fff;
}

button.search_btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #e8522f;
    padding: 10px 20px;
    border: none;
    height: 100%;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
}

.form-slider form {
    margin-bottom: 0;
}

.form-slider .form-group input.form-control {
    height: 45px;
}

.form-slider .form-group button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.about-main {
    padding: 80px 0;
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
    position: relative;
}

@media (min-width: 1200px) {
    .usp_box {
        width: 153px;
        height: 153px;
        float: right;
        margin: 0 0 5px 5px;
    }
    .clearfix {
        clear: both;
    }
}

.usp_bg3 {
    background: #f4f3f3;
    color: #000;
}

.usp_bg1 {
    background: #e38b00;
    color: #fff;
}

.usp_bg2 {
    background: #e38d03;
    color: #fff;
}

.usp_box {
    padding: 15px;
}

.usp_box i {
    font-size: 28px;
    text-align: right;
    display: block;
}

.usp_box h4 {
    color: #000;
    font-size: 25px;
    margin-bottom: 0;
}

.usp_box strong:after {
    content: ' ';
    clear: right;
    display: block;
}

.about-content p {
    font-size: 15px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.sec-title h4.title {
    font-size: 35px;
}

.contact-us span.title {
    font-size: 25px;
    margin-bottom: 5px;
}

.counter-section a:hover {
    color: #211f1f;
}

.counter-img img.img-fluid {
    height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 50px;
}

.counter-section a,
.counter-img img {
    transform: translateY(1%);
    -webkit-transform: translateY(1%);
    -moz-transform: translateY(1%);
    -ms-transform: translateY(1%);
    -o-transform: translateY(1%);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.counter-section a:hover .counter-img img {
    transform: translateY(-20%);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
}

.live-services ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.live-services img {
    height: 65px;
    border-radius: 50px;
    float: right;
}

.live-services ul li {
    padding-top: 7px;
    font-size: 15px;
    display: block;
    color: #fff;
}

.live-services ul li:hover a {
    color: #fff;
}

.course-category-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
}

.course-category-list ul li {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    margin: 2px 0;
    border-radius: 5px;
    color: #333;
    font-size: 12px;
}

.main-course {
    margin: 0 20px;
    margin-bottom: 20px;
    padding: 20px 20px;
    background: #224196;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.main-course hr {
    border-color: #f2f2f28a;
    margin: 10px 0 20px 0;
}

a.btn-apply {
    background: #e8522f;
    font-size: 15px;
    padding: 8px;
    color: #fff;
    border-radius: 5px;
    /* float: right; */
}

.course-category-list {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.course-category-btn {
    width: 100%;
}

.form-main-enquire label {
    color: #fff;
}

input.form-cubmit {
    padding: 9px 30px;
    background: #e38b00;
    color: #fff;
    border: none;
}

input.form-control {
    height: 35px;
}

select.form-control {
    height: 35px;
}

section.all-courses-list {
    padding: 30px 20px;
    background: #f4f4f4;
}

section.all-courses-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

section.all-courses-list ul li {
    display: inline-block;
}

section.all-courses-list ul li a {
    font-size: 14px;
    color: #85857f;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 5px;
    font-family: sans-serif;
    padding-bottom: 5px;
}

section.all-courses-list h5 {
    font-size: 18px;
    color: #0c0b39;
    margin-bottom: 2px;
    font-weight: 600;
}

li.breadcrumb-item a {
    font-size: 15px;
    font-weight: 500;
}

li.breadcrumb-item.active {
    line-height: 23px;
    font-size: 15px;
    color: #333;
}

.breadcrumb-wrap {
    background: #e9ecef;
}

.breadcrumb-item a:hover {
    color: #e38b00;
}

.breadcrumb-item a i {
    font-size: 21px;
}

.serach-results {
    background: #0c0b39;
    padding: 10px 0 0;
    text-align: center;
    position: sticky;
    top: 100px;
}

.serach-results h3 {
    font-size: 21px;
    margin-bottom: 1px;
    color: #fff;
}

.serach-results h4 {
    font-size: 17px;
    margin-bottom: 0;
    color: #fff;
}

.faq-section .mb-0>a {
    display: block;
    text-align: left;
}

.faq-section .mb-0>a:after {
    content: "\f106";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    font-weight: 600;
}

.faq-section .mb-0>a[aria-expanded="true"]:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 600;
}

.serach-results .card-body {
    padding: 0;
}

.serach-results .card-body .card-header {
    border: none;
    margin: 5px 0;
    border-radius: 0;
    padding: 8px 10px 5px;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    background: #e4e4e4;
    outline: 0;
}

.serach-results .card-body .card-header h5 {
    font-size: 17px;
    font-weight: 600;
}

.serach-results .card-body .card {
    border: none;
    border-radius: 0;
}

.serach-results .card-body .card:nth-child(1) .card-header {
    margin-top: 20px;
}

.faq-section .mb-0>a:hover {
    color: #333;
}

.categories-results {
    padding: 30px;
}

.serach-faq .card {
    border-radius: 0;
}

.serach-title {
    position: relative;
}

.serach-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background: #0c0b39;
    height: 25px;
    z-index: 9;
    width: 32px;
    margin: auto;
    transform: rotate(45deg);
    border-radius: 1px;
}

.serach-faq {
    margin-top: 15px;
}

.search-input input.form-control {
    height: 35px;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-family: sans-serif;
    background: #f1f1f1;
    border: 1px solid #efefef;
    box-sizing: border-box;
    outline: 0;
}

.search-input {
    margin: 2px 3px 5px;
}

.search-form .form-group {
    margin: 4px 0 0 10px;
    text-align: left;
}

.search-form .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.search-form .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
}

.search-form .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 3px solid #e38b00;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.search-form .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 8px;
    width: 8px;
    height: 17px;
    border: solid #e38b00;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.search-form.stream {
    max-height: 210px;
    overflow: auto;
    padding: 10px 5px;
}

.search-form.stream::-webkit-scrollbar {
    width: 8px;
    box-shadow: inset 0 0 3px rgb(179, 179, 179);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.search-form.stream:-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.search-form.stream::-webkit-scrollbar-thumb {
    background: #e38b00;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.search-form.stream::-webkit-scrollbar-thumb:hover {
    background: #e38b00;
}

.serach-title a:hover {
    color: #e38b00;
}

.breadcrumb-wrap .breadcrumb {
    padding: 25px 20px;
}

.institut-detalis-box .itemTopSec {
    background: linear-gradient(rgba(44, 46, 65, .7), rgba(44, 46, 65, .7)), url(https://images.click.in/classifieds/images/164/19_04_2023_22_37_38_f3e9f4b605daf19b8e5047a8cafaab8d_l.jpg);
    height: 100px;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}

.institut-detalis-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.institut-detalis-box .itemTopSec .itemImgSec .imageCountSec ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.institut-detalis-box .itemTopSec .itemLogoSec {
    bottom: 10px;
    position: absolute;
    top: 15px;
}

.institut-detalis-box .itemTopSec .itemLogoSec .itemLogoBox {
    width: 70px;
    height: 70px;
    float: left;
    background: #fff;
}

.institut-detalis-box .itemTopSec .itemLogoSec .itemLogoBox img {
    width: 100%;
    height: 100%;
}

.institut-detalis-box .itemTopSec .itemLogoSec .itemName {
    display: flex;
}

.institut-detalis-box .itemTopSec .itemLogoSec .itemName h1 {
    font-size: 15px;
    margin: 0 0 0 15px;
    text-transform: uppercase;
    line-height: 20px;
}

.institut-detalis-box .itemTopSec .itemLogoSec .itemName h1 a {
    font-weight: 600;
    color: #fff;
    transition: .7s all;
}

.institut-detalis-box .itemSec .itemMidSec {
    padding: 7px 10px;
}

.itemMidSec .itemLocationSec ul li {
    display: block;
    font-size: 10px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.itemMidSec .itemLocationSec ul li:last-child {
    margin-top: 5px;
}

.itemMidSec .itemLocationSec ul li i {
    margin-right: 5px;
}

.itemSec .itemMid3Sec {
    padding: 10px;
}

.itemMid3Sec .itemFacilitySec {
    text-align: center;
    display: none;
}

.itemMid3Sec .itemFacilitySec img {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    width: 34px;
    height: 34px;
}

.itemMid2Sec {
    padding: 10px 10px;
    border-bottom: 1px solid #dbdbdb;
}

.itemMid2Sec .itemCourseSec ul li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 10px;
}

.itemMid2Sec .itemCourseSec ul li a {
    background: 0 0;
    font-size: 10px;
    font-weight: 500;
    border: 1px solid #e38b00;
    padding: 4px 9px;
    border-radius: 100px;
    color: #e38b00;
    transition: .6s all;
}

.itemMid3Sec {
    padding: 10px;
    display: none;
}

.itemMid4Sec {
    background: #f7f7f7;
    padding: 7px 10px;
}

.itemMid4Sec .itemLinkSec ul li {
    display: inline-block;
    margin-right: 17px;
}

.itemMid4Sec .itemLinkSec ul li a {
    font-size: 11px;
    color: #e38b00;
    text-transform: uppercase;
}

.itemBottomSec {
    padding: 20px 10px;
    background: #f5f5f5;
}

.itemBottomSec ul li {
    display: inline-block;
    margin-right: 10px;
}

.itemBottomSec ul li:first-child a {
    border: 2px solid #e38b00;
    color: #e38b00;
}

.itemBottomSec ul li:first-child a:hover {
    background: #e38b01;
    color: #fff;
}

.itemBottomSec ul li:last-child a {
    border: 2px solid #0d0c3a;
    color: #13123f;
}

.itemBottomSec ul li:last-child a:hover {
    background: #13123f;
    color: #fff;
}

.itemBottomSec ul li a {
    background: 0 0;
    color: #fff;
    padding: 6px 17px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    transition: .7s all;
}

.itemApplySec a {
    background: #e38b00;
    display: block;
    padding: 12px 17px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.institut-detalis-box {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 20px #d0d0d0;
    margin-bottom: 15px;
}

.listitem--more {
    font-size: 15px;
    border: 1px solid #e7e7e7;
    width: auto;
    display: inherit;
    padding: 10px 20px;
    background: #f4f4f4;
    cursor: pointer;
    user-select: none;
    text-align: center;
    color: #2c2e41;
    margin: 0 auto 25px 0;
}

.search-form ul {
    margin: 0;
    padding: 0;
    background: #fff;
    border: 0;
}

.search-form li {
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #e7e7e7;
    color: #999;
    padding: 5px 6px 2px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.search-form li a span.ins_logo_sec {
    float: left;
    margin-right: 0;
    width: 20%;
}

.search-form li a span.ins_logo_sec img {
    width: 50px;
    height: 50px;
}

.ins_detail_sec h2 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 3px;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #404040;
}

.ins_detail_sec span.ins_location {
    color: grey;
}

span.ins_detail_sec {
    width: 60%;
    float: left;
    text-align: left;
}

.serach-results .title-course {
    background: #333;
    padding: 15px 0;
}

.serach-results .title-course h4 {
    font-size: 20px;
}

.institute-datails-list h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.institute-datails-list hr {
    margin: 10px 0;
    border-top: 1px solid #33333387;
}

.span-immigratio {
    margin: 30px 20px;
}

.span-immigratio .title-bar-bg {
    padding: 20px 10px;
    background: url(../images/details-banner.webp);
    box-shadow: 0 0 10px #00000052;
}

.dtl-clg-logo {
    display: table-cell;
    width: 146px;
}

.dtl-clg-title {
    display: table-cell;
    vertical-align: middle;
}

.dtl-clg-logo img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    min-height: 120px;
    border: 3px solid #2c2e41;
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    background: #fff;
}

.dtl-clg-title .clg-Name {
    font-family: Roboto;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #fff;
}

.dtl-clg-title .clg-Desc {
    width: 100%;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}

.dtl-clg-title .clg-Desc li {
    font-size: 14px;
    padding: 0 20px 0 0;
    margin: 0;
    color: #e1e1e1;
    text-transform: uppercase;
    line-height: 22px;
    display: inline-block;
}

.dtl-clg-title .clg-Desc li .fa {
    width: 18px;
    text-align: center;
    padding-right: 4px;
    color: #e38b00;
}

.span-immigratio .nav-tabs li {
    background: #fff;
    border: 0;
    border-left: 1px solid #cecece;
}

.span-immigratio .nav-tabs li:hover {
    background: #424242;
}

.span-immigratio .nav-tabs li:hover a {
    color: #fff;
}

.span-immigratio .nav-tabs li:hover a span {
    border: none;
}

.span-immigratio .nav-tabs li a {
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    transition: all .4s;
}

.main-shadow .nav-tabs {
    box-shadow: 0 0 10px #00000052;
    border: none;
}

.college_filter {
    padding: 5px;
    padding-bottom: 0;
}

.college_filter ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 10px;
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
}

.college_filter ul li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 7px;
    margin-bottom: 10px;
}

.detailTab-title {
    display: inline-block;
    max-width: 98%;
    border-bottom: 2px solid #f63;
    padding-bottom: 2px;
    margin-bottom: -2px;
}

.detailTab-title .h1_extend {
    position: relative;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #333;
    display: inline;
    width: auto;
}

.contentData p {
    font-size: 17px;
    line-height: 27px;
    color: #444;
}

.ins_highlights h1 {
    color: #464646;
    font-size: 22px;
    font-weight: 500;
}

.detailTab-title h1 {
    font-size: 20px;
}

.course_list_button a {
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 3px;
    transition: .4s box-shadow;
}

.course_list_button a.apply__course {
    background: #e38b00;
    color: #fff;
}

.course_list_button a.download__brochure {
    background: #fff;
    color: #e38b00;
    border: 1px solid #e38b00;
}

.course_list_button a.get__counseling {
    background: #3eba9f;
    color: #fff;
}

.detailTab-title h2 {
    font-size: 20px;
    margin: 10px 0 5px;
}

.detailTab-section ul {
    list-style: none;
    padding: 0;
    font-weight: 400;
    color: #666;
    padding-top: 10px;
    width: 100%;
}

.detailTab-section ul li a {
    color: #2c2e41;
    cursor: pointer;
    margin-right: 20px;
    font-size: 16px;
}

.detailTab-section ul li a .fa {
    padding-right: 6px;
    color: #e38b00;
}

.ins_department_list li {
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 20px;
}

.ins_department_list li a {
    font-size: 12px;
    color: #e38b00!important;
    font-weight: 400;
    border: 1px solid #e38b00;
    border-radius: 50px;
    padding: 6px 12px;
    display: block;
    transition: 1s all;
}

.ins_department_list li a:hover {
    background: #e38b00;
    color: #fff!important;
}

.filterCourses .courseDivideSec li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
}

.filterCourses .courseDivideSec li a {
    font-size: 12px;
    padding: 6px 12px!important;
    border: 1px solid #e38b00!important;
    background: #e38b00!important;
    color: #fff!important;
    border-radius: 100px;
}

.placement--icon:hover {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 0 0 1px rgb(0 0 0 / 8%);
    transition: all .4s linear;
}

.placement--icon {
    display: table;
    width: auto;
    height: auto;
    transition: all .4s linear;
    margin: 0 auto;
    font-size: 36px;
    line-height: 40px;
    border: 1px solid #cdcdcd;
    padding: 4px;
    background-color: #f4f4f4;
}

.placement--icon.med .placement--icon--box {
    width: 90px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
}

.placement--icon.med .placement--icon--box img {
    max-width: 90px;
    max-height: 40px;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    width: auto;
    height: auto;
}

.AlgnCenter {
    text-align: center;
}

.placement--item {
    margin-top: 20px;
    display: inline-block;
}

.placement--content .placement--content--box {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
    color: #2c2e41;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detailTab-section {
    display: inline-block;
    width: 100%;
}

.detailTab-section-title {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #e8e8e8;
}

.detailTab-section p a:hover {
    color: #f63;
}

.detailTab-section p a {
    font-weight: 500;
    color: #2c2e41;
    cursor: pointer;
    margin-right: 20px;
}

.facility--item {
    margin: 20px 0 0;
    display: inline-block;
}

.facility--icon {
    display: table;
    width: auto;
    height: auto;
    margin: 0 auto;
    font-size: 36px;
    line-height: 40px;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.facility--content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin: 10px 0 0;
    color: #2c2e41;
    text-transform: uppercase;
}

.facility--content:hover {
    color: #f63;
}

.shadow-box {
    box-shadow: 0 0 10px #00000052;
}

.smallScrollBar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    box-shadow: inset 0 0 3px rgb(179, 179, 179);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.smallScrollBar:-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.smallScrollBar::-webkit-scrollbar-thumb {
    background: #e38b00;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.smallScrollBar::-webkit-scrollbar-thumb:hover {
    background: #e38b00;
}

.college_filter ul li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 7px;
    margin-bottom: 10px;
}

.college_filter ul li a {
    border: 1px solid #7a7a7a;
    color: #7a7a7a;
    padding: 5px 12px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px;
    transition: all .6s;
}

.college_filter ul li a:hover {
    background: #e38b00;
    color: #fff;
    border-color: #e38b00;
}

.booknowHeader {
    font-size: 16px;
    font-weight: 500;
    height: auto;
    padding: 10px 20px;
}

.customerCareSec .customerCareLogo img {
    width: 80px;
}

.customerCareSec .customerCareHead {
    font-size: 20px;
    margin-top: 10px;
    color: #171717;
}

.customerCareBtnSec .customerCareExpert a {
    background: #3eba9f;
    border-color: #3eba9f;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.customerCareBtnSec .customerCareApplyNow a {
    background: #e38b00;
    border-color: #e38b00;
}

.pagecontainer2 {
    padding: 10px 20px;
}

.sharing_section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 10px 0;
}

.sharing_section ul li i {
    color: #fff;
    font-size: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.sharing_section ul li {
    display: inline-block;
    padding-right: 10px;
}

.sharing_section {
    margin-top: 30px;
}

.detailalsoLikeList--Head {
    display: block;
    background: #2c2e41;
    padding: 10px;
    color: #fff;
}

.detailalsoLikeList--Head h3 {
    font-size: 18px;
    display: inline-block;
    padding: 5px 0 2px 5px;
    margin: 0;
}

ul.detailalsoLikeList {
    margin: 0;
    padding: 0;
    background: #fff;
    border: 0;
}

ul.detailalsoLikeList li {
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #e7e7e7;
    color: #999;
    padding: 7px 10px 5px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.detailalsoLikeList li a:hover {
    color: #f63;
}

.relatedInsSec li a span.ins_logo_sec {
    float: left;
    margin-right: 13px;
}

.relatedInsSec li a span.ins_logo_sec img {
    width: 50px;
    height: 50px;
}

.relatedInsSec li a span.ins_detail_sec h2 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 3px;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #404040;
}

.relatedInsSec li a span.ins_detail_sec span.ins_location {
    color: grey;
}

.detailTab-section ul li {
    margin-bottom: 10px;
}

section.three-coures-pg {
    padding: 20px 30px;
}

section.three-coures-pg .nav-tabs li a,
.fee-structure-main .nav-tabs li a {
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    transition: all .4s;
    background: #fff;
}

section.three-coures-pg .nav-tabs li a:hover,
.fee-structure-main .nav-tabs li a:hover {
    background: #424242;
    box-shadow: none;
    color: #fff;
}

section.three-coures-pg .nav-tabs,
.fee-structure-main .nav-tabs {
    background: #333;
    border: none;
}

section.three-coures-pg.btn-group-sm .btn {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.contentData ul {
    list-style-type: circle;
    margin-left: 20px;
    padding: 0;
}

.contentData li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px !important;
}

.courseListBox .bg-light-gray {
    background-color: #f7f7f7;
}

.table tbody>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.coursesList table tbody tr td a {
    color: #0e417f;
    line-height: 22px;
    font-weight: 600;
    font-size: 15px;
    font-family: sans-serif;
}

.coursesList table tbody tr td {
    color: #555;
    padding: 10px;
    font-size: 13px;
}

.coursesList table tbody tr td:last-child a {
    background: #e38b00;
    padding: 4px 12px;
    color: #fff;
    border-radius: 17px;
    transition: all .4s;
    text-transform: uppercase;
}

.coursesList table tbody tr td:last-child a:hover {
    color: #fff;
}

.main-top-btn {
    width: 100%;
}

.main-top-btn .btn {
    width: calc(calc(100% / 3) - 20px) !important;
    border: 1px solid #33333347;
    background: #9f9b9b1f;
}

.fee-structure-main,
.addmission-news-main {
    padding: 20px 30px;
}

.fee-structure-main .nav-tab-content {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px transparent;
    color: #999;
}

.feeStructureSec ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.feeStructureSec ul li ul li.listMain {
    margin-right: 40px;
    padding: 8px 20px 8px 40px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    text-shadow: 0 1px 0 #000;
    color: #e6e2cf;
    position: relative;
    text-shadow: 1px 0 0 #000;
    background: #525252;
    min-width: 181px;
    width: auto;
    font-weight: 600;
}

.feeStructureSec ul li.listMain::after,
.feeStructureSec ul li.listMain::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -19px;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 1em solid;
    right: -1em;
}

.feeStructureSec ul li.listMain::after {
    z-index: 2;
    border-left-color: #525252;
}

.feeStructureSec ul li {
    display: inline-block;
    margin-right: 30px;
}

.feeStructureSec ul li a {
    background: #fe7500;
    color: #fff;
    padding: 8px 15px;
    border-radius: 2px;
    font-weight: 500;
    text-decoration: none;
}

.feeStructureSec ul li {
    margin-bottom: 20px;
}

.min-over-scroll {
    max-height: 325px;
    overflow: auto;
}

.min-over-scroll::-webkit-scrollbar {
    width: 10px;
    box-shadow: inset 0 0 3px rgb(179, 179, 179);
}

.min-over-scroll:-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.min-over-scroll::-webkit-scrollbar-thumb {
    background: #e38b00;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.min-over-scroll::-webkit-scrollbar-thumb:hover {
    background: #e38b00;
}

.newsListBox .newsRow {
    display: block;
}

.newsListBox .newsRow {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 10px;
}

.newsListBox .newsRow .newsRowImg {
    display: table-cell;
    padding-right: 15px;
}

.newsListBox .newsRow .newsRowHead {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.newsListBox .newsRow .newsRowImg span {
    background: #e38b00;
    color: #fff;
    font-size: 10px;
    padding: 7px 12px;
    margin-top: 4px;
    display: block;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    line-height: 14px;
}

.newsRowHead a {
    color: #000;
    font-size: 22px;
}

.newsRowHead a:hover {
    color: #e38b00;
}

.styled-pagination {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.styled-pagination li {
    position: relative;
    margin: 0 5px;
    display: inline-block;
}

.styled-pagination li a {
    position: relative;
    width: 50px;
    height: 50px;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 49px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #eff2f7;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.styled-pagination li a span {
    line-height: 50px;
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
    color: #fff !important;
    background-color: #e38b00;
}

.main-research-bg .panel-primary {
    border: 2px solid #e38b00;
    margin: 20px 0;
}

.main-research-bg .panel-primary .panel-heading {
    color: #fff;
    background-color: #e38b00;
    border-color: #e38b00;
    text-align: center;
    padding: 20px;
}

.main-research-bg .panel-primary>.panel-heading p {
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    font-size: 21px;
}

.main-research-bg .panel-body {
    padding: 15px 20px 0px;
}

.main-research-bg .formSection label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    color: #333333b0;
}

button.btn-resrarch-submit {
    padding: 10px;
    background: #e38b00;
    border: 1px solid #ecb256;
    font-size: 20px;
    color: #fff;
}

.mainContent>p,
.mainContent>ul {
    font-size: 18px;
    color: #4c4c4c;
    padding: 0;
    list-style: circle;
}

.mainContent ul li {
    margin-bottom: 12px;
}

.apply-online {
    margin-bottom: 20px;
}

.apply-online a {
    background: #e38b00;
    padding: 12px 50px;
    color: #fff;
    font-size: 19px;
    border-radius: 5px;
}

.share .social-icon li a i {
    line-height: 35px;
}

.active span {
    border-bottom: 2px solid #27283a;
}

.courseBoxSec {
    margin: 20px 0 5px;
}

.courseBoxSec a.courseListLink {
    color: #fff;
}

.courseStream--Head {
    display: inline-block;
    width: 100%;
    background: #2c2e41;
    padding: 5px;
    color: #fff;
}

.courseStream--Head h2,
.courseStream--Head h3 {
    font-size: 20px;
    display: inline-block;
    padding: 5px 0 5px 5px;
    margin: 0;
}

.courseStream--Row:nth-child(even) {
    background: #e6e3e333;
}

.courseStream--Row {
    color: #666;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

ul.courseStream--List {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #666;
    list-style-type: none;
}

ul.courseStream--List li.courseStream--List--Stream {
    width: 100%;
    text-align: left;
}

ul.courseStream--List li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0;
    padding: 10px;
}

ul.courseStream--List li.courseStream--List--Stream h3,
ul.courseStream--List li.courseStream--List--Stream h4 {
    padding: 5px 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #2c2e41;
}

ul.courseStream--Detail li.ft1,
ul.courseStream--Detail li.ft2,
ul.courseStream--Detail li.ft3 {
    width: 50%;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.courseDetailBox .courseDetailBoxRow {
    display: inline-block;
}

.courseDetailBox .courseDetailBoxRow .courseDetailBoxIcon {
    float: left;
    margin-right: 20px;
    margin-left: 3px;
    margin-top: 2px;
}

.courseDetailBox .courseDetailBoxRow .courseDetailBoxIcon i {
    font-size: 40px;
}

ul.courseStream--Detail li {
    display: inline-block;
    padding: 0;
    border: 0 solid #ccc;
    list-style-type: none;
}

@media (min-width: 600px) {
    ul.courseStream--Detail li.ft1 {
        width: 30%;
    }
}

.courseDetailBox i {
    color: #e38b00;
}

.courseDetailBox .courseDetailBoxRow .courseDetailBoxHead h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px!important;
    color: #333!important;
    padding: 0;
}

.courseDetailBox h1 {
    color: #e38b00;
}

.courseDetailBox .courseDetailBoxRow .courseDetailBoxHead h1 {
    margin: 0;
    font-size: 24px;
}

.courseDetailBox .courseDetailBoxRow .courseDetailBoxHead {
    float: right;
}

.fee_button {
    border-radius: 4px;
    padding: 10px 20px;
    background: #e38b00;
    color: #fff!important;
    margin-right: 0px !important;
    float: right;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

@media (min-width: 600px) {
    ul.courseStream--Detail li.ft3 {
        width: 40%;
    }
    ul.courseStream--Detail li.ft2 {
        width: 20%;
    }
}

.table-content td:first-child,
.table-content th:first-child {
    width: 60%;
}

.table-content a {
    font-size: 14px;
}

a.request-fees {
    background: #ff7900;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 3px;
    text-decoration: none;
    transition: .5s all;
    text-align: center;
}

a.request-fees:hover {
    color: #fff;
}

.loadMoreSec {
    margin-top: 10px;
}

.listitem--more {
    font-size: 15px;
    border: 1px solid #e7e7e7;
    width: auto;
    display: inherit;
    padding: 10px 20px;
    font-weight: 600;
    background: #f4f4f4;
    cursor: pointer;
    user-select: none;
    color: #2c2e41;
    margin: 0 auto 0 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.listitem--more:hover {
    color: #ff7900;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.downSec:first-child {
    border-top: 2px dotted #8e8e8e;
}

.downSec {
    border-bottom: 2px dotted #8e8e8e;
    padding: 8px 0;
    transition: all .7s;
}

.downSec .down_img {
    display: table-cell;
    padding-right: 20px;
    overflow: hidden;
    transition: all .7s;
}

.downSec .down_img img {
    width: 65px;
    height: 65px;
}

.downSec .down_title {
    display: table-cell;
    padding: 0!important;
    margin: 0;
    vertical-align: middle;
}

.downSec .down_title h3 {
    margin: 0;
    font-size: 20px;
}

.details-slider {
    margin-top: 10px;
    padding: 0;
}

.downSec .down_title h3 a:hover {
    color: #f63;
    text-decoration: none;
}

.downSec:hover>.down_img {
    transform: rotate(-20deg);
}

.newsRowHead h3 {
    margin-bottom: 0;
}

.newsRowHead p {
    margin: 0 0 10px;
}

.newsListBox .newsRow .newsRowImg img {
    width: 80px;
    height: 80px;
}

.review-rating {
    padding: 20px;
}

.review-rating a {
    padding: 10px 20px;
    background: #e38b00;
    margin: auto;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    float: right;
}

.job-vacancy-detalis p {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333333b5;
}

.job-vacancy-detalis {
    padding: 10px 0;
}

.job-vacancy-detalis .job_head {
    background: #e38b00;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.job-vacancy-detalis form label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    color: #33333396;
}

.job-vacancy-detalis .detailTab-section {
    display: inline-block;
    width: 100%;
}

.detailTab-section p a {
    font-weight: 500;
    color: #2c2e41;
    cursor: pointer;
    margin-right: 20px;
}

.span-contact-detalis {
    padding: 10px 0;
}

.span-contact-detalis table tr td:first-child {
    color: #797979;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}

.span-contact-detalis table tr td:last-child {
    color: #000;
    padding-bottom: 20px;
    font-size: 18px;
}


/*------------------------------------------------
-------------- Apply Online  ---------------------
--------------------------------------------------*/

.navigation {
    position: fixed;
    width: 230px;
    height: 100%;
    background: #e38b00;
    transition: all 0.4s;
    transition-timing-function: ease-in;
    overflow: hidden;
}

.navigation.active {
    width: 80px;
    transition: all 0.4s;
    transition-timing-function: ease-in;
}

.navigation ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 80px;
    padding: 20px 0 30px 10px;
    list-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    transition: all .4s ease;
}

.navigation.active ul {
    margin-top: 70px;
    transition: all .4s ease;
}

.navigation ul li {
    position: relative;
    width: 100%;
    list-style: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 5px;
    padding-left: 30px;
}

.navigation ul::-webkit-scrollbar {
    width: 8px;
}

.navigation ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.navigation ul::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.navigation ul::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.navigation ul li:hover,
.navigation ul li.hovered {
    background-color: #fff;
}

.navigation ul li a {
    position: relative;
    width: 100%;
    display: flex;
    text-decoration: none;
    color: #fff;
}

.navigation ul li:hover a,
.navigation ul li.hovered a {
    color: #333;
}

.navigation ul li a .icon {
    position: relative;
    display: block;
    line-height: 40px;
    text-align: center;
    border: none;
}

.navigation ul li a .icon ion-icon {
    font-size: 1.75rem;
}

.navigation ul li a .title {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: start;
    white-space: nowrap;
}

.toggle i {
    font-size: 35px;
}

.top-logo {
    text-align: center;
    padding-top: 20px;
    border-bottom: 2px solid #fff;
}

.navigation.active .top-logo {
    border-bottom: none;
}

.top-logo h5 {
    font-size: 30px;
    color: #fff;
    transition: all 0.4s ease-in;
    margin: 5px 0;
    display: inline-block;
}

.navigation.active .title {
    display: none;
}

.navigation.active .top-logo h5 {
    opacity: 0;
    visibility: hidden;
    display: none;
}

#toggle-on {
    width: 30px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #dddedf;
    padding: 5px;
    border-radius: 4px;
    position: relative;
}

#toggle-on div {
    width: 100%;
    height: 3px;
    background: #ffffff;
    margin: 5px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#toggle-on.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle-on.on .two {
    opacity: 0;
}

#toggle-on.on .three {
    transform: rotate(-45deg) translate(7px, -6px);
}


/* --------- curve outside ---------- */

.navigation ul li:hover a::before,
.navigation ul li.hovered a::before {
    content: "";
    position: absolute;
    right: 30px;
    top: -43px;
    z-index: 999;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 35px 35px 0 10px #fff;
    pointer-events: none;
}

.navigation ul li:hover a::after,
.navigation ul li.hovered a::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: -43px;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 35px -35px 0 10px #fff;
    pointer-events: none;
}

.active-menu {
    background-color: #fff;
    position: relative;
}

.active-menu .icon,
.active-menu .title {
    color: #333;
}

.active-menu a::before {
    content: "";
    position: absolute;
    right: 30px;
    top: -43px;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 35px 35px 0 10px #fff;
    pointer-events: none;
}

.active-menu a::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: -43px;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 35px -35px 0 10px #fff;
    pointer-events: none;
}


/* ===================== Main ===================== */

.main {
    position: absolute;
    width: calc(100% - 300px);
    left: 230px;
    min-height: 100vh;
    background: #fff;
    transition: 0.5s;
}

.main.active {
    width: calc(100% - 100px);
    left: 80px;
}

.topbar {
    display: inline-block;
    padding: 0 0 0 10px;
}

.toggle {
    position: relative;
    /* width: 60px; */
    cursor: pointer;
}

.navigation.active .topbar {
    padding: 10px 0;
}

.main-header {
    padding: 0 40px;
}


/* ====================== Responsive Design ========================== */

@media (max-width: 991px) {
    .navigation {
        left: -300px;
    }
    .navigation.active {
        width: 300px;
        left: 0;
    }
    .main {
        width: 100%;
        left: 0;
    }
    .main.active {
        left: 300px;
    }
    .navigation.active .title {
        display: block;
    }
}

@media (max-width: 768px) {
    .recentOrders {
        overflow-x: auto;
    }
    .status.inProgress {
        white-space: nowrap;
    }
    .navigation.active .title {
        display: block;
    }
}

@media (max-width: 480px) {
    .cardHeader h2 {
        font-size: 20px;
    }
    .user {
        min-width: 40px;
    }
    .navigation {
        width: 100%;
        left: -100%;
        z-index: 1000;
    }
    .navigation.active {
        width: 100%;
        left: 0;
    }
    .toggle {
        z-index: 10001;
    }
    .main.active .toggle {
        color: #fff;
        position: fixed;
        right: 0;
        left: initial;
    }
    .navigation.active .title {
        display: block;
    }
}


.img_logo{
    width: 40%!important;
}

marquee {
    display: block;
    padding: 10px 0;
}
.news_ticker a {
    padding: 0 10px;
}
.news_ticker{
    background: linear-gradient(to right, #E31E24 0%, #009846 193%);
}

marquee a{
    color:#fff;
    font-size:15px;
}

.tf__certificate {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.pb_60 {
    padding-bottom: 60px !important;
}

.tf__single_certificate {
    text-align: center;
}

.tf__single_certificate span {
    display: block;
    width: 60px;
    margin: 0 auto;
}

.w-100 {
    width: 100%!important;
}

.tf__single_certificate h4 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}

.pt_60 {
    padding-top: 60px !important;
}

.header-three .second-header {
    background: #125875;
}

.second-header::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 32%;
    background: #032646;
    top: 0;
    z-index: -1;
    left: -25px;
    transform: skew(30deg);
}

.second-header a, .second-header span {
    color: #fff;
}

.header-social a {
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
}

.header-cta ul li:first-child {
    margin-left: 0;
}

.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e1e1e140;
}

.header-cta .call-box {
    display: flex;
    text-align: left;
}

.call-box .icon {
    display: inline-block;
}

.header-cta .call-box .icon img {
    width: 35px;
}

.call-box .text {
    margin-left: 10px;
}

.call-box span {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: -5px;
}

.second-header {
    border: none;
    padding-bottom: 15px;
    background: #032646;
    padding-top: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.bg_linen {
    background-color: #F9F5F0;
}

.icon_box {
	padding: 5px 14px;
	z-index: 9;
	margin-top: 30px;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 6%), 0 6px 20px 0 rgb(0 0 0 / 6%);
}
.box_icon,
.intro_desc {
	position: relative;
}
.box_icon i {
	font-size: 40px;
}
.icon_box img {
	width: 100%;
}
.icon_box_style1.icon_box {
	background-color: #fff;
	padding: 15px;
	border: 2px solid #f6f6f6;
	-moz-transition: transform .25s cubic-bezier(.68,-0.55,.27,1.55);
	-webkit-transition: transform .25s cubic-bezier(.68,-0.55,.27,1.55);
	transition: transform .25s cubic-bezier(.68,-0.55,.27,1.55);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}
.icon_box_style1 .box_icon {
	float: left;
	margin-right: 20px;
}
.icon_box_style1.icon_box:hover {
	box-shadow: 0 0 14px rgba(0,0,0,0.05);
	-moz-transform: translate3d(0,-10px, 0);
	-webkit-transform: translate3d(0,-10px, 0);
	transform: translate3d(0,-10px, 0);
}
.icon_box_style1.icon_box img {
	max-width: 40px;
}
.icon_box_style1 .intro_desc {
	overflow: hidden;
}
.intro_desc h5 {
	text-transform: uppercase;
	font-family: system-ui;
	font-weight: 600;
	font-size: 13px;
}
.intro_desc p:last-child {
	margin: 0;
}
.icon_box_style2 .box_icon,
.icon_box_style3 .box_icon {
	border-radius: 100%;
	display: inline-block;
	padding: 0;
	position: relative;
	height: 100px;
	/* width: 100%; */
	text-align: center;
}
.icon_box_style2 .box_icon i,
.icon_box_style3 .box_icon i {
    line-height: 60px;
}
.icon_box_style2 .box_icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #fff;
	border-radius: 100%;
	margin: 0px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.icon_box_style2 .box_icon img {
	padding: 5px;
}
.icon_box_style2:hover .box_icon:before {
	margin: 5px;
	opacity: 1;
}
.icon_box_style2:hover {
	margin-top: 20px;
}
.icon_box_style3 .box_icon {
	/* overflow: hidden; */
}
.icon_box_style3:hover .box_icon i {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

.text_light_green {
	color: #B3D369 !important;
}
.text_danger {
	color: #F5576C !important;
}
.text_warning {
	color: #f5bf2f !important;
}
.text_orange {
	color: #F89035 !important;
}
.text_light_navy {
	color: #554DA7 !important;
}
.text_blue2 {
    color: #4382FF !important;
}
.text_pink {
    color: #F94FA4 !important;
}
.text_blue {
	color: #38DDF7;
}

.bg_black {
	background-color: #202325;
}
.bg_gray {
	background-color: #F7F7F7;
}
.bg_linen {
	background-color: #F9F5F0;
	padding: 50px 0;
}
.bg_default {
	background-color: #FFBC09;
}
.bg_light_green {
	background-color: #B3D369;
}
.bg_light_navy {
    background-color: #554DA7;
}
.bg_danger {
	background-color: #F6475F;
}
.bg_blue {
	background-color: #38DDF7;
}
.bg_blue2 {
    background-color: #e8522f;
}
.bg_blue_dark {
	background-color: #23428d;
}
.bg_blue_dark2 {
	background-color: #072044;
}
.bg_orange {
	background-color: #F89035;
}
.bg_pink {
	background-color: #F94FA4;
}
.bg_lightdanger {
	/* background-color: #FFDFE3; */
}
.bg_lightorange {
	background-color: #FBE6D4;
}
.bg_lightblue {
	background-color: #CAF7FF;
}
.bg_lightnavy {
	background-color: #D3CFFF;
}
.bg_lightblu2 {
	background-color: #C8DAFD;
}
.bg_lightpink {
	background-color: #FDCFE6;
}

.dealsSec {
    width: 100%;
    padding: 30px 0;
    background-color: #ffffff;
}
.dnt-title {
    font-size: 20px;
    margin: 0px 0;
    padding: 10px 0;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #E31E24 0%, #009846 193%);
    border-radius: 10px 10px 0px 0px;
}

.wt-bg {
    background-color: #fffbeb;
    box-shadow: 0px 7px 20px -5px rgb(150 150 150 / 29%);
    margin-bottom: 20px;
    max-height: 400px;
    overflow-x: hidden;
    padding: 9px 35px;
}

.subtn-btn {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff;
    background-color: #023047;
    border-color: #023047;
}

.tabset {
    margin-top: 10px;
    background: #fffbeb;
}

input[type="radio"]:checked {
    background-image: url(data:image/svg+xml,%3Csvg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.4 21.5-5.93-5.93-2.01 2.01 7.94 7.94 17.1-17.1-2.01-2.01z' fill='%23fff'/%3E%3C/svg%3E);
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #245884;
    border-color: #245884;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset > input:checked + label {
    border-color: #e8522f;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    color: #fff;
    background: #e8522f;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child, .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2), .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3), .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4), .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5), .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset .tab-panel {
    display: none;
}


.dnt_activist {
    width: 100%;
    max-height: 357px;
    overflow-x: hidden;
    padding-left: 15px;
    box-shadow: 0px 7px 20px -5px rgb(150 150 150 / 29%);
    margin-bottom: 21px;
}

.w3ls-pince {
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #d4d4d4;
    float: left;
    width: 100%;
}


.announcements ul li a{
    color:#000;
}

.announcements ul li {
    list-style: none;
    padding: 10px 0px 10px 10px;
    font-weight: bold;
    border-bottom: 1px dashed #000;
}

.pince-right h4 a{
    font-size:15px!important;
    font-weight: 600;
}

.bg_blue_dark {
    background-color: #23428d;
}

.register_form {
    background-color: rgba(255,255,255,0.1);
}

.padding_eight_all {
    padding: 8%;
}

.heading_s1 {
    padding: 20px 0;
}

.text_default {
    color: #e8522f!important;
}
.text_white * {
    color: #fff;
}

.form_transparent .form-control, .form_transparent .form-control:focus, .form_transparent .custom-file-input:focus ~ .custom-file-label {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-default, .page-item.active .page-link, .page-item .page-link:hover, .custome-checkbox .form-check-label::before, .custome-checkbox input[type="checkbox"] + .form-check-label::after, .tags a:hover, .fancy_box::before {
    border-color: #e8522f;
}

.btn-default, .bg_default, .scrollup:hover, .page-item.active .page-link, .page-item .page-link:hover, .sidebar .widget_title::before, .tags a:hover, .item_meta.duration, .course_rate .review_bar .rating, .grid_filter li a.current, .grid_filter li a:hover, .cat_style1 a:hover, .sub_heading::before, .carousel_style2 .carousel-control-next:hover, .carousel_style2 .carousel-control-prev:hover {
    background-color: #e8522f;
}

.custom_select {
    position: relative;
}

.form_transparent .form-control option {
    color: #000;
}

.list_style_1 li {
    list-style: none;
    margin-top: 15px;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    padding-right: 15px;
}
.list_style_1 {
    padding: 0;
}
.fdf_df {
    margin-right: 10px;
}

.rs-cta {
    position: relative;
}

.rs-cta .cta-img img {
    min-height: 300px;
    width: 100%;
}

.rs-cta .cta-content {
    position: absolute;
    width: 100%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mb-40 {
    margin-bottom: 40px;
}

.title_df{
    font-size: 36px;
    font-weight: 700;
}

.readon2 {
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #e8522f;
    position: relative;
    overflow: hidden;
}

#accordion {
    display: block;
}

.gadfd {
    display: none;
}

.font_sise{
    font-size:30px;
}

.section-heading {
    margin: 0 0 40px;
}

.popular-locations {
  padding: 50px 0;
  background: linear-gradient(to right, #E31E24 0%, #009846 193%);
  text-align: center;
  color: #fff;
  position: relative;
}
.popular-circleimg {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 14%;
  z-index: 0;
}
.popularcircle-img img {
  filter: invert(1) brightness(100);
}

.popular-locations .section-heading h2 {
    color: #fff;
    justify-content: center;
}

.section-heading h2 {
    font-weight: 700;
    font-size: 36px;
    color: #0d233e;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}



.browse-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 28px;
    border-radius: 6px;
    margin: 25px 0 0 0;
    display: inline-block;
}

.popular-locations .section-heading h2 span {
  color: #e8522f;
  background: #fff;
  background: url(https://listee.dreamguystech.com/html/assets/img/headingspan-bg.png);
  height: 62px;
  width: 62px;
  display: flex;
  align-items: center;
  background-position: center center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 0;
}
.popular-locations .section-heading h2 {
  color: #fff;
  justify-content: center;
}
.popular-locations .location-info-details {
  background: #f9fafc;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 15px;
  align-items: center;
  margin: 0 0px 25px 0px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  height: 200px;
}
.popular-locations .location-content p {
  color: #717171;
  margin-bottom: 10px;
  font-size: 14px;
}
.location-info-details .location-img img {
  border-radius: 10px;
  /* border: 1px dashed #ddd; */
  width: 100%;
  height: 100%;
}
.location-info:last-child {
  margin-right: 0;
}
.location-details {
  flex-wrap: wrap;
  justify-content: space-between;
}
.popular-locations .location-content {
  padding: 0 0px 0 15px;
  text-align: left;
  width: calc(100% - 148px);
}
.popular-locations .location-content a {
  font-size: 16px;
  font-weight: 600;
  color: #0d233e;
  display: inline-block;
  margin: 0 0 3px;
}
.popular-locations .location-content a:hover {
  color: #c10037;
}
.popular-locations .location-content a.view-detailsbtn {
  background: #fff;
  padding: 8px 8px;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  display: block;
  font-size: 14px;
  text-align: center;
  color: #374b5c;
  font-weight: normal;
  box-shadow: 0px 8px 18px -8px rgba(19, 16, 34, 0.15);
}
.popular-locations .location-content a.view-detailsbtn:hover {
  background: #e8522f;
  color: #fff;
}

.location-img {
    width: 48%;
}

.banner_img{
    width:100%!important;
    height:450px!important;
}

#about-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-05 {
    background-image: url(../../assets/images/bg-05.jpg);
}

.abox-1 {
    padding-left: 25px;
}

.abox-1 img, .abox-4 img, .abox-1 span, .abox-4 span {
    font-size: 73px;
    float: left;
    text-align: center;
    color: #ffff;
}


.abox-1-txt, .abox-4-txt {
    overflow: hidden;
    padding-left: 20px;
}

.abox-1 h5 {
    line-height: 1;
    margin-bottom: 1px;
    color:#fff!important;
    font-weight:600;
}

.abox-1 p, .a4-txt p, .abox-4 p {
    margin-bottom: 0;
}

.about-section p {
    text-align: justify;
    color:#fff!important;
}

.wide-60 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.banner-2-txt {
    padding: 0 25px;
    margin-bottom: 40px;
}

.banner-2-txt h3 {
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 30px;
    color:#fff;
    font-size: 46px;
}

.banner-2-txt h3 span {
    font-weight: 700;
    color:#fff;
}

#register-form {
    position: relative;
    z-index: 999;
    background-color: #6c757d61;
    border: 1px solid var(--cyan);
    color: #fff;
        padding: 20px 28px 20px;
    border-radius: 6px;
    background: linear-gradient(to right, #034179c2 0%, #009846 366%);
}

#register-form p {
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 5px;
}

#register-form .btn {
    background: #fff;
    color: #034179 !important;
    width: 70%;
    margin: 0 auto;
}
.form-btn {
    text-align: center;
}


















@media only screen and (max-width: 600px) {
 .navbar-dark .navbar-brand {
    color: #fff;
    width: 65%;
}

.carousel-inner img {
    width: 100%;
    height: 33%;
    object-fit: cover;
    object-position: top;
}

.form-slider {
    position: absolute;
    top: 40%;
    width: 77%;
    left: 0;
    right: 0;
    border-radius: 5px;
    margin: auto;
    z-index: 9;
    background: #fff;
}

.form-slider .form-group input.form-control {
    height: 36px;
}

.tf__single_certificate {
    text-align: center;
    margin-bottom: 27px;
}


.tf__single_certificate h4 {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
}

.pt_60 {
    padding-top: 30px !important;
}

.pb_60 {
    padding-bottom: 20px !important;
}

#accordion {
    display: none;
}

.gadfd {
    display: block;
}

.sec-title h4.title {
    font-size: 20px;
}

.font_sise{
    font-size:20px;
}

a.btn-apply {
    background: #e8522f;
    font-size: 12px;
    padding: 8px;
    color: #fff;
    border-radius: 5px;
    /* float: right; */
}

.icon_box img {
    width: 100%;
}

.categories-results {
    padding: 0px;
}
}
