﻿:root {
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --color: #c7232f;
  --color2: #161d27;
  --color2-dark: #0f131a;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
 
}

.section {
  margin: 0 auto;
  padding: 6rem 0 2rem;
}
.uyfuf_tri a.brand img {
    width: 240px;
}

.uyfuf_tri {
    width: 390px;
}
.uyfugfgf_tri {
    width: 44%;
}
.uyfuy_tri{padding:10px;}
.uyfugfgf_tri img {
    height: 165px;
    object-fit: contain;
    background: #fff;
    border: 2px solid #dd2608;
}
.uyfugf_tri {
    width: 22%;
}
.uyfugfgf_tri img {
    /* height: 140px; */
}
.top_header_tri .menu .menu__inner .menu__item:hover > .menu__link {
    color: #dd2608;
    background: #fff;
    border-radius: 0;
}
.top_header_tri .submenu .submenu__list li a {
    font-size: 15px;
}
.top_header_tri  .submenu .submenu__inner {
    width: 22%;
}
header .container {
  max-width: 1300px;
  /* max-width: 75rem; */
  height: auto;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding: 0rem 1rem;
}
header ul.menu__inner{margin:0;}
.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: var(--shadow-medium);
    transition: ease all .4s;
    z-index:77777;
}
header.header.header_tri.fixed-header {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%);
    top: -31px;
}
.darkmode .header {
  background-color: var(--color2);
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* height: 65px; */
  margin: 10px auto 0;
}
.navbar .navbar__left {
  display: flex;
  align-items: center;
  flex: 0 0 24%;
}
@media (max-width: 766px) {
  .navbar .navbar__left {
    flex: 0 0 auto;
  }
}
.navbar .navbar__center {
  display: flex;
}
@media (max-width: 766px) {
  .navbar .navbar__center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
  }
}
.navbar .navbar__right {
  display: flex;
  flex: 0 0 17%;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (max-width: 766px) {
  .navbar .navbar__right {
    flex: 0 0 auto;
    align-items: center;
  }
}

.brand {
  display: flex;
  align-items: center;
  order: 1;
}
.brand svg {
  width: 60px;
  height: 60px;
}

@media (max-width: 766px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    max-width: 85%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    background-color: #fff;
    transform: translate(-100%);
    transition: all 0.4s ease-in-out;
  }
  .menu.is-active {
    transform: translate(0%);
  }
  .darkmode .menu {
    background-color: var(--color2);
  }
}
.menu .menu__header {
  display: none;
  box-shadow: var(--shadow-medium);
}
@media (max-width: 766px) {
  .menu .menu__header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }
  .menu .menu__header.is-active {
    visibility: visible;
    background-color: #fff;
  }
  .menu .menu__header.is-active > .menu__arrow {
    display: flex;
  }
  .darkmode .menu .menu__header.is-active {
    background-color: var(--color2);
  }
}
@media (max-width: 766px) {
  .menu .menu__header .menu__arrow {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 3rem;
  }
  .menu .menu__header .menu__arrow:hover i {
    color: var(--color);
  }
  .menu .menu__header .menu__arrow > i {
    font-size: 1.5rem;
    color: #000;
    transition: all 0.25s ease;
  }
  .darkmode .menu .menu__header .menu__arrow > i {
    color: #fff;
  }
}
@media (max-width: 766px) {
  .menu .menu__header .menu__title {
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    transition: all 0.25s ease;
  }
  .menu .menu__header .menu__title:hover {
    color: var(--color);
  }
  .darkmode .menu .menu__header .menu__title {
    color: #fff;
  }
}
@media (max-width: 766px) {
  .menu .menu__inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.menu .menu__inner .menu__item {
  position: static;
  display: inline-block;
  padding-right: 20px;
  padding: 0;
}
.menu .menu__inner .menu__item:last-child {
  padding-right: 0;
}
.menu .menu__inner .menu__item:hover > .menu__link {
  color: #fff;
  background: #dd2608;
}
.darkmode .menu .menu__inner .menu__item:hover > .menu__link {
  color: var(--color);
}
@media (max-width: 766px) {
  .menu .menu__inner .menu__item {
    display: block;
    padding: 0;
  }
}
@media (min-width: 767px) {
  .menu .menu__inner .menu__item:hover > .menu__link i {
    transform: rotate(-90deg);
  }
}
@media (min-width: 767px) {
  .menu .menu__inner .menu__item.menu__dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
.menu .menu__inner .menu__item .menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  transition: all 0.25s ease;
  border-radius: 8px 8px 0 0;
  padding: 20px 8px 28px;
  text-decoration: none !important;
}
@media (max-width: 766px) {
  .menu .menu__inner .menu__item .menu__link {
    justify-content: space-between;
    padding: 20px;
  }
}
.menu .menu__inner .menu__item .menu__link > i {
  margin-left: 5px;
  font-size: 1.35rem;
  transform: rotate(90deg);
  transition: 0.35s;
}
@media (max-width: 766px) {
  .menu .menu__inner .menu__item .menu__link > i {
    margin-left: 10px;
    transform: rotate(0deg);
  }
}
.darkmode .menu .menu__inner .menu__item .menu__link {
  color: #fff;
}

.submenu {
  position: absolute;
  z-index: 100;
  top: 110%;
  left: 64%;
  width: 100%;
  height: auto;
  padding: 13px 10px 20px;
  border-radius: 0.25rem;
  border-top: 2px solid #dd2608;
  background-color: #fff;
  box-shadow: var(--shadow-medium);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transform: translateX(-50%);
}
.darkmode .submenu {
  border-top: 2px solid var(--color);
  background-color: var(--color2);
}
@media (max-width: 766px) {
  .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 100px 15px 0 15px;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
  }
  .submenu.is-active {
    display: block;
  }
}
@media (min-width: 767px) {
  .submenu {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
@media (min-width: 767px) {
  .submenu.megamenu__normal {
    left: 65%;
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 767px) {
  .submenu.megamenu__text, .submenu.megamenu__image {
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 975px) {
  .submenu.megamenu__text, .submenu.megamenu__image {
    max-width: 880px;
  }
}
.submenu.megamenu__image .submenu__inner a {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 766px) {
  .submenu.megamenu__image .submenu__inner a {
    flex-flow: row;
    align-items: center;
    padding-bottom: 20px;
  }
}
.submenu.megamenu__image .submenu__inner a img {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 766px) {
  .submenu.megamenu__image .submenu__inner a img {
    width: 30%;
    height: 80px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.submenu .submenu__inner {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 766px) {
  .submenu .submenu__inner {
    width: 100%;
    padding: 0;
  }
}
.submenu .submenu__inner .submenu__title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.darkmode .submenu .submenu__inner .submenu__title {
  color: var(--color);
}
@media (max-width: 766px) {
  .submenu .submenu__list {
    margin-bottom: 20px;
  }
}
.submenu .submenu__list li {
  display: block;
  line-height: 1;
  margin: 0 auto;
  border-right: 1px solid #dddddd69;
}
.submenu .submenu__list li a {
  display: inline-block;
  padding: 7px 0;
  line-height: 1.4;
  text-transform: capitalize;
  color: #000;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
}
.submenu .submenu__list li a:hover {
  color: #dd2608;
  font-size: 15px;
}
@media (max-width: 766px) {
  .submenu .submenu__list li a {
    display: block;
  }
}
.darkmode .submenu .submenu__list li a {
  color: #fff;
}
.darkmode .submenu .submenu__list li a:hover {
  color: var(--color);
}

.switch {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 10px;
}
.switch .switch__light,
.switch .switch__dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}
.switch .switch__light {
  font-size: 20px;
  visibility: visible;
  color: #000;
}
.darkmode .switch .switch__light {
  font-size: 0;
  visibility: hidden;
}
.switch .switch__dark {
  font-size: 0;
  visibility: hidden;
  color: #fff;
}
.darkmode .switch .switch__dark {
  font-size: 20px;
  visibility: visible;
}

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
  pointer-events: none;
}
@media (max-width: 766px) {
  .overlay {
    cursor: url("../cPh9Zm5.png"), zoom-out;
    pointer-events: visible;
  }
  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  width: 25px;
  height: 15px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
@media (max-width: 766px) {
  .burger {display:block;
    opacity: 1;
    visibility: visible;
  }

}
.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: #000;
}
.darkmode .burger .burger-line {
  background: #fff;
}
.burger .burger-line:nth-child(1) {
  top: 0px;
}
.burger .burger-line:nth-child(2) {
  top: 8px;
  width: 70%;
}
.burger .burger-line:nth-child(3) {
  top: 16px;
}



.top_header_tri {
    background: #dd2608;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.top_header_tri .container {
    /* max-width: 1170px; */
    width: 1300px;
}

section.top_header_tri .navbar__center {
    display: flex;
    align-items: center;
    justify-content: end;
}

.top_header_tri .menu ul.menu__inner a.menu__link {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
    font-size: 13px;
    position: relative;
}
.top_header_tri .menu ul.menu__inner a.menu__link:before {
    content:'';
    border-left: 1px solid #ffffff8a;
    position: absolute;
    right: 0;
    top: 8px;
    height: 50%;
}

.top_header_tri .menu ul.menu__inner a.menu__link {
    position: relative;
}
.top_header_tri .menu ul.menu__inner a.menu__link:last-child:before{
    border-left: 0px solid #ffffff8a;
}

.top_header_tri .menu ul.menu__inner .blink_new {
        border-radius: 0;
    -webkit-animation: blink 800ms step-end infinite;
            animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink { 50% { background-color: #dd2608; }}
        @keyframes blink { 50% {background-color: #ff9934;color: #ffffff;}}
.menu .menu__inner .menu__item a.menu__link.fhtghbg_tri {
    background: #dd2608;
    color: #fff;
    border-radius: 4px;
    padding: 5px 14px 7px;
    /* text-transform: uppercase; */
    font-size: 13px;
    font-weight: 600;
}

section.top_header_tri .submenu.megamenu__text {
    border-bottom: 3px solid #dd2608;
    width: 100%;
    transition: all 0.35s ease-in-out;
    transform: translateX(0%);
    max-width: 100%;
    left: 0;
    background: #ffffff;
    padding: 20px 100px 40px;
    border-top: 0;
}
/*======== header ==========*/
   

/*====== footer =========*/

/*---------------footer------------------*/


section.banner_section_tri .owl-nav{position: absolute;color: white;bottom: 17rem;/* display: flex; *//* justify-content: space-between; */width: 100%;}
section.banner_section_tri .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    /* background: 0 0; */
    /* color: inherit; */
    /* background: #000000b3; */
    /* color: black; */
    /* box-shadow: 2px 2px 10px 2px #8080807a; */
    /* border: none; */
    /* padding: 0 !important; */
    /* line-height: 38px; */
    font: inheri;
    /* padding: 3px 12px; */
    /* font-size: 29px; */
}
/*section.banner_section_tri .iughk_tri{
margin-top: -60px;
}*/


.tydy_tri {
    background: #000;
}
.footer-area {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    background-image: url(../images/footer_bg.png);
    background-blend-mode: overlay;
    background-color: #000000c4;
    background-color: #000000a8;
    width: 100%;
    padding: 40px 0px 0;
    background-size: 100%;
    background-position: center;
}

    .footer-area .single-footer-widget {
        margin-bottom: 30px;
    }

        .footer-area .single-footer-widget p {
            color: #e4e4e4 !important;
            margin-top: 15px;
            line-height: 25px;
        }

    .footer-area .single-footer-widget {
        margin-bottom: 30px;
         color: #e4e4e4
    }

        .footer-area .single-footer-widget h3 {
            margin-bottom: 18px;
            position: relative;
            padding-bottom: 10px;
            border-bottom: 1px solid #ffffff6e;
            color: white;
            font-size: 20px;
            width: 200px;
        }

        .footer-area .single-footer-widget ul {
            padding-left: 17px;
            list-style-type: none;
            margin: 0;
        }

            .footer-area .single-footer-widget ul li {
                position: relative;
                margin-bottom: 8px;
                line-height: 1.8;
                color: #e4e4e4 !important;
                font-size: 15px;
            }

                .footer-area .single-footer-widget ul li::before {
                    background-color: #dd2608;
                }

                .footer-area .single-footer-widget ul li::before {
                    height: 7px;
                    width: 7px;
                    content: '';
                    left: -17px;
                    top: 10px;
                    position: absolute;
                }

                .footer-area .single-footer-widget p, .footer-area .single-footer-widget ul li, .single-footer-widget .footer-contact-info li a, .footer-area .single-footer-widget ul li a {
                    color: #e4e4e4 !important;
                    font-size: 14px;
                }

.footer-bottom-area {
    margin-top: 0px;
    /* border-top: 1px solid #ffffff5c; */
    padding-top: 10px;
    padding-bottom: 10px;
}

    .footer-bottom-area p {
        color: #ededed;
        font-size:12px;
        margin: 0;
    }

        .footer-bottom-area p a {
            color: #fe4a55;
        }

    .footer-bottom-area ul {
        text-align: right;
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .footer-bottom-area ul li {
            color: #ededed;
            position: relative;
            display: inline-block;
            margin-right: 20px;
            font-size: 12px;
        }

            .footer-bottom-area ul li::before {
                content: '';
                position: absolute;
                right: -12px;
                top: 5.5px;
                width: 1px;
                height: 14px;
                background-color: #ededed;
            }

            .footer-bottom-area ul li:last-child {
                margin-right: 0;
            }

            .footer-bottom-area ul li a {
                color: #fff;
            }
            .footer-bottom-area ul li:last-child::before {
                display:none;
            }

/*.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 100%;
    z-index: -1;
}*/

    .lines .line:nth-child(1) {
        margin-left: -25%;
    }

    /*.lines .line {
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: rgba(255, 255, 255, 0.1);
        overflow: hidden;
    }*/

        .lines .line:nth-child(1)::after {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

        .lines .line::after {
            content: "";
            display: block;
            position: absolute;
            height: 15vh;
            width: 100%;
            top: -50%;
            left: 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, var(--whiteColor)), to(var(--whiteColor)));
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--whiteColor) 75%, var(--whiteColor) 100%);
            -webkit-animation: run 7s 0s infinite;
            animation: run 7s 0s infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
            animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
        }

        .lines .line:nth-child(3)::after {
            -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
        }

.single-footer-widget .footer-contact-info {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style-type: none !important;
}
     
.footer-area .single-footer-widget .footer-contact-info li::before {
   display: none;
}
.footer-area .single-footer-widget .social-link li::before {
   display: none;
}
.single-footer-widget .social-link {
    padding-left: 0 !important;
    list-style-type: none;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
.single-footer-widget .social-link li {
    display: inline-block;
    margin-right: 3px;
    color: #ffffff;
    padding: 4px 3px;
    border: 1px solid #ffffff;
    border-radius: 02px;
    height: 32px;
    width: 32px;
    text-align: center;
}
.single-footer-widget .social-link li a {
    width: 24px;
    height: 24px;
    text-align: center;
    color: var(--whiteColor);
    /*background-color: #1e1d2f;*/
    font-size: 18px;
    position: relative;
    border-radius: 2px;
}
.single-footer-widget .social-link li a i {
    position: absolute;
    left: 0;
    top: 42%;
    right: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-52%);
    font-size: 16px;
}
.single-footer-widget .footer-contact-info li i {
    position: absolute;
    left: 0;
    top: 6px;
}
.single-footer-widget .footer-contact-info li {
    margin-bottom: 13px;
    color: #ededed;
    position: relative;
    padding-left: 22px;
}
.single-footer-widget .logo h2 {
    color: white;
    font-weight: bold;
    font-family: var(--fontFamily);
}


/*====== end footer =========*/
.yfuy_tri {
    position: absolute;
    bottom: 0;
    /* top: 0; */
    width: 100%;
    margin: auto;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.uyfvb_tri {
    color: #fff;
    position: relative;
    text-align: center;
    background: #00000096;
    padding: 18px 100px 30px;
}

.ytdty_tri {
    font-size: 35px;
    text-shadow: 0 3px 4px #000;
    font-weight: 600;
}

.sxxyjyx_tri {
    text-shadow: 0 3px 4px #000;
    font-size: 18px;
    margin-top: 4px;
    color: #ffbc7a;
}
.yfuy_tri:before {
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 86%;
    /* background: #00000054; */
    /* background: linear-gradient(#ffffff00, #00000094); */
}

.ytdty_tri {
    width: 100%;
    text-align: center;
}
section.top_header_tri .submenu.megamenu__text {
    top: 29px!important;
   
}
section.banner_section_tri button.owl-prev {
    position: absolute;
    left: 0;
}

section.banner_section_tri button.owl-next {
    position: absolute;
    right: 0;
}
.banner_section_tri .owl-dot {
    height: 25px;
    margin: 4px;
}
.banner_section_tri .owl-theme .owl-dots .owl-dot.active span, .banner_section_tri .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(255 255 255);
    /* transform: translate3d(0px, -50%, 0px) scale(0.6); */
}
.banner_section_tri .owl-theme .owl-dots .owl-dot span {
    /* border: 1px solid rgb(154, 154, 154); */
    margin: 5px;
}
.banner_section_tri .owl-theme .owl-dots .owl-dot span {
    /* width: 10px; */
    /* height: 10px; */
    /* margin: 5px 7px; */
    background: rgb(204 204 204 / 75%);
    /* display: block; */
    /* -webkit-backface-visibility: visible; */
    /* transition: opacity .2s ease; */
    border-radius: 0;
    display: inline-block;
    height: 3px;
    margin: 0;
    /* transform: translate3d(0px, -50%, 0px) scale(0.3); */
    /* transform-origin: 50% 50% 0px; */
    /* transition: all 250ms ease-out 0s; */
    width: 56px;
}
section.banner_section_tri {
    position: relative;
    margin-top: 105px;
}
section.banner_section_tri .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 7;
    right: 0;
}

/*======= about ======*/

section.ufyufu_tri {
    /*background-image: url(../images/abouut_bg.png);*/
    padding: 70px 0 50px;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
}
.aboutImgBox {position: relative;z-index: 1;}
.aboutImgBox::before, .aboutImgBox::after {content: "";width: 100%;height: 100%;position: absolute;z-index: -1;border: 2px solid #dd2608;transition: all 0.25s ease-out;}
.aboutImgBox:hover::before {top: 15px;left: 15px;/* left: 0px; */}
.aboutImgBox:hover::after {bottom: 15px;right: 15px;}
.aboutImgBox::before {background-color: #dd2608;top: -15px;left: -18px;}
.aboutImgBox::after {bottom: -15px;right: -15px;/* right: 0px; */}
.about a.viewall{margin-bottom: 25px;background-color: #282727;color: #fff;padding: 8px 25px;border-radius: 4px;font-weight: 600;font-size: 14px;display: inline-block;}
.about a.viewall:hover{background-color: #dd2608;}
.about-title {
    padding-left: 35px;
}
h2.tguyguy_tri {
    font-size: 20px;
    color: #dd2608;
}

span.guyguy_tri {
    font-size: 40px;
    color: #000;
    display: block;
}


.uygjbvuyhv_tri {
    font-size: 15px;
    line-height: 27px;
    color: #000;
}
img.ftfty_tri{
    position: absolute;
    top: 0;
}


/*-----messages--------*/
.bg-beige {background-color: #f1f1f1;}
.heading{    color: #2d3d8c;font-size: 30px;font-weight: 700;margin-bottom:30px;z-index:99;    padding-left: 13px;}
.heading:before{position: absolute; width: 75px; height: 75px; background: #fff; border-radius: 50%; content: ''; left: -7px !important; top: -17px !important; z-index: -1; } 
.heading:after{ position: absolute; width: 60px; height: 2px; background: #2d3d8c; content: ''; /*right: -70px;*/ top: 26px; } 
ul.tabs {margin: 0;padding: 0px;list-style: none;background: #ff9934;width: 510px;border-radius: 30px;padding: 2px 0px 0px 1px;height: 47px;position: absolute;left: 22px;margin-top: 19px;z-index: 1;box-shadow: 0 0 10px #999;} 
ul.tabs li {background: none;color: #fff;display: inline-block;padding: 11px 10px;cursor: pointer;width: 32.6%;text-align: center;font-weight: 600;font-size: 14px;} 
ul.tabs li.current {background: #fff;border-radius: 30px;color: #ff9934;/* width: 40.3%; */text-align: center;} 
.tab-content { display: none; padding: 15px; } 
.tab-content.current { display: inherit; } 
.dir-message {width: 100%;background: #fff5eb;padding: 9% 8% 7% 6%;margin: 30px 0px 0;font-style: italic;box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);border-top: 2px solid #ff9934;border-left: 2px solid #ff9934;border-bottom: 2px solid #ff9934;} 
.dir-message .content {height: 160px;overflow: hidden;text-align: justify;font-size: 15px;line-height: 27px;color: #000;} 
.read-more a{color: #dd2608;font-style: normal;text-align:right;font-weight: 600;font-size: 14px;} 
.dir-name { font-weight: 600; font-style: normal;    font-size: 18px; }
.dir-img img{height: auto;width:100%;box-shadow: 0 0 10px #999;}
.text-right{text-align:right}

 /*========= counter ========*/
.yguyguy_tri {
    background: url(../images/banner/Students.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
    padding: 50px 0;
}
.yguyguy_tri::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    z-index: 0;
}
.uyguyhgyh_tri {
    position: relative;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 90px; */
}
.uyguyhgyh_tri .huiguy_tri {
    width: 25%;
    text-align: center;
    /* z-index: 9; */
    /* width: 200px; */
    /* height: 200px; */
    position: relative;
}

.uyguyhgyh_tri .counter {
    font-size: 38px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 45px;
}

.uyguyhgyh_tri .huiguy_tri h3 {
    color: #ff9934;
    font-size: 16px;
}
.uyguyhgyh_tri img.counter-box-img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 12px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.bg-webSecondaryLight {
    background-color: #ff9934;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    display: none;
}
.animate-spin-slow {
    animation: spin 30s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.ygyu_tri {
    /* background-color: #fffffff0; */
    /* border-radius: 40px; */
    /* height: 100%; */
    /* width: 100%; */
    /* position: absolute; */
    /* left: 0px; */
    /* top: 0px; */
    /* justify-content: center; */
    /* display: flex; */
    /* flex-direction: column; */
}

 /*========= end counter ========*/
   
 /*======= Messages ======*/

.iygyugu_tri{position:relative;}
h2.heading-blue {
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
 span.hfuihi_tri {
    color: #dd2608;
}
section.hghgh_tri {
    background-color: #ffffff;
    /* background-color: #F6F6F6; */
    /* background-image: url(../images/counter-bg-new.png); */
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0px 55px 0px;
}







/*========= photo ========*/
.gallery-wrap {
    background-color: #F6F6F6;
    background-image: url(../images/counter-bg-new.png);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0px 55px 0px;
}
.title h1 {
    font-size: 50px;
    color: #ffffff;
    margin: 0;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 50px;
}
.gallery_left p{
    font-size: 14px;
    line-height: 22px;
    color: #ddd;
    margin-bottom: 34px;
    /* padding-right: 30px; */
}
section.activities_tr_section .image-holder {
    text-align: left;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    padding: 5px;
    background: white;
}
.gallery-row{position:relative;z-index:99;}
a.events img{-o-object-fit: cover;object-fit: cover;height: 200px;width: 100%;} .image-holder { } .event-desc-wrap a{ color: black; } .event-desc-wrap a h3 {font-size: 14px;text-shadow: 0 3px 4px #000;} .event-subdesc {/* display: flex; *//* align-items: center; */} .event-subdesc span{/* flex-grow: 1; *//* word-break: break-word; *//* font-size: 13px; *//* color: #000000!important; *//* font-weight: 600!important; *//* margin-left: 5px!important; */} .event-desc-wrap {position: relative;/* padding: 10px 5px; */} .aftervhover h3 {width: 100%;/* background-color: #043a5be0; */font-size: 15px;position: absolute;color: #ffffff;text-transform: capitalize;position: relative;/* top: auto; *//* bottom: 33px; */right: 0;left: 0;margin: 0 auto;text-align: left;opacity: 9;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 10px 0;} .image-holder:hover .aftervhover h3 { opacity: 1; } .event-subdesc p{ color: black!important; font-size: 12px!important; font-weight: 600; } a.events img:hover { opacity: 0.8; outline: #fff solid 2px; outline-offset: -10px; } a.events img{ -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }.image-holder {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 2px;
    box-shadow: 0px 7px 8px 0 rgb(0 0 0 / 19%);
}.event-desc-wrap a span{color: #ffffff;font-size: 12px;}.aftervhover {position: absolute;/* top: -55px; */bottom: 0;width: 100%;left: 0;background-image: linear-gradient(#ffffff00, black);padding: 0px 10px;}span.date_tri {text-shadow: 0 3px 4px #000;font-weight: 500;background: #ff9934;padding: 2px 8px 3px;}
.gallery_box {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 35px;
    padding-right: 5px;
}
.yfu_tri {
    position: relative;
}

.yfu_tri:before {
    content:"";
    position: absolute;
    left: 0;
    top: 10%;
    width: 103%;
    height: 76%;
    background: #dd2608;
    /* box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22); */
}
.yfu_tri:after {
    content:"";
    position: absolute;
    left: -12px;
    top: 58px;
    width: 103%;
    height: 76%;
    border: 2px solid #dd2608;
    /* z-index: -1; */
    transition: all 0.25s ease-out;
}
.yfu_tri:hover::after {
    left: 13px;
    top: 34px;
}




/*============ ==============*/

.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper {
        flex-direction: row;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        margin: 0 !important;
    }

    .pbmit-element-static-box-style-1 .pbmit-ele-static-box {
        width: 19.2%;
        position: relative;
        z-index: 1;
        transition: 0.7s;
        padding: 0 !important;
        margin-bottom: 30px;
    }

    .pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active {
        margin-right: 19.2% !important;
        transition: 0.9s;
    }

    .elementor-section:not(.elementor-section-full_width) .pbmit-element-column-three.pbmit-element-static-box-style-1 .pbmit-ele-static-box {
        width: 24%;
    }

    .elementor-section:not(.elementor-section-full_width) .pbmit-element-column-three.pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active {
        margin-right: 24% !important;
    }

    .pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-bg-imgbox {
        position: absolute;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0px;
        transition: 0.7s;
        height: 100%;
        width: auto;
        border-radius: 10px;
    }

    .pbmit-element-static-box-style-1 .pbmit-active .pbmit-post-inner .pbmit-bg-imgbox {
        border-radius: 10px 0 0 10px;
    }

    .pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox {
        position: relative;
        padding: 100px 80px;
        width: auto;
        z-index: 1;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: 0.3s;
        background-color: var(--pbmit-white-color);


    }

    .elementor-section:not(.elementor-section-full_width) .pbmit-element-column-three.pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-contentbox {
        padding: 80px 60px;
    }

    .pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active .pbmit-contentbox {
        opacity: 1;
        visibility: visible;
        transition: 0.3s;
        border-radius: 0 10px 10px 0;
        display: block !important;
    }

    .pbmit-static-box-style-1 .pbmit-img {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .pbmit-static-box-style-1 .pbmit-bg-imgbox .pbminfotech-box-title {
        text-align: center;
        position: relative;
        top: 50%;
        left: 50%;
        font-size: 30px;
        line-height: 30px;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 50px;
        margin: 0;
        color: var(--pbmit-white-color);
        background-color: rgba(102, 33, 186, 0.9);
        -khtml-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
        transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    }

    .pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox .pbminfotech-box-title {
        opacity: 0;
        visibility: hidden;
    }

    .pbmit-static-box-style-1 .pbmit-bg-imgbox .pbminfotech-box-title a {
        color: var(--pbmit-white-color);
    }

    .pbmit-static-box-style-1 .pbmit-bg-imgbox .pbminfotech-box-title .pbminfotech-box-title {
        font-size: 22px;
        line-height: 32px;
    }

    .pbmit-static-box-style-1 .pbmit-contentbox-inner .pbminfotech-box-title h4,
    .pbmit-static-box-style-1 .pbmit-bg-imgbox .pbminfotech-box-title .pbminfotech-box-title h4 {
        font-size: 24px;
        line-height: 34px;
        color: var(--pbmit-global-color);
    }

    .pbmit-static-box-style-1 .pbminfotech-static-box-number {
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        margin-bottom: 40px;
        color: var(--pbmit-global-color);
        font-family: var(--pbmit-heading-typography-font-family);
    }

    .pbmit-static-box-style-1 .pbmit-contentbox-inner .pbminfotech-box-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .pbmit-static-box-style-1 .pbmit-contentbox-inner .pbminfotech-static-box-desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .pbmit-static-box-style-1 .pbmit-ihbox-icon .pbmit-icon-type-icon {
        position: absolute;
        top: 50px;
        right: 50px;
        font-size: 80px;
        line-height: 80px;
        color: rgba(102, 33, 186, 0.5);
    }

    .pbmit-static-box-style-1 .pbmit-ihbox-icon .pbmit-icon-type-svg img {
        position: absolute;
        top: 50px;
        right: 50px;
        width: 60px;
        height: 60px;
    }

    .pbmit-element-static-box-style-1 {
        overflow-x: hidden;
    }


  

    /*============ =============*/
    
.marquee {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #000; */
    height: 28px;
    /* width: 455px; */
    /* border-radius: 22px; */
    /* box-shadow: 4px 4px 0 #000; */
    overflow: hidden;
    /* background: white; */
    white-space: nowrap;
}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 20s linear infinite;
  color: #000;
}
.marquee--inner:hover {
    animation-play-state: paused;
    color: #000000;
}

.marquee span {
  float: left;
  width: 50%;
  overflow: hidden;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.iughk_tri {
    background: #fddbba;
    color: #dd2608;
    padding: 0;
    display: flex;
}

a.ougiug_tri {
    white-space: nowrap;
    padding: 0;
    line-height: 12px;
    height: 14px;
    display: block;
    width: 100%;
    color: #fff;
    margin: 0 0;
}

.iugj_tri {
    display: inline-block;
    width: 100%;
}

.uyfuyf_tri {
    width: 15%;
    text-align: right;
    font-weight: 600;
    font-size: 18px;
    padding-right: 28px;
    background: #dd2608;
    color: #fff;
    padding: 3px 28px 4px 0;
}







/*--------recent-event-------*/
.relative {position: relative;}
.absolute {position: absolute;}
.border-event{border-style: solid; /*z-index: -10;*/  top: 30%; min-height: 300px; border-top-width: 3px; border-right-width: 3px;border-bottom-width: 3px; border-radius: 0.375rem;width: 79%; left: -5px;}
@media (min-width: 768px) {
    .md\:border-gray-700 {
        border-color: rgb(55 65 81 / var(--tw-border-opacity));
    }
}
.border-webSecondary {border-color: #dd2608;top: 8.1rem;display: inline-block;padding: 2px;border-width: 1px;right:1rem;border-style: solid;}
.bg-webSecondary {background-color: #dd2608;}
 
.recent-events-animate-up-down {border-radius: 0.375rem;animation: recent-events-animate-up-down 20s ease-in-out infinite;position: absolute;/*left: 0;*/top: 0;}
@keyframes recent-events-animate-up-down {
  0%,100% {transform: translate(0, 0);}
  50% {transform: translate(0, 150px);}
}
.recent-events-animate-up-down h4{font-size:18px;color:#fdcd30}
.bg-webPrimary {background-color: #ffffff;}
.bg-webPrimary h4{font-size:16px;color: #000000;}
.bg-webPrimary a{color: #dd2608;font-size: 13px;font-weight: 600;}
.line-clamp.line-two {-webkit-line-clamp: 2;font-size: 13px;color: #000000cc !important;margin-bottom: 10px;}
.line-clamp.line-one {-webkit-line-clamp: 1;}
.line-clamp {overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;}
.event-month{color: hsl(0deg 0% 100%);font-size: 12px !important;line-height: 0.75rem;margin-bottom:0px}
.event-date{font-size: 20px !important;margin-bottom:0px;color: #fff;font-weight: 600;line-height: 26px;}




/*=========== =============*/
.yhjhj_tri {
    background-image: url(../images/event_bg.png);
    background-blend-mode: overlay;
    background-color: #000000c4;
    background-attachment: fixed;
    width: 100%;
    padding: 40px 0px;
    background-size: cover;
    background-position: center;
}

section.yfytdt_tri {
    display: block;
    padding: 50px 0 70px;
    background: #f1f1f1;
}
h2.heading-blue.guyuyfu_tri {
    text-align: left;
    margin-bottom: 25px;
    position: relative;
}

.life01 h3 {
    color: #fff;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.life01 h4 {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 33px;
    position: relative;
    margin-bottom: 20px;
}

.life01 h4 span {
    color: #f4f5f9;
    margin: 0px 10px;
    font-size: 30px;
}

.life01 p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    max-width: 700px;
    margin-bottom: 0px;
}
.life01 h4 span.qtleft {
    margin-left: 0px;
}





/*========= news ========*/
.align-items-center {
    align-items: center !important;
    display: flex;
}
.circular-header {
    background: #dd2608;
    padding: 8px 10px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 0px;
    text-align: center;
}
.ideaboxNews {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    color: #777;
    line-height: 1;
    font-size: 100%;
    position: relative;
}
.ideaboxNews>ul {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    display: block;
    overflow-y: scroll;
    height: 302px;
}
.ideaboxNews>ul li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
    background: #fff;
}
.ideaboxNews>ul li>.in-image {
    width: 55px;
    height: 55px;
    border-top: 1px solid #e9e9e9;
    position: absolute;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 10px;
    box-shadow: 2px 2px 8px #2222221a;
    padding: -1px;
    /* justify-content: center; */
    align-items: center;
    box-shadow: 0px #fff;
}
.ideaboxNews>ul li>.in-content {
    width: 100%;
    height: 83px;
    border-bottom: 1px solid #E4E4E4;
    box-sizing: border-box;
    padding: 10px 0 10px 80px;
    position: relative;
}
.tt-b-day {
    font-size: 13px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #dd2608;
    width: 100%;
    padding: 4px 5px 6px;
}
.tt-b-day-r, .tt-b-amp {
    font-size: 20px;
    padding-top: 3px;
    color: #2d3d8c;
}
.ideaboxNews>ul li>.in-content>h2 {
    padding: 0;
    margin: 0;
    font-size: 13px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    color: #000;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ideaboxNews>ul li>.in-content>div {
    padding: 0;
    margin: 0;
    font-size: 13px;
    height: 27px;
    display: block;
    margin-top: 0px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.ideaboxNews>ul li>.in-content>div p {
    margin-top: 2px;
    line-height: 20px;
    font-size: 13px;
}
.upc-event-box.relative {
    box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 12%);
}
.school-circular {
    border: 1px solid #dd2608;
}
.ideaboxNews>ul::-webkit-scrollbar {
  width: 4px;
}
.ideaboxNews>ul::-webkit-scrollbar-thumb {
  background: #636363;
}
.gbbj_tri {
    display: flex;
}

.ukuhghykju_tri {
    width: 72%;
    padding-right: 20px;
}

.ukuykju_tri {
    width: 28%;
}
.guyguy_tri a{
    color: #dd2608;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}
h2.heading-blue:after {
    position: absolute;
    width: 60px;
    height: 2px;
    background: #dd2608;
    content: '';
    top: 22px;
    margin-left: 6px;
}

/*======== topper ======*/
.single-teachers {
    text-align: center;
    background: #fff;
    padding: 0px;
    box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 12%);
    position: relative;
    overflow: hidden;
}
section.ffgvhvv_tri {
    padding: 50px;
    background-image: url(../images/section.bg-1.png);
    background-size: 95%;
}
.jhguyg_tri {
    padding: 10px;
}
.teachers-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #ff9934;
    text-shadow: 2px 2px #000000;
}

.teachers-content {
    padding: 16px 5px 10px;
    position: absolute;
    bottom: -32px;
    background: #00000096;
    width: 100%;
    /* background: linear-gradient(#ffffff00, black); */
    width: 100%;
    right: auto;
    text-align: center;
    padding: 6px;
    margin: 0;
    z-index: 9;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.designation {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 6px;
    text-shadow: 2px 2px #000000;
}
.single-teachers:hover .teachers-content {
    opacity: 1;
    bottom: 0px;
}
a{text-decoration:none!important}


/*=======================*/

    .feature-s4.boxed-filled, .feature-s5.boxed-filled {
    margin-left: 0;
    margin-right: 0;
}
    /*.feature-row:first-child, .feature-row.mgfix {
    margin-top: -60px;
}*/
    .feature-s4.boxed-filled [class*='col-'], .feature-s5.boxed-filled [class*='col-'] {
    padding: 0 1px;
}
    .feature-s4.boxed-filled .feature, .feature-s4.boxed-filled .fbox-photo, .feature-s5.boxed-filled .feature, .feature-s5.boxed-filled .fbox-photo {
    -ms-border-radius: 0px;
    border-radius: 0px;
}
    .feature-s4 .feature, .feature-s5 .feature {
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
    .feature {
    margin-top: 2px;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    background: transparent;
}
    .feature>a {
    display: block;
}
    .new-a:link, .new-a:visited {
    text-decoration: none;
}
    .new-a {
    outline: 0;
    transition: all 0.5s;
    color: #1863AB;
}
    .feature-s4.boxed-filled .feature, .feature-s4.boxed-filled .fbox-photo, .feature-s5.boxed-filled .feature, .feature-s5.boxed-filled .fbox-photo {
    -ms-border-radius: 0px;
    border-radius: 0px;
}
    .feature .fbox-photo:first-child, .feature .fbox-content:first-child {
    margin-top: 0;
}
    .feature .fbox-photo {
    -ms-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}
    .feature .fbox-photo, .feature .fbox-content {
    margin-top: 6px;
}
    .feature-s4.off-text .feature .fbox-photo img, .feature-s5.off-text .feature .fbox-photo img {
    transform: scale(1.01);
}
    .feature-s4 .feature .fbox-photo img, .feature-s5 .feature .fbox-photo img {
    transition: all 1.2s;
}
    .feature .fbox-photo img {
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
}
    .feature-s4.off-text .feature .fbox-over, .feature-s5.off-text .feature .fbox-over {
    transform: translate(0, 100%);
    bottom: 50px;

}
    .feature-s4 .feature .fbox-over, .feature-s5 .feature .fbox-over {
    -ms-border-radius: 0px;
    border-radius: 0px;
}
    .feature .fbox-over {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    padding: 13px 25px 25px 25px;
    transition: all .4s;
    -ms-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    background: #000000a8;
}
    .title-new-one {
    color: inherit;
    font-size:18px;
}
    .feature-row .col-sm-4 .feature h3, .feature-row .col-sm-4 .feature h4, .feature-row .col-md-4 .feature h3, .feature-row .col-md-4 .feature h4 {
    font-size: 1.8em;
    font-weight: 500;
}
    .feature-s4.off-text .feature .fbox-over .fbox-content, .feature-s5.off-text .feature .fbox-over .fbox-content {
    opacity: 0;
    transition: opacity .4s;
}
    .feature .fbox-over .title+.fbox-content {
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 1.2em;
}
    .feature .fbox-over .btn {
    background-color: white;
    border-color: #fff;
    padding: 2px 12px 3px;
    color: #000000;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 13px;
    border-radius: 3px;
}
    .btn {
    /* font-family: 'FuturaPT'; */
    /* font-size: 12px; */
    /* line-height: 1.4; */
    /* font-weight: 700; */
    /* padding: 12px 24px; */
    /* text-align: center; */
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    /* color: #fff; */
    /* border: 2px solid #1863AB; */
    /* background-color: #1863AB; */
    /* box-sizing: border-box; */
    /* transition: all 0.4s; */
    -ms-border-radius: 4px;
    /* border-radius: 4px; */
}

    .feature-s4.off-text .feature:hover .fbox-over, .feature-s4.off-text .feature>a:focus .fbox-over, .feature-s5.off-text .feature:hover .fbox-over, .feature-s5.off-text .feature>a:focus .fbox-over {
    transform: translate(0, 0);
    bottom: 0;
}
    .feature-s4.off-text .feature:hover .fbox-over .fbox-content, .feature-s4.off-text .feature>a:focus .fbox-over .fbox-content, .feature-s5.off-text .feature:hover .fbox-over .fbox-content, .feature-s5.off-text .feature>a:focus .fbox-over .fbox-content {
    opacity: 1;
    transition-delay: .1s;
}
   .fbox-over:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000000a8;
    position: absolute;
    /*bottom: 40px;*/
    top: -9px;
    left: 30px;
    content: "";
}
   .overlay-blue {
    background: #dd26084f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
   .life-at-icon-bg {
    position: absolute;
    right: 0;
    background: #dd2608;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 35px 20px;
    width: 260px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: 600;
}
   .fbox-content p {
    font-size: 14px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

   /*===========Common Banner css==========*/

   .aboutBanner{
       padding-top:111px;
   }
.visionContent {
    display: flex;
    justify-content: end;
    padding: 100px 20px;
    color: #fff;
}

.visionContent {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1), #19304f), url(../images/about-us-banner.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    z-index: 99;
    position: relative;
}

    .visionContent h1 {
        visibility: hidden;
    }
    .colorwhitecls{
        color:white!important;
    }
.breadCrumb {
    position: relative;
}

    .breadCrumb::before {
        content: '';
        position: absolute;
        bottom: -17px;
        left: 0;
        height: 100px;
        width: 110%;
        background: #bb1c21;
        z-index: 9;
    }

    .breadCrumb ul {
        list-style: none;
        display: flex;
        justify-content: flex-end;
        margin: -40px 0px;
        position: relative;
    z-index: 99;
    }
    .breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}

        .breadCrumb ul li a {
            /*margin: 0px 10px;*/
            text-decoration: none;
            color: #fff;
        }
       
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    /*padding-right: .5rem;
    padding-left: .5rem;*/
    color: #fff !important;
    content: "/";
}

@media (min-width: 700px) {
    body {
        overflow-x: hidden;
    }
}

 

/*...prospectus...*/

.PageData {
    padding: 50px 0px;
    background-image: url(/images/future-page-bg.jpg);
    margin-top:5%;
}
.chairman_img figure {
    margin-bottom: 0px;
}
.chairman_img figure img {
    width: 100%;
}
.chancellor-details .chancellor-content {
    background-color: #dd2608fa;
       height: 21rem;
    padding: 50px;
    position: relative;
    display: flex;
    align-items: center;
        left: -6px;
}
.chancellor-details .chancellor-content .arrow-left {
    position: absolute;
    content: "";
    width: 20px;
    height: 25px;
    left: -19px;
    background-color: #dd2608fa;
    -webkit-clip-path: polygon(100% 0, 0 49%, 100% 100%);
    clip-path: polygon(100% 0, 0 49%, 100% 100%);
    z-index: 1;
}
p:last-child {
    margin-bottom: 0;
}
.mainbody {
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
    border-radius: 5px;
    margin-bottom: 20px;
    /*margin-top:55px;*/
}
.innH-Content {
    width: 100%;
    float: left;
}
.prop-sec{
   background: #d3d3d359;
}
 .list-clean {
   background-color: #ffffff;
   padding: 20px !important;
   margin-bottom: 20px;
   box-shadow: 0px 8px 18px rgb(7 41 77 / 20%);
   border-radius: 5px;
   margin-top:55px;
}
 .list-clean h3 {
    font-size: 20px;
}

.list-clean li {
 border-bottom: 1px solid #cec8c8;
 padding: 15px 0px !important;
 line-height: 12px !important;

}
.list-clean li:before {
  content: "\f144";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #dd2608!important;
  font-size: 16px;
  padding-right: 5px;
}

.list-clean ul {
   list-style: none;
}

.list-clean li a {
   color: #3f3e40 !important;
   margin-left: 5px;
   font-size: 14px;
}

.list-clean h3 {
  font-size: 20px;
  color: #000000;
  margin-top: 0;
}
/*....*/

.healtcare__facilities {
    padding-bottom: 110px;
}
.bg-grey {
    background-color: #d3d3d359;
}
@media (max-width: 1399px) {
    .healtcare__facilities .text_box {
        width: calc(100% - 400px);
        padding: 50px 60px 49px 45px;
    }

}
.healtcare__facilities .text_box {
    width: calc(100% - 574px);
    /*padding: 70px 220px 70px 70px;*/
    background-color: white;
}
#nnn{
    margin-left:12%;
}
.prop-img{
    height: 450px;
    /* margin-left: 31px; */
    display: flex;
    justify-content: center;
    margin: auto;
}

.prop-para{
    margin-top:20px!important;
}
.heading {
    position: relative;
    max-width: 100%;
    z-index: 1;
    text-transform: uppercase;
}
@media (max-width: 1399px) {
    .heading span {
        font-size: 18px;
        letter-spacing: 3.17px;
    }
}
.heading span {
    background: transparent;
    /*padding-right: 2.5rem;*/
    font: bold ;
    font-size:16px!important;
    position: relative;
    font-family: var(--asap-condensed);
}
@media (max-width: 1399px) {
    .heading span::after {
        width: 6rem;
    }
}
.heading span::after {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 4rem;
    height: .1rem;
    background: #000;
    content: "";
    z-index: -1;
}

@media (max-width: 1399px) {
    p {
        font-size: 14px;
        line-height: 1.57;
    }
}
@media (max-width: 1399px) {
    .healtcare__facilities .img_box {
        width: 400px;
    }
}
.healtcare__facilities .img_box {
    width: 574px;
    padding: 0px;
}
@media (max-width: 1399px) {
    .healtcare__facilities .img_box figure {
        margin: 68px 0 0 -30px;
    }
}

@media (max-width: 1399px) {
    .healtcare__facilities .img_wrapper {
        margin: -60px 0 0 45px;
        max-width: 860px;
    }
}
figure {
    margin: 0px -24px 1rem;
    margin-top: 10px;
}
.healtcare__facilities .img_wrapper {
    /* max-width: 1054px; */
    display: flex;
    /* margin: -140px 0 0 74px; */
    flex-wrap: wrap;
}
@media (max-width: 1399px) {
    .healtcare__facilities .img_wrapper figure {
        width: 468px;
    }
}
@media (max-width: 1649px) {
    .healtcare__facilities .img_wrapper figure {
        width: 528px;
    }
}

@media (max-width: 1399px) {
    .healtcare__facilities .img_wrapper .call {
        width: calc(100% - 468px);
    }
}
@media (max-width: 1649px) {
    .healtcare__facilities .img_wrapper .call {
        width: calc(100% - 528px);
    }
}
.second{
    margin:0,-25px!important;
}
.hhg{
    position: relative;
    left: -23px;
    bottom: 14px;
}
.healtcare__facilities .img_wrapper .call {
    width: calc(100% - 545px);
    /* padding: 40px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #dd2608;
    /* margin-right: 10px; */
    position: relative;
    left: -52px;
    top: -14px;
    color: white;
}
@media (max-width: 1449px) {
    .healtcare__facilities .img_wrapper .call img {
        width: 50px;
        margin-bottom: 23px;
    }
}
.healtcare__facilities .img_wrapper .call img {
    width: 70px;
    margin-bottom: 30px;
}
.healtcare__facilities .img_wrapper .call p {
    font-size: 24px;
    color: var(--colorwhite);
}
@media (max-width: 1449px) {
    .healtcare__facilities .img_wrapper .call a {
        font-size: 45px;
    }
}
.healtcare__facilities .img_wrapper .call a {
    font-size: 17px!important;
    font-family: var(--asap-condensed);
    color: var(--colorwhite);
    font-weight: 700;
}

/*=============school overview page css=================*/

.about-sec {
    padding: 120px 0px 80px 0px;
}

.about-home-slider-icon1 {
    position: absolute;
    z-index: -1;
    top: -3%;
    left: 12%;
    width: 15%;
    animation: beat 2s infinite alternate;
}

@keyframes beat {
    to {
        transform: scale(1.4);
    }
}

.about-home-slider-icon2 {
    position: absolute;
    z-index: -1;
    bottom: -17%;
    left: 8%;
    width: 20%;
    animation: swing 5s infinite ease;
}

@keyframes swing {
    0% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

.about-home-slider-icon3 {
    position: absolute;
    z-index: -1;
    top: 48%;
    left: 4%;
    width: 43%;
}

.about-home-slider-icon5 {
    position: absolute;
    z-index: -1;
    top: -7%;
    right: -7%;
    width: 12%;
    animation: 5s ease-in-out 0s infinite normal both running heartbeat;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.pl-100 {
    padding-left: 104px !important;
}

.img-side-effect {
    box-shadow: 6px 6px #dd2608;
}

.inner-img {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.f-35 {
    font-size: 35px !important;
}

.educational-txt {
    margin-bottom: 60px;
}

.gallery-box {
    width: 50%;
    float: left;
    position: relative;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.8s ease-in-out;
    overflow: hidden;
    height: 270px;
}

.yellowbg-color {
    background: #c53025;
}

.bluesky-bg-color {
    background-color: #01468c;
}

.txt-gallery {
    float: left;
    width: 50%;
    min-height: auto;
    position: relative;
}

    .txt-gallery span {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        padding: 50px 50px 0;
        display: block;
        position: relative;
        -webkit-transition: all 0.8s ease-in-out;
        top: 0;
        opacity: 1;
    }

    .txt-gallery .gl-txt {
        top: 230px;
        -webkit-transition: all 0.8s ease-in-out;
        position: absolute;
        width: 100%;
        opacity: 0;
        padding: 25px 15px 5px;
    }

        .txt-gallery .gl-txt p {
            font-weight: normal;
            font-size: 14px;
            line-height: normal;
            position: relative;
            padding-left: 15px;
        }

.img-gallery {
    width: 50%;
    float: left;
}

.txt-gallery .gl-txt p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}

.gallery-box:hover .txt-gallery span {
    top: -170px;
    opacity: 0;
}

.gallery-box:hover .txt-gallery .gl-txt {
    top: 0;
    opacity: 1;
}

.bg-gray {
    background: #F6F6F6;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

/*third section css*/

.features-section .single-item {
    position: relative;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    z-index: 1;
   
}

    .features-section .single-item:before {
        position: absolute;
        content: '';
        background: #dd2608;
        height: 3px;
        width: 0%;
        left: 0px;
        bottom: 0px;
        z-index: 1;
        transition: all 900ms ease;
    }

.features-section img {
    width: 100%;
}

.features-section .single-item .single-content {
    position: absolute;
       left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 70px;
    padding: 0px 15px 0px 15px;
    transition: all 900ms ease;
}

.features-section .single-item .icon-box {
    margin-bottom: -23px;
    text-align: center;
}

    .features-section .single-item .icon-box i {
        position: relative;
        display: inline-block;
        background: #dd2608;
           width: 66px;
    height: 66px;
        line-height: 66px;
        border-radius: 50%;
        text-align: center;
        margin-top: -30px;
        top: -30px;
        transition: all 900ms ease;
    }

.features-section .single-item h5 {
    color: #fff;
}

.features-section .single-item .text {
    position: relative;
    font-size: 13px;
    font-family: 'Hind', sans-serif;
    line-height: 20px;
    color: #fff;
    display: none;
}

.features-section .single-item:hover .icon-box i {
    top: -10px;
    transition: all 900ms ease;
    margin-bottom: 30px;
}

.features-section .single-item:hover h5, .features-section .single-item:hover .text {
    display: block;
}

.features-section .single-item .icon-box i:before {
    font-size: 24px;
    color: #fff;
    margin: 0px;
}

.features-section .single-item:hover:before {
    width: 100%;
    transition: all 900ms ease;
}

.features-section .single-item:hover .single-content {
    height: 100%;
    transition: all 900ms ease;
}

.fw-200 {
    font-weight: 400 !important;
}
.features-section{
     background-image: url('../images/pattern.jpg');
}
/*=============school overview page css End=================*/

/*===================Vision and Mission Css============*/
.mission-sec {
    background: #f0f8ffb8;
}

    .mission-sec .col-md-6.mis-right-sec {
        float: right;
    }

    .mission-sec .col-md-6.mis-left-sec {
        float: left;
    }

    .mission-sec .mis-right-img {
        position: relative;
        left: -40px;
    }

    .mission-sec img.mis-right-img-inn {
        height: 350px;
        box-shadow: 4px 4px 22px 0 rgb(1 1 1 / 24%);
        object-fit: cover;
        width: 100%;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
    }

    .mission-sec .mis-left-sec-inn {
        background: #ffff;
        padding: 25px 22px;
        position: relative;
        right: -40px;
        left: auto;
        top: 61px;
        box-shadow: 4px 4px 22px 0 rgb(1 1 1 / 24%);
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
    }
    #aims-para{
        background: #ffff;
    padding: 25px 22px;
    position: relative;
    right: -40px;
    left: auto;
    top: 14px!important;
    box-shadow: 4px 4px 22px 0 rgb(1 1 1 / 24%);
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px
    }

    .mission-sec .mis-lef-sec-head {
        font-size: 22px;
        font-weight: 600;
        color: #000;
        margin-bottom: 6px;
    }

.pt-50 {
    padding-top: 50px !important;
}

.mis-lef-sec-para {
    line-height: 27px;
    font-size:13px;
}

.f-25 {
    font-size: 25px !important;
}

.mt-54 {
    margin-top: 54px;
}

/*vision css*/
.vision-sec {
    background: #f1f1f1;
    padding: 50px 0;
}

    .vision-sec .fuihf-tri {
        background: #ffff;
        padding: 25px 22px;
        position: relative;
        left: -40px;
        right: auto;
        top: 60px;
        box-shadow: 4px 4px 22px 0 rgb(1 1 1 / 24%);
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
    }

    .vision-sec img.vision-sec-img-sec-inn {
        height: 338px;
        object-fit: cover;
        width: 100%;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        box-shadow: 4px 4px 22px 0 rgb(1 1 1 / 24%);
    }

    .vision-sec .uyhuij_tri {
        font-size: 22px;
        font-weight: 600;
        color: #000;
        margin-bottom: 6px;
    }

    .vision-sec .vision-sec-img-sec {
        position: relative;
        right: -40px;
    }

span.igfu_tri {
    font-weight: 600;
    color: #e84545;
}

.eufi_tri {
    margin-bottom: 8px;
}

@media only screen and (max-width: 991px) {
    .mission-sec .mis-right-img {
        left: 0;
    }

    .mission-sec .mis-left-sec-inn {
        right: 0;
        left: auto;
        height: auto;
        top: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 35px;
        border-bottom-left-radius: 35px;
    }

    .mission-sec img.mis-right-img-inn {
        height: auto;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 35px;
    }

    .vision-sec .vision-sec-img-sec-inn {
        right: 0;
    }

    .vision-sec .vision-sec-img-sec-inn {
        height: auto;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 0px !important;
    }

    .vision-sec .fuihf-tri {
        right: 0;
        left: auto;
        height: auto;
        top: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 35px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }

    .vision-sec .vision-sec-img-sec {
        position: static;
        right: auto;
    }
}

/*==============infrastructure css=================*/
.side-nav {
    background: #081b24 url(../assets/img/Noise-pattern.png) top left repeat;
    /*min-height: 350px;*/
}

    .side-nav ul {
        margin: 0;
        padding: 30px 0 30px 30px;
    }

        .side-nav ul li {
            margin-right: -5px;
        }

            .side-nav ul li.active {
                margin-right: -5px;
            }

        .side-nav ul li {
            list-style-type: none;
            margin-bottom: 13px;
            transition: .3s ease;
        }

        .side-nav ul li {
            list-style-type: none;
            margin-bottom: 13px;
            transition: .3s ease;
        }

            .side-nav ul li.active a {
                background: #dd2608;
            }

            .side-nav ul li a {
                font-size: 16px;
                font-weight: 300;
                color: #fff;
                line-height: 16px;
                padding: 10px 10px 10px 17px;
                width: 100%;
                display: block;
                transition: .3s ease;
            }

            .side-nav ul li:hover a {
                background: #dd2608;
            }
.pt-90{padding-top:45px;}
.boxdefault {
    box-shadow: 0px 8px 18px rgb(7 41 77 / 20%);
    background: #fff;
   
}
.hoverimage img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    /* filter: grayscale(100%); */
    transition: .7s ease-in-out;
}
.infra-h{
    background: #081b24 url(../assets/img/Noise-pattern.png) top left repeat;
       color: white;
    font-size: 22px;
    line-height: 27px;
    padding: 9px 20px;
    display:flex;
    align-items:center;
}
.top-bar-icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: white;
}
.top-bar-icon i {
    color: #dd2608;
    font-size: 16px;
}
.bgnew {
    position:relative;
    background-color:#f0f8ff59;
    background-image: url(../images/hartmann-bg.jpg);
    background-size: 400px !important;
    background-attachment: fixed !important;
    background-position: center !important;
    padding-bottom: 60px;
}

/*===========Laboratory CSS===========*/
.lab-ul{
        list-style: none;
    padding: 0;
    font-size: 15px;
}
.lab-ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}
.lab-ul li:before{
        content: "\f058";
    margin-right: 8px;
    color: #dd2608;
    font: normal normal normal 15px / 1 FontAwesome;
}
.lab-ul i {
   
}

/*....PublicDisclosure...*/


.provide-container {
   width: 100%;
   background: #efefef;
   padding: 60px 0;
 }

.provide-box {
   width: 100%;
     
 }

.provide-box h3 {
  font-size: 35px;
  color: #333;
  font-weight: 600;
  text-align: center;
  margin: 0 0 25px;
 }
.table {
   background: #fff;
   border: 1px solid #dcdcdc;
   margin-bottom: 45px;
}

.table .public-table {
    background: #d12023;
}
.lab1-ul li:before{
        content: "\f0a4";
            margin-right: 8px;
    color: #dd2608;
    font: normal normal normal 15px / 1 FontAwesome;

}
.lab1-ul li {
    display:flex;
        padding: 5px 0;
}
.table > .public-table > tr > th:first-child {
   text-align: center;
}

.disclosure-table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size:14px;
}
.padding-class12{

}
 .table > .public-table > .tb-1 > .tb-2 {
     text-align: center;
     padding: 5px;
     color: #fff;
     font-size: 18px;
     font-weight: 400;
     border-right: 1px solid #dddddd;
}

.table .public-table {
   background: #d12023;
 }
.table > .disclosure-table > tr > td:first-child {
   text-align: center;
}

.table > .disclosure-table > .tb-1 > .tb-2 {
      padding: 15px;
      color: #000;
      font-size: 15px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      border-right: 1px solid #dcdcdc;
}

  
.table > .disclosure-table > tr > td:last-child {
   text-align: center;
   border-right: 0;
 }
.uyfuy{
    margin-top:5%;
}


   /*contactus*/
   
.service-two {
  position: relative;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding:114px 0 35px;
}

@media (max-width: 767px) {
  .service-two {
    padding: 80px 0 55px;
  }
}

.service-two__item {
  position: relative;
  border-radius: 10px;
  margin: 0 0 36px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service-two__item:hover .service-two__icon {
  background-color:#dd2608;
}

.service-two__item:hover .service-two__icon span {
  transform: scale(0.9);
}

.service-two__item:hover .service-two__rm {
  color:#ffffff;
}

.service-two__item:hover .service-two__rm::before {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

.service-two__item:hover .service-two__rm::after {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  background-color:#dd2608;
}

.service-two__item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 90px;
  transition: 300ms ease;
  fill: #f6f6f6;
}
.imge20{
    width: 35px;
}

.service-two__wrapper {
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 2;
  background-color: white;
  border-radius: 10px;
}

.service-two__icon {
  width: 130px;
  height: 130px;
  background-color:#f57005;
  font-size: 60px;
  line-height: 1;
  position: relative;
  z-index: 3;
  color: var(--eduact-white);
  margin: -66px auto 35px;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 50%;
  transition: 500ms ease;
  padding: 0 0 22px;
}

.service-two__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.service-two__title {
  font-size: 20px;
  margin: 0 25px 10px;
  color:black;
}

.service-two__title a {
  color: inherit;
}

.service-two__title a:hover {
  color: var(--eduact-base);
}

.service-two__text {
  font-weight: 500;
  color:#000000c9;
  font-size:14px;
  min-height: 56px;
  padding: 0px 35px 0px 35px;
}

.service-two__rm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  border-top: 1px solid #e4e4e4;
  color:#2a254d;
  font-weight: 700;
  font-size: 16px;
  z-index: 2;
}

.service-two__rm span {
  color:#f57005;
  font-size: 10px;
  position: relative;
  top: 1px;
  padding-left: 10px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.service-two__rm:hover {
  color:#4f5de4;
  border-color: transparent;
}

.service-two__rm:hover span {
  animation: iconTranslateX 0.4s forwards;
}

.service-two__rm::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(var(0, 0, 0), 0.46);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(1.1);
  z-index: -1;
}

.service-two__rm::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: 500ms ease;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  z-index: -1;
  transform: scale(1.1);
  background-color: var(--eduact-base);
}

.service-three {
  position: relative;
  background-color: var(--eduact-soft5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0 85px;
}
@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}

.contactmap{
       
        border-top: 2px solid #dd2608;
}
.paddingleftright {
        padding: 0px 16px  0px 15px;
}
.service-two__title{
    padding-top: 11px;
    font-size: 18px;
    font-weight: 600;
}

/*contactusend*/



/*PrincipalMessage*/


.principal_message{
    /*padding-top:180px;*/
  padding-top: 24px;
    /* padding-bottom: 45px; */
  
    margin-top: -34px;
}

.about-one__thumb__one img {
    width: 100%;
    height: 326px;
    /*border-radius: 50%;*/
    border: 1px solid red;
}
.about-one__thumb__shape1 {
    position: absolute;
    left: 0;
    top: 36px;
    
}
.about-one {
    position: relative;
    padding: 90px 0 120px;
    background-color:#ffffff;
}
.about-one__thumb__shape1 img {
  -webkit-animation: rotated 30s infinite linear;
  animation: rotated 30s infinite linear;
      filter: invert(1) grayscale(1) brightness(0.5);
}
@keyframes rotated {
  50% {transform: rotate(360deg);}
}
.headingprincipal .headingprincipal{
    font-size: 24px;
    font-weight: 500;
}
.principalmessage p{
    font-size:14px;
    margin-bottom:0px!important;
    padding-bottom:10px;
    font-weight: 400;
    text-align: left;


}
.newremovingpadding{
    padding:0px!important;
}
.principalname{
    font-size:15px;
    font-weight: 600;
   
}
.bluecolor{
     color:#060687!important;
     font-weight:600;
}

.principal-ul{
    font-size:14px;
}
.spanprincipal{
    font-weight:500;
}
.principalposition{
    position: relative;
    z-index: 1;
}
.headingprincipal{
    font-size:21px;
    color:red;
    text-align:center;
    padding-bottom:10px;
}
.principalname-heading{
   font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
  
}
.name{
    color:black;
    font-size:22px;
}


/*..newss css..*/

.notice-section {
    margin-bottom: 15px;
    padding:15px;
}
.news-date{
    text-align:center;
}
.news-month{
    padding:4px 24px 6px;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.news-news{
    font-size:16px;
    margin:0!important;
    padding-bottom:8px;
    font-weight:700;
}

.news-1{
    width: 272px;
   
  display:flex;
}
.date-sec{
    padding-top:8px;
    padding-bottom:8px;
    font-size:14px;
}
.month-div{
    font-size:16px;
}
.list{
    list-style:none;
}
.left-part{
    width: 78px;
    height: 70px;
    border-top: 1px solid #e9e9e9;
    
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  
    box-shadow: 2px 2px 8px #2222221a;
    padding: -1px;
    /* justify-content: center; */
    align-items: center;
    box-shadow: 0px #fff;
}
.text-para{
    font-size:11px;
}


/*...event css..*/

.event-part{
    margin-top:20px;
    margin-bottom:25px;
}
.nave-pills {
    background-color: white;
    font-size: 14px;
}

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
/*.item {
    align-items: center;
    background-color: tomato;
    color: white;
    display: flex;
    height: 300px;
    justify-content: center;
}*/
.owl-carousel .owl-item img {
    display: block;
    /* width: 100%; */
}
.dec {
    color: #da251c;
    font-size: 1rem;
}

/*..photo-page css...*/

.events-bg {
    background-image: url(../images/bg-image.jpg);
    background-size: 400px !important;
    background-attachment: fixed !important;
    background-position: center !important;
    padding: 40px 0px;
    margin-top:40px;
}
div.thumbnail {
    box-shadow: 0 4px 8px 0 rgba(0, 88, 88, 0.2), 0 6px 20px 0 rgba(0, 88, 88, 0.19);
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
    background-color: #fff;
}
.thumbnail_img {
    width: auto;
  
    object-fit: cover;
}


/*...admission-process...*/

.innerAbtCntnt{
    padding-top:6px;
}
.abtsection .innerAbtCntnt {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
}
.visionMissionTxt h3 {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #080808;
    transition: all 0.4s ease 0s;
    text-align: left;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.visionMissionTxt h3:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    /* margin-left: -14px; */
    background-color: #b80000;
}
.visionMissionTxt h3:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 0;
    margin-left: 0;
    background-color: #b80000;
}
.addmissiontxt {
    margin-top: 4%;
}
.addmissiontxt1{
    margin-top:21px
}
.addmissiontxt p{
    padding-bottom:10px;
}
.addmissiontxt h4 {
    font-size: 16px;
    padding-bottom: 5px;
}
.addmissiontxt h4 span {
    background: #dd2608;
    padding: 5px 10px;
    color: #fff;
    position: relative;
}
.addmissiontxt h4 span:before {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    background: #dd2608;
    clip-path: polygon(100% 47%, 0 0, 0 100%);
    width: 16px;
      height: 29px;
}
.padding_topclass{
        padding-top: 27px;
    padding-bottom: 20px!important;
}
.addmissiontxt p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
}
.addmissiontxt ul {
    list-style: none;
    padding: 0;
}
.addmissiontxt ul li {
    font-size: 12px;
    line-height: 30px;
}
.addmissiontxt ul li .fa-hand-o-right {
    padding-right: 5px;
    color: #b01c15;
}
.addmissiontxt ul li .fa-hand-o-right {
    padding-right: 5px;
    color: #b01c15;
}
.addmissiontxt h6 {
    font-size: 13px;
}
.addmissiontxt h4 {
    font-size: 16px;
    padding-bottom: 5px;
}
.addmissiontxt table {
    font-size: 13px;
}

/*...tc-verification css..*/

.section-heading {
    background-color: #349554;
    color: #fff;
    padding: 5px 20px;
    font-size: 19px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.required {
    color: red;
    font-size: 15px;
}
.tc-section{
    display:flex;
    margin-top:25px;
}
.btnshowtc{
   padding: 6px 20px;
    border-radius: 8px;
    color: #fff;
    background-color: #dd2608!important;
    border-color: #dd2608!important;
}
.colorclass12{
    font-weight:600;
}
/*..curricular-activity...*/

.style-section {
  margin-top:30px;
    background-color: #ffffff6b;
   
}
.heading-blue-size {
    font-size: 20px !important;
}
/*.heading-blue {
    color: #2d3d8c;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 99;
    padding-left: 13px;
}*/
.img-style {
    box-shadow: 0 0 10px #999;
}
.curricular-section{
    margin-top:30px;
}
.light-gray-bg {
    background: #efefef !important;
}
.NT-sec-3 {
    padding: 45px 0px;
}
.hjgdw {
    border: 1px solid #8080802b;
    padding: 18px;
    height:180px;
}
.NT-logo {
    background: white;
    padding: 10px;
    width: 65px;
    text-align: center;
    display: flex;
    border-radius: 50%;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    height: 65px;
}
.NT-sec-3 .NT-data-1 {
    margin-left: 15px;
}
.hr-inner-para {
    font-size: 14px;
    color: black;
    /* text-align: justify; */
    line-height: 24px;
    margin-top: 10px;
}


/*..online-registration..*/

.form-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;
  
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.online-registration{
  padding-top:40px;
}
.big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #2d4395, #2e61c5);
    bottom: 45%;
    right: 36%;
    transform: translate(-40%, 38%);
}
.square, .big-circle{
    display: none;
}
.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}
.form {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 9;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.form {
    z-index: auto;
}
form, .contact-info {
    padding: 1.7rem 1.6rem;
}
.contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}
.contact-info .title {
    color: #dd2608;
}
.title {
    font-size: 1.15rem;
}
.title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}
.text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}
.information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 15px;
}
.information i {
    color: #dd2608;
}
.text-dark {
    color: #212529 !important;
}
.social-media {
    padding: 1rem 0 0 0;
}
.social-media p {
    color: #333;
    font-size:15px;
}
.social-icons {
    display: flex;
    margin-top: 0.5rem;
}
.social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #dd2608;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
}
.contact-form {
    background-color: #c53025 ;
    position: relative;
}
.contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #c53025 ;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}
.circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}
.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #ddd40891);
    position: absolute;
}
.circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}
.input-container {
    position: relative;
    /* margin: 1rem 0; */
}
.input-container label {
    left: 15px;
    /* transform: translateY(-50%); */
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}
.input {
    padding: 0.45rem 1.2rem;
}
.input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.3rem 1rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}
.input-container span:before {
    left: 50%;
}
.input-container span {
    /* position: absolute; */
    top: 0;
    left: 25px;
    /* transform: translateY(-50%); */
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}
.input-container span:before, .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #1abc9c;
    top: 50%;
    transform: translateY(-50%);
}
.input-container span:after {
    right: 50%;
}
.input-container span:before, .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #1abc9c;
    top: 50%;
    transform: translateY(-50%);
}
#btnsubmit {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: black;
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
}
@media(max-width:992px){
    .form-container{
        padding:0!important;
        margin-bottom:20px;
    }
    .form{
        display:block!important;
    }
}

.patron-img{
    width: 100%;
    height: 100%!important;
    /* border-radius: 50%; */
    border: 5px solid red!important;
    box-shadow: 2px 3px 10px 3px #808080c9;
}
.patron-para{
    margin-top:20px;
   
}
.patron-para-2{
     margin-bottom:20px!important;
}
.patron-img-part{
   
    padding-top: 25px;
    padding-bottom: 20px;
}
.newimageminister{
    height:350px!important;
}

/*BestResult*/


.flex-4a .flex-child {
    width: 23%;
    margin: 1%;
    flex-grow: 1;
}
.bottom-to-top {
    transform-origin: center top;
    -webkit-transform-origin: center top;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
    -webkit-opacity: 1;
    transition: all 0.9s cubic-bezier(0.1, 0.9, 0.6, 1);
    -webkit-transition: all 0.9s cubic-bezier(0.1, 0.9, 0.6, 1);
}
.flex-child:before {
    content: "";
    display: block;
    position: absolute;
    width: 75px;
    height: 60px;
    background: url(../images/trophy-icon.png) center center no-repeat;
    background-size: contain;
    background-color: #fff;
    left: -15px;
    top: -25px;
    pointer-events: none;
    transition: all ease-out 0.1s;
    z-index: -1;
}
 .flex-child {
    padding: 25px;
    border: solid 2px #bf0000;
    border-radius: 20px;
    margin: 1.5% 1%;
    position: relative;
    font-size: 120%;
        height: 97%;

}
 .boder-radiusclass{
     border-radius:50%;
 }
p.clearp {
   text-align:center;
}
strong {
    font-weight: 600;
}
.flex-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 90%;
    left: 10px;
    top: 10px;
    background-color: rgb(255 174 160 / 9%);
    transform: rotate(5deg);
    border-radius: 20px;
    z-index: -1;
}
.font-sizeclassresult{
    font-size:12px;
    margin-bottom:0px!important;
    padding-top:5px;
    text-align:center;
}
.font-sizeclassresult span {
     font-size:14px;
     font-weight:500;
     padding-top:10px;
}
.strongcolor{
    font-size:12px;
    font-weight:500;
}

/*applyonline*/



.Applyonline{
        padding-top: 82px;
}
.newfont-sizeclass{
    font-size:20px;
    font-weight:400;
}
.newspnaadmission{
     font-size: 50px;
    color: #fff;
    background: #d32023;
    display: inline-block;
    padding: 0 10px;
}
.applyonlinepara{
    font-size: 18px;
    color: #111;
    background: #eeeeee;
    padding: 5px 10px;
    display: inline-block;
    font-weight:400
}
.paraonline2{
    font-size:16px;
        padding-top: 15px;
}
.quoteonline{
        border-left: 3px solid #d32023;
    padding-left: 20px;
    max-width: 420px;
    margin-top: 20px;
}
.quoteonline p{
        font-size: 18px;
    line-height: 24px;
    font-style: italic;
}
.inputboxclass label{
    display:block;
    margin-bottom: 1px;
    font-size: 14px;
    color: #504d4d;
  
}
.headingclass12{
    background: #bb1c21;
    padding: 24px 40px;
    border-radius: 10px 10px 0px 0px
}
.headingclass12 h3{
    color: white;
    font-size: 25px;
}

.relativeclass{
    position: relative;
    bottom: 7.2rem;
    left: 57px;
    z-index: 7777;
}
.formclass{
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    width:368px;
   
}

.inputboxclass input{
    width:100%;
    border-radius: 5px;
        height: 34px;
    border: 1px solid #b8b8b8;
    padding-left:13px;
    font-size:12px;
}
.inputboxclass{
   
    border-radius: 0px 0px 10px 10px;
    padding: 10px 7px 20px 7px;

}
.registrationbutton{
        padding-top: 15px;
}
.Alreadyregistration{
       padding-top: 15px;
}
.btn_custom{
    background: #d32023;
    color: white;
     padding: 7px 19px 8px 17px;
        font-size:16px;
        height:42px;
        width:100%;
        border-radius:10px;

}
.btn_custom1{
  
         padding: 7px 19px 8px 17px;
         width:100%;
         border-radius:10px
}
.btn_custom:hover{
    background-color:#22354f;
    border:1px solid #22354f;
   height:42px
}
.btn_custom1{
        background: #d8d8d8;
          height:42px
}
.btn_custom1:hover{
     background-color:#22354f!important;
    border:1px solid #22354f;
        padding: 7px 19px 8px 17px;
    color:white;
    height:42px
}


/*HallOfflame*/


.paddingclass23{
    padding-top:20px;
}
.border-class23{
    border: 1px solid red;
    border-radius: 8px;
}
.hall-fame-part{
    margin-top:20px;
}
.Hallofflame{
     padding-bottom: 22px;
     font-size: 26px;
    text-align: left;
    color:black;
    font-weight:500;
}

.hwrap { position: relative; }
.hcap {
  position: absolute; bottom: 0; left: 0;
  width: 100%; padding: 10px;
  color: #fff;   
  background: rgb(0 0 0 / 34%);
}
.himg { width: 100%;
 border-radius: 7px;
}
.removepadding{
    margin-bottom:0px!important;
        font-size: 16px;
    font-weight: 600;
}
.himg:hover{
        transform: scale(1.06);
        -webkit-transition:  .50s ease-in-out  .4s;
         transition:  .50s linear  .1s;

}
.imagediv12{
    padding-top:18px
}
.inducteesclass{
    font-size: 26px;
    text-align: left;
    color: #bb1c21;
    font-weight: 500;
}


/*GeneralsRules*/


.abtsection .innerAbtCntnt {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
}
.visionMissionTxt h3 {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #080808;
    transition: all 0.4s ease 0s;
    text-align: left;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.visionMissionTxt h3:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    /* margin-left: -14px; */
    background-color: #b80000;
}
.visionMissionTxt h3:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 0;
    margin-left: 0;
    background-color: #b80000;
}
.addmissiontxt {
    margin-top: 2%;
}
.addmissiontxt h4 {
    font-size: 16px;
    padding-bottom: 5px;
}
.addmissiontxt h4 span {
    background: #dd2608;
    padding: 5px 10px;
    color: #fff;
    position: relative;
}
.addmissiontxt h4 span:before {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    background: #dd2608;
    clip-path: polygon(100% 47%, 0 0, 0 100%);
    width: 16px;
      height: 29px;
}
.addmissiontxt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}
.addmissiontxt ul {
    list-style: none;
    padding: 0;
}
.addmissiontxt ul li {
    font-size: 14px;
    line-height: 30px;
}
.addmissiontxt ul li .fa-hand-o-right {
    padding-right: 5px;
    color: #b01c15;
}
.addmissiontxt ul li .fa-hand-o-right {
    padding-right: 5px;
    color: #b01c15;
}
.addmissiontxt h6 {
    font-size: 13px;
}
.addmissiontxt h4 {
    font-size: 16px;
    padding-bottom: 5px;
    
}
.addmissiontxt table {
    font-size: 13px;
}
.imagegeneralrules{
    padding:10px;
}
.imagegeneralrules img{
    border-radius:10px;
}

/*..scholarship css..*/


.about-sec-one {
   
   padding-bottom:30px;
}
.dt-sc-team.type2 {
    box-shadow: 2px 2px 7px 1px #80808066;
    float: left;
    clear: both;
    width: 100%;
    border-left: none;
    border-right: none;
}
.dt-sc-team.type2 {
    background: #f8f8f8;
    border-color: #fafaf6;
}
.blue-color {
    background-color: #01468c !important;
    background: #01468c !important;
}
.dt-sc-team {
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
}
.dt-sc-team.type2 .dt-sc-team-thumb {
    border-right: none;
    position: relative;
}

.vc_column_container img, .wpb_column img {
    max-width: 100%;
    height: auto;
    display: inherit;
}
.attachment-full {
    height: auto;
}
.dt-sc-team.type2 .dt-sc-team-details {
    text-align: left;
    padding: 70px 25px 0px;
    position: relative;
}
.dt-sc-team.type2 .dt-sc-team-details {
    padding: 21px 25px 0px !important;
}
.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details {
    color: white !important;
    width: 50%;
    float: left;
    background: none;
}



.dt-sc-team.type2 .dt-sc-team-details h4 {
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.dt-sc-team .dt-sc-team-details h4 {
    font-weight: 600;
    /* margin-bottom: 10px; */
}
.dt-sc-team.type2 .dt-sc-team-details h5 {
    color: white !important;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0px;
    border-bottom: 1px solid;
    display: inline-block;
    padding: 0px 20px 15px 0px;
}
.dt-sc-team.type2 .dt-sc-team-details p {
    color: white;
    font-size: 14px;
   
}
.dt-sc-team.type2 {
    box-shadow: 2px 2px 7px 1px #80808066;
    float: left;
    clear: both;
    width: 100%;
    border-left: none;
    border-right: none;
}
.dt-sc-team.type2 {
    background: #f8f8f8;
    border-color: #fafaf6;
}
.red-color {
    background-color: #c53025 !important;
    background: #c53025 !important;
}
.dt-sc-team {
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
}
.attachment-full {
    height: auto;
}

/*..college-anthem..*/
.addmissiontxt .ulistedantemclass li{
            font-size:13px;
            font-weight:500;
            line-height:30px;
            list-style:none;
        }
.addmissiontxt .ulistedantemclass{
    padding-bottom:20px;
}
.backgroundimagesection{
    position:relative;
}
.backgroundimagesection:before{
    content:"";
    background-image:url(../images/Image_anthem.png);
    position:absolute;
    top:0px;
       bottom:0px;
        width: 100%;
       opacity: 0.03;
        background-position: center;
    background-repeat: no-repeat;
}
.anthem-para{
    text-align: center;
    color: black;
    font-style: italic;
    font-weight:600;
}
.spacerap{
    white-space:nowrap;
}

.curricular-part{
    display:flex;
}
.curricular-ul{
    margin-left:30px;
}
.learning li{
    margin-top:-2px;
}
.vision-heading{
    font-size:16px;
}


/*..salient css..*/

h1.swift-up-text {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
}
.f-30 {
    font-size: 27px !important;
}
.common-head {
    position: relative;
}
.main-heading {
    color: #003060;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}
.common-head::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    top: 40px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.swift-up-text span {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-right: 8px;
}
.common-head::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    top: 40px;
    height: 3px;
    background: #ff6100;
    bottom: 0;
    left: calc(50% - 20px);
}
.advertisers-service-sec .service-card {
   width: 112%;
    height: 420px;
    padding: 12px 12px;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
    margin-left: -23px;

}
.salient{
    margin-bottom:40px;
}
.service-card .icon-wrapper {
    background-color: #ffffff;
    color: #123c66;
}
.advertisers-service-sec .icon-wrapper {
    background-color: #dd2608;
    position: relative;
    margin: auto;
    margin-bottom: 5px;
    font-size: 30px;
    height: 2em;
    width: 2em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}
.fa-hand-o-right{
    color:red;
    margin-right:5px;
}
.kinder-ul{
    font-size:14px;
    margin-left:2px;
    line-height:27px;
    margin-top:24px;
  
}
.advertisers-service-sec .service-card:hover .icon-wrapper {
    color: #fe6302;
}

.advertisers-service-sec p {
    color: #403d3d;
    font-size: 14px;
    text-align:center;
}
.advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #dd2608;
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}
.advertisers-service-sec .service-card:hover:after {
    top: 0%;
}
.advertisers-service-sec .service-card:hover p{
    color: #f0f0f0;
}
.advertisers-service-sec .service-card:hover ul li{
    color: #f0f0f0;
}
.advertisers-service-sec .service-card:hover h4 {
    color: #ffffff;
}
.advertisers-service-sec .service-card:hover .fa-hand-o-right {
    color: #ffffff;
}
.khkhkkh{
    color:black;
}
.salient-heading{
    text-align:center;
    font-size:17px;
}

/*..kindergarten css..*/

.fghj_tri {
    background: #fdfbfc;
    text-align: center;
    width: 92%;
}
.text-card-wrapping-img {
    transform: translate(-4%, -5%);
}
.text-card-wrapping-img {
    padding: 12px 0;
    background: #dd2608;
    color: #ffcc51;
    width: 97.1%;
    transform: translate(1%, -5%);
}
.box-shadow-one {
    box-shadow: 0rem 0.5rem 1rem #0000004d;
}
.text-card-wrapping-img::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 10px solid #dd2608;
    top: -20px;
    left: -1px;
    border-left-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
}
.font-Nunito-Bold {
    font-size: 20px;
    color: white;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.padding {
    padding: 17px;
    font-size: 14px;
    color: #000000ad;
}


@media (min-width: 992px) {
    .mb-lg-120 {
        margin-bottom: 50px !important;
    }
}
.block-header, .colv {
    text-align: left;
}
.block-header p {
    position: relative;
    left: 0%;
}
.block-header p {
    position: relative;
    padding-left: 60px;
    font-family: "Georgia", sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    color: #3B4757;
}
.block-header p::after {
    display: block ! important;
}
.block-header p::after {
    display: block ! important;
}
.block-header p::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    margin-top: -2px;
    width: 40px;
    height: 3px;
    background: #46AADC;
}
.block-header h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
}
.block-header h2 span, body .main-color-font {
    color: #4998bf;
}
.read-more {
    font-size: 15px;
    color: #1a6fbb;
}
.read-more {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #46AADC;
}
.el-wr {
    padding: 20px 25px 0;
}
.learning-elements-wrap {
    position: relative;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.learning-elements-wrap .circle-container .learning-item img {
    width: 90% ! important;
    height: 70% ! important;
    margin-bottom: 0;
}

.para{
    font-size:20px;
    font-weight:600;
}




/*...overview part css...*/

.overview-about{
    margin-top:50px;
}
.overview-part{
    margin-bottom:40px;
    padding-top:50px;
    /*background-image: url('../images/pattern.jpg');*/
}
.text-card-wrapping-img::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 10px solid #dd2608;
    top: -20px;
    right: -1px;
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
}
.overview-img{
    display: flex;
    justify-content: center;
    margin: auto;
    border: 8px solid #dd2608;
}

.newpropetsumdiv h2{
    color:white;
}



.page_margin_top {
    width: 100%;
}
.page_header {
    padding-bottom: 30px;
}
.page_header_left {
    width: 100%;
}
.clearfix:after {
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.subbbBody {
    background-color: #efefef;
    padding: 10px 30px 40px 30px;
    margin-top: 50px;
}
.leftSubbbBody {
    width: 74%;
    float: left;
    min-height: 300px;
    /*display:flex;*/
}
#gghh{
    margin-top:40px;
}
.theme_pageSub .page_title {
    margin-top: 15px;
    line-height: 120%;
    font-style: italic;
    color: #099154;
}
h1 {
    font-size: 30px;
}
.bread_crumb {
    padding: 3px 0 0;
    margin: 0;
    font-weight: bold;
}
.bread_crumb li:first-child {
    margin-left: 0;
}
.bread_crumb li {
    float: left;
    font-size: 16px;
    margin-left: 3px;
}
.bread_crumb li {
    color: #005bb5;
    text-decoration: none;
}
.bread_crumb li.separator {
    width: 8px;
    text-decoration: none;
}
.icon_small_arrow.right_gray {
    background: url(../images/icon_arrow_right_gray.png) no-repeat;
    margin-top: 7px;
    margin-bottom: -7px;
}
.bread_crumb li {
    float: left;
    font-size: 16px;
    margin-left: 3px;
}
.lineee {
    width: 100%;
    height: 3px;
    background-color: #eee;
    margin-top: 10px;
    margin-bottom: 15px;
}


.rightSidebarSubbb {
    float: right;
    margin-right: -15px;
    width: 25%;
}
.subbbBody #boxxx {
    min-height: 650px;
    width: 100%;
    background-color: #f8f7f1;
    border-radius: 40px 0px 0px 0px;
    -webkit-border-radius: 40px 0px 0px 0px;
    -moz-border-radius: 40px 0px 0px 0px;
    -moz-box-shadow: 0 0 6px 0 #444;
    -webkit-box-shadow: 0 0 6px 0 #444;
    box-shadow: 0 0 6px 0 #444;
    position: relative;
    top: -58px;
}
#boxxx .innnerSideBAR {
    padding: 20px 20px 50px 20px;
    margin-top:50px;
}
.margin_top_10 {
    margin-top: 10px;
}
#navigation {
    font-size: .85em;
    min-width: 160px;
    margin-top: 5px;
}
#navigation ul {
    margin: 0;
    padding: 0;
    width: 90%;
}
#navigation li {
    list-style: none;
    min-height: 10px;
    padding: 3px;
}
#navigation a {
    cursor: pointer;
    display: block;
    min-height: 10px;
    text-decoration: none;
    width: 100%;
    font: normal 14px "Trebuchet MS", Helvetica, sans-serif;
}
#navigation a {
    color: #099154;
}
.table > thead > tr > th{
    font-size:14px!important;
}
#h3Nav_1{
    font-size:18px;
}


.download-app {
    background-color: #ffcc5159;
    border-top: 2px solid #dd2608;
    padding: 45px 0px 20px;
}
.heading-blue {
    color: #2d3d8c;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 99;
    padding-left: 13px;
}
.edeecce {
    color: #2d3d8c;
    font-weight: bold;
}
/*.heading-blue:before {
    position: absolute;
    width: 75px;
    height: 75px;
    background: #ffcc51;
    border-radius: 50%;
    content: '';
    left: -7px !important;
    top: -17px !important;
    z-index: -1;
}*/
.heading-blue:after {
    position: absolute;
    width: 60px;
    height: 2px;
    background: #ffcc51;
    content: '';
    top: 20px;
}
.dehgeh {
    color: #dd2608;
    font-size: 14px;
}
.new-f-14 {
    font-size: 14px;
}
.new-f-14 li {
    list-style: disc !important;
}
.ygyuguy_tri {
    display: flex;
    padding-left: 18px;
    gap: 18px;
    flex-wrap: wrap;
}
ul.new-f-15.ygyuguy_tri li {
    width: 23%;
    font-size: 12px;
    position: relative;
    color: #212529;
}
ul.new-f-15.ygyuguy_tri li:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 6px;
    width: 4px;
    height: 4px;
    background: #000000bd;
    border-radius: 20px;
}
.iughk_tri {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.iugutgu_tri {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0;
    background: white;
    padding: 15px 20px 5px 20px;
}
img.ygug_tri {
    width: 145px;
}
.iujh_tri {
    font-size: 14px;
    text-align: center;
    margin-bottom: 4px;
    line-height: 17px;
    font-weight: 600;
    color: #2d4092;
}

.style-section {
    padding: 40px 0 40px 0;
    background-color: #ffffff6b;
    background-image: linear-gradient(rgba(255, 255, 255, 6%), rgba(255, 255, 255, 29%)), url(/images/download.jpeg);
}
.gallery_bg {
    background-color: white;
    padding: 10px;
    box-shadow: 0rem 0.5rem 1rem #00000030;
}

.table1{
    margin-bottom:10px!important;
}
.pay-now-big{
    color:#d12023;
}

.img_sec {
    width: 100%;
    height: 185px;
    object-fit: cover;
    object-position: top;
}
/*.bg-webPrimary {
    background-color: #dd2608;
}*/
.bg-webPrimary h4 {
    font-size: 16px;
    color: black;
}

a:hover, a:focus, a:visited {
    text-decoration: none !important;
    outline: none;
}


/*...notice-board...*/

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.date-tab {
    background-color: #dd2608;
    padding: 5px 10px;
    margin-bottom: 0px;
    border: 3px solid #dd2608;
    border-radius: 15px 0px;
    width: 10%;
}
.boxdefault span {
    font-size: 14px;
    color: white;
}
.px-2{
    font-size:14px;
}
.date-s {
    color: #fff !important;
    font-weight: 500;
    font-size: 17px !important;
    line-height: 26px;
    display: block;
    text-align: center;
}
.boxdefault ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    width: 88%;
 
}
.noticedesc {
    color: #4d4d4d;
  
}
p.date-new {
    padding: 4px 9px;
    margin: 2px 0 0;
    font-size: 12px !important;
    background-color: #dd2608c4;
    display: table-cell;
    color:white;
    border-radius:5px;
}
.date-new i {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 500;
}
.notice-section{
    margin-bottom:15px;
}
.para-notice{
    font-size:13px;
}
.text-para {
    font-size: 13px;
  
    color: grey;
}

/*..faculty css..*/

.instructor.alt {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    padding-top: 9px;
    box-shadow: 0px 8px 18px rgb(7 41 77 / 20%);
    margin-bottom: 10px;
}
.instructor.alt .avatar {
    float: left;
    overflow: hidden;
    box-shadow: inset 0 2px 5px 0 rgba(47, 49, 51, .6);
    border: 3px solid #fff;
    margin: 0 10px 2px 10px;
    width: 15%;
}
.instructor.alt .instructor-info {
    background: none;
    padding: 0;
    float: left;
    text-align: left;
    width: 78%;
}
.instructor.alt .instructor-info .name {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
}
.instructor-info .position {
    font-size: 13px;
    color: #5a5e6a;
    display: block;
    margin-bottom: 10px;
}
.principalname-heading span{
        color: black;
        font-size:14px;
}
.new_fontclass12{
    font-size:35px!important;
}
.uvhffgaah_tuc{
        margin-bottom: 7px!important;
        font-size:14px!important;
}
.guyguy_tri a{
    color:#dd2608!important;
}
.colorwhite{
    color:white
}
.marginclassleftphnview{
    padding-left: 30px;
}

.widthimage222{
    width: 335px;
}
 .phoneviewpaddingcls12small{
        right: 80px;
    }
 .phoneviewmargincls22{
         margin: auto;
 }
 .patronsubclass1{
     line-height:24px;
 }
 .patron-para-2{
     line-height:24px;
 }
 .desktopview{
     display:block;
 }
 .phoneview{
     display:none;
 }
 .newclasspaddinghall{
     padding-top:10px;
 }

@media screen and (max-width: 991px) {
    .colorwhite{
        font-size:14px;
    }
  .footer-area{
      background-repeat:no-repeat;
      background-size:cover;
  }
  .breadCrumb::before{
             width: 101.2%;
             bottom: -18px;
  }
  .breadCrumb {
      margin-right:5px!important;
  }
  .breadCrumb ul{
          margin: -21px 0px;
          margin-right: 10px;
  }
  .breadCrumb ul li a{
      margin:0px;
  }
  .breadcrumb-item + .breadcrumb-item::before{
          padding-right: 5px!important;
     padding-left: 0px!important;
  }
  .breadcrumb-item a{
      font-size:13px;
  }
   .breadcrumb-item.active{
      font-size:14px;
  }
   .chancellor-details figure{
       margin:0px;
   }
   .chancellor-details .chancellor-content{
       left:0px;
   }
  .chancellor-details .chancellor-content{
          height: 29rem;
  }
    .newpropetsumdiv h2 {
            font-size: 28px;
    }
  .navbar__left img{
          width: 301px;
  }
  .PageData {
          padding: 50px 0px 20px;
  }
  .aboutBanner {
          padding-top: 65px;
              width: 100%;
  }
  .visionContent{
      width:100%;
  }
  .relativeclass{
          top: 23px;
          left:0px;
         padding-bottom: 43px;
  }
  .newclasspadingtopjsj{
      padding-top:24px;
  }
  .padingtopjjdhghd{
          padding-top: 23px;
  }
    .border-webSecondary {
            top: 10.1rem;
    }
    .addmissiontxt .lab1-ul li p{
        text-align:justify;
    }
    .addmissiontxt {
            padding-top: 21px;
    }
    .tc-section{
        flex-direction:column;
    }
    .newlesspadding{
            margin-bottom: 31px;
    }
    .phoneviewpadding{
            padding: 40px 0px 24px 0px;
    }
    .contact-info .text{
            text-align: justify;
    }
    .single-footer-widget p{
        text-align:justify;
    }
    .newpaddingclassoverview{
            padding: 37px;
    }
    section.ufyufu_tri{
        padding: 32px 0 22px;
    }
    .ufyufu_tri img{
        width:100%;
    }
    .about-title{
       padding: 5px;
    }
    .newpaddingclassphn{
          padding: 5px;
    }
    .marginclassleftphnview{
        padding-left:0px
    }
    .marginclassleftphnview .widthimage222{
        width:100%;
    }
    .phoneviewpaddingcls12small{
        right: 40px;
    }
    .phoneviewmargincls22{
     
        width: 80%;
    }
    .text-card-wrapping-img{
            width: 98%;
    }
    .padding_topview2222{
            padding-top: 30px;
    }
    .mis-lef-sec-para {
            text-align: justify;
    }
    .patron-para,.patronsubclass1,.patron-para-2{
        line-height:24px;
        text-align: justify;
    }
    .patron-para{
            margin-bottom: 1rem!important;
    }
    .addmissiontxt p{
        text-align:justify;
    }
    .addmissiontxt .table1 td{
        text-align:justify;
    }
    .backgroundimagesection:before{
            background-size: contain;
    }
    .anthem-para p{
        text-align:center;
    }
    .principal_message {
            padding-top: 40px;
    }
    .principalmessage{
            padding-top: 24px;
    }
    .headingprincipal {
            font-size: 16px;
    }
    .newpaddingphoneview .container {
        padding:0px!important;
    }
    .paddingphnoneviiewclass121{
        padding:0px!important;
    }
    .principal_message p{
        text-align:justify;
    }
    .phoneview{
        display:block;
    }
   .desktopview{
       display:none;
   }
   .boxdefault .lab-ul p{
       text-align:justify;
   }
   .resposivewidth{
       width:100%;
   }
   .innerAbtCntnt .lab1-ul p{
       text-align:justify;
   }
   .newpropetsumdiv p{
       text-align:justify;
   }
   .innH-Content p{
       text-align:justify;
   }
   .paraonline2{
       text-align:justify;
   }
   .newphoneviewcontroll{
           width: 37%!important;
   }
   .notice-section .para-notice{
       text-align:justify;
   }
   .newclasspaddinghall{
       padding-top:21px;
   }
   .newphoneviewheading0{
        font-size:27px!important;
   }
  .newphoneviewheading0:after{
         width: 52px!important;
         top:20px!important;

   }
  .instructor.alt .avatar{
      height:100%;
  }
  
  .paddingphnoneviiewclass121 .instructor {
      display:flex;
  }
  .instructor.alt .instructor-info .name{
          margin-bottom: 2px;
  }
  .instructor-info .position{
        margin-bottom: 5px;
  }
    .instructor.alt {
        padding-bottom:10px;
    }
     header.header.header_tri.fixed-header{
          top: -2px;
  }
    section.top_header_tri .submenu.megamenu__text {
        top:2px!important;
    }
    .side-nav-box{
        display:none;
    }
}
.newfigure{
    margin:0px;
}
.font-sizetables td,th{
    font-size:14px!important;

}
  .students-say-area .col-md-3.item.col4 {
    width: 24%;
    position: relative;
    margin-top:20px;
}
  section.activities_tr_section .col-md-3 {
   
    display: inline-block;
    vertical-align: middle;
    float: none;
}
 .students-say-area{
    padding-top: 88px;
    padding-bottom: 46px;
 }
  .students-say-area img.transition.img-thumbnail.img-responsive {
    object-position: center;
    object-fit: cover;
    
    width: 100%;
}
 .fx3{
         display: inline-flex;
         flex-wrap:wrap;
 }

@media screen and (max-width: 991px) {
    .formclass {
            width: 352px;
    }
    .students-say-area {
    padding-top: 58px;
    padding-bottom: 39px;
}
.students-say-area .img-responsive{
        height: 122px!important;
}
}
.students-say-area .newtextalignclass h4{
        text-align: center;
    font-size: 28px;
    font-weight: 600;
}
.font-sizeclasswe{
        font-size: 12px!important;
}
.marginleftclassjdj{
    margin-right:6px;
}
.newclasspaddingtopevent{
    padding-top:18px;
}
.details .hsixdetailscls{
    color:black;
}
.font-size_icons{
    font-size:23px!important;
}
.newremovingpaddingclass12{
   padding-top: 0px !important;
     padding-bottom:0px!important;
}
.newlogoclassssjdffgf{
    display:none!important;
}
.widthcontrol_log{
    display:none!important;
}
.toppersparagraphss{
        font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
}
.newspnaadmission{
        margin-top: 10px;
}
.addresssrerre{
        border: 1px solid #b8b8b8;
}
.displacenoneclasssadd{
    display:none!important;
}
@media screen and (max-width: 991px) {
    .newlogoclassssjdffgf {
        padding-bottom: 10px;
        display: block;
    }
}@media screen and (max-width: 991px) {
    .newlogoclassssjdffgf {
        padding-bottom: 10px;
        display: block!important;
    }
        .widthcontrol_log {
        width: 288px;
        display: block!important;
    }
            .menu .menu__inner .menu__item {
        padding-top: 8px;
        border-bottom: 1px solid #8988885e;
        width: 95%;
        padding-bottom: 8px;
    }
         .top_header_tri .navbar__center #menu .menu__inner .menu__item a {
        color: black;
        font-size: 16px;
    }
         section.top_header_tri .submenu.megamenu__text {
        top: 3px !important;
    }
           .submenu .submenu__list li a {
        width: 262px;
    }
       .font-sizeclasss22 {
        font-size: 14px !important;
    }
           .menu .menu__inner .menu__item {
        padding-top: 8px;
        border-bottom: 1px solid #8988885e;
        width: 95%;
        padding-bottom: 8px;
    }
          .padding-bottomresponsive {
        padding-bottom: 40px !important;
    }
        .menu .menu__inner {
        margin-top: -4rem;
    }
}
