body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
}

html,
body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

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

li {
    list-style: none;
}

a,
button,
h1 {
    font-family: 'Poppins', sans-serif;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1600px;
}

.banner .container {
    max-width: 1680px;
    position: relative;
    z-index: 9;
    height: 100%;
}

/* .banner {
    background: url(../images/banner.png) no-repeat;
    background-color: #393836;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    padding: 40px 0 90px;
    display: inline-block;
    position: relative;
} */
.banner {
    width: 100%;
    /* height: 720px; */
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}

.banner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3938368a;
}

video.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.5, 1.5) !important;
}

.banner:before {
    position: absolute;
    content: '';
    background: url(https://tigpsgaria.edu.in/assets/fontend/images/curv_bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: -1px;
    z-index: 9;
}

header.main_head a.main_logo img {
    width: 240px;
    float: left;
    margin-top: 42px;
}

header.main_head {
    display: inline-block;
    width: 100%;
}

.main_nav {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.upper_links a {
    font-weight: 400;
    font-size: 16px;
    background: #f1e8d43b;
    color: #FAFAFA;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 26px;
    border-radius: 100px;
    margin-left: 10px;
}

.upper_links a:hover {
    color: #453F38;
    background: #fff;
}

nav.navigation li a {
    font-weight: 500;
    font-size: 22px;
    line-height: 55px;
    color: #F8F2E6;
    position: relative;
}

nav.navigation li a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -12px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    opacity: 0;
}

nav.navigation li a:hover:before,
nav.navigation li.active a:before {
    opacity: 1;
}

nav.navigation li {
    display: inline-block;
    margin-left: 26px;
    position: relative;
}

.upper_links {
    text-align: right;
    margin-bottom: 10px;
}

.banner_content h1,
.home-banner .bnr_txtcel h6 {
    width: 100%;
    max-width: 1013px;
    font-weight: 700;
    font-size: 64px;
    line-height: 82px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 70px 0 0 60px;
}

.social_on_banner a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    display: block;
    border-radius: 8px;
    text-align: center;
    color: #312B23;
    font-size: 20px;
    margin: 12px 0;
}

.social_on_banner a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    display: block;
    border-radius: 8px;
    text-align: center;
    color: #312B23;
    font-size: 20px;
    margin: 10px 0;
    box-shadow: 0px 4px 15px -4px #2f3132;
}

.social_on_banner a:hover {
    color: #E92827;
}

nav.navigation i {
    position: absolute;
    z-index: 9;
    top: 20px;
    right: 25px;
    font-size: 20px;
    background: #fff;
    width: 44px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    color: #e92827;
    display: none;
}

.social_on_banner {
    position: fixed;
    top: 8em;
    right: 7px;
    height: fit-content;
    z-index: 9999;
}

.play_button {
    float: right;
    color: #fff;
    margin-right: 50px;
}

.play_button img {
    width: 150px;
    cursor: pointer;
}

.play_button span {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    position: relative;
    margin-right: 85px;
}

.play_button span:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -70px;
    margin: auto;
    width: 60px;
    height: 4px;
    background: #fff;
}

.fixed_links a {
    background: #E92827;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    margin: 0 6px;
    white-space: nowrap;
}

.links_right a {
    border-radius: 20px 20px 0 0;
}

.links_left a {
    border-radius: 0 0 20px 20px;
}

.fixed_links a:hover {
    background: #d31e1d;
}

.links_right {
    top: 51em;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    left: 100%;
}

.links_left {
    top: 19em;
    transform: rotate(-90deg);
    transform-origin: top right;
    right: 100%;
}

.links_right,
.links_left {
    position: fixed;
    z-index: 9999;
    height: fit-content;
    width: fit-content;
    display: flex;
}

h2.heading {
    font-weight: 700;
    font-size: 58px;
    line-height: 64px;
    text-transform: capitalize;
    color: #2F3132;
}

section.discover h2.heading,
section.strength h2,
section.gallery h2,
section.press h2,
.ambs h2 {
    width: 100%;
    max-width: 910px;
    text-align: center;
    margin: 0 auto;
}

.discover_main p,
section.strength p,
section.gallery p,
section.press p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #424242;
    width: 100%;
    max-width: 655px;
    margin: 15px auto 0;
}

.all_section {
    padding: 80px 0;
    width: 100%;
    float: left;
}

.discover_main li figure {
    width: 246px;
    height: 246px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px dashed #988264;
    border-radius: 100%;
}

.discover_main li figure img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    padding: 10px;
}

.discover_main {
    position: relative;
}

.discover_main:before,
.strength ul:before,
.we_discover:before {
    position: absolute;
    content: '';
    top: 8em;
    right: 18em;
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/dot1.png) no-repeat;
    width: 60px;
    height: 60px;
    background-size: contain;
}

.discover_main:after {
    position: absolute;
    content: '';
    bottom: 2em;
    left: 30em;
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/dot2.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
}

.discover_main ul {
    height: fit-content;
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.discover_main li {
    display: inline-block;
    width: 100%;
    max-width: 290px;
    margin: 0 40px;
    vertical-align: top;
}

.discover_main ul:before {
    position: absolute;
    content: '';
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/arrow.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 50px;
    top: 110px;
    left: 0;
    z-index: -1;
}

.discover_main li h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 18px;
    color: #000000;
}

.contact_form input[type="submit"] {
    width: 235px;
}

a.bttn,
.contact_form button,
.contact_form input[type="submit"] {
    background: #E92827;
    border-radius: 100px;
    height: 70px;
    font-weight: 600;
    font-size: 20px;
    line-height: 70px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 0 82px;
    margin: 40px auto 0;
    display: table;
    position: relative;
    transition: inherit;
}

a.bttn:before,
.contact_form button:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CF2625;
    border-radius: 100px;
    z-index: -1;
}

a.bttn:hover,
.contact_form button:hover {
    transform: translate(0, 2px);
    background: #CF2625;
    transition: inherit;
}

.contact_form button,
.contact_form input[type="submit"] {
    border: 0;
    margin: 0 !important;
}

.admission {
    padding-top: 20px;
}

.admission_content h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    /* margin-bottom: 30px; */
    color: #000000;
    display: inline-block;
}

.admission_content h2 span {
    font-weight: 700;
    font-size: 68px;
    line-height: 60px;
    color: #E92827;
    display: block;
    margin-left: 90px;
    position: relative;
}

/* .admission_content h2 span:before {
    position: absolute;
    content: '';
    bottom: 7px;
    right: -120px;
    width: 100px;
    height: 5px;
    background: #E92827;
} */

.admission_content h5 {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    margin-top: 25px;
}

.admission_content p,
.links_inner p,
.contact_us p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #424242;
    width: 100%;
    max-width: 810px;
    margin-top: 15px;
}

.admission_img img {
    width: 100%;
    max-width: 620px;
    border-radius: 20px;
    float: right;
}

.apply_btns {
    margin-top: 30px;
}

.apply_btns a {
    background: #E92827;
    border-radius: 100px;
    height: 52px;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    border: 2px solid #e92827;
    padding: 0 32px;
    margin-right: 12px;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.apply_btns a:last-child {
    background: #fff;
    color: #e92827;
}

.apply_btns a:last-child:hover {
    background: #e92827;
    color: #fff;
}

.apply_btns a:hover {
    background: #fff;
    color: #e92827;
}

section.slide_section {
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/slide_bg.png) no-repeat;
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.slide_single {
    width: 355px;
    height: 340px;
    background: #5e5540;
    color: #fff;
    border-radius: 16px;
    margin: 0 auto;
    position: relative;
    padding: 35px 30px 0;
}

.slide_single:before {
    position: absolute;
    content: '';
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #ffffff75;
    border-radius: 16px;
}

.slide_single h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 50px;
}

.slide_single p {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

/* .tig_slide .owl-nav {
    display: block !important;
} */

.tig_slide .owl-nav img {
    width: 50px;
}

.tig_slide .owl-nav .owl-prev,
.tig_slide .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
}

.tig_slide .owl-nav .owl-prev {
    left: -60px;
}

.tig_slide .owl-nav .owl-next {
    right: -60px;
}

.slide_single li img {
    width: 58px !important;
    height: 58px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.slide_single ul {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.slide_single li {
    display: inline-block;
}

.tig_slide .owl-stage-outer {
    padding-bottom: 40px;
}

.name h5 {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    position: relative;
}

.name span {
    font-weight: 500;
}

.name {
    position: absolute;
    bottom: 18px;
    right: 110px;
    text-align: right;
}

.name h5:before,
.team_name h5:before {
    position: absolute;
    content: '';
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/crcl.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain !important;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.4;
}

.team_name h5:before {
    width: 100px;
    height: 100px;
    left: -40px;
}

section.slide_section,
section.press,
.team {
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/slide_bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.team {
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/team_bg.png) no-repeat;
}

.about_img img {
    width: 100%;
    max-width: 670px;
    border-radius: 20px;
}

.about_content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    color: #222222;
    margin-top: 15px;
}

.vision_mission h2 {
    font-size: 36px;
    line-height: 30px;
}

.vision_mission_content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    color: #424242;
}

.about_content_head {
    border-bottom: 1px dashed #AFABA2;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.vision_mission_content {
    width: 100%;
    max-width: 330px;
}

.mission {
    float: right;
}

.vision_mission a.bttn {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
    margin-top: 40px;
    padding: 0 48px;
}

.vision_mission a.bttn,
.announcement_content a.bttn {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
    margin-top: 40px;
    padding: 0 55px;
    width: auto;
}

.announcement_content a.bttn {
    margin-top: 0;
}

.journy_main {
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/journy.png) no-repeat;
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 20px;
    padding: 60px 0;
    color: #fff;
    background-size: cover;
}

.journy_main h2 {
    color: #fff;
}

.journy_main p {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    width: 100%;
    max-width: 1015px;
    margin: 25px auto 0;
}

.our_journy,
.announcement,
.strength,
.discover_tabs,
.achievements {
    padding-top: 0 !important;
}

.announcement_content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #424242;
    margin: 20px 0;
}

.announcement_content {
    width: 100%;
    max-width: 590px;
    position: relative;
}

.notice {
    background: #F5F1E7;
    border: 1px solid #E6DCC8;
    border-radius: 20px;
    padding: 50px;
}

.notice_single h4,
.notice .notice_single h4 span {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.notice .notice_single h4 span {
    color: #E92827;
    float: none;
}

.notice_single p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #515151;
    width: 100%;
    max-width: 585px;
}

.last_notice {
    border-top: 1px dashed #A89F8B;
    margin-top: 20px;
    padding-top: 20px;
}

.notice_single span {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #515151;
    margin-top: 5px;
    float: right;
}

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

.announcement_content:before {
    position: absolute;
    content: '';
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/arrow-red.png) no-repeat;
    background-size: contain;
    width: 130px;
    height: 130px;
    right: -123px;
    top: 8em;
}

.strength ul {
    text-align: center;
    padding-top: 50px;
    position: relative;
}

.strength ul li {
    display: inline-block;
    margin: 0 50px;
}

.strength ul li figure {
    width: 350px;
    height: 350px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.strength ul li figure img {
    width: 100%;
    height: 100%;
}

.strength ul li figure span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 265px;
    height: 265px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700 !important;
    font-size: 30px;
}

/*.strength ul li:first-child figure span,
.strength ul li:last-child figure span{
    background: none;
}*/
.strength ul li figure span b {
    font-weight: 800;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
}

.strength ul:before {
    top: inherit;
    bottom: -3em;
    left: 33em;
}

.say {
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/say_bg.png) no-repeat;
    background-size: cover;
    padding: 0 !important;
}

.tab_main {
    color: #fff;
}

.say .container {
    position: relative;
    padding: 80px 0;
}

.tabs_title {
    background: #E4241B;
    border-radius: 16px;
    display: flex;
    width: fit-content;
    padding: 30px 38px;
    position: absolute;
    right: 0;
    bottom: -70px;
}

ul.tabs li {
    font-weight: 600;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 100px;
    cursor: pointer;
}

ul.tabs li.active {
    background: #C7221A;
}

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

.they_say h3 {
    font-weight: 600;
    font-size: 37px;
    line-height: 50px;
}

.they_say span {
    font-weight: 400;
    font-size: 20px;
}

.they_say {
    position: relative;
    margin-right: 20px;
    padding-right: 35px;
}

.they_say:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #BC150D;
    width: 1px;
    height: 100px;
}

.tabsct {
    width: 100%;
    max-width: 1050px;
}

.tabsct .tab p {
    font-weight: 400;
    font-size: 54px;
    line-height: 68px;
    position: relative;
}

.tabsct .tab p img {
    width: 70px;
    display: inline-block;
}

.stars {
    margin-bottom: 10px;
    display: inline-block;
}

.man_com_left {
    width: 100px;
    height: 75px;
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/msg.png) no-repeat;
    background-size: contain;
    position: relative;
}

.man_com_left img {
    width: 60px !important;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: 6px;
}

.man_com {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 50px;
}

.tabsct .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 7px;
}

.tabsct .owl-dots button.owl-dot.active {
    position: relative;
}

.tabsct .owl-dots button.owl-dot.active:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -5px;
    right: 0;
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: auto;
}

.tabsct .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.man_com_right h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    color: #FC1E1E;
}

.man_com_right span {
    font-weight: 500;
    font-size: 20px;
}

.gallery {
    padding-top: 140px;
}

.gallery ul {
    margin: 0 -1%;
    width: 100%;
    /* display: table-cell; */
    padding-top: 40px;
}

.gallery li {
    width: 31%;
    height: 296px;
    float: left;
    margin: 0 1.16% 3%;
    border-radius: 16px;
    border: 6px solid transparent;
    position: relative;
    overflow: hidden;
}

.gallery li a {
    display: block;
    width: 100%;
    height: 100%;
    /* position: relative; */
}

.gallery li,
.gallery li img,
.gallery li a:before,
.gallery_in li .album_in:before {
    border-radius: 16px;
}

.gallery li img {
    width: 100%;
    height: 100%;
}

.gallery_in ul {
    padding-top: 0 !important;
    /* padding-bottom: 20px; */
    display: table;
}

.gallery_row h4 {
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
    color: #2F3132;
    margin-bottom: 10px;
}

.gallery li a:before,
.gallery_in li .album_in:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #00000059;
    width: 100%;
    height: 100%;
}

.gallery li h4,
.gallery li h5 {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.hov_content {
    position: absolute;
    left: 0;
    bottom: -100px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gallery li:hover .hov_content {
    bottom: 30px;
}

.hov_content,
.gallery li h4 {
    padding: 0 30px;
}

.gallery li .hov_content h5 {
    position: static;
    padding: 0;
}

.gallery li .hov_content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
    text-align: left;
}

.gallery li:hover h4 {
    display: none;
}

.gallery li:hover {
    border: 6px solid #E92827;
    background: #E92827;
}

.gallery a.bttn {
    margin-top: 25px;
}

.press ul {
    text-align: center;
    padding-top: 40px;
}

.press ul li {
    display: inline-block;
    width: 450px;
    margin: 0 30px;
    position: relative;
    vertical-align: text-top;
}

.press li img {
    width: 320px;
    height: 320px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.press li h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    text-transform: capitalize;
    color: #000000;
}

.press ul li p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #424242;
    margin-top: 10px;
}

.con_deatil h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    text-transform: capitalize;
    color: #2C2C2C;
}

.con_deatil span,
.con_deatil span a {
    font-size: 20px;
    font-weight: 400;
    color: #2C2C2C;
}

.con_deatil {
    margin-left: 60px;
    border-bottom: 1px dashed #A89F8B;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
    max-width: 420px;
}

.connect li {
    position: relative;
}

.connect li img {
    width: 35px;
    position: absolute;
    top: 6px;
    left: 0;
}

.connect_left ul {
    margin-top: 40px;
}

.connect li:last-child .con_deatil {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.connect_map a.bttn {
    margin: 0;
    padding: 0 40px;
}

.connect_map iframe {
    width: 100%;
    max-width: 755px;
    height: 390px;
    border-radius: 40px;
    margin-top: 40px;
}

.connect_map iframe {
    width: 100%;
    max-width: 755px;
    height: 390px;
    border-radius: 40px;
    margin-top: 40px;
    border: 1px solid #E8E2D4;
    padding: 4px;
}

.main_footer {
    background: url(https://tigpsgaria.edu.in/assets/fontend/images/foot_bg.png) no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    color: #fff;
    padding: 110px 0 40px;
}

.main_footer a {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
}

.foot_left,
.foot_left_btm ul {
    display: flex;
}

.links,
.foot_left_btm ul li {
    width: 25%;
}

.links h4,
.foot_left_btm li a {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: left;
}

.active_for_booklist a{
    color: white !important;
}

.foot_left_btm ul li{
    text-align: left !important;
}

.links a {
    display: block;
    width: fit-content;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
    padding-left: 16px;
    position: relative;
}

.links a:before {
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 16px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.links a:hover,
.foot_left_btm li a:hover {
    color: #ccc;
    letter-spacing: .5px;
}

.foot_left_btm li a {
    margin-bottom: 0;
}

.foot_left_btm {
    margin-top: 30px;
}

/* .links:last-child .links_in,
.foot_left_btm li:last-child a  {
    float: right;
} */
.links:last-child,
.foot_left_btm li:last-child {
    padding-left: 50px;
}

.chat_with_us {
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/chat.png) no-repeat;
    width: 255px;
    height: 95px;
    background-size: contain;
    padding: 12px 17px 0;
    margin-left: 30px;
    display: none;
}

.chat_with_us img {
    width: 40px;
    float: left;
}

.chat_with_us h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
}

.chat_with_us span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFDCDC;
}

.chat_with_us img {
    width: 40px;
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}

.social_on_footer a {
    border: 1px solid #888275;
    border-radius: 8px;
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 8px;
    line-height: 44px;
    text-align: center;
}

.social_on_footer a:hover {
    border-color: #ccc;
}

.social_on_footer a:hover i {
    color: #ccc;
}

.social_on_footer a i {
    font-size: 20px;
}

.social_on_footer {
    margin-top: 25px;
}

.main_footer .col-md-3 {
    position: relative;
}

.foot_right {
    position: absolute;
    right: 0;
    bottom: 0;
}



/**INNER PAGES**/

.banner.inner_banner {
    background: url(https://tigpsgaria.edu.in/assets/fontend/images/inr_bnr1.png) no-repeat;
    background-color: #393836;
    background-size: cover;
    height: 500px;
    position: relative;
}

.banner.inner_banner .banner_content h1 {
    margin: 0;
    max-width: 100%;
}

.banner.inner_banner .banner_content {
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: 0;
    /* bottom: 0; */
    bottom: -130px;
    left: 100px;
    margin: auto;
}

.banner.inner_banner:after {
    display: none;
}

.we_discover h2.heading {
    width: 100%;
    max-width: 915px;
}

.discover_main.discover_tabs ul {
    margin-top: 0;
}

.discover_main.discover_tabs ul:before {
    display: none;
}

.we_discover .fees-margin {
    margin-bottom: 0 !important;
}

.discover_main.discover_tabs li {
    margin-bottom: 40px;
}

.we_discover .fees-submission p {
    margin: 0;
    margin-top: 30px;
}

.we_discover {
    position: relative;
}

.team_single {
    width: 100%;
    max-width: 1200px;
    background: #6B6255;
    border-radius: 12px;
    margin: 0 auto;
    color: #fff;
    padding: 50px 80px 35px;
    display: table;
    position: relative;
}

.team_single h3 {
    font-weight: 700;
    font-size: 54px;
    margin-bottom: 20px;
}

.team_single p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.team_name {
    width: fit-content;
    float: right;
    text-align: right;
    padding-right: 165px;
    margin-top: 15px;
}

.team_name h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    position: relative;
}

.team_name span {
    font-size: 20px;
    font-weight: 500;
}

.team_name img {
    width: 174px;
    height: 174px;
    border-radius: 100%;
    border: 7px solid #fff;
    position: absolute;
    right: 50px;
    bottom: -87px;
}

.team li {
    margin-bottom: 120px;
    display: block;
}

.team li:last-child {
    margin-bottom: 50px;
}

.teacher_single h3 {
    font-weight: 700;
    font-size: 36px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 25px;
}

.teacher_single ul {
    width: 100%;
    margin: 0 -1%;
}

.teacher_single li {
    background: #F1F0ED;
    
    text-align: center;
    width: 23%;
    float: left;
    margin: 0 1% 2%;
    padding: 50px 40px 30px;
}

.teacher_single li .tchr-pic {
    width: 112px;
    height: 112px;
    margin-bottom: 15px;
    border-radius: 100%;
    border: 5px solid #C5BFAD;
    display: block;
    overflow: hidden;
    float: none;
    margin: 0px auto;
}

.teacher_single li .tchr-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teacher_content h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #000000;
}

.teacher_content h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #424242;
}

.teacher_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #6C6A6A;
}

.teacher_content a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #6C6A6A;
    border-top: 1px solid #D9D7D3;
    width: 100%;
    display: block;
    margin-top: 10px;
    padding-top: 10px;
}

.teacher_content a:hover {
    color: #000;
}

.single_sec {
    margin-top: 30px;
    float: left;
}

.social_on_stuff a {
    width: 42px;
    height: 42px;
    border: 0;
    display: inline-block;
    background: #C0B497;
    border-radius: 8px;
    margin: 0 3px;
}

.social_on_stuff a i {
    color: #312B23;
    font-size: 19px;
}

.social_on_stuff a:hover {
    background: #dcd8d0;
}

.social_on_stuff {
    margin-top: 15px;
}

.mandatory_text h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #000000;
}

.mandatory_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #505050;
}

.mandatory_text {
    width: 100%;
    max-width: 675px;
}

.mandatory_img img {
    border-radius: 12px;
    width: 100%;
    max-width: 685px;
    float: right;
}

.bottom_text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #424242;
    margin-bottom: 20px;
}

.bottom_text {
    margin-top: 50px;
    width: 100%;
    max-width: 1455px;
}

.notice_list,
.releases {
    padding-top: 0 !important;
}

.notice_list li {
    background: #FFFFFF;
    border: 1px solid #6B6B6B;
    border-radius: 8px;
    width: 100%;
    padding: 40px 55px;
    margin-bottom: 25px;
    position: relative;
}

.notice_list li h5 {
    width: 100%;
    max-width: 860px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #242424;
    margin-bottom: 30px;
    float: left;
}

.pdf_btn {
    float: right;
    margin-top: -16px;
}

.notice_list li p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #424242;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.notice_list li p:last-child {
    margin-bottom: 0;
}

.pdf_btn a {
    border: 1px solid #E92827;
    border-radius: 16px;
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #E92827;
    padding: 8px 22px;
    margin-right: 15px;
    display: inline-block;
}

.pdf_btn span {
    font-weight: 600;
    font-size: 17px;
    color: #515151;
}

.pdf_btn span img {
    width: 13px;
}

.releases ul {
    width: 100%;
    margin: 0 -1%;
}

.releases li {
    text-align: center;
    width: 30%;
    float: left;
    margin: 0 1.6% 3%;
}

.releases li img {
    width: 320px;
    height: 320px;
    border-radius: 100%;
    margin-bottom: 25px;
}

.releases li h4 {
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 8px;
}

.releases li p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #424242;
}

.releases li span {
    font-size: 17px;
    color: #997210;
    font-weight: 500;
    margin-top: 7px;
    display: block;
}

.div_change {
    background: #FAF4E6;
}

.div_change .row {
    display: flex;
    flex-direction: row-reverse;
}

.div_change .mandatory_img img {
    float: left;
}

/*.first_con{
    padding-top: 0 !important;
}*/
.achievements .container {
    max-width: 100%;
    padding: 60px 168px;
}

.Outreach h2.heading {
    max-width: 1062px;
}

.Outreach h2.heading {
    max-width: 800px !important;
}

.gallery.gallery_in {
    padding: 80px 0 !important;
}

.gallery_in h2.heading {
    text-align: left;
    margin: 0;
    margin-bottom: 25px;
}

.gallery li i {
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: #E92827;
    position: absolute;
    right: -32px;
    top: -32px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    display: none;
}

.gallery li i img {
    width: 24px;
    height: 24px;
}

.gallery li:hover i {
    display: block;
}

.open_gal {
    width: 100%;
    height: 100vh;
    background: #000000e0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

li.overlay .open_gal {
    display: block;
}

.gal_detail {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.open_gal .gal_inner {
    text-align: left;
}

.gal_inner img {
    padding: 8px;
}

.close_gal {
    position: absolute;
    top: -5em;
    right: 0;
    cursor: pointer;
}

.close_gal button {
    width: 144px;
    height: 42px;
    background: #E92827;
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    transition: .4s all;
}

.close_gal button:hover {
    background: #d31e1d;
}

.close_gal img.cross {
    width: 34px !important;
    height: 37px !important;
    margin-left: 15px;
}

.gal_inner figure h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 8px;
}

.gal_inner figure p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #424242;
    margin: 0;
    max-width: 100%;
    text-align: left;
}

.gal_inner figure {
    padding: 20px 46px 30px;
}

.slide_section .owl-dots {
    display: none;
}

.links_inner p,
.contact_us p {
    max-width: 100% !important;
}

/* .gallery_in li {
    overflow: inherit;
} */
.contact_us .connect_left {
    background: #FAF4E6;
    padding: 50px 60px;
    border-radius: 20px;
    width: 100%;
    max-width: 730px;
}

.contact_us .connect_left ul {
    margin-top: 0;
}

.contact_us .connect_left .con_deatil {
    max-width: 87%;
}

.contact_us .row {
    margin-top: 50px;
}

.contact_form input,
.contact_form textarea {
    background: #FFFFFF;
    border: 1px solid #6B6B6B;
    border-radius: 8px;
    width: 100%;
    height: 66px;
    margin-bottom: 16px;
    padding: 0 30px;
}

.contact_form textarea {
    height: 140px !important;
    padding-top: 15px;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.contact_form input:focus,
.contact_form textarea:focus {
    outline: none;
}

.contact_us .connect_map iframe {
    max-width: 100%;
    height: 500px;
    margin-top: 80px;
}

.album_in {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery_row_in li {
    overflow: inherit;
}

input.form-control.frm-cntrl-design:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}

.submit-div .contact_form {
    position: relative;
    z-index: 99;
}

.submit-div .contact_form button,
.contact_form input[type="submit"] {
    margin: 0 auto !important;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0 30px;
    display: block;
    width: calc(100% - 0px);
    pointer-events: none;
    z-index: 20;
    height: 60px;
    line-height: 60px;
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
}

input.file-upload-field {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.file-upload-wrapper:before {
    position: absolute;
    content: '';
    top: 15px;
    right: 30px;
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/clip.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    z-index: 99;
}


.about_us_in .mandatory_text p,
.proude .mandatory_text p {
    margin-top: 15px;
}

.bottom_text.mandatory_text p {
    margin-top: 0;
}

ul.m_list li {
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
}

ul.m_list {
    padding-left: 25px;
    margin-bottom: 20px;
}

ul.m_list li:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -25px;
    margin: auto;
    background: url(https://infoedu.co.in/ci/tigps/assets/fontend/images/arw_r.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
}

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

ul.ambs_list h4 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

ul.ambs_list li h6 {
    font-size: 20px;
    color: #646464;
    letter-spacing: 1px;
    margin: 15px 0;
}

ul.ambs_list li p {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    font-style: italic;
}

.ambs .mandatory_text {
    max-width: 100%;
}

ul.ambs_list li {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #646464;
}

ul.ambs_list li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
    display: none;
}

.ambs .first_con {
    margin-top: 60px;

}


.remove-bg p b,
.remove-bg p b font {
    background-color: initial !important;
    color: white;
}





.all_section.our_journy p,
.all_section.our_journy * {
    color:#fff !important;
}

.all_section.our_journy{
    margin-bottom: 35px;
}

.tab_inner.tab_inner>img {
    width: 50px !important;
}


.all_section.discover ul li:nth-child(n+5) {
    display: none;
}


.all_section.team ul li p,
.all_section.team ul li p * {
    color: #fff !important;
}




.all_section.achievements .container.first_con:first-child {
    padding-top: 0;
}

.new-tsbct {
    max-width: 100% !important;
}

.new-tsbct .tab_inner p {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 28px !important;
    position: relative;
}

.mt-img {
    margin-top: 100px;
}

.admission_content p {
    max-width: 100% !important;
}


/**RESPONSIVE**/
@media only screen and (max-width:1500px) {

    .contact_form input[type="submit"] {
        width: 165px;
    }

    .strength ul li figure span {
        font-size: 20px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1150px;
    }

    .banner .container {
        max-width: 1260px;
    }

    .banner.inner_banner {
        height: 350px;
    }

    .banner.inner_banner .main_head .main_logo img{
        margin-top: 42px;
    }

    header.main_head a.main_logo img {
        width: 182px;
        margin-top: 42px;

    }

   

    .upper_links a {
        font-size: 13px;
        height: 38px;
        line-height: 38px;
        padding: 0 18px;
        margin-left: 5px;
    }

    .main_head .main_nav nav.navigation li a {
        font-size: 14px !important;
        line-height: 45px;
    }

    nav.navigation li {
        margin-left: 14px;
    }

    .banner {
        /* height: 530px; */
        padding-top: 20px;
    }

    .upper_links {
        margin-bottom: 4px;
    }

    .banner_content h1,
    .home-banner .bnr_txtcel h6 {
        max-width: 770px;
        font-size: 52px;
        line-height: 62px;
        margin: 84px 0 0 42px;
    }

    .play_button img {
        width: 90px;
    }

    .play_button span:before {
        right: -54px;
        width: 42px;
        height: 3px;
    }

    .play_button span {
        font-size: 13px;
        margin-right: 60px;
    }

    .links_right.links_right {
            top: 34.4em;
    }

    .fixed_links a {
        font-size: 10px;
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
        margin: 0 2px;
    }

    .links_right a {
        border-radius: 14px 14px 0 0;
    }

    .links_left a {
        border-radius: 0 0 12px 12px;
    }

    .social_on_banner a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 5px;
        font-size: 13px;
        margin: 7px 0;
    }

    .links_left {
        top: 13em;
    }

    .social_on_banner {
        right: 4px;
        top: 5.5em;
    }

    nav.navigation li a:before {
        left: -9px;
        width: 6px;
        height: 6px;
    }

    h2.heading {
        font-size: 40px;
        line-height: 44px;
    }

    h2.heading,
    section.strength h2,
    section.gallery h2,
    section.press h2 {
        max-width: 645px !important;
    }

    .discover_main p,
    section.strength p,
    section.gallery p,
    section.press p {
        font-size: 15px;
        line-height: 20px;
        max-width: 570px;
        margin: 10px auto 0;
    }

    .all_section {
        padding: 50px 0;
    }

    .discover_main li figure {
        width: 175px;
        height: 175px;
    }

    .discover_main li figure img {
        padding: 7px;
    }

    .discover_main li h6 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 13px;
    }

    .discover_main li {
        max-width: 218px;
        margin: 0 17px;
    }

    .discover_main ul:before {
        height: 35px;
        top: 80px;
    }

    .discover_main:before,
    .strength ul:before,
    .we_discover:before {
        top: 6em;
        right: 10em;
        width: 40px;
        height: 40px;
    }

    .discover_main:after {
        bottom: 2em;
        left: 19em;
        width: 30px;
        height: 30px;
    }

    a.bttn,
    .contact_form button,
    .contact_form input[type="submit"] {
        height: 48px;
        line-height: 48px;
        font-size: 15px;
        padding: 0 52px;
        margin: 30px auto 0;
    }

    .admission {
        padding-top: 15px !important;
    }

    .admission_content h2 {
        font-size: 28px;
        line-height: 46px;
        /* margin-bottom: 20px; */
    }

    .admission_content h2 span {
        font-size: 52px;
        line-height: 46px;
        margin-left: 70px;
    }

    .admission_content h5 {
        font-size: 18px;
        line-height: 20px;
    }

    .admission_content p,
    .links_inner p,
    .contact_us p {
        font-size: 15px;
        line-height: 21px;
        max-width: 600px;
        margin-top: 8px;
    }

    .links_inner p {
        max-width: 100%;
    }

    .admission_img img {
        max-width: 430px;
        border-radius: 15px;
    }

    .apply_btns a {
        height: 44px;
        line-height: 44px;
        padding: 0 24px;
        margin-right: 8px;
        font-size: 14px;
    }

    .apply_btns {
        margin-top: 20px;
    }

    .slide_single {
        width: 255px;
        height: 255px;
        border-radius: 12px;
        padding: 30px 20px 0;
    }

    .slide_single h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 7px;
    }

    .slide_single p {
        font-size: 13px;
        line-height: 17px;
    }

    .slide_single:before {
        top: 7px;
        bottom: 7px;
        left: 7px;
        right: 7px;
        border-radius: 12px;
    }

    .slide_single li img {
        width: 40px !important;
        height: 40px;

    }

    .slide_single ul {
        right: 15px;
        bottom: 7px;
    }

    .name h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .name span {
        font-weight: 500;
        font-size: 14px;
    }

    .name {
        bottom: 13px;
        right: 68px;
    }

    .name h5:before {
        width: 35px;
        height: 35px;
        left: -13px;
    }

    .tig_slide .owl-stage-outer {
        padding-bottom: 25px;
    }

    section.slide_section,
    section.press {
        padding: 70px 0;
    }

    .tig_slide .owl-nav img {
        width: 35px;
    }

    .tig_slide .owl-nav .owl-prev {
        left: -44px;
    }

    .tig_slide .owl-nav .owl-next {
        right: -44px;
    }

    .tig_slide .owl-nav .owl-prev,
    .tig_slide .owl-nav .owl-next {
        margin-top: -30px;
    }

    .about_img img {
        max-width: 470px;
        border-radius: 16px;
    }

    .about_content p,
    .announcement_content p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }

    .about_content_head {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .vision_mission_content p {
        font-size: 13px !important;
        line-height: 22px !important;
    }

    .vision_mission_content {
        max-width: 248px;
    }

    .vision_mission h2 {
        font-size: 26px !important;
        line-height: 25px !important;
    }

    .vision_mission a.bttn,
    .announcement_content a.bttn {
        height: 42px;
        line-height: 42px;
        font-size: 13px;
        margin-top: 30px;
        padding: 0 40px;
    }

    .our_journy,
    .announcement,
    .strength {
        padding-top: 0 !important;
    }

    .journy_main h2 {
        margin: 0 auto;
    }

    .journy_main p {
        font-size: 16px;
        line-height: 24px;
        max-width: 815px;
        margin: 15px auto 0;
    }

    .journy_main {
        border-radius: 16px;
        padding: 45px 0;
    }

    .announcement_content {
        max-width: 440px;
    }

    .announcement_content a.bttn {
        margin-top: 0 !important;
    }

    .announcement_content:before {
        width: 85px;
        height: 85px;
        right: -90px;
        top: 6em;
    }

    .notice {
        border-radius: 16px;
        padding: 30px;
    }

    .notice_single h4,
    .notice .notice_single h4 span {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 7px;
    }

    .notice_single p {
        font-size: 14px;
        line-height: 20px;
        max-width: 585px;
    }

    .notice_single span {
        font-size: 14px;
        line-height: 18px;
        margin-top: 3px;
    }

    .last_notice {
        margin-top: 16px;
        padding-top: 15px;
    }

    .strength ul li figure {
        width: 230px;
        height: 230px;
    }

    .strength ul:before {
        top: inherit !important;
        bottom: -2em;
        left: 25em;
    }

    .strength ul li figure span b {
        font-size: 20px;
        line-height: 28px;
    }

    .strength ul li figure span {
        width: 178px;
        height: 178px;
    }

    .strength ul li {
        margin: 0 15px 15px;
    }

    .strength ul {
        padding-top: 35px;
    }

    .stars {
        margin-bottom: 5px;
    }

    .stars i {
        font-size: 14px;
    }

    .tabsct {
        max-width: 712px;
    }

    .tabsct .tab p {
        font-size: 36px;
        line-height: 48px;
    }

    .tabsct .tab p img {
        width: 50px;
    }

    .man_com_right h4 {
        font-size: 19px;
        line-height: 20px;
    }

    .man_com_right span {
        font-size: 15px;
    }

    .tabsct .owl-dots {
        margin-top: 5px;
    }

    .tabsct .owl-dots button.owl-dot {
        width: 7px;
        height: 7px;
        margin: 5px;
    }

    .tabsct .owl-dots button.owl-dot.active:before {
        left: -4px;
        width: 15px;
        height: 15px;
    }

    .man_com_left {
        width: 70px;
        height: 50px;
    }

    .man_com_left img {
        width: 42px !important;
        height: 42px;
        top: 4px;
        left: 3px;
    }

    .tabs_title {
        border-radius: 12px;
        padding: 18px 24px;
        bottom: -42px;
    }

    .they_say h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .they_say span {
        font-weight: 400;
        font-size: 15px;
    }

    .they_say:before {
        height: 68px;
    }

    .they_say {
        margin-right: 14px;
        padding-right: 24px;
    }

    ul.tabs li {
        font-size: 13px;
        padding: 6px 16px;
    }

    .say .container {
        padding: 60px 0;
    }

    .man_com {
        margin-top: 35px;
    }

    .gallery {
        padding-top: 84px !important;
    }

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

    .gallery li {
        height: 218px;
        border: 4px solid transparent;
        vertical-align: top;
    }

    .gallery li,
    .gallery li img,
    .gallery_in li:before,
    .gallery li a:before,
    .gallery_in li .album_in:before {
        border-radius: 12px;
    }

    .hov_content,
    .gallery li h4 {
        padding: 0 20px;
    }

    .gallery li h4,
    .gallery li h5 {
        font-size: 20px;
        line-height: 28px;
        bottom: 25px;
    }

    .gallery li .hov_content p {
        font-size: 14px;
        line-height: 19px;
    }

    .hov_content,
    .gallery li h4 {
        padding: 0 15px;
    }

    .gallery li:hover {
        border: 4px solid #E92827;
    }

    /* .hov_content {
        bottom: 20px;
    } */
    .gallery li:hover .hov_content {
        bottom: 20px;
    }

    .gallery a.bttn {
        margin-top: 15px;
    }

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

    .press li img {
        width: 200px;
        height: 200px;
        margin-bottom: 12px;
    }

    .press li h4 {
        font-size: 22px;
        line-height: 20px;
    }

    .press ul li p {
        font-size: 13px;
        line-height: 20px;
    }

    .press ul li {
        width: 328px;
        margin: 0 15px 15px;
    }

    .con_deatil h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .con_deatil span,
    .con_deatil span a {
        font-size: 15px;
    }

    .connect li img {
        width: 22px;
        top: 8px;
    }

    .con_deatil {
        margin-left: 44px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        max-width: 315px;
    }

    .connect_map a.bttn img {
        width: 22px;
    }

    .connect_map a.bttn {
        padding: 0 32px;
    }

    .connect_map iframe {
        max-width: 506px;
        height: 268px;
        border-radius: 25px;
        margin-top: 30px;
        border: 1px solid #E8E2D4;
        padding: 3px;
    }

    .links h4,
    .foot_left_btm li a {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .links a {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 2px;
        padding-left: 12px;
    }

    .links a:before {
        font-size: 12px;
    }

    .foot_left_btm {
        margin-top: 20px;
    }

    .chat_with_us {
        width: 200px;
        height: 72px;
        padding: 12px 13px 0;
        margin-left: 24px;
    }

    .chat_with_us img {
        width: 24px;
        margin-right: 4px;
        margin-top: 1px;
    }

    .chat_with_us h5 {
        font-size: 17px;
        line-height: 12px;
    }

    .chat_with_us span {
        font-size: 12px;
        line-height: 14px;
    }

    .social_on_footer a {
        border-radius: 5px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin-right: 3px;
    }

    .social_on_footer {
        margin-top: 16px;
    }

    .social_on_footer a i {
        font-size: 13px;
    }

    .main_footer {
        padding: 84px 0 24px !important;
    }

    .links:last-child,
    .foot_left_btm li:last-child {
        padding-left: 30px;
    }

    a.bttn:before,
    .contact_form button:before {
        top: 4px;
    }

    .we_discover .fees-submission p {
        margin: 0;
        margin-top: 15px;
    }

    .discover_main.discover_tabs li {
        margin-bottom: 25px;
    }

    .mandatory_text h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;

    }

    .mandatory_text p {
        font-size: 14px;
        line-height: 19px;
    }

    .mandatory_text {
        max-width: 528px;
    }

    .mandatory_img img {
        border-radius: 10px;
        max-width: 475px;
    }

    .bottom_text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .bottom_text {
        margin-top: 30px;
        max-width: 1050px;
    }

    .team_single h3 {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .team_single p {
        font-size: 14px;
        line-height: 20px;
    }

    .team_name h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .team_name span {
        font-size: 16px;
    }

    .team_name img {
        width: 120px;
        height: 120px;
        border: 5px solid #fff;
        right: 35px;
        bottom: -60px;
    }

    .team_name h5:before {
        width: 70px;
        height: 70px;
        left: -30px;
    }

    .team_single {
        max-width: 820px;
        border-radius: 8px;
        padding: 25px 55px 25px;
    }

    .team_name {
        padding-right: 110px;
        margin-top: 10px;
    }

    .team {
        padding: 70px 0 !important;
    }

    .team li {
        margin-bottom: 85px;
    }

    .teacher_single h3 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .teacher_single li img {
        width: 75px;
        height: 75px;
        margin-bottom: 10px;
       
    }

    .teacher_content h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .teacher_content h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .teacher_content p {
        font-size: 14px;
        line-height: 17px;
    }

    .teacher_content a {
        font-size: 14px;
        line-height: 20px;
        margin-top: 7px;
        padding-top: 7px;
    }

    .teacher_single li {
        border-radius: 10px;
        padding: 36px 22px 20px;
        min-height: 235px;
    }

    .single_sec {
        margin-top: 18px;
    }

    .social_on_stuff a {
        width: 32px;
        height: 32px;
        border-radius: 5px;
        margin: 0 2px;
    }

    .social_on_stuff a i {
        font-size: 15px;
    }

    .social_on_stuff {
        margin-top: 12px;
    }

    .notice_list li h5 {
        max-width: 700px;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .pdf_btn a {
        border-radius: 10px;
        font-size: 13px;
        padding: 8px 15px;
        margin-right: 5px;
    }

    .pdf_btn a img {
        width: 24px;
    }

    .pdf_btn span {
        font-size: 13px;
    }

    .pdf_btn span img {
        width: 10px;
    }

    .notice_list li p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .notice_list li {
        border-radius: 6px;
        padding: 30px 38px;
        margin-bottom: 15px;
    }

    .releases li img {
        width: 190px;
        height: 190px;
        margin-bottom: 15px;
    }

    .releases li h4 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .releases li p {
        font-size: 13px;
        line-height: 20px;
    }

    .releases li span {
        font-size: 13px;
        margin-top: 4px;
    }

    .achievements .container {
        padding: 40px 120px;
    }

    .gallery.gallery_in {
        padding: 40px 0 !important;
    }

    .gallery_row h4 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .gallery_in h2.heading {
        margin-bottom: 15px;
    }

    .gallery li i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: -20px;
        top: -20px;
    }

    .gallery li i img {
        width: 16px;
        height: 16px;
    }

    .gal_detail {
        max-width: 620px;
        border-radius: 8px;
    }

    .gal_inner figure h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .gal_inner figure p {
        font-size: 13px;
        line-height: 18px;
        margin-top: 0;
    }

    .gal_inner figure {
        padding: 8px 24px 20px;
    }

    .gal_inner img {
        padding: 5px;
    }

    .close_gal button {
        width: 100px;
        height: 30px;
        border-radius: 4px;
        font-size: 13px;
    }

    .close_gal img.cross {
        width: 26px !important;
        height: 30px !important;
        margin-left: 6px;
    }

    .close_gal {
        top: -3em;
    }

    .contact_us .row {
        margin-top: 35px;
    }

    .contact_us .connect_left {
        padding: 35px 40px;
        border-radius: 16px;
        max-width: 530px;
    }

    .contact_form input,
    .contact_form textarea {
        border-radius: 6px;
        height: 48px;
        margin-bottom: 10px;
        padding: 0 15px;
        font-size: 14px;
    }

    .contact_us .connect_map iframe {
        height: 320px;
        margin-top: 50px;
    }

    .contact_form textarea {
        height: 100px !important;
        padding-top: 10px !important;
    }

    .contact_form input::placeholder,
    .contact_form textarea::placeholder {
        font-size: 13px;
    }

    ul.m_list li {
        font-size: 14px;
        margin-bottom: 4px;
    }

    ul.m_list li:before {
        left: -18px;
        width: 12px;
        height: 12px;
    }

    ul.m_list {
        padding-left: 18px;
        margin-bottom: 15px;
    }

    .ambs {
        padding-top: 40px !important;
    }

    ul.ambs_list h4 {
        font-size: 22px;
        letter-spacing: .5px;
    }

    ul.ambs_list li h6 {
        font-size: 15px;
        letter-spacing: .5px;
        margin: 8px 0;
    }

    ul.ambs_list li p {
        font-size: 16px;
        line-height: 22px;
    }

    ul.ambs_list li {
        margin-bottom: 22px;
        padding-bottom: 22px;
    }

    .ambs .first_con {
        margin-top: 40px;
    }
}

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

    /* .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl {
        padding: 0 20px;
    } */
    .slide_section .container {
        padding: 0 60px !important;
    }

    .slide_single {
        width: 100%;
        height: 260px;
        padding: 25px 15px 0;
    }

    .main_logo_cel .main_logo_new.main_logo_new.main_logo_new.main_logo_new {
        margin-top: 0px;
    }

    .main_logo_cel.main_logo_cel.main_logo_cel{
        width: 54%;
    }

    .main_logo_cel.main_logo_cel.main_logo_cel .logo-tx{
        font-size: 22px;
    }
}

@media only screen and (max-width:1100px) {
    nav.navigation li {
        margin-left: 11px;
    }

    nav.navigation li a {
        font-size: 12px;
    }

    .upper_links a {
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        padding: 0 17px;
        margin-left: 3px;
    }

    .banner_content h1,
    .home-banner .bnr_txtcel h6 {
        font-size: 46px;
        line-height: 55px;
        margin: 70px 0 0 70px;
    }

    .banner {
        height: 480px;
        padding-top: 15px;
    }

    .play_button img {
        width: 80px;
    }

    .all_section {
        padding: 40px 0;
    }

    h2.heading {
        font-size: 38px;
        line-height: 40px;
    }

    h2.heading,
    section.strength h2,
    section.gallery h2,
    section.press h2 {
        max-width: 610px !important;
    }

    .discover_main li figure {
        width: 140px;
        height: 140px;
    }

    .discover_main li figure img {
        padding: 5px;
    }

    .discover_main li {
        max-width: 210px;
        margin: 0 12px;
    }

    .discover_main ul:before {
        height: 30px;
        top: 60px;
    }

    section.slide_section,
    section.press {
        padding: 50px 0;
    }

    .journy_main {
        border-radius: 14px;
        padding: 35px 0;
    }

    .announcement_content:before {
        width: 75px;
        height: 75px;
        right: -48px;
        top: 7em;
    }

    .tab_main {
        padding: 0 36px;
    }

    .tabs_title {
        margin-right: 20px;
    }

    .gallery li {
        height: 190px;
        border: 3px solid transparent;
        vertical-align: top;
    }

    .gallery li:hover {
        border: 3px solid #E92827;
    }

    .press ul li {
        width: 285px;
        margin: 0 15px;
    }

    .press li img {
        width: 180px;
        height: 180px;
        margin-bottom: 10px;
    }

    .press li h4 {
        font-size: 20px;
    }

    .press ul li p {
        margin-top: 7px;
    }

    .gallery li h4,
    .gallery li h5 {
        font-size: 16px;
        line-height: 20px;
        bottom: 12px;
    }

    .gallery li .hov_content p {
        font-size: 12px;
        line-height: 15px;
    }

    .hov_content,
    .gallery li h4 {
        padding: 0 12px;
    }

    .notice_list li p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 7px;
    }

    .notice_list li h5 {
        font-size: 17px;
        margin-bottom: 15px;
        max-width: 600px;
    }

    .notice_list li {
        border-radius: 6px;
        padding: 16px 25px;
        margin-bottom: 12px;
    }

    .pdf_btn a {
        border-radius: 7px;
        font-size: 12px;
        padding: 5px 8px;
        margin-right: 0px;
    }

    .pdf_btn a img {
        width: 18px;
    }

    .pdf_btn {
        margin-top: -8px;
    }
}

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


    header.main_head a.main_logo img {
        width: 125px;
    }

    .notice_list li h5 {
        font-size: 16px;
        margin-bottom: 10px;
        max-width: 480px;
    }

    .pdf_btn span {
        font-size: 12px;
    }

    .pdf_btn a {
        border-radius: 6px;
        font-size: 11px;
        padding: 4px 6px;
        margin-right: 0px;
    }

    .pdf_btn a img {
        width: 15px;
    }

    .fees-submission p {
        font-size: 14px !important;
        line-height: 18px !important;
        margin-top: 10px !important;
    }

    .bottom_text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    header.main_head a.main_logo img {
        width: 85px;
    }

    nav.navigation li a {
        font-size: 11px;
    }

    nav.navigation.navigation li {
        margin-left: 20px;
    }

    h2.heading {
        font-size: 34px;
        line-height: 36px;
    }

    .discover_main p,
    section.strength p,
    section.gallery p,
    section.press p {
        font-size: 14px;
        line-height: 18px;
        max-width: 500px;
    }

    .discover_main li figure {
        width: 120px;
        height: 120px;
    }

    .discover_main li figure img {
        padding: 4px;
    }

    .discover_main li {
        max-width: 150px;
        margin: 0 10px;
    }

    .discover_main ul:before {
        height: 24px;
        top: 52px;
    }

    .discover_main li h6 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
    }

    a.bttn {
        height: 44px;
        line-height: 44px;
        font-size: 13px;
        padding: 0 48px;
        margin: 25px auto 0;
    }

    .discover_main:after {
        bottom: 2em;
        left: 10em;
        width: 22px;
        height: 22px;
    }

    .discover_main:before,
    .strength ul:before,
    .we_discover:before {
        top: 3em;
        right: 3em;
        width: 30px;
        height: 30px;
    }

    .admission_content h2 {
        font-size: 24px;
        line-height: 40px;
        /* margin-bottom: 12px; */
    }

    .admission_content h5 {
        font-size: 16px;
        line-height: 18px;
    }

    .admission_content p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 6px;
    }

    .admission_content h2 span {
        font-size: 44px;
        line-height: 40px;
        margin-left: 64px;
    }

    .admission_content h2 span:before {
        bottom: 7px;
        right: -92px;
        width: 80px;
        height: 4px;
    }

    .apply_btns a {
        height: 40px;
        line-height: 40px;
        padding: 0 22px;
        margin-right: 6px;
        font-size: 12px;
    }

    .apply_btns {
        margin-top: 15px;
    }

    .admission_img img {
        border-radius: 12px;
    }

    .slide_single h3 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .slide_single p {
        font-size: 12px;
        line-height: 15px;
    }

    .slide_single li img {
        width: 42px !important;
        height: 42px;
    }

    .slide_single li {
        margin-left: 0px;
    }

    .name h5 {
        font-size: 13px;
        line-height: 15px;
    }

    .name {
        bottom: 13px;
        right: 50px;
    }

    .name span {
        font-size: 12px;
    }

    .slide_single {
        width: 100%;
        height: 240px;
        border-radius: 10px;
        padding: 25px 15px 0;
    }

    .tig_slide .owl-nav img {
        width: 30px;
    }

    .tig_slide .owl-stage-outer {
        padding-bottom: 20px;
    }

    .about_img img {
        border-radius: 12px;
    }

    .about_content p,
    .announcement_content p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 8px;
    }

    .vision_mission h2 {
        font-size: 22px !important;
        line-height: 20px !important;
    }

    .vision_mission_content p {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .journy_main p {
        font-size: 14px;
        line-height: 22px;
        margin: 10px auto 0;
        padding: 0 30px;
    }

    .notice {
        border-radius: 14px;
        padding: 20px;
    }

    .notice_single h4,
    .notice .notice_single h4 span {
        font-size: 17px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .notice_single p {
        font-size: 13px;
        line-height: 17px;
    }

    .notice_single span {
        font-size: 12px;
        line-height: 16px;
    }

    .notice_single span img {
        width: 10px;
    }

    .last_notice {
        margin-top: 10px;
        padding-top: 11px;
    }

    .announcement_content:before {
        width: 60px;
        height: 60px;
        right: -24px;
        top: 7em;
    }

    .strength ul li figure {
        width: 180px;
        height: 180px;
    }

    .strength ul li {
        margin: 0 22px;
    }

    .strength ul li figure span {
        width: 135px;
        height: 135px;
    }

    .strength ul li figure span b {
        font-size: 18px;
        line-height: 22px;
    }

    .tabsct .tab p {
        font-size: 30px;
        line-height: 36px;
    }

    .tabsct .tab p img {
        width: 44px;
    }

    .man_com_left {
        width: 60px;
        height: 45px;
    }

    .man_com_left img {
        width: 37px !important;
        height: 37px;
        top: 4px;
        left: 3px;
    }

    .man_com {
        margin-top: 25px;
    }

    .man_com_right h4 {
        font-size: 16px;
        line-height: 16px;
    }

    .man_com_right span {
        font-size: 12px;
    }

    .they_say h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .they_say span {
        font-size: 13px;
    }

    ul.tabs li {
        font-size: 12px;
        padding: 4px 13px;
    }

    .they_say:before {
        height: 50px;
    }

    .tabs_title {
        border-radius: 10px;
        padding: 10px 20px;
        bottom: -30px;
    }

    .they_say {
        margin-right: 8px;
        padding-right: 16px;
    }

    .gallery li,
    .gallery li img,
    .gallery_in li:before,
    .gallery li a:before {
        border-radius: 10px;
    }

    .gallery li {
        height: 150px;
        vertical-align: top;
    }

    .press ul li {
        width: 205px;
        margin: 0 12px;
    }

    .press li h4 {
        font-size: 18px;
    }

    .press li img {
        width: 160px;
        height: 160px;
    }

    .connect_map iframe {
        height: 210px;
        border-radius: 22px;
    }

    .links h4,
    .foot_left_btm li a {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .links a {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 2px;
        padding-left: 8px;
    }

    .links a:before {
        font-size: 9px;
    }

    .foot_left_btm {
        margin-top: 15px;
    }

    .social_on_footer a {
        border-radius: 4px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin-right: 1px;
    }

    .chat_with_us {
        width: 160px;
        height: 62px;
        padding: 8px 10px 0;
        margin-left: 19px;
    }

    .chat_with_us h5 {
        font-size: 15px;
        line-height: 10px;
    }

    .chat_with_us span {
        font-size: 11px;
    }

    .chat_with_us img {
        width: 20px;
        margin-right: 3px;
        margin-top: 0;
    }

    .social_on_footer {
        margin-top: 10px;
    }

    .social_on_banner a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 4px;
        font-size: 11px;
        margin: 6px 0;
    }

    .social_on_banner {
        right: 5px;
    }

    .fixed_links a {
        font-size: 8px;
        height: 30px;
        line-height: 30px;
    }

    .banner_content h1,
    .home-banner .bnr_txtcel h6 {
        font-size: 40px;
        line-height: 50px;
        margin: 35px 0 0 55px;
        max-width: 600px;
    }

    .play_button img {
        width: 70px;
    }

    .achievements .container {
        padding: 30px 40px;
    }

    .mandatory_text h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .breadcrumbs ul li,
    .brdcmp-list {
        font-size: 15px !important;
        line-height: 30px !important;
    }

    .banner.inner_banner {
        height: 300px;
    }

    .contact_us .connect_map iframe {
        height: 280px;
        margin-top: 40px;
    }

    .contact_us p {
        font-size: 14px;
        line-height: 20px;
    }

    .gal_detail {
        max-width: 450px;
    }

    .close_gal {
        top: -2.5em;
    }

    .gal_inner figure {
        padding: 4px 15px 15px;
    }

    .releases li img {
        width: 150px;
        height: 150px;
        margin-bottom: 12px;
    }

    .releases li h4 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .submit-div .frm-cntrl-design.frm-cntrl-design.frm-cntrl-design.frm-cntrl-design.frm-cntrl-design.frm-cntrl-design {
        margin-bottom: 10px;
    }

    .submit-div .contact_form {
        margin-top: 15px;
    }

    .main_logo_cel.main_logo_cel.main_logo_cel.main_logo_cel {
        width: 50%;
    }
    .main_logo_cel.main_logo_cel.main_logo_cel .logo-tx {
        font-size: 18px !important;
    }
}

@media only screen and (max-width:850px) {
    .upper_links {
        text-align: center;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
    }

    header.main_head a.main_logo img {
        position: relative;
        z-index: 9;
    }

    .banner {
        height: 400px;
        padding-top: 0;
    }

    nav.navigation ul {
        background: #000;
        position: fixed;
        z-index: 9;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        padding-top: 60px;
        transition: .5s ease-in-out;
    }

    nav.navigation ul li {
        display: block;
        margin: 0;
    }

    nav.navigation i {
        display: block;
    }

    nav.navigation.toggle_nav ul {
        right: 0;
        transition: .5s ease-in-out;
    }

    nav.navigation i.fa.fa-close {
        display: none;
    }

    nav.navigation.toggle_nav i.fa.fa-close {
        display: block;
    }

    nav.navigation.toggle_nav i.fa.fa-bars {
        display: none;
    }

    nav.navigation li a {
        font-size: 12px;
        padding-left: 15px;
        display: block;
        line-height: 40px;
        text-align: left;
    }

    nav.navigation li a:hover {
        background: #e92827;
    }

    nav.navigation li a:hover:before {
        opacity: 0;
    }

    nav.navigation li a:hover,
    nav.navigation li.active a {
        background: #e92827;
    }

    nav.navigation li.active a:before {
        display: none;
    }

    .social_on_banner {
        top: 6em;
    }

    .links_right {
        top: 30em;
    }

    .z_index .social_on_banner,
    .z_index .links_right {
        z-index: 1;
    }

    .banner.inner_banner .banner_content {
        left: 50px;
    }

    .breadcrumbs ul li+li {
        padding-left: 23px;
        margin-left: 4px;
    }
}


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

    a.main_logo.main_logo.main_logo img{
        width: 120px !important;
        margin-top: 12px !important;
    }

    
    .banner.inner_banner .main_head .main_logo img {
        width: 120px !important;
        margin-top: 35px !important;
    }

    .banner.inner_banner nav.navigation i {
        top:40px;
    }

    .main_logo_cel.main_logo_cel.main_logo_cel.main_logo_cel{
        position: absolute;
        left: 0;
        right: 0;
        margin: 42px auto;
        display: inline-grid;
        width: 70% !important;
    }

    .logo-tx, .logo-tx-sml{
        text-align: center !important;
    }

    .main_logo_cel .main_logo_new{
        float: none;
        margin: 0px auto;
        width: 50px;
        display: block;
    }

}

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


    /* .banner.inner_banner .main_head .main_logo img {
        width: 98px !important;} */



    .our_journy.our_journy .journy_main p {
        text-align: center !important;
    }

    .banner.inner_banner .upper_links {
            top: 38px;
        }


    .main_head.main_head.main_head.main_head nav.navigation i.dwnarow{
        width:  !important;
    }

    .main_head .main_nav nav.navigation ul li ul.sub-menu {
        position: absolute;
        right:0 !important;
        top: 40px !important;
        width: 98% !important;
        background-color: rgba(0, 0, 0, 0.8) !important;
        padding: 10px 12px 10px 18px;
    
    }

    .main_head .main_nav nav.navigation li:last-child {
         margin-left: 0px !important; 
    }

    h5.txt-lftrow.txt-lftrow.txt-lftrow{
        
        width: 100%;}
    
    .txt-rghtrow.txt-rghtrow.txt-rghtrow{
            width: 95%;
            float: none;
            margin: 5px auto;
        }

    .txt-rghtrow img{ padding-top: 5px; }

    .notice_list .new-tab ul li {
        padding: 2px 10px !important;
        margin: 0px 2px 4px;
        border-radius: 5px !important;
    }
    
    .notice_list.notice_list.notice_list.notice_list .new-tab ul li a {
        font-size: 13px;
        color: #ff0000;
        padding: 3px 8px;
    }

    .notice_list .notice_list.notice_list .new-tab ul li{
        padding: 2px 4px;
    }

    .tabl-covr{
        height: 300px;
        overflow: scroll;
    }

    .upper_links a {
        font-size: 10px;
        height: 28px;
        line-height: 28px;
        padding: 0 11px;
        margin-left: 0;
    }

    .upper_links {
        top: 23px;
    }

    nav.navigation i {
        font-size: 20px;
        background: #fff;
        width: 44px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
    }

    .banner_content h1,
    .home-banner .bnr_txtcel h6 {
        max-width: 400px;
        font-size: 32px;
        line-height: 40px;
        margin: 30px 0 0 42px;
    }

    .play_button img {
        width: 65px;
    }

    .play_button span:before {
        right: -50px;
        width: 38px;
        height: 2px;
    }

    .play_button span {
        font-size: 12px;
        margin-right: 54px;
    }

    .banner {
        height: 335px;
    }

    .banner:before {
        height: auto;
        background-size: initial;
    }

    .discover_main ul:before {
        display: none;
    }

    .discover_main li {
        max-width: 150px;
        margin: 0 15px 20px;
    }

    h2.heading {
        font-size: 28px;
        line-height: 32px;
    }

    h2.heading,
    section.strength h2,
    section.gallery h2,
    section.press h2 {
        max-width: 445px !important;
    }

    .all_section {
        padding: 30px 0  10px;
    }

    .discover_main:before,
    .strength ul:before,
    .we_discover:before {
        width: 22px;
        height: 22px;
    }

    a.bttn,
    .contact_form button {
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        padding: 0 40px;
        margin: 18px auto 0;
    }

    a.bttn:before,
    .contact_form button:before {
        top: 3px;
    }

    .contact_us .connect_map iframe {
        height: 240px;
        margin-top: 30px;
    }

    .admission_img img {
        border-radius: 12px;
        max-width: 350px;
        margin: 25px auto 0;
        display: block;
        float: none;
    }

    .admission_content p {
        max-width: 100%;
    }

    .about_img img {
        max-width: 350px;
        margin: 0 auto 20px;
        display: block;
    }

    .vision_mission_content {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .vision_mission a.bttn,
    .announcement_content a.bttn {
        margin-top: 20px;
    }

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

    .notice {
        border-radius: 12px;
        padding: 20px;
        margin-top: 25px;
    }

    .announcement_content {
        max-width: 100%;
    }

    .gallery li {
        height: 125px;
        vertical-align: top;
    }

    .hov_content {
        bottom: -135px;
    }

    .gallery li h4,
    .gallery li h5 {
        font-size: 14px;
        line-height: 18px;
        bottom: 7px;
    }

    .gallery li .hov_content p {
        font-size: 11px;
        line-height: 13px;
    }

    .gallery li:hover .hov_content {
        bottom: 7px;
    }

    .hov_content,
    .gallery li h4 {
        padding: 0 6px;
    }

    .strength ul li figure {
        width: 150px;
        height: 150px;
    }

    .strength ul li figure span {
        width: 110px;
        height: 110px;
    }

    .strength ul li figure span b {
        font-size: 16px;
        line-height: 20px;
    }

    .stars i {
        font-size: 12px;
    }

    .tabsct .tab p {
        font-size: 24px;
        line-height: 30px;
    }

    .tabsct .tab p img {
        width: 36px;
    }

    .man_com {
        margin-top: 18px;
    }

    .man_com_left {
        width: 45px;
        height: 38px;
    }

    .man_com_left img {
        width: 28px !important;
        height: 28px;
        top: 3px;
        left: 3px;
    }

    .man_com_right h4 {
        font-size: 14px;
        line-height: 15px;
    }

    .man_com_right span {
        font-size: 11px;
    }

    .man_com_right {
        line-height: 18px;
        margin-left: 5px;
    }

    .they_say h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .they_say span {
        font-size: 11px;
    }

    ul.tabs li {
        font-size: 11px;
        padding: 3px 11px;
    }

    .gallery {
        padding-top: 55px !important;
    }

    .gallery ul {
        padding-top: 25px;
        display: table;
    }

    .press li img {
        width: 140px;
        height: 140px;
    }

    .press ul li {
        margin-bottom: 25px;
    }

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

    .journy_main p {
        font-size: 13px;
        line-height: 18px;
        margin: 7px auto 0;
    }

    .announcement_content:before {
        display: none;
    }

    .about_content p,
    .announcement_content p {
        margin-top: 3px;
    }

    .strength ul li:first-child figure span,
    .strength ul li:last-child figure span {
        background: #00000085;
    }

    .connect_left ul {
        margin-top: 20px;
    }

    .con_deatil h5 {
        font-size: 15px;
        line-height: 20px;
    }

    .connect li img {
        width: 20px;
        top: 6px;
    }

    .connect_map a.bttn {
        margin-top: 20px;
    }

    .foot_left,
    .foot_left_btm ul {
        display: block;
    }

    .links,
    .foot_left_btm ul li {
        width: 100%;
    }

    .links:last-child,
    .foot_left_btm li:last-child {
        padding-left: 0;
    }

    .foot_right {
        position: static;
        margin-top: 15px;
    }

    .links h4,
    .foot_left_btm li a {
        margin-bottom: 6px;
    }

    .links a {
        font-size: 11px;
        line-height: 16px;
        width: auto;
    }

    .all_section.main_footer .links a {
        text-align: left;
    }

    .links:nth-child(2) h4 {
        display: none;
    }

    .links:nth-child(3),
    .links:nth-child(4) {
        margin-top: 15px;
    }

    .main_footer {
        padding: 75px 0 24px 30px !important;
    }

    .social_on_banner a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 9px;
        margin: 4px 0;
    }

    .fixed_links a {
        font-size: 7px;
        height: 26px;
        line-height: 26px;
    }

    .links_left a {
        border-radius: 0 0 10px 10px;
    }

    .links_right a {
        border-radius: 10px 10px 0 0;
    }

    .social_on_banner {
        top: 5em;
    }

    .links_right.links_right .links_right  {
        top: 28em;
    }

    .tig_slide .owl-nav img {
        width: 25px;
    }

    .tig_slide .owl-nav .owl-prev,
    .tig_slide .owl-nav .owl-next {
        margin-top: -25px;
    }

    .tig_slide .owl-nav .owl-prev {
        left: -32px;
    }

    .tig_slide .owl-nav .owl-next {
        right: -32px;
    }

    .mandatory_text {
        max-width: 100%;
    }

    .mandatory_img img {
        max-width: 350px;
        margin: 20px auto 0;
        float: none;
        display: block;
    }

    .div_change .row {
        display: inline-block;
    }

    .div_change .mandatory_img img {
        float: none;
    }

    .banner.inner_banner {
        height: 230px;
    }

    .contact_us .connect_left {
        border-radius: 16px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .contact_in {
        padding: 0 25px;
    }

    .gal_detail {
        max-width: 320px;
    }

    .gal_inner figure h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 3px;
    }

    .gal_inner figure p {
        font-size: 13px !important;
        line-height: 16px !important;
        margin-top: 0;
    }

    .close_gal button {
        width: 75px;
        height: 25px;
        border-radius: 3px;
        font-size: 11px;
    }

    .close_gal img.cross {
        width: 21px !important;
        height: 25px !important;
        margin-left: 2px;
    }

    .close_gal {
        top: -2em;
    }

    .gallery_row h4 {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .notice_list li h5 {
        max-width: 100%;
        margin-bottom: 6px;
        line-height: 22px;
    }

    .notice_list li {
        border-radius: 6px;
        padding: 12px 15px;
        margin-bottom: 10px;
    }

    .pdf_btn {
        margin-top: 0;
        float: left;
        margin-bottom: 6px;
    }

    .team {
        padding: 50px 0 20px !important;
    }

    .team_single h3 {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .team_single p {
        font-size: 13px;
        line-height: 17px;
        font-weight: 400;
    }

    .team_name img {
        width: 90px;
        height: 90px;
        border: 4px solid #fff;
        right: 30px;
        bottom: -45px;
    }

    .team_name h5 {
        font-size: 15px;
        line-height: 20px;
    }

    .team_name span {
        font-size: 13px;
    }

    .team_name h5:before {
        width: 50px;
        height: 50px;
        left: -20px;
    }

    .team_name {
        padding-right: 92px;
        margin-top: 10px;
    }

    .team_single {
        max-width: 820px;
        border-radius: 7px;
        padding: 20px 30px 20px;
    }

    .team li {
        margin-bottom: 60px;
    }

    .teacher_single h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .teacher_single li {
        border-radius: 12px;
        width: 46%;
        margin: 0 2% 3%;
        border-radius: 8px;
        padding: 20px 20px 15px;
    }

    .teacher_single li img {
        width: 62px;
        height: 62px;
        margin-bottom: 6px;
        border: 2px solid #C5BFAD;
    }

    .teacher_content h4 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .teacher_content h5 {
        font-size: 13px;
        line-height: 20px;
    }

    .teacher_content p {
        font-size: 13px;
        line-height: 16px;
    }

    .teacher_content a {
        font-size: 12px;
        line-height: 16px;
        margin-top: 6px;
        padding-top: 6px;
    }

    .social_on_stuff a {
        width: 28px;
        height: 28px;
        border-radius: 4px;
        margin: 0 1px;
    }

    .social_on_stuff a i {
        font-size: 13px;
    }

    .social_on_stuff {
        margin-top: 8px;
    }

    .team_single {
        padding: 15px 20px 15px;
    }

    .teacher_single ul {
        margin: 0;
    }

    .releases li {
        width: 45%;
        margin: 0 2.5% 3%;
    }

    .submit-div .cv-submit.cv-submit.cv-submit.cv-submit {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .submit-div.submit-div.submit-div {
        padding: 25px !important;
        border-radius: 6px !important;
    }

    .fees-submission.fees-submission.fees-submission.fees-submission.fees-submission h6 {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-top: 15px !important;
    }

    .fees-submission-list.fees-submission-list.fees-submission-list ul li {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 22px;
        padding-left: 17px;
    }

    .fees-submission-list.fees-submission-list.fees-submission-list ul li::before {
        top: 2px;
        height: 20px;
        width: 8px;
    }

    .mt-img {
        margin-top: 10px;
    }
}

@media only screen and (max-width:560px) {
    .slide_single {
        height: 170px;
    }
}

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

    .fixed_links a {
        font-weight: 400 !important;
        font-size: 8px !important;
        letter-spacing: 0.1em !important;
        height: 30px !important;
        line-height: 30px !important;
        padding: 0 11px !important;
       }






    header.main_head a.main_logo img {
        width: 75px;
    }

    .banner.inner_banner .main_head .main_logo img {
        margin-top: 16px;
        width: 105px;
    }

    nav.navigation i {
        font-size: 17px;
        width: 40px;
        height: 26px;
        line-height: 26px;
    }

    header.main_head a.main_logo img {
        width: 65px;
    }

    nav.navigation i {
        font-size: 15px;
        width: 35px;
        height: 24px;
        line-height: 24px;
        right: 20px;
        top: 18px;
    }

    video.video {
        transform: scale(1.5, 1.8) !important;
    }

    .upper_links {
        top: -14px;
        width: 100%;
        max-width: 315px;
        margin: 0 auto;
    }

    .upper_links a {
        font-size: 9px;
        height: 25px;
        line-height: 25px;
        padding: 0 9px;
        margin-left: 0;
        margin-bottom: 4px;
    }

    .banner_content h1,
    .home-banner .bnr_txtcel h6 {
        max-width: 275px;
        font-size: 25px;
        line-height: 32px;
        margin: 40px 0 0 24px;
    }

    .play_button img {
        width: 52px;
    }

    .play_button span {
        font-size: 10px;
        margin-right: 42px;
    }

    .play_button span:before {
        right: -38px;
        width: 32px;
    }

    .play_button {
        margin-right: 32px;
        margin-top: 18px;
    }

    nav.navigation ul {
        width: 285px;
        padding-top: 55px;
    }

    nav.navigation li a {
        font-size: 11px;
        line-height: 35px;
    }

    h2.heading,
    section.strength h2,
    section.gallery h2,
    section.press h2 {
        max-width: 100% !important;
    }

    h2.heading {
        font-size: 24px;
        line-height: 28px;
    }

    .discover_main p,
    section.strength p,
    section.gallery p,
    section.press p {
        font-size: 13px;
        line-height: 17px;
        max-width: 100%;
    }

    .discover_main li figure {
        width: 100px;
        height: 100px;
    }

    .discover_main li figure img {
        padding: 3px;
    }

    .discover_main li h6 {
        font-size: 11px;
        line-height: 15px;
        margin-top: 8px;
    }

    .discover_main:before,
    .strength ul:before,
    .we_discover:before,
    .discover_main:after {
        display: none;
    }

    .links_left,
    .social_on_banner {
        top: 12em;
    }

    .links_right.links_right {
        top: 30.5em;
    }



   .main_nav ul li:last-child {
     padding-left:24px;}

    a.bttn {
        height: 35px !important;
        line-height: 35px !important;
        font-size: 12px !important;
        padding: 0 34px !important;
        margin: 10px auto 0 !important;
    }

    .admission_content h2 {
        font-size: 20px;
        line-height: 32px;
        /* margin-bottom: 10px; */
    }

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

    .admission_content p {
        font-size: 13px;
        line-height: 18px;
        margin-top: 6px;
        text-align: left !important;
    }

    .admission_content h2 span {
        font-size: 38px;
        line-height: 34px;
        margin-left: 55px;
    }

    /* .our_journy .journy_main p{
        text-align: left;
    } */

    .admission_content h2 span:before {
        bottom: 5px;
        right: -74px;
        width: 60px;
        height: 3px;
    }

    .apply_btns a {
        height: 34px;
        line-height: 30px;
        padding: 0 16px;
        margin-right: 4px;
        font-size: 11px;
    }

    .admission_img img {
        border-radius: 12px;
        max-width: 280px;
        margin: 20px auto 0;
    }

    .discover_main li {
        max-width: 140px;
        margin: 0 10px 20px;
    }

    .slide_single {
        height: 215px;
    }

    .name h5 {
        font-size: 12px;
        line-height: 10px;
    }

    .links_left a {
        border-radius: 0 0 8px 8px;
    }

    .links_right a {
        border-radius: 8px 8px 0 0;
    }

    .about_img img {
        max-width: 280px;
    }

    .about_content p,
    .announcement_content p {
        font-size: 13px;
        line-height: 17px;
    }

    .about_content_head {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .journy_main p {
        line-height: 17px;
    }

    .strength ul li figure span b {
        font-size: 15px;
    }

    .strength ul li {
        margin: 0 22px 15px;
    }

    .strength ul {
        padding-top: 20px;
    }

    .stars i {
        font-size: 10px;
    }

    .tabsct .tab p {
        font-size: 18px;
        line-height: 24px;
    }

    .tabsct .tab p img {
        width: 30px;
    }

    .they_say:before {
        display: none;
    }

    .tabs_title {
        border-radius: 8px;
        padding: 8px 15px;
        bottom: -68px;
        display: block;
        left: 0;
        margin: auto;
        text-align: center;
    }

    .they_say {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #BC150D;
        margin-bottom: 6px;
        padding-bottom: 6px;
        line-height: 14px;
    }

    .they_say h3 {
        font-size: 17px;
        line-height: 17px;
    }

    .they_say span {
        font-size: 10px;
    }

    ul.tabs li {
        font-size: 10px;
        padding: 3px 10px;
    }

    .tabsct .owl-dots button.owl-dot {
        width: 5px;
        height: 5px;
    }

    .tabsct .owl-dots button.owl-dot.active:before {
        left: -4px;
        width: 13px;
        height: 13px;
    }

    .say .container {
        padding: 30px 0 55px;
    }

    .say {
        background-position: center;
    }

    .man_com {
        margin-top: 10px;
    }

    .gallery li {
        height: 125px;
        width: 48%;
        margin: 0 1% 0%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .gallery ul {
        padding-top: 15px;
        margin: 0;
    }

    .gallery li h4,
    .gallery li h5 {
        font-size: 13px;
        line-height: 17px;
        bottom: 5px;
    }

    .gallery li .hov_content p {
        font-size: 10px;
        line-height: 12px;
    }

    .gallery li {
        border: 2px solid transparent;
        vertical-align: top;
    }

    .gallery li:hover {
        border: 2px solid #E92827;
    }

    .press li img {
        width: 130px;
        height: 130px;
    }

    .press ul li p {
        margin-top: 5px;
    }

    .press li h4 {
        font-size: 16px;
    }

    .connect_map iframe {
        height: 180px;
        border-radius: 15px;
        padding: 2px;
    }

    .con_deatil h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .con_deatil span,
    .con_deatil span a {
        font-size: 13px;
    }

    .connect li img {
        width: 16px;
        top: 5px;
    }

    .con_deatil {
        margin-left: 32px;
        margin-bottom: 36px;
        padding-bottom: 6px;
        max-width: 100%;
    }

    .main_footer .foot_left .links .con_deatil{
        width: 100%;
        overflow: hidden;
        margin-bottom: 0px;
    }

    .connect_map a.bttn img {
        width: 18px;
    }

    .main_footer {
        padding: 40px 20px 30px !important;
        background: #2d2929;
    }

    .achievements .container {
        padding: 20px 30px;
    }

    .mandatory_text h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .banner_content h1,
    .home-banner .bnr_txtcel h6 {
        font-size: 23px;
        line-height: 28px;
    }

    .breadcrumbs ul li,
    .brdcmp-list {
        font-size: 12px !important;
        line-height: 27px !important;
    }

    .breadcrumbs ul li+li:before {
        width: 12px !important;
        top: 2px !important;
    }

    .banner.inner_banner {
        height: 210px;
    }

    .banner.inner_banner .banner_content {
        left: 30px;
        padding-top: 0px;
    }

   
    .main_logo_cel.main_logo_cel.main_logo_cel .logo-tx {
        font-size: 13px !important;
    }

    .main_logo_cel.main_logo_cel.main_logo_cel.main_logo_cel {
        width: 90% !important;
    }

    .main_logo_cel.main_logo_cel.main_logo_cel{
        width: 100%;
        padding-top: -10px !important;
    }
    .main_logo_cel.main_logo_cel.main_logo_cel .logo-tx-sml {
        font-size: 12px;
        text-align: center !important;}

    .banner.inner_banner.banner.inner_banner .upper_links {
         top: 8px; }    


    .breadcrumbs ul li+li {
        padding-left: 20px !important;
        margin-left: 4px !important;
    }

    .discover_main ul{
        margin-top: 0px;
    }

    .gallery.gallery_in {
        padding: 30px 0 !important;
    }

    .gallery_in li {
        margin: 1.5% 1%;
    }

    .gallery li i {
        width: 22px;
        height: 22px;
        line-height: 20px;
        right: -11px;
        top: -11px;
    }

    .gallery li i img {
        width: 11px;
        height: 11px;
    }

    .contact_us .connect_left {
        padding: 20px 25px;
        border-radius: 12px !important;
    }

    .contact_us .row {
        margin-top: 20px;
    }

    .contact_form input,
    .contact_form textarea {
        border-radius: 5px;
        height: 40px;
        margin-bottom: 7px;
        font-size: 13px;
    }

    .contact_form textarea {
        height: 70px !important;
        padding-top: 7px !important;
    }

    .contact_form button {
        margin: 0 auto !important;
    }

    .contact_us .connect_map {
        padding: 0;
    }

    .contact_us .connect_map iframe {
        height: 180px;
        margin-top: 25px;
    }

    .chat_with_us {
        width: 140px;
        height: 52px;
    }

    .chat_with_us h5 {
        font-size: 13px;
        line-height: 7px;
    }

    .chat_with_us img {
        width: 18px;
    }

    .social_on_footer {
        margin-top: 5px;
    }

    .gal_detail {
        max-width: 300px;
    }

    .mandatory_img img {
        max-width: 260px;
    }

    .mandatory_text p,
    .bottom_text p {
        font-size: 13px;
        line-height: 17px;
    }

    .fees-submission p {
        font-size: 13px !important;
        line-height: 18px !important;
        margin-top: 5px !important;
    }

    .notice_list li p {
        font-size: 13px;
    }

    .team_single h3 {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .team_name img {
        width: 68px;
        height: 68px;
        border: 3px solid #fff;
        right: 25px;
        bottom: -34px;
    }

    .team_name {
        padding-right: 75px;
    }

    .team_name h5 {
        font-size: 14px;
        line-height: 17px;
    }

    .team_name span {
        font-size: 12px;
    }

    .teacher_single li {
        width: 100%;
        margin: 0 0 15px;
    }

    .teacher_single h3 {
        font-size: 22px;
        margin-bottom: 10px;
        text-align: center;
    }

    .releases li {
        width: 100%;
        margin: 0 0 6%;
    }

    .releases ul {
        margin: 0;
    }

    .releases li img {
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
    }

    .releases li span {
        font-size: 12px;
        margin-top: 2px;
    }

    .submit-div.submit-div.submit-div {
        padding: 25px 20px !important;
        border-radius: 6px !important;
    }

    .submit-div .frm-cntrl-design.frm-cntrl-design.frm-cntrl-design.frm-cntrl-design.frm-cntrl-design.frm-cntrl-design {
        margin-bottom: 8px;
    }

    .submit-div .frm-cntrl-design.frm-cntrl-design.frm-cntrl-design.frm-cntrl-design {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .file-upload-wrapper.file-upload-wrapper.file-upload-wrapper:after {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .file-upload-wrapper.file-upload-wrapper.file-upload-wrapper:before {
        top: 10px;
        right: 15px;
        width: 16px;
        height: 16px;
    }

    .submit-div .frm-cntrl-design::placeholder {
        font-size: 13px !important;
    }

    .fees-margin.fees-margin.fees-margin {
        margin-bottom: 30px;
    }

    .new-tsbct .tab_inner p {
        font-size: 18px !important;
        line-height: 32px !important;
    }



    .admission_content,
    .discover_main,
    .about_content,
    .journy_main p,
    .announcement_content,
    .strength_in,
    .gallery_inr,
    .press_in,
    .connect_left,
    .connect_map,
    .contact_in,
    .mandatory_text,
    .bottom_text,
    .notice_list ul,
    .fees-margin,
    .releases ul,
    .fees-submission,
    .main_gal {
        padding: 0 20px;
    }

    .we_discover h2.heading,
    .we_discover p {
        text-align: center;
    }






    .say .tab_main p{
        padding: 0 5px; 
        font-size: 14px !important;
    }


    .all_section.gallery{
        padding-top: 80px !important;
    }

    .tab_main.tab_main.tab_main.tab_main {
        padding: 0 36px 30px !important;
    }


}



.discover .discover_main ul li h6 span {
    font-family: "Work Sans", sans-serif !important;
}

.our_journy .journy_main p font {
    font-family: "Work Sans", sans-serif !important;
    line-height: 34px;
}

.our_journy.our_journy .journy_main p {
    margin-top: 8px;
    margin-bottom: 0px;
    line-height: 25px;
    color:#fff !important;
    /* text-align: left !important;*/
} 


.mandatory h6 span {
    font-size: 18px !important;
}

.contact_us ul li .con_deatil span {
    font-family: "Work Sans", sans-serif !important;
    line-height: 6px;
}


.proude p img {
    width: 100%;
}

.mandatory_text p font {
    font-family: "Work Sans", sans-serif !important;
    font-size: 16px !important;
}

.proude .mandatory_text p span {
    font-family: "Work Sans", sans-serif !important;
    font-size: 16px !important;
}

.mandatory_text p font font {
    line-height: 0px;
    font-size: 15px !important;
}

.proude .mandatory_text p a {
    line-height: 25px;
    font-size: 14px;
}



.notice_list{ 
   /* margin-bottom: 50px;
     height: 500px; */
}



  /* ============ 23-01-2024 ============ */



nav.navigation ul li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 40px;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 10px 12px 10px 18px;
    margin: 0;
    background: inherit;
    display: none;
    border:1px solid #5c5c5c;
    border-radius: 0 ;
}

nav.navigation ul li:hover ul.sub-menu {
    display: block;
}

nav.navigation ul li:hover ul li{
    display: block;
    margin-left: 0px;
    border-bottom:1px dotted #5c5c5c !important;
    text-align: left;
}

nav.navigation ul li:hover ul li:last-child{
    border-bottom:0 !important;
}

nav.navigation ul li:hover ul.sub-menu li a{
    line-height: 26px;
}




 .main_head.main_head.main_head.main_head nav.navigation i.dwnarow{
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 6px;
    font-size: 20px;
    background: transparent !important;
    line-height: 0px;
    text-align: center;
    border-radius: 0px;
    width: 14px;
    height: 11px;
     color: #d3d3d3 !important;
    display: block !important;
} 


nav.navigation li:last-child{ 
    margin-left: 28px;
}




/* .tabl-covr{
    height: 300px;
    overflow-y: scroll;
} */

.tabl-covr table tbody tr td,.tabl-covr table tbody tr th{
    font-size: 14px;
}


.notice_list .new-tab{
    margin-bottom: 15px;
}

.notice_list .new-tab ul{
    margin: 0px;
    padding: 0px;
}

.notice_list .new-tab ul li{
    display: inline-block;
    list-style: none;
    vertical-align: top;
    width: auto !important;
    padding: 5px 10px !important;
    margin: 0px 2px 12px;
    border:1px solid #fd5050;
    border-radius: 10px !important;
    transition: 0.6s;
}

.notice_list .new-tab ul li:hover{
    background-color: #fd7a7a;
}

.notice_list .new-tab ul li:hover a{
    color:#fff;
}

.notice_list .new-tab ul li a{
    font-size: 15px;
    color: #ff0000;
    padding: 6px 12px;
}



    .tabl-covr table th {
        position: sticky;
        top: 0;
        z-index: 1;
        white-space: nowrap;
    }


    .school-info {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .class-info {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 38px;
    }

    .book-list-info {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .tabl-covr table {
        border-collapse: collapse;
        width: 100%;
        margin: 0 auto;
    }

    .tabl-covr table thead th, .tabl-covr table tbody td {
        border: 1px solid black;
        padding: 8px;
        text-align: left;
    }

    .tabl-covr table thead th {
        background-color: #FF0000 !important;
        color: white !important;
    }

    .cntr{
        text-align: center;
       
    }

    .school-info.school-info.school-info.school-info{
        line-height: 24px;
    }

    .we_discover{
        padding-bottom: 20px;
    }

    .active_for_booklist{
        background-color: #fd7a7a !important;
    }

   
    
    h5.txt-lftrow{
    float: left;
    width: 49%;}

    .txt-rghtrow{
        float: right;
        width: 49%;
        margin-left: 20px;
    }

    .txt-rghtrow img{
        width: 100%;
        object-fit: contain;
        padding-top: 40px;
    }

    .admission_content p br{
        display: none;
    }




    ul li a .upper_links{ 
        line-height:28hpx ;}


    .gallery li h6{
        position: absolute;
        color: #bd4f4f;
        bottom: 12px;
        left: 10px;
        font-size: 18px;
        font-size: 16px;

        } 
        
        
        .gallery li:hover h4 {
            font-size: 20px;
            line-height: 28px;
            bottom: -25px;
        }






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


.home_banner_section{
    display: flex;
    flex-direction: column-reverse;
    height: auto;
}

.home_banner_section .banner_container{
    width: 100%;
    position: absolute;
    left: 0;
    top: 20px;
}

.home-banner .bnr_txtcel {
    width: 100%;
    position: absolute;
    left: 0;
    top: 23%;
    z-index: 99999;
    color: #fff;
}

.home_banner_section{
    padding-top: 0 !important;
}

.home_banner_section .bnr_pbx figure{
    position: relative;
}

.home_banner_section .bnr_pbx figure:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9;
}


.home-banner .bnr_pbx figure img{
    transition: all 20s ease-in-out;
}

.home-banner .owl-item.active .bnr_pbx figure img{
    transform: scale(1.5);
}



video.video-new {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notice-new.notice-new .notice_single span{
    float: initial;
    gap: 10px;
    margin-bottom: 5px;
    transition: 0.4s all;
}

.notice-new.notice-new .notice_single span a:hover{
    opacity: 0.7;
}

.img-span {
    border: 1px solid #bfbbbbd1;
    height: 40px;
    width: 40px;
    padding: 4px;
    border-radius: 4px;
    background: white;
}

.new-ntice.new-ntice{
    margin-bottom: 18px;
}

.social_on_banner.social_on_banner a i{
    color: white;
}

.social_on_banner.social_on_banner a{
    background: #1877f2;
}



.social_on_banner.social_on_banner a:hover i{
    color: #1877f2;
}

.social_on_banner.social_on_banner a:nth-child(2){
    background: #b833a4;
}

.social_on_banner.social_on_banner a:hover .instagram-logo{
    color: #b833a4;
}

.social_on_banner.social_on_banner a:nth-child(3){
    background: red;
}

.social_on_banner.social_on_banner a:hover .youtube-logo{
    color: red;
}

.social_on_banner.social_on_banner a:hover{
    background: white;
    
}

.img-txtcel.img-txtcel .container img{
    width: 200px;
    margin-right: 10px;
    /* background: white; */
    padding: 10px;
}

.img-txtcel.img-txtcel.img-txtcel.img-txtcel h6{
    margin-top: 10px;
    max-width: 1400px !important;
    margin-left: 0px;
}

.text-wrapper h5{
    font-size: 35px;
    font-weight: 500;
    margin-top: 10px;
    text-align: left !important;
    padding-left: 94px;
}

.text-wrapper h5 span{
    font-weight: 800;
}

.img-txtcel.img-txtcel .container{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    flex-direction: column;

}

.red-cllr.red-cllr{
    /* color: red; */
}

.normal-h5{
    margin-top: 100px !important;
}

.h5-abt {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}




@media only screen and (max-width: 1500px) {
    
    .text-wrapper h5{
        margin-left: 0;
    }

    .text-wrapper h5 {
        font-size: 26px;
        margin-top: 10px;
    }

    .img-txtcel.img-txtcel .container img {
        width: 140px;
        margin-right: 10px;
        padding: 10px;
    }

    .img-txtcel.img-txtcel .container {
        /* display: block; */
        margin-left: 0px;
        gap: 8px;
    }

    .home-banner .bnr_txtcel {
        top: 24%;
    }

    .mrgn-right.mrgn-right{
        margin-right: 10px;
    }

    .h5-abt {
        gap: 14px;
    }


   .main_logo_cel .main_logo_new {
        width: 60px;
    }

    .main_logo_cel .logo-tx {
        font-size: 26px;
        margin-top: 2px;
    }

    .main_logo_cel .logo-tx-sml {
        font-size: 14px;
        line-height: 26px;
    }
      
}




.ruls-sec ul li{
    list-style: initial !important;
}


.slider-nav .thumb-pic{
    border:2px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    height: 100px;
}

.slider-nav .thumb-pic img{
    /* object-fit: contain; */
    width: 100%;
    height: 100%;
}


.slider-for .main-slidpic{
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1px;

    height: 339px 
}

.slider-for .main-slidpic img{
    /* object-fit: contain;  */
    width: 100%;
    height: 100%;
}


.slick-next{
    background: rgba(50, 50, 50,0.6) !important;
    padding: 3px !important;
    width: 46px!important;
    height: 40px!important;
    border-radius: 0 4px 4px 0 !important;
    color:#fff !important;
    transition: 0.6s;
    z-index: 9;
}

.slick-prev{
    background: rgba(50, 50, 50,0.7) !important;
    padding: 3px !important;
    width: 46px!important;
    height: 40px!important;
    border-radius: 4px 0 0 4px !important;
    color:#fff !important;
    transition: 0.6s;
    z-index: 9;
}


.slick-next:hover,.slick-prev:hover{
    background: rgba(255, 73, 70,0.9) !important;
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 28px !important;
    color:#fff !important;}

.prtnr-bx{
    background-color: #fff;
    border-radius: 10px;
    border:1px solid #f0f0f0;
    padding: 15px 25px 25px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);

}   

.prtnr-bx h2.heading {
    font-size: 20px;
}

.prtnr-bx p{
    margin-top: 0px ;
}

.prtnr-bx img{
    width: 100%;
    object-fit: contain;
    float: none;
    margin: 0px auto;
    border-radius: 10px;
    overflow: hidden;
}



.vision_mission_content p span,.vision_mission_content.mission p{
    font-size: 14px !important;
    color: rgb(80, 80, 80) !important;
    font-weight: initial;
}

.announcement_content p{
    font-size: 14px !important;
    color: rgb(80, 80, 80) !important;
    font-weight: initial;
}

.press ul li p{
    font-size: 14px !important;
    color: rgb(80, 80, 80) !important;
}




.nfo-covr{ 
    overflow-y: auto;
    height: 130px; margin-top: 25px;
  } 

  .nfo-covr::-webkit-scrollbar { 
    width: 6px; 
    height: 10px; 
  }

  .nfo-covr::-webkit-scrollbar-track{  
    background: #fdd7d7; 
    border-radius: 10px; padding: 6px;
  }

  .nfo-covr::-webkit-scrollbar-thumb{ 
    background-color: #f75c5b; 
    border-radius: 10px;
  }

  .press_in ul li h4{
    line-height: 25px;
  }

  .discover_main ul li h6 b{
    font-weight: 600 !important;
  }




  .mandatory_img{
    float: none;
    overflow: hidden;
    width: 100%;
    max-width: 470px;
    height:300px;
    margin: 20px auto 0px;
  }

  .mandatory_img img{
    object-fit: contain;
    height: 100%;
    width: 100%;
  }


  /* #pdf-container{
    margin-bottom: 25px;
  } */




/* ==================  01-04-2024  ==================== */


.nfastructur-slide{
    margin-top: 20px;
}

.nfastructur-slide .about-activity{
    padding-top: 1px;
}

.nfastructur-slide .about-activity .activity-fig{
    border:1px solid #dfdfdf;
    width:100%;
    max-width: 264px;
     height: 200px; 
    padding: 10px;
    float: none;
    margin: 6px auto;
}

.nfastructur-slide .about-activity .activity-fig img{

    object-fit: cover;
    height: 100%;
    width: 100%;
}


/* .nfastructur-slide .about-activity .activity-fig .fi {
    font-size: 40px;
    line-height: 136px;
}

.nfastructur-slide .about-activity figcaption{
    text-align: center;
    margin: 12px auto;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    display: block;
} */

.nfastructur-slide .owl-nav{
    position: absolute;
    top:84px;
    left:0;
    width:100%;
}

.nfastructur-slide .owl-nav .owl-prev{
    float: left;
    margin-left: -15px;
}

.nfastructur-slide .owl-nav .owl-next{
    float: right;
    margin-right: -15px;
}

.nfastructur-slide .owl-nav .owl-prev span,
.nfastructur-slide .owl-nav .owl-next span{
    font-size: 56px;
    line-height: 37px;
    height: 44px;
    display: block;
    width: 44px;
    background: rgb(250, 47, 47);
    border-radius: 100%;
    text-align: center;
    color:#fff;
    transition: 0.6s;
}

.nfastructur-slide .owl-nav .owl-prev:hover span,
.nfastructur-slide .owl-nav .owl-next:hover span{
    box-shadow: 0px 0px 8px 0px rgba(255,5,5,0.75);
}


.top_gap{
    margin-top: 25px;
}

.main_logo_new{
    float:left;
    width: 88px;
    padding-right: 6px;
    /* margin-top: -12px; */
 }

.main_logo_cel{   
    position: absolute;
    width: 50%;
    padding-top: 16px;
}

.main_logo_new img{
    width: 100%;
}

.logo-tx{
    font-size: 36px;
    font-weight:600;
    color:#fff;
    padding-left: 2px;
    float: left;
    line-height: 20px;
    margin-top: 10px;
}

.logo-tx-sml{
    font-size: 19px;
    font-weight: 400;
    float: left;
    color:#fff;
    line-height: 50px;
}

.bnr_txtcel.img-txtcel img{
    display: none;
}


.bnr_txtcel.img-txtcel h6,.bnr_txtcel.img-txtcel .h5-abt{
    display: none;
}


.main_nav .navigation{
    margin-top: 25px;
}

.main_nav .navigation ul{
    text-align: center;
} 

 .bnr_txtcel.img-txtcel h5.normal-h5{
    margin-top: 11em !important;
    font-size: 54px;
} 



.bnr_txtcel.img-txtcel .text-wrapper{
    width: 100%;
}

.announcement_content p{
    text-align: justify;
}

.breadcrumbs ul li, .brdcmp-list {
    line-height: 20px !important;
}

.all_section.press .press_in ul li img{
    object-fit: cover;
 }

.main_footer .foot_left .links{
    position: relative;
}

.main_footer .foot_left .links .con_deatil h5,
.main_footer .foot_left .links .con_deatil h5 span p{
    color:#fff;
    float: left;
}

.main_footer .foot_left .links img{
    position: absolute;
    left: -1px;
    filter: invert(100%);
    width: 25px;   
}

.main_footer .foot_left .links .con_deatil h5 span p{
    font-size:13px !important;
}


.main_footer .foot_left .links ul li a{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 2px;
    padding-left: 12px;
    color:#fff;

}

.main_footer .foot_left .links ul.corporate-cont li a:before{
    display: none;
}
.main_footer .foot_left .links ul.corporate-cont li{
    display: -webkit-box;
    margin-bottom: 5px;
}

.main_footer .foot_left .links ul.corporate-cont li .fi{
    color:#cfcfcf;
    font-size: 25px;
}

.main_footer .foot_left .links ul.corporate-cont li a{
    line-height: 25px;
}

.main_footer .foot_left .links .con_deatil{
    border-bottom: 0px;
}

.foot_left_btm{
    float: left;
    width: 50%;
}

.social_on_footer{
    float: right;
}

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

    .bnr_txtcel.bnr_txtcel.bnr_txtcel.bnr_txtcel.img-txtcel h5.normal-h5 {
        margin-top: 11em !important;
        font-size: 36px;
     } 

    
}

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

   .bnr_txtcel.bnr_txtcel.bnr_txtcel.bnr_txtcel.img-txtcel h5.normal-h5 {
        margin-bottom: 6em !important;
        font-size: 36px;
    } 


}


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

    .bnr_txtcel.bnr_txtcel.bnr_txtcel.bnr_txtcel.img-txtcel h5.normal-h5 {
        font-size: 36px;
    }
}

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

    .main_logo_cel .logo-tx {
     font-size: 22px;}

     .bnr_txtcel.bnr_txtcel.bnr_txtcel.bnr_txtcel.img-txtcel h5.normal-h5 {
        font-size: 28px; }

}

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

    .bnr_txtcel.bnr_txtcel.bnr_txtcel.bnr_txtcel.img-txtcel h5.normal-h5 {
        font-size: 22px;
    }

    .main_logo_cel .logo-tx {
        font-size: 18px;
    }

    .home-banner .bannerSlide .owl-dots{
        display: none;
      }

    .social_on_banner {
        top: 26em;
    }

    .social_on_banner.social_on_banner {
        top: 6em;
    }
}


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

    .bnr_txtcel.bnr_txtcel.bnr_txtcel.bnr_txtcel.img-txtcel h5.normal-h5 {
        /* margin-top: 0em !important;
        margin-bottom: 0.1em !important; */
        font-size: 20px;
        padding-left: 30px !important;}


        .main_logo_new {
            /* float: none; */
            width: 100px;
            padding-right: 0px; 
            width: 60px;
            display: table;
            margin: 0px auto;
        }

        .main_logo_cel .main_logo_new {
            width: 52px;
        }

        .all_section.say .tab_main .tab p{
            font-size: 14px !important;
        }

        .all_section.strength .strength_in .remove-bg{
            line-height: 18px;
            font-size: 13px;
        }

        .all_section.gallery .sd.sd.sd.sd {
            font-size: 16px;
            
        }

        .press_in.press_in.press_in.press_in ul li h4 {
            font-size: 22px !important;
        }

        .all_section.press.press.press.press ul li img{
            width: 250px !important;
            height: 250px !important;
        }


    }


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

        .main_logo_cel .logo-tx {
            font-size: 16px;
        }

        .main_logo_cel .logo-tx-sml {
            font-size: 13px;
            line-height: 10px;
        }


    }


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

        .main_logo_new{
            float: none;
            margin: 0px auto;
        }

        .main_logo_cel.main_logo_cel.main_logo_cel.main_logo_cel {
            margin: 20px auto !important;
        }

        .all_section.gallery .gallery_inr .sd.sd.sd.sd {
            font-size: 15px;
            margin-bottom: 10px;
        }
    }


    .all_section.say{
        /* background-color:#939392; */
        background-color: rgba(112, 102, 88, 0.7);
    }

    .all_section.our_journy .journy_main{
        background-color: rgba(112, 102, 88, 0.7);
    }







/* Curriculum Tab */


.curculum-tab-contnr ul.tabs.aca-tabs {
    text-align: center;
    margin-bottom: 25px;
    display: block;
}

.curculum-tab-contnr ul.tabs.aca-tabs li {
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
    margin: 0 8px;
    font-size: 14px;
    display: inline-block;
    width: auto !important;
    text-transform: uppercase;
    border: 1px solid #E92827;
}

.curculum-tab-contnr ul.tabs.aca-tabs {
    text-align: center;
    margin-bottom: 25px;
    display: block;
}



.curculum-tab-contnr ul.tabs.aca-tabs li.active {
    background: inherit;
    border: 1px solid #aa2121;
    color: #fff;
    background: #E92827;
    box-shadow: 0px 6px 5px -5px rgba(102,99,102,1);
}

.curculum-tab-contnr .aca .tab {
    background: #FFFFFF;
    box-shadow: 0px 4px 27px -1px rgb(184 167 167 / 25%);
    border-radius: 10px !important;
    padding: 80px;
}

.curculum-tab-contnr .tabs.aca-tabs li{
    border-radius: 10px !important;
}


.main_nav .navigation{
    text-align: center;
    background: #f1e8d43b;
    border-radius: 100px;
}

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

    nav.navigation li {
        margin-left: 34px;
    }


    .teacher_single .teacher_content{
        height: 122px;
    }

    .bnr_txtcel.img-txtcel h5.normal-h5 {
        margin-top: 5em !important;
    }

    .bnr_txtcel.img-txtcel h5.normal-h5 {
        margin-top: 10em !important;
    }

}


.teacher_single .teacher_content{
    height: 156px;
}

.staf-sec .teacher_single .teacher_content {
    height: 128px;
}




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

    .teacher_single.teacher_single .teacher_content{
        height: auto !important;
    }

    .staf-sec .teacher_single.teacher_single .teacher_content {
        height: auto !important;
    }

    .teacher_single.teacher_single.teacher_single li{
        min-height: auto;
    }

    .all_section.our_journy h2{
        padding:0px 15px;
    }

    .journy_main.journy_main {
        padding: 10px 0px;
    }

    .all_section.about_us{
        padding-bottom: 10px;
    }

    .all_section.our_journy .journy_main p:nth-child(4) img{
        width: 250px !important;

    }

    .new-ntice h2{
        text-align: center;
        margin-top: 15px;
    }

    .all_section.say .tabsct.new-tsbct .tab_inner p{
        color: #32333f;
        line-height: 22px !important;
        font-size: 13px !important;
    }

    .strength ul li figure span {
        font-size: 15px;
        line-height: 20px;
    }

    section.press {
        padding: 15px 0;
    }

    .press ul li {
        width: 245px !important;
        margin: 0 12px 15px !important;
    }

    .slide_single{
        text-align: center;
    }

    .slide_single li img {
        width: 32px !important;
        height: 32px !important;
    }

    .links_left{
        top:14em;
    }

    .social_on_banner.social_on_banner {
        top: 8.5em;}


    .banner:before {
        background: transparent;
    }  
    
    .home-banner .bannerSlide .owl-dots{
        display: none;
    }

    .bnr_txtcel.img-txtcel h5.normal-h5 {
        margin-top: 5em !important;
    }

    .bnr_txtcel.bnr_txtcel.bnr_txtcel.bnr_txtcel.img-txtcel h5.normal-h5 {
        margin-top: 8em !important;
        margin-bottom: 0.1em !important;
        font-size: 14px !important;
        padding-left: 2px!important;}


    .social_on_footer{
        float: none;
        margin: 0px auto;
    }

    .foot_left_btm{
        display: none;
    }

    .press li img{
        width: 200px !important;
        height: 200px !important;
    }

    .main_head .main_nav nav.navigation li:last-child a{
        padding-left: 0px !important;
    }
}





/* .strength_in ul li{
    position: relative;
    overflow: hidden;
}

.strength_in ul li img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }

  .strength_in ul li:hover img {
    transform: scale(1.2);
  } */


  /* .strength_in ul li{
    transition: transform .2s;
  }

  .strength_in ul li:hover {
    z-index: 9999999;
    transform: scale(1.5);} */


.tabsct.new-tsbct .tab_inner p{
    color: #fff;
    font-size: 16px !important;
}





.pdf_flipbook {
    text-align: center;
    width: 90%;
    margin: 20px auto;
    position: relative;
}
.pdf_flipbook:before {
    position: absolute;
    content: '';
    width: 160px;
    height: 44px;
    background: #444444;
    right: 0;
    bottom: 7px;
}






.flipbook{
    width:800px !important;
    height:600px !important;
}

.flipbook .page{
    width:400px;
    height:300px;
    background-color:white;
    line-height:300px;
    font-size:20px;
    text-align:center;
}

.flipbook .page-wrapper{
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    -ms-perspective:2000px;
    -o-perspective:2000px;
    perspective:2000px;
}

.flipbook .hard{
    background:#ccc !important;
    color:#333;
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    font-weight:bold;
}

.flipbook .odd{
    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
    background-image:-webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    
}

.flipbook .even{
    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
    background-image:-webkit-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-moz-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-ms-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-o-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:linear-gradient(left, #fff 95%, #dadada 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
}


.flipbook img {
    width: 100%;
    height: 100%;
    object-fit: content;
}



.img_flip {
    text-align: center;
    margin: 15px auto;
    display: block;
    width: fit-content;
    position: relative;
    background: #444;
    padding: 8px;
    border-radius: 12px;
}
.img_flip button {
    border: 0;
    background: none;
    font-size: 40px;
    position: absolute;
    top: 45%;
    transition: all .4s ease-in-out;
    color:#414141;
}
button.prevPage {
    left: -35px;
}
button.nextPage {
    right: -35px;
}
.img_flip button:hover{
    transform: scale(1.2);
}

.sd.sd.sd.sd{
    position: relative;
    color: black;
    display: block;
    width: 100%;
    bottom: -1px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.no-hidden li{
    overflow: initial !important;
}



.press_in.press_in ul li p.nfo-covr {
    text-align: left !important;
}





@media only screen and (max-width: 1900px) {
    
    .text-wrapper h5{
        margin-left: 0;
    }

    .text-wrapper h5 {
        font-size: 26px;
        margin-top: 10px;
    }

    .img-txtcel.img-txtcel .container img {
        width: 140px;
        margin-right: 10px;
        padding: 10px;
    }

    .img-txtcel.img-txtcel .container {
        /* display: block; */
        margin-left: 0px;
        gap: 8px;
    }

    .home-banner .bnr_txtcel {
        top: 24%;
    }

    .mrgn-right.mrgn-right{
        margin-right: 10px;
    }

    .h5-abt {
        gap: 14px;
    }

    .main_logo_cel .logo-tx {
        font-size: 26px;
        margin-top: 2px;
    }

    .main_head .main_nav nav.navigation li a {
        font-size: 18px;
    }

    .main_head .main_nav nav.navigation li {
        margin-left: 8px !important;
    }

    .bnr_txtcel.img-txtcel h5.normal-h5 {
        margin-top: 9em !important;
        font-size: 48px;
    }

    .discover_main.discover_main.discover_main.discover_main li {
        margin: 0px 15px;
    }

    .fixed_links a {
        background: #E92827;
        font-weight: 600;
        font-size: 10px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFFFFF;
        height: 36px;
        line-height: 36px;
        padding: 0 11px;
        margin: 0 1px;
        white-space: nowrap;
    }

    .links_right {
        top: 40.3em;}

    .press ul li {
        width: 300px;
        margin: 0 15px 15px;
    } 
    
    .press li h4 {
        font-size: 25px;}

    .all_section .container{
        padding: 0px 58px;
    }

    .all_section.say .container{
          padding-top: 40px;
    }  
    
    .press li img {
        width: 300px;
        height: 300px;}

    .tabs_title { 
        right: 20px;
    }   
}


@media only screen and (min-width: 1900px) {
    .links_left {
        top: 19.1em;
    }

    
}


 .dynamic-pwork-covr{
    height: 350px; 
    overflow: auto;
}


.dynamic-pwork-covr::-webkit-scrollbar { 
    width: 6px; 
    height: 10px; 
  }

  .dynamic-pwork-covr::-webkit-scrollbar-track{  
    background: #d6e0ed; 
    border-radius: 10px; padding: 6px;
  }

  .dynamic-pwork-covr::-webkit-scrollbar-thumb{ 
    background-color: #738cad; 
    border-radius: 10px;
  } 


/* 
  .dynamic-pwork-covr.dynamic-pwork-covr.dynamic-pwork-covr table tr td+td+td p{
    width: 120px !important;
    background-color: #fdd8d8;
}  

.dynamic-pwork-covr.dynamic-pwork-covr.dynamic-pwork-covr table tr td+td+td{
    width: 120px !important;
    background-color: #8eccf0;
}   */


.tabl-covr-full{
    height: 350px;
    overflow: hidden;
    box-shadow: 8px 8px 25px -18px #393836;
}

.tabl-covr-full .tabl-covr table th,
.tabl-covr-full .tabl-covr table td {
    padding: 10px 8px 8px !important;
    border:0px !important;
}

.tabl-covr-full .tabl-covr table th{
    margin-top: -2px;
    background-color: #28567e !important;
    color:#fff !important;
}

.tabl-covr-full .tabl-covr table tbody tr:nth-child(even){
    background-color: #d8ebfb;
}

.tabl-covr-full .tabl-covr table tbody tr:nth-child(odd){
    background-color: #fff;
}

.video-dtls.video-dtls{
    border-radius: 12px;
    overflow: hidden;
}

.video-dtls.video-dtls iframe {
    display: block;
    width: 100%;
    height: 286px;
}

.no-hidden li:nth-child(1):hover {
    border-color: white;
    background: white;
}

.no-hover{
    /* margin-top: 4px; */
}

@media only screen and (max-width: 1560px) {
    .video-dtls.video-dtls iframe {
        height: 210px;
    }
}



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

    .all_section .container {
        padding: 0px 15px !important;
    }

    .discover_main.discover_main.discover_main.discover_main.discover_main li {
        max-width: 240px !important;
        margin-bottom: 10px !important;
    }

    .all_section.slide_section.slide_section.slide_section.slide_section .container{
        padding: 0px 25px !important;
    }

    .all_section.say.say.say.say{
        padding-top: 25px !important;
    }

    .press.press.press.press .press_in li h4 {
        font-size: 20px !important;
    }

    .discover_main li figure {
        width: 155px !important;
        height: 155px !important;
    }
}
