﻿.pb-one {
    padding-bottom: 20px;
}

.sp-two {
    padding: 70px 0px 50px;
}

.sec-title-two {
    position: relative;
    bottom: 0px;
    margin-bottom: 40px;
}

.course-section h4 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 800;
}

.left-side-area {
    margin-right: -20px;
}

.course-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

    .course-section:before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        content: '';
        background: #222A90;
    }

    .course-section h4 {
        color: #ffffff;
    }

    .course-section .title-text span {
        position: relative;
        color: #b1b1b1;
    }

.course-item-one {
    position: relative;
    display: table;
    width: 100%;
    background: #ffffff;
    margin-bottom: 40px;
}

    .course-item-one .image-box {
        position: relative;
        display: table-cell;
        vertical-align: top;
        width: 40%;
        overflow: hidden;
    }

        .course-item-one .image-box figure {
            margin-bottom: 0px;
            display: inherit;
        }

        .course-item-one .image-box img {
            width: 300px;
            transform: scale(1.05);
            transition: all 500ms ease;
            height:200px;
        }

    .course-item-one:hover .image-box img {
        transform: scale(1.2);
        transition: all 500ms ease;
    }

    .course-item-one .image-box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 8;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(-90deg);
        -ms-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #C00415;
    }

    .course-item-one:hover .image-box:before {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }

    .course-item-one .overlay a {
        background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
        border-radius: 50%;
        color: #222;
        font-size: 20px;
        height: 60px;
        margin: 0 5px;
        line-height: 60px;
        opacity: 0;
        display: inline-block;
        text-align: center;
        -webkit-transform: translateX(0%) translateY(-30%) scale(0.9);
        -ms-transform: translateX(0%) translateY(-30%) scale(0.9);
        transform: translateX(0%) translateY(-30%) scale(0.9);
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 60px;
    }

        .course-item-one .overlay a:hover {
            background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
            color: #f36371;
        }

    .course-item-one:hover .overlay a {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0%) scale(1);
        -ms-transform: translateX(0) translateY(0%) scale(1);
        transform: translateX(0) translateY(0%) scale(1);
    }

    .course-item-one .overlay {
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        z-index: 10;
    }

    .course-item-one:hover .overlay {
        opacity: 1;
    }

    .course-item-one .image-text {
        position: relative;
        display: table-cell;
        padding: 25px;
        width: 55%;
    }

        .course-item-one .image-text h6 a {
            font-size: 18px;
            line-height: 27px;
            font-weight: 600;
            color: #333333;
            display: inline-block;
            transition: all 500ms ease;
        }

            .course-item-one .image-text h6 a:hover {
                color: #f36371;
                transition: all 500ms ease;
            }

.image-text .ratting-star {
    padding: 10px 0px;
    border-bottom: 1px solid #e8e8e8;
}

    .image-text .ratting-star li {
        display: inline-block;
    }

        .image-text .ratting-star li i {
            color: #f36371;
        }

.course-item-one .course-info {
    padding: 12px 0px;
    border-bottom: 1px solid #e8e8e8;
}

    .course-item-one .course-info li {
        color: #333333;
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
    }

        .course-item-one .course-info li i {
            color: #f9be4d;
            font-size: 12px;
            margin-right: 5px;
            line-height: 26px;
        }

        .course-item-one .course-info li h5 {
            color: #333333;
            font-size: 20px;
            line-height: 26px;
            font-weight: 700;
        }

.course-item-one .link-btn {
    margin-top: 20px;
}

    .course-item-one .link-btn .thm-btn {
        padding: 5px 28px;
    }

        .course-item-one .link-btn .thm-btn:hover {
            color: #fff;
        }

.course-item-one .link-btn {
    margin-top: 20px;
}

.bg-clr1 {
    background: #C00415;
    color: #fff;
}

.thm-btn {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    font-family: 'Poppins', sans-serif;
}

/* footer section */

.dk-footer {
    padding: 0px 0 0;
    background-color: #f7f6f3;
    position: relative;
    z-index: 2;
}

.foot-leftbox {
    position: relative;
}

.dk-footer-box-info {
    position: relative;
    top: 0px;
    background: #f0eee7;
    padding: 30px;
    z-index: 2;
}

.footer-info-text {
    margin: 26px 0 32px;
}

.foot-contact {
    padding: 30px 0px 0px 0px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.21);
    margin-bottom: 20px;
}

.dk-footer .contact-us {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.contact-us {
    position: relative;
    z-index: 2;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

.dk-footer .contact-icon i {
    font-size: 30px;
    top: -25px;
    position: relative;
    color: #C00415;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.dk-footer .contact-us .contact-info {
    margin-left: 20px;
    color: #262626;
}

.contact-info h3 {
    font-size: 17px;
    color: #C00415;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: inherit;
}

.footer-left-widget {
    padding-left: 10px;
}

.footer-widget .foot-section-heading {
    margin-bottom: 25px;
}

.footer-widget h3 {
    font-size: 21px;
    color: #C00415;
    position: relative;
    margin-bottom: 15px;
    max-width: fit-content;
    font-weight: 400;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #C00415;
}

    .animate-border:after {
        position: absolute;
        content: "";
        width: 35px;
        height: 3px;
        left: 0;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        animation: animborder 2s linear infinite;
    }

@keyframes animborder {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(113px);
    }
}

.footer-widget ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget a {
    color: #464646;
    transition: all 0.3s;
    text-decoration: none;
}

.dk-footer-form {
    position: relative;
}

    .dk-footer-form input[type=email] {
        padding: 14px 28px;
        border-radius: 50px;
        background: #F0EEE7;
        border: 1px solid #E3E2DF;
    }

.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 9px 24px 15px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #e23d27;
    background: #e23d27;
    color: #fff;
    cursor: pointer;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
}

.footer-social-link ul {
    width: 100% !important;
    padding: 0;
    margin: 20px 0px 0px 0px !important;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-social-link li {
    display: inline-block;
}

.footer-widget a {
    color: #464646;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-social-link a i.fa-facebook {
    background-color: #3B5998;
}

.footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}

    .footer-social-link a i.fa-twitter {
        background-color: #55ACEE;
    }

    .footer-social-link a i.fa-youtube {
        background-color: #B7242A;
    }

    .footer-social-link a i.fa-instagram {
        background-color: #B7242A;
    }

    .footer-social-link a i.fa-linkedin {
        background-color: #0976B4;
    }

.copyright {
    padding: 28px 30px;
    background-color: #C00415;
}

    .copyright span, .copyright a {
        color: #fff;
    }

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

    .back-to-top .btn-dark {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 7px;
        position: fixed;
        bottom: 40px;
        left: 20px;
        background: #e23d27;
        border-color: #e23d27;
        z-index: 999;
        transition: all 0.3s linear;
    }

.btn {
    margin: 5px 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1rem;
}

.btn-dark {
    color: #fff;
}

/* our program*/


/* our Stranght */
/*.elementor-element.elementor-element-43122f2:not(.elementor-motion-effects-element-type-background){
background-color: #222A90;
}*/


.affs {
    padding-top: 15px;
    padding-bottom: 10px;
}

    .affs h4 {
        text-align: center;
        padding: 25px;
        font-family: 'Exo';
        color: #C00415;
        font-weight: 600;
        font-size: 35px;
    }

.affilation {
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 1px 1px 4px 1px black;
    border-radius: 15px;
    background: linear-gradient(45deg,#29166f, #2f5b91);
}

    .affilation img {
        height: 180px;
        width: 160px;
        padding-bottom: 15px;
    }

    .affilation p {
        color: #fff;
        font-family: inherit;
        font-size: 16px;
        line-height: 25px;
    }

.affs {
    position: relative;
    background-color: #f7f9fb;
}

.our {
    text-align: start;
    color: #0A0A0A;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2em;
}


/* course */
.gisips_main_title h4 {
    margin-top: 3rem;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 3rem;
}

.gisips_main_title {
    border-bottom: 1px dashed #f9be4d !important;
    padding-bottom: 2px !important;
}

.filter-layout p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1rem;
    text-align:justify;
}

.title-bar-medium-left {
    position: relative;
    font-size: 18px !important;
    color: #192f59;
    margin-bottom: 10px;
    font-weight: 600;
    padding-top: 16px;
}

    .title-bar-medium-left:before {
        content: "";
        height: 2px;
        width: 60px;
        border: 1px solid #192f59;
        position: absolute;
        left: 0;
        bottom: -5px;
        z-index: 1;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
    }

.ne ul li:before {
    content: "\f101";
    margin-right: 10px;
    color: #192f59;
    font-family: "fontawesome";
    font-size: 18px;
}

.ne ul li {
    margin: 0;
    padding: 0;
    line-height: 35px;
    font-size: 15px;
    text-align: justify;
}

/* career */

.placement {
    background: #f5f5f5;
    padding: 15px 20px;
    box-shadow: 5px 5px 13px 1px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.incontent p {
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}

    .incontent p label {
        display: inline-block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.5;
        color: #212529;
    }

.btns-submit {
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: #C00415;
    color: #fff;
    margin-top: 40px;
    margin-left: 18px;
}

.job-title {
    padding-bottom: 30px;
    font-size: 2rem;
    font-weight: 700;
    color: #C00415;
}

.job-image {
    margin-top: -27px;
    height: 350px;
    object-fit: cover;
}

/* Date Sheet */

.tables {
    width: 100%;
}

th {
    background: #C00415;
    font-size: 18px;
    color: #fff;
}

td {
    font-size: 17px;
}

tr, th, td {
    border: 1px solid black;
    padding: 5px 15px;
    text-align: center;
}

table tr td img {
    width: 40px;
    height: 40px;
}
/* Approval */

.card-header {
    margin-bottom: 11px !important;
    padding: 12px !important;
    background-color: #192f59 !important;
    border-radius: 4px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header .mb-0 a {
        color: #fff;
        font-weight: 600;
        font-size: 20px;
    }

.widget-title-page ul li {
    background: #dbf0f9 none repeat scroll 0 0;
    color: #000;
    margin-bottom: 12px;
    padding: 10px 40px;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 500;
    /* border-bottom: 1px dashed#e79800; */
    border-bottom: 3px solid #c7cccc;
    border-top: 1px solid #c7cccc;
    border-left: 1px solid #c7cccc;
    border-right: 1px solid #c7cccc;
    font-family: 'Poppins', sans-serif;
}

    .widget-title-page ul li::before {
        content: "\f101";
        font-family: fontawesome;
        position: absolute;
        color: #f2c264;
        left: 35px;
        font-size: 16px;
        margin-left: -12px;
    }

.widget-title-page a {
    color: #000000 !important;
}

.widget-title-page ul li i {
    position: absolute;
    color: #C80505 !important;
    right: 40px;
    font-size: 22px !important;
    font-weight: 700;
    text-align: right;
}

.title-h5 {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 36px !important;
    color: #C00415 !important;
}

.facilities-card {
    margin-bottom: 35px;
    margin-top: 20px;
    background-color: #edededa6;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px grey;
}

    .facilities-card h3 {
        margin-bottom: 5px;
        font-family: 'Exo';
        font-size: 25px;
        color: #da251c;
    }

    .facilities-card p {
        margin-top: 10px;
        text-align: justify;
        font-size: 16px;
        color: #343434;
        font-family: system-ui;
    }

    .facilities-card img {
        padding: 3px;
        width: 100%;
        height: 250px;
        border: 1px solid #a7a7a7;
    }

    .facilities-card h5 {
        font-size: 17px;
        color: #29166f;
    }

    .img-cl-hehtt{
            border: 2px solid black;
    padding: 12px;
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
    width:100%;
    margin-bottom:30px;
        }