body{
    font-family: "Poppins", serif;
}
.team-img img {
    height: 200px;
    display: block;
    margin: 0 auto;
}
.thumb img {
    height: 200px;
    margin: 0 auto;
    display: block;
}
.team-members .bottom{
       justify-content: center !important;
}
.team-members .item .info{
    text-align:center;
}
.owl-carousel .owl-item{
    margin: 10px 0px;
    padding: 10px;
}
.owl-buttons {
    display: flex;
    justify-content: center;
    gap: 10px 20px;
    text-transform: capitalize;
}
#owl-example4 .owl-item {
    text-align: center;
}
ul.contact_info{
    list-style: none;
}
.logo {
    max-width: 55px;
    width: 100%;
}
.gss-header-logo-name {
    background-image: linear-gradient(#011189, #00000000);
}
.dropdown-submenu {
  position: relative;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu .dropdown-menu {
  top: 10%;
  left: 100%;
  margin-top: -1px;
}
.bg-blue {
    background-color: #011189 !important;
}
.bg-blue .nav-link{
    color: #fff;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 16px;
    padding-bottom: 16px;
}
.banner_slider {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: -135px;
}

.set_pad {
    padding-left: 12px;
    padding-right: 12px;
}
.background__red {
    background: #D92519;
    color: #fff;
    clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 4px 10px 0px;
}
.spotlight_section {
    background: #011189;
    color: #fff;
}
h4.Spotlight__heading {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 4px;
    margin-bottom: 0;
}
.background__red marquee {
    font-size: 18px;
    text-transform: uppercase;
}
.education_system {
    padding: 50px 0px 50px;
}
.education_sect_system span{
    color: #D92519;
}
.profile__image img {
    max-height: 250px;
}
.education_sect_system {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
    max-width: 500px;
    margin: 10px auto 20px;
}
.charman_blog {
    text-align: center;
}
.charman_blog img {
    border: 8px solid #fff;
    box-shadow: 2px 5px 10px #ddd;
}
.images_ch h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin: 15px 0px 5px;
}
span.president {
    color: #011189;
    font-size: 16px;
}
.section{
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}
.title-section {
    margin-bottom: 30px;
}
.title-section h2{
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
.title-section h2 span{
    color: #011189;
}
.bg-gray{
    background-color: #F2F3F5;
}
.quick_block {
    background-color: #fff;
    padding: 20px;
    border-radius: 30px 30px 30px 0px;
    box-shadow: 0px 5px 8px #00000057;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.quick_block:before {
    content: '';
    position: absolute;
    right: -10px;
    top: -10px;
    width: 50px;
    height: 50px;
    border: 6px solid #D92519;
    border-radius: 50%;
    opacity: 0.5;
}
.image-hover {
    position: relative;
    overflow: hidden;
}
.image-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear;
}
.image-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
}
.image-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear;
}
.image-hover:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, 0.6);
}
.image-hover:after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
}
.quick_block:hover::before {
    opacity: 1;
}
.quick_block img {
    max-width: 90px;
    margin: 10px auto 20px;
}
.quick_block h5{
    font-weight: 500;
    color: #000;
}
.quick_block:hover h5{
    color: #D92519;
}
#owl-example1 .owl-item img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;;
}
#owl-example1 .owl-stage-outer{
    padding-bottom: 0px;
}
.custom_dot .owl-dots .owl-dot {
    width: 34px;
    height: 6px;
    background-color: #000000b8 !important;
    margin: 5px;
    border-radius: 5px;
}
.custom_dot .owl-dot.active{
    background-color: #D92519 !important;
}
.navbar .container-fluid {
    max-width: 100%;
}
.custom_dot .owl-dots {text-align: center;}
.owl-carousel .owl-stage-outer{padding: 10px 0px 15px; }
.engage_with h5 {
    color: #25274d;
    text-align: center;
    margin: 15px 0px;
    font-weight: 500;
}
.engage_with a {
    text-decoration: none;
}
.bg-image-research {
    background-image: url(../images/research-bg.jpg);
    background-size: cover;
    /*background-color: #f2f3f5;*/
    background-position: bottom center;
    padding: 60px 0px 100px;
}
.bg-image-research .container{
    position: relative;
}
.bg-image-research:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    background-color: #00073991;
    width: 100%;
    height: 100%;
}
.bg-image-research h2 span {
    color: #fff !important;
    font-weight: 600;
}
#owl-example3 .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    background-color: #fff !important;
}
#owl-example3 .owl-dot.active {
    background-color: #D92519 !important;
}
.under_dot span {
    width: 22px;
    height: 3px;
    background: #f00;
    display: inline-block;
    border-radius: 2px;
}
.research__highlight_grid {
    background-color: #ffffffc2;
    border-radius: 20px 30px 30px 0px;
    position: relative;
    padding: 35px 20px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    width: 100%
}
.research__highlight_grid::before {
    content: '';
    position: absolute;
    left: 10px;
    width: 100%;
    border: 2px solid #e0e0e0;
    height: 100%;
    border-radius: 20px 30px 30px 0px;
    top: 10px;
    transition: all 0.3s linear;
}
.item:hover .research__highlight_grid::before{
    top: 0px;
    left: 0px;
    border: 2px solid #0111895e;
}
.resear_content h5 {
    font-size: 20px;
    font-weight: 700;
}
.resear_content h3 {
    font-size: 18px;
    font-weight: 500;
    max-width: 80%;
}
.research__highlight_grid img {
    height: 48px !important;
    width: auto !important;
    transition: all 0.3s linear;
}
.item:hover .research__highlight_grid img {
    transform: rotateY(180deg);
}
.testimonial_bg{
    background-image: url('../images/testimonial_bg_image.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}
.testimonial_card {
    background-color: #ffffffd1;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #000;
}
.testimonial_card .user_name {
    display: flex;
    align-items: center;
    gap: 15px;
}
.testimonial_card .user_name img {
    width: 55px !important;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 0px 7px #0000004f;
}
.comment_text .review {
    font-size: 16px;
    min-height: 150px;
}
.testimonial_card .user_name h6 {
    margin: 0px;
}
#owl-example4 img {
    max-width: 150px;
    height: 150px;
    margin: 0 auto;
    box-shadow: 0px 2px 10px 0px #ddd;
    border-radius: 3px;
    object-fit: cover;
}
#owl-example4 .owl-stage-outer{
    
}
.company_logo{
    padding: 20px 0px;
}
.text-danger {
    color: #D92519 !important;
}
.cricular__section .card {
    border-radius: 30px;
    background-color: #b1bbffcc;
}
.cricular__section .nav-pills .nav-link.active {
    background-color: #D92519;
    color: #fff;
}
.cricular__section .nav-pills .nav-link {
    border-radius: 5px;
    background-color: #ffffffe0;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}
.cricular__section .card-top li.nav-item {
    margin: 4px 4px;
}
.cricular__section .card-top {
    background: #011189;
    padding: 10px 20px 10px;
    border-radius: 30px 30px 0px 0px;
}
.heading_circul {
    color: #fff;
    text-align: center;
    margin: 11px 0px;
    font-size: 20px;
}
.heading_circul a {
    font-size: 14px;
    float: right;
    padding-top: 5px;
}
.scroll_x_bar {
    max-height: 350px;
    overflow-x: auto;
    scrollbar-width: thin;
}
footer {
    position: relative;
    background-image: url(../images/footer-image.jpg);
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}
.container-fluid-footer {
    z-index: 99;
    position: relative;
}
footer:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000e0;
}
.map_foter {
    border: 8px solid #FFF;
    border-radius: 10px;
}
h4.footer_link {
    color: #FF2929;
}
ul.footer_link {
    color: #fff;
    margin-bottom: 20px;
    padding: 0px;
}

.footer_link li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 3px 0px;
    display: inline-block;
    letter-spacing: 0.5px;
    transition: 0.5s all;
}
.footer_link li a:hover{
    color: #FF2929;
}
.carousel-item img {
    height: 650px;
    object-fit: cover;
}
ul.social_media {
    display: flex;
    list-style: none;
    gap: 15px;
    padding: 15px 0px 0px;
    margin-bottom: 0px;
}
.collage_address a {
    text-decoration: none;
    color: #fff;
}
.collage_address {
    font-size: 15px;
}
.copy_right {
/*    background-color: #000;*/
    text-align: center;
    color: #fff;
    padding: 20px 0px 15px;
    z-index: 1;
    position: relative;
        border-top: 1px solid #eee;
}
.copy__link_footer ul.nav-help {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 15px;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.copy__link_footer ul.nav-help a {
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    padding-right: 10px;
    font-size: 14px;
}
.bottam_ {
    font-size: 14px;
}
.navbar-expand-lg {
    border-radius: 40px;
    display: flex;
    justify-content: center;
    padding: 0px;
}
.sticky-toolbar {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    width: 200px;
    border-radius: 30px;
}
.gss-top-header.sticky {
    position: inherit;
}
.inside-sticky-toolbar {
    width: 310px;
    right: -250px;
}
a {
    list-style: none;
    text-decoration: none;
}
.sticky-toolbar ul li {
    transition: all 0.4s ease-in-out;
    list-style: none;
}
.sticky-toolbar ul li:hover {
    margin-left: -100px;
    outline: 4px double #d92519;
}
.logo__footer {
    max-width: 150px;
    margin: 0 auto;
}
.mega-dropdown-menu {
    width: 100%;
    top: 50px;
    left: 0px;
    padding: 25px 10px 10px 10px;
    border-bottom: 15px solid #d92519b0 !important;
    border-bottom-right-radius: 85px !important;
    border-bottom-left-radius: 10px;
}
.nav-dd-heading {
    margin-top: -18px;
    margin-bottom: 0px;
}
ul.all_circulars_point {
    padding-left: 0px;
}
.info_visitors h5 {
    color: #011189;
}
.all_circulars_point li {
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.all_circulars_point li:last-child {
    border: 0px;
}
.table td {
    font-size: 14px;
}
.all_circulars_point h5 {
    color: #10163d;
    font-size: 18px;
}
.all_circulars_point p {
    font-size: 14px;
    margin: 0px;
}
.info_visitors img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    box-shadow: 2px 5px 10px #888;
    /*border-radius: 50px;*/
}

.bg-primary {
    background-color: #011189 !important;
}
.total_visit {
    background-color: #011189;
    width: 320px;
    border-radius: 6px;
    padding: 0px 10px;
    margin: 10px auto 0px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
}
.ssc-bg-img {
    background-image: url(../images/gallery-1.png);
    background-size: cover;
}
.dsy-bg-img{
    background-image: url(../images/gallery-3.png);
    background-size: cover;
}

.ssc-bg-img button {
    display: block;
    width: 150px;
    background-color: #00000069 !important;
    height: 100px !important;
    border: 0px !important;
    color: #fff !important;
}
.dsy-bg-img button{
    width: 150px;
    background-color: #00000069 !important;
    height: 100px !important;
    border: 0px !important;
    color: #fff !important;
}
.heading_visitor{
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #d92519;
}
.sticky {
    position: fixed;
    top: 20px;
}
a.nav-link {
    font-size: 0.90rem;
    color: white;
    font-weight: 570;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
}
.tiranga-logo {
    width: 6rem;
    background-color: white;
}
.gss-top-header {
    position: relative;
    z-index: 999;
}
.sticky .header {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    border-radius: 0px;
    z-index: 9999;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: center;
}
.sticky .bg-primary.header {
    top: 0px;
}
.items-scroll {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  list-style: none;
}
.sigle-menu-dropdown {
    width: 300px;
    overflow: hidden;
    z-index: 999;
}
.sigle-menu-dropdown .dropdown-item {
    white-space: normal;
    position: relative;
    padding-left: 25px;
}
.sigle-menu-dropdown .dropdown-item i {
    position: absolute;
    left: 0px;
    margin-top: 5px;
}
.items-scroll .item {
  margin:10px 20px;
}
.mega-dropdown-menu .dropdown-item i {
    color: #d92519;
}
a.title__mang {
    font-size: 16px !important;
    color: #011189 !important;
    padding-top: 6px;
}
body {
    overflow-x: hidden;
}
.breadcrumbs {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
}
.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.breadcrumbs li.active a {
    color: #727e85;
    font-weight: 200;
    position: relative;
    padding-right: 11px;
}
.breadcrumbs li a {
    font-size: 14px;
    line-height: 16px;
    color: #303638;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.4px;
}
.contacts_map {
    margin-bottom: 75px;
    overflow: hidden;
    height: 514px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.title-02 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 200;
    color: #303638;
    margin: 0 0 28px;
}
.title-02 span {
    font-weight: 500;
}
.contact-box__list {
    padding: 27px 0 0;
    margin: 0;
}
.contact-box__list li {
    font-size: 16px;
    line-height: 22px;
    color: #727e85;
    list-style: none;
    margin-bottom: 26px;
    font-weight: 200;
}
.contact-box__list li span {
    font-weight: 600;
    color: #303638;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}
.soc-list-01 li a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 35px;
    color: #fff;
}
.twitter-style {
    background-color: #4ea1ee;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.google-style {
    background-color: #c7452d;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.pinterest-style {
    background-color: #fd4851;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.contact-box__phones-box {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    padding-left: 4px;
}
.contact-box__list .soc-list-01 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 28px;
}
.soc-list-01 {
    margin: 0;
    padding: 0;
}
.soc-list-01 li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.contact-box__list .soc-list-01 li {
    margin-bottom: 0;
}
.contact-box__list li a {
    display: inline-block;
    vertical-align: top;
}
.soc-list-01 li a {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.facebook-style {
    background-color: #234fb1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url('../images/icon/dot-svgrepo-com.svg');
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 60% / 60% 60% no-repeat;
}
main.content-row {
    padding: 60px 60px;
}
/*.form-control {*/
/*    border-radius: 18px;*/
/*}*/
.btn-primary {
    background-color: #011189;
}
.custom-select {
    background-image: url('../images/icon/arrow.svg');
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 15px;
}
.btn-1{
    padding: 10px 25px;
    width: 200px;
    /*border-radius: 50px;*/
}
.reply-form {
    box-shadow: 0px 0px 10px #00000045;
    padding: 40px 40px 20px;
    border-radius: 5px;
}
.btn{
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.btn:hover {
    background-color: transparent;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    color: #011189 ;
}
/* Animation
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
} */
.line-1{
    position: relative;
    top: 50%;  
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
    max-width: 100%;    
}
.mobile_logo {
    float: left;
    width: calc(100% - 80px);
}

/*about ggsp*/
.about_ggsp {
    padding: 60px 0px;
}
.image-2 {
    right: -45px;
    bottom: -70px;
    position: absolute;
}
.overview-image {
    margin-top: 30px;
    margin-left: 70px;
    margin-bottom: 25px;
    margin-right: -10px;
}
.overview-image .casual-image {
    margin-top: 80px;
    position: relative;
}
.overview-image .casual-image.pages-style .content-shape {
    top: -55px;
    right: 0;
    position: absolute;
}
.overview-image .casual-image.pages-style .content-shape::before {
    left: 0;
    right: 0;
    top: 50%;
    content: "";
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
    background-color: #d92519;
}
.overview-content .graduets-counter h2 {
    line-height: 0;
    font-size: 60px;
    margin-bottom: 15px;
}
img {
    max-width: 100%;
    height: auto;
}
.overview-image .casual-image.pages-style .content-shape img {
    animation: rotateme 15s linear infinite;
}
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .bg-blue .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 13px;
    }
}
.page-banner-area.bg-2 {
    background-image: url(../images/testimonial_bg_image.jpg);
}
.page-banner-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 200px;
    padding-bottom: 90px;
    margin-top: -130px
}
.page-banner-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 47%);
}
.page-banner-content {
    position: relative;
    text-align: center;
}
.page-banner-content h1 {
    font-size: 50px;
    margin-bottom: 10px;
    color: #ffffff;
}
.page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.page-banner-content ul li {
    display: inline-block;
    position: relative;
    padding-right: 18px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    list-style: none;
}
.page-banner-content ul li::before {
    position: absolute;
    content: "/";
    right: 2px;
    top: 0;
}
.page-banner-content ul li a {
    text-decoration: none;
    color: #ffffff;
}
.page-banner-content ul li:last-child {
    color: #FF2929;
    padding-right: 0;
}
.page-banner-content ul li:last-child::before{
    display: none;
}
.mega-dropdown-menu ul{
    list-style: none;
}
.right_top_close {
    position: absolute;
    right: -15px;
    margin-top: -15px;
    border-radius: 50px;
    background-color: #fff;
    color: red;
    font-size: 26px;
    padding: 0px;
    height: 30px;
    width: 30px;
    line-height: 25px;
}
.popup_video {
    position: relative;
}
.popup_video .video-btn {
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
}
.popup_video {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 10px #ddd;
}
a.video_play_btn {
    width: 80px;
    height: 80px;
    font-size: 25px;
    border-radius: 100%;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #ec1c24;
    position: relative;
    cursor: pointer;
}
.popup_video:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0000006b;
}
.why-ggsp {
    border: 0px;
    box-shadow: 0px 2px 5px #ddd;
    padding: 8px;
    border-radius: 15px;
}
.why-ggsp h5{font-size: 16px;font-weight: 500}
.popup_video img {
    height: 450px;
    object-fit: cover;
}
.ggsp-about-card h3 i {
    line-height: 0;
    font-size: 30px;
    margin-right: 10px;
    color: #ec1c24;
}
.ggsp-about-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.logo-name .gss-hindi-name {
    font-size: 24px;
    display: block;
}
.double-line-bottom {
    display: block;
    border: 1px solid #011189;
    height: 2px;
    width: 80px;
    margin: 15px 0px;
    position: relative;
    border-radius: 2px;
}
.double-line-bottom::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #ff2520;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.subtitle-border-bottom {
    border-bottom: 2px solid #062acc;
    width: 2rem;
    border-radius: 2px;
    margin-top: 6px;
}
.card .card-body .list-group-item .active {
    color: #ffffff !important;
    background-color: #bababa;
}
.card .card-body .list-group-item a {
    padding: 8px;
}
.text-primary {
    color: #011189 !important;
}
.academics-section .academics-left .ac-category{
    margin-bottom: 50px;
}
.academics-section .academics-left .ac-category ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.academics-section .academics-left .ac-category ul li {
    margin-bottom: 20px;
    list-style: none;
}
.academics-section .academics-left .ac-category ul li .active {
    background-color: #011189;
    color: #ffffff;
}
.academics-section .academics-left .ac-category ul li a {
    padding: 15px;
    display: block;
    background-color: #f2f8f1;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
}
.academics-section .academics-left .ac-category ul li:last-child {
    margin-bottom: 0px;
}
.academics-section .academics-left .ac-contact span {
    color: #7d7c7c;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    font-size: 18px;
}
.academics-section .academics-left .ac-contact a {
    background-color: #011189;
    color: #ffffff;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.academics-section .academics-left .ac-contact a:last-child {
    margin-bottom: 0px;
}
.academics-section .academics-left .ac-contact .darkbtn {
    background-color: #d92519;
    color: #ffffff;
}
.ac-overview {
    padding: 20px;
}
.academics-section .ac-overview .pera-dec p {
    margin-bottom: 30px;
}
.academics-section .ac-overview .gallery {
    margin-top: 20px;
    margin-bottom: 20px;
}
.academics-section .ac-overview .gallery .gallery-image ul {
    padding: 0px;
    list-style: none;
    margin: 0;
    position: relative;
}
.academics-section .ac-overview .pera-dec h3 {
    margin-bottom: 30px;
    font-size: 30px;
}
.academics-section .ac-overview .pera-dec .catagorys .pra-catagorys a {
    padding: 60px 10px;
    display: block;
    font-size: 20px;
    text-align: center;
    background-color: #f2f8f1;
    font-weight: 600;
}
.academics-section .ac-overview .pera-dec .catagorys {
    margin-bottom: 50px;
}
.academics-section .ac-overview .pera-dec .graduate-area .info-box {
    position: absolute;
    content: '';
    bottom: -240px;
    left: 0;
    right: 0;
    max-width: 700px;
    background-color: #fff;
    padding: 45px 60px;
    margin: auto;
    text-align: center;
}
.graduate-events {
    position: relative;
}
.gallery-image{
    margin-bottom: 20px;
}
.graduate-events .content-items .content {
    position: initial;
    max-width: 615px;
    padding-right: 90px;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 30px;
    border-radius: 5px;
    background-color: #f2f8f1;
}
.single-info .resear_content {
    margin-bottom: 20px;
}
.single-info .resear_content h2 {
    color: #011189;
    margin-bottom: 0px;
}
.graduate-events .content-items .content a{
    font-weight: 600;
}
.graduate-events .content-items .content h2 {
    font-size: 30px;
}

.graduate-events .content-items .image {
    position: absolute;
    content: '';
    top: 15%;
    right: 0;
    width: 40%;
}
.academics-section .ac-overview .pera-dec .graduate-area {
    background-image: url(../images/new-slider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
}
.all_content h1 {
    color: #011189;
    font-size: 34px;
}
.all_content h3{
    font-size: 24px;
}
h2.richtext {
    font-size: 28px;
}
.all_content p{
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.3px;
    color: #333;
    text-align: justify;
}
.bg-f4f6f9 {
    background-color: #f4f6f9;
}
.admission-content .admission-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}
.admission-content .admission-image img {
    overflow: hidden;
    transition: all ease 0.5s;
}
.admission-content .admission-image:hover img {
    transform: scale(1.2);
    filter: blur(3px);
}
.admission-content .admission-image .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 1;
}
.admission-content .admission-image .icon::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background-color: rgb(227 40 69 / 99%);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
    left: 50%;
    top: 50%;
}
.admission-content .admission-image .icon a {
    font-size: 35px;
    background-color: #e32845;
    color: #ffffff;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
    transition: all ease 0.5s;
}
.admission-content .admission-image .icon::after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, 0.004);
    animation: ripple 3s linear infinite;
    z-index: -1;
}
.ac-category img {
    width: 25px;
    margin-right: 5px;
}
.ac-category .visible-hover {
    display: none;
    width: 25px;
}
.ac-category .active img {
    display: none;

}
.ac-category .active .visible-hover {
    width: 25px;
    display: inline-block;
}
/*Pulse Border Animation*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.apply-list {
    padding-top: 20px;
    margin-bottom: 30px;
}
.apply-list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.apply-list ul li {
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
    list-style: none;
}
.apply-list ul li i {
    position: absolute;
    color: #FF2929;
    left: 0;
    margin-top: 3px;
}
.director__message {
    display: flex;
    position: relative;
    align-items: center;
}
.director__message .d__img {
    flex: 0 0 auto;
    width: 20%;
    margin-right: -15px;
    z-index: 1;
    box-shadow: 0px 5px 10px #0000003d;
}
.director__message .d_message_ {
    padding: 20px;
    padding-left: 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 10px #0000003d;
}
.d_message_ h2 {
    margin-bottom: 0px;
}
.d_message_ span {
    color: #ff2929;
}
.img_box img {
    border-radius: 5px;
}
.overflow-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #0000006e;
    height: 100%;
    z-index: 1;
}
.team-members .thumb {
    position: relative;
    z-index: 1;
}
.team-members .single-item {
    margin-bottom: 30px;
}
.team-members .item .info {
    padding: 30px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    background: #ffffff;
}
.team-members .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 20px;
}
.team-members .item .info h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.team-members .item .info span {
    color: #f71735;
    font-weight: 500;
}
.d_message_ p {
    margin-bottom: 0px;
    margin-top: 16px;
    font-size: 15px;
    color: #333;
    text-align: justify;
}
.team-members .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    background: 
color-mix(in srgb, #ffffff, transparent 20%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-members .social a {
    transition: color 0.3s;
    color: #000;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.team-members .thumb:hover .social {
    opacity: 1;
}
.team-member .social i {
    font-size: 18px;
    margin: 0 2px;
}
.single-team {
    margin: 10px 0 10px;
}
.team-img {
    position: relative;
}
.team-social-links {
    position: absolute;
    right: 30px;
    bottom: -22px;
}
.team-social-links ul {
    padding: 0px;
    list-style: none;
}
.team-social-links:hover > ul li a {
    opacity: 1;
    visibility: visible;
}
.team-social-links a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 47px;
    text-align: center;
    background: #011189;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    box-shadow: 0px 0px 29.7px 0.3px rgba(78, 174, 74, 0.78);
}
.team-social-links ul li a {
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.team-info {
    padding: 35px 0;
    border-bottom: 3px solid #e2e2e2;
    transition: .3s;
    position: relative;
}
.team-info h5 {
    color: #d92519;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
}
.team-info::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #d92519;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
}
.single-team:hover .team-info::after {
    width: 100%;
}
.ac-category .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #011189;
}
.ac-category .nav-link{
    padding: 20px;
    display: block;
    background-color: #f5fcf3;
    color: #01244d;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 2px;
}
.gallery-image ul {
    padding: 0px;
    list-style: none;
}
.ac-overview .pera-title span {
    font-size: 128px;
    font-weight: 700;
    margin-right: 30px;
}
.ac-overview .pera-title h2 {
    font-size: 42px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.ac-overview .pera-dec p {
    margin-bottom: 30px;
    color: #444;
}
.faculty-tab button {
    border: 1px solid #8c8c8c;
    border-radius: 2px !important;
    margin: 0px 10px;
    min-width: 130px;
    color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #011189;
}
.department .resear_content h3 {
    font-size: 16px;
}
.department .research__highlight_grid{
        padding: 25px 15px;
}
.department .research__highlight_grid img {
    height: 36px !important;
}
.department #owl-example3 .owl-dots .owl-dot{
        background-color: #000000b8 !important;
}
.info_user{
    padding: 0px;
    list-style: none;
}
.link ul {
    list-style: none;
}
.info_section {
    background-color: #f9f9f9;
    padding: 7px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #000;
    margin-bottom: 40px;
}
p {
    text-align: justify;
}
.user__details .info_user li h4 {
    font-size: 18px;
    margin: 0px;
    font-weight: 500;
}
.user__details .info_user li h2 {
    font-size: 24px;
    color: #011189;
    margin: 0px;
}
.user__details .info_user li span {
    display: block;
    font-size: 14px;
    color: #222;
}
.user__details .info_user li span i {
    color: #f00;
    padding-right: 7px;
    font-size: 16px;
}
.user__details .info_user li {position: relative; padding: 8px 10px 8px 25px;}
.user__details .info_user li > i {
    position: absolute;
    left: 0px;
    color: #f00;
    margin-top: 5px;
}
.user__details .info_user li > a {
    color: #011189;
}

/*new card css*/
.eduman-course-main-wrapper {
    border-radius: 10px;
    box-shadow: 0 20px 40px #182c4a0d;
    position: relative;
}
.mb-30 {
    margin-bottom: 30px;
}
.eduman-course-thumb {
    border-radius: 10px;
    overflow: hidden;
}
.eduman-course-wraper {
    background: #fff;
    padding: 20px;
}
.eduman-course-price span.price-now {
    font-size: 14px;
}
.eduman-course-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.category-color.category-color-1 {
    background: #31bf82;
}
.category-color {
    background: #6f19c5;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 26px;
    padding: 3px 10px;
}
.eduman-course-text h3 {
    font-size: 20px;
    line-height: 1.5;
}
a, button {
    background: transparent;
    border: none;
    color: inherit;
    outline: none;
}

.course-cart {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 70px #0f264733;
    left: 50%;
    min-width: 85%;
    opacity: 0;
    padding: 30px 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
    visibility: hidden;
    z-index: 11;
}
.eduman-course-main-wrapper:hover .course-cart {
    opacity: 1;
    visibility: visible;
}
.lab_info__ .accordion-header .accordion-button {
    background-color: rgb(1 17 137);
    color: #fff;
}
.lab_info__ .accordion-item {
    margin-bottom: 15px;
}
.lab_info__ .accordion-button::after{
    background-image:url(../images/icon/arrow-line.svg);
}
.inner-tab a.nav-link {
    color: #000;
    border-radius: 2px;
    width: 120px;
    margin: 5px;
    border: 1px solid #cacaca;
}
.accordion-body .content_lab p {
    margin: 0px;
    font-size: 15px;
}
.content_lab .border-left h2 {
    font-size: 18px;
    color: #011189;
    margin: 0px;
    font-weight: 500;
}
.content_lab .border-left {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}
.content_lab .border-left:last-child {
    border: 0px;
    padding: 0px;
}
.cart-lavel h5, .cart-lavel p {
    font-size: 14px;
    margin-bottom: 20px;
}
.cart-lavel h5 {
    color: #575757;
    font-weight: 400;
}
.info-cart-text ul {
    margin-bottom: 30px;
        padding: 0px;
}
.info-cart-text ul li {
    margin-bottom: 5px;
    list-style: none;
}
.info-cart-text ul li > i {
    color: #d92519;
}
.info-cart-text ul li a {
    font-size: 14px;
}
/*card css end*/
.bg-gray .info_section {
    background-color: #fff;
}
.content_lab {
    padding: 15px 5px 0px;
}
th {
    vertical-align: middle;
}
ul.details_ {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.text-weight-bold {
    font-weight: 600;
}
.border-left-primary {
    border-left: 3px solid #011189;
}
.patents_ {
    padding: 10px;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
}
/*Event css*/
.rbt-card.card-list-2 {
    display: flex;
    border-radius: 6px;
    align-items: center;
    height: 100%;
}
.rbt-card {
    overflow: hidden;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    padding: 12px;
    border-radius: 6px;
    background: #fff;
    position: relative;
    height: 100%;
}
.rbt-card.card-list-2.event-list-card .rbt-card-img {
    height: 100%;
}
.rbt-card.card-list-2 .rbt-card-img {
    flex-basis: 25%;
}
.rbt-card .rbt-card-img {
    position: relative;
}
.rbt-card.card-list-2.event-list-card .rbt-card-img img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
}
.rbt-card.card-list-2.event-list-card .rbt-card-body {
    padding-left: 25px;
}
.rbt-card:hover {
    box-shadow: 0 30px 40px #1c335412;
}
.rbt-card.card-list-2 .rbt-card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 75%;
    padding-left: 30px;
}
.rbt-card .rbt-card-body .rbt-meta {
    margin-bottom: 14px;
    padding: 0px;
}
.rbt-meta {
    margin: -7px;
}
.rbt-meta li {
    font-size: 16px;
    line-height: 18px;
    color: #444;
    display: inline-block;
    margin: 7px;
}
.rbt-meta li i {
    margin-right: 5px;
}
.event-grid-card p {
    font-size: 15px;
}
.rbt-card.card-list-2.event-list-card .rbt-card-body .rbt-card-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #011189;
}

.rbt-card.event-grid-card .rbt-card-body {
    padding-top: 15px;
}
.rbt-card.event-grid-card .rbt-meta {
    margin: -3px;
    margin-bottom: 10px;
}
.rbt-card.event-grid-card .rbt-card-body .rbt-card-title {
    color: #011189;
    font-size: 24px;
}
.event-grid-card li {
    position: relative;
}
.event-grid-card li i {
    position: absolute;
    left: 0px;
    margin-top: 4px;
}
.event-grid-card li {
    position: relative;
    padding-left: 20px;
    line-height: 1.2rem;
    margin: 0px;
}
/*Event End css*/
.catagory-wrapper {
    align-items: center;
    background: transparent;
    border: 1px solid #edeef2;
    border-radius: 5px;
    display: flex;
    min-height: calc(100% - 30px);
    padding: 20px 30px;
    transition: all .3s ease-out 0s;
}
.catagory-wrapper .catagory-thumb {
    margin-right: 22px;
    width: 20%;
}
.catagory-wrapper .catagory-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
        color: #011189;
}
.catagory-wrapper .catagory-content span {
    color: #444;
    font-size: 16px;
}
.entry-content {
    padding: 0;
    list-style: none;
}
.entry-content li {
    background: url('../images/icon/star.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0px 3px;
    margin-bottom: 12px;
}
.rbt-badge-3 {
    position: absolute;
    bottom: 23px;
    right: 20px;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: transparent !important;
}
.rbt-badge-3::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/icon/offer-badge-bg-color.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
    bottom: 0;
}
.rbt-badge-3 span {
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
    display: block;
    font-weight: 700;
}
.rbt-card .rbt-card-img a img {
    width: 100%;
    transition: 0.5s;
    object-fit: cover;
    border-radius: 6px;
}
.event-1-new .rbt-meta {
    margin-left: 3px !important;
    margin-right: 0px !important;
}
.event-1-new .rbt-meta li{
    font-size: 14px;
}
.event-1-new .rbt-card-title {
    font-size: 18px !important;
}

.guest-lecture ul li {
    padding: 0px;
    display: block;
    list-style: none;
}
h4.name-of-topic {
    font-size: 18px;
    color: #000;
}
h4.rbt-card-designation {
    font-size: 14px;
    color: #d92519;
}
.guest-lecture h5 {
    font-size: 14px;
    color: #444;
}
.active>.page-link, .page-link.active {
    background-color: #011189;
    border-color: #011189;
}
.text-left {
    text-align: left !important;
}
.border-blue {
    border-color: #011189;
}
.rig {
    display: inline-block;
    padding: 20px 10px 10px;
    margin: 0 0 2.5% 2.5%;
    background: #fff;
    border: 1px solid #011189a3;
    border-radius: 10px;
    font-size: 1rem;
    vertical-align: top;
    box-shadow: 0 0 5px #011189;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.rig i {
    font-size: 80px;
    color: #d92519;
}
#title1 {
    text-align: center;
    padding: 7px 0 7px 0;
    background-color: #2E3D50;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 20px;
    display: block;
    margin: 20px 10px;
}
.with-animation::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.with-animation::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.with-animation::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    border: 1.5px solid #fff;
}
.with-animation::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    border: 1.5px solid #ffffff;
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0.50;
    }

    100% {
        -webkit-transform: scale(2.3);
        transform: scale(2.3);
        opacity: 0;
    }
}
img.card-img-top {
    height: 180px;
    object-fit: cover;
}
.modal-header {
    justify-content: space-between;
}
.side_bar_left {
    background-color: #011189;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
}
.rules_points ul {
    padding: 0px 0px 0px 20px;
}
.rules_points ul li{
    padding:10px 0px;
    font-size:18px;
}
.addmission-btn {
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.top_text h2 {
    color: #fff;
    padding: 30px;
}


.course_content_page img.course_image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
.course_content .programe_name {
    color: #FF2929;
    font-size: 25px;
    text-transform: capitalize;
}
.course_content h3 {
    font-size: 18px;
    color: #011189;
        margin: 0;
}
.course_content p {
    margin-bottom: 0.3rem;
    font-size: 16px;
}
.course_card {
    background-color: #fbfbfb;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #999999;
    position: relative;
}
.course_bottom {
    padding: 5px;
    display: flex;
    color: #011189;
    gap: 15px;
    border-top: 1px dashed #011189;
}
.eligibility_point ul{
    padding-left: 20px;
}
.eligibility_point li {
    list-style: square;
    text-align: justify;
}
.select_box{
    display: none;
}
.service-item .icon {
    margin-bottom: 10px;
}
.service-item .icon i {
    color: #101d1e;
    font-size: 36px;
    transition: ease-in-out 0.3s;
}
.service-item:hover h4 a, .service-item:hover .icon i, .service-item:hover p{
    color: #ffffff;
}
.service-item {
    /*background-color: #ffffff;*/
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 30px 20px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 15px 0px 15px 0px;
}
.service-item{
    
}
.service-item:before {
    content: "";
    position: absolute;
    background: #000;
    inset: 100% 0 0 0;
    transition: all 0.3s;
    z-index: -1;
}
.service-item:hover:before {
    background: #011189;
    inset: 0;
    border-radius: 0px;
}
ul.contact_info {
    border: 1px solid #ddd;
    padding: 15px 15px 0px;
    border-radius: 10px;
}
img.d-block.w-50 {
    width: 90px !important;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50px;
    object-fit: cover;
}
.content_detail_test {
    text-align: center;
    color: #fff;
}
.inner div#carouselExampleCaptions {
    padding: 50px 20px;
    background: url(../images/testimonial_bg_image.jpg);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
.inner div#carouselExampleCaptions:before {
    background-color: #000000ad;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.inner div#carouselExampleCaptions h5 {
    color: #ff392c;
    font-weight: 600;
    text-transform: capitalize;
}
.facts-counter {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
}
.facts-counter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.facts-counter ul li {
    min-height: 120px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    list-style: none;
}
.facts-counter ul li .fact-item .fact-icon {
    color: #011189;
    font-size: 30px;
}
.bg-green {
    background-color: #f7f7f7 !important;
}
.bg-light-green {
    background-color: #f2f2f2 !important;
}
.welcome-section {
    padding: 5px 0px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    max-width: 1920px
}
.welcome-section .welcome-image {
    background-image: url('../images/cultural-programs.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 720px;
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    z-index: -1;
}
.feature-box {
    padding: 30px 20px 20px;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 1;
    background-color: #6773d0;
    color: #fff;
}
.feature-box:hover {
    background-color: #fff;
}
.feature-box:hover i.yellow {
    background-position: 0 -50px;
}
.feature-box:hover  {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    color: #282828;
}
.feature-box p {
    line-height: 2.1;
    margin-bottom: 35px;
}
.feature-box i {
    background-image: url('../images/icon/features-icons-home-v1.png');
    background-position: 500px 500px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 50px;
    margin-bottom: 21px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 62px;
}
section.features {
    padding-bottom: 10px;
}
.feature-box i.blue {
    background-position: -124px 0;
}
.feature-box i.yellow {
    background-position: 0 0;
}
.feature-box i.light-green {
    background-position: -62px 0;
}
.feature-box:hover i.light-green {
    background-position: -62px -50px;
}
.feature-box:hover i.blue {
    background-position: -124px -50px;
}
.nav-pills .nav-item .active {
    border-bottom: 2px solid #011189;
}
.ct-iconBox.ct-iconBox--circle {
    position: relative;
    display: table;
    width: 100%;
    padding: 20px 15px;
}
.ct-iconBox.ct-iconBox--circle:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-top: solid 1px transparent;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    border-bottom: solid 1px transparent;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}
.worldwide .ct-iconBox.ct-iconBox--circle .ct-iconBox-icon {
    color: #011189;
    border-color: #011189;
}
.ct-iconBox.ct-iconBox--circle .ct-iconBox-icon, .ct-iconBox.ct-iconBox--circle .ct-iconBox-title, .ct-iconBox.ct-iconBox--circle .ct-iconBox-description {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.ct-iconBox.ct-iconBox--circle .ct-iconBox-icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 72px;
    font-size: 30px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    z-index: 9;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-width: 2px;
}
.ct-iconBox.ct-iconBox--circle .ct-iconBox-icon {
    color: #011189;
    border-color: #011189;
    border-top: solid 1px #011189;
    border-left: solid 1px #011189;
    border-right: solid 1px #011189;
    border-bottom: solid 1px #011189;
}
.ct-iconBox.ct-iconBox--circle .ct-iconBox-title, .ct-iconBox.ct-iconBox--circle .ct-iconBox-description {
    font-weight: 600;
    position: relative;
    z-index: 9;
}
.ct-iconBox.ct-iconBox--circle .ct-iconBox-title {
    font-size: 18px;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 20px;
}
.ct-iconBox.ct-iconBox--circle .ct-iconBox-description {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.ct-iconBox.ct-iconBox--circle:not(.ct-iconBox2):hover .ct-iconBox-icon {
    z-index: 1;
    color: #ffffff !important;
    background: #011189 !important;
}
.nav-pills .nav-item .active small.text-body {
    color: #fff !important;
}
.social__section {
    background-color: #f0f0f0;
    padding: 20px;
}
.social__section h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #f00;
}
.social__section .btn {
    width: 100%;
    border-radius: 0px;
}
.section-title span {
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}
.about-title {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.single_about {
    margin-bottom: 45px;
}
.single_about .aicon {
    float: left;
    margin-right: 20px;
}
.card-image a img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}
/*.card-image a img:hover {*/
/*    -webkit-transform: scale(1.3) rotate(10deg);*/
/*    transform: scale(1.3) rotate(10deg);*/
/*}*/
.gallery_title{
    padding-bottom: 6px !important;
    color: #011189;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px;
    margin: 0px;
    font-size: 18px;
    height: 55px;
    overflow: hidden;
}
.project-list-col .card {
    position: relative;
    overflow: hidden;
}
.new-style-2 .info {
    color: #fff;
    padding-top: 40px !important;
}
.new-style-2 .info p.des__alumani {
    margin: 0px;
    font-size: 14px;
    margin-top: 5px;
}
.new-style-2 .thumb {
    padding: 0px 7%;
    border-radius: 10px;
}
.new-style-2 .thumb img {
    border: 1px solid #c6c6c6;
    border-radius: 20px;
    margin-bottom: -20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .bg-blue .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 11px;
    }
    .mobile_logo h5 {
        max-width: 85%;
    }
}
@media only screen and (min-width: 992px) {
    .pera-title {
    display: inline-block;
    width: 100%;
    }
    /*.pera-title h2 {*/
    /*    width: 83%;*/
    /*    float: left;*/
    /*}*/
}

@media only screen and (max-width: 767px) {
    .catagory-wrapper .catagory-content span {
        font-size: 14px;
    }
    .reply-form{
        padding:15px;
    }
    .welcome-section .welcome-image {
        display: none;
    }
    .sigle-menu-dropdown {
        margin: 0 auto;
    }
    .rbt-card.card-list-2 {
        display: block;
    }
    .rbt-card .rbt-card-body .rbt-meta {
        margin-bottom: 8px;
    }
    .rbt-card.card-list-2.event-list-card .rbt-card-img {
        height: auto;
    }
    .rbt-card.card-list-2.event-list-card .rbt-card-body {
        padding-left: 0;
        padding-top: 20px;
    }
    .rbt-card.card-list-2.event-list-card .rbt-card-body .rbt-card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .all_content h1 {
      font-size: 28px;
    }
    .mobile_logo a.d-lg-none {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .mobile_logo h5.text-white.text-uppercase {
        font-size: 18px;
    }
    .director__message .d__img{
        width: 100%;
        margin: 0px;
    }
    .director__message .d__img img{
        width: 100%;
    }
    .director__message .d_message_{
        padding: 15px;
    }
    .director__message {
        display: block;
        margin-bottom: 30px;
    }
     .image-2 {
        position: unset;
        margin-top: 25px;
        text-align: center;
    }
    .admission-content .admission-image .icon a {
        font-size: 20px;
        height: 45px;
        width: 45px;
        line-height: 45px;
      }
    .top_header{
        padding: 20px;
    }
    .ac-overview{
        padding: 20px 0px;
    }
    .academics-section .ac-overview .pera-dec h3{
        font-size: 22px;
    }
    .academics-section .ac-overview .pera-dec .catagorys .pra-catagorys a {
        padding: 40px 20px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .academics-section .ac-overview .pera-dec .graduate-area .info-box {
        bottom: -189px;
        max-width: 260px;
        padding: 30px 20px;
    }
    .graduate-events .content-items .content {
        padding-right: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .graduate-events .content-items .image {
        position: initial;
        width: 100%;
    }
    .academics-section .ac-overview .gallery .gallery-image {
        margin-bottom: 20px;
        text-align: center;
    }
    .overview-content .graduets-counter h2{
        justify-content: center;
    }
    .graduets-counter {
        text-align: center;
    }
    .overview-image{
        margin: 0px auto;
        text-align: center;
    }
    .overview-image .title h2 {
        justify-content: center;
    }
    main.content-row {
        padding: 30px 10px;
    }
    .breadcrumbs{
        margin: 0 0 20px;
    }
    .logo__footer img {
        max-width: 65px;
    }
    .gss-navbar {
       padding: 0px;
       max-width: 100%;
    }
    .gss-hindi-name {
        font-size: 12px;
        font-weight: 600;
    }
    .sticky .header{
        top: 0;
    }
    .gss-s {
        font-size: 8px !important;
        line-height: 12px;
        display: inline-block;
    }
    .addmission-btn{
        width: 100%;
        padding: 10px;
        margin-top: 10px;
    }
    .carousel-item img{
        height: auto;
    }
    .banner_slider{
        margin-top: 0px;
    }
    .navbar-expand-lg{
        max-width: 100%;
        border-radius: 0px;
    }
    .background__red{
        clip-path:none;
    }
    .education_system {
        padding: 30px 0px 50px;
    }
    .education_sect_system {
        font-size: 24px;
    }
    .images_ch h2{
            font-size: 18px;
            margin: 11px 0px 5px;
    }
    .charman_blog{
        margin-bottom: 20px;
    }
    .section{
        padding: 30px 0px;
    }
    .title-section h2 {
        font-size: 24px;
    }
    .title-section {
        margin-bottom: 10px;
    }
    .engage_with h5{
        margin-bottom: 0px;
    }
   
    .cricular__section {
        margin-bottom: 30px;
    }
    ul.all_circulars_point {
        padding: 0;
    }
    ul.all_circulars_point li {
        font-size: 14px;
        margin: 6px 0px;
    }
    .top_header{
        text-align: center;
    }
    .collage_address {
        font-size: 15px;
        padding: 0px 20px;
    }
    ul.social_media{
        justify-content: center;
    }
    .navbar-expand-lg{
        width: 100%;
    }
    .nav-dd-heading{
        margin-top: 0px;
    }
    .mega-dropdown-menu{
            padding: 12px 10px 10px 10px;
    }
    .research__highlight_grid::before{
        left: 0px;
        top: 0px;
    }
}





