.landing-text h1 {
    color: #fff;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 5.5rem;
    margin-bottom: 0rem;
}
h1 {
    font-size: 4.8rem;
    line-height: 6rem;
    font-weight: 300;
    padding: 0 24rem 6rem 0;
}
h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700;
    position: relative;
    color: var(--fontcolor);
    margin-bottom: 3rem;
}
h3 {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
}
h4 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
h5 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
h6 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
}
span {
    font-size: 1.6rem;
}
p {
    margin: 0;
    padding-bottom: 2rem;
}
blockquote {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
    color: var(--fontcolor);
    margin-bottom: 3rem;
    font-family: var(--familyMonts);
    margin-bottom: 0;
}
.white-text {
    color: #fff;
    font-size: 3.4rem;
    font-weight: 700;
}
p.close.agree {
    float: right;
}
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #26262cbd;
    display: none;
    width: 100%!important;
}
#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 580px;
    height: 850px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
#boxes #dialog {
    width: 600px;
    height: auto;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    box-shadow: 0 0 1rem #ddd;
    position: fixed;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.banner.desktop-banner {
    margin-bottom: 8rem;
    position: relative;
}
.banner::before {
    background: linear-gradient(#111111d6, transparent);
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 35%;
    z-index: 9;
}
.banner .carousel-inner {
    overflow: visible;
}
.banner .carousel-item {
    height: 100%;
    min-height: 95vh;
    background: no-repeat top center;
    background-size: cover;
}
.banner .carousel-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: var(--w-full);
    background: url(../images/gradient.html) no-repeat;
    z-index: 9;
    background-size: cover;
    opacity: 0.7;
}
.banner-text {
    display: var(--flex);
    flex-wrap: wrap;
    text-align: left;
    max-width: 56rem;
    background: #DA3948CC;
    padding: 7rem 7rem 5rem;
}
.banner-text  strong {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 6rem;
    line-height: 6.6rem;
    letter-spacing: -0.96px;
    font-family: var(--familyMonts);
}
.banner-text p {
    font-size: 3.6rem;
    font-family: var(--familyMonts);
    color: #fff;
    line-height: 4.4rem;
    margin-top: 2rem;
}
.banner-text p span {
    font-weight: 600;
    font-style: italic;
    display: block;
    font-size: 3.6rem;
}
.banner-text span strong {
    font-weight: 300;
    color: #FFC400;
}
.text-bnr-inn {
    display: inline-block;
    background: #00000091;
    padding: 3rem;
    text-align: left;
    width: 70rem;
    border-left: .2rem solid #FCCF1470;
    margin: 12rem 0 0 -.2rem;
}
.banner .carousel-caption.banner-content {
    bottom: -10rem;
    padding-bottom: 0;
    left: 0;
    right: 0;
    max-width: 1920px;
    margin: auto;
    padding-left: 10%}
.banner .carousel-indicators {
    display: var(--flex);
    justify-content: flex-end;
    bottom: 4%;
    margin: 0;
    margin: auto;
}
.banner .carousel-indicators li[data-bs-target] {
    text-indent: revert;
    border: 0;
    color: var(--colorwhite);
    background-color: #fff;
    height: .8rem;
    opacity: 0.53;
    width: .8rem;
}
.banner .carousel-indicators li p {
    color: var(--colorwhite);
    font-size: 3rem;
    margin-top: .5rem;
    margin-bottom: 0;
    line-height: 3rem;
    font-weight: 600;
}
.banner .carousel-indicators li span {
    font-size: 1.6rem;
    font-weight: 500;
}
.banner .carousel-indicators li.active[data-bs-target] {
    opacity: 1;
    border-color: #DA3948CC;
}
.home-video video {
    width: var(--w-full);
    height: 100vh;
    object-fit: cover;
}
.banner-btn {
    position: absolute;
    bottom: 5rem;
    z-index: 9;
    right: 12%}
.banner-apply {
    width: 37rem;
    background: #F3BE34;
    border-radius: 1rem;
    text-align: center;
    padding: 1rem 1rem;
}
.banner-apply p {
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    color: #DA3948;
    font-weight: bold;
}
.banner-apply p a {
    margin-left: 1rem;
}
.apply-bnr img {
    margin-left: 1rem;
}
.apply-bnr:hover {
    background: #DA3948;
    color: #fff;
}
.size-24 {
    font-size: 2.4rem;
    color: var(--fontcolor);
    line-height: 3.5rem;
    margin-bottom: 3rem;
    position: relative;
    display: block;
    font-weight: bold;
    font-family: var(--familyMonts);
}
.apply-online {
    display: inline-block;
    padding: 2.2rem 4rem;
    font-size: 2.4rem;
    color: var(--fontcolor);
    line-height: 2.5rem;
    font-weight: bold;
    font-family: var(--familyMonts);
}
.apply-online img {
    margin-left: 1rem;
}
.yellow-btn.apply-online:hover {
    background: #D3F2F5;
}
.counter-home {
    background: #D3F2F5;
    padding: 1rem 5rem;
}
.counter-home .number-count {
    color: #DA3948;
}
.counter-home blockquote {
    font-size: 3rem;
}
.counter-repeat {
    margin: 2rem 0;
}
.search-home {
    position: relative;
    margin: 6rem 0;
    z-index: 99;
}
.search-home input {
    background: #F3F3F3;
    font-size: 1.8rem;
    font-style: italic;
    border: 0;
    height: 5.5rem;
    border-radius: 3.5rem;
    padding: 1rem 6rem 1rem 2rem;
    font-family: var(--familyMonts);
}
.search-home .submit-btn a {
    position: absolute;
    right: 3rem;
    top: 1.5rem;
    height: 3rem;
    width: 3rem;
    margin: auto;
}
.ugp h2 a {
    color: #253C88;
}
.pgp h2 a {
    color: #253C88;
}
.dgp h2 a {
    color: #253C88;
}
.phgp h2 a {
    color: #253C88;
}
.uppd_progr .col-md-3 {
    position: relative;
}
.uppd_progr a {
    position: absolute;
    bottom: -20px;
}
.uppd_progr h2 a {
    font-size: 2.2rem;
    line-height: 1.3;
    box-shadow: 2px 4px 0px 1px #25366e;
    border: 1px solid #d5d6d8;
    padding: 10px 35px;
    text-align: center;
}
.Study-sec .col-md-4 {
    padding-right: 4rem;
    padding-bottom: 2rem;
}
.Study-sec .col-md-4 p {
    font-family: var(--familyMonts);
    line-height: 2.6rem;
    padding: 0 3.5rem 3rem 0;
}
.Study-sec h2 {
    font-family: var(--familyMonts);
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-weight: 700;
    position: relative;
    color: var(--fontcolor);
    margin-bottom: 3rem;
    display: block;
}
.oso-url a {
    color: #7D7D7D;
    font-size: 1.8rem;
    font-family: var(--familyMonts);
    display: flex;
    justify-content: space-between;
    margin: .8rem 0;
}
.oso-url a img {
    padding-right: 6rem;
}
.oso-url a:hover {
    color: #EA436E;
}
.view_all_pro {
    text-align: center;
    margin-top: 8rem;
}
.uppd_progr .row {
    --bs-gutter-x: 7rem;
}
.Research-sec {
    background: #f3f3f3;
}
.Research-sec .top-quote {
    font-size: 20px;
    padding: 0rem 0 20px;
    line-height: 30px;
    font-weight: 400px;
}
.Research-box {
    padding: 0 1rem;
}
.Research-box blockquote {
    font-size: 2rem;
    line-height: 3rem;
    padding: 3rem 0 0;
}
.Research-per span {
    font-family: var(--familyMonts);
    font-size: 20px;
    line-height: 3rem;
    font-weight: normal;
}
.Research-per strong {
    font-size: 14rem;
    color: #5DCDDB;
    font-weight: 600;
    letter-spacing: -10.38px;
    display: block;
    font-family: 'Oswald', sans-serif;
    line-height: 14rem;
    margin: 1rem 0 3rem;
}
.research_facts .owl-dot {
    background: #fff!important;
}
.research_facts .owl-dot.active {
    background: #000!important;
}
.research_facts p {
    font-size: 2.1rem;
}
.Research-per p {
    font-family: var(--familyMonts);
    font-weight: 600;
    padding: 0 8rem 0 0;
}
.we-text {
    padding: 2rem 0rem 0 0;
}
.we-text blockquote {
    color: #000;
    margin-bottom: 5rem;
    font-size: 2rem;
    line-height: 3.2rem;
    padding-right: 4rem;
}
.we-text a {
    display: inline-block;
}
.we-text a:hover img {
    transform: translateX(.5rem);
}
.ic-logo-box {
    text-align: center;
    padding: 0 2rem;
    border-right: .2rem solid #ddd;
    min-height: 16rem;
}
.col-lg-9 .col-lg-3:last-child .ic-logo-box {
    padding: 0 ;
    border-right: 0;
}
.ic-logo-box span {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--familyMonts);
    line-height: 1.8rem;
}
.ic-logo-box figure {
    overflow: hidden;
    margin-bottom: 1rem;
}
.ic-logo-box p {
    font-size: 1.4rem;
    font-family: var(--familyMonts);
    line-height: 1.8rem;
    color: #000;
    padding-bottom: 0;
}
.ic-color {
    width: 21%}
.ic-color-box {
    background: #DA3948;
    height: 100%;
    padding: 8rem 4rem;
}
.ic-color-box h2 {
    color: #fff;
    margin: 0;
}
.ic-sec .row {
    align-items: center;
}
.ic-sec .col-lg-9 {
    width: 79%}
.ic-sec .col-lg-9 .col-lg-3:nth-child(2) img {
    width: 8.5rem;
}
.collaborations_link {
    display: block;
    margin-top: 3rem;
    text-align: center;
}
.life-sec {
    position: relative;
    padding: 12rem 0;
    background: url('../images/banner-img3.jpg') no-repeat right top / cover;
    background-attachment: fixed;
}
.life-sec::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,  0,  0,  0.5);
}
.life-sec h2 {
    color: #fff;
    font-size: 3.4rem;
    margin-bottom: 1.5rem;
}
.life-sec .portfolio-item {
    width: 40rem;
    margin-left: auto;
}
.life-sec .accordion-item {
    border: 0;
    margin-bottom: .2rem;
    background: none;
}
.life-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #3053D3;
    color: #fff;
}
.life-sec .accordion-button {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    font-family: var(--familyMonts);
    background-color: #253C88;
    padding: 1.5rem 2rem;
    min-height: 8rem;
    border-left: 1.5rem solid #253C88;
    transition: 0.3s;
}
.life-sec .accordion-button span {
    min-width: 8rem;
}
.life-sec .accordion-button:hover {
    border-color: #DA3948;
}
.life-sec .accordion-button::after {
    display: none;
}
.life-sec .accordion-body {
    padding: 0rem 0 0rem 1.25rem;
}
.life-menu-acc a {
    font-size: 2.1rem;
    line-height: 3rem;
    color: #fff;
    font-family: var(--familyMonts);
    padding: 1.4rem 3rem;
}
.life-menu-acc {
    background: #313131;
    padding: 3.5rem 2rem;
    position: relative;
}
.Placement-sec {
    background: url('../images/placement-banner.jpg') no-repeat;
    padding: 10rem 0;
    background-attachment: fixed;
    background-size: cover;
}
.home-recruiters-slider {
    background: #FFF;
    padding: 5rem;
}
.home-recruiters-slider .owl-item img {
    width: auto;
}
.Our-Recruiters {
    text-align: center;
}
.Our-Recruiters a {
    background: #EE7832;
    margin: 0;
    padding: 1rem 3rem;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 9;
    top: 2.7rem;
}
.Our-Recruiters a:hover {
    background: #4599A4;
}
.placement-top {
    max-width: 45rem;
}
.placement-top h2 {
    display: flex;
    margin-bottom: 4rem;
    font-size: 3.2rem;
    line-height: 4.2rem;
}
.Our-Recruiters .collaborations_link {
    background: none!important;
}
.slider-LPA h3 {
    font-size: 4rem;
    line-height: 5rem;
    font-weight: bold;
    color: #4599A4;
}
.slider-LPA h3 span {
    font-size: 5rem;
    font-weight: 500;
}
.slider-LPA p {
    font-family: var(--familyMonts);
    font-size: 2.1rem;
    line-height: 3rem;
    color: #000;
    font-weight: 500;
    padding-right: 2rem;
}
.slider-LPA .owl-dots {
    padding-top: 1.5rem;
}
.testim-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
    align-items: flex-end;
}
.testim-head blockquote {
    font-weight: 400;
}
.heading-left blockquote {
    font-size: 6rem;
    line-height: 7rem;
}
.alumni-right {
    text-align: right;
}
.alumni-right strong {
    color: #4599A4;
    font-size: 7.2rem;
    font-family: var(--familyMonts);
    line-height: 7.2rem;
}
.testimoni-inn {
    position: relative;
}
.testimoni-slider.owl-carousel  .owl-item img {
    width: auto;
}
.testimoni-content {
    background: #11468f;
    text-align: center;
    padding: 10px 50px;
}
.testimoni-content blockquote {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    margin: 0px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: inherit;
}
.testimoni-content img {
    margin: auto;
}
.testimoni-content p {
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
    font-family: var(--familyMonts);
}
.testimoni-content p span {
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #f3be34;
}
.testi-video {
    position: relative;
    height: 100%}
.testi-video::after {
    background: url('../images/play-circle.svg')no-repeat center center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background-size: 10%}
.testi-video:hover::after {
    background-size: 11%;
    background-color: #EE783242;
}
.more-board {
    position: absolute;
    bottom: 0rem;
    right: 1rem;
    z-index: 9;
}
.more-board:hover img {
    transform: translateX(.5rem);
}
.testimoni-slider .owl-dot {
    background: #5DCDDB!important;
}
.testimoni-slider .owl-dot.active {
    opacity: 1;
    background: #DA3948!important;
}
.notice-ancmnt .container {
    display: flex;
    flex-wrap: wrap;
}
.testimoni-slider .col-lg-6 {
    width: 92%}
.testimoni-content blockquote span {
    color: #fff;
    font-size: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.Recruiters-slider {
    height: 5rem;
}
.home-recruiters-slider .collaborations_link {
    padding: 1rem 3rem 0;
}
.We-Believe-sec.max-w.pdt-10.pdb-5 {
    overflow: hidden;
}
.mob-bnr {
    display: none;
}
.desk-bnr {
    display: block;
}
.Research-sec h2 {
    margin-bottom: 1.6rem;
}
.Research-sec h2 a {
    margin-left: 4rem;
}
.Research-sec h2 a img {
    filter: grayscale(100%);
}
.research_counter {
    padding: 2rem 0 0;
}
.research_counter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.research_counter ul li {
    width: 20%}
.research_counter ul li .number-count {
    font-size: 4rem;
    color: #DA3948;
}
.research_counter ul li p, .research_counter ul li p span {
    font-size: 19px;
}
#news-slider {
    margin-top: 30px;
}
.post-slide {
    margin: 0px 15px 50px;
    border-radius: 15px;
    padding-top: 1px;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
    height: 230px;
}
.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}
.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}
.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}
#news-slider1 .post-content {
    height: 85px;
}
.post-slide .post-content {
    padding: 20px 20px 30px;
    height: 150px;
}
.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}
.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}
.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}
.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}
.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: 34%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 34%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after, .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
    content: "\f105"}
@media only screen and (max-width:1280px) {
    .post-slide .post-content {
    padding: 0px 15px 25px 15px;
}
}#counter {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0px 0px 0;
    width: 100%}
#counter .item {
    text-align: center;
}
#counter .item .count {
    color: #f3be34;
    margin-bottom: 5px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}
#counter .item h3 {
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0;
}
.banner.desktop-banner {
    margin-bottom: 0px!important;
}
.flash {
    animation-duration: 0.9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    font-weight: bold;
    margin: 6px 0 0;
}
@keyframes flash {
    from {
    color: red;
}
to {
    color: yellow;
}
}.testimonial {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3d5a80;
    color: #3d5a80;
}
.testimonial-slide {
    padding: 0px 20px;
    margin-bottom: 30px;
}
.testimonial_box-top {
    background-color: #fff;
    padding: 30px 30px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 12px;
    border: 1px solid #ccc;
}
.testimonial_box-icon {
    padding: 10px 0;
}
.testimonial_box-icon i {
    font-size: 25px;
    color: #f3be34;
}
.testimonial_box-text {
    padding: 10px 0;
}
.testimonial_box-text p {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    text-align: left;
}
.testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}
.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}
.testimonial_box-name {
    padding-top: 10px;
}
.testimonial_box-name h4 {
    font-size: 15px;
    line-height: 18px;
    color: #da3948;
    margin-bottom: 0;
    text-align: center;
}
.testimonial_box-job p {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.testimonial_box-text blockquote {
    color: #000;
}
.searchBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #2f3640;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
}
.searchBox:hover > .searchInput {
    width: 240px;
    padding: 0 6px;
}
.searchBox:hover > .searchButton {
    background: white;
    color: #2f3640;
}
.searchButton {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.searchInput {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: white;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
}
@media screen and (max-width:620px) {
    .searchBox: hover > .searchInput {
    width: 150px;
    padding: 0 6px;
}
}.aboutranking {
    margin-top: 80px;
}
.Study-sec .search-home {
    margin: -58px 0 90px;
}
.upcoming1 {
    background: #4599a4;
    padding: 30px;
    margin: 0 0 30px;
    color: #fff;
}
.pinkClr {
    background: #ea436e!important;
}
.blueClr {
    background: #4599a4!important;
}
.upcoming1 .flash {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
}
.upcoming1 ul li {
    list-style: disc;
    color: #ffd15a;
}
.newSection {
    margin: 0 0 10px;
    background: #000;
}
.newSection .row, .newSection .col-lg-6 {
    padding: 0!important;
}
.newSection h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 15px;
}
.newSection-Left {
    background: url('../images/thinkBg.html') no-repeat;
    background-size: cover;
    padding: 120px 50px;
}
.newSection-Right {
    background: #f02f2f;
    padding: 120px 50px;
}
.newSection-Left ul, .newSection-Right ul, .newSection p, .newSection-Left .slide__content h4 {
    color: #fff;
    margin: 0 50px;
}
.newSection p {
    line-height: 22px;
}
.newSection-Left ul li, .newSection-Right ul li {
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    list-style: none;
    color: #fff;
}
.newSection-Right h5 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
}
.newSection-Right p {
    font-size: 19px;
    font-weight: bold;
}
$slick-dot-width:20px;
    $slick-dot-height: 20px;
    $slick-dot-color: white;
    $slick-dot-color-active: $slick-dot-color;
    $slick-opacity-default: 0.75;
    $slick-opacity-on-hover: 1;
    $slick-opacity-not-active: 0.25;
    $playball: 'Playball', cursive;
    $poppins: 'Poppins', sans-serif;
    @media (min-width: 992px) {
    .slider, .slide {
    height: 80vh;
}
}.slide {
    position: relative;
}
@media (min-width:992px) {
    .slide .slide__img {
    top: 50%;
    left: 0;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1!important;
    animation-duration: 3s;
    transition: all 1s ease;
}
}.banner__slider .slide__content {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(0%, 0%);
}
.slide__content .slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%);
}
.slide__content .slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}
.slide__content--headings {
    color: #FFF;
}
.slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
}
.slide__content--headings .animated {
    transition: all .5s ease;
}
.top-title {
    font-family: $playball;
    font-size: 2.5rem;
}
.title {
    font-size: 3.5rem;
}
.button-custom {
    text-decoration: none;
    color: #333;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
}
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: 0px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.simple-dots .slick-dots li {
    width: $slick-dot-width;
    height: $slick-dot-height;
}
.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: $slick-dot-color;
    opacity: $slick-opacity-not-active;
    width: $slick-dot-width;
    height: $slick-dot-height;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
    opacity: $slick-opacity-on-hover;
}
.simple-dots .slick-dots li button .slick-active button {
    color: $slick-dot-color-active;
    opacity: $slick-opacity-default;
}
.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}
.stick-dots .slick-dots li button {
    position: relative;
    background-color: $slick-dot-color;
    opacity: $slick-opacity-not-active;
    width: 50px;
    height: 3px;
    padding: 0;
}
.stick-dots .slick-dots li:hover, .stick-dots .slick-dots li:focus {
    opacity: $slick-opacity-on-hover;
}
.stick-dots .slick-dots li .slick-active button {
    color: $slick-dot-color-active;
    opacity: $slick-opacity-default;
}
.stick-dots .slick-dots li:hover, .stick-dots .slick-dots li:focus {
    opacity: $slick-opacity-on-hover;
}
@keyframes zoomInImage {
    from {
    transform: scale3d(1, 1, 1);
}
to {
    transform: scale3d(1.1, 1.1, 1.1);
}
}.zoomInImage {
    animation-name: zoomInImage;
}
@keyframes zoomOutImage {
    from {
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    transform: scale3d(1, 1, 1);
}
}.zoomOutImage {
    animation-name: zoomOutImage;
}
.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}
@keyframes stroke {
    52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
}
52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
}
100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
}
}.slick-track {
    min-height: 200px;
}
.newSection-Left p {
    font-size: 15px;
    margin: 21px 50px 0;
}
.slick-slide img.animated {
    width: 350px;
    margin-right: 20px;
}
.newSection-Left .slide__content h4 a {
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}
.newSection-Left .slide__content h4 a:hover {
    color: #f44;
    text-decoration: underline!important;
}
@media (max-width:1440px) {
    .slick-slide img.animated {
    width: 310px;
}
}@media (max-width:767px) {
    .banner__slider .slide__content {
    position: relative;
    left: auto;
}
.newSection-Left ul, .newSection-Right ul, .newSection p, .newSection-Left .slide__content h4, .newSection-Left p {
    margin: 0 auto;
}
.newSection-Left .slide__content h4 a {
    margin: 20px 0 auto;
}
.upcomingDiv .testimonial_box-top {
    height: auto!important;
}
.upcoming-section {
    padding: 15px 0 0;
}
.search-home {
    margin: 0rem 0 2.5rem!important;
}
.We-Believe-sec {
    padding-top: 5rem!important;
}
}.upcomingDiv .testimonial_box-top {
    border: none!important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
    padding: 0px;
    height: 330px;
    display: block;
}
.upcomingDiv .upcoming-img {
    padding: 0;
}
.upcomingDiv .upcoming-img img {
    border-radius: 0px;
    width: 100%;
    height: auto;
    border: none;
}
.upcomingDiv .upcoming-text {
    text-align: left;
    font-size: 13px;
}
.upcomingDiv .upcoming-text span {
    font-size: 12px;
    color: #b1afaf;
}
.upcoming-right-bottom a {
    color: #da3948;
    font-size: 15px;
    float: left;
    font-weight: 500;
}
.upcoming-right-bottom a:hover {
    text-decoration: underline!important;
}
.upcoming-text p {
    padding: 0 0 0px;
}
.upcoming-text p a {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
    line-height: 1.3;
    margin-top: 0px;
}
.upcoming-right-top img {
    width: 40px;
    float: left;
    margin-left: -12px;
}
.home-heading a {
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-weight: 700;
    margin-left: 0!important;
}
.achievements-faculty-bg {
    background-repeat: no-repeat!important;
    background-size: 100%!important;
    background-position: top;
}
.achievements-faculty-bg h1 {
    padding: 25rem 0rem 7rem 0rem!important;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 2px 2px #333333;
    line-height: 45px;
}
.student-adventure-club-new-section .col-md-3 a {
    padding: 20px 0!important;
    color: #fff;
    background-color: #153558;
    border-bottom: 2px solid #000!important;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.student-adventure-club-new-section .col-md-3 a.active {
    color: #000;
    background-color: #ffe5b4;
    border-bottom: 2px solid #000!important;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.academic-seaction {
    margin: 0rem auto 0rem;
}
.student_affair_club_right {
    padding: 1rem 0rem 0rem;
}
.upcoming-treks-div img {
    width: 100%;
    height: 230px;
    border-radius: 10px;
}
.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
}
.student_affair_club_right {
    padding: 1rem 0rem 0rem;
}
ul.commn-ul.department {
    margin-bottom: 3rem;
}
.commn-ul.department.ordianc li {
    width: 100%}
.commn-ul li {
    padding: 0.1rem 0 0.1rem 3rem;
    position: relative;
    margin-bottom: 1rem;
}
.infra-slider .owl-dots {
    display: none!important;
}
img {
    border-radius: 10px;
}
.show-more-btn {
    background: #ffa500;
    line-height: 4.5rem;
    text-align: center;
    color: #000;
    border-radius: 5px;
    margin: 40px 5px;
    font-size: 1.5rem;
    border: none;
}
.show-more-btn:hover {
    background: #153558;
    color: #fff;
}
h1 {
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 600;
    padding: 0 0rem 2rem 0;
}
.cursor-pointer {
    cursor: pointer;
}
.arc-li-style {
    border-bottom: 1px solid #fff;
    margin-bottom: 2rem;
}
.faq-sec .accordion-button {
    font-weight: 500;
    font-size: 2rem;
    color: #ffffff;
    background-color: #153558;
    padding: 1.8rem 2rem 1.8rem 3rem;
    box-shadow: none;
}
.faq-sec .accordion-button:not(.collapsed) {
    background-color: #143558;
    color: #ffffff;
    box-shadow: none;
}
.faq-sec .accordion-body {
    padding: 2rem 3rem;
    background: #ffffff;
}
.overly-clr {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%}
.download-data .download-h p {
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    padding-bottom: 0;
}
.download-data img {
    border-radius: 0px!important;
}
.faq-sec.important .accordion-button:not(.collapsed) {
    background-color: #153558;
    box-shadow: none;
}
.faq-sec.important .accordion-button {
    background-color: #153558;
}
.nav-pills {
    font-size: 15px;
}
.table {
    font-size: 15px;
    border-collapse: collapse;
}
.nav-pills .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #153558;
    padding: 8px 30px;
    border: 0px;
    border-radius: 10px 10px 0px 0px;
    margin: 5px 5px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #be283c;
    padding: 8px 30px;
    border: 0px;
    border-radius: 10px 10px 0px 0px;
}
.btn.btn-primary {
    background: #be283c;
    border: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
@media (max-width:767px) {
    .timeline-carousel.history-timeline-section {
    padding: 3rem 2.5rem 0rem 2.5rem!important;
}
#news-slider .post-slide {
    box-shadow: 0 0 10px #ccc;
}
.Research-sec .top-quote {
    font-size: 1.6rem!important;
    line-height: 2.8rem!important;
    padding-bottom: 0;
}
#counter {
    display: block;
}
.research_counter ul li {
    width: 100%}
.research_counter ul li p {
    font-family: var(--familyMonts);
    font-weight: 500;
}
#news-slider {
    margin-top: 0;
}
.custom-tab .tab-content > .tab-pane {
    display: none!important;
}
}.sports-committee-section .faculty-name {
    padding: 2rem 5px;
    background: #153558;
    color: #fff;
}
.sports-committee-section .classpage a {
    border: 3px solid #484848;
    color: #fff;
}
.sports-committee-section a p {
    color: #fff;
    font-size: 14px;
}
.sports-committee-section a span {
    color: #fff;
}
.sports-committee-section .faculty-name a span:hover {
    color: #fff!important;
}
.sports-infra-section {
    padding: 0 50px;
    margin: 30px 0 0;
}
.sport-img1 img {
    margin-bottom: 20px;
    border-radius: 10px 0px 10px 0;
}
.sport-img2 img, .sport-img3 img {
    margin-bottom: 20px;
    border-radius: 0px 20px 0px 10px;
}
.sport-img4 img {
    margin-bottom: 20px;
    border-radius: 20px 0px 10px 0px;
}
.sport-img5 img, .sport-img10 img {
    margin-bottom: 20px;
    border-radius: 20px 20px 20px 20px;
}
.sport-img6 img, .sport-img8 img {
    margin-bottom: 20px;
    border-radius: 20px 0px 20px 0;
}
.sport-img7 img, .sport-img9 img {
    margin-bottom: 20px;
    border-radius: 0px 20px 0px 20px;
}
.sports-infra-section .testimonial {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #3d5a80;
    padding: 0;
}
.sports-infra-section .testimonial_box-top {
    background-color: #e0fbfc00;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 0px solid #fff;
}
.sports-infra-section .sport-overlay {
    text-align: center;
    padding: 0rem 2rem;
}
.sports-infra-section .sport-overlay p {
    margin-top: -65px;
    color: #fff;
    font-size: 22px;
    position: absolute;
}
.sports-infra-section .pdt-5 {
    padding-top: 5rem!important;
}
.sports-committee-section .faculty-name {
    padding: 2rem 5px;
    background: #153558;
    color: #fff;
}
.faculty-name span, .profname {
    color: #063b7e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.8rem;
}
.achievements-bg-clr {
    background: #153558bf;
    padding: 0rem 3rem 0rem;
    border-radius: 10px;
}
.post-slide {
    margin: 0px 15px 50px;
    border-radius: 15px;
    padding-top: 1px;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
    height: 230px;
}
.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}
.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}
.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}
.post-slide .post-content {
    padding: 20px 20px 30px;
    background: #fff;
}
.post-content a {
    font-family: var(--familyRobo);
}
.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}
.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}
.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}
.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}
#news-slider1 .owl-item {
    height: 480px;
}
.student-council-left-inner {
    background: #ffe5b4;
    padding: 5rem 5rem 5rem 10rem;
    height: 100%}
.student-council-right-inner {
    background: linear-gradient(0deg, rgba(24, 42, 68, 0.65), rgb(47, 65, 89)), url(../images/about-main-img1.jpg);
    padding: 5rem 10rem 5rem 5rem;
    background-position: center;
    background-size: cover;
}
.student-council-right-contentpart h2, .student-council-right-contentpart li, .achievements-faculty-para h6 {
    color: #fff;
}
.student-council-new-section2 .administrative-Ofc-tab-section {
    background: #f1f1f1;
    padding-top: 5rem;
}
.student-council-new-section2 .class-right-borderblk {
    border-right: 1px solid #000;
    padding: 0 4rem 0 0;
}
#wrapper-scrollbar {
    width: 100%}
.administrative-Ofc-tab-section .nav-tabs {
    width: 100%;
    padding: 0px 0px 7px 0px;
    margin: 0px 0px;
}
.student-council-new-section2 .nav-tabs {
    border-bottom: 1px solid #dee2e600;
}
.student-council-new-section2 .administrative-Ofc-tab-section .nav-tabs .nav-item {
    border-bottom: 1px solid #000;
}
.administrative-Ofc-tab-section .nav-tabs .nav-item {
    width: 100%;
    margin: 0.3rem 0rem;
}
.student-council-new-section2 .administrative-Ofc-tab-section .nav-tabs .nav-item .nav-link-p {
    background: #f1f1f1;
    color: #000;
}
.administrative-Ofc-tab-section .nav-tabs .nav-item .nav-link-p {
    width: 100%;
    background: #153558;
    padding: 1rem;
    margin: 0rem;
    color: #fff;
    border-radius: 5px;
}
.nav-tabs .nav-item p {
    padding: 0 2rem;
    cursor: pointer;
}
.student-council-new-section2 .administrative-Ofc-tab-section .nav-tabs .nav-item .nav-link-p:hover {
    background: #153558;
    color: #fff;
}
.administrative-Ofc-tab-section .nav-tabs .nav-item .nav-link-p:hover {
    width: 100%;
    background: #ffe5b4;
    padding: 1rem;
    margin: 0rem;
    color: #000;
}
.student-club-overview-section {
    background: #153558;
    padding: 50px 0;
}
.performing-arts-club-section {
    background: #fff;
    padding: 50px 30px 80px;
    margin-left: -110px;
    width: 100%;
    margin-top: 100px;
    border-radius: 10px;
}
.timeline-carousel.history-timeline-section {
    padding: 3rem 6rem 0rem 6rem;
    position: relative;
    overflow: hidden;
    background: #010055 url(../images/historyBgn.png) no-repeat;
    background-position: bottom;
}
.timeline-carousel h2 {
    color: #fff!important;
    font-size: 2.8rem;
    line-height: 50px;
    font-weight: 700;
    margin-top: 0px;
    text-align: center;
}
.timeline-carousel h2 {
    font-size: 2rem;
    font-weight: 600;
}
.history-view-more {
    margin: 0 0 10px;
    text-align: center;
}
.history-view-more a {
    padding: 5px 20px;
    width: 125px;
    color: #000;
    background: #ffa500;
    border-radius: 5px;
}
.history-view-more a:hover {
    color: #fff;
    background: #153558;
}
.history-timeline-section .slick-prev {
    position: absolute;
    left: -60px;
    top: 40%;
    border-radius: 0px;
    width: 28px;
    height: 28px;
    display: block!important;
}
.timeline-carousel .media-wrapper {
    padding-bottom: 50.4%;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    width: 96%;
    border-radius: 10px;
}
.year {
    font-size: 31px;
    line-height: 36px;
    color: #ffffff;
    display: table;
    letter-spacing: -1px;
    padding-right: 10px;
    z-index: 1;
    position: relative;
    margin: 20px 0 10px;
    font-weight: 900;
}
.history-timeline-section p {
    color: #ffffff;
    margin: 1rem 1rem 0rem 0rem;
    text-align: center;
}
.infra-img {
    width: 270px;
    height: 180px;
}
.slick-next {
    top: 120px !important;
}
@media only screen and (max-width:600px) {
    .history-view-more {
    text-align: center!important;
    float: none!important;
    margin-right: 20px;
    margin-left: 20px;
}
.history-view-more a {
    width: 100%!important;
}
.slick-next {
    top: 102px!important;
}
.achievements-faculty-bg {
    padding: 0rem;
    background-size: cover!important;
    text-align: right;
}
.achievements-faculty-bg {
    height: auto;
}
.card-header p {
    font-size: 14px!important;
    color: #ffffff!important;
}
.student-council-left-inner {
    padding: 3rem 2rem 3rem 2rem;
}
.student-council-right-inner {
    padding: 3rem 2rem 3rem 2rem;
}
.accreditations_sec ul li {
    background: #c2d0fc26;
}
.Infrastructure-tab .tab-content>.tab-pane {
    display: block;
}
.document-data-sec, .document-data-sec .col-lg-7, .document-data {
    padding-left: 0px!important;
}
.document-data blockquote {
    margin-bottom: 6rem;
}
.Association-contact blockquote {
    font-size: 16px;
}
}.gallery-thumb-sec figure img {
    width: 100%!important;
    height: auto!important;
}
.testimonial-img img {
    width: 200px;
    border: 5px solid #ef4014;
    margin-bottom: 20px;
}
.testimonial-img img {
    width: 130px;
    border: 5px solid #ef4014;
    margin-top: -120px;
    margin-bottom: 20px;
    border-radius: 50%}
.main-testimonial-area {
    background: wheat;
    padding: 50px;
    margin-top: 100px;
    margin-bottom: 50px;
    border-radius: 25px;
    box-shadow: 0px 4px 10px 0px #d9d9d9;
}
.testimonial-img img {
    display: inline!important;
    width: 200px!important;
    border: 5px solid #ef4014;
    margin-top: -120px!important;
    margin-bottom: 20px!important;
    border-radius: 50%!important;
}
.owl-dots {
    display: none;
}
@media only screen and (max-width:600px) {
    .landing-text h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
}
}.mg-0 {
    margin-bottom: 0px;
}
.sec_title {
    font-size: 3.4rem;
    line-height: 4rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
}
.box_date {
    box-shadow: 0 0 10px rgba(0,  0,  0,  0.15),  0 3px 3px rgba(0,  0,  0,  0.15);
    margin-left: 0px;
    margin-bottom: -38px;
    top: 0em;
    position: relative;
    background: #2f2424;
    height: 5em;
    padding: 4px;
    max-width: 25%}
.up_month {
    font-size: 16px!important;
    color: #fff!important;
    text-align: center;
    padding-top: 3px;
}
.up_day {
    margin-top: -4px;
    font-size: 22px!important;
    color: #fff!important;
    text-align: center;
    font-weight: 700;
}
.upcomingDiv .upcoming-text {
    padding: 10px 22px;
}
.upcoming-section {
    background: #f3f3f3;
}
@media only screen and (max-width:767px) {
    .achievements-bg-clr {
    border-radius: 0px;
}
.pg-top0 {
    padding-top: 0px!important;
}
.sec-margin {
    margin-top: 50px;
    margin-bottom: 20px;
}
.mob_title {
    font-size: 2.8rem!important;
    line-height: 3.8rem;
}
.sec_title {
    font-size: 2.6rem;
}
.upcomingDiv .testimonial_box-top {
    min-height: 330px;
}
.upcomingDiv {
    padding: 0 5px;
}
.upcoming-text p a {
    font-size: 15px;
}
.we-text p {
    padding-bottom: 0;
}
}@media (max-width:1399px) {
    .upcomingDiv .testimonial_box-top {
    height: 300px;
}
.upcoming-text p a {
    font-size: 14px;
}
.upcomingDiv .upcoming-text {
    padding: 10px 15px;
}
}