@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
  
body
{

    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
 font-family: "Mulish", sans-serif;
   font-weight: 400;
    font-size: 18px;
        line-height: 28px;
            color: #2e2e2e;
                letter-spacing: 0.3px;
}
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-content {
    border-radius: 15px;
    background-color: transparent;
}
#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: 90vh;
    margin-top: 20px
}


/*.carousel-item:before {
    content: "";
    background: linear-gradient(0deg, rgb(0 0 0 / 0) 0, rgb(0 0 0 / 65%) 90%);
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
}*/

.carousel-caption {
       text-align: left;
    top: 0%;
    left: -5%;
    z-index: 1;
}

.carousel-caption h3 {
    color: #a8222c;
    font-size: 38px
}

.carousel-caption h4 {
    color: #01315c;
    font-weight: 700;
    font-size: 38px
}

.bg_blue {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    /* border: 1px solid #cfcfcf;*/
}
.btn-bordered {
padding: 6px 20px !important;
    border: 1px solid #313759;
    background: #313759;
    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;
}

.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: #313759;
    box-shadow: 0 0 3px #FFDD22;
  }

  50% {
    background-color: #313759;
    box-shadow: 0 0 10px #fdba29;
  }

  100% {
    background-color: #212460;
    box-shadow: 0 0 3px #eca232;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #313759;
    box-shadow: 0 0 3px #6876c8;
  }

  50% {
    background-color: #313759;
    box-shadow: 0 0 10px #6876c8;
  }

  100% {
    background-color: #212460;
    box-shadow: 0 0 3px #eca232;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #313759;
    box-shadow: 0 0 3px #6876c8;
  }

  50% {
    background-color: #313759;
    box-shadow: 0 0 10px #6876c8;
  }

  100% {
    background-color: #212460;
    box-shadow: 0 0 3px #eca232;
  }
}

@keyframes glowing {
  0% {
    background-color: #313759;
    box-shadow: 0 0 3px #6876c8;
  }

  50% {
    background-color: #313759;
    box-shadow: 0 0 10px #5e6aad;
  }

  100% {
    background-color: #212460;
    box-shadow: 0 0 3px #eca232;
  }
}

/*---form css---*/


        .models_fieldGroup__C0awJ, .form-group { /* Combined for consistency */
                margin-bottom: 12px;
        }
        .models_field__K89L6, .input_inputBox__Wf8vH, .form-control {
     width: 100%;
    padding: 3px 10px;
    border: 1px solid #464747;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    background: rgb(70 70 70 / 70%);
    color: #fff;
        }


   .input_inputBox__Wf8vH::-webkit-input-placeholder, select::-webkit-input-placeholder {
        color: #929292;
  opacity: 1;
}

.input_inputBox__Wf8vH::-moz-placeholder, select::-moz-placeholder {
       color: #929292;
  opacity: 1;
}

.input_inputBox__Wf8vH:-ms-input-placeholder, select::-ms-input-placeholder {
       color: #929292;
  opacity: 1;
}

.input_inputBox__Wf8vH::-ms-input-placeholder, select::-ms-input-placeholder {
       color: #929292;
  opacity: 1;
}

.input_inputBox__Wf8vH::placeholder, select::placeholder {
       color: #929292;
  opacity: 1;
}
        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; /* Align items vertically */
               margin-bottom: 12px;
            position: relative; /* For absolute positioning if needed */
        }
        .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; /* Prevent text wrapping */
        }
        .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: rgb(70 70 70 / 70%);
    border: 1px solid #464747;

        }

        /* 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; */
    background: rgb(21 27 31 / 70%);
    border: 1px solid #393939;
   
    /* margin: 40px auto; */
   
    padding: 15px 35px;
    margin-top: -10px;
       border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
        width: 92%;
}
.formDiv11
{
  width: 100% !important;
  
}
/*-----form css---*/

.admission-sec
{
/*      background: #4e87a0 !important;*/
/*background: linear-gradient(to right, #1a497b, #4e87a0);*/
}
.admission-sec .nav-tabs
{
border-bottom: 0px;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
        margin-top: -35px;

}
.admission-sec .nav-tabs .nav-item {
      margin-bottom: -1px;
    display: inline-block;
   width: 32%;
}
.admission-sec .nav-tabs .nav-link
{
/*background-color: #d8363c; */
    background-color: #b01b22;
    border-radius: 0px;
    color: #303758;
    margin-right: 10px;
    /* width: 30%; */
    font-size: 17px;
    padding: 18px 0px;
    border: 1px solid transparent;
    /* text-transform: uppercase; */
    font-weight: bold;
    /* border-radius: 15px 15px 0px 0px; */
    background: linear-gradient(to right, #ffc238, #f1bc1b);
    border-radius: 15px 15px 0px 0px;

}
.admission-sec .nav-tabs .nav-item.show .nav-link, .admission-sec .nav-tabs .nav-link.active
{
      background: #f6f6f6 !important;
    color: #2c3052 !important;
}
.admission-sec .tab-content
{
    padding: 19px;
/*    border: 1px solid #e3e3e3;*/
    background: linear-gradient(to left, #f2f0f0, #f6f6f6);
        padding-bottom: 50px;
    /* background: linear-gradient(to left, #475398, #2c335a);*/
}

.admission-sec .tab-content .live > li:hover {
       color: #000000;
}
.admission-sec .tab-content a
{
/*    color: #2c3052;*/
    color: #404144;
    text-decoration: none;
}


.admission-sec .tab-content a:hover
{
  text-decoration: none;
}

.admission-sec h2
{

    color: #2c3052;

    overflow: hidden;

}
.admission-sec h2 span
{
  padding-right: 22px;
    position: relative;
    display: inline-block;
}
.admission-sec h2 span:after
{
      content: '';
    position: absolute;
    left: 100%;
    top: 22px;
    width: 3000px;
    height: 1px;
       background-color: #2c3052;
}
/*.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255 / 5%);
}*/

.elig-sec
{
    background-image: url(../images/footer-bg.webp);
    background-attachment: fixed;
    background-color: #2c335a;
    background-position: center;
    background-repeat: repeat;
    background-blend-mode: overlay;
    
    /* background: linear-gradient(to left, #475398, #2c335a); */
    /* background-image: url(../images/footer-bg.webp); */
    background-size: cover;
    background-position: center;
    position: relative;
}
.elig-sec::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(left, rgba(0, 0, 0, 0) 40%, rgb(40 117 151 / 80%) 100%);
}
.sec-el-2
{
   /* background-color: #921014; */
    position: relative;
    /* background: linear-gradient(to left, #be201d, #98161e); */
    background-color: #6a2020;
    background-image: url(../images/imp-link.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-blend-mode: multiply;
}
   
.listingsec {
    padding: 0;
    margin: 0
}

.listingsec ul {
    padding-left: 0
}

.listingsec li {
    list-style: none;
    font-size: 13.1px;
    margin-bottom: 18px
}

.sec-syll {
    background: url(../images/faq-bg.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: right center
}

.sec-syll .card {
    background-color: transparent!important;
    color: #484848
}

.sec-syll .card-header {
    background-color:transparent;
    cursor: pointer;
/*    margin-bottom: 10px!important;*/
        padding: 15px 10px;
}
.sec-syll #accordion .card-header.collapse
{
   background: linear-gradient(to right, #fefefe, #f4f3f3);
      border: 1px solid #d7d7d7;
      border-bottom: none;
}
.sec-syll .card {
    border: none
}
.sec-syll .card-body
{
padding: 19px;
    border: 1px solid #d7d7d7;
    padding: 19px;
    border: 1px solid #e9e5e5;
/*    background: linear-gradient(to right, #fefefe, #f4f3f3);*/
        border-top: none;

}
.sec-syll .card-title {
    font-size: 20px;
    font-weight: 700
}

.sec-syll .fa,.fas {
color: #b2b2b2;
}

.sec-syll p,.sec-syll ul li {
     margin-bottom: 10px;
    line-height: 25px;
    font-size: 15px;
    border-bottom: 1px dashed #d1d1d1;
    padding: 3px 10px;
}

.sec-syll p,.sec-syll ul li:last-child
{
  border-bottom: 0px;
}


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

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #212529;
    transform: translate3d(0, -50%, 0) scale(.7)
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #7e7e7e;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0, -50%, 0) scale(.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px
}

.unlist {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.unlist>li {
list-style: none;
    position: relative;
    padding: 0 0 0 0.7em;
    margin: 0 0 .5em 10px;
    transition: 0.12s;
    /* color: #aeaeae; */
    color: #040303;
}

/*.unlist>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;
}*/
.unlist>li img
{
       width: 32px;
    margin-right: 15px;

}
.unlist>li:hover {
        color: #c8c8c8;
}

/*.unlist>li:hover::before {
    transform: scale(1);
    opacity: 1;
    text-shadow: 0 0 4px;
    transition: 0.1s
}*/


/*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;
      
}

.text-yellow
{
    color: #fcc91e !important;
}
/*sidebar form ends*/

.banner_form {
    position: absolute;
    right: 55px;
    top: 10%;
}
.banner_form h4
{
      color: #921416 !important;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 7px;
        color: #fcc91f !important;
  }
.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 15px;
    font-weight: 700;
       font-size: 18px;
    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;

}
.section-p h1 span,
.section-p h2 span,
.section-p h3 span,
.section-p h4 span {
    
}

.section-about {
  background: #d8d8d8;
  /* fallback for old browsers */
}
.section-gap {
    background: #eaeaea;
  
}
.no-padding {
    padding: 0;
}
.info-area .info-area-right {
    margin-left: -8.5rem;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 2;
    padding: 30px;
    /*    border-radius: 30px;*/
            border-radius: 30px 30px 0px 0px;
    margin-top: 49px;
   
 /*   margin-top: 64px;*/
}

.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;
 }

#about img {
 /*     width: 55px;
    margin-bottom: 10px;*/
}
.sec-abt-nmims {
    background-image: url(../images/slide2.webp);
    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 
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    overflow: visible !important;
}

.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 img
{
  width: 52px;
}

.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: #403f3f;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.process {
     width: 100%;
  padding: 0 0px;
  text-align: center;
      margin-bottom: 0;
}
.process__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;

  transition: 0.4s ease-in-out;
}


.process__item:hover .process__number {
  transform: translateY(5px);
  color: #e59e08;
}
.process__item:hover .live li
{
	      color: #1f1f1f;
}
.process__number {
  font-size: 90px;
-webkit-text-stroke: 1px #e8a20d;
  display: block;
  color: transparent;
  font-weight: 700;
  transition: 0.4s ease-in-out;
}

.blog_card_text_block {
    
}


.process__title {
display: block;
    font-weight: 700;
    font-size: 24px;
    color: #2e2e2e;
    line-height: 36px;
    position: relative;
    z-index: 10;
    background: url(../images/blog_card_bg.webp) no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -73px;
    box-shadow: drop-shadow(-2px -1px 5px rgba(2, 69, 122, 0.04)) drop-shadow(-9px -4px 10px rgba(2, 69, 122, 0.03)) drop-shadow(-19px -10px 13px rgba(2, 69, 122, 0.02)) drop-shadow(-35px -17px 15px rgba(2, 69, 122, 0.01)) drop-shadow(-54px 27px 17px rgba(2, 69, 122, 0));
    border-radius: 0 0 15px 15px;
    padding: 67px 24px 24px;
    position: relative;
    transition: .3s 
ease-in-out;
    width: 100%;
        min-height: 163px;

            transform: translateX(-50%);
    transition: all 0.2s 
ease-in-out 0s;
  
}

.process__subtitle {
display: block;
    font-size: 17px;
    color: #d8d8d8;
    margin-top: 30px;
    line-height: 1.5;
}
 
  .process__item {
    width: 100%;
    margin: 5px;
    text-align: left;
    position: relative;
  }

  .process__item-img {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
  .process__item img
   {
      border-radius: 15px 15px 0px 15px;
        transition: .5s 
ease-in-out;
width: 100%;
   }
 .process__item img:after {
    top: 0;
    left: 0;
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(.5);
    border-radius: 15px;
    transition: .5s 
ease-in-out;
    background-image: linear-gradient(45deg, #0f385f 15%, #0f385f 100%);
}

 


   .process__item:hover img {
    transform: scale(1.1);
}

  .process__item:hover img:after
  {

    /* opacity: .8; */
    transform: scale(1);
    opacity: .4;

  }

    .process__item .text-gry
    {
    	color: #f0f0f0 !important;
    }




     .home-img-box
{
  position: relative;
  margin-top: -50px;
  overflow: hidden;
 
    border-radius: 15px 15px 0px 15px;
}
  .home-img-box img
  {
        border-radius: 15px 15px 0px 15px;
    transition: .5s 
ease-in-out;
    width: 100%;
  }
 .home-img-box:hover img {
    transform: scale(1.1);
}
.home-img-box .box-header
{
    background: #fff;
    position: absolute;
    display: block;
    bottom: 0px;
    left: 55%;
    padding: 20px;
    text-align: center;
    width: 100%;
    z-index: 2;
    box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.2s 
ease-in-out 0s;
    text-decoration: none;
    border-radius: 30px 0px 0px 0px;
}

.home-img-box .box-title {height: 35px;overflow: hidden;transition: all 0.2s ease-in-out 0s;color: #757575;font-weight: 700;margin: 2px 0;font-size: 20px;line-height: 1.385em;color: #2e2e2e;font-weight: bold;}


.home-img-box .box-title span {
    display: block;
        transition: all 0.2s ease-in-out 0s;
}



.home-img-box .box-header .box-button {
         line-height: 30px;
    color: #303758;
    height: 0;
    overflow: hidden;
    transition: all 0.2s 
ease-in-out 0s;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;

}

.home-img-box .box-header .box-button .button {
    padding-top: 0;
    padding-bottom: 0;
        transition: all 0.2s ease-in-out 0s;
}

/*.home-img-box .box-header .button.no-bg:before {
    content: "\f10b";
    font-family: "Ionicons";
    font-size: 16px;
    font-weight: 400;
    text-indent: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}*/


.home-img-box:hover .box-header {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .06), 0 4px 4px rgba(0, 0, 0, .06), 0 8px 8px rgba(0, 0, 0, .06), 0 16px 16px rgba(0, 0, 0, .06), 0 32px 32px rgba(0, 0, 0, .06);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
     /*   background: #fcca1d;*/
         background: linear-gradient(to left, #cdcdcd, #ffffff);
}

.home-img-box:hover .box-header .box-title {
    height: 0;
}
.home-img-box:hover .box-header .box-title span {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
}

.home-img-box:hover .box-header .box-button {
     height: 35px;
   }


.steps-section
{
   
    background-size: cover;
    background-color: #2f3d4e;
    background-blend-mode: soft-light;
    background-attachment: fixed;
    position: relative;
    padding: 134px;
    margin-top: -280px;
    position: relative;
    z-index: -1;

}

.campus-box .campus-box-img{
  height: 450px;
}
.campus-box .campus-box-img img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.campus-box .campus-box-content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 5%, transparent 30%);
  color: #fff;
  display: grid;
  align-items: end;
}
.campus-box{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 5px;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 30%);
}

.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, rgb(41 55 73) 40%, rgb(4 20 42 / 80%));
}


.sec-pro
{
   background: #F2F6FB;
}

   


/* 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: #2f2f2f;
}

.live>li::before {
    position: absolute;
    content: "✓";
      color: #be201d;
    top: 10px;
    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: #c8c8c8;
}

.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;
        width: 40%;

    position: relative;
    padding-left: 45px;
    vertical-align: top;
    padding-top: 18px;
    margin: 18px 16px;
    -wekbit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
   /* border-top: 1px solid #296285;*/
}
.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 {
    margin-top: 11px;
    padding-left: 0;
}
.spcl ul li .ani-icon {
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    filter: invert(1);
}
.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: #f2f2f2 !important;
    font-size: 17px !important;
    line-height: 42px !important;
    position: relative;
    font-weight: 600;

}
.spcl ul li a:hover
{
	text-decoration: none;
}

.spcl span:hover.text

{
	     color: #ffe693;
    font-weight: bold;
}
.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/about-img.webp);*/
background-size: cover;
background-position: top right;
position: relative;
padding-left: 0;
    background: #d8363c;
        overflow: visible;
}
.sec-placement img {
    width: 118% !important;
    position: absolute;
    padding-top: -10px;
    bottom: 0;
    right: 0;
    right: -62px;
    z-index: 1;
    display: block;
    max-width: 125%;
    top: -6px;
}





.overflow-hidden .box2 p {
    font-size: 16px;
     color: #edd6d7;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#Placements
{
  padding-top: 5em !important;
}
.text-blue
{
     color: #2c3052 !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.webp);
    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.webp) 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: 35px;
  color: #000000;
  font-weight: 700;
}

.count-text {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #787777;
}
/*.border-right {
    border-right: 1px solid #dee2e6 !important;
}
*/

.border-right {
   /*  border-right: 1px solid #c4c4c4 !important;*/
       border-right: 1px solid #151f2f !important;
}


.sec12{ 
    padding: 0px 0px;
    background-image: url(../images/sco-img2.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #81969c;
    background-blend-mode: multiply;
 }




.InnovationBox{ 
    padding: 30px;
    margin: 95px 0px;
    border-radius: 25px;
/*    background: linear-gradient(180deg, rgb(34 38 58) 0%, rgb(120 114 114 / 32%) 100%);*/
background: linear-gradient(180deg, rgb(34 38 58) 0%, rgb(28 106 149 / 32%) 100%);
    backdrop-filter: blur(12.5px);
        width: 95%;
}
.InnovationBox img
{
     width: 55px;
    margin: 0 auto;
         filter: grayscale(100%) brightness(37%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);

}
.InnovationBox h4
{
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
    line-height: 23px;
}
   
 
.custom-container {
    width: 90%;
    margin: 0 5%;
    max-width: 1920px;
    margin: 0 auto;
}
.InnovationBox h2{
     font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background: linear-gradient(101deg, #00babe 9.49%, #F38030 90.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   margin-bottom: 25px;
    padding-bottom: 5px;
}
.InnovationBox ul{ width: 100%;
    margin: 30px 0 0px 0px;
    padding: 0px; }
.InnovationBox ul li
{
list-style-type: none;
    color: #ffffff;
    font-size: 18px;
    /* width: 49%; */
    font-style: normal;
    display: block;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 16px;
    margin-left: 0px;
    font-weight: 500;


 }
 .InnovationBox h5
 {
    color: #f38030;
    font-size: 23px;
 }
     
.sec12img{ padding-top: 5%; }




/* 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;
}













.hightlights {
    background: linear-gradient(top, #01315c 0%, #a8222c 100%)
}

.hightlights ul li {
    font-size: 24px;
    color: #01315c;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 31px
}

.hightlights ul li span {
    display: block;
    color: #a8222c;
    font-weight: 400
}

.hightlights p {
    padding-bottom: 35px;
    font-size: 1.1rem
}

.hightlights .section-heading {
    margin-bottom: 5px
}

.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;
/*    color: #303758;*/
color: #3a3a3a;
    margin-bottom: 35px;
    font-weight: 800 !important;
    line-height: 50px;
    margin-top: 0;
 
    /* color: #2c3052;**/
   
/* color: #2c3052;*/
    
}

.section-heading span
{
        color: #9f1818;
 
}
.program-offered
{
    background: #18243a;
    /* background: #30394f; */
  /*  border-radius: 0px 310px 0px 0px;*/

}
.place-logos img
{

    filter: grayscale(292%) brightness(132%) hue-rotate(3deg) saturate(500%) contrast(0.7);
}
.place-logos img:hover
{
	filter: none;
}



.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;
    min-height: 34px;
}

.section-acc
{
/*position: relative;
    background-color: #272c42;
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    background-blend-mode: multiply;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 40%, rgb(40 117 151 / 80%) 100%);
    background-color: #2c335a;*/
position: relative;
 
    background-attachment: fixed;
    background-color: #2c335a;
    background-position: center;
    background-repeat: repeat;
    background-blend-mode: overlay;
  
      /*  background: linear-gradient(to left, #475398, #2c335a);*/
        /*  background-image: url(../images/footer-bg.webp);*/
  background-size: cover;
  background-position: center;
  position: relative;
}
.section-acc::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(left, rgba(0, 0, 0, 0) 40%, rgb(40 117 151 / 80%) 100%);
}
.section-acc h1
{
line-height: 280px;
    border-radius: 30px;
    margin-bottom: 0;
    margin-top: -30px;
}
.box-light
{
         background: #ffc238;
    border-radius: 0px 118px 0px 0px;
}
/*.section-acc::after {
    content: '';
 
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}*/

.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-color: #921014; */
    position: relative;
    /* background: linear-gradient(to left, #be201d, #98161e); */
    background-color: #663838;
    background-image: url(../images/stats-bg.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-blend-mode: soft-light;

}
.placements-logo .item 
{
font-size: 16px;
    border: 1px solid #c63e3d;
    border-radius: 10px;
    height: 87px;
    background: #ffffff;
    width: 100%;
    object-fit: contain;
    /* padding: 3px; */
    text-align: center;
    color: #303554;
    font-weight: 800;
    line-height: 82px;
    /* font-style: italic;*/

}
.placements-logo .item
{
	margin-bottom: 40px;
      border-radius: 10px !important;
}

.placements-logo .owl-nav .owl-prev {
    top: calc(27% - 18px) !important;
    font-size: 20px !important;
       color: #921014 !important;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #921014 !important;
     left: -57px !important;
    background: #fff !important;
}

.placements-logo .owl-nav .owl-next {
    top: calc(27% - 18px) !important;
    font-size: 20px !important;
       color: #921014 !important;
    display: block;
    background: transparent;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #921014 !important;
       right: -58px !important;
    background: #ffffff !important;
}

/* ---------------------------------------------------
   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);
}

.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);

}
.yamm .yamm-content {
  padding: 20px 30px 0px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
 left: 35%;
 right: 10%;
 background: #fff;
 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: #333;
    margin-top: 0px;
}
.yamm .yamm-content a:hover h4
{
   background: #333333;
    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.webp); 
    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.webp);
    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;
}

.colab-logos  {
}
.colab-logos .owl-nav .owl-prev  {
    top: calc(-20% - 18px) !important;
    font-size: 20px !important;
    color: #000 !important;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000 !important;
    left: 91%;
    background: transparent !important;
}

.colab-logos2 .owl-nav .owl-prev
{
     left: 84% !important;
}
.colab-logos .item  {
    overflow: hidden;
}
.colab-logos p  {
     padding:  8px 0px;
  
}
.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: #000 !important;
    display: block;
    background: transparent;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000 !important;
    right: -1px;
    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;
}

.colab-logos .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%, rgba(0, 0, 0, 0.8) 100%);*/
}
.colab-logos .item
{
      border-radius: 30px;
}
.colab-logos .item img
{
    transition: .3s;
    border-radius: 30px;
}
.colab-logos2 .item:hover img
{
    transform: scale(1.1);
      border-radius: 30px;
}

.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
{
   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 
{
        opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.colab-logos .item img {
    transition: .3s;
}
.colab-logos .item .over-txt {
position: absolute;
    bottom: 0px;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    z-index: 2;
    text-transform: uppercase;
    cursor: pointer;
    top: 0;
    margin-top: 58%;
    left: 0;
       background: rgb(167 21 21 / 85%);
}
.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
}

.section-break-1 {
    background-color: #fff0;
    border: 0;
    border-top: 3px double #c8c8c8;
    height: 3px;
    margin: 2rem auto;
    width: 30%
}

.section-break-1:before {
    background-color: snow;
    color: #c8c8c8;
    content: '\22A1';
    font-size: 20px;
    left: 50%;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    text-indent: -2px;
    text-rendering: geometricPrecision;
    transform: translate(-50%, -65%);
    width: 10px
}

footer {
    margin: 0;
    background: #f3f3f3;
    border-top: 2px solid #b5b5b5;
    font-size: 15px;

}

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: #353535
}

footer a:hover {
    color: #A9232A
}

.color_red {
    color: #333333 !important;
    font-size: 15px
}

.color_red:hover {
    color: #000
}

.ml-20 {
    margin-left: 35px
}

.foo-strip {
        background: #2c3052;
    padding: 10px 0;
    text-align: center;
    color: #fff
}
.foo-strip a
{
      color: #ffffff;
}
.bg-primary {
    background: #fdcc52;
    background: linear-gradient(#fdcc52, #fdc539)
}

.text-primary {
    color: #fdcc52
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0
}
.about-section
{
        background: linear-gradient(to left, #ffffff, #d9d9d9);

}
.btn-outline {
font-size: 18px;
    letter-spacing: 0;
    color: #2c3052;
    font-weight: 500;
    border: none;
    padding: 9px 55px;
    /* border: 2px solid #e9e9e9; */
    text-transform: uppercase;
    cursor: pointer;
    background: #fcca1d;
    /* 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*/
     color: #b21a1f !important;
}
.text-red-light
{
      color: #f1252c !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;
}

.gallery-p figure {
    cursor: pointer;
    float: left;
    overflow: hidden;
    position: relative;
   border: 1px solid #f8f1f1;
    width: 100%;
    margin-bottom: 15px;
    height: auto !important;
    max-height: auto !important;
       
        margin:0;
        
}

.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;
 
}

.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: 90px 0 0px;
    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 !important;
    height: 30px !important;
    min-height: 30px !important;

}

.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);*/
}

.gallery-p figure.softeffect p {
 transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    background: rgb(194 12 12 / 75%);
    margin-top: 52px;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: #fff0
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 1
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    border: 0;
    border-bottom-color: #fff0
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 24px;
    color: #0e214b;
    font-weight: 600;
    border: 1px solid #ddd;
    top: 30px
}

span.round-tab i {
    color: #555
}

.wizard li.active span.round-tab {
    background: #f47933;
    color: #fff;
    border-color: #f47933
}

.wizard li.active span.round-tab i {
    color: #c2a9de
}

.wizard .nav-tabs>li.active>a i {
    color: #c2a9de
}

.wizard .nav-tabs>li.active>a h4 {
    color: #c2a9de
}

.wizard .nav-tabs>li {
    width: 25%
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0;
    border: 5px solid #fff0;
    border-bottom-color: red;
    transition: 0.1s ease-in-out
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: #fff0;
    position: relative;
    top: 0
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -25px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-5%, -50%);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.wizard .table {
    color: #fff
}

.wizard .nav-tabs>li a h4 {
    position: absolute;
    top: 5px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-24%, -50%);
    font-weight: 500;
    color: #fff;
    font-size: 17px
}

.wizard .nav-tabs>li a:hover {
    background: #fff0
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px
}

.wizard h3 {
    margin-top: 0
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px
}

.next-step {
    background-color: #6f1a52
}

.skip-btn {
    background-color: #cec12d
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px
}

.term-check {
    font-size: 14px;
    font-weight: 400
}

#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: 17px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    margin-right: -57px;
    text-transform: uppercase;
    padding-top: 6px;
       padding-bottom: 6px;
    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
}

#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.webp);
    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.webp);
    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.webp);
    background-position: center;
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-size: cover
}

.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
}



.rahulas-sec {
background-color: #2f344c;
    position: relative;
    min-height: 200px;
    background-image: url(../images/imp-link.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    background-blend-mode: multiply;
}

.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: #2d355d;
    border: 1px solid #2f3661;
    background: #ffffff;
    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.webp);
    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 {
    transition: all .2s ease-in-out;
    margin: 0;
    border-radius: 0;
    padding: 0;
    position: relative;
    line-height: 1.42857143;
    border: 1px solid silver;
    border-radius: 40px
}

.institutes .thumbnail {
    color: #212529;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s
}

.institutes .thumbnail:hover {
    text-decoration: none;
    box-shadow: 0 235px 0 0 #d2232a inset;
    color: #fff
}

.m-cam-height {
    min-height: 100% !important;
    margin-bottom: 0px !important;
    height: 100%
}

.m-add-height {
    min-height: 270px !important;
    margin-bottom: 0px !important;
    height: 100%
}

.institutes .thumbnail img {
    width: 75px;
    height: 75px;
    filter: unset;
    float: left;
    display: block
}

.institutes .thumbnail:hover img {
    filter: brightness(0) invert(1);
    s
}

.institutes .thumbnail .caption {
    padding: 10px 15px
}

.institutes .thumbnail .caption h3 {
    font-size: 26px;
    text-transform: none;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    margin-left: 95px
}

.institutes .thumbnail .caption h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px
}

.institutes .thumbnail small {
    text-transform: capitalize;
    color: #b01b12
}

.institutes .thumbnail .caption p {
    color: #8a8a8a;
    font-size: 17px;
    text-align: left;
    margin-left: 95px
}

.institutes .thumbnail:hover .caption p {
    color: #fff
}

#testimonial-slider2 img {
       width: 100% !important;
}

#testimonial-slider2 .item {
    text-align: center;
}
#testimonial-slider2 .item h5
{
    color: #252b58;
}
#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;
    text-align: center
}

.white-heading {
    font-size: 40px;
    letter-spacing: -1px;
    color: #fffefe;
    font-weight: 400
}

.testimonial-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center
}

/*.owl-dots {
    margin: 0 auto;
    width: auto;
    text-align: center
}

.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 0;
    border: 1px solid #ccc;
    background: #fff !important;
    margin-right: 5px;
    display: inline-block
}

.owl-carousel button.owl-dot.active {
    background: #b11116 !important;
    width: 13px;
    height: 13px
}*/

.sec-pro {
    background: url(../images/faq-bg.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: right center
}

.sec-pro .card {
    background-color: transparent !important;
    color: #484848
}

.sec-pro .card-header {
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 10px !important;
    padding: 10px 10px
}

.sec-pro .card {
    border: none
}

.card-title {
    font-size: 17px;
    font-weight: 700
}

.sec-pro .fa,
.fas {
    color: #4e87a0
}

.sec-pro p,
.sec-pro ul li {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 15px
}

.moretext,
.moretext2,
.moretext3,
.moretext4,
.moretext5,
.moretext6 {
    display: none
}

@media only screen and (max-width:1366px) {
    .navbar-light .navbar-nav .nav-link {
                     font-size: 15px;
        letter-spacing: 0.5px;
    }
    .InnovationBox ul li
    {
   font-size: 17px;
    }
      .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: -35px !important;
        top: calc(30% - 18px) !important;
        color: #fff !important;
        background: transparent !important;
        border:none !important;
    }
    .owl-carousel .owl-nav .owl-prev {
            left: -13% !important;
        top: calc(29% - 18px) !important;
          color: #fff !important;
        background: transparent !important;
          border:none !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: auto
    }
    .section-p {
        padding: 1.5em 0em;
    }
    .hightlights ul li {
        font-size: 16px
    }
    .section-heading {
        font-size: 27px;
        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: right;
        top: 33%
    }
    .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: 22px;
    }
    .section-p h3 {
        font-size: 20px
    }
    .rahulas-sec {
        background-position: left
    }
    .section-p h1 {
      font-size: 32px;
        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
{
padding: 25px 10px;
        margin: 20px 0px;
        background: none;
        backdrop-filter: none;
                   
}
.sec12
{
        background-size: cover;
        background-position: revert-layer;
}

   

   
.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;
}
.info-area .info-area-right
{
margin-left: 0px;
        margin-top: 0px;
        background: transparent;
        padding: 0px;
}
.home-img-box
{
  margin-bottom: 40px;
}
.admission-sec .nav-tabs .nav-item
{
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
}
.admission-sec .nav-tabs
{
  margin-top: 0px;
}
.section-acc h1
{
      border-radius: 30px;
    margin-bottom: 0;
    margin-top: 0px;
}
.box-light {
    
    border-radius: 30px;
}
.overflow-hidden .box2
{
  position: relative;
}
.formDiv1

{
      width: 100%;
          margin-top: 0;
}
}