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; */
    max-width: 100%;
    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://tigask.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{
    border-radius: 6px;
    overflow: hidden;

    border: 1px solid red;
    width: 167px;
    display: block;
    float: left;
    background: #fff;
    padding-bottom: 2px;
}

header.main_head a.main_logo img {
    width: 155px;
    float: left;
}

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

    
}

/* .main_nav {
    float: right;
    padding: 5px 20px 5px;
    background: rgb(100, 104, 120, 0.5);
    border-radius: 100px; 
} */



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

.main_nav .navigation {
    text-align: center;
     background: rgb(111 122 162 / 50%); 
    /* background: #f1e8d43b; */
    border-radius: 100px;
}

.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: 17px;
    line-height: 55px;
    /* color: #021b4d; */
    color: #fff;
    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: #fa2929;
    opacity: 0;
}

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

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

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

/* .main_nav .upper_links{
    display: none;
} */

.banner_content h1,
.home-banner .bnr_txtcel h6 {
    width: 100%;
    max-width: 1013px;
    font-weight: 700;
    font-size: 72px;
    line-height: 74px;
    text-transform: capitalize;
    color: #FFFFFF;
    /* margin: 70px 0 0 60px; */
    margin: 22% 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: 12px 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: 19em;
    right: 20px;
    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: 400 !important;
    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: 48em;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    left: 100%;
}

.links_left {
    /* top: 0em; */
    bottom:22em;
    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://tigask.edu.in/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://tigask.edu.in/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://tigask.edu.in/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: 60px;
}

.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://tigask.edu.in/assets/fontend/images/slide_bg.png) no-repeat;
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.slide_single {
    width: 355px;
    height: 340px;
    background: #C0B497;
    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://tigask.edu.in/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://tigask.edu.in/assets/fontend/images/slide_bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.team {
    background: url(https://tigask.edu.in/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;
}


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

.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://tigask.edu.in/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;
    text-align: justify !important;
}

.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_new p {
    font-weight: 400;
    color: #424242;
    margin: 20px 0;
    width: 100%;
    max-width: 590px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    text-align: justify;
    padding-right: 50px;

}

.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;
    margin-bottom: 8px;
    float: right;
}


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

.bdr-botm{
    border-top: 1px dashed #A89F8B;
    padding-top: 18px;
}

.bdr-botm:first-child{
    border-top: 0px;
}

.announcement_content:before {
    position: absolute;
    content: '';
    background: url(https://tigask.edu.in/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: 600 !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://tigask.edu.in/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://tigask.edu.in/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: 0px;
}

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

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

.gallery li .glry-bx{
    height: 214px;
    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: #0000002b;
    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 .glry-bx: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: 0px 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: 20px;
}

.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://tigask.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: 24%;
}

.links,
.foot_left_btm ul li:last-child {
    width: 260px;
}

.links,
.foot_left_btm ul li:last-child a{
    width: 95%;
}

.main_footer .foot_left ul.corporate-cont li{
display: flex;
margin-bottom: 6px;}

.main_footer .foot_left ul.corporate-cont{
    margin-top: 20px;
}



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

.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://tigask.edu.in/assets/fontend/images/chat.png) no-repeat;
    width: 255px;
    height: 95px;
    background-size: contain;
    padding: 12px 17px 0;
    margin-left: 30px;
}

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


.banner.banner.banner{
   
    /* background: url(https://hostprojects.in/tigpsudaan/udaan/assets/fontend/images/udan2.jpeg) no-repeat; */


/*    background: url(https://tigask.edu.in/assets/fontend/images/tigask_admission.jpg) no-repeat;*/
    background-color: #393836;
    background-size: cover;
    height: 600px;
    position: relative;
}



/**INNER PAGES**/




.nutri_sec img{
    border: 4px solid #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.45);
}

.inner_banner.inner_banner.inner_banner {
    /* background: url(https://tigask.edu.in/assets/fontend/images/inr_bnr1.png) no-repeat; */
/*    background: url(https://tigask.edu.in/assets/fontend/images/inner-banner.png) no-repeat;*/
 /* background: url(https://hostprojects.in/tigpsudaan/udaan/assets/fontend/images/udan2.jpeg) no-repeat; */
    background-color: #393836;
    background-size: cover;
    height: 300px;
    position: relative;
}

.banner.inner_banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 9%);
    /* z-index: 9; */
}

.banner.inner_banner .banner_content h1 {
    margin: 0;
    max-width: 100%;
    text-shadow: 4px 3px 0px rgba(0,0,0,0.6) !important;
}

.breadcrumbs ul li, .brdcmp-list{
text-shadow: 2px 1px 0px rgba(0,0,0,0.6);}

.banner.inner_banner .banner_content {
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: 0;
    bottom: -200px;
    left: 100px;
    margin: auto;
    z-index: 9 !important; 
}

.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;
    border-radius: 12px;
    text-align: center;
    width: 23%;
    float: left;
    margin: 0 1% 2%;
    padding: 50px 40px 30px;
    height: 360px;
}

.teacher_single li img {
    width: 112px;
    height: 112px;
    margin-bottom: 15px;
    border-radius: 100%;
    border: 5px solid #C5BFAD;
}

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

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

.teacher_content a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #6C6A6A;
    border-top: 0px 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; */
    background-color: #ffdbb8;
}

.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 .gallery_row.gallery_row_in li i {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #E92827;
    position: absolute;
    right: -32px;
    top: -32px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    display: none;
}

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

.gallery .gallery_row.gallery_row_in 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://tigask.edu.in/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://tigask.edu.in/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;
}

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

.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: 36px !important;
    position: relative;
}

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

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


.popup-bg-box{
    border: 2px solid #bbc8de;
}


.inr-bannr{
    background-color: #393836;
    background-size: cover;
    height: 600px;
    position: relative;
}


.modal-fst .modal-content.modal-content-nw img {
    width: 100% !important;
}

.modal{
    z-index: 99999;
}




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

    .inr-bannr{
        height: 350px;
    }

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

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

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

    .banner .container {
        max-width: 100%;
        /* max-width: 1200px; */
    }

    .banner.inner_banner {
        height: 350px;
    }

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

    header.main_head a.main_logo img {
        width: 165px;
        margin-top: 6px;

    }

    .main_nav .upper_links a:last-child{
        display: none;
    }

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

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

    nav.navigation li {
        /* margin-left: 16px; */
        margin-left: 30px;
    }

    .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: 11% 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 {
        top: 33em;
    }

    .fixed_links a {
        font-size: 12px;
        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: 16px;
        margin: 7px 0;
    }

    .links_left {
        bottom: 24em;
    }

    .social_on_banner {
        right: 10px;
    }

    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: 45px !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: 24px !important;
    }


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

    .gallery li {
        height: 258px;
        /* border: 4px solid transparent; */
    }

    .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 .glry-bx{
        border: 4px solid #fff;
        transition: 0.6s;
    }

    .gallery li .glry-bx: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;
    }


    .main_footer .corporate-cont li .fi{
        float: left;  
        margin-right: 6px;  
    }


    .main_footer .links .corporate-cont a:before {
        display: none;
    }










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

    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: 112px;
        height: 112px;
        margin-bottom: 10px;
        border: 3px solid #C5BFAD;
    }

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

    .teacher_content h5 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .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: 20px 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: 0px 0 40px !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;
    }

    .all_section.gallery li .sd {
        font-size: 20px;}
}

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

@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 40px;
    }

    .tabs_title {
        margin-right: 20px;
    }

    .gallery li {
        height: 190px;
        border: 3px solid transparent;
    }

    .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 li {
        margin-left: 18px;
    }

    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: 250px;
    }

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

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

@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: 27em;
    }

    .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{
        width: auto;
        margin-top: 15px;
    }

    a.main_logo.main_logo.main_logo img{
        width: auto !important;
        margin-top: 4px !important;
    }

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

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

}

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



    .admission_content h5 p:first-child{
        line-height: 20px !important;
    }


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


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


  

    .main_head .main_nav nav.navigation ul li ul.sub-menu {
        position: absolute;
        right:0 !important;
        top: 30px !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: 22px;
        line-height: 12px;
        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: 25px;
        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 15px;
    }

    .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: 25px auto 0px;
        width: 90% !important;
        float: none;
    }

    .announcement_content {
        max-width: 100%;
    }

    /* .gallery li {
        height: 125px;
    } */

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

    .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: 11px;
        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; */
        top:11em;
    }

    .links_right {
        top: 23em;
    }

    .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: 0px 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;
    }

.fees-submission.fees-margin h2{
    font-size: 20px !important;
    line-height: 20px !important;

    }
}


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

    .notice_list ul.tabs.aca-tabs li {
        height: 38px !important;
        line-height: 38px !important;}

    .main_head .main_logo_cel{
        width: 95% !important; 
        padding-left: 0% !important;
    }

    .main_head .main_logo_cel .logo-tx{
        float:none !important;
        margin:5px auto 0px !important;
        text-align: center;
    }


    .main_logo_cel .main_logo_new {
        width: 100px !important;
        position: absolute;
        left: 0 !important;
        right: 0 !important;
        top: -20px !important;
        margin: 0px auto !important;
    }

    .all_section .teacher_single h3 {
        font-size: 24px !important;
        margin-top: 15px !important;
    }

    .mandatory_text img{
        height: auto !important;
        width: 100%;
    }



}

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

    .banner.banner.banner.banner.banner.banner.banner{
        height: 120px !important;
    }

    header.main_head .main_logo_cel{
          padding-left: 0% !important;
          width: 95%;
    }

    header.main_head .main_logo_cel .logo-tx{
        text-align: center;
        float:none;
    }

    .slide_single {
        height: 170px;
    }


}

@media only screen and (max-width:520px) {
    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: 16px;
        width: 100%;
        max-width: 235px;
        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 {
        bottom: 18.5em !important;
    }

    .links_right {
        top: 30em;
    }

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

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

    .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: -40px;
        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;
        border:0px;
    }

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

    .gallery.gallery.gallery_in li {
        width: 100%;
    }

    .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: 6px;
        padding-bottom: 6px;
        max-width: 100%;
    }

    .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: 22px;
    }

    .banner_content h1,
    .home-banner .bnr_txtcel h6 {
        font-size: 20px;
        line-height: 20px;
    }

    .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: 45px;
    }

    .breadcrumbs ul li+li {
        padding-left: 20px !important;
        margin-left: 4px !important;
    }

    .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: 5px !important;
    }

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


    .social_on_banner.social_on_banner.social_on_banner.social_on_banner.social_on_banner {
        top:17em;
    }
}



.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 .journy_main p {
    margin-top: 8px;
    margin-bottom: 0px;
    line-height: 25px;
}

.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: 14px !important;
    font-weight: 400;
}

.proude .mandatory_text p span {
    font-family: "Work Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
}

.mandatory_text p font font {
    line-height: 0px;
    font-size: 14px !important;
}

.proude .mandatory_text p a {
    line-height: 25px;
    font-size: 14px;
}



.notice_list{ 
   /* margin-bottom: 50px;
     height: 500px; */
}


.fees-submission.fees-margin p,
.MsoNoSpacing span{
    font-size: 14px !important;
    font-weight: 400;
}



  /* ============ 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 ;
    min-width:160px;
}

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: -15px;
    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;
    text-align: center;
}

.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: 100px !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 .glry-bx h4 {
            font-size: 20px;
            line-height: 28px;
            color: #fff;
        }

        .gallery li .sd{
            font-size: 26px;
            line-height: 32px;
            color: #3c4859;
            font-weight: 700;
            padding-left: 4px;
        }






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


.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: 35%;
    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.2);
    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 =========== */
                    .notice_list 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;
                    }
                    
                    .notice_list ul.tabs.aca-tabs {
                        text-align: center;
                        margin-bottom: 25px;
                        display: block;
                    }
                    
                   
                    
                    .notice_list 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);
                    }
                    
                    .notice_list .aca .tab {
                        background: #FFFFFF;
                        box-shadow: 0px 4px 27px -1px rgb(184 167 167 / 25%);
                        border-radius: 16px;
                        padding: 80px;
                    }


                    .tabsct_notic{
                        max-width: 100%;
                    }


                    /* ======================= Infrastructure =======================  */

.nfastructur_sec .nfastructr-pic{
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0px auto 24px;
       }  
       
.nfastructur_sec .nfastructr-pic img{
    width: 100%;
    border-radius: 20px;
}  

.nfastructur-slide{
    margin-top: 20px;
}

.nfastructur-slide .about-activity{
    padding-top: 1px;
}

.nfastructur-slide .about-activity .activity-fig{
    border:1px dashed #ff2f2f;
    width:100%;
    max-width: 200px;
    height: 200px;
    border-radius:100%;
    padding: 10px;
    float: none;
    margin: 6px auto;
    text-align: center;
    background-image: linear-gradient(to bottom, #ff6c6c, #ffbace, #fde2f2, #ffffff, #ffffff);
}


.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:64px;
    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);
}

.business-address.mb-2{
    line-height:18px;
    margin-top: 10px;
}


@media only screen and (max-width:1520px) {
    .nfastructur-slide .about-activity .activity-fig{
        max-width: 140px;
        height: 140px;}

    .teacher_content h4{
        /* height: 41px; */
        height: auto;
    }    

    .teacher_content p {
      /* min-height: 50px; */
      min-height: auto;
    
    }


    .teacher_single li{
        height: 315px;}

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


@media only screen and (max-width:991px){
    .nfastructur-slide .about-activity figcaption{
        font-size: 15px;
        line-height: 18px;
    }

    .nfastructur-slide .owl-nav .owl-prev{
        float: left;
        margin-left:10px;
    }
    
    .nfastructur-slide .owl-nav .owl-next{
        float: right;
        margin-right:10px;
    }

    .connect li {
        padding-left: 55px;
    }

    .banner_container .container{
        z-index: 999;
    }
}


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

    .nfastructur_sec .nfastructr-pic{
        max-width: 350px;
    } 
    
    .teacher_single li img{
        width: 85px;
        height:85px;
    }

    .connect li {
        /* padding-left: 40px; */
        padding-left: 0px;
    }


    .tabs.aca-tabs li{
        margin-bottom: 10px !important;
    }

    .submit-div form{
        z-index: 1;
        position: relative;
    }
}

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

    .all_section.teacher  .teacher_single.teacher_single li{
        min-height: auto !important;
        height: auto !important;
    }

    .banner.inner_banner .banner_content.banner_content {
        bottom: -8px !important;
    }

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

    .contact_us{
        padding-top: 25px !important;
    }
}

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

    .all_section.teacher  .teacher_single.teacher_single li{
        min-height: auto !important;
        height: auto !important;
    }

    .all_section.teacher .teacher_content h4 {
        height: auto !important;
    } 
    
    .all_section.teacher .teacher_content p {
        min-height: auto !important;
    }

    .mandatory_img.mandatory_img.mandatory_img {
        height: auto;}
}

.notice .bttn{
    position: relative;
    margin: 15px auto 0px;
}
.notice .bttn:before{
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CF2625;
    border-radius: 100px;
    z-index: -1;

}

.notice .notice_single h3{
    color:#000;
    font-weight: 700;
    font-size:25px;
    line-height: 20px;
    margin-bottom: 6px;
}

.notice .notice_single h5{
    font-weight: 700;
    font-size:17px;
    line-height: 30px;
}
.notice .notice_single p{
    margin: 6px 0px;
}


.notice .notice_single .img-span {
    border: 1px solid #bfbbbbd1;
    height: 40px;
    width: 40px;
    padding: 4px;
    border-radius: 4px;
    background: white;
}

.mandatory_img.gap-top20{
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
    width: 550px;
}

.about_us_in h2{
    margin-bottom: 10px;
}

.about_us_in p span{
    font-size: 14px !important;
    display: block !important;
}


.teacher_content a{
    line-height: 18px;
}



#docs-internal-guid-96bca9b2-7fff-e16e-f354-87796e0cf533{
    border:0px solid #dfdfdf;
}

#docs-internal-guid-96bca9b2-7fff-e16e-f354-87796e0cf533 span span{
    float: none;
    margin: 0px auto; 
}


.bottom_text.mandatory_text ul li{
    list-style:none !important;
}

.bottom_text.mandatory_text ul{
    padding-inline-start:0px !important;
}

.bottom_text.mandatory_text ul li p{
    font-weight: 600px !important;
    font-size: 18px !important;
}

.con_deatil h5 span p{
    color:#fff;
    font-size: 13px !important;
}


.main_footer .foot_left .links:nth-child(3) img{
    width: 24px;
    float: left;
    filter: brightness(0) invert(1);

}

.main_footer .foot_left .links:nth-child(3) .con_deatil h5{
    color:#fff;
}

.social_on_banner a{
    color:#fff;
}



.social_on_banner a:first-child{
    background-color:#28a1fe;
}

.social_on_banner a:nth-child(2){
    background-color:#1d4f88;
}

.social_on_banner a:nth-child(3){
    background-color:#f32eb1;
}

.social_on_banner a:last-child{
    background-color:#ff0000;
}


.social_on_banner a:first-child:hover{
    background-color:#fff;
    color:#28a1fe;
}

.social_on_banner a:nth-child(2):hover{
    background-color:#fff;
    color:#1d4f88;
}

.social_on_banner a:nth-child(3):hover{
    background-color:#fff;
   color:#f32eb1;
}

.social_on_banner a:last-child:hover{
    background-color:#fff;
    color:#ff0000;
}


.gallery .gallery_inr p{
    display: none;
}

/* .upper_links{
    display: none;
} */

.about_us.about_us{
    padding: 60px 0;
}

.connect{
    padding: 0px 0 60px;
}

 .connect_left ul li:first-child .con_deatil div:last-child,
.connect_left ul li:first-child .con_deatil p{
    display: none;
} 



.gallery.gallery_in li a:before{
    display: none;
}

.gallery_in ul.no-hidden li{
   margin-bottom: 10px;
}

.gallery.gallery_in li a {
    height: 200px;
}

.gallery.gallery_in li {
    height: 235px;
    margin-bottom: 24px;
}


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

.strength .strength_in h2{
    text-align: left;
    max-width:100% !important;
}

.we_discover .fees-submission h2{
    max-width:100% !important;
}

.gallery.gallery_in li {
    width: 30.5%;

}


 .flex-bx{
    display: flex;
    align-items: center !important;
} 

.mandatory_img{
    height: 290px;
    overflow: hidden;
    border-radius: 12px;
    border:0px solid red;

}

.mandatory_img img{
    max-width: 100% !important;
    height: 100%;
 }


 .contact_us{
    padding-top: 50px;
 }



.gallery_row li a {
    border: 4px solid #fff;
    transition: all;
    border-radius: 20px;
}


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




.gallery .gallery_row.gallery_row_in li{
    border: 4px solid #fff;
    transition: all;
    border-radius: 20px;
    position: relative;
}

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


.gallery li img,
.gallery .gallery_row.gallery_row_in li img{
    object-fit: cover;
}



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

        .gallery .gallery_row.gallery_row_in li i {
            width: 46px;
            height: 46px;
            line-height: 46px;
            background: #E92827;
            position: absolute;
            right: -22px;
            top: -22px;}

}


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

    .gallery .gallery_row.gallery_row_in li  {
        height: 185px;
    }
    header.main_head a.main_logo {
        width: auto;}
}

@media only screen and (max-width: 768px) {
    .gallery .gallery_row.gallery_row_in li {
        height: 156px;
        margin-bottom: 14px;
    }

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

    .con_deatil {
        margin-left: 32px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .teacher_single{
        text-align: center;
    }

    .teacher_single li{
        width: 45%;
    }

    .teacher_single li {
        height: 245px; 
    }

    .teacher_single h3 {
        font-size: 44px;}

    .teacher{
        padding-top: 0px;
    }  
    
    .mandatory_text img{
        width: 100% !important;
    }

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

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

@media only screen and (max-width: 640px) {
    .gallery .gallery_row.gallery_row_in li {
        height: 225px;
        margin-bottom: 10px;
    }

    .teacher_single li{
        width: 98%;
    }


    .mandatory_img.gap-top20 {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        float: none; 
        width: 100%; 
    }

    .mandatory p img{
        width: 100% !important;
    }

    .banner.banner.banner{
        height: 200px !important;
    }

    .modal-fst .modal-content.modal-content-nw {
        max-width: 90% !important;
        width: 100% !important;
    }

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

    header.main_head a.main_logo{
        width: auto;
        margin-top: 10px;
    }

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

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

    .banner.banner.banner{
        height: 300px !important;
    }

    .announcement_content_new p{
        padding-right: 0px;
    }

    .gallery ul li{
        width: 100%;
        margin-bottom: 6px;
    }

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



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

    .all_section.gallery.gallery.gallery_in{
            margin-top: 60px !important;
        }

}



   /* =================== 22-6-2024 ========================= */

   .mandatory .bottom_text {
    max-width: 100%;
}

   .curiculum-new.curiculum-new.curiculum-new p img{
    float: none !important;
    margin: 0px auto !important;
    width: 100% !important;
   }




   /* Curriculum Tab */


/* 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: 100px !important;
}



.banr-codetxt{
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 60px;
    left:5%;
}

/* .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_left a {
    border-radius: 0 0 20px 20px;
}

.links_left {
    bottom: 0.1em !important;
    transform: rotate(-90deg);
    transform-origin: top right;
    right: 100%;
}

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


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

    banr-codetxt{
        bottom: 10px;
        font-size: 15px !important;
    }

    .announcement_content_new{
        padding: 0px 20px;
    }

}



.partnr-pag .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);
}


.partnr-pag .prtnr-bx h2.heading {
    font-size: 20px;
}

.partnr-pag .prtnr-bx img {
    width: 100%;
    object-fit: contain;
    float: none;
    margin: 0px auto;
    border-radius: 10px;
    overflow: hidden;
}


.partnr-pag .nfastructur-slide .about-activity .activity-fig {
    border: 1px solid #dfdfdf;
    width: 100%;
    max-width: 264px;
    height: 200px;
    padding: 10px;
    float: none;
    margin: 6px auto;
    border-radius: 0px;
    background-color: #fff !important;
    background-image: none !important;
}

.partnr-pag .nfastructur-slide .about-activity .activity-fig img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.partnr-pag .nfastructur-slide .owl-nav{ 
     top:85px;
     pointer-events: none; }

.partnr-pag .nfastructur-slide .owl-nav .owl-prev,
.partnr-pag .nfastructur-slide .owl-nav .owl-next {
    pointer-events: initial;}






/* ============== new head =============== */

.main_logo_cel{   
    position: absolute;
    width: 70%;
    padding-top: 0px;
}

.main_logo_new {
    float: left;
    width: 145px;
    padding-right: 6px;
    margin-top: -5px;
}

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

.main_nav .navigation {
    margin-top: 88px;
}






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

        .partnr-pag .nfastructur-slide .about-activity .activity-fig{
            max-width: 264px;
            height: 200px;
        }   
        
        .main_logo_cel .main_logo_new {
            width: 200px;
        }
        .main_logo_cel .logo-tx {
            font-size: 26px;
            margin-top: 20px;
        }

        .main_logo_cel .logo-tx-sml {
            font-size: 14px;
            line-height: 26px;
        }

        .main_nav .navigation {
            margin-top: 52px;
        }


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




 @media only screen and (max-width: 991px)  {
    .main_logo_cel {
        position: absolute;
        width: 82%;
        padding-top: 0px;
    }
 }


 @media only screen and (max-width: 767px) {
    .main_logo_cel .logo-tx {
        font-size: 18px;
        margin-top: 2px;
    }

    .sylabus-detl-cel.sylabus-detl-cel li {
        padding: 16px 15px;
        display: inline-block;
        margin-bottom: 15px;}

    .sylabus-detl-cel li h5{
        font-size: 17px;
        width: 100%;
        margin-bottom: 6px;
    }

    .banner.inner_banner.inner_banner .banner_content {
        z-index: 0;}

    .we_discover {
             padding-bottom: 0px !important; 
        } 

        .main_logo_cel {
            top: 28px;
            padding-top: 3px !important;
            padding-left: 9% !important;
        }
        
        .main_logo_cel .main_logo_new{
            /* float: none;
            margin: 0px auto; */
            width: 100px !important;
            position: absolute;
            left: 0;
            /* right: 0;
            top:-30px; */
            top:0px;
    
        }

        .journy_main .journy_main {
            width: 90%;
            float: none;
            margin: 10px auto;
        }

}


@media only screen and (max-width: 640px) {
    .sylabus-detl-cel.sylabus-detl-cel .pdf_btn {
        float: left;
        margin-top: 5px;
    }

    .mandatory .heading{
        margin-bottom: 15px;
    }

    .all_section.gallery.gallery.gallery_in {
         margin-top: 0px !important; 
    }


}




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

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

.sylabus-detl-cel li p:last-child {
    margin-bottom: 0;
}

.section.events .section-heading h2{
    line-height: 14px !important;
}




.all_section.our_journy .journy_main {
    background-color: rgba(112, 102, 88, 0.7) !important;
}

.journy_main {
    background: url(https://tigask.edu.in/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;
}

.our_journy .flochart-pic{
    width: 60%;
    float: none;
    margin: 15px auto;
}

.our_journy .flochart-pic img{
    width: 100%;
}


.our_journy p{ 
    text-align: left;
    margin: 20px auto;
}


.admission_img{
    float: right;
    margin-left: 20px;
}









.announcement{
    background: #ffe8e8;
    padding-top: 50px !important;
}

.all_section.connect{
    background-image: linear-gradient(to bottom, #ffe8e8, #feeef2, #fdf4f9, #fcfafd, #ffffff);
     padding-top: 50px !important;
}

