@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
 
    font-size: 16px;
}

img {
    width: 100%;
}

:root {
    --color: #122067;
    --text-size: 2rem;
    --text-uppcase: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}
.carousel .carousel-item {
    transition-duration: 3s;
}
.inner-content h5{
    font-size: 24px;
    font-weight: 600;
    color: #605e5e;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.dropdown-menu {
  
    padding: .0rem 0;

    border: 0px solid rgba(0, 0, 0, .15); */
   
}
.my-float{
	margin-top:16px;
}


ul.textlist li {
    position: relative;
    line-height: 30px;
    text-align: justify;
}

ul.textlist li:before, ul.textlist ul li:before {
    content: "\f054";
    font-family: "FontAwesome";
    color: #767677;
    font-size: 14px;
    margin-left: -30px;
    margin-right: 6px;
    padding: 3px 5px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    top: 5px;
}
ul.textlist, ul.textlist ul {
    margin: 20px 25px;
    padding: 0;
    list-style: none;
}
.inner-content h4, .inner-content h3 {
   
display: block;
   
padding-bottom: 10px;
   
color: #414141;
   
margin-bottom: 29px;
   
margin-top: 0;
   
font-size: 21px;
   
top: 13px;
   
background: #1a71db;
   
background: linear-gradient(90deg, rgb(220 220 220) 0%, rgb(239 239 239 / 25%) 35%, rgb(243 243 243 / 11%) 100%);
   
padding: 11px;
   
font-weight: 600;
   
border-left: 4px solid #ff7341;
}
a {
    text-decoration: none;
}

/* top Header Section CSS */
section#top_header {
    background: #ff6c25;
    position: absolute;
    width: 100%;
    z-index: .9999;
}

#top_header li.nav-item {
    margin: 0 30px 0 0;
}
.p-profile{width: 240px;
    float: left;
    margin: 0px 20px 10px 0px;
}
#top_header a.nav-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    font-size: 14px;
}

#top_header .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 0;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    top: 0px;
}
#top_header .btn {
    border: 1px solid #dfdfdf;
    font-size: 1rem;
    border-radius: 0;
    background: #fff;
    color: #122067;
    font-weight: 900;
}
/* Logo Section Section */
#logo,
#Event_and_Notices {
       padding: 30px 15px;
    background-color: #fff;
    background-image: url(../images/welcome-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#logo {
    padding: 6px 0;
}
.logo{
    POSITION: absolute;
    top: -10px;
    z-index: 9999;
}

#logo .contact_btn {
    border-radius: 0;
    /* border: 1px solid #122067; */
    color: #ffffff;
    padding: 8px 21px;
    font-weight: normal;
    font-size: 20px;
    background: #1d488e;
    border-radius: 7px;
}

/* Navbar section  */
#header_navbar {
    background-color:#1156a3;
}

#header_navbar .navbar {
    padding: 0 0;
}

#header_navbar .navbar .navbar-nav .nav-item .nav-link {
    background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 13%) 100%);
    color: #ffffff;
    padding: 10px 25px;
    line-height: inherit;
    font-size: 0.95em;
    font-weight: 500;
    text-transform: capitalize;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu li {
    position: relative;
}

.nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.nav-item .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover {
    background-color: #f1f1f1
}

.dropdown-menu>li:hover>.submenu {
    display: block;
}

ul.dropdown-menu li {
    border-bottom: 1px dashed #c1c0c0;
    /* padding: 0px 0; */
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #1e4a91;
}

.dropdown-item {
    padding: .25rem 0.5rem;
    font-size: 14px;
}

/* slider section */
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    text-align: center;
    background: #000000ba;
}

.carousel-caption p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

/* Events and Notices & News */

.section_heading h3 {
    color: #686868;
    font-size: var(--text-size);
    font-weight: 600;
    text-transform: uppercase;
}

.section_heading h5 {
    color: var(--color);
    font-size: 1.74rem;
    font-weight: 700;
}

.section_heading a {
    text-transform: var(--text-uppcase);
    color: #000;
    font-weight: 500;

}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
    position: absolute;
    bottom: 38px;
    background: #fdfdfd;
    width: 35px;
    right: 20px;
    height: 35px;
    font-size: 45px;
    color: var(--color);
    line-height: 25px;
}

.owl-nav .owl-prev span {
    right: 60px;
}

.nav-pills .nav-link:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.nav-pills .nav-link {
    color: #000;
    border-radius: 0;
    text-align: left;
    font-size: 15px;
    padding: .95rem 0.9rem 0.95rem 1.5rem;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #27438a;
    position: relative;
}

.nav-pills .nav-link.active:before {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #2f3e86;
    right: -10px;
}

.toggle2 {
    float: right;
    color: rgb(0, 0, 0);
    padding: 4px 10px;
    border: 2px solid rgb(0, 0, 0);

    margin-top: 5px;
}

ul.newsscroll li {
    list-style-type: none;
    padding: 0px 0px;
}

ul.newsscroll {
    padding: 0;
    min-height: 360px;
}

ul.newsscroll li a.local {
    background: #fff;
    display: flex;
    padding: 0;
    align-items: center;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.1);
    margin: 5px 1px;
}

ul.newsscroll li a.local span.month {
    background: #2f3e86;
    padding: 8px 22px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

span.date {
    position: relative;
    font-size: 22px;
    top: -5px;
    DISPLAY: BLOCK;
}

ul.newsscroll li a.local .eventcontent {
    padding: 0px 15px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

a.view_all_btn {
    border: 1px solid #000;

    padding: 8px 19px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--color);
}

.et-run .bi:before {
    content: "\f4c4" !important;
}

.toggle2 i {
    font-weight: 800;
    font-size: 18px;
    color: #000;
}

ul.newsscroll.scroll {
    max-height: 310px;
    overflow: auto;
}


/* Course section  */
#course {
    /* background: rgb(18, 32, 103); */
    /* background: linear-gradient(to bottom, #0d2a6b, #372d6b, #c3bfd9, #ffffff); */
    padding: 50px 0;
}

.course_per {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
}

.tab-content>.active {
    background: url(../images/course_bg1.png);
}

.nav-link {
    padding: 1.1rem 6.25rem;
    position: relative;
    
    font-weight: 600;
    color: #a3112a;
}

.nav-tabs .nav-link:not(:last-child):after {
    content: "";
    border: 1px solid #dee2e6d1;
    height: 68px;
    right: 0;
    position: absolute;
    top: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #a3112a;
    position: relative;
}

a.courser_btn {
    border: 2px solid #122067;
    padding: 13px 20px;
    color: #a3112a;

    font-weight: 700;
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
    width: 60%;
    margin: 0 25px 20px;
}

a.course_read_more_btn {
    text-transform: uppercase;
    color: var(--color);
    font-weight: 600;
}

/* Campus life */
#campus_life {
    background: #ffffff url(../images/campus_life.jpg);
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: contain;
}

h3.campus_heading {
    position: relative;
}

h3.campus_heading:after {
    content: "";
    border-bottom: 2px solid #ff6f35;
    position: absolute;
    width: 153px;
    height: 10px;
    bottom: -10px;
    left: 0px;
}

.campus_life_per p {
    font-size: 16px;
    /* font-weight: 700; */
    margin-bottom: 25px;
    line-height: 25px;
}

.campus_life_btn a {
    padding: 10px 15px;
    background: #ff7341;
    color: #fff;
}

.campus_life_btn {
    margin-top: 27px;
}

.campus_life_btn span {
    background: #c1471c;
    padding: 10px 10px;
    color: #f1f1f1;
}

.campus_overlay {
    top: 0;
    padding: 10px;
    background: linear-gradient(360deg, rgb(0 0 0) 0%, rgb(255 255 255 / 24%) 56%);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.campus_content {
    margin-top: 235px;
    color: #fff;
    padding: 12px;
    font-weight: 600;
}

.campus_content a {
    background: #b7940b;
    padding: 10px 13px;
    text-transform: uppercase;
    font-size: 17px;
    color: #242323;
}

.campus_content p {
    margin-top: 18px;
}

.content_top_0 {
    margin-top: 121px;
}

.content_top_0 a {
    font-size: 14px;
}

.content_top_0 p {
    line-height: 18px;
    margin-top: 12px;
}

/* impact */
#making_and_impact {
    background: #f3f3f3;
}

h3.making_impact:after {
    content: "";
    border-bottom: 2px solid #ff7341;
    position: absolute;
    width: 153px;
    height: 10px;
    bottom: -20px;
    left: 44%;
}

h3.making_impact {
    position: relative;
    text-transform: uppercase;
}

li.nav-item.impact {
    background: #dedede;
}

li.nav-item.impact button {
    font-size: 22px;
    font-weight: 600;
    color: #a3112a;
}

.nav-pills .impact .nav-link.active,
.nav-pills .show>.nav-link {
    color: #a3112a;
    background-color: #ffffff;
    position: relative;
}

.nav-pills .impact .nav-link.active:before {
    content: "";
    position: absolute;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid #a3112a;
    right: -10px;
}

.nav-pills .impact .nav-link {
    color: #a3112a;
    border-radius: 0;
    text-align: left;
    font-size: 20px;
    padding: 0.95rem 3rem;
    font-weight: 600;
}

.tab-content.impact>.active {
    background: #fff;
}

ul.imp_tab {
    position: absolute;
    top: 0px;
    right: 11px;
    z-index: 99999;
}

.making_impact_top_left {
    padding:6px 12px 5px 19px;
    background: url(../images/imapct-logo.jpg);
    background-repeat: no-repeat;
    background-position-y: 70%;
    background-position-x: 25%;
}
.logo img{
    width: 238px;
    display: inline-block;
    /* float: left; */
    margin-right: 10px;
    margin: 0px auto;
    margin-top: 15px;
    z-index: 200000;
    position: revert-layer;
}
.p-profile img{
    
    BORDER: 2PX solid #f5cd0a;
    padding: 7px;
    background: #ffffff;
}
.school-name{
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    top: 1px;
    /* text-shadow: 2px 3px 5px #949494d1; */
    color: #dd4c00;
}
.school-name span{
   font-size: 13px; 
   display: block;
   text-align: center;
   display: block;
}
.making_impact_name h4 {
    color: #151669;
    font-weight: 600;
}

.making_impact_name p {
    margin-top: 15px;
    color: #990909;
    font-size: 15px;
}

.impact_img img {
    border-radius: 10px;
}

.impact_content {
   width: 100%;
    margin-right: 25px;
    text-align: justify;
}

.impact_per p {
    margin-top: 16px;
    font-weight: 500;
    text-align: justify;
    font-size: 16px;
    line-height: 35px;
}

.tab-content .impact {
    background: #fff;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.slide-impact .owl-nav .owl-next span,
.slide-impact .owl-nav .owl-prev span {
    position: absolute;
    bottom: -70px;
    background: #c5c1da;
    width: 40px;
    right: 20px;
    height: 35px;
    font-size: 45px;
    color: var(--color);
    line-height: 25px;
    border-radius: 5px;
    right: 45%;
    box-shadow: -4px -4px 5px rgb(0 0 0 / 21%);
}

.slide-impact .owl-nav .owl-prev span {
    right: 52%;
}

.slide-impact {
    position: relative;
    border-bottom: 1px solid #ddd;
}


/* testimonial */
#testimonial {
    background: url(../images/testimonial.jpg);
    background-repeat: no-repeat;
}

.testimonila {
    background: #fff;
    padding: 20px;
    margin: 10px;
    max-height: 285px;
    box-shadow: 0 0 15px rgb(0 0 0 / 28%);
}

.testimonila .testimonial_img img {
    border: 1px solid;
    border-radius: 50%;
    width: 85% !important;
    object-fit: cover;
    height: 85%;
}

.testimonila .textimonail_name h3 {
    font-weight: 600;
    color: #a3112a;
    font-size: 25px;
}

.testimonila .textimonail_name p {
    font-weight: 500;
    margin-top: 6px;
    font-size: 15px;
}

.textimonail_name {
    margin-top: 14px;
}

.testimonial_per p {
    font-size: 15px;
    padding: 0px 16px 40px 15px;
}

.slide-testimonial .owl-nav .owl-next span,
.slide-testimonial .owl-nav .owl-prev span {
    position: absolute;
    top: 50%;
    background: #d6d3e9;
    width: 40px;
    right: 20px;
    height: 35px;
    font-size: 45px;
    color: var(--color);
    line-height: 25px;
    border-radius: 5px;
    box-shadow: -4px -4px 5px rgb(0 0 0 / 21%);
}

.slide-testimonial .owl-nav .owl-prev span {
    right: 98%;
}

.slide-testimonial .owl-nav .owl-next span {
    left: 98%;
}



.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #0000003b;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    padding-bottom: 40px;
}

#connect .panel {
    margin-bottom: 0px;
    border-radius: 0px;
    position: relative;
    border: 0px;
    min-height: 419px;
}

.panel-default >.instahead {
    background-color: #e33d6d;
    color: #fff;
}

.panel-default >.panel-heading {
    display: inline-block;
    border-radius: 0px;
    position: relative;
}

.panel-default >.panel-heading:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 61px solid #eee;
    border-right: 52px solid transparent;
}

.panel-default >.fbhead {
    background-color: #3d5a9c;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
}

.panel-default >.fbhead:after {
    border-top-color: #3d5a9c
}

.panel-default >.twithead {
    background-color: #2daae4;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
}

.panel-default >.twithead:after {
    border-top-color: #2daae4
}

.panel-default >.ythead {
    background-color: #ce2329;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
}

.panel-default >.ythead:after {
    border-top-color: #ce2329
}


.panel-body {
    padding: 12px;
}






/* footer */
#footer {
    background: #202020 url(../images/footer-bg.jpg);
}

.w-60 {
    width: 60%;
}

.footer_logo h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 0px;
    line-height: 35px;
}

.footer_link h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 37px;
}

.footer_link ul {
    list-style-type: none;
    padding-left: 1px;
}
.copyright p a{color: #202020;font-size: 13px;}

.footer_link-1 h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
}
.connect_new {
	list-style: none;
	padding: 0;
}

.connect_new li {
	margin-bottom: 36px;
	font-size: 16px;
}

.connect_new li .icon {
	float: left;
	color: #ff662d;
	font-size: 31px;
	width: 66px;
}

.connect_new li.connect_new_address .text {
	position: relative;
	top: -5px;
}

.connect_new li .text {
	overflow: hidden;
	color: #fff;
	font-weight: 300;
}

.connect_new li .icon .fa-icon-stm_icon_pin {
	font-size: 20px;
}

.connect_new li a {
	color: #fff;
}

.footer_link ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.footer_link ul li {
    margin-bottom: 12px;
}

.other_link ul {
    list-style-type: none;
    padding-left: 0;
}

.other_link ul li {

    padding: 10px;

    margin-bottom: 10px;
}

.other_link ul li a {
    color: #bfc309;
    font-weight: 600;
    text-transform: capitalize;
    font-style: initial;
    font-size: 16px;
    margin-left: 10px;
}

.other_link ul li i {
    color: #ffffff;
}

.footer_copyright {
    background: #ff6119;
    padding: 2px 24px;
    color: #fff;
}

.visitor h4 {
    font-size: 20px;
    font-weight: 600;
}

.visitor span {
    font-size: 15px;
    background: #03115c;
    letter-spacing: 4px;
}








/* About Page CSS */
.inner_page_title {
    background: url(../images/about_page.jpg) no-repeat top center !important;
    position: relative;
    padding: 95px 0px 25px 0px;
    background-size: cover !important;
}

.inner_page_title .content h1 {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: capitalize;
    color: #666666;
}

.inner_page_title:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    /* background-color: rgb(0 0 0 / 61%); */
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.inner_page_title .page-breadcrumb {
    position: relative;
    padding-left: 0px;
}

.inner_page_title .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-right: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.inner_page_title .page-breadcrumb li a {
    position: relative;
    color: #ffc413;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    font-weight: 600;
}

.section_padding_top_bottom_50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.about_page_content p {
    text-align: justify;
}

.in-banner {
    position: absolute
}

.breadcrumb {
    color: #1e1e1e;
    position: relative;
}

.inner_page_title .content a {
    position: relative;
    color: #ff7036;
    text-decoration: none;
}








.menu-navbar-container {
    background: #273475;
    min-height: 300px;
color: #fff;}

.right-sidemenu li {
    display: none;
color: #fff;}

.right-sidemenu li.menu-item.current-menu-ancestor {
    display: block;
    margin: 0;
    padding: 0px 15px;
}

.right-sidemenu li.menu-item.current-menu-ancestor a {
    font-size: 19px;
  
    color: #fff;
    text-transform: capitalize;
}

.right-sidemenu .dropdown-menu {
    display: block !important;
    border: 0;
    padding: 0;
}

.right-sidemenu .dropdown-menu li {
    display: block;
}

.right-sidemenu .dropdown-menu {
    background: transparent;
}

.right-sidemenu .dropdown-menu li a {
    font-size: 15px !important;
    padding: 6px 10px;
}

.right-sidemenu ul .active {
    border-left: 2px solid #b13349;
    background: #6b78b5;
}







.inner-content {
    background-color: #ededed;
    box-shadow: 0 0 5px #ccc;
    border-radius: 2px;
    padding: 20px;
    margin: 0px 0 15px;
    overflow: hidden;
    border-radius: 20px;
}

.society_img {
    /* border: 2px solid; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.society-padding {
    padding: 0 20px 0 0;
}
.inner-content  p{
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
}
.society_img {
    float: left;
    margin: 0 20px 2px 0px;
   
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(66 66 66);
    padding: 20px 20px;
    font-size: 14px;
    font-weight: 600;
}

.top_bar_info {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
	justify-content: right;
}

.top_bar_info li a {
	display: block;
	padding: 8px;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	transition-duration: .3s;
	font-weight: 500;
	z-index: 2000;
	position: relative;
	/* width: 100%; */
}

.top_bar_info li a:hover {
	background-color: #fff;
	color:#0d366d;
}
.navbar {
    /* position: relative; */
    /* display: flex; */
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
    padding-top: 49px;
    padding-bottom: 21px;
    box-shadow: 3px 4px 5px 5px #dddddd61;
    /* border-bottom: 1px solid #ededed; */
    z-index: 1;
}
.notice-bg{
        background: #cfebff;
    padding: 13px;
    
}

    .gallery a img {
    width: 100%;
    height: auto;
    /* border-radius: 8px; */
    box-shadow: 0 4px 8px rgb(0 0 0 / 69%);
    transition: transform 0.2s;
    padding: 7px;
    /* padding: 0px; */
    background: #ffffff;
    margin-bottom: 10px;
    /* border: 2px dashed #fbd823; */
    }
    .gallery a img:hover {
      transform: scale(1.05);
    }
.important-button:before {
    content: "";
    position: absolute;
    border-top: 23px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 20px solid #ffc602;
    top: 0px;
    right: -20px;
    z-index: 9;
}
.important-button {
    width: 20%;
    text-align: center;
    position: relative;
    height: 0;
}
.marquee {
    /* display: flex; */
    background: #1054a9;
    color: #ffff;
    margin-bottom: -9px;
}
.important-content marquee {
    margin-top: 11px;
}
ul.list-unstyled {
    display: flex
;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
ul.list-unstyled li a {
    color: #fff;
    font-weight: 500;
}
.important-button h3 {
    margin: auto 0;
    padding: 12px 2px;
    font-size: 17px;
    background-color: #fbc601;
    color: #000;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    top: 0;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    
    ul.gallerys {
    display: grid
;
    grid-template-columns: repeat(1, 1fr) !important;
    }
    .getquet h3 {
    font-size: 44px;
    color: #fff;
    font-weight: 800;
    line-height: normal !important;
}
    
    .sticky img {
    transform: scale(0.8) !important;
    transition: .5s all !important;
    position: relative;
    top: 12px !important;
}
    .footer_copyright {
    background: #ff6119;
    padding: 22px 15px !important;
    color: #fff;
}
    ul.list{column-count: 1 !important;
    }
    .campus_img-sp::before{display: none;}
    .campus_img-sp::after{display: none;}
    .campus_img-sp img {
    width: 100% !important;
    float: right;
    z-index: 2;
    margin-top: 40px;
}
    .service-card.style4 .thumb .icon {
    position: absolute;
    left: 36px;
    bottom: 185px !important;
    }
    .carousel-control-next, .carousel-control-prev{z-index: unset !important;}
    .w-50 {
    width: 100% !important;
}
    section#top_header {
    background: #ff6c25;
    position: relative;
    width: 100%;
}
    #top_header:after{display: none;}
    .top_bar_info {
 
    justify-content: center !important;
}
    #top_header:before{display: none;}
    .navbar>.container{
            min-height: 27px;
    max-height: 93px;
    }
    .p-profile {
    width: 100%;
    }
    .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    z-index: 1;
    background: #ffffff;
    border-radius: 20px;
    padding: 10px;
}
    
.logo {
    text-align: center;
    background: #f5f5f500;
    padding: 5px 10px 9px 5px;
    position: relative;
    box-shadow:none;
    z-index: 1;
    display: flex;
}
   .top_bar_info li a {
   display: block;
   padding: 6px 0px;
   font-size: 14px;
   color: #ffffff;
   text-decoration: none;
   transition-duration: .3s;
   font-weight: 500;
}
    .school-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    top: 1px;
    /* text-shadow: 2px 3px 5px #949494d1; */
    color: #dd4c00;
    top: 31px !important;
}
    .logo img {
    width: 138px;
    display: inline-block;
    /* float: left; */
    margin-right: 10px;
    margin: 0 auto;
    position: relative;
    top: 15px !important;
}
    .navbar {
 
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
    .logo::after{display: none;}
}

#top_header:before{
    background: #ffffff;
    content: "";
    height: 30px;
    left: calc(37% - 15px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 30px;
    z-index: 1;
}
#top_header:after {
    background: #ffffff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 37%;
    top: 0px;
}

.section_heading span{
    /* font-size: 37px; */
    font-weight: 600;
    padding: 5px;
    line-height: 46px;
    color: #ff6f35;
}


ul.list li:before {
    content: "\f054";
    font-family: "FontAwesome";
    color: #858585;
    font-size: 14px;
    margin-left: -30px;
    margin-right: 6px;
    padding: 2px 5px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    column-count: 2;
}
ul.list{
   column-count: 2;
    list-style: none;
    line-height: 32px;
    padding: 28px;
}
ul.list li{

    font-size: 16px;
    font-weight: 600;
}

.campus_img-sp img{
        width: 73%;
        float: right;
        z-index: 2;
}

.campus_img-sp::before{
      content: "";
      height: 188px;
      width: 261px;
      /* border: 3px solid #1fc1d7; */
      position: absolute;
      right: -16px;
      /* bottom: -18px; */
      /* z-index: -1; */
      /* border-radius: 24px; */
      background: #ff6b25;
      top: -13px;
}
.campus_img-sp::after{
    content: "";
    height: 147px;
    width: 214px;
    /* border: 4px solid #1fc1d7; */
    padding: 18px;
    position: absolute;
    background: #ff6f35;
    left: 121px;
    top: -7px;
    /* z-index: -1; */
    /* border-radius: 24px; */
    top: 376px;
}

.service-card.style4 .thumb a img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px 20px 0 0;
}
.service-card.style4:hover .thumb .icon {
    background: #ff7341;
}
.service-card.style4 .thumb .icon {
    position: absolute;
    left: 36px;
    bottom: 161px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 2px 4px;
}


.service-card:hover img{
    
-ms-transform: scale(0.5); /* IE 9 */
  -webkit-transform: scale(0.5); /* Safari 3-8 */
  transform: scale(0.5); 
  
     
     transition: all .3s ease-in-out;
      transform: scale(2.03);


  transition: 0.25s;
}

.service-card

 {
    border-radius: 20px;
    border: 1px solid #C4C1C1;
    background:#fff;
    overflow: hidden;
    position: relative;
}
.service-card.style4 .content {
    padding: 20px 30px;
}

.service-card.style4 .content .title h3 a

 {
    color:#171616;
}
.gt-btn.style2:hover {
    color: #1B1A1A !important;
    border: 1px solid #1B1A1A;
}

.gt-btn.style2 {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #323232;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border-radius: 999px;
    background: #fff;
    padding: 12px 30px;
    border-radius: 999px;
    border: 1px solid #323232;
}
.service-card.style4 .content .title {
    margin-bottom: 28px;
    margin-top: 20px;
}
..service-card .thumb::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    background-color: rgba(var(--thm-black-rgb), 0.5);
    width: 0%;
    transform: translateY(100%);
    z-index: 1;
    transition: 500ms;
}
.service-card .thumb{ 
    overflow: hidden;

}

h3 a {
    font-family: "DM Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 29.9px;
    display: inline-block;
}

.gt-btn.style2:before {
    transition-duration: 800ms;
    position: absolute;
    width: 210%;
    height: 290%;
    content: "";
    top: 162%;
    left: 50%;
    background: var(--theme);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
}
.sub-text{font-size:25px;}

.bg3 {
    background: url("../images/cta-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar-toggler{z-index:1;}

.getquet{
    background: #ff6a3a;
    padding: 30px 0px;
}

.getquet h3{
    font-size: 39px;
    color: #fff;
    font-weight: 800;
    line-height: 78px;
}
.getquet p{color: #fff;font-weight: 600;font-size: 17px;}

.custom-buton{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid;
    padding: 13px 40px;
    border-radius: 27px;
}

.custom-buton:hover{
    color:#ff6a3a;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid;
    padding: 13px 40px;
    border-radius: 27px;
    background: #fff;
}
.gt-btn.style1 {
 
    z-index: 1;
    overflow: hidden;
    color: #ffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border-radius: 999px;
    background: #d59620;
    padding: 12px 30px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.contact .fa{
    font-size: 30px;
    background: #ff3100;
    padding: 29px 33px;
    border-radius: 50%;
    color: #fff;
}

.contact h5 {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    color: #3e3e3e;
}

.contact p {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.9s;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff;
}
.sticky img{transform: scale(.60);transition: .5s all;position: relative;top: -16px;}
.sticky .navbar {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 16px;
}
ul.textlist li{position: relative;
text-align: unset;}
 ul.textlist {
    
list-style: none;
    
line-height: 32px;
    
padding: 2px 20px;
}

.imgbox img{
    margin-top: 16px;
    padding: 10px;
    background: #fff;
    box-shadow: 2px 3px 4px 6px #2d2d2d26;
}


ul.gallerys {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    gap: 8px;
    list-style: none;
}
ul.gallerys li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.gallerys li a img.four-grid-cells {
    grid-row: span 2 / auto;
    grid-column: span 2 / auto;
}

ul.gallerys li a  img.wide-image {
    grid-column: span 2 / auto;
}

 .image-box {
      position: relative;
      width: 300px;
      height: 200px;
      overflow: hidden;
      cursor: pointer;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }

    .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .image-box:hover img {
      transform: scale(1.1);
    }

    .overlay-text {
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      width: 100%;
      padding: 15px;
      text-align: center;
      transform: translateY(100%);
      transition: transform 0.5s ease;
      text-transform: uppercase;
    }

    .image-box:hover .overlay-text {
      transform: translateY(0);
    }

.social .fa{font-size:30px;}

  .message-box {
      background: white;
      padding: 40px 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      text-align: center;
    }
    .message-box h1 {
      color: #28a745;
      margin-bottom: 10px;
    }
    .message-box a {
      display: inline-block;
      margin-top: 20px;
      color: #007bff;
      text-decoration: none;
    }