@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body {

    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Mulish", sans-serif;
}

body {
    font-family: "Mulish", sans-serif;
    font-weight: 400;

    color: #2e2e2e;
    letter-spacing: 0.3px;
    overflow-x: hidden;
}



    /* Hide on mobile devices by default */
#tab-enquiry {
    display: block !important;
}

/* Show on screens wider than 768px (Desktop/Tablet) */
@media (min-width: 768px) {
    #tab-enquiry {
        display: none !important; /* or display: flex if you were using it */
    }
}


#logo_div {
    margin-left: 30px;
    text-align: right;
    font-weight: 600;
    font-size: 15px
}

.header-btn {
    background: #00babe;
    padding: 6px 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #00babe;
    /* border-radius: 19px !important;*/
}

.header-btn:hover,
.header-btn:focus {
    background: #fff0;
    border: 1px solid #0e71b2;
    color: #0e71b2
}


.agree-condition {
    font-size: 11px;
    line-height: 18px;
    display: inline;
    float: right;
    width: 90%
}

.carousel-indicators {
    bottom: 40px
}

.desktop_unique {
    display: block !important
}

.mobile_unique {
    display: none !important
}

.lp_modal .modal-header {
    padding: 0rem 1rem;
    border-bottom: unset
}

.lp_modal .modal-header .close {
    font-size: 2rem
}

#subscribe_form .form-control {
    padding: .5rem 7rem .5rem .5rem;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: unset
}

.sub_submit {
    text-transform: capitalize !important;
    background: #01315C;
    color: #fff;
    font-size: .8em;
    padding: .55rem 1rem;
    border-radius: unset !important
}

.lp_modal .modal-content {
    background: #A9232A;
    border: 2px solid #d1d1d1
}

.lp_modal .modal-body {
    padding: 2rem 1.5rem
}

a {
    color: #333;
    transition: all .35s
}

a:hover,
a:focus {
    color: #fcbd20
}

.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    margin-top: 20px
}
.carousel-item2
{

    height: 90vh !important;
}

.carousel-item:before {
    content: "";
    /*   background: linear-gradient(191deg, rgb(0 0 0 / 0) 0, rgb(0 0 0 / 45%) 64%);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.carousel-caption {
    text-align: left;
    top: 21%;
    left: 5%;
    z-index: 1;
}

.carousel-caption h3 {
    color: #a8222c;
    font-size: 38px
}

.carousel-caption h4 {
    color: #01315c;
    font-weight: 700;
    font-size: 38px
}

.carousel-caption h1 {
    font-size: 55px;
    font-weight: 800;
    line-height: 1.2;
}

.carousel-caption h2 {
    font-size: 49px;
    font-weight: 800;
    line-height: 1.2;
}
.carousel-caption img
{
    width: 300px;
}
.carousel-caption h1 small
{
      font-size: 64%;
    font-weight: 400;
}
  

.carousel-caption .programs {
    font-size: 1.1rem;
    margin: 20px 0;
    opacity: 0.9;
}

.carousel-caption .closed-badge {
    background: #e63946;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 20px;
}

.red-clrb {
    color: #e63946 !important;
}

.bg_blue {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    /* border: 1px solid #cfcfcf;*/
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.modern-box {
    transition: all 0.35s ease;
    border-radius: 22px;
    padding: 35px;
    color: #fff;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
}


.modern-box img {
    width: 75px;
    transition: 0.35s;
    margin-bottom: 10px;
}

.modern-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.modern-box h4 {
    font-weight: 800;
    font-size: 24px;
}

.content-section {
    /* background-color: #14548a; */

    color: #fff;
    position: relative;


    position: relative;
    color: #fff;
    z-index: 999;
    padding: 0px 0;
    margin: -100px;
    margin-bottom: 5em;
}

#testimonial-s img {
    width: 165px !important;
    float: left;
    display: block;
    margin-top: 24px;

}

.t-test {
    display: block;
    margin-left: 79px;
    border-radius: 55px;
    padding-left: 97px;
    padding-right: 25px;
    border: 1px solid #b2b2b2;
    border-right: 4px solid #c6c6c6;
           min-height: 387px;
    /* color: #fff;*/
}

.t-test h4 {
    font-weight: 600;
    font-size: 24px;
}

#testimonial-s .item {

    /* background: #2a4374; */
    /* background: rgb(0 74 126 / 25%);*/
    /*   background: rgb(255 255 255 / 90%);*/
    border-radius: 50px;
    height: 100%;
    padding: 20px 5px;
    /*    border: 1px solid #126fa7;*/
}

#testimonial-s .block {

    border-radius: 50px;

}

.test-std-name {
    font-size: 18px;
    line-height: 18px;
    color: #1271a9;
    font-weight: 700;

}

.testimonial-text {
    font-size: 15px;
    line-height: 24px;
    color: #000;

}

.test-std-details {
    font-size: 15px;
    line-height: 24px;
    color: #1270a8;
    font-weight: 400;
    color: #fd7673;

}

.testimonial-bg {
    background-image: linear-gradient(to right, #2a4374, #008dd7);
}

/*---form css---*/
.dsu-form h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #c42e2e;
}

.models_fieldGroup__C0awJ,
.form-group {
    /* Combined for consistency */
    margin-bottom: 12px;
}

.models_field__K89L6,
.input_inputBox__Wf8vH,
.form-control {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

select.models_field__K89L6,
select.form-control {
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 30px;
    /* Make space for the custom arrow */
}

.blackArrow {
    /* Custom arrow for select */
    /* This class is for styling, the background-image above is the actual arrow */
}

/* Mobile Input Group (Country Code + Phone + Button) */
.mobile-input-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.mobile-input-group input {
    margin-bottom: 0;
    /* Override default input margin-bottom */
}

.country-code-input {
    width: 48px;
    /* Fixed width for country code */
    margin-right: 5px;
    text-align: center;
}

.phone-number-input {
    flex-grow: 1;
    /* Allows phone number input to take remaining space */
}

/* OTP Section */
.models_OTPButton__osVob {
    /* Corresponds to models_OTPButton__osVob */
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
}

.genarteOTPBtn {
    /* Corresponds to genarteOTP */
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.genarteOTPBtn:hover {
    background-color: #218838;
}

.otpInput_enquirey_form {
    /* Corresponds to otpInput_enquirey_form */
    width: 70%;
    margin-left: 10px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e8e6e6;
    border-radius: 4px;
    font-size: 15px;
}

.otpInput_enquirey_form:disabled {
    background-color: #eee8d7;

}

/* Checkbox */
.form-check {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.models_checkInput__Ch2Vx,
.form-check-input {
    margin-top: 0.25em;
    /* Align checkbox with text */
    margin-right: 0.5em;
}

.form-check-label {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

/* Submit Button */
.btn.PopfornBtn.models_PopfornBtn__QP7jo,
.btn-red {
    /* Corresponds to PopfornBtn models_PopfornBtn__QP7jo */
    background-color: #007BFF;
    /* Changed to red as per .btn-red */
    color: #fff;
    border: none;
    padding: 7px 40px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
    /* Allow button to size based on content */
    display: inline-block;
    /* For text-center alignment */
    margin-bottom: 15px;
}

.btn.PopfornBtn.models_PopfornBtn__QP7jo:hover,
.btn-red:hover {
    background-color: #0056b3;
    /* Darker blue */
    background-color: #c82333;
    /* Darker red */
}

/* Disabled State */
.disabled,
.genarteOTPBtn:disabled,
.btn.PopfornBtn.models_PopfornBtn__QP7jo:disabled,
.btn-red:disabled {
    background-color: #cccccc !important;
    cursor: not-allowed !important;
}

/* Feedback Messages */
.message,
.errorBox {
    text-align: center;
    padding: 5px;
    margin-top: -10px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.success {
    background: #d4f8d4;
    color: #246924;
}

.error {
    background: #f8d4d4;
    color: #692424;
}

.info {
    background: #d4e8f8;
    color: #244969;
}

/* Specific styles from your previous HTML snippet */


.text_grey {
    color: #6c757d;
}

.font13 {
    font-size: 13px;
}


.fs-6 {
    font-size: 1rem !important;
}

/*start popup consent style*/
#cookieConsent {
    position: fixed;
    bottom: 20px;
    /*left: 20px;*/
    /*right: 20px;*/
    right: 20%;
    background: #f4f4f4;
    padding: 15px 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;
    font-family: sans-serif;
}

/*End SF form style*/
#cookieConsent p {
    margin: 0;
    padding: 0;
}

#cookieConsent button {
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    color: white;
    border: none;
    padding: 8px 20px;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 25px;
    font-weight: bold;
    transition: background 0.3s ease;
}

#cookieConsent button:hover {
    background: linear-gradient(45deg, #2575fc, #6a11cb);
}

#cookieConsent a {
    color: #2575fc;
    text-decoration: underline;
}

.formDiv1 {
    /* margin-bottom: 20px; */
    /* margin-bottom: 20px; */
    /* margin-bottom: 20px; */
    /* margin-bottom: 20px; */
    background: rgb(252 252 252);
    border-radius: 15px;
    padding: 25px 30px;
    /* margin: 40px auto; */
    border: 2px solid #f8a1a7;
    /* margin: 40px auto;
    /* margin: 40px auto; */
    /*   
    padding: 15px 35px;
    margin-top: -10px;
    
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
        width: 92%;*/
}

/*-----form css---*/

.btn--glow {
    position: relative;
    overflow: hidden;
}

.btn--glow:before {
    content: '';
    position: absolute;
    left: -20%;
    top: -10%;
    width: 0;
    height: 100%;
    transform: rotate(15deg) scale(1, 2);
    box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7);
    animation: button-glow 3000ms ease-in-out infinite;
}

@keyframes button-glow {
    0% {
        left: -20%;
    }

    50% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}


@-webkit-keyframes glowing {
    0% {
        background-color: #3F51B5;
        box-shadow: 0 0 3px #FFDD22;
    }

    50% {
        background-color: #10326a;
        box-shadow: 0 0 10px #fdba29;
    }

    100% {
        background-color: #233572;
        box-shadow: 0 0 3px #eca232;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #143b7c;
        box-shadow: 0 0 3px #2d569c;
    }

    50% {
        background-color: #0e3067;
        box-shadow: 0 0 10px #2d569c;
    }

    100% {
        background-color: #3F51B5;
        box-shadow: 0 0 3px #eca232;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #173972;
        box-shadow: 0 0 3px #2d569c;
    }

    50% {
        background-color: #3F51B5;
        box-shadow: 0 0 10px #2d569c;
    }

    100% {
        background-color: #153770;
        box-shadow: 0 0 3px #eca232;
    }
}

@keyframes glowing {
    0% {
        background-color: #123267;
        box-shadow: 0 0 3px #2d569c;
    }

    50% {
        background-color: #2a5298;
        box-shadow: 0 0 10px #2d569c;
    }

    100% {
        background-color: #1b3e7b;
        box-shadow: 0 0 3px #eca232;
    }
}

.btn-bordered {
    padding: 6px 20px !important;
    border: 1px solid #23519d;
    background: #254988;
    margin-top: -3px;
    /* text-transform: uppercase; */
    font-size: 16px !important;
    font-weight: bold !important;
    color: #fff !important;
    border-radius: 5px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 3000ms infinite;
    text-transform: uppercase;
}

.btn-bordered:hover {
    background-color: #CD0F0F !important;
    color: #fff !important;
    border-color: #CD0F0F;
}

.tp-service-bg {
    position: relative;
    z-index: 1;
    /*    padding-bottom: 77px;*/
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.tp-service-wrap {
    border-radius: 14px;
    padding: 15px 30px 10px;
    margin-bottom: 38px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    .tp-service-wrap {
        padding: 40px 15px 10px
    }
}

.tp-service-wrap:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 14px;
    /* background-color: #f6f4ee;*/
    background-color: #ffffff;
    box-shadow: 10px 10px 20px 0 rgba(36, 2, 7, .16);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: -1;
    transition: all .3s ease-out 0s;

}

.tp-service-item {
    /* margin-top: -108px;*/
}

.pro-margin {
    margin-top: -127px;
}

@media only screen and (max-width: 767px),
only screen and (min-width:768px)and (max-width:991px) {
    .tp-service-item {
        margin-bottom: 70px
    }
}

.tp-service-item:hover .tp-service-wrap:before {
    top: 10px;
    height: calc(100% - 20px)
}

.tp-service-item:hover .tp-service-icon {
    animation: icon-bounce .8s 1
}

.tp-service-item:hover .tp-service-btn {
    transform: translateY(25px)
}

.tp-service-item:hover .tp-service-btn span:before {
    transform: scale(1.3)
}

.tp-service-item:hover .tp-service-btn span svg {
    transform: scale(1.167)
}

.tp-service-icon {
    width: 84px;
    background: #1b4681;
    height: 70px;
    display: block;
    margin: 0 auto;
    height: 70px;
    margin-top: -46px;
    border-radius: 46%;
    padding: 6px;
    margin-bottom: 16px;
    /* border: 4px solid #ffffff;*/
}

.tp-service-icon img {
    padding-top: 1px;
    width: 48px;
    margin-bottom: 16px;
    filter: invert(172);
}

.tp-service-title {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 3px;
    min-height: 46px;
    font-weight: 700;

}

.tp-service-title a:hover {
    color: var(--tp-theme-primary)
}

.tp-service-btn {
    transform: translateY(35px);
    transition: all .3s ease-out 0s
}

.tp-service-btn span {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 52px;
    width: 52px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center
}


.tp-service-btn span:before {
    position: absolute;
    border: 6px solid #ffb951;
    content: "";
    border-radius: 50%;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all .3s ease-out 0s
}

.tp-service-btn span svg {
    transform: scale(1);
    transition: all .3s ease-out 0s
}

.tp-service-content {
    padding: 7px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.tp-service-content p {
    line-height: 1.5
}

.tp-service-all span,
.tp-service-content p {
    /*  color: hsla(0,0%,100%,.8)*/
}

.tp-service-all span a {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-common-white);
    position: relative
}

.tp-service-all span a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all .2s linear
}

.tp-service-all span a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background: hsla(0, 0%, 100%, .4)
}

.tp-service-all span a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--tp-common-white);
    left: auto;
    right: 0;
    bottom: -2px;
    opacity: 0;
    transition: all .3s linear
}

.tp-service-all span a svg {
    margin-left: 5px
}

.tp-service-shape-1 {
    position: absolute;
    bottom: 90px;
    left: 85px;
    z-index: -1
}

.tp-service-3-bg {
    padding-top: 85px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

.tp-service-3-item {
    transition: all .3s ease-out 0s;
    background-color: transparent
}

.tp-service-3-item:hover {
    background-color: var(--tp-common-white)
}

.tp-service-3-item:hover .tp-service-3-title {
    color: var(--tp-heading-3)
}

.tp-service-3-item:hover .tp-service-3-content p {
    color: dimgray
}

.tp-service-3-item:hover .tp-service-3-icon-active {
    opacity: 0;
    visibility: hidden
}

.tp-service-3-item:hover .tp-service-3-icon-hover {
    opacity: 1;
    visibility: visible
}

.tp-service-3-icon {
    margin-bottom: 43px;
    position: relative
}

.tp-service-3-icon-active,
.tp-service-3-icon-hover {
    transition: all .3s ease-out 0s
}

.tp-service-3-icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.tp-service-3-item {
    padding: 50px 30px 25px 33px;
    border-radius: 36px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: hsla(0, 0%, 100%, .02)
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    .tp-service-3-item {
        padding: 50px 20px 25px 25px
    }
}

.tp-service-3-title {
    color: var(--tp-common-white);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    transition: all .3s ease-out 0s
}

.tp-service-3-content p {
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    line-height: 22px
}

.tp-service-3-heading {
    position: absolute;
    top: 0;
    right: 90px;
    z-index: 0
}

@media only screen and (min-width: 1200px)and (max-width:1399px) {
    .tp-service-3-heading {
        right: 70px
    }
}

@media only screen and (max-width: 767px),
only screen and (min-width:576px)and (max-width:767px) {
    .tp-service-3-heading {
        display: none
    }
}

.tp-service-3-shape-1 {
    position: absolute;
    top: 118px;
    left: 166px
}

@media only screen and (max-width: 767px),
only screen and (min-width:576px)and (max-width:767px) {
    .tp-service-3-shape-1 {
        display: none
    }
}

.tp-service-3-shape-2 {
    position: absolute;
    top: 127px;
    right: 250px;
    animation: opacity 2s ease-in-out .1s infinite alternate forwards
}

@media only screen and (min-width: 1200px)and (max-width:1399px) {
    .tp-service-3-shape-2 {
        right: 120px
    }
}

@media only screen and (max-width: 767px),
only screen and (min-width:576px)and (max-width:767px) {
    .tp-service-3-shape-2 {
        top: 10px;
        left: 0;
        right: auto
    }
}

.tp-service-3-shape-3 {
    position: absolute;
    bottom: 0;
    left: 30px
}

@media only screen and (max-width: 767px) {
    .tp-service-3-shape-3 {
        display: none
    }
}

.tp-service-3-shape-4 {
    position: absolute;
    bottom: 0;
    right: 200px;
    animation: tpswing 3s ease-in-out .1s infinite alternate forwards;
    transform-origin: bottom left;
    z-index: -1
}

@media only screen and (min-width: 1600px)and (max-width:1700px) {
    .tp-service-3-shape-4 {
        right: 90px
    }
}

@media only screen and (max-width: 767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:576px)and (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .tp-service-3-shape-4 {
        right: 50px
    }
}

.tp-service-3-shape-5 {
    position: absolute;
    top: -93px;
    right: 354px;
    transform-origin: bottom left;
    z-index: -1;
    animation: tpswing 3s ease-in-out .1s infinite alternate forwards
}

@media only screen and (max-width: 767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:576px)and (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .tp-service-3-shape-5 {
        right: 10px
    }
}

.tp-service-5-wrap {
    border-bottom: 1px solid #e7ebeb
}

.tp-service-5-item {
    padding-top: 60px;
    padding-bottom: 75px;
    border-right: 1px solid #e7ebeb
}

.tp-service-5-item.service-5-border {
    border: none
}

@media only screen and (max-width: 767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .tp-service-5-item {
        border: none
    }
}

@media only screen and (max-width: 767px) {
    .tp-service-5-item {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.tp-service-5-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 33px;
    z-index: 1
}

.tp-service-5-icon:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--tp-theme-5);
    z-index: -1
}

.tp-service-5-title {
    color: var(--tp-heading-4);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 11px
}

.tp-service-5-content p {
    color: #69696e;
    line-height: 24px;
    margin-bottom: 0
}

@media only screen and (max-width: 767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .tp-service-5-content p br {
        display: none
    }
}

/*-----form css---*/

.img-yellow {
    filter: grayscale(100%) brightness(72%) sepia(105%) hue-rotate(0deg) saturate(351% 351%) contrast(0.7);
}


.content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.content::before {
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}

.content .content-overlay {
    /*    background: rgb(6 87 143 / 80%);*/
    background: rgb(18 58 103 / 90%);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 52%;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 20px padding-right: 20px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -24%);
    -moz-transform: translate(-50%, -24%);
    transform: translate(-50%, 8%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 55%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 600;
    /* letter-spacing: 0.10em; */
    margin-bottom: 5px;
    /* text-transform: uppercase; */
    font-size: 23px;
}

.content:hover .content-details h3 {
    color: #fff;
}

.content-details p {
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    font-size: 15px;
    opacity: 0;
}

.content:hover .content-details p {
    opacity: 1;
}

.content-details .btn1 {
    color: #fff;
    background: #cd1219;
    padding: 9px 24px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.content-details .btn1:hover {
    text-decoration: none;
    color: #ffffff;
    background: #cd1219;
}

.fadeIn-bottom {
    top: 87%;
}


.sec-placement {
    /* background-image: url(../images/about-img.png); */
    background-size: cover;
    background-position: top left;
    position: relative;
    padding-left: 0;
    background: #d8363c;
    overflow: visible;
}

.sec-placement img {
    width: 118% !important;
    position: absolute;
    padding-top: -10px;
    bottom: 0;
    right: 0;
    left: -140px;
    z-index: 1;
    display: block;
    max-width: 125%;
    top: 27px;
}


.no-padding {
    padding: 0;
}

#about-slider {}

#about-slider .item::before {
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 70%, rgb(25 25 25 / 40%) 100%);
}


#about-slider .overlay {
    position: absolute;
    bottom: 7px;
    display: block;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
    font-size: 19px;
    font-weight: 600;
    /*     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgb(25 25 25 / 70%) 100%);*/
}

.pro-tabs2 {
    font-size: 16px !important;
    color: #000 !important;
/*    background: transparent !important;*/
}

.pro-tabs2 .nav-tabs {
    /* background: #e7e7e7 !important;*/
    background: #f2f2f2 !important;
}

.pro-tabs2 .nav-tabs .nav-item.show .nav-link,
.pro-tabs2 .nav-tabs .nav-link.active {
    /*   background-color: #275199 !important;
    color: #fff !important;*/
    color: #fff !important;
}

.pro-tabs2 .nav-tabs .nav-item {
    width: auto !important;
}

.pro-tabs2 .nav-tabs li a {
    /* color: #1b1919 !important;*/
    color: #1b1919 !important;
}

.pro-tabs {
    background-image: url(../images/leap.jpg);
    background-size: cover;
    background-attachment: fixed;
    /*    background-color: #1c2838;*/
    background-color: #233246;
    background-blend-mode: color-burn;
    background-position: top;
    color: #fff;
}

.pro-tabs .nav-tabs {
    border-bottom: 0;
    /* border: 2px solid #11253c; */
    background: #000c27;
    border-radius: 55px;
    padding: 5px;
}

.pro-tabs .nav-tabs li {
    margin-bottom: 0;
    width: 33%;
}

.pro-tabs .nav-tabs li a {
    font-size: 19px;
    font-weight: 700;
    color: #e9e9e9;
    text-align: center;
    background: 0 0;
    padding: 10px 50px;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    /* text-transform: uppercase; */
    border-bottom: 0;
    /* margin-right: 10px;*/
}

.pro-tabs .nav-tabs li a:active,
.pro-tabs .nav-tabs li a:hover {
    background-color: transparent;
    /* border-bottom: 5px solid #939393; */
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: inset 0px -8px 15px 0px rgba(0, 0, 0, .15);
        border-radius: 30px;
}

.pro-tabs .nav-tabs .nav-item.show .nav-link,
.pro-tabs .nav-tabs .nav-link.active {
    background-color: #be201d;
    /* border-bottom: 5px solid #d2232a; */
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #ffffff;
    border-radius: 30px;
}

.pro-tabs .tab-content {
    margin-top: 30px
}

.info-area .info-area-right {
    /* margin-left: -8.5rem; */

    /*    background-color: rgb(238 238 238 / 95%);*/
    /* background-color: rgb(41 79 148); */
    z-index: 2;
    padding: 30px;
    /* border-radius: 30px; */
    /* border: 1px solid #ebebeb;*/
    font-size: 18px;
    line-height: 28px;

}

.info-area .info-area-right2 {
    margin-right: -8.5rem;
    height: auto;
    width: 36rem;
    vertical-align: middle;
    border-top: none;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 4;
    padding: 30px;


}

.info-area-left {
    z-index: -1;
}

.section-gap {
    padding: 0px 0;
}


.expert-box {
    border-color: #00BF71;
    border-radius: 0px 0px 0px 0px;
    /* min-height: 336px; */
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #ffffff;
    border-left: 4px solid #ebe8e8;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    /* border-right: 1px solid #aaa; */
    width: 100%;
    padding: 25px 0px;
    /* color: #fff; */
    margin: 10px 0px;
    border-radius: 58px;
}

.mb-extra {
    /*min-height: 125px;*/
}

.expert-box::before {
    bottom: 0;
    left: 0;
    right: 0;
    height: 0%;
    width: 100%;
    position: absolute;
    content: "";
    transition: 0.3s ease-out;
}

.expert-box:hover::before {

    height: 100%;
    background-color: #c43232;
    color: #ffffff;
    border-radius: 58px;
}


.expert-box img {
    width: 60px;

}

.expert-box p {
    color: #989898;
    font-size: 14px;
}

.expert-box a {
    font-size: 15px;
    color: #222;
}

.expert-box h4 {
    font-size: 19px;
}

.expert-box span {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;

    transition: 0.3s;
}

.expert-box:hover span,
.expert-box:hover p,
.expert-box:hover a {
    color: #222;
}

.expert-box:hover img {
    filter: grayscale(100%) brightness(100%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}


.video-bar {
    position: relative;
    display: block;
}

.video-bar .btn {
    width: 54px;
    height: 38px;
    display: inline-block;
    position: absolute;
    top: 48%;
    left: 37%;
    background: url(../images/play-btn.png) no-repeat top center;
    background-size: cover;
}

.stu-sec {
    position: relative;
    background: linear-gradient(to right, #1d719d, #0d254d);
}

/*.stu-sec:before
{
     content: '';
    width: 100%;
    height: 348px;
    background: #1e4e7e;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}*/

.modal-body {
    padding: 0px;
}

button.close {
    color: #ffffff;
    position: absolute;
    right: -11px;
    top: -15px;
    padding: 5px 10px;
    opacity: 1;
    font-size: 25px;
    text-shadow: none;
    background: #000;
    border-radius: 50%;

}

.modal.show .modal-dialog {
    max-width: 32%;
}
.modal-content

{
        border-radius: 15px;
}
/*sidebar form starts*/

.dsu-form {
    top: 5rem;
}

.dsu-form {
    z-index: 100000 !important;
}

.dsu-form {

    width: 325px;
    float: right;
    margin-top: 52px;
    padding: 0 0 0;

    position: fixed;
    right: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    border-radius: 10px;

}

.form-clickOuter {
    left: -34%;
    position: absolute;
    bottom: 60%;
    right: 78%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: blinker 2s linear infinite;
}

.form-click {
    position: relative;
    font-weight: 500;
    font-size: 19px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #ffffff;
    background: #be201d;
}

.frmBg {
    text-align: center;
    padding: 10px 15px;
    background-color: #000;
}

.frmBg span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

input#submit_btn {
    /*    background: #393185;*/
    margin: auto;
    display: block;
}

.dsu-form1 {
    border: 1px solid #ced4da;
    padding: 1rem;
}

.banner-content {
    color: #fff;
    position: absolute;
    top: 15%;
    width: 50%;
    z-index: 999;
    padding: 0;
    left: 7%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none !important;
}

.banner-content h1,
.banner-content span {
    color: #fff;
    font-weight: 300;
    font-size: 27px;
    line-height: 55px;
}

.banner-content p {
    font-size: 16px;
    color: #fff;
    min-height: 50px;

}

.text4 {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.text1 {
    text-shadow: 0px 4px 3px rgb(109 109 109 / 40%), 0px 8px 13px rgb(36 36 36 / 10%), 0px 18px 23px rgb(42 42 42 / 10%);
}

.c-text-box,
.traning_slider.Industrial_training6.ee .traning_details,
.traning_slider.Industrial_training7.ft .traning_details,
.traning_slider.Industrial_training8.lbsug .traning_details {
    height: 200px
}

.naaclogo {
    width: 325px !important;
    margin-top: 30px;
    bottom: 0;
    left: 20px
}

.banner-content h2 {
    font-weight: 800;
    color: #fff;
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 22px;

}


/*sidebar form ends*/

.banner_form {
    position: absolute;
    right: 55px;
    top: 7%;
    z-index: 999;
}

.banner_head {
    text-align: center;
    padding: 25px 0 10px;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 700;
    color: #333
}

.form-control {
    font-size: .84rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #8b8a8a;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.form-control option {
    color: #000
}

.submit-btn {
    background: #d2252c;
    padding: 7px 33px !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 0.85rem !important;
    margin-top: 15px;
    border: 1px solid;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    border: none
}

.submit-btn:hover {
    background: #073342
}

.form-control:focus {
    color: #fff;
    border-color: #f0f1f3;
    outline: 0
}

.btn-black {
    background: #363636;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: none;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    border: 2px solid #363636;
    padding: 6px 25px
}

.btn-blue {
    background: #d70808;
    color: #fff;
    font-size: 15px;
    padding: 7px;
    border: 0;
    text-transform: uppercase;
    font-weight: 700
}

.bg_blue_mobile {
    background-color: #211d1c;
}

.banner_form .form-group {
    margin-bottom: 10px
}

#mainNav {
    border-color: rgb(34 34 34 / .05);
    background-color: #fff;
    transition: all .35s;
    padding: 0
}

#mainNav .navbar-brand {
    color: #fdcc52;
    font-weight: 200
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
    color: #fcbd20
}

.navbar-light .navbar-nav .nav-link {
    display: inline-block;
    padding: 20px 0;
    margin: 0 20px;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    opacity: 1;
    color: #282727;
    text-transform: uppercase;
}

.nav-link:hover {
    opacity: 1
}

.navbar-light .navbar-nav .nav-link::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #d2232a
}

.nav-link-ltr::before {
    width: 0%;
    bottom: 10px
}

.nav-link-ltr:hover::before {
    width: 100%
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d2232a
}

.navbar-brand {
    width: 11%;
}

.navbar-brand img {
    width: 100%
}

.section-p {
    padding: 2.6em 0em 4em
}

.section-p h1 {
    font-weight: 700;
    font-size: 42px;
}

.section-p h1 span,
.section-p h2 span,
.section-p h3 span,
.section-p h4 span {}

.glance-rounded {
    background: #be201d;
    margin-top: -28px;
    border-radius: 0px 91px 0px 0px;
}

.section-about {

    background-image: url(../images/parallax-2.webp);
    /* background-image: url(../images/stats-bg.jpg); */
    background-size: cover;
    /*    background-color: #5d5d5d;*/
    background-color: #3a3228;
    background-position: right;
    background-attachment: fixed;
    /* padding: 4em 0em 2em; */
    padding: 0;
    /*  background-blend-mode: overlay;*/
    background-blend-mode: luminosity;

}


.steps-section {
    /*    background-image: url(../images/para-1.jpg);
    background-size: cover;
   background-color: #2f3d4e;
    background-blend-mode: soft-light;
background-attachment: fixed;
position: relative;
*/

    /*    background: #f1f1f1;*/
    /*  background: linear-gradient(to right, #1d719d, #0d254d);*/
    /*    background: linear-gradient(to left, #ffffff, #e1e1e1);*/
}


.steps-section::before {
    /*top: 0;
    content: "";
    display: block;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;

    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left top, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgb(4 20 42 / 80%));*/
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    margin: 0px;

    max-height: 500px;
    width: 100%;
    height: 430px;
    background: #3085a3;
    cursor: pointer;
}

.grid figure .effect {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;

}

.black {
    background: #343434;
}

.dark-grey {
    background: #424242;
}

.medium-grey {
    background: #545353;
}

.light-grey {
    background: #636363;
}

.grid figure .effect:hover {
    background: #ba0c2f;
}

.mt-100 {
    margin-top: 70px;
}

.grid figure figcaption {
    padding: 2em;
    color: #ba0c2f;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}


/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
    background: #fff;
}

figure.effect-goliath .effect,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath .effect,
figure.effect-goliath h4 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath .effect {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath h4,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;

}

figure.effect-goliath h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: initial;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

figure.effect-goliath h2 small {
    font-size: 15px;
    color: #fff;
}

figure.effect-goliath h2 small:before {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #fff;
    margin-top: 20px;
}

figure.effect-goliath h4 {
    font-size: 18px;
    color: #fff;
    line-height: 18px !important;
}

figure.effect-goliath h4 {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    font-weight: bold;
}

figure.effect-goliath:hover .effect {
    -webkit-transform: translate3d(0, -45px, 0);
    transform: translate3d(0, -45px, 0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-goliath:hover h4 {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0px, 70px, 0);
}


.live {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.live>li {
    list-style: none;
    position: relative;
    padding: 0 0 0 1.5em;
    margin: 0 0 .5em 10px;
    transition: 0.12s;
    /*   color: #aeaeae;*/
    color: #2c2c2c;
}

.live>li::before {
    position: absolute;
    content: "✓";
    color: #ff2828;
    top: 5px;
    left: -10px;
    text-align: center;
    font-size: 1.5em;
    opacity: .7;
    line-height: .8;
    transition: 0.5s;
}

.live>li:hover {
    color: #120f0f
}

.live>li:hover::before {
    transform: scale(1);
    opacity: 1;
    text-shadow: 0 0 4px;
    transition: 0.1s
}

.live2 {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.live2>li {
    list-style: none;
    position: relative;
    padding: 0 0 0 0.7em;
    margin: 0 0 .5em 10px;
    transition: 0.12s;
    /* color: #aeaeae; */
    color: #040303;
}

.live2>li::before {
    position: absolute;
    content: "•";
     color: #be201d;
    top: 10px;
    left: -10px;
    text-align: center;
    font-size: 13px;
    opacity: .7;
    line-height: .8;
    transition: 0.5s;
}

.live2>li:hover {
    color: #000;
}

.live2>li:hover::before {
    transform: scale(1);
    opacity: 1;
    text-shadow: 0 0 4px;
    transition: 0.1s
}

.section1 {
    padding: 0px;
    width: 100%;
}


.sec6Left {
    background: #f47116;
    padding: 60px 70px;
}

.sec6Right {
    background: #f28e2b;
    padding: 60px 60px;
}

.sec6 h2 {
    font-size: 36px;
    font-weight: 800;
}

.sec6 h3 {
    font-weight: 700;
}

.sec6 p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.spcl {
    padding-bottom: 30px;
}

.spcl ul li {
    display: inline-block;


    position: relative;
    padding-left: 45px;
    vertical-align: top;
    padding-top: 30px;
    margin: 18px 25px;
    -wekbit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.spcl img {
    position: absolute;
    left: -40px;
    /* bottom: 4px; */
    width: 40px;
}

.spcl .text {
    /* position: relative; */
    display: block;
    padding-left: 10px;
}

.spcl span.text:hover {
    color: #019598;
    font-weight: bold;
}

.spcl .text p {
    font-size: 19px
}

.spcl ul {
    /* border-top: 1px solid #ddd; */
    margin-top: 11px;
}

.spcl ul li .ani-icon {
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    /*    filter: brightness(10.5);*/
}

.spcl ul li:hover .ani-icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.spcl ul li:before {
    /*    content: "";
    width: 0;
    left: -3px;
    top: -7px;
    height: 9px;
       background-color: #e52028;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;*/
}

.spcl ul li:hover:before {
    width: 100%;
}

.spcl ul li a {
    color: #151010 !important;
    font-size: 19px !important;
    line-height: 30px !important;
    position: relative;
    font-weight: 600;


}

.spcl ul li a:hover {
    text-decoration: none;
}

.spcl span:hover.text {
    color: #be201d;
}

.spcl .resp-tabs-container {
    border-top: none;
}

/* Animation */
.avatar {
    overflow: hidden;
    transform: translatey(0px);
    animation: move 6s ease-in-out infinite;
}

@keyframes move {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(20px);
    }

    100% {
        transform: translatey(0px);
    }
}


.sec-placement {
    background-image: url(../images/placement-img.jpg);
    background-size: cover;
    background-position: top right;
    position: relative;
    padding-left: 0;
}

.sec-abt-nmims {
    background-image: url(../images/slide2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-left: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: soft-light;
    background-color: #2c3052;
}

.overflow-hidden {

    bottom: 0px;
    width: 100%;
}

.overflow-hidden .box {
    /* margin: 0 auto; */
    width: 65%;
    background: #ffffff;
    border-bottom: 12px solid #f79432;
    padding: 25px;
    color: #00a6a9;
    /* border-radius: 0px 105px 0px 0px;*/
}

.overflow-hidden .box2 {
    margin: 0 auto;
    width: 79%;
    padding: 20px 0px;
    border-radius: 0px 65px 0px 0px;
    float: right;
    /* margin-left: 47px; */
    background-color: rgb(255 255 255 / 80%);
    position: absolute;
    bottom: -1px;
    z-index: 3;
    /* left: -7%; */
    background: linear-gradient(180deg, rgb(48 55 88) 0%, rgb(28 106 149 / 32%) 100%);
    backdrop-filter: blur(12.5px);
}

.overflow-hidden .box2 h2 {
    font-weight: 800;
    font-size: 38px;
    margin-top: 0px;
    color: #f0f0f0;
    padding-top: 20px;
}

.overflow-hidden .box2 p {
    font-size: 16px;
    color: #edd6d7;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.text-blue {
    color: #18437e !important;
}

.border-b {
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;

}

.border-bb {
    border-bottom: 1px solid #d1d1d1;
}


.overflow-hidden .box h2 {
    font-weight: 800;
    font-size: 30px;

}

.overflow-hidden .box p {
    font-size: 15px;
    color: #828282;
    line-height: 20px;
    margin-top: 10px;

}


.life {
    background: url(../images/life-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    height: 425px;
    position: relative;
}

/*.life:before
{
     bottom: 0;
    content: "";
    display: block;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
   
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}*/


.sub-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    display: block;
    /* background: #aaa; */
    background-color: rgb(221 221 221 / 90%);
}

.sub-text h5 {
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

.pert-2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.p-2-left {
    width: 45%;
    height: auto;
    /* border-top: 100px solid #000000;*/
}

.p-2-1 {
    width: 100%;
    height: auto;
}

.p-2-1 ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.p-2-1 ul li {
    padding: 60px 20px;
    margin: 0;
    list-style: none;
    width: 40%;
    height: auto;
    background: #00888b;
    position: relative;
    /* min-height: 258px;*/
}

.p-2-1 ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 70px;
    right: 7px;
    width: 1px;
    height: 55%;
    background: #266365;
}

.p-2-1 ul li:last-child:before {
    content: none;
}

.p-2-1 ul li:first-child {
    padding-left: 12%;
}

.p-2-1 ul li:last-child {
    background: #00888b;
    width: 45%;
}

.p-2-1 ul li h5 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
    line-height: 80px;
}

.p-2-1 ul li p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.p-2-2 {
    width: 100%;
    height: auto;
    /* padding-left: 71px; */
}

.p-2-2 ul {
    padding: 0;
    margin: 0;
    display: flex;
    /* padding-left: 90px; */
}

.p-2-2 ul li {
    padding: 64px 50px;
    margin: 0;
    list-style: none;
    width: 40%;
    height: auto;
    background: #02aeb1;
    position: relative;
}

.p-2-2 ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 70px;
    right: 0px;
    width: 1px;
    height: 55%;
    background: #019598;
}

.p-2-2 ul li:first-child {

    padding-left: 18%;
}


.p-2-2 ul li:last-child {
    background: #02aeb1;
    width: 60%;
}

.p-2-2 ul li h5 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
    line-height: 80px;
}

.p-2-2 ul li p {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.p-2-3 {
    width: 100%;
    height: auto;
}

.p-2-3 ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.p-2-3 ul li {
    padding: 20px 50px;
    margin: 0;
    list-style: none;
    width: 40%;
    height: auto;
    background: rgba(238, 82, 149, 0.16);
}

.p-2-3 ul li:last-child {
    width: 60%;
}

.p-2-3 ul li h5 {
    font-size: 80px;
    font-weight: 600;
    color: #EF5396;
    margin: 0 0 5px 0;
    line-height: 80px;
}

.p-2-3 ul li h5 span {
    font-size: 40px;
    font-weight: 400;
    line-height: 20px;
}

.p-2-3 ul li p {
    font-size: 20px;
    font-weight: 500;
    color: #EF5396;
}

.p-2-middle {
    width: 30%;
    height: auto;
    position: relative;
    background: url(../images/red-2.png) no-repeat;
    background-size: 100% auto;
}

.p-2-middle img {
    max-width: 145%;
    position: absolute;
    bottom: -5px;
    left: -132px;
    z-index: 1;
    padding-right: 0px;
}

.p-2-right {
    width: 25%;
    height: auto;
    padding: 65px 0px 0 30px;
}

.p-2-right ul {
    padding: 0;
    margin: 0;
}

.p-2-right ul li {
    padding: 0px 0px 30px;
    margin: 0;
    list-style: none;
    width: 100%;
}

.p-2-right h4 {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 5px 0;
    line-height: 40px;
}

.p-2-right p {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    /* padding-right: 55px; */
    padding-right: 20px;

}


.section-nmims {
    background: #02aeb1;
    padding-bottom: 0;
    padding-top: 0;
    /* color: #fff; */
    background: #bdc3c7;
    background: -webkit-linear-gradient(to left, #2c3e50, #bdc3c7);
    background: linear-gradient(to right, #d2d2d2, #f4f4f4, #ffffff);
}

.section-nmims .stu {
    width: 100% !important;
    position: absolute;
    padding-top: -30px;
    bottom: 0;
    right: 0;
    left: -55px;
}


.counter_rounded_div h2 {
    display: inline-block;
    font-size: 43px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 10px;
}

.plus_sign {
    color: #fff !important;
}

.count-text {
    font-size: 17px !important;
    font-weight: 500;
    color: #d4c6c6;
}

.counter {
    border-right: 1px solid #dddddd;
}

.counter .icon_box img {
    /*  width: 70px;
    filter: contrast(0.5);  */

    /*    filter: hue-rotate(145deg);*/
    width: 55px;
    filter: hue-rotate(145deg);
    /*    filter: brightness(72.5);*/
    margin-bottom: 15px;
}


.border-right {
    /* border-right: 1px solid #c4c4c4 !important; */
    border-right: 1px solid #151f2f !important;
}


/* Main CSS */
.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}


.subscribe-btn {
    background: #A9232A;
    padding: 4px 14px !important;
    color: #fff !important;
    border-radius: .25rem;
    font-size: 0.95rem !important;
    margin-top: 15px
}

.top30 {
    margin-top: 50px
}

.section-heading {
    font-size: 42px;
    margin-bottom: 35px;
    font-weight: 700 !important;
    line-height: 50px;
    margin-top: 0;
    color: #252525;

}

.program-offered {
    background: #18243a;
    /* background: #30394f; */
    /*  border-radius: 0px 310px 0px 0px;*/

}

.place-logos img {
    filter: grayscale(100%) brightness(100%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);

}

.place-logos img:hover {
    /* filter: grayscale(292%) brightness(132%) hue-rotate(3deg) saturate(500%) contrast(0.7);*/
}


.section-heading span {}

.about_img {
    position: relative;
    z-index: 1
}


.mar-top-d {
    font-size: 14px;
    line-height: 20px;
}


.over-text h6 {
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 0;
    color: #929292;
}

.steps-r {}

.section-acc {
    position: relative;

    background-image: url(../images/call-bg.png);
    background-color: #274c8c;
    background-blend-mode: overlay;
    color: #fff;
}


.recruiters-logo img,
.partner-logo .logo-bg img {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    height: 100px;
    background: #fff;
    width: 100%;
    object-fit: contain;
    padding: 3px;
}

.placements-logo {
    background: #f9f9f9;
    border-radius: 15px;
    margin-top: -130px;
    position: relative;
    padding: 2.5em 36px;
}

.placements-logo .item img {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    height: 100px;
    background: #fff;
    width: 100%;
    object-fit: contain;
    padding: 3px;

}

.placements-logo .item {
    margin-bottom: 40px;
}


/* ---------------------------------------------------
   YAMM STARTS HERE 
----------------------------------------------------- */
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(205 15 15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 6px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #1b3d6d;

}

.dropdown-item.active,
.dropdown-item:active {
    color: #171717;
    text-decoration: none;
    background-color: #f6f2f2;
}

/*.dropdown-item:hover {
    border-left: 5px solid #0057a5;
}*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
    margin-top: 0px;
    /* border-right: 3px solid #717171; */
    /* border-left: 3px solid #717171; */
    border-bottom: 7px solid #d2232a;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    background: #18437e;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    background: linear-gradient(181deg, #18437e, #23487d);
    border-right: 0;
    border-left: 0;
    border-top: 0;

}

.yamm .yamm-content {
    padding: 20px 30px 0px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    /* left: 35%;*/
    left: 24%;
    right: 10%;
    background: linear-gradient(181deg, #18437e, #23487d);
    border-radius: 0px;
    padding: 0px;
    font-size: 15px;

}

.yamm .dropdown.yamm-fw11 .dropdown-menu {
    left: 0% !important;
    right: 0% !important;
    background: #fff;
    border-radius: 0px;
    padding: 0px;
    font-size: 15px;
    width: 100%;

}

.yamm .dropdown.yamm-fw .dropdown-menu::before {
    /* content: '';*/
    position: absolute;
    left: 47%;
    top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #cdcdcd;
    clear: both;
    z-index: 9999;
    display: block;
    border-top: 0px;
}

.yamm .dropdown.yamm-fw .dropdown-menu3::before {
    content: '';
    position: absolute;
    left: 33%;
    top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 19px solid #231f20;
    clear: both;
    z-index: 9999;
    display: block;
    border-top: 0px;
}

.yamm .dropdown.yamm-fw .dropdown-menu1::before {
    content: '';
    position: absolute;
    left: 7%;
    top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 19px solid #231f20;
    clear: both;
    z-index: 9999;
    display: block;
    border-top: 0px;
}


.yamm .dropdown.yamm-fw .dropdown-menu1 {
    left: auto !important;
    right: auto !important;
    background: #231f20;
    min-width: 18%;

}

.yamm .dropdown.yamm-fw .dropdown-menu1 li a {
    color: #fff;
    padding: 10px 20px;
    display: block;

}

.yamm .dropdown.yamm-fw .dropdown-menu1 li a:hover,
.yamm .dropdown.yamm-fw .dropdown-menu1 li a:focus {
    color: #fff;
    background: #d2232a;
    border-radius: 0px;
}

.yamm .dropdown.yamm-fw .dropdown-menu2 {
    left: 10% !important;
    right: 10% !important;
    background: #231f20;

}

.yamm .dropdown.yamm-fw .dropdown-menu3 {
    left: 25% !important;
    right: 15% !important;
    background: #231f20;
}

.yamm .yamm-content img {
    width: 100%;
    /*border: 2px solid #7c7c7c;*/

}

.yamm .yamm-content a {
    color: #fff;
    text-transform: uppercase;
}

.yamm .yamm-content h4 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    /*    background: #333;*/
    padding: 15px 0px;
    color: #ffffff;
    margin-top: 0px;
}

.yamm .yamm-content a:hover h4 {
    background: #18437e;
    color: #fff;
}

.yamm .yamm-content a h2 span {
    font-weight: 1000;
}

.yamm .yamm-content a h2 {

    margin-top: 0px;
    padding: 15px 20px;

}

.yamm .yamm-content a:hover h2 {

    color: #d3232a;

}

.yamm .yamm-content a:hover {
    text-decoration: none;

}

.yamm .yamm-content2 {
    padding: 20px 30px;
}

.yamm .yamm-content2 a {
    color: #fff;
    font-size: 16px;

}

.yamm .yamm-content2 a h2 span {
    font-weight: 1000;
}

.yamm .yamm-content2 a h2 {
    background: #d3232a;
    margin-top: 0px;
    padding: 15px 20px;

}

.yamm .yamm-content2 a:hover h2 {
    background: #fff;
    color: #333;
}

.yamm .yamm-content2 a:hover {
    color: #dd2837;
    text-decoration: none;
}

.yamm .yamm-content2 h4 {
    font-size: 14px;

    margin-bottom: 20px;
}

.yamm .yamm-content2 li {
    text-transform: uppercase;
    /*line-height: 23px;*/
    line-height: 30px;
    font-weight: bold;
}

.yamm .yamm-content2 li p {
    text-transform: uppercase;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;

}

.yamm .yamm-content2 li ul {
    margin: 0px;
    padding-left: 0px;
    list-style: none;

}

.yamm .yamm-content2 li ul li {
    line-height: 30px;
    text-transform: none;
    font-weight: lighter;
}

.yamm .yamm-content3 {
    padding: 20px 30px;
}

.yamm .yamm-content3 a {
    color: #fff;
    font-size: 16px;

}

.yamm .yamm-content3 img {
    margin-right: 10px;
}

.yamm .yamm-content3 a h2 span {
    font-weight: 1000;
}

.yamm .yamm-content3 a h2 {
    background: #d3232a;
    margin-top: 0px;
    padding: 15px 20px;

}

.yamm .yamm-content3 a:hover h2 {
    background: #fff;
    color: #333;
}

.yamm .yamm-content3 a:hover {
    color: #dd2837;
    text-decoration: none;
}

.yamm .yamm-content3 h4 {
    font-size: 14px;

    margin-bottom: 20px;
}

.yamm .yamm-content3 li {
    text-transform: uppercase;
    /*line-height: 23px;*/
    line-height: 44px;
    font-weight: bold;
}

.yamm .yamm-content3 li p {
    text-transform: uppercase;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;

}

.yamm .yamm-content3 li ul {
    margin: 0px;
    padding-left: 0px;
    list-style: none;

}

.yamm .yamm-content3 li ul li {
    line-height: 30px;
    text-transform: none;
    font-weight: lighter;
}

.mb-30 {
    margin-bottom: 30px;
}

.yamm .yamm-content3 .accordion .card-header {
    padding: 0px;
    border-bottom: 0px;
}

.yamm .yamm-content3 .accordion .card {
    background: transparent;
    border: none;
    border-radius: 0px;
    color: #fff;
}

.yamm .yamm-content3 .accordion .btn-link {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: bold;
    padding: 0px;
}

.yamm .yamm-content3 .accordion .btn-link:hover,
.yamm .yamm-content3 .accordion .btn-link:focus {
    text-decoration: none;
    color: #da3233;
}

.yamm .yamm-content3 .accordion .card-body {
    padding: 0px 1.25rem;
}

.yamm .yamm-content3 .accordion .card-text ul {
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
    padding-bottom: 20px;
    border-top: 1px solid #302f2f;
    margin-left: 25px;
    padding-top: 5px;
}

.yamm .yamm-content3 .accordion .card-text ul li {
    list-style: none;
    line-height: 25px;
    text-transform: unset;
    font-weight: normal;
}

.yamm .yamm-content3 .accordion .card-header .mb-0>button:after {
    content: "\f0d7";
    /* fa-chevron-down */
    font-family: 'FontAwesome';
    /*position: absolute;*/
    margin-left: 7px;
    font-weight: normal;
    font-size: 13px;
}

.yamm .yamm-content3 .accordion .card-header .mb-0>button[aria-expanded="true"]:after {
    content: "\f0d8";
    /* fa-chevron-up */
}

.yamm .yamm-content3 .accordion .card-header .mb-0>button[aria-expanded="true"] {
    font-weight: bold;
}

.arrow1 li a::before {
    /*    content: "\f105"; 
  font-family: 'FontAwesome';
margin-right: 10px;*/
    /*height: 3px;
width: 3px;
background: #fff;
content: '';
display: inline-block;*/
}

/* ---------------------------------------------------
   YAMM ENDS HERE 
----------------------------------------------------- */


.stats-bg {
    /* background: url(../images/stats-bg11.jpg); 
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

    position: relative;
    padding-top: 0px;
    height: 80vh;
    background-attachment: fixed;
    overflow: hidden;*/

    background-position: center;
    /* min-height: 58vh; */
    padding-top: 0px;
    background-color: #183238;
    background-image: url(../images/life-img.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 100%;
    background-position: right top;
    background-blend-mode: soft-light;
}

.stats {
    width: 100%;
    height: 100%;
    color: #fff;

    /* background-color: #055a83eb; */
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 18px;
    /* background-color: rgb(5 80 95 / 85%);*/

}

.stats .border-bottom {
    border-bottom: 0px !important;
}

.stats h2 {

    font-size: 45px;
    margin-top: 0px;
    font-weight: bold;
}

.stats h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 45px;
    text-transform: uppercase;
    margin-top: 5px;

}

.stats h1 span {
    font-weight: bold;
}

.stats p {

    font-size: 19px;
    line-height: 25px;
}

.br-left {
    min-height: 120px;
}

.col-half-offset {
    margin-left: 2.0833333335%;
    margin-right: 2.0833333335%;
}


.owl-carousel .owl-nav .owl-next {
    float: right;
    top: calc(50% - 18px);
    position: absolute;
    right: -50px;
}

.owl-carousel .owl-nav .owl-prev {
    float: left;
    top: calc(50% - 18px);
    position: absolute;
    left: -50px;
    font: normal !important;
}
#customers-testimonials .item {
    text-align: center;
    padding: 0;
    margin-bottom: 0px;
    opacity: .7;
    -webkit-transform: scale3d(.9, .9, 1);
    transform: scale3d(.9, .9, 1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
        margin-bottom: 50px;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.owl-carousel .owl-item .img-block {

}

.owl-carousel .owl-item .img-block img {
    transform-style: preserve-3d;
    margin: 0 auto;
     max-width: 100%;
     border-radius: 30px;
}





.colab-logos {}

.colab-logos .owl-nav .owl-prev {
    top: calc(-20% - 18px) !important;
    font-size: 20px !important;
    color: #fff !important;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff !important;
    left: 91%;
    background: transparent !important;
}

.colab-logos2 .owl-nav .owl-prev {
    left: 84% !important;
}

.colab-logos .item {
    overflow: hidden;
}

.colab-logos p {}

.colab-logos .owl-nav .owl-prev a {
    color: #000;
}

.colab-logos .owl-nav .owl-next {
    top: calc(-20% - 18px) !important;
    font-size: 20px !important;
    color: #fff !important;
    display: block;
    background: transparent;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff !important;
      right: 20px;
    background: transparent !important;
}

.colab-logos2 .owl-nav .owl-next,
.colab-logos2 .owl-nav .owl-prev {
    right: 7% !important;
    color: #fff !important;
    border-color: #fff !important;
}

.colab-logos2 .owl-nav .owl-next a,
.colab-logos2 .owl-nav .owl-prev a {
    color: #fff !important;
}

.colab-logos .owl-nav .owl-next a {
    color: #000;
}

#owl-campuses .item:before {
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgb(33 33 33 / 0%) 40%, rgb(26 26 26 / 80%) 100% 100%);
    /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);*/
}

.colab-logos .item img {
    transition: .3s;
}

.colab-logos2 .item:hover img {
    transform: scale(1.1);
}

.colab-logos .item .over-txt {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    width: 100%;
    /*    padding: 15px;*/
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    text-transform: uppercase;
    cursor: pointer;
}

.colab-logos .item .over-txt small {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, 100%, 0);
}

.colab-logos .item:hover .over-txt small {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, -85%, 0);
    background: #be201d;
    padding: 15px;
    text-align: left !important;
    /* border-radius: 7px; */
    text-transform: none;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background: rgb(183 13 13 / 90%);
}

.colab-logos2 .item:before {
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgb(47 47 47 / 80%) 100%);
}

.colab-logos .item img {
    transition: .3s;
}

.colab-logos .item .over-txt {
    position: absolute;
    bottom: 0px;
    color: #fff;
    width: 100%;
    /*  padding: 20px;*/
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
    text-transform: uppercase;
    cursor: pointer;
    top: 0;
    padding-top: 64%;
    padding-left: 20px;
    left: 0;
  
}
.colab-logos .item .over-txt h5
{
    font-weight: 700;
    font-size: 18px;
}

.colab-logos .item:hover .over-txt h5 {
/*    opacity: 0;*/
}

.colab-logos .item .over-txt small {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, 100%, 0);
}

.student {
    background: #05242e;
    background: linear-gradient(90deg, rgb(5 36 46) 0%, rgb(7 54 69) 15%, rgb(16 108 138) 100%)
}

.student p {
    color: #fff;
    font-size: 1.1rem
}

.student h2 {
    color: #fff
}

.logo-ov {
    display: block;
    min-height: 240px
}

.logo-ov img {
    display: block;
    margin: 0 auto;
    text-align: center
}

.logo-ov .owl-carousel .owl-item img {
    width: auto !important
}

.bordr .border {
    border: 1px solid #139931 !important
}

.sb {
    float: left;
    margin-bottom: .5rem;
    position: relative;
    width: 100%
}

.sb small {
    background: slategray;
    color: #fff;
    border-radius: .5rem;
    box-shadow: 0 .1rem .1rem 0 rgb(0 0 0 / .15);
    font-size: 1.2rem;
    left: 50%;
    opacity: 0;
    padding: 1rem;
    position: absolute;
    transform: translate(-50%, 0);
    transition: opacity 1s ease-out, transform 0.5s cubic-bezier(.175, .885, .32, 1.275);
    z-index: 5
}


footer {
    margin: 0;
    background: #0f131a;

    font-size: 15px;
    color: #eeeeee;

}

footer .icon {
    font-size: 20px;
    float: left;
    display: block
}

footer ul {
    margin: 0;
    padding: 0
}

footer ul li {
    list-style: none;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px
}

footer ul li i {
    margin-right: 10px
}

footer h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.25rem
}

footer .subscribe-btn {
    background: #A9232A;
    padding: 9px 77px !important;
    color: #fff !important;
    border-radius: .25rem;
    font-size: 1.2rem !important;
    margin-top: 15px;
    text-align: center
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #A9232A
}

.color_red {
    color: #eeeeee !important;
    font-size: 15px
}

.color_red:hover {
    color: #000
}

.ml-20 {
    margin-left: 35px
}

.foo-strip {
    background: #000000;
    padding: 10px 0;
    text-align: center;
    color: #fff
}

.bg-primary {
    background: #fdcc52;
    background: linear-gradient(#fdcc52, #fdc539)
}

.text-primary {
    color: #fdcc52
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

.btn-outline {
    font-size: 18px;
    letter-spacing: 0;
    color: #ffffff;
    font-weight: 500;
    border: none;
    padding: 9px 55px;
    /* border: 2px solid #e9e9e9; */
    text-transform: uppercase;
    cursor: pointer;
    background: #e0701b;
    /* border-radius: 0px !important; */

}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #fff;
    border-color: #d2232a;
    background-color: #d2232a;
    text-decoration: none
}

.btn {
    border-radius: 10px;

}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #d2232a
}

.high-light {
    min-height: 232px;
    margin-bottom: 30px
}

.high-light .fa {
    font-size: 46px;
    color: #15892e;
    padding: 12px
}

.tab-content .border {
    border: 1px solid #6dbb7f !important
}

.sec-programs h3 {
    text-transform: uppercase;
    font-size: 24px
}

.sec-programs h3 span {
    font-weight: 1000
}

.sec-programs h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

.sec-programs .nav-tabs .nav-link {
    color: #212529;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 15px;
    border-bottom: 1px solid #b5b5b5;
    font-weight: 600
}

.sec-programs .nav-tabs .nav-link:hover {
    border-color: #fff0
}

.sec-programs .nav-tabs .nav-item.show .nav-link,
.sec-programs .nav-tabs .nav-link.active {
    color: #fff;
    border-radius: 0;
    border: 2px solid #d0ffda;
    background: #218838;
    box-shadow: inset 0 0 0 #222, 0 10px 20px -10px #222
}

.sec-programs .nav-tabs .nav-item {
    border-bottom: 1px solid #fff0
}

.sec-programs .nav-tabs {
    border-bottom: 0;
    display: block
}

.sticky-tabs {
    position: sticky;
    display: block;
    top: 60px;
    width: 100%
}

.text-orange {
    color: #f47933 !important
}

.text-red {
    color: #d8363c !important
}

.text-redlight {
    color: #d1c7c2 !important
}

.btn-dwn {
    background-color: #1e5631 !important;
    font-size: 1rem;
    border-radius: 0px !important;
    border: 1px solid #ccc !important
}

.top-rect .owl-carousel .owl-item img {
    width: 90% !important;
    display: block;
    text-align: center;
    margin: 0 auto
}

.image-grid {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
        transition: all 0.45s ease;
}

.gallery-p figure {
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
  height: auto !important;
  max-height: auto !important;
}

.gallery-p figure figcaption,
.gallery-p figure figcaption > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery-p figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
}

.gallery-p figure h4,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  word-spacing: -0.15em;
}

.gallery-p figure p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

.gallery-p figure h2,
.gallery-p figure p {
  margin: 0;
}



.gallery-p figure.softeffect img {
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.35;
  transform: scale(1);
}

.gallery-p figure.softeffect figcaption:before,
.gallery-p figure.softeffect p {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-p figure.softeffect h4 {
  opacity: 0;
    padding: 50% 0 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  font-size: 28px;

}

.gallery-p figure.softeffect h4 img {
 filter:unset;
 opacity: 1;
 vertical-align: middle;
 display: block;
 margin: 0 auto;
 width: 30px;
 height: 30px;

}
.gallery-p figure.softeffect h4 i
{
  font-weight: lighter;
}



.gallery-p figure.softeffect:hover figcaption:before,
.gallery-p figure.softeffect:hover p {
  opacity: 1;
  transform: scale(1);
}

.gallery-p figure.softeffect:hover h4 {
  opacity: 0.7;
  transform: scale(1);
}

.gallery-p figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 1;
  position: relative;
}

.gallery-p figure.softeffect {
  background: none repeat scroll 0 0 transparent;
}

.gallery-p figure.softeffect:hover {
  background: none repeat scroll 0 0 #000000;
  /* Cyan: #00aeef */
}

.gallery-p figure.softeffect img {
  transform: scale(1);
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

 figure.softeffect:hover img {
  opacity: 0.40;
  transform: scale(1.15);
  filter: blur(2px);
}


#feedback-enquiry {
    position: fixed;
    top: 42%;
    right: 0;
    z-index: 9999;
    bottom: auto;
    margin-left: -3px;
    margin-bottom: -3px;
    display: block
}

#feedback-tab-enquiry {
    float: right;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    font-weight: 700;
    background-color: #211d1c;
    margin-right: -57px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px 5px 0 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 0;
    margin-top: 100px
}

#feedback-tab-enquiry:hover {
    text-decoration: none
}

#enquiry {
  position: fixed;
    top: 15%;
    right: -10px;
    z-index: 9999;
    bottom: auto;
    margin-left: -3px;
    margin-bottom: -3px;
    display: block;
}

#tab-enquiry {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    margin-right: -62px;
    /* text-transform: uppercase; */
    padding-top: 14px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0px 0px 20px 20px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(90deg);
    letter-spacing: 0.5px;
    margin-top: 100px;
    font-weight: 500;
}

#tab-enquiry:hover {
    text-decoration: none
}

.blink-text {
    background: #000;
    font-weight: 700;
    font-size: 2rem;
    animation: blinkingText 2s infinite
}

@keyframes blinkingText {
    0% {
        background: #d2222b
    }

    25% {
        background: #7a2828
    }

    50% {
        background: #d2222b
    }

    75% {
        background: #7a2828
    }

    100% {
        background: #d2222b
    }
}

.thank-u {
    padding: 60px 0;
    border-top: 60px solid #dcdada;
    border-bottom: 60px solid #dcdada;
    text-align: center
}

.thank-u h2 {
    font-size: 52px;
    font-weight: 1000;
    color: #424042;
    letter-spacing: 4px
}

.thank-u h4 {
    color: #162E55;
    margin: 6px 0 20px;
    font-size: 22px
}

.mg-btn {
    margin-bottom: 48px
}

.thank-u a {
    margin: 40px 0;
    letter-spacing: 2px;
    padding: 4px 12px;
    color: #fff
}

.btn-redback {
    background-color: #0f6e0c !important;
    border-color: #0f6e0c !important
}

#cookieModal .modal-dialog {
    margin-top: 0rem;
    max-width: 100%
}

#cookieModal .modal-dialog .modal-content {
    border-radius: 0rem;
    position: fixed;
    top: auto;
    bottom: 0
}

#cookieModal .modal-dialog .buttons .btn {
    margin: .2rem;
    font-size: 16px
}

.btn-secondary {
    background-color: #703232
}

#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#button .fa {
    font-size: 1.4em;
    line-height: 50px;
    color: #fff
}

#button:hover {
    cursor: pointer;
    background-color: #333
}

#button:active {
    background-color: #555
}

#button.show {
    opacity: 1;
    visibility: visible
}

.nav-pills {
    margin-top: -60px;
    margin-bottom: 47px;
    /* background: #222; */
    background-color: rgb(221 221 221 / 90%);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-bottom: 3px solid #d2232a;
    color: #232425;
    font-weight: 1000;
    background: #fff0;
}

.programs-new .nav-bg {
    background: #f3f3f3
}

.nav-pills .nav-link.active:hover,
.nav-pills .show>.nav-link:hover {
    color: #ededed
}

.nav-pills .nav-item {
    display: inline-block;
    position: relative
}

.nav-pills .nav-item::after {
    content: '';
    width: 2px;
    height: 7px;
    display: block;
    background: #c4171d;
    position: absolute;
    top: 24px;
    right: -10px
}

.nav-pills .nav-item:last-child::after {
    content: none !important
}

.nav-pills .nav-link {
    border-radius: 0;
    cursor: grabbing;
    color: #4b4646;
    display: block;
    padding: 15px 25px;
    border-bottom: 3px solid #fff0;
    padding-bottom: 15px;
    font-weight: 600;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #fff0;
    font-size: 19px;
}

.nav-pills .nav-link:hover {
    color: #bcbcbc
}

.programs-new {
    background-color: #003839;
    background-image: url(../images/slide422.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    color: #fff;
}

.programs-new .table-bordered td,
.programs-new .table-bordered th {
    border: 1px solid #333131;
    color: #e9e9e9
}

.programs-new .table-bordered td {
    background: rgb(23 16 38 / 80%)
}

.red-bg {
    background-color: #f6f6f6;
    background-image: url(../images/4.jpg);
    background-position: center;
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-size: cover
}

.red-bg2 {
    background-color: #6c3e40;
    background-image: url(../images/stats-bg.jpg);
    background-position: center;
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-size: cover
}

.b-bottom {
    border-bottom: 1px solid #3d3d3d !important;
}

.sticky-tabs {
    position: sticky;
    display: block;
    top: 130px;
    width: 100%
}

.programs-new .tab-content h2 {
    font-size: 36px
}

.programs-new .tab-content h2 span,
.programs-new .tab-content h4 span {
    font-weight: 1000
}

.map {
    position: relative;
    overflow: hidden;
    height: 43vw;
    background-image: url(../images/1.jpeg);
    background-size: cover;
}

.map input {
    display: none;
}

.map p {
    margin: 0;
}

.map .button {
    color: white;
    font-weight: bold;
    font-size: 20px;
    width: auto;
    display: block;
    border-radius: 100%;
    cursor: pointer;
}

.map .button img {
    width: 34px;
}

.map .button p {
    color: black;
    font-size: 12px;
    margin-top: -7px;
}

.map .content {
    width: 16%;
    background: white;
    padding: 10px;
    text-align: center;
    display: none;
    margin: 14%;
    margin-left: 34%;
    border-radius: 8px;
    box-shadow: 0 4px 2px -2px rgba(211, 47, 47, 0);
    border: 1px solid;
}

.map .content:before {
    content: none;
}

.cross {
    font-weight: bold;
    cursor: pointer;
}

#b1 {
    position: absolute;
    left: 22.5%;
    top: 42%;
}

#b2 {
    position: absolute;
    left: 33.5%;
    top: 26%;
}

#b3 {
    position: absolute;
    left: 31.5%;
    top: 30%;
}

#b4 {
    position: absolute;
    left: 31.5%;
    top: 36%;
}

#b5 {
    position: absolute;
    left: 46.5%;
    top: 31%;
}

#b6 {
    position: absolute;
    left: 49.5%;
    top: 25%;
}

#b7 {
    position: absolute;
    left: 46.5%;
    top: 35%;
}

#b8 {
    position: absolute;
    left: 82%;
    top: 79.5%;

}

#b9 {
    position: absolute;
    left: 79%;
    top: 73.5%;
}

#b10 {
    position: absolute;
    left: 44.5%;
    top: 48.5%;
}

#b11 {
    position: absolute;
    left: 46%;
    top: 56.5%;
}

#b12 {
    position: absolute;
    left: 46%;
    top: 51.5%;
}

#input1:checked~#content1,
#input2:checked~#content2,
#input3:checked~#content3,
#input4:checked~#content4,
#input5:checked~#content5,
#input6:checked~#content6,
#input7:checked~#content7,
#input8:checked~#content8,
#input9:checked~#content9,
#input10:checked~#content10,
#input11:checked~#content11,
#input12:checked~#content12 {
    display: block !important;
    animation: fadein .5s;
}

input:checked~label .button {
    display: none !important;
    animation: fadeout .5s;
}

.cta {
    display: inline-block;
    background: #d32f2f;
    color: white;
    padding: 8px 18px;
    margin-top: 18px;
    border-radius: 24px;
    text-decoration: none;
    transition: all .3s ease;
    font-size: 13px;
}

.cta:hover {
    text-decoration: underline !important;
    box-shadow: 0 0 0 6px rgba(211, 46, 46, 0.4);
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rahulas-sec {
    background-color: #dfdede;
    position: relative;
    background-image: url(../images/imp-link.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    background-blend-mode: soft-light;
}

.rahulas-sec h2 {
    text-align: left
}

.listingsec {
    padding: 0;
    margin: 0
}

.listingsec ul {
    padding-left: 0
}

.listingsec li {
    list-style: none;
    font-size: 13.1px;
    margin-bottom: 18px
}

.circle {
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 2px;
    margin-right: 20px;
    line-height: 26px;
    color: #fff;
    border: 1px solid #d2232a;
    background: #d2232a;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700
}

.text-about {
    float: left;
    width: 91%;
    display: block;
    font-size: 18px;
    color: #d7d7d7
}

.sec-careers img {
    width: 95px !important;
    background: #eee;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 20px
}

.sec-careers h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.spe-slides {
    padding: 20px 5px;
    background: #fff;
    border: 2px solid #9e9e9e
}

.parallax_image {
    background-color: #f1eee9;
    background-image: url(../images/parallex-image.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.accordion .fa-stack {
    font-size: 15px;
    float: right
}

.accordion-1 .fa-stack {
    font-size: 15px;
    float: right
}

.parallax_image .card {
    background-color: transparent !important;
    color: #484848
}

.parallax_image .card-header {
    background-color: #f2f2f2;
    cursor: pointer;
    margin-bottom: 15px !important
}

.parallax_image .card {
    border: none
}

.card-title {
    font-size: 16px;
    font-weight: 500
}

.parallax_image .fa,
.parallax_image .fas {
    color: #e8781a
}

.parallax_image p,
.parallax_image ul li {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 15px;
    color: #000
}

.font-15 {
    font-size: 15px
}

.institutes .thumbnail {
    /* box-shadow: 0 2px 7px rgba(0, 0, 0, .15); */
    transition: all .2s ease-in-out;
    background: #f5f5f5;
    margin: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    /* min-height: 310px; */
    border: 1px solid #d9d9d9;
    /* border-radius: 30px; */

}

.institutes .thumbnail .caption {
    padding: 10px 20px;
}

.institutes .thumbnail .caption h3 {
    font-size: 22px;
    padding-top: 11px;
    font-weight: bold;
    /* text-align: center; */
    color: #13346a;
}

.institutes .thumbnail small {
    text-transform: capitalize;
    color: #b01b12
}

.institutes .thumbnail .caption p {
    font-size: 13px;
    text-align: left;
    color: #ffffff;
    padding-top: 5px;
    margin-bottom: 10px;
}

.institutes .thumbnail .btn-bordered2 {
    padding: 7px 19px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    background: 0 0;
    text-shadow: none;
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
    border: 1px solid #333;
    font-size: 14px;
    position: absolute;
    bottom: 35px;
}

.institutes .thumbnail:hover .btn-bordered2 {
    background: #b01b12;
    text-decoration: none;
    color: #fff;
    border: transparent
}

.institutes .thumbnail .thumb {
    position: relative;

}

.institutes .thumbnail .thumb .courses-price {
    position: absolute;
    top: 171px;
    /* background: rgba(0, 0, 0, .7); */
    /* bottom: 0; */
    width: 140px;
    text-align: center;
    /* padding: 25% 35px; */
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* transform: scale(1.2); */
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    color: #fff;
    font-size: 10px;
    left: 0;
    z-index: 9999;
    box-shadow: 0 2px 8px 0 #00000026, 0 2px 4px 0 #00000026;
    border-radius: 10px;
    left: 35px;
}

.institutes .thumbnail .thumb .courses-price img {
    border-radius: 10px;
}

.institutes .thumbnail .thumb .courses-price h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffbfbb
}

.institutes .thumbnail:hover .courses-price {
    opacity: 1
}

.institutes .thumbnail:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.institutes .thumbnail .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #144775;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    z-index: 9999;
}

.institutes .thumbnail .text {
    position: relative;
    top: 10%;
    /* -webkit-transform: translate(-50%, -50%); */
    -ms-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    /* font-weight: bold; */
    /* right: -2%; */
    width: 80%;
    left: 10%;
    right: 10%;
}

.institutes .thumbnail .text span {
    font-weight: 300;
}

.institutes .thumbnail:hover .img-overlay {
    height: 96%;
}

#testimonial-slider2 img {
    width: 50px !important;
    margin: 0 auto;
}

#testimonial-slider2 .item {
    text-align: center;
    padding-top: 25px;
}

#testimonial-slider2 .item h5 {
    color: #00a6a9;
}

#testimonial-slider1 img {
    width: 155px !important;
    float: left
}

#testimonial-slider1 .item {
    padding: 30px;
    text-align: left;
    border-radius: 50px;
    height: 100%
}

.testi-block {
    margin-left: 20%;
    display: block;
    text-align: left !important
}

.testimonial-bg {
    background-image: linear-gradient(to right, #f1f1f1, #f4f4f4)
}

.yellow-black-gradient-bg {
    background-color: #464646
}

.test-std-name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-align: center
}

.test-std-details {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
}

.white-heading {
    font-size: 40px;
    letter-spacing: -1px;
    color: #fffefe;
    font-weight: 400
}

.testimonial-text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.owl-dots {
    /* margin: 0 auto; */
    width: auto;
    text-align: center;
    /*    margin-top: -30px;*/
    z-index: 99999;
    position: absolute;
    text-align: left;
    padding-left: 15px;
}

.owl-carousel button.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 0;
    border: 1px solid #ccc;
    background: #fff !important;
    margin-right: 5px;
    display: inline-block
}

.owl-carousel button.owl-dot.active {
    background: #82090d !important;
    width: 10px;
    height: 10px;
    border-color: #b11116;
}

.sec-pro {
    background-image: url(../images/faq-bg.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: right center;
    /* background-color: #740000; */
    background-blend-mode: hard-light;
    background-color: #f0f0f0;
}

.sec-pro .card {
    background-color: transparent !important;
    color: #484848
}

.sec-pro .card-body {
    padding-top: 0px;
    background: #fff;
}

.sec-pro .card-header {

    cursor: pointer;
    /* margin-bottom: 10px !important; */
    padding: 5px 10px;
    color: #fff;
    border: 2px solid rgb(231 231 231);
    margin-bottom: 25px !important;
    border-bottom: 0;
    background: #fff;
    border-radius: 15px;
}

.sec-pro .card-header:hover {
    background-color: #fff;
}

.sec-pro .card {
    border: none
}
.sec-pro2 .card
{
    background: white;
    border-radius: 12px;
    border-left: 4px solid #3764b0 !important;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden;
    transition: 0.3s;
    border-top: 1px solid rgb(231 231 231) !important;
    border-bottom: 1px solid rgb(231 231 231) !important;
    border-right: 1px solid rgb(231 231 231) !important;
}
.sec-pro2 .card-header
{
   cursor: pointer;
    /* margin-bottom: 10px !important; */
    padding: 5px 10px;
    color: #fff;
  border:0 !important;
    margin-bottom: 0px !important;
    border-bottom: 0;
    background: #fff;
    border-radius: 15px;
}
.sec-pro2 .card-header h5
{
    font-weight: 700;
}
.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 19px;
    position: relative;
    color: #0d3f96;
    font-weight: 500;
}

.btn-link:after {
    content: "+";
    /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0px;
    display: block;
    color: #000;
    font-size: 20px;

    top: 0;

}

.btn-link:hover {
    text-decoration: none;
}

/*.btn-link:hover:after
{
      content: "-"; 
}*/
.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #403d3d !important;
}

.sec-pro .fa,
.fas {
    color: #18437e;
}

.sec-pro p,
.sec-pro ul li {
    margin-bottom: 10px;
    line-height: 25px;
    /*    font-size: 15px*/
}

.moretext,
.moretext2,
.moretext3,
.moretext4,
.moretext5,
.moretext6 {
    display: none
}

.font-14
{
font-size: 14px;
line-height: 21px !important;
}

.home-ac-box {
    position: absolute;
    top: 0%;
    left: 16%;
    /* transform: translate(-58%, -51%); */
    width: 66%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.home-ac-box h2
{

    font-size: 46px;

    font-weight: 700 !important;
      color: #ffffff;
      

}
.home-ac-box h2 small
{
  font-size: 65%;
}
.home-ac-box h6
{
  font-size: 15px;


}
.home-ac-box p
{
color: #e3e3e3;
    font-size: 13px;


}
.home-ac-wrap img {
    /* filter: sepia(500); */
    filter: grayscale(100%) brightness(72%) sepia(105%) hue-rotate(0deg) saturate(351%) contrast(0.7);
}
.home-ac-wrap {
  
    /* color: #fff; */
    /* background: #ffc238; */
     background: linear-gradient(to right, #1d719d, #0d254d); 
    /* background: linear-gradient(to right, #1d719d, #0d254d); */
    /* background: linear-gradient(to right, #1d719d, #0d254d); */
    /* background: linear-gradient(to left, #ffffff, #eaeaea); */
        padding: 2em 0em;
}

.home-about-sec {
   /* background-color: #eaeaea;*/
/*    background: linear-gradient(to left, #ffffff, #eaeaea); */
    padding-top: 4em;
}

.home-about-sec .image-container
{
    padding: 0em 2em 2em 0em;
    background-image: url(../images/bg_1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 347px auto;
    position: relative;
}

.home-about-sec .image-container img {
    width: 100%;
    height: 425px;
    object-fit: cover;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;

}
.c-campus .image-container img
{
    height: 220px !important;
}
.c-campus .image-container
{

    background-size: 0 !important;
}

.b-campus .image-container
{

    background-size: 280px auto !important;
}
.b-campus .image-container img
{
    height: 304px !important;
}
   
.home-about-sec .image-container h1 img
{
  width: 35px;
  height: auto;
}
.home-about-sec .overlay-wbox
{

        position: absolute;
            z-index: 1;
            bottom: 0px;
                max-width: 300px;
                    padding:1em;
                    background-color: #fff;
                        display: block;
    text-align: center;
    right: -30px;
       bottom: -5%;
}

.overlay-wbox h5
{
   font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact-block
{
    width: 100%;
    padding: 40px;
    /* height: 100%; */
        background-color: #efefef;
    /* margin-left: -30px; */
    /* border-radius: 30px;*/

}
.m-30
{
        margin-left: -30px;
}
.c-icon {
      float: left;
    font-size: 16px;
color: #8c8c8c;
    display: flex;


}
.c-text {
     display: block;
    margin-left: 28px;
    /* color: #505050; */
    margin-bottom: 15px;
 
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>[class*=" col-"],
.row.no-gutters>[class^=col-] {
    padding-right: 0;
    padding-left: 0
}
.bg-blue
{
    background-image: linear-gradient(to right, #1d3a75, #154088);
    border: 2px solid #205fd0;
    margin-top: -30px;
    border-radius: 0;
    padding-bottom: 2em;
 
}
.bg-blue .c-icon
{
    color: #fff !important;
}

.single-performance-specifications-info.style-3 {
    padding: 15px 25px 15px;
    /* border: 2px dashed rgb
#0e71b2
(14 113 178); */
    border: 1px solid rgb(203 203 203);
    box-shadow: 0px 4px 50px 0px rgba(17, 24, 39, 0.06);
    min-height: 140px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background: rgb(255 255 255 / 70%);
    /* CORNER-SHAPE: SUPERELLIPSE(0.5); */
    margin-right: 20px;
    border-radius: 30px;
}
.single-performance-specifications-info.style-3 h4
{
  font-size: 19px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #292424;
  padding-left: 38px;
}
  

.single-performance-specifications-info.style-3 .content::before
{
    content: none;
}

.single-performance-specifications-info {
    /* padding: 40px; */
    /* border-radius: 5px; */
    /* margin-bottom: 25px; */
    /* transition: .5s; */
    /* position: relative; */
    /* color: #272424; */
    /* text-align: center; */
}
.single-performance-specifications-info.style-3 .icon {width: 65px;height: 65px;margin-right: 30px;line-height: 56px;color: #fff;background-color: #315492;position: absolute;top: -2px;left: -6%;}
.single-performance-specifications-info .icon {
    width: 100px;
    height: 100px;
    flex: 0 0 auto;
    text-align: center;
    margin-right: 20px;
    line-height: 100px;
    border-radius: 0px 0px 30px 30px;
    display: inline-block;
    background-color: rgba(16, 185, 129, 0.1);
}
.single-performance-specifications-info.style-3 .icon span {
    font-size: 25px;
    font-weight: 600;

}

.single-performance-specifications-info.style-3 .icon span img
{
    width: 38px;
    filter: brightness(43.5);
    line-height: 94px;
    padding-top: 0;
}
.single-performance-specifications-info .content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.single-performance-specifications-info.style-3 .image {
    opacity: 1;
    visibility: visible;
}
.single-performance-specifications-info .image {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    position: absolute;
   transition: .5s;
}
.single-performance-specifications-info.style-3:hover {
    background: #fff;
    color: #222;
    transform: translateY(-10px);
        border-style: solid;
}

.single-performance-specifications-info.style-3:hover h4
{
      color: #222;
}
.in-pro-wrap
{
/*background-color: #1c1d27;
    background-image: url(../images/parallax-bg.jpg);
    background-attachment: fixed;
    background-blend-mode: overlay;*/

background-color: #f5f5f5;
    background-image: url(../images/parallax-bg.jpg);
    background-attachment: fixed;
    background-blend-mode: overlay;

}

.address_block{

    padding-bottom: 8em;

}
.inner_block{
    width: 100%;
    display: block;
    position: relative;
    height: 450px;
    z-index: 9999;
    font-size: 14px;

}
.location-block {
    width: 100%;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 20%);
background-color: #fff;
    padding: 15px 35px 25px;
    position: absolute;
    z-index: 9999;
    height: 445px;

}
.location-block .card-header {
    cursor: pointer;
    /* margin-bottom: 10px !important; */
    padding: 5px 10px;
    margin-bottom: 15px !important;
    border-bottom: 0;

    /* border-radius: 15px; */
    padding: 10px;
    border-radius: 0 !important;
}
.location-block  .card-body
{
    padding-top: 0px;
}
.location-block .card-title

{
     
}
.location-block .card
{
border:0;
}
.inner_block p{


}

.inner_block a{

    color: #fff;

}
.inner_block .btn-link
{

    color: #27282b !important;
}
.inner_block .btn-link img
{
    width: 46px;
    margin-right: 20px;
    float: left;
    display: block;
  /*  filter: brightness(53.5);*/
}
   

.inner_block p span{

    font-size: 0.7rem;

}

.map_block {

position: absolute;
    left: -3%;
    width: 110%;

}

/* Responsive Styles */

@media only screen and (max-width: 1920px) {
        .modern-box h4 {
    font-size: 26px;
}
  .modern-box
    {
        font-size: 16px;
    }

}


@media only screen and (max-width: 1640px) {
        .modern-box h4 {
    font-size: 25px;
}

  .modern-box
    {
        font-size: 16px;
    }

}


@media only screen and (max-width: 1440px) {
        .modern-box h4 {
    font-size: 24px;
}
  .modern-box
    {
        font-size: 15px;
    }

}


@media only screen and (max-width:1366px) {
    .modern-box
    {
        font-size: 14px;
    }

    .modern-box h4 {
    font-size: 24px;
}

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .InnovationBox ul li {
        font-size: 16px;
    }

    .InnovationBox h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

}

@media(max-width:767px) {
    .connecting-line {
        top: 108px
    }

    .banner_form {
        position: relative !important;
        margin-top: 10px !important;
        right: auto !important
    }

    .mob-bnner-height {
        height: 70vh
    }

    .owl-carousel .owl-nav .owl-next {
            right: 0px !important;
        top: calc(20% - 18px) !important;
    }

    .owl-carousel .owl-nav .owl-prev {
          left: 0% !important;
        top: calc(20% - 18px) !important;
    }

    .top-rect .owl-carousel .owl-item img {
        width: 60% !important;
        display: block;
        text-align: center;
        margin: 0 auto
    }

    .high-light {
        min-height: auto !important;
        margin-bottom: 0px !important
    }

    .btn-dwn {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%
    }

    .top30 {
        margin-top: -15px;
    }

    #button {
        width: 44px;
        height: 44px;
        bottom: 58px
    }

    #button .fa {
        font-size: 1em;
        line-height: 43px
    }

    .cookie-text {
        font-size: 14px;
        line-height: 23px
    }

    .cookie-text br {
        display: none
    }

    #cookieModal .modal-dialog .buttons .btn {
        margin: .2rem;
        border-radius: 8px;
        font-size: 11px;
        padding: 4px 20px
    }
}

@media(max-width:767px) {
    .desktop_unique {
        display: none !important
    }

    .mobile_unique {
        display: block !important
    }

    #mainNav .navbar-brand {
        display: contents
    }

    .navbar-brand img {
        width: 25%;
    }

    .carousel-item {
        height: 287px;
    }

    .section-p {
        padding: 1.5em 0em;
    }

    .hightlights ul li {
        font-size: 16px
    }

    .section-heading {
        font-size: 28px;
        line-height: 25px;
        margin-bottom: 15px
    }

    #about h4 {
        font-size: 1.2rem
    }

    .sec-programs h3 {
        font-size: 20px
    }

    .wizard h4 {
        font-size: 16px
    }

    .tab-block .tab-mnu li {
        float: none;
        width: 100%
    }

    footer {
        text-align: center
    }


    footer h4 {
        font-size: 18px
    }

    .carousel-caption {
            text-align: left;
        top: 3%;
    }

    .carousel-caption h3 {
        font-size: 14px
    }

    .carousel-caption h4 {
        font-size: 11px
    }

    .stu-intern {
        background-position: right
    }

    footer h4 {
        margin-top: 20px
    }

    .sign-content h3 {
        font-size: 40px
    }

    .wizard .nav-tabs>li a i,
    .wizard .nav-tabs>li a h4 {
        margin-top: 51px;
        font-size: 15px
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px
    }

    .signup-logo-header .logo_area {
        margin-top: 0
    }

    .signup-logo-header .header-flex {
        display: block
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 5px 0
    }

    .navbar-nav {
        border-top: 1px solid #333;
        margin-top: 10px;
    }

    .gallery-p figure.softeffect img {
        max-height: 100%;
        min-height: auto
    }

    .wizard>div.wizard-inner {
        margin-bottom: 82px
    }

    .wizard .nav-tabs>li {
        width: 20%
    }

    span.round-tab {
        width: 65px;
        height: 65px;
        line-height: 65px;
        top: 78px
    }

    #feedback-enquiry {
        top: 38%
    }

    #mainNav {
        padding: 5px
    }

    .programs-new .tab-content h2 {
        font-size: 24px
    }

    .sticky-tabs {
        margin-bottom: 30px
    }

    .text-about {
        width: 82%
    }

    .rahulas-sec h2 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .min-125 {
        min-height: auto
    }

    .section-p h2 {
        font-size: 24px
    }

    .section-p h3 {
        font-size: 20px
    }

    .rahulas-sec {
        background-position: left
    }

    .section-p h1 {
             font-size: 28px;
        line-height: 40px;
    }

    #testimonial-slider1 img {
        width: 155px !important;
        float: none;
        margin: 0 auto 0;
        margin-bottom: 30px
    }

    .testi-block {
        margin-left: 15px;
        display: block;
        text-align: center !important
    }

    .table {
        display: block;
        width: 100%;
        overflow-x: auto
    }

    body {
        font-size: 16px;
    }

    .process {
        display: block;
    }

    .process__item {
        margin-bottom: 25px;
        padding: 20px 25px;
    }

    .sec6Left,
    .sec6Right {
        padding: 35px 50px;
    }

    .spcl ul li {
        width: 90%;
        padding-left: 40px;
        margin: 10px 0px;
        padding-top: 10px;
    }

    .spcl img {
        width: 25px;
    }

    .overflow-hidden {
        position: relative;
    }

    .overflow-hidden .box {
        margin-top: 80%;
        width: 100%;
    }

    .place-logos img {
        border: 1px solid #dfdfdf;
        padding: 15px;
    }

    .InnovationBox h5 {
        font-size: 18px;
    }

    .InnovationBox ul li {
        font-size: 14px;
        margin-bottom: 0px;

    }

    .placements-logo {
        margin-top: -30px;
    }

    .overflow-hidden .box2 {
        width: 100%;
    }

    .overflow-hidden .box2 {
        margin-top: 75px;
        padding: 0px 25px;
    }

    .overflow-hidden .box2 h2 {
        font-size: 31px;
    }

    .overflow-hidden .box h2 {
        font-size: 25px;
    }

    .InnovationBox .border-right {
        border: none !important;
    }

    .process__number {
        font-size: 50px;
    }

    .process__title {
        margin-top: 30px;
        min-height: auto;

    }

    .process__subtitle {
        margin-top: 10px;
    }

    .sec6 h2 {
        font-size: 28px;
    }

    .sec6 h3 {
        font-size: 20px;
    }

    .sec6 p {
        font-size: 16px;
    }

    .InnovationBox {
        margin: 50px 0px;
        background: none;
        padding: 0px 25px;
        backdrop-filter: none;
        padding-bottom: 285px;
    }

    .sec12 {

        background: url(../images/lab-sec-mob.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .InnovationBox ul {
        margin: 15px 0 0px 0px;
    }

    #testimonial-slider2 img {
        width: 70% !important;
        margin: 0 auto;
    }

    .sec-placement,
    .sec-abt-nmims {
        padding-left: 0;
        padding-right: 0;
    }

    .fixed-top {
        position: unset !important;
    }
    .carousel-caption h1
    {
            font-size: 21px;
    }
    .content-section
    {
        margin-bottom: 0;
    }
    .pro-tabs .nav-tabs li
    {
            width: 100%;
    }
    .carousel-item2
    {
                    height: 235px !important;
    }
    .pro-tabs2 .nav-tabs .nav-item
    {
        width: 100% !important;
    }
    .carousel-caption .programs
    {
        font-size: 13px;
    }
    .count-text
    {
            font-size: 14px !important;
    }
    .sec-pro
    {
            background-position: left center;
    }
    #testimonial-s img
    {

    float: none;
    display: block;
    margin-top: 0;
    }
    .t-test
    {
        text-align: center;
            min-height: auto;
            border:0;
                padding-left: 15px;
    padding-right: 15px;
        margin-left: 0px;
    }
    .pro-tabs .nav-tabs li a
    {
            font-size: 15px;
    }
    .h1, h1 {
    font-size: 28px;
}
.info-area-left
{
    z-index: 1;
}
.content-section
{
         padding: 0px 55px;
}
.home-ac-box p
{
        font-size: 11px;
    line-height: 14px;
}
.home-about-sec .image-container
{
        padding: 0em 1em 1em 0em;
            background-size: 245px auto;

}
.home-about-sec .image-container img
{
    height: auto;
}
.single-performance-specifications-info.style-3
{
        min-height: 86px;
}
.single-performance-specifications-info.style-3 .icon
{
        left: -2%;
}
.single-performance-specifications-info.style-3 h4
{
        padding-left: 55px;
            font-size: 15px;
}
.map_block
{
    position: relative;
    width: auto;
    left: auto;
    margin-top: 20px;
}
.location-block
{
    height: auto;
    position: relative;
}
.inner_block .btn-link img
{
    width: 30px;
}
.btn-link
{
        font-size: 17px;
}
.inner_block
{
    height: auto;
}
.m-30
{
    margin-left: 0;
}
.carousel-caption .closed-badge
{
        font-size: 13px;
            margin-top: 0;
}
.formDiv1
{

}
.modal.show .modal-dialog {
    max-width: 100%;
}
}