body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body,
html {
    scroll-behavior: smooth;
    position: relative;
    /* font-family: 'malgun_gothicregular'; */
    font-family: 'Malgun Gothic';
    overflow-x: hidden;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
figure {
    margin: 0;
    padding: 0;
}

span {
    display: inline-block;
}

a {
    text-decoration: none;
    transition: 0.5s all;
}

li {
    list-style: none;
}

@font-face {
    font-family: 'Malgun Gothic Semilight';
    src: url('../fonts/MalgunGothic-Semilight.woff2') format('woff2'),
        url('../fonts/MalgunGothic-Semilight.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Malgun Gothic';
    src: url('../fonts/MalgunGothicBold.woff2') format('woff2'),
        url('../fonts/MalgunGothicBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Malgun Gothic';
    src: url('../fonts/MalgunGothic.woff2') format('woff2'),
        url('../fonts/MalgunGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'supera_gothicextrabold';
    src: url('../fonts/superagothic-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/superagothic-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'supera_gothicblack';
    src: url('../fonts/superagothic-black-webfont.woff2') format('woff2'),
         url('../fonts/superagothic-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-bolduploaded_file';
    src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-mediumuploaded_file';
    src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

section,
footer {
    position: relative;
    z-index: 5;
}

.content {
    flex: 1;
}

h1 {
    font-size: 85px;
    font-weight: 800;
    line-height: 80px;
    color: #fff;
    font-family: 'supera_gothicextrabold';
}

h2 {
    font-size: 55px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}

p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

/* @font-face {
    font-family: 'malgun_gothicregular';
    src: url('../fonts/malgun_gothic_regular-webfont.woff') format('woff'),
        url('../fonts/malgun_gothic_regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

} */



.container {
    max-width: 1624px;
}

.bold-p{
    font-weight: 600 !important;
}

.fixed_box {
    position: fixed;
    top: 300px;
    right: -103px;
    z-index: 9;
    transform: rotate(-90deg);
    background: #FF3F3F;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.fixed_box a {
    height: 44px;
    display: flex;
    font-weight: 700;
    padding: 0 20px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.fixed_box a:hover{
    background: #9e2600;
}

/* header */
.header {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo a {
    max-width: 350px;
}

.header_logo a img {
    max-width: 100%;
}

/* banner */
.banner {
    height: 720px;
    background-size: cover;
}

.banner h1 {
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 4px;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 70%;
    z-index: -1;
}

.banner_left {
    position: relative;
    z-index: 5;
    max-width: 897px;
    padding-top: 20px;
}

.red_clr{
    color: #FF0000;
    font-weight: 700;
}

.banner_left p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Malgun Gothic Semilight';
}

.bnnr_about h4 {
    font-size: 64px;
    line-height: 66px;
    font-weight: 500;
    color: #fff;
    font-family: 'supera_gothicextrabold';
}

.bnnr_about.bnnr_about h4 span{
    display: block;
}


.banner_left .sub-span {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

.banner_left h1 span{
    display: block;
}

.banner.banner .bttn{
    border: none;
}

.banner.banner .bttn:hover{
    background: #9E2600;
}

.banner_right {
    position: relative;
    z-index: 5;
    padding-top: 150px;
}

.btn-left {
    display: inline-block;
    position: relative;
}

.btn-left .btn-imgg{
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    height: 21px;
    width: 100%;
    background: url(../images/btn-aftr.png) no-repeat center / contain;
}

.btn-imgg:hover + a{
    background: red;
}

.btn-left{
    margin-top: 20px;
}

.notice_box {
    padding: 30px 50px 27px;
    background: #fff;
    border-top: 10px solid #949696;
    border-left: 10px solid #949696;
    border-right: 10px solid #949696;
    border-radius: 20px 20px 0 0;
    height: 100%;
    min-height: 540px;
}

.banner_right span {
    font-size: 27px;
    font-weight: 700;
    background: #FE0000;
    color: #fff;
    padding: 2px 20px;
    border-radius: 15px;
    clip-path: polygon(50% 0%, 100% 9%, 100% 79%, 52% 100%, 53% 100%, 0 83%, 0 13%);
}

.banner_right h4 {
    color: #000;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    padding: 10px 0;
}

.banner_right p {
    font-size: 18px;
    font-weight: 700;
    color: #494B5A;
    padding-bottom: 27px;
}

.banner_right ul {}

.banner_right ul li {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px;
}

.banner_right ul li:last-child {
    margin-bottom: 0;
}

.banner_right ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background: url(../images/tick.png)no-repeat center / contain;
}

/* helpline */
.help_info {
    display: flex;
    align-items: center;
    background: #1A5DDB;
    height: 46px;
}

.help_info marquee {
    color: #fff;
    margin-left: 27px;
    display: flex;
    height: 100%;
    align-items: center;
}

.help_info marquee a {
    color: #fff;
    font-size: 20px;
}

.helpline {
    position: relative;
    flex: none;
    padding: 0 30px;
    background: #05358E;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.helpline::before {
    content: '';
    position: absolute;
    top: 0;
    right: -35px;
    height: 100%;
    width: 48px;
    background: url(../images/arrow1.png)no-repeat center / contain;
}

.helpline p {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

/* recognition */
.recognition {
    padding: 60px 0;
}

.heading {}

.recog_info p {
    font-size: 18px;
    font-weight: 700;
    color: #1A5DDB;
    background: #E7EEFC;
    width: max-content;
    margin: auto;
    padding: 15px 45px;
    border-radius: 30px;
}

.logo_wrap {
    padding: 50px;
    width: 100%;
    background: #F3F3F6;
    border-radius: 500px;
}

.text_center {
    text-align: center;
}

.logo_info {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EDF1F9;
    margin: 0 8px;
    border-radius: 16px;
}

.logo_info figure {
    height: 150px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: darken;
}

.logo_info figure img {
    max-width: 100%;
}

.fig-logo li:nth-last-child(1) .logo_info figure img, .fig-logo li:nth-last-child(2) .logo_info figure img{
    width: 110px;
}

ul.fig-logo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-bottom: 40px;
}

.fig-logo li{
    width: 14.28%;
    flex: 0 0 auto;
}

.logo_text {
    text-align: center;
    max-width: 230px;
}

.logo_text h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 22px;
}

.logo_text p {
    color: #747474;
    padding-top: 6px;
    line-height: 23px;
}

.logo_slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 109%;
    z-index: 9;
}

.logo_slider .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff !important;
    filter: drop-shadow(0px 9px 5px rgba(0, 0, 0, 0.22));
    display: table;
    margin: auto;
    float: left;
}

.logo_slider .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff !important;
    filter: drop-shadow(0px 9px 5px rgba(0, 0, 0, 0.22));
    display: table;
    margin: auto;
    float: right;
}

.logo_slider .owl-nav .owl-prev svg,
.logo_slider .owl-nav .owl-next svg {
    color: #FE0000;
}

.award {
    background: linear-gradient(81.2deg, #FFFFFF 14.52%, rgba(153, 153, 153, 0) 79.7%) !important;
    padding: 50px 0 0;
    margin-bottom: 30px;
    z-index: 2;
}

.award::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -120px;
    margin: auto;
    height: 100%;
    width: 100%;
    background: url(../images/aw-bg.jpg) no-repeat center / cover;
    z-index: -1;
}

.award_left {
    margin-bottom: 25px;
}

.award_left p {
    color: #464646;
}

.award_right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    /* margin-bottom: 20px; */
}

.award_info_1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recognition-wrapper{
    position: relative;
}

.recognition-wrapper::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 0px;
    height: 650px;
    width: 650px;
    border-radius: 50%;
    background: #F0F9FF;
    z-index: -1;
}

.award_info {
    width: 90% !important;
    background: #fff;
    box-shadow: 0px 9px 28px 0px #E0E5EC;
    padding: 10px;
    border-radius: 10px;
    margin: 0 5px;
}

.award_info figure {}

.award_info figure img {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
    transition: 0.4s all;
}

.award_text h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}

.award_text p {
    font-size: 14px;
    font-weight: 400;
    color: #4E4E4E;
    padding: 5px 0;
    line-height: 19px;
}

.recognition_slider.recognition_slider .owl-stage-outer {
    padding: 0;
}

.award_text a, .read_mre{
    font-size: 13px;
    font-weight: 700;
    color: #000;
    transition: 0.5s all;
}

.read_mr{
    color: #fff !important;
}

.new_awrd h4 {
    color: #E71C1C;
    font-size: 25px;
    margin-bottom: 12px;
    transition: 0.4s all;
}

.new_awrd p{
    color: #fff;
}

.new_item_wrapper.new_item_wrapper .award_text h4{
    margin-bottom: 10px;
    color: black;
}

.new_awrd a:hover h4{
    color: rgb(218, 214, 214);
}

.new_awrd .read_mre {
    color: #fff;
    font-size: 15px;
}

.award_text a svg, .read_mre svg {
    color: #E71C1C;
    height: auto;
    width: 9px;
    top: 2px;
    position: relative;
}

.new_awrd.new_awrd .award_text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 6px 10px 15px 40px;
    background: #000000c7;
    color: white;
}

.new_awrd:hover .award_info figure img, .award_right:hover .award_info > figure img{
    filter: brightness(0.5);
}

/* info */
.info {
    padding: 0 0 50px;
    z-index: 1;
}

.info_wrap {
    display: flex;
    gap: 30px;
}

.info_wrap {
    color: #fff;
}

.info_wrap .info_box:nth-child(1) {
    background-color: #008755;
}

.info_wrap .info_box:nth-child(2) {
    background-color: #7CA246;
}

.info_wrap .info_box:nth-child(3) {
    background-color: #F46D43;
}

.info_wrap .info_box:nth-child(4) {
    background-color: #9B0080;
}

.info_wrap .info_box:nth-child(5) {
    background-color: #5E4FA2;
}

.info_box {
    max-width: 360px;
    width: 100%;
    padding: 20px 10px 10px;
    border-radius: 10px;
}

.info_box h4 {
    font-size: 20px;
    font-weight: 700;
    max-width: 205px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.info_box ul {}

.info_box ul>li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 11px;
}

.info_box ul li:last-child {
    margin-bottom: 0;
}

.info_box ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    height: 17px;
    width: 17px;
    background: url(../images/wh-tick.png)no-repeat center / contain;
}

.info_ul li::before {
    display: none;
}

.info_ul {
    padding-top: 10px;
}

.info_ul li {
    margin-bottom: 0 !important;
    padding-left: 17px !important;
    position: relative;
}

.info_ul li::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
}

.bttn {
    font-size: 16px;
    height: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 18px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #E80909;
    background: #C90303;
    transition: 0.5s all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
}

.bttn:hover {
    background: #9E2600;
    color: #fff;
}

/* number */
.number {
    height: 600px;
}

.num_left {
    position: relative;
    padding: 50px 80px;
}

.num_left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 50%;
}

.num_text {
    position: relative;
    z-index: 1;
}

.num_left h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.num_left ul {
    padding-top: 25px;
}

.num_left ul li {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding-left: 38px;
    margin-bottom: 7px;
}

.num_left ul li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    height: 23px;
    width: 23px;
    background: url(../images/wh-tick.png)no-repeat left / contain;
}

.num_right {
    display: flex;
}

.num_count {
    display: flex;
    flex-direction: column;
}

.num_info {
    height: 203px;
    width: 393px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
    padding: 50px;
}

.num_box {
    display: flex;
    align-items: center;
    gap: 4px;
}

.num_info .num_box span {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.num_info .num_box p {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.num_info h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}


.num_right .num_count .num_info:nth-child(1) {
    background: #55C355;
}

.num_right .num_count .num_info:nth-child(2) {
    background: #C307A2;
}

.num_right .num_count_2 .num_info:nth-child(1) {
    background: #F46D43;
}

.num_right .num_count_2 .num_info:nth-child(2) {
    background: #5945B6;
}

/* campus */
.campus {
    padding: 50px 0;
}

.camp_info{
    height: 100%;
}

.camp_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 30px;
    z-index: 3;
    border-bottom: 18px solid #E71C1C;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.camp_img::after {
    content: '';
    position: absolute;
    right: -43px;
    bottom: 0;
    height: 267px;
    width: 492px;
    background: url(../images/red-arrow.png) no-repeat center / contain;
    display: none;
}

.camp_img::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -2;
    border-radius: 25px;
}

.yt_bttn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #F00606;
}

.yt_bttn::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    opacity: 50%;
    border: 13px solid #fff;
    scale: 2.5;
}

.yt_bttn svg {
    color: #fff;
}

/* experience */
.experience {
    padding: 60px 0;
    background: #E0E5EE;
}

.exp_left h2 {
    padding-bottom: 15px;
}

.exp_left>p {
    font-size: 25px;
    padding: 0 0 10px;
    color: #454549;
}

.exp_left figure {
    max-width: 80px;
}

.exp_left figure img {
    max-width: 100%;
}

.student_rev {
    display: flex;
    gap: 15px;
    padding-top: 30px;
    padding-left: 15px;
}

.review {}

.review>p {
    font-size: 18px;
    font-weight: 300;
    color: #1F1F1F;
    padding-top: 15px;
    max-width: 100% !important;
    line-height: 28px;
}

.stu_img {
    position: relative;
    max-width: 56px;
}

.stu_img::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -14px;
    height: 50px;
    width: 50px;
    border: 1px solid #E71C1C;
    border-radius: 50%;
    z-index: -1;
}

.stu_img img {
    max-width: 100%;
    border-radius: 50%;
}

.stu_text h4 {
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.stu_text p {
    color: #4A4A4A;
    font-weight: 300;
    line-height: 24px;
}

.user_info {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.user_info figure {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background: #D2DAE7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
}

.user_info figure img {
    max-width: 100% !important;
    border-radius: 50%;
    width: 100%;
}

.user_text h4 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.exp-right p{
    color: #1F1F1F;
}

.user_text p {
    font-size: 20px;
    color: #454549;
    font-weight: 400;
    padding-top: 10px;
}

.exp_right {
    position: absolute;
    top: 0;
    background: #EDF0F5;
    padding: 50px 80px;
    border-radius: 20px 0 0 20px;
}

.exp_right>p {
    font-size: 18px;
    color: #1F1F1F;
    padding-top: 16px;
    line-height: 28px;
}

/* news_letters */
.news_letters {
    width: 100%;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    background: #5C6A85;
    padding: 50px 0;
    border-radius: 80px;
    margin-top: 50px;
}

.news_letters h4 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

.mail_box {
    position: relative;
}

.mail_box .mail {
    width: 750px;
    height: 56px;
    border-radius: 30px;
    border: 1px solid #5C6A85;
    outline: none;
    padding-left: 30px;
}

.mail_box .mail::placeholder {
    font-size: 17px;
    color: #000;
}

.mail_box .submit {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 60px;
    background: #FF3F3F;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 30px;
    border: 1px solid #FF3F3F;
    transition: 0.5s all;
}

.mail_box .submit:hover {
    background: #bf2d2d;
    border-color: #bf2d2d;
    color: #fff;
}

.review_slider .owl-nav {
    position: absolute;
    right: 46px;
    bottom: 28px;
    display: flex;
    gap: 6px;
}

.review_slider .owl-nav .owl-prev,
.review_slider .owl-nav .owl-next {
    height: 30px;
    width: 30px;
    border: 1px solid #8A8A8A !important;
    border-radius: 7px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review_slider .owl-prev svg {
    color: #000;
    height: auto;
    width: 8px;
}

.review_slider .owl-next svg {
    color: #FF0000;
    height: auto;
    width: 8px;
}

/* map */
.map_info a {
    position: relative;
    display: block;
}

.map_info a::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.map_info a img {
    width: 100%;
}

.map_info figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border: 26px solid #2E3544;
    pointer-events: none;
}

.map_info figure img {
    max-width: 100%;
    width: 33px;
}

/* footer */
footer {
    padding: 50px 0 10px;
    background: #303133;
}

.foot_logo {
    max-width: 280px;
}

.foot_logo a img {
    max-width: 100%;
}

.foot_info h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.foot_info ul li>a {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
    padding-bottom: 3px;
}

.foot_info ul li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #FF3F3F;
    transition: 0.5s all;
}

.foot_info ul li>a:hover::after {
    width: 100%;
}

.address_info {
    display: flex;
    position: relative;
    margin-bottom: 15px;
}

.address_info figure {
    max-width: 21px;
    position: absolute;
    top: 0;
    left: 0;
}

.address_dtls {
    padding-left: 35px;
    font-family: "Work Sans", serif;
    color: #fff;
}

.address_dtls h5 {
    font-size: 18px;
    color: #D6D6D6;
}

.address_dtls p {
    font-size: 16px;
    color: #fff;
}

.address_dtls ul li a {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
}

.address_info figure img {
    max-width: 100%;
}

.address_dtls a {
    color: #fff;
}

.two-line{
    margin: 0 20px;
}

.help_info marquee a:hover{
    opacity: 0.7;
}

.new-div {
    background: #009C62;
    color: #fff;
    padding: 30px 25px;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.all-btn {
    margin-top: 30px;
}

.new-div h4 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blck-sctin{
    display: block;
}

.downld_btn.downld_btn {
    background: linear-gradient(82.09deg, #C90303 23.2%, #FF0000 72.89%);
    padding: 0 20px;
    font-size: 14px;
    border-radius: 12px;
    height: 50px;
}

.downld_btn.downld_btn:hover{
    background: linear-gradient(82.09deg, #FF0000 23.2%, #C90303 72.89%);
}

.bkground_change.bkground_change .col-lg-3:nth-child(2) .new-div{
    background: #7CA246;
}

.bkground_change.bkground_change .col-lg-3:nth-child(3) .new-div{
    background: #F46D43;
}

.bkground_change.bkground_change .col-lg-3:nth-child(4) .new-div{
    background: #B9069A;
}

.bkground_change.bkground_change .col-lg-3:nth-child(4) .new-div .downld_btn{
    width: 100%;
}

.two_btn {
    display: flex;
    gap: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.two_btn a {
    padding: 0 20px;
    font-size: 15px;
    border-radius: 12px;
    line-height: 18px;
    font-weight: 700;
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #F46D43 13.24%, #FCD400 96.06%);
    color: #fff;
    text-transform: uppercase;
}

.two_btn a:hover{
    background: linear-gradient(336deg, #F46D43 13.24%, #FCD400 96.06%);
}

.two_btn a:last-child{
    background: white;
    color: black;
}

.two_btn a:hover:last-child{
    opacity: 0.7;
}

.programs_dtls{
    padding: 60px 0;
    background: #F6F4EA;
}

.progrms_details_hdig h3{
    font-size: 32px;
    font-weight: 700;
}

.progrms_details_hdig {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.progrms_details {
    border: 1px solid #000000;
    border-radius: 16px;
    padding: 32px 30px;
    height: 100%;
}

.progrms_details p{
    color: #030303;
}

.programs_dtls.programs_dtls .btn-left {
    display: table;
    margin: 50px auto 0;
}

.prog_hding{
    margin-bottom: 12px;
}

.award.award .blck-sctin {
    padding-left: 0 !important;
}

.slide-btn .owl-nav button {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white !important;
    box-shadow: 0px 12px 19.6px 0px #E3EBEF;
    border-radius: 50%;
}

.slide-btn .owl-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    position: absolute;
    bottom: 60px;
    right: 30px;
    z-index: 9;
}

.slide-btn .owl-nav button svg {
    /* height: 54px; */
    width: 20px;
}

.slide-btn .owl-nav .owl-prev{
    color: red !important;
}

.exp-right{
    padding: 35px 40px 40px;
    position: relative;
}

.messg_section{
    position: relative;
}

.messg_section:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 47%;
    background: #EDF0F5;
    border-radius: 0 40px 40px 0;
    z-index: -1;
}

.messg_section::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 47%;
    background: #EDF0F5;
    border-radius: 40px 0 0 40px;
    z-index: -1;
}

.messg_section .row .col-lg-6:first-child .exp-right{
    padding-right: 90px;
}

.messg_section .row .col-lg-6:last-child .exp-right{
    padding-left: 90px;
}

.messg_section_wrap{
    padding: 20px 0;
    margin-bottom: 60px;
}

.messg_section_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 34%;
    background: #E0E5EE;
    border-radius: 0 40px 0 0;
    z-index: -2;
}

.messg_section_wrap::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 100px;
    width: 40%;
    background: #E0E5EE;
    border-radius: 0 0 0 40px;
    z-index: -2;
}

.messg_section .row .col-lg-6:first-child .exp-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 130px;
    height: 100%;
    background: url(../images/bg1.png) no-repeat center / contain;
    z-index: -1;

    display: none;
}

.messg_section .row .col-lg-6:last-child .exp-right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 130px;
    height: 100%;
    background: url(../images/bg-new.png) no-repeat center / contain;
    z-index: -1;

    display: none;
}

.experience_slider.experience_slider .owl-nav {
    position: relative;
    bottom: 0;
    right: 80px;
    margin-top: 20px;
}

.line-dtls span {
    width: 100%;
    display: block;
    height: 1px;
    background: black;
}

.line-dtls span:nth-child(1) {
    width: 50%;
}

.line-dtls span:nth-child(2) {
    width: 100%;
    display: block;
    height: 1px;
    background: black;
    margin-top: 8px;
}

.line-dtls {
    width: 100%;
}

.sub-hding {
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 10px;
}

.sub-hding h2{
    flex: none;
    padding-bottom: 0 !important;
}

.partners-details {
    background: #FFF;
    border-radius: 30px;
    padding: 20px 30px;
    margin-top: 32px;
}

ul.image-lists {
    display: flex;
    flex-wrap: wrap;
    flex-direction: initial;
    margin-bottom: 0;
}

.image-lists li{
    width: 25%;
    flex: 0 0 auto;
    text-align: center;
}

.image-lists li figure{
    max-width: 100px;
    margin: auto;
}

.image-lists li figure {
    max-width: auto !important;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-lists li{
    margin-top: 0px !important;
}

.image-lists li:nth-child(1) figure{
    width: 150px;
}

.galry-details {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.galry-details li {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
}

.galry-details li + li + li{
    margin-top: 30px;
}

.galry-img{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: 0.4s all;
}

.galry-img:hover::before{
    width: 100%;
}

.galry-img::before{
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 0%;
    margin: auto;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    transition: 0.4s all;
}

.portal-fig {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s all;
    z-index: 9;
}

.portal-info h4{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.portal-info h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    margin-bottom: 8px;
}

.portal-info p{
    font-weight: 300;
    color: #fff;
}

.portal-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 60px 20px 20px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 9;
}

.portal-fig::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* clip-path: polygon(0 0, 0% 100%, 100% 100%); */
    clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
    transition: 0.5s all;
    z-index: 9;
}

.portal-fig:hover::before{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.news-portal{
    margin-top: 60px;
}

.news-portal .prog_hding{
    margin-bottom: 0;
}

.news-portal.news-portal .slide-btn .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
}

.news-portal.news-portal .slide-btn .owl-nav .owl-prev {
    color: black !important;
    position: relative;
    left: -80px;
}

.news-portal.news-portal .slide-btn .owl-nav .owl-next {
    position: relative;
    right: -80px;
}

.portal-fig figure{
    /* position: relative; */
}

.address_dtls a:hover{
    opacity: 0.7;
}

.ftr-menu{
    column-count: 2;
    position: relative;
}

.footr_btm_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #5C5C5C;
    padding-top: 10px;
}

ul.privcy_policy {
    display: flex;
    align-items: center;
}

ul.privcy_policy li {
    position: relative;
    margin-right: 12px;
    padding-right: 12px;
}

ul.privcy_policy li:last-child{
    margin-right: 0;
    padding-right: 0;
}

ul.privcy_policy li::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    height: 10px;
    margin: auto;
    width: 2px;
    background: #ffffff94;
}

ul.privcy_policy a{
    color: #808181;
    display: inline-block;
}

.footr_btm_wrapper p{
    font-size: 17px;
    color: #808181;
}

ul.privcy_policy a:hover{
    color: #fff;
}

ul.privcy_policy li:last-child::before{
    display: none;
}

.social_mdia li a {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6E787D;
    border-radius: 50%;
    color: white;
}

.social_mdia li a:hover{
    background: white;
    color: #000;
}

ul.social_mdia {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.admission-process{
    padding: 50px 0 100px;
}

.step-dtls {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CBFCCB;
    border-radius: 50%;
    position: relative;
    margin-bottom: 60px;
}

.step-numbr {
    font-size: 100px;
    line-height: 80px;
    color: #55C355;
    font-weight: 700;
    display: block;
    position: absolute;
    bottom: -28px;
}

.step-dtls p {
    color: #1F1F1F;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    top: -25px;
}

.all-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 240px;
    margin: auto;
    height: 100%;
}

.all-steps h5{
    font-size: 21px;
    font-weight: 300;
    color: #1f1f1fbf;
}

.admisn-row.admisn-row .col-lg-3:nth-child(even) .all-steps {
    flex-direction: column-reverse;
}

.admisn-row.admisn-row .col-lg-3:nth-child(even) .all-steps .step-dtls{
    margin-bottom: 0;
    margin-top: 60px;
    bottom: -30px;
}

.admission-process.admission-process .exp_left h2 {
    margin-bottom: 50px;
    text-align: center;
}

.admisn-row.admisn-row .col-lg-3:nth-child(odd) .all-steps .step-dtls{
    top: -30px;
}

.admisn-row.admisn-row .col-lg-3:nth-child(2) .all-steps .step-dtls{
    background: #E4E0F6;
}

.admisn-row.admisn-row .col-lg-3:nth-child(2) .all-steps .step-numbr{
    color: #5945B6;
    bottom: auto;
    top: -28px;
}

.admisn-row.admisn-row .col-lg-3:nth-child(3) .all-steps .step-dtls{
    background: #F6C9EE;
}

.admisn-row.admisn-row .col-lg-3:nth-child(3) .all-steps .step-numbr{
    color: #C307A2;
}

.admisn-row.admisn-row .col-lg-3:nth-child(4) .all-steps .step-dtls{
    background: #FFDCD2;
}

.admisn-row.admisn-row .col-lg-3:nth-child(4) .all-steps .step-numbr{
    color: #F46D43;
    bottom: auto;
    top: -28px;
}

.admisn-row.admisn-row .col-lg-3:nth-child(even) .all-steps .step-dtls p {
    top: 25px;
}

.admisn-row{
    position: relative;
}

.admisn-row::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/line.png) no-repeat center / contain ;
    z-index: -1;
}

.foot_logo a{
    display: block;
    margin-bottom: 40px;
}

/* ===== custom carosel=========== */

.wrapper {
    position: relative;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.custom-item{
    transition: .5s;
    position: absolute;
    /* width: 100px; */
    /* height: 100px; */
    border-radius: 50%;
    /* border: 1px solid #4b134f; */
    /* display: inline-block; */
    /* margin: 0; */
    /* font-size: 3em; */
    /* font-family: sans-serif; */
    /* color: #fff; */
    display:flex;
    justify-content: center;
    align-items: center;
  }

  
  .controls {
    position: relative;
    bottom: -390px;
    width: 100%;
    text-align: center;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: end;
    pointer-events: none;
}
.left, .right {
    font-size: 20px;
    cursor: pointer;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white !important;
    box-shadow: 0px 12px 19.6px 0px #E3EBEF;
    border-radius: 50%;
    pointer-events: initial;
}
  
  .left{
    margin-right: 10px;
  }
  .right{
    margin-left: 10px;
  }
  
  /* skipable part */
  .link-list{
    position: absolute;
    right: 20px;
  }
  .link-list>p{
    color: #fff;
    font-family: sans-serif;
  }
  .link-list>a{
    text-decoration:none;
    color: #fff  ;
    font-family: sans-serif;
  }
  .coffee{
    width: 96%;
    position: absolute;
    bottom: 0px;
    text-align: right;
    color: #fff;
    font-family: sans-serif;
  }
  .ptr{
    display: flex;
    justify-content: center;
    align-items:center;
    color: #c94b4b;
    background: #4b134f;
    position: absolute;
    width: 220px;
    height: 50px;
    text-decoration: none;
    border: 1px solid #b74b4b;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: 700;
    bottom: 50px;
    right: 20px;
    transition: .3s;
  }

  
.selection-off{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}



/* ===== custom carosel=========== */

.bnnr_about {
    position: relative;
    padding-left: 70px;
    z-index: 3;
}

.border_span.border_span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 420px;
    width: 460px;
    margin: auto;
    border: 15px solid #fcb716;
    border-right: 0;
    z-index: -1;
}

.border_span.border_span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 26px;
    width: 18px;
    background: #fcb716;
}

.border_span.border_span::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 26px;
    width: 18px;
    background: #fcb716;
}

.application_dtls h3 {
    font-size: 34px;
    letter-spacing: 3px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    font-family: 'supera_gothicextrabold';
}

.application_dtls h3 span{
    display: block;
}

.application_dtls {
    /* position: absolute; */
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    background: #3c577c;
    padding: 50px 20px;
    text-align: center;
    margin-top: 0 !important;
    max-width: 550px;
    width: 100%;
    background-image: linear-gradient(0deg,
    hsl(215deg 35% 36%) 0%,
    hsl(214deg 36% 35%) 17%,
    hsl(214deg 38% 33%) 27%,
    hsl(214deg 40% 32%) 35%,
    hsl(214deg 42% 30%) 42%,
    hsl(213deg 44% 29%) 48%,
    hsl(213deg 47% 27%) 53%,
    hsl(212deg 50% 25%) 58%,
    hsl(212deg 54% 24%) 62%,
    hsl(211deg 58% 22%) 67%,
    hsl(210deg 63% 21%) 71%,
    hsl(210deg 70% 19%) 74%,
    hsl(208deg 80% 17%) 78%,
    hsl(207deg 92% 15%) 81%,
    hsl(207deg 100% 14%) 84%,
    hsl(208deg 100% 13%) 87%,
    hsl(209deg 100% 13%) 89%,
    hsl(211deg 100% 12%) 92%,
    hsl(212deg 100% 11%) 94%,
    hsl(213deg 100% 11%) 96%,
    hsl(215deg 100% 10%) 97%,
    hsl(218deg 100% 9%) 99%,
    hsl(223deg 100% 9%) 100%,
    hsl(229deg 100% 8%) 100%,
    hsl(0deg 0% 0%) 100%
  );
    z-index: 5;
}

.application_dtls h4 {
    font-size: 54px;
    line-height: 56px;
    color: #fcb716;
    font-weight: 800;
    text-align: center;
    margin: 25px 0 35px;
    font-family: 'supera_gothicblack';
}

.application_dtls h4 span{
    display: block;
}

.application_dtls:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 93%;
    width: 93%;
    margin: auto;
    border: 2px solid #fff;
    z-index: -1;
}

.deadline_info h5{
    font-size: 24px;
    line-height: 38px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    font-family: 'gilroy-mediumuploaded_file';
}

.deadline_info p {
    font-size: 34px;
    line-height: 38px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    letter-spacing: -1px;
    font-family: 'gilroy-bolduploaded_file';
}

.deadline_info {
    border-radius: 14px;
    background: #fff;
    max-width: 95%;
    /* max-width: max-content; */
    padding: 12px 16px;
    margin: auto;
}

.apply_btn {
    border-radius: 12px;
    background: #fcb716;
    color: #000;
    font-weight: 800;
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    font-size: 20px;
    margin-top: 40px;
    font-family: 'supera_gothicextrabold';
}

.app-wrap{
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: max-content;
}

.apply_btn:hover{
    background: #fff;
    color: #000;
}

.third_change_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
}

.banner_dtls {
    flex: none;
}

.programs_dtls.programs_dtls .btn-left .bttn:hover {
    background: #9E2600;
    color: #fff;
    border-color: #9e2600;
}

/* =========================================================================================== */

.ee-form-widget span.selection {
    width: 100%;
}

.ee-form-widget.ee-form-widget.ee-form-widget .controls {
    position: relative !important;
    bottom: 0;
    margin: 15px 0;
    justify-content: center !important;
    pointer-events: initial;
}

#ee-form-11#ee-form-11#ee-form-11#ee-form-11 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 0 !important;
}

#ee-form-11#ee-form-11#ee-form-11 .ee-form-widget.ee-container {
    width: 100%;
    max-width: 560px;
    margin: auto;
    padding: 20px !important;
}

#ee-form-11#ee-form-11#ee-form-11 .modal-dialog {
    max-width: 100%;
}

.ee-floating-control-container.left, .ee-floating-control-container.right {
    width: auto;
    background: transparent !important;
    box-shadow: none;
}

#ee-form-11#ee-form-11#ee-form-11 .ee-form-widget .modal-header .close {
    top: -44px;
    right: 0px;
    border: 1px solid black;
    border-radius: 50%;
    color: white !important;
    background: black;
    margin: auto;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    padding: 0;
}

#ee-form-11#ee-form-11#ee-form-11 .ee-form-widget .modal-header .close span {
    position: relative;
    top: -3px;
    left: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .ee-form-widget input:not([type=checkbox]):not([type=tel]):not([type=radio]):not([type=search]), .ee-form-widget select, .ee-form-widget textarea, .form-wrapper .ee-form-widget input:not([type=checkbox]):not([type=radio]):not([type=search]), .form-wrapper .ee-form-widget select, .ee-form-widget textarea {
    font-size: 14px !important;
    height: 44px !important;
    line-height: 40px !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.select2-container .select2-selection--single {
    height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.ee-form-widget .captchaContainer .cpatcha {
    border-radius: 5px !important;
    height: auto !important;
    border-radius: 0 !important;
}

.ee-form-widget .btn.btn-submit {
    background: #FAA71A !important;
    color: black !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    border: 1px solid #faa71a !important;
}

.ee-form-widget .btn.btn-submit:hover {
    background: white !important;
    border-color: #FAA71A !important;
}

.ee-form-widget input:not([type=checkbox]):not([type=radio]):not([type=search]), .ee-form-widget select, .ee-form-widget textarea {
    height: 44px;
}

.modal-content form {
    padding: 0 !important;
}

#ee-form-11 .modal-header {
    justify-content: center;
}

#ee-form-11 .ee-form-widget .check-box-field>label:not(.error)>span {
    font-size: 13px;
}

.ee-form-widget{
    padding: 25px;
}

.why_techno_group::before{
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.recognition-wrapper.recognition-wrapper .slide-btn .owl-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    position: absolute;
    bottom: auto;
    right: 30px;
    z-index: 9;
    top: -60px;
}

.new_awrd.new_awrd .award_info {
    width: 100% !important;
    margin: 0 !important;
    /* border-radius: 0; */
    /* padding-bottom: 0; */
    box-shadow: none;
}

.new_awrd.new_awrd{
    height: 100%;
    background: white;
    box-shadow: 0px 9px 28px 0px #E0E5EC;
    border-radius: 10px;
}

.new_item_wrapper.new_item_wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.new_awrd .award_info figure img {
    object-fit: cover;
}

.new_item_wrapper.new_item_wrapper .award_info figure img {
    height: 180px;
    object-fit: cover;
}

.gallery_scroller .galry-img:nth-child(2){
    margin-top: 20px;
}

.glley_slider.glley_slider.slide-btn .owl-nav {
    bottom: auto;
    right: 30px;
    top: -80px;
}

.galry-img img{
    height: 270px;
    object-fit: cover;
}

.content_area.content_area .all-btn{
    flex: none;
}

.partners-details.partners-details ul li{
    border-right: 0 !important;
}


/* =========================================================================================== */

.thank-you-erapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    width: 100%;
    margin: auto;
    border: 1px solid #ffffff63;
    height: max-content;
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.thank-you-erapper figure {
    max-width: 350px;
    margin-bottom: 25px;
}

.thank-you-erapper figure img {
    max-width: 100%;
}

.thank-you-erapper h1 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 25px;
}

.thank-you-erapper p {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.thank-you-erapper .downld-btn {
    margin: 25px 0 0;
    gap: 4px;
}

.thank-you {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    position: relative;
    z-index: 2;
    background: #3c577c;
    background-image: linear-gradient(1deg, hsl(215deg 35% 36%) 0%, hsl(214deg 36% 35%) 17%, hsl(214deg 38% 33%) 27%, hsl(214deg 40% 32%) 35%, hsl(214deg 42% 30%) 42%, hsl(213deg 44% 29%) 48%, hsl(213deg 47% 27%) 53%, hsl(212deg 50% 25%) 58%, hsl(212deg 54% 24%) 62%, hsl(211deg 58% 22%) 67%, hsl(210deg 63% 21%) 71%, hsl(210deg 70% 19%) 74%, hsl(208deg 80% 17%) 78%, hsl(207deg 92% 15%) 81%, hsl(207deg 100% 14%) 84%, hsl(208deg 100% 13%) 87%, hsl(209deg 100% 13%) 89%, hsl(211deg 100% 12%) 92%, hsl(212deg 100% 11%) 94%, hsl(213deg 100% 11%) 96%, hsl(215deg 100% 10%) 97%, hsl(218deg 100% 9%) 99%, hsl(223deg 100% 9%) 100%, hsl(229deg 100% 8%) 100%, hsl(0deg 0% 0%) 100%);
}

.thank-you-erapper p span {
    display: block;
}

.application-date-info:hover{
    opacity: 0.7;
}

.application-date-info .deadline_info {
    background: #fcb716;
}

.application-date-info .deadline_info{
    border-radius: 50px;
}

.blink-para.blink-para.blink-para {
    font-size: 20px;
    font-weight: bold;
    color: #d30000;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}


@media only screen and (max-width:1500px) {
    .fixed_box {
        right: -103px;
        /* height: 33px; */
        /* padding: 5px 20px; */
    }

    .fixed_box a {
        font-size: 15px;
    }

    .container {
        max-width: 100%;
        padding: 0 70px;
    }

    h1 {
        font-size: 62px;
        line-height: 50px;
    }

    h2 {
        font-size: 36px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .downld_btn.downld_btn {
        padding: 0 15px;
        font-size: 13px;
        border-radius: 8px;
        height: 44px;
        letter-spacing: 0.2px;
    }

    .new-div {
        padding: 25px 18px;
        border-radius: 20px;
    }

    .two_btn a {
        padding: 0 14px;
        font-size: 13px;
        border-radius: 8px;
        line-height: 16px;
        height: 42px;
    }

    .two_btn {
        gap: 10px;
        margin-bottom: 10px;
    }

    /* header */
    .header_logo a {
        max-width: 270px;
    }

    /* banner */
    .banner {
        height: 570px;
    }

    .banner::after {
        left: 145px;
        height: 287px;
    }

    .banner_left {
        /* max-width: 552px; */
    }

    .banner_left .sub-span {
        font-size: 25px;
    }

    .banner_left p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
        /* max-width: 387px; */
    }

    .banner h1 {
        margin-bottom: 16px;
        margin-top: 2px;
    }

    /* .banner_left span {
        font-size: 25px;
    } */

    .banner_right span {
        font-size: 20px;
    }

    .banner_right h4 {
        font-size: 22px;
        max-width: 425px;
    }

    .banner_right p {
        font-size: 16px;
        padding-bottom: 22px;
    }

    .banner_right ul li {
        font-size: 15px;
        padding-left: 27px;
    }

    .banner_right ul li::before {
        height: 17px;
        width: 17px;
        top: 4px;
    }

    /* marquee */
    .helpline p {
        font-size: 14px;
    }

    .help_info marquee a {
        font-size: 16px;
    }

    .recognition {
        padding: 45px 0;
    }

    .new-div h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    /* Recognition */
    .recog_info p {
        font-size: 14px;
        padding: 11px 35px;
    }

    .number_section {
        padding: 50px 0 40px;
    }

    .logo_info figure {
        height: 130px;
    }

    .logo_info figure img {
        width: 100%;
        max-width: 110px;
    }

    .logo_text {
        max-width: 170px;
    }

    .logo_text h4 {
        font-size: 13px;
        line-height: 18px;
    }

    .logo_text p {
        line-height: 20px;
    }

    .logo_slider .owl-nav {
        width: 111%;
    }

    .logo_slider .owl-nav .owl-prev,
    .logo_slider .owl-nav .owl-next {
        height: 38px;
        width: 38px;
    }

    .logo_slider .owl-nav .owl-prev svg,
    .logo_slider .owl-nav .owl-next svg {
        font-size: 12px;
    }

    /* award */
    .award_info {
        width: 250px;
        padding: 6px;
    }

    .slide-btn .owl-nav button {
        height: 50px;
        width: 50px;
    }

    .award_text h4 {
        font-size: 15px;
    }

    .award_text p {
        font-size: 13px;
        line-height: 18px;
        padding: 3px 0;
    }

    .award_text a {
        font-size: 12px;
    }

    .award_info_2::before {
        height: 540px;
        width: 540px;
    }

    /* info */
    .info_wrap {
        gap: 20px;
    }

    .info_box h4 {
        font-size: 15px;
        max-width: 166px;
        line-height: 20px;
    }

    .info_box ul li {
        padding-left: 22px;
        font-size: 14px;
    }

    .info_box ul li::before {
        height: 15px;
        width: 15px;
    }

    .bttn {
        font-size: 14px;
        height: 50px;
        border-radius: 12px;
        padding: 0 45px;
    }

    .btn-left .btn-imgg {
        top: -9px;
        height: 18px;
    }

    .info_ul li::after {
        top: 6px;
        height: 7px;
        width: 7px;
    }

    .info_ul li {
        padding-left: 14px !important;
    }

    /* number */
    .number {
        height: 500px;
    }

    .num_left {
        padding: 48px 50px;
    }

    .num_left h3 {
        font-size: 41px;
    }

    .num_left ul li {
        font-size: 15px;
        padding-left: 25px;
    }

    .num_left ul li::before {
        top: 3px;
        height: 17px;
        width: 17px;
    }

    .num_info .num_box span {
        font-size: 38px;
    }

    .num_info h5 {
        font-size: 15px;
    }

    .num_info .num_box p {
        font-size: 30px;
    }

    .yt_bttn {
        height: 45px;
        width: 45px;
    }

    .yt_bttn::after {
        height: 47px;
        width: 47px;
        scale: 2.1;
    }

    .yt_bttn svg {
        font-size: 13px;
    }

    .camp_img::after {
        right: -93px;
        height: 200px;
    }

    /* experience */
    .exp_left>p {
        font-size: 19px;
    }

    .exp_left figure {
        max-width: 45px;
    }

    .review>p {
        font-size: 15px;
        line-height: 25px;
    }

    .user_info figure {
        height: 85px;
        width: 85px;
    }

    .user_info figure img {
        max-width: 50px;
    }

    .user_text p {
        font-size: 16px;
        padding-top: 4px;
    }

    .user_text h4 {
        font-size: 20px;
    }

    .exp_right {
        padding: 50px 60px;
    }

    .exp_right>p {
        font-size: 15px;
        line-height: 25px;
    }

    .stu_img {
        max-width: 48px;
    }

    .stu_img::before {
        height: 42px;
        width: 42px;
        top: -5px;
        left: -11px;
    }

    .student_rev {
        gap: 9px;
    }

    .stu_text h4 {
        font-size: 16px;
    }

    .news_letters h4 {
        font-size: 22px;
    }

    .mail_box .mail {
        width: 560px;
        height: 44px;
        font-size: 14px;
    }

    .mail_box .submit {
        font-size: 13px;
        padding: 0 45px;
    }

    .mail_box .mail::placeholder {
        font-size: 14px;
    }

    .news_letters {
        padding: 38px 0;
        margin-top: 40px;
    }

    .review_slider .owl-nav .owl-prev,
    .review_slider .owl-nav .owl-next {
        height: 25px;
        width: 25px;
    }

    .review_slider .owl-prev svg,
    .review_slider .owl-next svg {
        width: 7px;
    }

    /* footer */
    .foot_logo {
        max-width: 240px;
    }

    .foot_info h4 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .foot_info ul li>a {
        font-size: 14px;
        line-height: 27px;
    }

    .address_dtls {
        padding-left: 25px;
    }

    .address_info figure {
        max-width: 17px;
        top: -3px;
    }

    .address_dtls h5 {
        font-size: 15px;
    }

    .address_dtls p {
        font-size: 13px;
    }

    .address_dtls a {
        font-size: 13px;
    }

    .programs_dtls {
        padding: 45px 0;
    }

    .prog_hding {
        margin-bottom: 0px;
    }

    .progrms_details_hdig h3 {
        font-size: 22px;
    }

    .progrms_details_hdig {
        gap: 16px;
        margin-bottom: 12px;
    }

    .progrms_details_hdig img{
        width: 50px;
    }

    .progrms_details {
        border-radius: 12px;
        padding: 25px;
    }

    .admission-process {
        padding: 40px 0 70px;
    }

    .all-steps h5 {
        font-size: 17px;
    }

    .step-dtls {
        width: 120px;
        height: 120px;
        margin-bottom: 40px;
    }

    .step-dtls p {
        font-size: 20px;
        top: -10px;
    }

    .admisn-row.admisn-row .col-lg-3:nth-child(even) .all-steps .step-dtls p {
        top: 10px;
    }

    .all-steps {
        max-width: 200px;
    }

    .step-numbr {
        font-size: 70px;
        line-height: 60px;
        bottom: -18px;
    }

    .admisn-row.admisn-row .col-lg-3:nth-child(4) .all-steps .step-numbr {
        top: -20px;
    }

    .admisn-row.admisn-row .col-lg-3:nth-child(2) .all-steps .step-numbr {
        top: -20px;
    }

    .admisn-row.admisn-row .col-lg-3:nth-child(odd) .all-steps .step-dtls {
        top: -20px;
    }

    .admisn-row.admisn-row .col-lg-3:nth-child(even) .all-steps .step-dtls {
        margin-bottom: 0;
        margin-top: 40px;
        bottom: -20px;
    }

    .num_left h3 {
        font-size: 34px;
    }

    .num_left h3 {
        font-size: 34px;
    }

    .num_count {
        display: flex;
        flex-direction: column;
        width: 50%;
        flex: 0 0 auto;
    }

    .num_info {
        height: 170px;
        max-width: 100%;
        width: 100%;
    }

    .award {
        padding: 45px 0 60px;
    }

    .controls {
        bottom: -340px;
    }

    .recognition-wrapper::before {
        top: -170px;
        right: 0px;
        height: 530px;
        width: 530px;
    }

    .messg_section .row .col-lg-6:first-child .exp-right:after {
        width: 112px;
    }

    .messg_section .row .col-lg-6:last-child .exp-right:after {
        width: 100px;
    }

    .user_info {
        gap: 20px;
        margin-bottom: 15px;
    }

    .messg_section_wrap {
        padding: 15px 0;
        margin-bottom: 45px;
    }

    .experience {
        padding: 45px 0;
    }

    .stu_text p {
        line-height: 20px;
    }

    .partners-details {
        border-radius: 24px;
        padding: 20px 20px;
        margin-top: 10px;
    }

    .image-lists li figure {
        max-width: 170px;
    }

    .image-lists li:nth-child(1) figure {
        width: 130px;
    }

    .review {
        padding-right: 20px;
    }

    .galry-details li + li + li {
        margin-top: 20px;
    }

    .galry-details li {
        padding: 0 10px;
    }

    .campus {
        padding: 40px 0;
    }

    .news-portal {
        margin-top: 46px;
    }

    .portal-info h4 {
        font-size: 15px;
        line-height: 22px;
    }

    .portal-info h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .portal-info {
        padding: 0 60px 16px 18px;
    }

    ul.privcy_policy a {
        font-size: 14px;
    }

    .social_mdia li a {
        height: 38px;
        width: 38px;
        font-size: 14px;
    }

    .footr_btm_wrapper p {
        font-size: 14px;
    }

    ul.social_mdia {
        gap: 8px;
    }

    footer {
        padding: 40px 0 8px;
    }

    .foot_logo a{
        display: block;
        margin-bottom: 30px;
    }

    .news-portal.news-portal .slide-btn .owl-nav .owl-prev {
        left: -60px;
    }

    .news-portal.news-portal .slide-btn .owl-nav .owl-next {
        right: -60px;
    }

    .award {
        padding: 130px 0 200px;
        margin-bottom: 80px;
        z-index: 2;
    }

    .left, .right {
        font-size: 18px;
        height: 50px;
        width: 50px;
    }

    .bnnr_about h4 {
        font-size: 46px;
        line-height: 50px;
    }

    .border_span.border_span {
        height: 330px;
        width: 340px;
        border: 12px solid #fcb716;
        border-right: 0;
        
    }

    .border_span.border_span::before, .border_span.border_span:after {
        height: 24px;
        width: 12px;
    }

    .bnnr_about {
        position: relative;
        padding-left: 60px;
        z-index: 3;
    }

    .application_dtls {
        padding: 30px 20px;
        margin-top: 120px;
        max-width: 420px;
    }

    .third_change_banner {
        gap: 90px;
    }

    .application_dtls h3 {
        font-size: 26px;
        letter-spacing: 2px;
        line-height: 32px;
    }

    .application_dtls h4 {
        font-size: 40px;
        line-height: 46px;
        margin: 18px 0 26px;
    }

    .deadline_info h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .deadline_info p {
        font-size: 25px;
        line-height: 34px;
        letter-spacing: -1px;
    }

    .deadline_info {
        border-radius: 12px;
        padding: 10px 15px;
    }

    .apply_btn {
        border-radius: 8px;
        color: #000;
        height: 44px;
        padding: 0 26px;
        font-size: 16px;
        margin-top: 25px;
    }

    .new_awrd.new_awrd .award_text {
        bottom: 6px;
        left: 6px;
        right: 6px;
        padding: 4px 10px 12px 25px;
    }

    .new_item_wrapper.new_item_wrapper .award_info figure img {
        height: 130px;
        object-fit: cover;
    }

    .award.award {
        padding: 30px 0 15px;
        margin-bottom: 30px;
    }

    .recognition-wrapper::before {
        top: -50px;
        right: 0px;
        height: 500px;
        width: 500px;
    }

    .number_section ul li {
        padding: 0 35px;
    }

    .why_techno_group p {
        font-size: 17px;
        line-height: 24px;
        margin-top: 6px;
        max-width: 900px;
    }

    .galry-img img {
        height: 160px;
    }

    .thank-you-erapper figure {
        max-width: 300px;
        margin-bottom: 25px;
    }

    .thank-you-erapper h1 {
        font-size: 75px;
        line-height: 70px;
        margin-bottom: 20px;
    }

    .thank-you-erapper p {
        font-size: 22px;
        line-height: 30px;
    }

    .blink-para.blink-para.blink-para {
        font-size: 17px;
        line-height: 22px;
    }

}

@media only screen and (max-width:1300.98px) {

    /* banner */
    .banner::after {
        height: 202px;
    }

    .logo_slider .owl-nav {
        width: 113%;
    }

    .logo_info figure {
        /* height: 70px; */
        width: 120px;
    }



}

@media only screen and (max-width: 991px) {
    
    .header_logo a {
        max-width: 220px;
    }

    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .banner_left .sub-span {
        font-size: 20px;
        line-height: 25px;
    }

    h1 {
        font-size: 44px;
        line-height: 42px;
    }

    .banner h1 {
        margin-bottom: 14px;
        margin-top: 1px;
    }

    .banner_left p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
        /* max-width: 387px; */
    }

    .banner_left {
        padding-top: 10px;
    }

    .banner {
        height: 480px;
    }

    .bttn {
        font-size: 13px;
        height: 46px;
        border-radius: 12px;
        padding: 0 35px;
    }

    .btn-left .btn-imgg {
        top: -8px;
        height: 14px;
    }

    .helpline p {
        font-size: 13px;
    }

    .helpline {
        padding: 0 12px 0 18px;
    }

    .help_info {
        height: 38px;
    }

    .help_info marquee a {
        font-size: 12px;
    }

    .logo_info figure img {
        max-width: 70px;
    }

    .logo_info figure {
        height: 85px;
    }

    .logo_info {
        margin: 0 4px;
        border-radius: 12px;
    }

    ul.fig-logo {
        margin: 0 -4px;
        margin-bottom: 25px;
    }

    .recognition {
        padding: 35px 0;
    }

    .new-div h4 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 8px;
    }

    .inner-div p {
        font-size: 13px;
        line-height: 20px;
    }

    .new-div {
        padding: 20px 12px;
        border-radius: 12px;
    }

    .two_btn {
        gap: 6px;
        margin-bottom: 6px;
        flex-direction: column;
    }

    .downld_btn.downld_btn {
        padding: 0 8px;
        font-size: 12px;
        border-radius: 6px;
        height: 38px;
        letter-spacing: 0.2px;
        width: 100%;
    }

    .two_btn a {
        padding: 0 8px;
        font-size: 12px;
        border-radius: 8px;
        line-height: 16px;
        height: 38px;
    }

    .bkground_change.bkground_change .col-lg-3 + .col-lg-3 + .col-lg-3{
        margin-top: 20px;
    }

    .programs_dtls {
        padding: 35px 0;
    }

    .progrms_details {
        border-radius: 8px;
        padding: 12px;
    }

    .progrms_details_hdig img {
        width: 30px;
    }

    .progrms_details_hdig h3 {
        font-size: 17px;
    }

    .progrms_details_hdig {
        gap: 10px;
        margin-bottom: 8px;
    }

    .programs_dtls.programs_dtls .btn-left {
        margin: 35px auto 0;
    }

    .btn-left.btn-left .bttn {
        padding: 0 25px;
    }

    .admission-process {
        padding: 30px 0 35px;
    }

    .admisn-row.admisn-row .col-lg-3:nth-child(odd) .all-steps .step-dtls {
        top: 0;
    }

    .admisn-row.admisn-row .col-lg-3:nth-child(even) .all-steps .step-dtls {
        margin-bottom: 40px;
        margin-top: 0;
        bottom: 0;
    }

    .admisn-row::before{
        display: none;
    }

    .admisn-row.admisn-row .col-lg-3:nth-child(even) .all-steps {
        flex-direction: column;
    }

    h2 {
        font-size: 28px;
        padding-bottom: 15px;
    }

    .step-dtls {
        width: 100px !important;
        height: 100px !important;
        margin-bottom: 30px !important;
    }

    .step-numbr.step-numbr.step-numbr {
        font-size: 55px !important;
        line-height: 50px !important;
        bottom: -18px !important;
        top: auto !important;
    }

    .step-dtls p {
        font-size: 18px;
        top: -8px !important;
    }

    .all-steps h5 {
        font-size: 15px;
    }

    .admission-process.admission-process .exp_left h2 {
        margin-bottom: 10px;
    }

    .admisn-row .col-lg-3 + .col-lg-3 + .col-lg-3 {
        margin-top: 15px;
    }

    .all-btn {
        margin-top: 12px;
    }

    .number {
        height: auto;
        padding: 20px 0;
    }

    .num_left {
        padding: 25px 30px;
    }

    .num_left h3 {
        font-size: 26px;
    }

    .num_left ul {
        padding-top: 15px;
    }

    .num_left ul li {
        font-size: 14px;
        padding-left: 24px;
        margin-bottom: 5px;
    }

    .num_left ul li::before {
        top: 4px;
        height: 15px;
        width: 15px;
    }

    .num_left ul li:last-child{
        margin-bottom: 0;
    }

    .num_info {
        height: 100px;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .num_info .num_box span {
        font-size: 26px;
        line-height: 44px;
    }

    .num_info .num_box p {
        font-size: 24px;
    }

    .num_right {
        margin-top: 15px;
    }

    .fixed_box a {
        height: 36px;
        font-size: 14px;
    }

    .award {
        padding: 35px 0 40px;
        margin-bottom: 0;
    }

    .award.award .blck-sctin {
        padding-left: 0;
        display: inline-block;
    }

    .award_text h4 {
        font-size: 14px;
        margin-top: 6px;
    }

    .recognition-wrapper::before {
        top: -10px;
        right: 0px;
        left: 0;
        margin: auto;
        height: 350px;
        width: 350px;
    }

    .award::before {
        bottom: -60px;
        height: 100%;
        width: 260px;
    }

    .award_right {
        gap: 15px;
        padding: 20px 0;
        justify-content: center;
    }

    .award_info_1 {
        gap: 15px;
    }

    .slide-btn .owl-nav {
        justify-content: center;
        gap: 12px;
        bottom: 40px;
        right: -330px;
        left: 0;
    }

    .messg_section:after .messg_section .row .col-lg-6:last-child .exp-right:after, .messg_section .row .col-lg-6:first-child .exp-right:after{
        display: none;
    }

    .messg_section::before {
        top: 0;
        right: 0;
        bottom: 0;
        height: 50%;
        width: 100%;
        background: #EDF0F5;
        border-radius: 0;
        z-index: -1;
    }

    .messg_section:after {
        top: auto;
        right: 0;
        bottom: 0;
        height: 50%;
        width: 100%;
        border-radius: 0;
    }

    .messg_section .row .col-lg-6:last-child .exp-right {
        padding-left: 0;
    }

    .exp-right {
        padding: 15px 0px;
    }

    .messg_section {
        position: relative;
        padding: 20px 0;
    }

    .user_info figure {
        height: 75px;
        width: 75px;
    }

    .user_text h4 {
        font-size: 17px;
    }

    .user_text p {
        font-size: 15px;
        padding-top: 2px;
    }

    .user_info {
        gap: 15px;
        margin-bottom: 10px;
    }

    .messg_section .row .col-lg-6:first-child .exp-right {
        padding-right: 0;
    }

    .experience {
        padding: 35px 0;
    }

    .review>p {
        font-size: 14px;
        line-height: 23px;
        padding-top: 10px;
        max-width: 100%;
    }

    .stu_text h4 {
        font-size: 15px;
    }

    .slide-btn .owl-nav button {
        height: 40px;
        width: 40px;
    }

    .student_rev {
        padding-top: 20px;
        padding-left: 12px;
    }

    .slide-btn .owl-nav button svg {
        font-size: 15px;
    }

    .partners-details {
        border-radius: 18px;
        padding: 30px;
        margin-top: 20px;
    }

    .line-dtls span:nth-child(2) {
        margin-top: 5px;
    }

    .image-lists li figure {
        max-width: 140px;
    }

    .image-lists li:nth-child(1) figure {
        width: 100px;
    }

    .image-lists li {
        margin-top: 16px;
    }

    .campus {
        padding: 35px 0;
    }

    .camp_img {
        border-radius: 20px;
        border-bottom: 10px solid #E71C1C;
    }

    .galry-details li {
        padding: 0 6px;
    }

    .galry-details {
        margin: 0 -6px;
    }

    .galry-details li + li + li {
        margin-top: 12px;
    }

    .news-portal {
        margin-top: 35px;
    }

    .portal-info h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .portal-info h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 3px;
    }

    .news_letters {
        padding: 20px 10px;
        margin-top: 30px;
        gap: 12px;
        flex-direction: column;
    }

    .news_letters h4 {
        font-size: 20px;
    }

    .mail_box {
        position: relative;
        flex: none;
        max-width: 450px;
        width: 100%;
    }

    .mail_box .mail {
        width: 100%;
        height: 44px;
        font-size: 14px;
        padding-left: 20px;
    }

    .map_info a img {
        width: 100%;
        height: 180px;
    }

    .map_info figure {
        height: 95px;
        width: 95px;
        border: 22px solid #2E3544;
    }

    .map_info figure img {
        width: 30px;
    }

    .messg_section_wrap {
        margin-bottom: 35px;
    }

    footer {
        padding: 30px 0 6px;
    }

    .foot_info h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .foot_info ul li>a {
        font-size: 13px;
        line-height: 25px;
    }

    .address_dtls h5 {
        font-size: 14px;
    }

    .footr_btm_wrapper {
        padding-top: 2px;
        flex-direction: column;
    }

    ul.social_mdia {
        gap: 6px;
        margin: 8px 0;
    }

    ul.privcy_policy a {
        font-size: 13px;
    }

    .footr_btm_wrapper p {
        font-size: 13px;
    }

    .social_mdia li a {
        height: 34px;
        width: 34px;
        font-size: 13px;
    }

    .foot_info{
        margin-top: 15px;
    }

    .foot_logo a {
        margin-bottom: 25px;
    }

    .foot_logo a:last-child{
        margin-bottom: 0;
    }

    .custom-item {
        transition: .5s;
        position: relative;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        position: static !important;
        width: 33.33%;
        padding: 0 6px;
    }

    .wrapper {
        position: relative;
        top: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -6px;
        margin-top: 15px;
    }

    .controls {
        display: none;
    }

    .award_info {
        width: 100% !important;
        padding: 8px;
        height: 100%;
    }

    .new_item_wrapper.new_item_wrapper {
        gap: 10px;
    }

    .award_right {
        height: 100%;
    }

    .recognition-wrapper {
        margin-top: 16px;
    }

    .recognition_slider.recognition_slider .owl-stage-outer {
        padding: 0 0 30px 0;
    }

    .app-wrap {
        position: relative;
    }

    .application_dtls {
        padding: 30px 20px;
        margin-top: 55px;
        max-width: 350px;
        width: 100%;
        position: relative;
    }

    .application_dtls:after {
        height: 93%;
        width: 96%;
    }

    .third_change_banner {
        gap: 40px;
    }

    .banner {
        height: auto !important;
        padding: 80px 0 40px;
    }

    .bnnr_about h4 {
        font-size: 36px;
        line-height: 40px;
    }

    .border_span.border_span {
        height: 250px;
        width: 246px;
        border: 10px solid #fcb716;
        border-right: 0;
    }

    .border_span.border_span::before, .border_span.border_span:after {
        height: 18px;
        width: 10px;
    }

    .application_dtls h3 {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 25px;
    }

    .application_dtls h4 {
        font-size: 30px;
        line-height: 34px;
        margin: 12px 0 18px;
    }

    .deadline_info h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .deadline_info p {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -1px;
    }

    .deadline_info {
        border-radius: 10px;
        padding: 8px 12px;
        max-width: 100%;
    }

    .apply_btn {
        border-radius: 8px;
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
        margin-top: 18px;
    }

    #ee-form-11#ee-form-11#ee-form-11 .ee-form-widget.ee-container {
        padding: 38px 10px 20px !important;
    }

    .recognition-wrapper.recognition-wrapper .slide-btn .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: -37px;
        right: 0;
        z-index: 9;
        top: auto;
    }

    .number_section ul li {
        padding: 12px 0;
    }

    .glley_slider.glley_slider.slide-btn .owl-nav {
        bottom: auto;
        right: 0px;
        top: -60px;
        left: auto;
    }

    .thank-you-erapper figure {
        max-width: 240px;
        margin-bottom: 20px;
    }

    .thank-you-erapper h1 {
        font-size: 55px;
        line-height: 52px;
        margin-bottom: 15px;
    }

    .thank-you-erapper p {
        font-size: 17px;
        line-height: 24px;
    }

    .thank-you-erapper {
        padding: 22px;
        margin: 0 15px;
    }

    .blink-para.blink-para.blink-para {
        font-size: 14px;
        line-height: 20px;
    }

}

@media only screen and (max-width: 575px) {
    
    .header_logo a {
        max-width: 140px;
    }

    .container {
        padding: 0 20px;
    }

    h1 {
        font-size: 37px;
        line-height: 34px;
    }

    .bnnr_about h4 {
        font-size: 28px;
        line-height: 32px;
    }

    .banner_left .sub-span {
        font-size: 15px;
        line-height: 22px;
    }

    .banner h1 {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .banner {
        height: 460px;
    }

    .fixed_box {
        right: -88px;
    }

    .fixed_box a {
        height: 32px;
        font-size: 12px;
        padding: 0 16px;
    }

    .helpline p {
        font-size: 10px;
    }

    .helpline {
        padding: 0 1px 0 5px;
        z-index: 1;
    }

    .helpline::before {
        right: -25px;
        width: 30px;
        z-index: -1;
    }

    .help_info marquee {
        margin-left: 23px;
    }

    .two-line {
        margin: 0 5px;
    }

    .recognition {
        padding: 20px 0;
    }

    .fig-logo li {
        width: 33.33%;
        flex: 0 0 auto;
    }

    .logo_info figure img {
        max-width: 60px;
    }

    ul.fig-logo {
        margin: 0 -4px;
        margin-bottom: 20px;
        gap: 6px 0;
    }

    .new-div {
        padding: 15px 14px;
        border-radius: 12px;
        height: auto;
    }

    .bkground_change.bkground_change .col-lg-3 + .col-lg-3 + .col-lg-3 {
        margin-top: 0;
    }

    .bkground_change.bkground_change .col-lg-3{
        margin-bottom: 10px;
    }

    .bkground_change.bkground_change .col-lg-3:last-child{
        margin-bottom: 0;
    }

    .new-div h4 {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 8px;
    }

    .programs_dtls {
        padding: 20px 0;
    }

    .progrms_details {
        border-radius: 8px;
        padding: 12px;
        height: auto;
        margin-bottom: 10px;
    }

    .programs_dtls.programs_dtls .btn-left {
        margin: 20px auto 0;
    }

    h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .admission-process {
        padding: 20px 0;
    }

    .step-dtls {
        width: 90px !important;
        height: 90px !important;
        margin-bottom: 20px !important;
    }

    .step-numbr.step-numbr.step-numbr {
        font-size: 48px !important;
        line-height: 46px !important;
        bottom: -16px !important;
        top: auto !important;
    }

    .all-steps h5 {
        font-size: 14px;
        font-weight: 600;
    }

    /* .admisn-row .col-lg-3 + .col-lg-3 + .col-lg-3{
        margin-top: 0;
    } */

    .admisn-row .col-lg-3  {
        margin-top: 20px  !important;
    }

    .admission-process.admission-process .exp_left h2 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .all-steps {
        max-width: 350px;
        text-align: center;
    }

    .num_left {
        padding: 20px;
    }

    .num_left h3 {
        font-size: 20px;
    }

    .num_info h5 {
        font-size: 14px;
        text-align: center;
    }

    .num_info .num_box span {
        font-size: 22px;
        line-height: 40px;
    }

    .award_right {
        flex-direction: column;
        align-items: center;
        padding: 20px 0 30px;
    }

    .slide-btn .owl-nav {
        justify-content: center;
        position: relative;
        gap: 12px;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .award {
        padding: 20px 0;
    }

    .exp-right {
        padding: 10px 0px;
    }

    .user_text p {
        font-size: 14px;
        padding-top: 1px;
    }

    .user_text h4 {
        font-size: 16px;
    }

    .user_info figure {
        height: 65px;
        width: 65px;
    }

    .user_info figure img {
        max-width: 45px;
    }

    .messg_section_wrap:after, .messg_section_wrap::before {
        width: 70%;
    }

    .experience {
        padding: 20px 0;
    }

    .experience .exp_left h2 {
        padding-bottom: 10px;
    }

    .review {
        padding-right: 0;
    }

    .partners-details {
        border-radius: 14px;
        padding: 15px 20px;
        margin-top: 15px;
    }

    .image-lists li figure {
        max-width: 95px;
    }

    .image-lists li:nth-child(1) figure {
        width: 75px;
    }

    .image-lists li {
        margin-top: 20px;
    }

    .campus {
        padding: 20px 0;
    }

    .camp_info {
        height: 240px;
        margin-bottom: 15px;
    }

    .galry-details li {
        padding: 0 4px;
    }

    .galry-details {
        margin: 0 -4px;
    }

    .galry-details li + li + li {
        margin-top: 8px;
    }

    .news-portal {
        margin-top: 20px;
    }

    .news-portal.news-portal .slide-btn .owl-nav .owl-prev {
        left: -16px;
        pointer-events: initial;
    }

    .news-portal.news-portal .slide-btn .owl-nav .owl-next {
        right: -16px;
        pointer-events: initial;
    }

    .news-portal.news-portal .slide-btn .owl-nav {
        position: absolute;
        z-index: 1;
        margin: auto;
        pointer-events: none;
    }

    .news_letters {
        padding: 12px 10px;
        margin-top: 30px;
        gap: 10px;
        flex-direction: column;
        border-radius: 10px;
    }

    .mail_box .submit {
        font-size: 11px;
        padding: 0 14px;
        letter-spacing: 0px;
    }

    .mail_box .mail {
        width: 100%;
        height: 38px;
        font-size: 12px;
        padding-left: 12px;
    }

    .mail_box .mail::placeholder{
        font-size: 12px;
    }

    .map_info a img {
        height: 160px;
    }

    .foot_logo {
        max-width: 210px;
    }

    ul.privcy_policy li {
        position: relative;
        margin-right: 0;
        padding-right: 0;
        width: 50%;
    }

    ul.privcy_policy li::before{
        display: none;
    }

    ul.privcy_policy{
        flex-wrap: wrap;
    }

    .footr_btm_wrapper {
        align-items: start;
    }

    ul.social_mdia {
        gap: 5px;
        margin: 7px 0;
    }

    .address_info {
        margin-bottom: 12px;
    }

    .custom-item {
        width: 100%;
        padding: 0 6px;
        height: auto;
        margin-bottom: 10px;
    }

    .award .award_left h2{
        padding-bottom: 10px;
    }

    .border_span.border_span {
        height: 205px;
        width: 204px;
        border: 8px solid #fcb716;
        border-right: 0;
    }

    .border_span.border_span::before, .border_span.border_span:after {
        height: 16px;
        width: 8px;
    }

    .bnnr_about {
        padding-left: 35px;
    }

    .banner {
        padding-top: 110px;
        padding-bottom: 20px;
    }

    .application_dtls h4 {
        font-size: 26px;
        line-height: 28px;
        margin: 8px 0 14px;
    }

    .application_dtls h3 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 20px;
    }

    .deadline_info h5 {
        font-size: 16px;
        line-height: 21px;
    }

    .deadline_info p {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    .apply_btn {
        border-radius: 8px;
        height: 38px;
        padding: 0 18px;
        font-size: 13px;
        margin-top: 15px;
    }

    .application_dtls:after {
        height: 93%;
        width: 94%;
    }

    .deadline_info {
        padding: 6px 12px;
    }

    .third_change_banner {
        gap: 55px;
        flex-direction: column;
    }

    .number_section {
        padding: 20px 0 0;
    }

    .image-lists li {
        width: 33.33%;
        margin-top: 10px;
    }

    .image-lists li figure{
        width: 80px;
    }

    .image-lists li figure img{
        width: 100%;
    }

    .recognition-wrapper.recognition-wrapper .slide-btn .owl-nav {
        bottom: -17px;
    }

    .new_awrd.new_awrd .award_text {
        bottom: 6px;
        left: 6px;
        right: 6px;
        padding: 3px 5px 0px 12px;
    }

    .award_left {
        margin-bottom: 14px;
    }

    .gallery_scroller .galry-img:nth-child(2) {
        margin-top: 12px;
    }

    .glley_slider.glley_slider.slide-btn .owl-nav {
        top: 10px;
    }

    #ee-form-11#ee-form-11#ee-form-11#ee-form-11 {
        padding-left: 5px !important;
        padding-right: 5px;
        padding-top: 10px;
    }

    .thank-you-erapper h1 {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .thank-you-erapper .downld-btn {
        margin: 15px 0 0;
    }

    .thank-you-erapper {
        padding: 15px 12px;
        margin: 0 12px;
    }

    .thank-you-erapper p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 370px) {
    .deadline_info p {
        font-size: 17px;
    }
}