* {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat";
  text-decoration: none;
}

p {
  font-family: "Open Sans";
}

/* navbar */
.active {
  color: #024980 !important;
  padding-bottom: 5px;
}

.heads {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9999;
  box-shadow: 1px 2px 5px 0px rgba(179, 179, 179, 0.75);
  -webkit-box-shadow: 1px 2px 5px 0px rgba(179, 179, 179, 0.75);
  -moz-box-shadow: 1px 2px 5px 0px rgba(179, 179, 179, 0.75);
}

.heads .small_nav {
  background: #c32249;
  opacity: 1;
  display: block;
}

.heads .small_nav a {
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat";
  color: white;
}

.heads .small_nav a:hover {
  color: #024980;
}

.heads .main_nav {
  background: #ffffff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.heads .main_nav .container {
  padding: 0px 0px;
}

.heads .main_nav img {
  width: 250px;
}

.heads .main_nav .links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.heads .main_nav .links_list a {
  color: #6c6c6c;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat";
  cursor: pointer;
}

.heads .main_nav .links_list a:hover {
  color: #024980;
}

.heads .main_nav .links_list .navboxs {
  padding: 25px 18px;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #dddddd;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.heads .main_nav .links_list .navboxs .sub_nav {
  position: fixed;
  top: 119px;
  margin-left: -18px;
  -webkit-transition: ease-in 0.2s !important;
  transition: ease-in 0.2s !important;
  background: white;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  display: none !important;
}

.heads .main_nav .links_list .navboxs .sub_nav ul {
  list-style: none;
  padding: 0px;
}

.heads .main_nav .links_list .navboxs .sub_nav ul li {
  padding: 10px 15px 10px 15px;
  border-bottom: 2px solid #f8f8f8;
}

.heads .main_nav .links_list .navboxs .sub_nav ul li:nth-last-of-type(3n) {
  border-bottom: none;
}

.heads .main_nav .links_list .navboxs:hover .sub_nav {
  display: block !important;
}

.heads .main_nav .links_list .subnav_scrolled {
  top: 62px !important;
  margin-left: -23px !important;
}

.heads .main_nav .links_list .navboxs_last {
  padding: 25px 18px;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #dddddd;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.heads .navboxs_scrolled {
  display: none;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}

.heads .main_nav_scrolled {
  background: #ffffff;
}

.heads .main_nav_scrolled img {
  width: 220px;
}

.heads .main_nav_scrolled .links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.heads .main_nav_scrolled .links_list a {
  color: #6c6c6c;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat";
}

.heads .main_nav_scrolled .links_list a:hover {
  color: #024980;
}

.heads .main_nav_scrolled .links_list .navboxs {
  padding: 20px 23px;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #dddddd;
}

.heads .main_nav_scrolled .links_list .navboxs_last {
  padding: 20px 18px;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #dddddd;
}

@media (max-width: 800px) {
  .heads {
    display: none;
  }
}

.mobile_head {
  display: none;
  background: transparent;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9999;
  box-shadow: 1px 2px 5px 0px rgba(179, 179, 179, 0.75);
  -webkit-box-shadow: 1px 2px 5px 0px rgba(179, 179, 179, 0.75);
  -moz-box-shadow: 1px 2px 5px 0px rgba(179, 179, 179, 0.75);
}

.mobile_head .main_nav {
  background: #ffffff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.mobile_head .main_nav img {
  width: 180px;
}

.mobile_head .main_nav .links_list i {
  padding: 0px 10px;
  font-size: 33px;
}

@media (max-width: 800px) {
  .mobile_head {
    display: block;
  }
}

.mobile_nav {
  padding: 0px 10px;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #024980;
  top: -300%;
  left: -0%;
  /* text-align: center; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1000;
  display: none;
  overflow-y: scroll;
}

.mobile_nav .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .mobile_nav .dropdown-toggle::after {
    font-size: 23px;
  }
}

.mobile_active_class {
  display: block !important;
}

.collapsedbox {
  padding-left: 15px;
  display: none;
}

.mobile_nav li {
  margin-top: 25px;
  list-style-type: none;
  font-size: 17px;
  font-weight: 600;
  padding: 5px 0px;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile_nav a:hover {
  color: #c32249;
  padding-bottom: 5px;
}

.mobile_nav .active {
  color: #c32249 !important;
  padding-bottom: 5px;
}

.mobile_nav_active {
  top: 0%;
}

.scrolled {
  background: #024980 !important;
  color: white;
}

.scrolled a {
  color: white;
}

@media (max-width: 1100px) {
  .mobile_nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: -200%;
    left: 00%;
    /* text-align: center; */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: white;
    display: block;
    overflow-y: scroll;
  }
  .mobile_nav ul {
    padding-left: 0px;
  }
  .mobile_nav ul li a {
    text-decoration: none;
    color: white;
  }
  #btns {
    padding: 8px 0px;
    font-size: 32px;
    display: block;
    color: #024980;
  }
  #btns1 {
    padding: 10px;
    font-size: 32px;
    display: block;
    color: white;
    display: none;
  }
  .mobile_nav ul {
    margin-top: 90px;
  }
  .mobile_nav_active {
    top: 0%;
  }
}

.herosection {
  margin-top: 80px;
}

#mobile_herosection {
  display: none;
}

@media only screen and (max-width: 800px) {
  .herosections {
    margin-top: 60px !important;
  }
}

.section2 .box_shadow {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(207, 207, 207, 0.75);
          box-shadow: 0px 0px 5px 4px rgba(207, 207, 207, 0.75);
  padding: 5px 10px;
}

.section2 h2 {
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
  color: #024980;
}

.section2 .sec_2_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section2 .sec_2_logo img {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .section2 .box_shadow {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 4px rgba(207, 207, 207, 0.75);
            box-shadow: 0px 0px 5px 4px rgba(207, 207, 207, 0.75);
    padding: 5px 20px;
  }
  .section2 h2 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 500px) {
  .section2 .box_shadow {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 4px rgba(207, 207, 207, 0.75);
            box-shadow: 0px 0px 5px 4px rgba(207, 207, 207, 0.75);
    padding: 20px 20px;
    margin: 10px;
  }
  .section2 h2 {
    font-size: 23px !important;
    margin-bottom: 10px;
  }
}

.section3 {
  padding: 80px 10px;
}

.section3 .section2_heading_highlight {
  color: white !important;
  background: #c32249 !important;
  padding: 0px 5px;
}

.section3 .section3_title h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.section3 .section3_title p {
  font-size: 26px;
  font-weight: 600 !important;
}

.section3 .section3_title p span {
  color: #024980;
  font-weight: 700;
}

.section3 .section3_content {
  position: relative;
  padding: 0px 48px;
}

.section3 .section3_content .pageination_dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section3 .section3_content .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto !important;
}

.section3 .section3_content .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 0px !important;
  margin: 0px 5px;
  background: #024980;
}

.section3 .section3_content .swiper-button-next,
.section3 .section3_content .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.section3 .section3_content .swiper-button-prev,
.section3 .section3_content .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.section3 .section3_content .swiper-button-next,
.section3 .section3_content .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #024980;
  outline: none;
}

.section3 .section3_content .swiper-button-next:after,
.section3 .section3_content .swiper-button-prev:after {
  font-size: 34px !important;
}

.section3 .section3_content .swiper-pagination-clickable .swiper-pagination-bullet {
  outline: none !important;
}

.section3 hr {
  width: 10%;
  margin: 10px auto 0px;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.section3 .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-father {
  width: 500 px;
  height: 400 px;
  border: 1 px solid red;
  position: relative;
}

.section3 .placementslide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  margin: 20px 0px;
  padding: 15px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 10px 10px 5px 0px rgba(212, 212, 212, 0.75);
  -webkit-box-shadow: 8px 8px 5px 0px rgba(212, 212, 212, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(212, 212, 212, 0.75);
}

.section3 h4 {
  color: #024980;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 16px;
}

.section3 h3 {
  background: #024980;
  color: white;
  padding: 5px;
  font-size: 23px;
  font-weight: 600;
}

.section3 p {
  font-size: 16px;
  font-family: "Open Sans";
  margin: 5px 0px;
}

.section3 .section3-slide-package {
  font-weight: 600;
  font-size: 16px;
}

@media only screen and (max-width: 500px) {
  .section3 .placementslide {
    margin: 20px 0px;
  }
  .section3 .titles h2 {
    background: #024980;
    color: white;
    padding: 10px;
    margin: 0px;
    font-size: 23px !important;
    font-weight: 700;
    text-align: center;
  }
  .section3 {
    padding: 48px 0px 48px;
  }
  .section3 .section3_content .pageination_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section3 .section3_content .swiper-pagination {
    display: none !important;
  }
  .section3 .section3_content .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0px !important;
    margin: 0px 5px;
    background: #024980;
  }
  .section3 hr {
    width: 30%;
    margin: 10px auto;
    height: 0px;
    border: none;
    border-top: 5px solid #c32249;
    color: #c32249;
    opacity: 1;
  }
  .section3 .section3_title p {
    font-size: 20px;
    font-weight: 700 !important;
  }
  .section3 .section3_title p span {
    color: #024980;
    font-weight: 700;
  }
}

@media only screen and (max-width: 800px) {
  .section3 .section3 {
    background: #f7f7f7;
    padding: 48px 0px;
  }
  .section3 .titles h2 {
    background: #024980;
    color: white;
    padding: 10px;
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }
}

.section4 {
  padding: 80px 0px 0px;
}

.section4 .owl-carousel {
  position: relative;
}

.section4 .owl-dots {
  position: absolute !important;
  bottom: 2% !important;
  left: 45% !important;
}

.section4 .owl-theme .owl-nav {
  position: absolute;
  bottom: 15px;
  width: 50%;
  margin: auto;
}

.section4 .owl-theme .owl-nav button {
  margin: 0px 108px;
}

.section4 .owl-theme .owl-nav button:hover {
  background: none !important;
}

.section4 .owl-theme .owl-nav button span {
  padding: 20px;
  font-size: 38px !important;
  color: white !important;
}

.section4 .owl-theme .owl-nav button span:hover {
  background: none !important;
  color: #c32249 !important;
}

.section4 .owl-theme .owl-dots .owl-dot span {
  border-radius: 0px !important;
  width: 10px !important;
  height: 10px !important;
}

.section4 .owl-theme .owl-dots .owl-dot.active span,
.section4 .owl-theme .owl-dots .owl-dot:hover span {
  background: #024980 !important;
}

.section4 .section4_left {
  padding: 20px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c32249;
  color: white;
  height: auto;
}

.section4 .section4_left ul li {
  font-family: "Open Sans";
  font-size: 18px;
}

.section4 .section4_left .btn {
  color: white;
  background: #024980;
}

.section4 .section4_left .btn:hover {
  background: #024980;
}

.section4 .section4_right {
  padding: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section4 #campidimage1 {
  background-image: url(../images/aboutus/h1.jpg);
  background-position: center center;
}

.section4 #campidimage2 {
  background-image: url(../images/aboutus/h2.JPG);
}

.section4 #campidimage3 {
  background-image: url(../images/aboutus/h3.jpg);
  background-position: bottom center;
}

.section4 #campidimage4 {
  background-image: url(../images/aboutus/h4.jpg);
  background-position: bottom center;
}

.section4 #campidimage5 {
  background-image: url(../images/dlib.jpg);
  background-position: bottom center;
}

.section4 #campidimage6 {
  background-image: url(../images/atm-lab-two.jpg);
}

.section4 #campidimage7 {
  background-image: url(../images/sports.jpg);
  background-position: center center;
}

.section4 #campidimage8 {
  background-image: url(../images/artscrafts.jpg);
}

.section4 h3 {
  font-size: 28px;
  font-weight: 700;
  background: white;
  display: inline;
  color: #024980;
  padding: 5px 10px;
}

.section4 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.5;
  font-family: "Open Sans";
}

.section4 ul li {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Open Sans";
}

.section4 .section4_left hr {
  width: 10%;
  margin: 20px 0px;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.section4 h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.section4 hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  .section4 .section4_right {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
  }
}

@media only screen and (min-width: 1600px) {
  .section4 .section4_right {
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(25vw + 125px);
  }
}

@media only screen and (max-width: 800px) {
  .section4 .section4_right {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
  }
  .section4 h2 {
    font-size: 28px;
  }
  .section4 h3 {
    font-size: 23px;
  }
  .section4 p {
    font-size: 16px;
  }
  .section4 .section4_left {
    height: 100%;
    min-height: 250px;
    padding: 50px 40px;
  }
  .section4 .section4_left ul li {
    font-family: "Open Sans";
    font-size: 16px;
  }
  .section4 .owl-dots {
    position: absolute !important;
    bottom: 0%;
    left: 43% !important;
  }
  .section4 .owl-theme .owl-dots .owl-dot span {
    border-radius: 0px !important;
    width: 10px !important;
    height: 10px !important;
  }
  .section4 .owl-theme .owl-dots .owl-dot.active span,
  .section4 .owl-theme .owl-dots .owl-dot:hover span {
    background: #024980 !important;
  }
}

@media only screen and (max-width: 500px) {
  .section4 {
    padding: 48px 0px 0px;
  }
  .section4 .section4_right {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
  }
  .section4 h2 {
    font-size: 23px;
  }
  .section4 hr {
    width: 30%;
    margin: 10px auto;
    height: 0px;
    border: none;
    border-top: 5px solid #c32249;
    color: #c32249;
    opacity: 1;
  }
  .section4 h3 {
    font-size: 20px;
  }
  .section4 p {
    font-size: 16px;
  }
  .section4 .section4_left {
    height: 100%;
    min-height: 365px;
    padding: 20px 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section4 .section4_left hr {
    width: 30%;
  }
  .section4 .owl-dots {
    position: absolute !important;
    bottom: 0%;
    left: 35% !important;
  }
  .section4 .owl-theme .owl-dots .owl-dot span {
    border-radius: 0px !important;
  }
  .section4 .owl-theme .owl-dots .owl-dot.active span,
  .section4 .owl-theme .owl-dots .owl-dot:hover span {
    background: #024980 !important;
  }
}

@media only screen and (max-width: 350px) {
  .section4 .section4_left {
    height: auto;
    min-height: 450px;
    padding: 40px 20px;
  }
}

.section_testi {
  padding: 80px 10px 80px;
}

.section_testi h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.section_testi hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

@media only screen and (max-width: 800px) {
  .section_testi .section_testi {
    padding: 48px 0px;
  }
  .section_testi hr {
    width: 25%;
  }
  .section_testi h2 {
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 500px) {
  .section_testi h2 {
    font-size: 23px;
  }
  .section_testi hr {
    width: 35%;
  }
  .section_testi {
    padding: 48px 10px;
  }
}

.section_testi #testimonial_slider {
  width: 100%;
  height: 100%;
}

.section_testi .testimonial_content .swiper-wrapper .tslide .testimonial_message {
  margin: 0px 50px 50px;
  padding: 50px 100px;
  background: #f8f8f8;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
}

.section_testi .testimonial_content .swiper-wrapper .tslide p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
}

.section_testi .testimonial_content .swiper-wrapper .tslide h4 {
  font-weight: 700;
  font-family: Montserrat;
  font-size: 23px;
  color: #024980;
}

.section_testi .testimonial_content .swiper-wrapper .tslide h6 {
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 18px;
  color: #c32249;
}

.section_testi .testimonial_content .swiper-wrapper .tslide img {
  width: 100px;
  margin-bottom: -100px;
  border-radius: 50%;
}

.section_testi .testimonial_content .tslide {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_testi .testimonial_content .testimonial_outer_section {
  position: relative;
  padding: 0px 50px;
}

.section_testi .testimonial_content .pageination_dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_testi .testimonial_content .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.section_testi .testimonial_content .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 0px !important;
  margin: 0px 5px;
  background: #024980;
}

.section_testi .testimonial_content .swiper-button-next,
.section_testi .testimonial_content .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.section_testi .testimonial_content .swiper-button-prev,
.section_testi .testimonial_content .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.section_testi .testimonial_content .swiper-button-next,
.section_testi .testimonial_content .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: white;
  color: #024980;
  position: absolute;
  outline: none;
}

.section_testi .testimonial_content .swiper-button-next:after,
.section_testi .testimonial_content .swiper-button-prev:after {
  font-size: 34px !important;
}

.section_testi .testimonial_content .swiper-pagination-clickable .swiper-pagination-bullet {
  outline: none !important;
}

@media only screen and (max-width: 800px) {
  .section_testi .testimonial_content .swiper-wrapper .tslide .testimonial_message {
    margin: 0px 25px 25px;
    padding: 50px 25px;
  }
}

@media only screen and (max-width: 500px) {
  .section_testi {
    padding: 48px 0px;
  }
  .section_testi .testimonial_content .pageination_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_testi .testimonial_content .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0px !important;
    margin: 0px 5px;
    background: #024980;
  }
  .section_testi .testimonial_content .swiper-wrapper .tslide {
    padding: 0px 0px 50px;
  }
  .section_testi .testimonial_content .swiper-wrapper .tslide .testimonial_message {
    margin: 0px 35px 0px;
    padding: 30px 25px;
  }
  .section_testi .testimonial_content .swiper-wrapper .tslide .testimonial_message p {
    font-size: 16px;
  }
  .section_testi .testimonial_content .swiper-wrapper .tslide .testimonial_message img {
    margin-bottom: -80px;
  }
}

.section7 {
  padding: 80px 10px;
  background: #c32249;
  color: white;
}

.section7 .section7-title {
  background: white;
  color: #024980;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}

.section7 h2 {
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.section7 hr {
  width: 20%;
  margin: 10px 0px;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.section7 .colleft7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section7 .colright7 {
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section7 .colright7 p {
  font-weight: 300;
  font-family: "Open Sans";
}

.section7 h3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 23px;
  font-weight: 600;
}

.section7 p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
}

@media only screen and (max-width: 800px) {
  .section7 .section7 {
    padding: 48px 0px;
  }
  .section7 h2 {
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 500px) {
  .section7 h2 {
    font-size: 23px;
  }
  .section7 p {
    font-size: 16px;
  }
  .section7 {
    padding: 48px 10px;
  }
}

.section8 {
  padding: 48px 10px 80px;
}

.section8 h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.section8 hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.section8 #campusupdates {
  width: 100%;
  height: 100%;
}

.section8 .campusslide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section8 .campusslide .img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section8 .campusslide h3 {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 33px;
}

.section8 .campusslide h4 {
  font-family: "Open Sans";
}

.section8 .sec8_colleft {
  background: #024980;
  color: white;
  padding: 10px;
}

.section8 a {
  text-decoration: none;
  color: #024980;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans";
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.section8 a i {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.section8 .section8_content .campus_update_outer_section {
  position: relative;
  padding: 0px 50px;
}

.section8 .section8_content .pageination_dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section8 .section8_content .swiper-container {
  overflow: hidden;
}

.section8 .section8_content .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.section8 .section8_content .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 0px !important;
  margin: 0px 5px;
  background: #024980;
}

.section8 .section8_content .swiper-button-next,
.section8 .section8_content .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.section8 .section8_content .swiper-button-prev,
.section8 .section8_content .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.section8 .section8_content .swiper-button-next,
.section8 .section8_content .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: white;
  color: #024980;
  position: absolute;
  outline: none;
}

.section8 .section8_content .swiper-button-next:after,
.section8 .section8_content .swiper-button-prev:after {
  font-size: 34px !important;
}

.section8 .section8_content .swiper-pagination-clickable .swiper-pagination-bullet {
  outline: none !important;
}

.section8 .section8_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section8 h5 {
  font-size: 23px;
  color: #024980;
  font-weight: 700;
  margin-bottom: 0px;
}

.section8 h5:hover {
  color: #c32249;
}

.section8 a:hover {
  color: #c32249;
  font-family: "Open Sans";
}

.section8 a:hover i {
  padding-left: 20px;
}

@media only screen and (max-width: 800px) {
  .section8 .section8 {
    padding: 48px 0px;
  }
  .section8 .campusslide .img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section8 .campusslide h5 {
    font-size: 16px;
  }
  .section8 h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 500px) {
  .section8 h5 {
    font-size: 16px !important;
  }
  .section8 h2 {
    font-size: 20px;
  }
  .section8 hr {
    width: 28px;
  }
  .section8 .campusslide .img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section8 .campusslide h3 {
    font-size: 30px;
  }
  .section8 {
    padding: 48px 0px;
  }
  .section8 .section8_content .pageination_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section8 .section8_content .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0px !important;
    margin: 0px 5px;
    background: #024980;
  }
}

.section9 {
  padding: 80px 10px;
}

.section9 h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.section9 hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.section9 .section9_colleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section9 h5 {
  font-size: 28px;
  font-weight: 400;
  font-family: "Open Sans";
}

.section9 .colmid {
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section9 .colmiddle i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.section9 p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans";
  background: transparent;
}

.section9 p:hover {
  background: transparent;
}

.section9 .colmiddle {
  background: #c32249;
  padding: 20px 30px;
  color: white;
  cursor: pointer;
}

.section9 .colmiddle i {
  font-size: 33px;
}

.section9 .colmiddle a {
  text-decoration: none;
  color: white;
}

.section9 .colmiddle:hover {
  background: #024980;
}

.section9 .collast {
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section9 .collast i {
  font-size: 33px;
}

.section9 .collast img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

.section9 .collas {
  margin: auto;
  background: #024980;
  padding: 20px 30px;
  color: white;
  cursor: pointer;
}

.section9 .collas a {
  text-decoration: none;
  color: white !important;
}

.section9 .collas a p {
  background: transparent;
}

.section9 .collast :hover {
  background: #c32249;
}

@media only screen and (max-width: 800px) {
  .section9 h2 {
    font-size: 28px;
  }
  .section9 hr {
    width: 25%;
  }
  .section9 h5 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 500px) {
  .section9 h2 {
    font-size: 23px;
    text-align: center;
  }
  .section9 hr {
    width: 35%;
  }
  .section9 .colmiddle {
    padding: 10px 30px;
  }
  .section9 .collas {
    padding: 10px 30px;
  }
  .section9 h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 800px) {
  .section9 {
    padding: 48px 10px;
  }
}

.section_footer {
  background: white;
  margin-bottom: -25px;
}

.section_footer .box_shadow {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 0.28);
          box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 0.28);
  padding: 5px 10px;
  background: white;
  z-index: 10000;
}

.section_footer h2 {
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
  color: #024980;
}

.section_footer .sec_2_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_footer .sec_2_logo img {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .section_footer .box_shadow {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 0.28);
            box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 0.28);
    padding: 5px 20px;
  }
  .section_footer h2 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 500px) {
  .section_footer {
    margin-bottom: -50px;
  }
  .section_footer .box_shadow {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 0.28);
            box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 0.28);
    padding: 20px 20px;
    margin: 10px;
  }
  .section_footer h2 {
    font-size: 23px !important;
    margin-bottom: 10px;
  }
}

.footer {
  background: #595959;
  color: white;
  padding: 0px 10px;
  z-index: 5;
}

.footer .social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0px;
}

.footer_readmore {
  color: #c32249;
  text-decoration: none;
  font-weight: 600;
}

.footer_readmore:hover {
  color: #024980;
}

.footer .social_icons a {
  color: white;
}

.footer .social_icons a:hover {
  color: white;
}

.footer .para {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans";
}

.footer .social_icons i {
  padding: 0px 10px;
  font-size: 32px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.footer .social_icons i:hover {
  color: #c7c7c7 !important;
}

.footer .quick-links .head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .quick-links .head h3 {
  font-size: 23px;
  padding: 10px 0px;
  font-weight: 700;
  border-bottom: 1px solid #e4e4e4;
}

.footer .quick-links ul a {
  border: none;
  color: #ebebeb;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans";
  padding: 5px 0px;
}

.institute_quicklinks ul {
  list-style-type: square;
  padding-left: 20px;
}

.institute_quicklinks ul a {
  text-decoration: none;
  font-weight: 500 !important;
}

.footer .quick-links ul a:hover {
  color: #b6b6b6;
}

.footer .tcampus .head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .tcampus #texthighlight {
  font-weight: 700;
  font-size: 18px;
}

.footer .tcampus ul a {
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans";
  padding: 5px 0px;
}

.footer .tcampus ul a i {
  padding: 0px 10px;
  font-size: 23px;
}

.footer .tcampus ul a:hover {
  color: #b6b6b6;
}

.footer .kadapa .head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .kadapa .head h3 {
  font-size: 23px;
  padding: 10px 0px;
  font-weight: 600;
  border-bottom: 1px solid #e4e4e4;
}

.footer .kadapa .texthighlight {
  font-weight: 700;
  font-size: 18px;
}

.footer .kadapa ul a {
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans";
  padding: 5px 0px;
}

.footer .kadapa ul a i {
  padding: 0px 10px;
  font-size: 23px;
}

.footer .kadapa ul a:hover {
  color: #b6b6b6;
}

.footer .tcampus .head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .tcampus .head h3 {
  font-size: 23px;
  padding: 10px 0px;
  font-weight: 600;
  border-bottom: 1px solid #e4e4e4;
}

.footer .tcampus .texthighlight {
  font-weight: 700;
  font-size: 18px;
}

.footer .tcampus ul a {
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans";
  padding: 5px 0px;
}

.footer .tcampus ul a i {
  padding-right: 10px;
  font-size: 23px;
}

@media only screen and (max-width: 800px) {
  .footer .tcampus {
    margin-top: 10px;
  }
  .footer .tcampus .texthighlight {
    font-weight: 700;
    font-size: 14px;
  }
  .footer .tcampus .head h3 {
    font-size: 23px;
    padding: 10px 0px;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
  }
  .footer .kadapa {
    margin-top: 10px;
  }
  .footer .kadapa .texthighlight {
    font-weight: 700;
    font-size: 18px;
  }
  .footer .kadapa .head h3 {
    font-size: 23px;
  }
  .footer .quick-links .head h3 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 500px) {
  .footer .collegelogo {
    margin-top: 10px;
  }
  .footer .texthighlight {
    font-weight: 700;
    font-size: 14px;
  }
  .footer .kadapa .head h3 {
    font-size: 23px;
  }
  .footer .tcampus .head h3 {
    font-size: 23px;
  }
  .footer .quick-links .head h3 {
    font-size: 23px;
  }
}

.sub_footer {
  padding: 15px 0px 10px;
  background: #024980;
  color: white;
}

.sub_footer .sub_footer_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub_footer .sub_footer_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub_footer .sub_footer_left a {
  padding: 0px 10px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans";
}

.sub_footer .sub_footer_div .sub_footer_right {
  padding-top: 11px;
}

.sub_footer .sub_footer_left a:hover {
  color: #b6b6b6;
}

@media only screen and (max-width: 500px) {
  .sub_footer .collegelogo {
    margin-top: 10px;
  }
  .sub_footer .sub_footer_div {
    display: block;
  }
  .sub_footer .sub_footer_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sub_footer .sub_footer_right p {
    padding-top: 20px;
    text-align: center;
  }
}

.placement_herosection {
  margin-top: 80px;
  background-image: url("../images/slide-02.jpg");
  background-position: center center;
  background-size: cover;
  height: calc(16vw + 125px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.placement_herosection::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(16vw + 125px);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
}

.placement_herosection > * {
  z-index: 10;
  position: relative;
}

.placement_herosection .placement_herotext h2 {
  background-color: rgba(29, 72, 124, 0.7);
  margin-left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  font-size: 33px;
  font-weight: 600;
  padding: 10px 25px;
  border-left: 5px solid #c32249;
}

@media only screen and (max-width: 800px) {
  .placement_herosection .placement_herotext h2 {
    font-size: 38px;
    padding: 10px 25px;
  }
}

@media only screen and (max-width: 500px) {
  .placement_herosection .placement_herotext h2 {
    font-size: 28px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 800px) {
  .placement_herosection {
    height: 500px;
    margin-top: 65px;
  }
  .placement_herosection::after {
    height: 60vh;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .placement_herosection {
    height: 400px;
    margin-top: 65px;
  }
  .placement_herosection::after {
    height: 60vh;
    width: 100%;
  }
}

.placements_section2 {
  padding: 80px 10px;
}

.placements_section2 h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
}

.placements_section2 .section2_heading_highlight {
  color: white;
  background: #c32249;
  padding: 0px 5px;
}

@media only screen and (max-width: 500px) {
  .placements_section2 h2 {
    font-size: 28px;
  }
}

#placement_sec2_img1 {
  display: none;
}

@media only screen and (max-width: 800px) {
  .placements_section2 {
    padding: 60px 0px !important;
  }
}

@media only screen and (max-width: 500px) {
  #placement_poster {
    padding: 48px 10px !important;
  }
  #placement_sec2_img {
    display: none;
  }
  #placement_sec2_img1 {
    display: block;
  }
}

.placement_section3 {
  background: #f9f9f9;
}

.section_placement_3_content .nav-pills .nav-link.active,
.section_placement_3_content .nav-pills .show > .nav-link {
  color: #024980;
  background-color: white !important;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(207, 207, 207, 0.75);
          box-shadow: 0px 0px 5px 4px rgba(207, 207, 207, 0.75);
}

.section_placement_3_content .placement-tabs {
  width: 45%;
}

.section_placement_3_content .placement-tabs .row {
  width: 100%;
}

.section_placement_3_content .placement_link {
  background-color: white !important;
  border-color: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(0, 0, 0, 0.28) !important;
  margin: 5px 0px;
  color: #024980;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_placement_3_content .placement_link h6 {
  font-weight: 700;
  font-size: 18px;
}

.section_placement_3_content .placement_link p {
  font-size: 16px;
  color: #c3c3c3;
  font-weight: 500;
  font-family: "Open Sans";
}

.section_placement_3_content .placement_link img {
  display: block;
  margin: auto;
  border-radius: 50%;
}

.section_placement_3_content .tab-content {
  -webkit-box-shadow: 0px 0px 5px rgba(194, 185, 185, 0.64);
          box-shadow: 0px 0px 5px rgba(194, 185, 185, 0.64);
  padding: 43px 0px;
}

.section_placement_3_content .tab-pane .imgbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 25px;
  margin-bottom: 10px;
}

.section_placement_3_content .tab-pane p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans";
}

@media only screen and (max-width: 800px) {
  .section_placement_3_content .tab-content {
    -webkit-box-shadow: 0px 0px 5px rgba(194, 185, 185, 0.64);
            box-shadow: 0px 0px 5px rgba(194, 185, 185, 0.64);
    padding: 10px 0px;
  }
  .section_placement_3_content .placement-tabs {
    width: 45%;
  }
  .section_placement_3_content .placement-tabs .row {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .section_placement_3_content .placements_section2 {
    padding: 48px 0px;
  }
  .section_placement_3_content .place_tab_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .section_placement_3_content .placement-tabs {
    width: 100%;
  }
  .section_placement_3_content .placement-tabs .row {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .placements_section2 {
    padding: 48px 0px;
  }
  .placements_section2 h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 800px) {
  .placements_section2 h2 {
    font-size: 28px;
  }
}

.placement_section4 h2 {
  background: #024980;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.placement_section4 hr {
  width: 25%;
  margin: 20px 0px;
  height: 0px;
  border: none;
  border-top: 5px solid #c32249;
  color: #c32249;
  opacity: 1;
}

.placement_section4 p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans";
}

.placement_section4 .section4_colright img {
  margin: auto;
  display: block;
  width: 80%;
}

.placement_section4 .section4_colright .viewbutton {
  color: white !important;
  background: #024980 !important;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  outline: none !important;
  border: none !important;
}

@media only screen and (max-width: 800px) {
  .placement_section4 .section4_colright img {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .placement_section4 h2 {
    font-size: 28px;
  }
}

.placement_section6 .placement_section6_content .col {
  padding: 10px !important;
}

.placement_section6 .placement_section6_content .col h5 {
  color: #024980;
  font-size: 20px;
  font-weight: 600;
}

.placement_section6 .placement_section6_content .col p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans";
}

@media only screen and (max-width: 500px) {
  .placement_section6 .placement_section6_content .col h5 {
    color: #024980;
    font-size: 18px;
    font-weight: 700;
  }
  .placement_section6 .placement_section6_content .col p {
    font-size: 16px;
  }
}

/* Admisssion pages */
/* admission second section */
.admission_herosection {
  margin-top: 80px;
  background-image: url("../images/admissions-hero.jpg");
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(16vw + 125px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.admission_herosection::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(16vw + 125px);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
}

.admission_herosection > * {
  z-index: 10;
  position: relative;
}

.admission_herosection .Admission_herotext h2 {
  background-color: rgba(29, 72, 124, 0.7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  font-size: 33px;
  font-weight: 600;
  padding: 10px 25px;
  border-left: 5px solid #c32249;
  margin-left: 20px;
}

@media only screen and (max-width: 800px) {
  .admission_herosection .Admission_herotext h2 {
    font-size: 38px;
    padding: 10px 50px;
  }
}

@media only screen and (max-width: 500px) {
  .admission_herosection .Admission_herotext h2 {
    font-size: 28px;
    margin-left: 10px;
  }
  .admission_herosection .admission_herosection {
    background-size: cover;
    background-position: center center;
  }
}

@media only screen and (max-width: 800px) {
  .admission_herosection {
    height: 500px;
    margin-top: 65px;
    background-size: cover;
  }
  .admission_herosection::after {
    height: 500px;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .admission_herosection {
    height: 400px;
    margin-top: 65px;
    background-size: cover;
    background-position: center center;
  }
  .admission_herosection::after {
    height: 60vh;
    width: 100%;
  }
}

.section_admission_2 {
  padding: 80px 10px;
}

.section_admission_2 .head h2 {
  color: #024980;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
}

.section_admission_2 .head p {
  color: #024980;
  font-size: 23px;
  font-family: "Open Sans";
}

@media only screen and (max-width: 500px) {
  .section_admission_2 .head h2 {
    font-size: 23px;
  }
  .section_admission_2 .head p {
    font-size: 18px;
  }
}

.section_admission_2 .card-body {
  padding: 0px 12px;
  color: white;
}

.section_admission_2 .card-body h5 {
  font-size: 28px;
  font-weight: 600;
}

.section_admission_2 .card-body .s2_c2_contbox {
  background: #024980;
}

.section_admission_2 .card-body .s2_c2_imgbox {
  background: #c32249;
}

@media only screen and (max-width: 500px) {
  .section_admission_2 .card-body h5 {
    font-size: 23px;
    font-weight: 600;
  }
  .section_admission_2 .card-body p {
    font-size: 18px;
  }
  .section_admission_2 .card-body .s2_c2_imgbox img {
    width: 30px;
  }
}

.section_admission_2 .section2_card1_content p {
  font-size: 18px;
  font-family: "Open Sans";
  line-height: 1.5;
}

.section_admission_2 .section2_card1_content p a {
  color: #c32249;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
}

.section_admission_2 .section2_card1_content p a:hover {
  color: #024980;
}

@media only screen and (max-width: 500px) {
  .section_admission_2 .section2_card1_content p {
    font-size: 16px;
  }
  .section_admission_2 .section2_card1_content p a {
    font-size: 16px;
  }
  .section_admission_2 .section2_card1_content p a:hover {
    color: #024980;
  }
}

.section_admission_2 .section2_card2_content p {
  font-size: 18px;
  font-family: "Open Sans";
  line-height: 1.5;
}

.section_admission_2 .section2_card2_content ul li {
  list-style-type: decimal;
  font-size: 18px;
  font-family: "Open Sans";
  line-height: 1.5;
  margin-top: 20px;
}

@media only screen and (max-width: 500px) {
  .section_admission_2 .section2_card2_content p {
    font-size: 16px;
  }
  .section_admission_2 .section2_card2_content ul li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .section_admission_2 {
    padding: 48px 10px;
  }
  .section_admission_3 {
    padding: 48px 10px;
  }
}

@media only screen and (max-width: 800px) {
  .section_admission_2 .head h2 {
    font-size: 28px;
  }
}

.section_admission_3 {
  padding: 80px 10px;
}

.section_admission_3 h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.section_admission_3 hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.section_admission_3 p {
  font-size: 18px;
  font-family: "Open Sans";
  line-height: 1.5;
}

.section_admission_3 p a {
  color: #c32249;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
}

.section_admission_3 p a:hover {
  color: #024980;
}

@media only screen and (max-width: 800px) {
  .section_admission_3 hr {
    width: 25%;
  }
}

@media only screen and (max-width: 500px) {
  .section_admission_3 hr {
    width: 35%;
  }
  .section_admission_3 h2 {
    font-size: 23px;
  }
  .section_admission_3 p {
    font-size: 16px;
  }
  .section_admission_3 a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .section_admission_3 {
    padding: 48px 10px;
  }
}

.section_admission_4 {
  padding: 80px 10px;
}

.section_admission_4 h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.section_admission_4 hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.section_admission_4 .section_admission4_content {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(194, 185, 185, 0.64);
          box-shadow: 0px 0px 10px 0px rgba(194, 185, 185, 0.64);
  padding: 0px 12px;
}

.section_admission_4 .section_admission4_content .tab-content .tab-pane td {
  color: #024980;
  font-weight: 500;
  font-size: 18px;
  font-family: "Open Sans";
}

.section_admission_4 .section_admission4_content .tab-content .tab-pane .theading {
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.section_admission_4 .section_admission4_content ul {
  border-bottom: #024980 2px solid;
}

.section_admission_4 .section_admission4_content ul li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_admission_4 .section_admission4_content ul li .nav-link {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  border-radius: 0px;
  color: #024980;
  text-align: center;
  line-height: 1.3;
  font-family: "Open Sans";
  background: white;
}

@media only screen and (max-width: 500px) {
  .section_admission_4 .section_admission4_content ul li .nav-link {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 400px) {
  .section_admission_4 .section_admission4_content ul li .nav-link {
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    padding: 5px;
  }
}

.section_admission_4 .section_admission4_content .nav-pills .nav-link.active,
.section_admission_4 .section_admission4_content .nav-pills .show > .nav-link {
  background: #024980;
  font-weight: 600;
  color: white !important;
}

.section_admission_4 .section_admission4_content .nav-pills .nav-link.active .subtext,
.section_admission_4 .section_admission4_content .nav-pills .show > .nav-link .subtext {
  color: #c32249;
}

@media only screen and (max-width: 800px) {
  .section_admission_4 hr {
    width: 25%;
  }
  .section_admission_4 h2 {
    font-size: 28px;
  }
  .section_admission_4 .section_admission4_content .tab-content .tab-pane td {
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 500px) {
  .section_admission_4 hr {
    width: 35%;
  }
  .section_admission_4 h2 {
    font-size: 23px;
  }
  .section_admission_4 .section_admission4_content {
    padding: 0px;
  }
  .section_admission_4 .section_admission4_content .tab-content .tab-pane td {
    text-align: left;
    color: #024980;
    font-weight: 500;
    font-size: 12px;
    padding: 8px 10px;
  }
}

@media only screen and (max-width: 500px) {
  .section_admission_4 {
    padding: 48px 10px;
  }
}

.section_admission_6 .section6_admission_content .col {
  padding: 10px;
}

.section_admission_6 .section6_admission_content h5 {
  font-size: 23px;
  font-weight: 700;
  color: #024980;
}

.section_admission_6 .section6_admission_content p {
  font-size: 18px;
  font-family: "Open Sans";
}

.section_admission_6 .section6_admission_content p .Highlight {
  color: #024980;
  font-weight: 700;
}

@media only screen and (max-width: 500px) {
  .section_admission_6 .section6_admission_content p {
    font-size: 16px;
    font-family: "Open Sans";
  }
  .section_admission_6 .section6_admission_content p .Highlight {
    color: #024980;
    font-weight: 700;
  }
}

@media only screen and (max-width: 500px) {
  .section_admission_6 {
    padding: 48px 10px;
  }
  .section_admission_6 .section6_admission_content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #024980;
  }
}

.jobs_herosection {
  margin-top: 80px;
  background-image: url("../images/logo/jobs-hero.jpg");
  background-position: top center;
  background-size: cover;
  height: calc(16vw + 125px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jobs_herosection::after {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
}

.jobs_herosection > * {
  z-index: 10;
  position: relative;
}

.jobs_herosection .jobs_herotext h2 {
  background-color: rgba(29, 72, 124, 0.7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  font-size: 33px;
  font-weight: 600;
  padding: 15px 25px;
  margin-left: 20px;
  border-left: 5px solid #c32249;
}

@media only screen and (max-width: 800px) {
  .jobs_herosection .jobs_herotext h2 {
    font-size: 38px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 500px) {
  .jobs_herosection .jobs_herotext h2 {
    font-size: 28px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 800px) {
  .jobs_herosection {
    height: 500px;
    margin-top: 65px;
  }
  .jobs_herosection::after {
    height: 60vh;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .jobs_herosection {
    height: 400px;
    margin-top: 65px;
  }
  .jobs_herosection::after {
    height: 60vh;
    width: 100%;
  }
}

.jobs_section2 {
  padding: 80px 10px;
}

.jobs_section2 h2 {
  color: #024980;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
}

.jobs_section2 p {
  font-size: 18px;
  font-family: "Open Sans";
  line-height: 1.5;
}

.jobs_section2 .jobs_section2_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jobs_section2 .jobs_section2_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 800px) {
  .jobs_section2 h2 {
    color: #024980;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.3;
  }
  .jobs_section2 p {
    font-size: 18px;
    font-family: "Open Sans";
    line-height: 1.5;
  }
  .jobs_section2 .jobs_section2_img {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .jobs_section2 h2 {
    color: #024980;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
  }
  .jobs_section2 p {
    font-size: 16px;
  }
}

.jobs_section3 {
  padding: 80px 10px;
}

.jobs_section3 .section_jobs_3_title h2 {
  background: #c32249 !important;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.jobs_section3 .section_jobs_3_title hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980 !important;
  color: #024980;
  opacity: 1;
}

@media only screen and (max-width: 500px) {
  .jobs_section3 .section_jobs_3_title hr {
    width: 35%;
  }
  .jobs_section3 .section_jobs_3_title h2 {
    font-size: 23px !important;
    padding: 10px 5px;
  }
  .jobs_section3 .section_jobs_3_title p {
    font-size: 16px;
    font-family: "Open Sans";
  }
  .jobs_section3 .section_jobs_3_title a {
    font-size: 16px;
  }
}

.jobs_section3 .section_jobs_3_content .accordion {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(233, 233, 233, 0.49);
          box-shadow: 0px 0px 5px 2px rgba(233, 233, 233, 0.49);
}

.jobs_section3 .section_jobs_3_content .accordion-button h3 {
  color: #024980;
  font-size: 23px;
  font-weight: 500;
  margin: 0px;
}

.jobs_section3 .section_jobs_3_content .accordion-button .text {
  z-index: 50;
  position: absolute;
  top: 0px;
  right: 50px;
}

.jobs_section3 .section_jobs_3_content .accordion-button a {
  text-decoration: none;
  color: #024980;
  font-size: 23px;
  font-weight: 500;
}

.jobs_section3 .section_jobs_3_content .accordion-button a:hover {
  color: #c32249;
}

.jobs_section3 .section_jobs_3_content .accordion-button {
  color: #024980;
  font-size: 22px;
  font-weight: 600;
}

.jobs_section3 .section_jobs_3_content .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e6e6e6 !important;
}

.jobs_section3 .section_jobs_3_content .accordion-body {
  border-left: 4px solid #c32249;
  background: #f9f9f9;
}

.jobs_section3 .section_jobs_3_content .accordion-body ul li {
  padding: 5px 0px;
  font-size: 16px;
  font-family: "Open Sans";
}

.jobs_section3 .section_jobs_3_content .accordion-body p {
  font-family: "Open Sans";
  font-size: 18px;
}

.jobs_section3 .section_jobs_3_content .accordion-body .btn {
  font-size: 16px;
  outline: none;
  color: #024980;
  font-weight: 700;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 5px 30px 5px 0px;
  font-family: "Open Sans";
}

.jobs_section3 .section_jobs_3_content .accordion-body .btn:hover {
  color: #c32249;
}

.jobs_section3 .section_jobs_3_content .accordion-body .btn:hover i {
  padding-left: 10px;
}

.jobs_section3 .section_jobs_3_content .accordion-body .btn i {
  font-size: 26px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.jobs_section3 .section_jobs_3_content .accordion-body [class^="bi-"]::before,
.jobs_section3 .section_jobs_3_content .accordion-body [class*=" bi-"]::before {
  vertical-align: -0.28em !important;
}

@media only screen and (max-width: 500px) {
  .jobs_section3 .section_jobs_3_content .accordion-button {
    color: #024980;
    font-size: 18px;
    font-weight: 600;
  }
  .jobs_section3 .section_jobs_3_content .accordion-body p {
    font-family: "Open Sans";
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .jobs_section3 {
    padding: 48px 5px;
  }
}

@media only screen and (max-width: 800px) {
  .jobs_section3 .section_jobs_3_title h2 {
    font-size: 28px;
  }
}

.jobs_section4 {
  padding: 80px 10px;
}

.jobs_section4 .section_jobs_4_title h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.jobs_section4 .section_jobs_4_title hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

@media only screen and (max-width: 500px) {
  .jobs_section4 .section_jobs_4_title hr {
    width: 35%;
  }
  .jobs_section4 .section_jobs_4_title h2 {
    font-size: 23px !important;
    padding: 10px 5px;
  }
  .jobs_section4 .section_jobs_4_title p {
    font-size: 16px;
    font-family: "Open Sans";
  }
  .jobs_section4 .section_jobs_4_title a {
    font-size: 16px;
    font-family: "Open Sans";
  }
}

@media only screen and (max-width: 800px) {
  .jobs_section4 .section_jobs_4_title h2 {
    font-size: 28px;
  }
}

.jobs_section4 .section_jobs_4_content .accordion {
  -webkit-box-shadow: 0px 1px 5px 2px rgba(233, 233, 233, 0.49);
          box-shadow: 0px 1px 5px 2px rgba(233, 233, 233, 0.49);
}

.jobs_section4 .section_jobs_4_content .accordion-button {
  color: #024980;
  font-size: 22px;
  font-weight: 600;
}

.jobs_section4 .section_jobs_4_content .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e6e6e6 !important;
}

.jobs_section4 .section_jobs_4_content .accordion-body {
  border-left: 4px solid #c32249;
  background: #f9f9f9;
}

.jobs_section4 .section_jobs_4_content .accordion-body .table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
}

.jobs_section4 .section_jobs_4_content .accordion-body th {
  font-weight: 700;
  font-size: 18px;
  font-family: "Open Sans";
}

.jobs_section4 .section_jobs_4_content .accordion-body .tablerowHeading {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans";
}

.jobs_section4 .section_jobs_4_content .accordion-body .btn {
  font-size: 16px;
  outline: none;
  color: #024980;
  font-weight: 700;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 5px 30px 5px 0px;
  font-family: "Open Sans";
}

.jobs_section4 .section_jobs_4_content .accordion-body .btn:hover {
  color: #c32249;
}

.jobs_section4 .section_jobs_4_content .accordion-body .btn:hover i {
  padding-left: 10px;
}

.jobs_section4 .section_jobs_4_content .accordion-body .btn i {
  font-size: 26px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.jobs_section4 .section_jobs_4_content .accordion-body [class^="bi-"]::before,
.jobs_section4 .section_jobs_4_content .accordion-body [class*=" bi-"]::before {
  vertical-align: -0.28em !important;
}

@media only screen and (max-width: 800px) {
  .jobs_section4 .section_jobs_4_content th {
    font-weight: 600;
    font-size: 18px;
  }
  .jobs_section4 .section_jobs_4_content .tablerowHeading {
    font-size: 16px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 500px) {
  .jobs_section4 .section_jobs_4_content .accordion-button {
    color: #024980;
    font-size: 18px;
    font-weight: 600;
  }
  .jobs_section4 .section_jobs_4_content th {
    font-weight: 600;
    font-size: 16px;
  }
  .jobs_section4 .section_jobs_4_content .tablerowHeading {
    font-size: 14px;
    font-weight: 600;
  }
  .jobs_section4 .section_jobs_4_content tr {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .jobs_section4 {
    padding: 48px 5px;
  }
}

.jobs_section5 {
  padding: 80px 10px;
}

.jobs_section5 .section_jobs_5_title h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.jobs_section5 .section_jobs_5_title hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.jobs_section5 .section_jobs_5_title p {
  font-size: 18px;
  font-family: "Open Sans";
}

@media only screen and (max-width: 500px) {
  .jobs_section5 .section_jobs_5_title hr {
    width: 35%;
  }
  .jobs_section5 .section_jobs_5_title h2 {
    font-size: 23px !important;
  }
  .jobs_section5 .section_jobs_5_title p {
    font-size: 16px;
    font-family: "Open Sans";
  }
  .jobs_section5 .section_jobs_5_title a {
    font-size: 16px;
    font-family: "Open Sans";
  }
}

@media only screen and (max-width: 500px) {
  .jobs_section5 {
    padding: 48px 10px;
  }
}

@media only screen and (max-width: 800px) {
  .jobs_section5 .section_jobs_5_title h2 {
    padding: 10px;
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
  }
}

.section_jobs_5_forms .form-control {
  background: #f8f8f8;
  border: none !important;
  padding: 0.9rem 0.75rem;
  font-family: "Open Sans" !important;
  color: #024980;
  font-weight: 600;
}

.section_jobs_5_forms .form-select {
  background-color: #f8f8f8;
  border: none !important;
  padding: 0.9rem 0.75rem !important;
  font-family: "Open Sans" !important;
  color: #024980;
  font-weight: 600;
  font-size: 16px;
}

.section_jobs_5_forms .form-select option {
  color: #024980;
  font-weight: 600 !important;
  padding: 5px !important;
  font-family: "Open Sans" !important;
}

.section_jobs_5_forms ::-webkit-input-placeholder {
  color: #024980 !important;
  opacity: 1;
  /* Firefox */
  font-size: 18px !important;
  font-weight: 600 !important;
}

.section_jobs_5_forms :-ms-input-placeholder {
  color: #024980 !important;
  opacity: 1;
  /* Firefox */
  font-size: 18px !important;
  font-weight: 600 !important;
}

.section_jobs_5_forms ::-ms-input-placeholder {
  color: #024980 !important;
  opacity: 1;
  /* Firefox */
  font-size: 18px !important;
  font-weight: 600 !important;
}

.section_jobs_5_forms ::placeholder {
  color: #024980 !important;
  opacity: 1;
  /* Firefox */
  font-size: 18px !important;
  font-weight: 600 !important;
}

.section_jobs_5_forms .btn {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
  padding: 12px;
}

.section_jobs_5_forms .btn:hover {
  color: white !important;
  background: #024980;
}

.section_jobs_5_forms .btn-outline-primary {
  color: #024980 !important;
  border-color: #024980 !important;
}

.section_jobs_5_forms .option {
  padding: 2px !important;
}

.contact_herosection {
  margin-top: 80px;
  background-image: url("../images/contact-hero.jpg");
  background-position: center center;
  background-position-x: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(16vw + 125px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_herosection::after {
  content: "";
  display: block;
  width: 100%;
  height: 650px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
}

.contact_herosection > * {
  z-index: 10;
  position: relative;
}

.contact_herosection .contact_herotext h2 {
  background-color: rgba(29, 72, 124, 0.7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  font-size: 33px;
  font-weight: 600;
  padding: 10px 25px;
  margin-left: 20px;
  border-left: 5px solid #c32249;
}

@media only screen and (max-width: 800px) {
  .contact_herosection .contact_herotext h2 {
    font-size: 38px;
    padding: 10px 50px;
  }
}

@media only screen and (max-width: 500px) {
  .contact_herosection .contact_herotext h2 {
    font-size: 28px;
    padding: 10px 50px;
    margin-left: 10px;
  }
  .contact_herosection .contact_herosection {
    height: 400px;
    margin-top: 65px;
    background-position-x: -450px;
  }
}

@media only screen and (max-width: 800px) {
  .contact_herosection {
    height: 500px;
    margin-top: 65px;
  }
}

@media only screen and (max-width: 500px) {
  .contact_herosection {
    height: 400px;
    background-position-x: -450px;
  }
  .contact_herosection::after {
    height: 60vh;
    width: 100%;
  }
}

.contact_section2 {
  padding: 80px 10px;
}

.contact_section2 .section_contact_2_title h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.contact_section2 .section_contact_2_title hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

@media only screen and (max-width: 500px) {
  .contact_section2 .section_contact_2_title hr {
    width: 35%;
  }
  .contact_section2 .section_contact_2_title h2 {
    font-size: 23px !important;
  }
  .contact_section2 .section_contact_2_title p {
    font-size: 16px;
    font-family: "Open Sans";
  }
}

@media only screen and (max-width: 800px) {
  .contact_section2 .section_contact_2_title h2 {
    font-size: 28px;
  }
}

.contact_section2 .contact_sec2_leftColumn {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(217, 217, 217, 0.75);
          box-shadow: 0px 0px 5px 2px rgba(217, 217, 217, 0.75);
  border-radius: 5px;
  padding: 30px 30px;
}

.contact_section2 .contact_sec2_leftColumn a {
  text-decoration: none;
  color: #024980;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
}

.contact_section2 .contact_sec2_leftColumn h3 {
  font-size: 28px;
  font-weight: 700;
}

.contact_section2 .contact_sec2_leftColumn h5 {
  font-size: 23px;
  font-weight: 700;
}

.contact_section2 .contact_sec2_leftColumn hr {
  width: 65%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 3px solid #c32249;
  color: #c32249;
  opacity: 1;
}

.contact_section2 .contact_sec2_leftColumn p {
  font-size: 18px;
  font-family: "Open Sans";
  color: #024980;
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
  .contact_section2 .contact_sec2_leftColumn h3 {
    font-size: 23px;
    padding: 10px 50px;
  }
  .contact_section2 .contact_sec2_leftColumn hr {
    width: 55%;
    margin: 5px auto;
  }
  .contact_section2 .contact_sec2_leftColumn h5 {
    font-size: 18px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 800px) {
  .contact_section2 .contact_sec2_leftColumn {
    padding: 30px 0px;
    margin: 5px;
  }
}

.contact_section2 .contact_section2 h2 {
  font-size: 28px;
}

@media only screen and (max-width: 500px) {
  .contact_section2 {
    padding: 48px 10px;
  }
}

.contact_section3 {
  padding: 80px 10px;
  background: #f7f7f7;
}

.contact_section3 .section_contact_3_title h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.contact_section3 .section_contact_3_title hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

@media only screen and (max-width: 500px) {
  .contact_section3 .section_contact_3_title hr {
    width: 35%;
  }
  .contact_section3 .section_contact_3_title h2 {
    font-size: 23px !important;
  }
  .contact_section3 .section_contact_3_title p {
    font-size: 16px;
    font-family: "Open Sans";
  }
}

.contact_section3 .section_contact_3_content .contact_applynow {
  font-weight: 500;
  color: #212529;
}

.contact_section3 .section_contact_3_content .contact_applynow a {
  text-decoration: none;
  color: #c32249;
}

.contact_section3 .section_contact_3_content .contact_applynow a:hover {
  color: #024980;
  text-decoration: underline;
}

.contact_section3 .section_contact_3_content p {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #024980;
}

.contact_section3 .section_contact_3_content tr {
  border: 1px solid #6c6c6c;
}

.contact_section3 .section_contact_3_content tr td {
  color: #024980;
  font-weight: 600;
  font-size: 16px;
  font-family: "Open Sans";
}

.contact_section3 .section_contact_3_content tr td a {
  text-decoration: none;
  color: #024980;
}

@media only screen and (max-width: 500px) {
  .contact_section3 .section_contact_3_content tr td {
    font-size: 13px;
  }
}

@media only screen and (max-width: 500px) {
  .contact_section3 {
    padding: 48px 10px;
  }
}

@media only screen and (max-width: 800px) {
  .contact_section3 .section_contact_3_title h2 {
    font-size: 28px;
  }
}

.login_page {
  height: 100vh;
  background-image: url("../images/admissions-hero.jpg");
  background-size: cover;
  background-position: center;
}

.login_page::after {
  content: "";
  display: block;
  width: 100%;
  height: 75vh;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 40%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
}

.login_page > * {
  z-index: 10;
  position: relative;
}

.login_page .login_page_title h2 {
  color: #c32249;
  font-family: "Montserrat";
  font-weight: 700;
  text-align: center;
  font-size: 33px;
}

.login_page .login_page_title p {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #024980;
}

@media (max-width: 800px) {
  .login_page .login_page_title h2 {
    color: #c32249;
    font-family: "Montserrat";
    font-weight: 700;
    text-align: center;
    font-size: 33px !important;
  }
  .login_page .login_page_title p {
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #024980;
  }
  .login_page .card-header {
    background: #024980;
    padding: 15px;
  }
  .login_page .card-header h2 {
    font-style: 33px !important;
    font-weight: 600;
    color: white;
    margin: 0px;
  }
}

@media (max-width: 500px) {
  .login_page .login_page_title h2 {
    color: #c32249;
    font-family: "Montserrat";
    font-weight: 700;
    text-align: center;
    font-size: 33px !important;
  }
  .login_page .login_page_title p {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #024980;
  }
  .login_page .card-header {
    background: #024980;
    padding: 15px;
  }
  .login_page .card-header h2 {
    font-style: 33px !important;
    font-weight: 600;
    color: white;
    margin: 0px;
  }
}

.login_page .card {
  border: 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

.login_page .card-header {
  background: #024980;
  padding: 15px;
}

.login_page .card-header h2 {
  font-style: 33px;
  font-weight: 600;
  color: white;
  margin: 0px;
}

.login_page .card-body label {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans";
  margin: 10px 0px;
}

.login_page .card-body button {
  background: #024980;
  color: white;
  padding: 10px 80px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Open Sans";
}

.login_page .card-body button:hover {
  background: #c32249;
}

.errorimage {
  position: absolute;
  top: 10%;
  left: 40%;
  color: white;
  padding: 20px 15px;
  background: #c32249;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  z-index: 1000000000;
}

.siderbar {
  height: 100%;
  width: 250px;
  position: fixed;
  left: 0%;
  top: 0px;
  z-index: 100;
  background: #024980;
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.siderbar .siderbar-header {
  border-bottom: 1px solid #dad8d8;
}

.siderbar .siderbar-header img {
  display: block;
  margin: auto;
  padding: 15px 10px;
}

.siderbar ul {
  padding-left: 0px !important;
  margin-top: 16px;
}

.siderbar ul li {
  list-style-type: none;
  padding: 10px 20px;
}

.siderbar ul li a {
  color: white;
  text-decoration: none;
}

.siderbar ul li a span {
  font-size: 18px;
  padding-left: 20px;
  font-family: "Open Sans";
  font-weight: 600;
}

.siderbar ul li a span:hover {
  color: #c32249;
}

.main-content {
  position: relative;
  margin-left: 250px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-content header {
  position: absolute;
  top: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #f7f7f7;
}

.main-content header .logoutbutton {
  text-decoration: none;
  color: white;
  background: #024980;
  padding: 10px 40px;
  font-weight: 500;
  border-radius: 5px;
}

.main-content header .logoutbutton:hover {
  background: #c32249;
}

.main-content header .sidenavbutton i {
  color: #024980;
  font-weight: 600;
  font-size: 36px;
  border: 1px solid white;
  display: none;
  cursor: pointer;
}

@media (max-width: 800px) {
  .main-content header .sidenavbutton i {
    display: block;
  }
}

.main-content main {
  position: absolute;
  top: 80px;
  padding: 10px 40px;
  width: 100%;
  z-index: 5555555555;
}

@media (max-width: 800px) {
  .main-content {
    position: inherit;
  }
  .main-content header {
    padding: 10px 20px;
  }
  .main-content main {
    padding: 10px 20px;
  }
}

.addblog h2 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Montserrat";
}

.addblog hr {
  width: 10%;
  margin: 10px 0px;
  height: 0px;
  border: none;
  border-top: 5px solid #c32249;
  color: #c32249;
  opacity: 1;
}

.addblog img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.addblog .ctitle {
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
}

.addblog .ctext {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 400;
}

.blogs .card {
  box-shadow: 5px 5px 5px 0px rgba(215, 215, 215, 0.75);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(215, 215, 215, 0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(215, 215, 215, 0.75);
}

@media (max-width: 800px) {
  .addblog h2 {
    font-size: 28px;
  }
  .blogs {
    padding: 0px;
  }
}

@media (max-width: 800px) {
  .blogs {
    padding: 0px;
  }
  .addblog h2 {
    font-size: 28px;
  }
  .addblog hr {
    width: 25%;
  }
}

.act {
  left: -200% !important;
}

.main_act {
  margin-left: 0px;
}

.addblog_content label {
  font-weight: 600;
  font-size: 23px;
}

.singleblog {
  margin-top: 100px;
  padding: 80px 10px;
  height: calc(24vw +128vh);
  background: #024980;
  color: white;
}

.singleblog h2 {
  font-size: 33px;
  font-weight: 700;
  text-transform: capitalize;
}

.singleblog h5 {
  font-size: 23px;
  font-weight: 700;
  font-family: "montserret";
}

.singleblog p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans";
}

.singleblog img {
  -webkit-box-shadow: 0px 0px 3px 0px #6c6c6c;
          box-shadow: 0px 0px 3px 0px #6c6c6c;
}

.section_singleblog_2 .img_single_box {
  margin-top: -40px;
  padding: 20px;
  background: #c32249;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
}

.blog_content {
  padding: 24px 10px 80px;
}

.blog_content p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans";
  text-transform: initial;
}

@media (max-width: 800px) {
  .singleblog {
    padding: 80px 10p;
    margin-top: 65px;
  }
  .singleblog h2 {
    font-size: 28px;
    font-weight: 700;
  }
  .singleblog h5 {
    font-size: 18px;
    font-weight: 600;
  }
  .singleblog p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans";
  }
  .blog_content {
    padding: 24px 10px 80px;
  }
  .blog_content p {
    font-size: 18px;
    font-weight: 500;
    font-family: "Open Sans";
    text-transform: initial;
    line-height: 1.5;
  }
}

@media (max-width: 500px) {
  .singleblog {
    padding: 48px 10px;
  }
  .singleblog h2 {
    font-size: 28px;
    font-weight: 700;
  }
  .singleblog h5 {
    font-size: 18px;
    font-weight: 600;
  }
  .singleblog p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans";
  }
  .blog_content {
    padding: 10px 10px 48px;
  }
  .blog_content p {
    font-size: 16px;
    font-weight: 500;
    font-family: "Open Sans";
    text-transform: initial;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 1600px) {
  .placement_herosection
.contact_herosection
.admission_herosection
.jobs_herosection
.feeherosection {
    height: calc(10vw + 125px) !important;
  }
}

.contactbody {
  background: white !important;
}

.feeherosection {
  margin-top: 100px;
  padding: 80px 10px 80px;
  height: calc(24vw +128vh);
  background: #024980;
  color: white;
}

.feeherosection h2 {
  font-size: 36px;
  font-weight: 700;
}

.fee_section2 {
  padding: 80px 10px;
}

.fee_section2 h5 {
  font-size: 23px;
  font-weight: 700;
  color: #024980;
}

.fee_section2 p {
  font-size: 18px;
  font-weight: 400;
  font-family: open-sans;
}

.fee_section2 .card {
  -webkit-box-shadow: 0px 0px 3px 0px #6c6c6c;
          box-shadow: 0px 0px 3px 0px #6c6c6c;
}

.fee_section2 .card .overflowcard {
  overflow: hidden;
}

.fee_section2 .card img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fee_section2 .card .button {
  text-decoration: none;
  background: #024980;
  color: white;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.fee_section2 .card .button:hover {
  background: #c32249;
}

.fee_section2 .card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 800px) {
  .feeherosection {
    padding: 100px 10px 100px;
    margin-top: 65px;
  }
  .feeherosection h2 {
    font-size: 28px;
    font-weight: 700;
  }
  .fee_section2 {
    padding: 48px 10px;
  }
}

@media (max-width: 500px) {
  .feeherosection {
    padding: 48px 10px;
  }
  .feeherosection h2 {
    font-size: 28px;
    font-weight: 700;
  }
  .fee_section2 {
    padding: 48px 10px;
  }
  .fee_section2 p {
    font-size: 16px;
  }
  .card {
    margin-top: 20px;
  }
}

#r_dhero {
  background-image: url("../images/rd/rd_hero.jpg");
  background-position: bottom center;
}

.campus_herosection {
  margin-top: 80px;
  background-image: url("../images/cl/cl_hero1.jpg");
  background-position: top center;
  background-size: cover;
  height: calc(16vw + 125px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campus_herosection::after {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
}

.campus_herosection > * {
  z-index: 10;
  position: relative;
}

.campus_herosection .campus_herotext h2 {
  background-color: rgba(29, 72, 124, 0.7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  font-size: 33px;
  font-weight: 600;
  padding: 15px 25px;
  margin-left: 20px;
  border-left: 5px solid #c32249;
  font-family: "Montserrat";
}

@media only screen and (max-width: 800px) {
  .campus_herosection .campus_herotext h2 {
    font-size: 38px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 500px) {
  .campus_herosection .campus_herotext h2 {
    font-size: 28px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 800px) {
  .campus_herosection {
    height: 500px;
    margin-top: 65px;
  }
  .campus_herosection::after {
    height: 60vh;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .campus_herosection {
    height: 400px;
    margin-top: 65px;
  }
  .campus_herosection::after {
    height: 60vh;
    width: 100%;
  }
}

.campuslife_2 {
  padding: 60px 10px;
}

.campuslife_2 .campus_section2_left {
  padding: 30px 0px 30px 20px;
  background: #c32249;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campuslife_2 .campus_section2_left img {
  position: relative;
  margin-left: 70px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}

@media only screen and (max-width: 800px) {
  .campuslife_2 .campus_section2_left {
    padding: 30px 0px 30px 10px;
  }
  .campuslife_2 .campus_section2_left img {
    position: relative;
    margin-left: 40px;
    height: 300px !important;
  }
}

@media only screen and (max-width: 500px) {
  .campuslife_2 .campus_section2_left {
    padding: 30px 10px;
    margin: 0px 30px 0px 23px;
  }
  .campuslife_2 .campus_section2_left img {
    position: relative;
    margin-left: 25px;
    height: 250px !important;
  }
}

.campuslife_2 .campus_section2_right_bg {
  background: #f8f8f8;
}

.campuslife_2 .campus_section2_right {
  padding: 50px 60px;
}

.campuslife_2 .campus_section2_right h2 {
  display: inline;
  background: #c32249;
  color: white;
  font-family: "Montserrat";
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.campuslife_2 .campus_section2_right hr {
  width: 10%;
  margin: 20px 0px 20px;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.campuslife_2 .campus_section2_right p {
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 1.5em;
  font-weight: 400;
}

.campuslife_2 .campus_section2_right ul li {
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 1.5em;
  font-weight: 400;
}

.campuslife_2 .campus_section2_right .btn {
  background: #c32249;
  color: white;
  font-weight: 600;
  font-size: 16px;
  font-family: "Open Sans";
}

.campuslife_2 .campus_section2_right .btn:hover {
  background: #024980;
}

@media only screen and (max-width: 800px) {
  .campuslife_2 .campus_section2_right {
    padding: 50px 10px 50px 40px;
  }
  .campuslife_2 .campus_section2_right h2 {
    font-size: 28px;
  }
  .campuslife_2 .campus_section2_right hr {
    width: 25%;
  }
}

@media only screen and (max-width: 500px) {
  .campuslife_2 .campus_section2_right {
    padding: 50px 20px;
  }
  .campuslife_2 .campus_section2_right hr {
    width: 25%;
  }
  .campuslife_2 .campus_section2_right h2 {
    font-size: 23px !important;
  }
  .campuslife_2 .campus_section2_right p {
    font-size: 16px;
    font-family: "Open Sans";
  }
}

@media only screen and (max-width: 1400px) {
  .campuslife_2 .campus_section2_left img {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 500px) {
  .campuslife_2 {
    padding: 48px 10px;
  }
}

#hostels {
  -o-object-position: bottom;
     object-position: bottom;
}

.campuslife_3 {
  padding: 60px 10px;
}

.campuslife_3 .campus_section3_right {
  padding: 30px 20px;
  background: #024980;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campuslife_3 .campus_section3_right img {
  position: relative;
  margin-left: -50px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: unset;
     object-position: unset;
  height: 400px;
}

@media only screen and (max-width: 800px) {
  .campuslife_3 .campus_section3_right {
    padding: 30px 10px;
  }
  .campuslife_3 .campus_section3_right img {
    position: relative;
    margin-left: -40px;
    height: 300px;
  }
}

@media only screen and (max-width: 500px) {
  .campuslife_3 .campus_section3_right {
    padding: 30px 10px;
    margin: 0px 30px 0px 23px;
  }
  .campuslife_3 .campus_section3_right img {
    position: relative;
    margin-left: -25px;
    height: 250px;
  }
}

.campuslife_3 .campus_section3_left_bg {
  background: #f8f8f8;
}

.campuslife_3 .campus_section3_left {
  padding: 50px 60px 50px 30px;
}

.campuslife_3 .campus_section3_left h2 {
  display: inline;
  background: #c32249;
  color: white;
  font-family: "Montserrat";
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.campuslife_3 .campus_section3_left hr {
  width: 10%;
  margin: 20px 0px 20px;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.campuslife_3 .campus_section3_left p {
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 1.5em;
  font-weight: 400;
}

.campuslife_3 .campus_section3_left ul li {
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 1.5em;
  font-weight: 400;
}

.campuslife_3 .campus_section3_left .btn {
  background: #c32249;
  color: white;
  font-weight: 600;
  font-size: 16px;
  font-family: "Open Sans";
}

.campuslife_3 .campus_section3_left .btn:hover {
  background: #024980;
}

@media only screen and (max-width: 800px) {
  .campuslife_3 .campus_section3_left {
    padding: 50px 40px 50px 20px;
  }
  .campuslife_3 .campus_section3_left h2 {
    font-size: 28px;
  }
  .campuslife_3 .campus_section3_left hr {
    width: 25%;
  }
}

@media only screen and (max-width: 500px) {
  .campuslife_3 .campus_section3_left {
    padding: 50px 20px;
  }
  .campuslife_3 .campus_section3_left hr {
    width: 25%;
  }
  .campuslife_3 .campus_section3_left h2 {
    font-size: 23px !important;
  }
  .campuslife_3 .campus_section3_left p {
    font-size: 16px;
    font-family: "Open Sans";
  }
}

@media only screen and (max-width: 500px) {
  .campuslife_3 {
    padding: 48px 10px;
  }
  #campus_9_section {
    padding-bottom: 0px !important;
  }
}

.aboutus_herosection {
  background-image: url("../images/aboutus/abt_hero.jpg") !important;
}

.aboutus_herosection .contact_herotext::after {
  display: block;
}

.about_section3 {
  padding: 80px 10px;
}

.about_section3 .section_about_3_title h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.about_section3 .section_about_3_title hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

@media only screen and (max-width: 500px) {
  .about_section3 .section_about_3_title hr {
    width: 35%;
  }
  .about_section3 .section_about_3_title h2 {
    font-size: 23px !important;
  }
  .about_section3 .section_about_3_title p {
    font-size: 16px;
    font-family: "Open Sans";
  }
}

@media only screen and (max-width: 800px) {
  .about_section3 .section_about_3_title h2 {
    font-size: 28px;
  }
}

.about_section3 .about_section3 h2 {
  font-size: 28px;
}

.about_section3 .about_s3_contant {
  margin-top: 40px;
}

.about_section3 .about_s3_contant .about_s3_contant_left {
  padding: 100px 80px;
  background: #f8f8f8;
}

.about_section3 .about_s3_contant .about_s3_contant_left h3 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #024980;
}

.about_section3 .about_s3_contant .about_s3_contant_left p {
  font-family: "Open Sans";
  font-size: 18px;
}

.about_section3 .about_s3_contant .about_s3_contant_right {
  padding: 100px 80px;
  background: #024980;
  color: white;
}

.about_section3 .about_s3_contant .about_s3_contant_right h3 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #c32249;
}

.about_section3 .about_s3_contant .about_s3_contant_right ul li {
  font-family: "Open Sans";
  font-size: 18px;
}

.about_section3 .about_s3_contant .about_s3_contant_right p {
  font-family: "Open Sans";
  font-size: 18px;
}

@media only screen and (max-width: 800px) {
  .about_section3 .about_s3_contant {
    margin-top: 40px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_left {
    padding: 50px 20px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_left h3 {
    font-size: 28px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_left p {
    font-family: "Open Sans";
    font-size: 18px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_right {
    padding: 50px 20px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_right h3 {
    font-size: 28px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_right ul li {
    font-family: "Open Sans";
    font-size: 18px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_right p {
    font-family: "Open Sans";
    font-size: 18px;
  }
}

@media only screen and (max-width: 500px) {
  .about_section3 {
    padding: 48px 10px;
  }
  .about_section3 .about_s3_contant {
    margin-top: 40px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_left {
    padding: 50px 20px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_left h3 {
    font-size: 28px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_left p {
    font-family: "Open Sans";
    font-size: 16px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_right {
    padding: 50px 20px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_right ul li {
    font-family: "Open Sans";
    font-size: 16px;
  }
  .about_section3 .about_s3_contant .about_s3_contant_right p {
    font-family: "Open Sans";
    font-size: 16px;
  }
}

.oteam_section3 {
  padding: 80px 10px;
}

.oteam_section3 .section_oteam_3_title h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.oteam_section3 .section_oteam_3_title hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

@media only screen and (max-width: 500px) {
  .oteam_section3 .section_oteam_3_title hr {
    width: 35%;
  }
  .oteam_section3 .section_oteam_3_title h2 {
    font-size: 23px !important;
  }
  .oteam_section3 .section_oteam_3_title p {
    font-size: 16px;
    font-family: "Open Sans";
  }
}

@media only screen and (max-width: 800px) {
  .oteam_section3 .section_oteam_3_title h2 {
    font-size: 28px;
  }
}

.oteam_section3 .oteam_s3_contant {
  margin-top: 40px;
}

.oteam_section3 .oteam_s3_contant .oteams {
  padding: 10px 5px !important;
}

.oteam_section3 .oteam_s3_contant .card .card-body {
  background: #024980;
  color: white;
  padding: 16px 13px;
}

.oteam_section3 .oteam_s3_contant .card .card-body h5 {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}

.oteam_section3 .oteam_s3_contant .card .card-body p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Open Sans";
}

.oteam_section3 .oteam_s3_contant .card .scard-body {
  background: #c32249;
}

@media only screen and (max-width: 500px) {
  .oteam_section3 .oteam_s3_contant .oteams {
    padding: 0px 20px !important;
  }
  .oteam_section3 .oteam_s3_contant .oteams .card .card-body {
    padding: 10px;
  }
  .oteam_section3 .oteam_s3_contant .oteams .card .card-body h5 {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .oteam_section3 .oteam_s3_contant .oteams .card .card-body p {
    font-size: 12px;
    line-height: 1.5em;
    font-family: "Open Sans";
  }
}

.achivements_section3 {
  padding: 80px 10px;
}

.achivements_section3 .section_achivements_3_title h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.achivements_section3 .section_achivements_3_title hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

@media only screen and (max-width: 500px) {
  .achivements_section3 .section_achivements_3_title hr {
    width: 35%;
  }
  .achivements_section3 .section_achivements_3_title h2 {
    font-size: 23px !important;
  }
  .achivements_section3 .section_achivements_3_title p {
    font-size: 16px;
    font-family: "Open Sans";
  }
}

@media only screen and (max-width: 800px) {
  .achivements_section3 .section_achivements_3_title h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 800px) {
  .oteam_section3 {
    padding: 48px 10px;
  }
}

.achivements_section3 #achievement_slider {
  width: 100%;
  height: 100%;
}

.achivements_section3 .achivements_s3_contant {
  margin-top: 40px;
}

.achivements_section3 .achivements_s3_contant .achievement_content_outersection {
  position: relative;
  padding: 0px 50px;
}

.achivements_section3 .achivements_s3_contant .swiper-container {
  overflow: hidden;
}

.achivements_section3 .achivements_s3_contant .swiper-wrapper .tslide .testimonial_message {
  margin: 0px 50px 50px;
  padding: 50px 100px;
  background: #f8f8f8;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
}

.achivements_section3 .achivements_s3_contant .swiper-wrapper .tslide p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

.achivements_section3 .achivements_s3_contant .swiper-wrapper .tslide h4 {
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 23px;
  color: #024980;
}

.achivements_section3 .achivements_s3_contant .swiper-wrapper .tslide h6 {
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 18px;
  color: #c32249;
}

.achivements_section3 .achivements_s3_contant .swiper-wrapper .tslide img {
  width: 100px;
  margin-bottom: -100px;
  border-radius: 50%;
}

.achivements_section3 .achivements_s3_contant .aslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}

.achivements_section3 .achivements_s3_contant .aslide .card {
  height: 100%;
}

.achivements_section3 .achivements_s3_contant .aslide .card .card-body {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
}

.achivements_section3 .achivements_s3_contant .aslide .achivements_left {
  background: #c32249;
  color: white;
  padding: 10px 20px;
}

.achivements_section3 .achivements_s3_contant .aslide .achivements_left h5 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
}

.achivements_section3 .achivements_s3_contant .aslide .achivements_right {
  background: #024980;
  color: white;
  padding: 0px;
}

.achivements_section3 .achivements_s3_contant .aslide .achivements_right i {
  font-size: 36px;
}

.achivements_section3 .achivements_s3_contant .pageination_dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.achivements_section3 .achivements_s3_contant .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.achivements_section3 .achivements_s3_contant .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 0px !important;
  margin: 0px 5px;
  background: #024980;
}

.achivements_section3 .achivements_s3_contant .swiper-button-next,
.achivements_section3 .achivements_s3_contant .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.achivements_section3 .achivements_s3_contant .swiper-button-prev,
.achivements_section3 .achivements_s3_contant .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.achivements_section3 .achivements_s3_contant .swiper-button-next,
.achivements_section3 .achivements_s3_contant .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: white;
  color: #024980;
  position: absolute;
  outline: none;
}

.achivements_section3 .achivements_s3_contant .swiper-button-next:after,
.achivements_section3 .achivements_s3_contant .swiper-button-prev:after {
  font-size: 34px !important;
}

.achivements_section3 .achivements_s3_contant .swiper-pagination-clickable .swiper-pagination-bullet {
  outline: none !important;
}

@media only screen and (max-width: 800px) {
  .achivements_section3 #achievement_slider {
    width: 100%;
    height: 100%;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection {
    position: relative;
    padding: 0px 30px;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .swiper-wrapper .aslide p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .aslide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .aslide .achivements_left {
    padding: 0px 20px;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .aslide .achivements_left h5 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .aslide .achivements_right {
    padding: 0px;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .aslide .achivements_right i {
    font-size: 36px;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .swiper-button-next,
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .swiper-button-prev {
    width: 30px;
    height: 50px;
  }
}

@media only screen and (max-width: 500px) {
  .achivements_section3 #achievement_slider {
    width: 100%;
    height: 100%;
    padding: 25px 5px;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection {
    position: relative;
    padding: 0px 30px;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .swiper-wrapper .aslide p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .aslide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .aslide .achivements_left {
    padding: 0px 20px;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .aslide .achivements_left h5 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .aslide .achivements_right {
    padding: 0px;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .aslide .achivements_right i {
    font-size: 36px;
  }
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .swiper-button-next,
  .achivements_section3 .achivements_s3_contant .achievement_content_outersection .swiper-button-prev {
    width: 30px;
    height: 50px;
  }
}

@media only screen and (max-width: 800px) {
  .achivements_section3 {
    padding: 48px 0px;
  }
  .achivements_section3 .cardbodysection {
    padding: 10px;
  }
}

.rd_3 .rd3_content h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 33px;
}

.rd_3 .rd3_content p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
}

.rd_3 .rd3_content h4 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 23px;
  color: #024980;
}

.rd_3 .rd3_content a {
  font-family: "Open Sans";
  color: #212121 !important;
}

.rd_3 .rd3_content a:hover {
  color: #c32249 !important;
}

.rd_3 .rd3_content .rd_left {
  padding: 25px;
}

.rd_3 .rd3_content .rd_right {
  padding: 25px;
}

@media only screen and (max-width: 800px) {
  .rd_3 {
    padding: 60px 10px;
  }
  .rd_3 .rd3_content h3 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 23px;
    line-height: 1.5em;
  }
  .rd_3 .rd3_content h4 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 21px;
    color: #024980;
  }
  .rd_3 .rd3_content p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  .rd_3 {
    padding: 48px 10px !important;
  }
  .rd_3 .rd3_content .rd_left {
    padding: 10px;
  }
  .rd_3 .rd3_content .rd_right {
    padding: 10px;
  }
}

.rd_4 {
  padding: 80px 10px;
  background: #f8f8f8;
}

.rd_4 h2 {
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
  padding: 10px 20px;
  background: #c32249;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Montserrat";
}

.rd_4 hr {
  width: 20%;
  margin: 10px 0px;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.rd_4 .rd_4_left {
  padding: 10px;
}

.rd_4 .rd_4_right {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rd_4 .rd_4_right h3 {
  font-weight: 500;
  font-family: "Montserrat";
  font-style: italic;
  font-size: 23px;
}

.rd_4 .card {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
}

.rd_4 .card h5 {
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 23px;
  color: #024980;
}

.rd_4 .card p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

@media only screen and (max-width: 800px) {
  .rd_4 {
    padding: 60px 10px;
  }
  .rd_4 h2 {
    font-size: 28px;
  }
  .rd_4 .card h5 {
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 21px;
    color: #024980;
  }
  .rd_4 .card p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
  }
  .rd_4_right h3 {
    font-size: 23px !important;
  }
}

@media only screen and (max-width: 500px) {
  .rd_4 {
    padding: 48px 10px;
  }
  .rd_4 img {
    width: 100%;
  }
  .rd_4 h2 {
    font-size: 23px;
  }
  .rd_4 .rd_4_left {
    padding: 10px;
  }
  .rd_4 .rd_4_right {
    padding: 10px !important;
  }
  .rd_4 .rd_4_right h3 {
    font-size: 18px !important;
  }
}

.rd_4 .section_placement_3_content img {
  width: 150px !important;
}

.rd_5 {
  padding-top: 0px !important;
}

.rd_5 .rd5_content h3 {
  font-size: 23px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #024980;
}

.rd_5 .rd5_content hr {
  width: 25%;
  margin: 5px 0px;
  height: 0px;
  border: none;
  border-top: 5px solid #c32249;
  color: #c32249;
  opacity: 1;
}

.rd_5 .rd5_content p {
  font-size: 14px;
  font-family: "Open Sans";
}

.rd_5 .rd5_content ul {
  margin-top: 15px;
}

.rd_5 .rd5_content ul li {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
}

.rd_5 .rd5_content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rd_5 .rd5_content .rd_left_small {
  background: #f8f8f8;
  padding: 20px;
}

@media only screen and (max-width: 800px) {
  .rd_5 .rd5_content h3 {
    font-size: 23px;
    font-weight: 700;
    font-family: "Montserrat";
    color: #024980;
    line-height: 1.5em;
  }
  .rd_5 .rd5_content ul {
    margin-top: 15px;
  }
  .rd_5 .rd5_content ul li {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
  }
  .rd_5 .rd5_content .rd_left_small {
    background: #f8f8f8;
    padding: 15px 15px;
  }
}

@media only screen and (max-width: 500px) {
  .rd_5 .rd5_content h3 {
    font-size: 21px;
    font-weight: 700;
    font-family: "Montserrat";
    color: #024980;
    line-height: 1.5em;
  }
  .rd_5 .rd5_content ul {
    margin-top: 15px;
  }
  .rd_5 .rd5_content ul li {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
  }
  .rd_5 .rd5_content .rd_left_small {
    background: #f8f8f8;
    padding: 15px 15px;
  }
}

.rd_7 {
  background: #f8f8f8;
}

#alll {
  background: transparent;
}

#blll {
  background: transparent;
}

.cs_herosection {
  margin-top: 80px;
  background-image: url("../images/mca_hero.jpg");
  background-position: top center;
  background-size: cover;
  height: calc(16vw + 125px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs_herosection::after {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
}

.cs_herosection > * {
  z-index: 10;
  position: relative;
}

.cs_herosection .cs_herotext h2 {
  background-color: rgba(29, 72, 124, 0.7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  font-size: 33px;
  font-weight: 600;
  padding: 15px 25px;
  margin-left: 20px;
  font-family: "Montserrat";
  border-left: 5px solid #c32249;
}

@media only screen and (max-width: 800px) {
  .cs_herosection .cs_herotext h2 {
    font-size: 33px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 500px) {
  .cs_herosection .cs_herotext h2 {
    font-size: 23px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 800px) {
  .cs_herosection {
    height: 500px;
    margin-top: 65px;
  }
  .cs_herosection::after {
    height: 60vh;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .cs_herosection {
    height: 400px;
    margin-top: 65px;
  }
  .cs_herosection::after {
    height: 60vh;
    width: 100%;
  }
}

#cse_herosection {
  background-image: url("../images/cs_herosec.jpg");
}

#ce_herosection {
  background-image: url("../images/ce/civil_hero.jpg");
}

#ec_herosection {
  background-image: url("../images/ec/hero.jpg");
}

#ee_herosection {
  background-image: url("../images/ee/heros.jpg");
}

#it_herosection {
  background-image: url("../images/it/hero_i.jpg");
}

@media only screen and (max-width: 500px) {
  #cse_herosection {
    background-position: center center;
  }
  #it_herosection {
    background-position: center center;
  }
  #ce_herosection {
    background-position: center left;
  }
}

#mba_herosection {
  background-image: url("../images/mba/mba_hero.jpg");
}

#me_herosection {
  background-image: url("../images/me/me-hero.jpg");
}

#sh_herosection {
  background-image: url("../images/sh/sh_hero.jpg");
}

.cs_program {
  background: #f7f7f7;
}

.dept_section_2 {
  padding: 80px 10px;
}

.dept_section_2 h2 {
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
  padding: 10px 20px;
  background: #c32249;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Montserrat";
}

.dept_section_2 hr {
  width: 15%;
  margin: 10px 0px;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.dept_section_2 p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
}

.dept_section_2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dept_section_2 .dept_sect_left {
  padding: 25px;
}

.dept_section_2 .dept_sect_left h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #024980;
}

.dept_section_2 .dept_sect_left h4 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #024980;
}

.dept_section_2 .dept_sect_left h5 {
  font-size: 21px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #024980;
}

.dept_section_2 .dept_sect_left ul li {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 15px;
}

.dept_section_2 .dept_sect_left ol li {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 15px;
}

.dept_section_2 .dept_sect_right {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dept_section_2 .dept_sect_right ul {
  padding: 0px;
}

.dept_section_2 .dept_sect_right ul li {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 15px;
  list-style: none;
}

.dept_section_2 .dept_sect_right ul li i {
  color: #c32249;
  font-size: 23px;
  padding-right: 10px;
  font-weight: 700;
}

@media only screen and (max-width: 800px) {
  .dept_section_2 {
    padding: 60px 10px;
  }
  .dept_section_2 h3 {
    font-size: 23px !important;
  }
  .dept_section_2 h4 {
    font-size: 23px !important;
  }
  .dept_section_2 h5 {
    font-size: 18px !important;
  }
  .dept_section_2 .dept_sect_left {
    padding: 10px;
  }
  .dept_section_2 .dept_sect_left h2 {
    font-size: 28px;
  }
  .dept_section_2 .dept_sect_right {
    padding: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .dept_section_2 {
    padding: 48px 10px;
  }
  .dept_section_2 hr {
    width: 25%;
  }
  .dept_section_2 h3 {
    font-size: 18px !important;
  }
  .dept_section_2 h4 {
    font-size: 18px !important;
  }
  .dept_section_2 h5 {
    font-size: 16px !important;
  }
  .dept_section_2 p {
    font-size: 16px !important;
  }
  .dept_section_2 ul li {
    font-size: 16px !important;
  }
  .dept_section_2 ol li {
    font-size: 16px !important;
  }
  .dept_section_2 .dept_sect_left {
    padding: 10px;
  }
  .dept_section_2 .dept_sect_left h2 {
    font-size: 23px;
  }
  .dept_section_2 .dept_sect_right {
    padding: 10px;
  }
}

.dept_section_3 {
  background: #f7f7f7 !important;
}

.dept_section_4 ul {
  padding: 0px;
}

.dept_section_4 ul li {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 20px;
  list-style: none;
}

.dept_section_4 ul li i {
  color: #c32249;
  font-size: 23px;
  padding-right: 10px;
  font-weight: 700;
}

.cs_department_labs {
  padding: 80px 10px;
}

.cs_department_labs h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.cs_department_labs hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.cs_department_labs .section_department_content .section_department_content_left {
  padding: 25px;
}

.cs_department_labs .section_department_content .section_department_content_left h3 {
  font-size: 23px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #024980;
}

.cs_department_labs .section_department_content .section_department_content_left ul li {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.cs_department_labs .section_department_content #labs_carousel {
  width: 100%;
  height: 100%;
}

.cs_department_labs .section_department_content #labs_carousel .d_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs_department_labs .section_department_content #labs_carousel .d_slide .slide-box {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  width: 100%;
  height: 100%;
}

.cs_department_labs .section_department_content #labs_carousel .d_slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cs_department_labs .section_department_content #labs_carousel .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 0px !important;
  margin: 0px 5px;
  background: white;
  opacity: 1;
}

.cs_department_labs .section_department_content #labs_carousel .swiper-button-next,
.cs_department_labs .section_department_content #labs_carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.cs_department_labs .section_department_content #labs_carousel .swiper-button-prev,
.cs_department_labs .section_department_content #labs_carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.cs_department_labs .section_department_content #labs_carousel .swiper-button-next,
.cs_department_labs .section_department_content #labs_carousel .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #024980;
  outline: none;
}

.cs_department_labs .section_department_content #labs_carousel .swiper-pagination-bullet-active {
  background: #c32249;
  opacity: 1;
}

.cs_department_labs .section_department_content #labs_carousel .swiper-button-next:after,
.cs_department_labs .section_department_content #labs_carousel .swiper-button-prev:after {
  font-size: 34px !important;
}

.cs_department_labs .section_department_content #labs_carousel .swiper-pagination-clickable .swiper-pagination-bullet {
  outline: none !important;
}

@media only screen and (max-width: 800px) {
  .cs_department_labs hr {
    width: 25%;
  }
  .cs_department_labs h2 {
    font-size: 28px;
  }
}

#svck_cif ul li {
  font-family: "Open Sans";
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

@media only screen and (max-width: 800px) {
  .cs_department_labs {
    padding: 60px 10px;
  }
  .cs_department_labs .section_department_content .section_department_content_left {
    padding: 10px;
  }
  .cs_department_labs .section_department_content .section_department_content_left h3 {
    font-size: 23px;
    font-weight: 700;
    font-family: "Montserrat";
    color: #024980;
  }
  .cs_department_labs .section_department_content .section_department_content_left ul li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 500px) {
  .cs_department_labs {
    padding: 48px 10px;
  }
  .cs_department_labs h2 {
    font-size: 23px;
  }
  .cs_department_labs .section_department_content .section_department_content_left {
    padding: 10x 5px;
  }
  .cs_department_labs .section_department_content .section_department_content_left h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat";
    color: #024980;
  }
  .cs_department_labs .section_department_content .section_department_content_left ul li {
    font-size: 16px;
  }
  .cs_department_labs .section_department_content #labs_carousel {
    width: 100%;
    height: 100%;
  }
  .cs_department_labs .section_department_content #labs_carousel .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}

.govering_body {
  width: 15% !important;
}

@media only screen and (max-width: 500px) {
  .govering_body {
    width: 25% !important;
  }
}

.section_placement {
  padding: 80px 10px 80px;
}

.section_placement h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.section_placement hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

@media only screen and (max-width: 800px) {
  .section_placement .section_placement {
    padding: 48px 0px;
  }
  .section_placement hr {
    width: 25%;
  }
  .section_placement h2 {
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 500px) {
  .section_placement h2 {
    font-size: 23px;
  }
  .section_placement hr {
    width: 35%;
  }
  .section_placement {
    padding: 48px 10px;
  }
}

.section_placement #stories_slider {
  width: 100%;
  height: 100%;
}

.section_placement .placement_content .swiper-wrapper .pslide .testimonial_message {
  margin: 0px 50px 0px;
  padding: 50px 50px 50px 10px;
  background: #f8f8f8;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
}

.section_placement .placement_content .swiper-wrapper .pslide p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
}

.section_placement .placement_content .swiper-wrapper .pslide h4 {
  font-weight: 700;
  font-family: Montserrat;
  font-size: 21px;
  color: #024980;
}

.section_placement .placement_content .swiper-wrapper .pslide h6 {
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 18px;
  color: #c32249;
}

.section_placement .placement_content .swiper-wrapper .pslide img {
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  margin-left: -50px;
  border-radius: 10px;
}

.section_placement .placement_content .pslide {
  padding: 20px 80px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}

.section_placement .placement_content .testimonial_outer_section {
  position: relative;
  padding: 0px 50px;
}

.section_placement .placement_content .pageination_dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_placement .placement_content .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.section_placement .placement_content .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 0px !important;
  margin: 0px 5px;
  background: #024980;
}

.section_placement .placement_content .swiper-button-next,
.section_placement .placement_content .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.section_placement .placement_content .swiper-button-prev,
.section_placement .placement_content .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.section_placement .placement_content .swiper-button-next,
.section_placement .placement_content .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #024980;
  position: absolute;
  outline: none;
}

.section_placement .placement_content .swiper-button-next:after,
.section_placement .placement_content .swiper-button-prev:after {
  font-size: 34px !important;
}

.section_placement .placement_content .swiper-pagination-clickable .swiper-pagination-bullet {
  outline: none !important;
}

@media only screen and (max-width: 800px) {
  .section_placement .placement_content .swiper-wrapper .pslide {
    padding: 0px 30px;
  }
  .section_placement .placement_content .swiper-wrapper .pslide .testimonial_message {
    margin: 0px 25px 25px;
    padding: 30px 25px;
  }
  .section_placement .placement_content .swiper-wrapper .pslide .testimonial_message img {
    margin: 0px 0px 20px;
  }
  .section_placement .placement_content .swiper-wrapper .pslide .testimonial_message h4 {
    font-weight: 700;
    font-family: Montserrat;
    font-size: 21px;
    color: #024980;
  }
  .section_placement .placement_content .swiper-wrapper .pslide .testimonial_message h6 {
    font-weight: 700;
    font-family: "Open Sans";
    font-size: 16px;
    color: #c32249;
  }
}

@media only screen and (max-width: 500px) {
  .section_placement {
    padding: 48px 0px;
  }
  .section_placement .placement_content .pageination_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_placement .placement_content .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0px !important;
    margin: 0px 5px;
    background: #024980;
  }
  .section_placement .placement_content .swiper-wrapper .pslide {
    padding: 0px 5px 15px;
  }
  .section_placement .placement_content .swiper-wrapper .pslide .testimonial_message {
    margin: 0px 35px 0px;
    padding: 30px 5px;
    height: 100%;
    display: block;
  }
  .section_placement .placement_content .swiper-wrapper .pslide .testimonial_message p {
    font-size: 14px;
    line-height: 1.3em;
  }
  .section_placement .placement_content .swiper-wrapper .pslide .testimonial_message h4 {
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 16px;
    color: #024980;
  }
  .section_placement .placement_content .swiper-wrapper .pslide .testimonial_message h6 {
    font-weight: 700;
    font-family: "Open Sans";
    font-size: 12px;
    color: #c32249;
  }
  .section_placement .placement_content .swiper-wrapper .pslide .testimonial_message img {
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
  }
}

.cs_department_subject {
  padding: 80px 10px;
}

.cs_department_subject h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.cs_department_subject hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

.cs_department_subject .section_departmentcs_content {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(194, 185, 185, 0.64);
          box-shadow: 0px 0px 10px 0px rgba(194, 185, 185, 0.64);
  padding: 0px 12px;
}

.cs_department_subject .section_departmentcs_content .tab-content .tab-pane td {
  padding: 5px 25px !important;
  color: #024980;
  font-weight: 500;
  font-size: 18px;
  font-family: "Open Sans";
}

.cs_department_subject .section_departmentcs_content table th {
  text-align: center;
  font-size: 16px !important;
  font-family: "Montserrat";
  color: #024980;
}

.cs_department_subject .section_departmentcs_content table tbody tr td {
  text-align: center;
  font-size: 14px !important;
}

.cs_department_subject .section_departmentcs_content ul {
  border-bottom: #024980 2px solid;
}

.cs_department_subject .section_departmentcs_content ul li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs_department_subject .section_departmentcs_content ul li .nav-link {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0px;
  color: #024980;
  text-align: center;
  line-height: 1.3;
  font-family: "Open Sans";
  background: white;
  border: 1px solid #024980;
  margin: 2px;
}

@media only screen and (max-width: 500px) {
  .cs_department_subject .section_departmentcs_content ul li .nav-link {
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
  }
}

.cs_department_subject .section_departmentcs_content .nav-pills .nav-link.active,
.cs_department_subject .section_departmentcs_content .nav-pills .show > .nav-link {
  background: #024980;
  font-weight: 600;
  color: white !important;
}

.cs_department_subject .section_departmentcs_content .nav-pills .nav-link.active .subtext,
.cs_department_subject .section_departmentcs_content .nav-pills .show > .nav-link .subtext {
  color: #c32249;
}

@media only screen and (max-width: 800px) {
  .cs_department_subject hr {
    width: 25%;
  }
  .cs_department_subject h2 {
    font-size: 28px;
  }
  .cs_department_subject .section_departmentcs_content .tab-content .tab-pane td {
    padding: 10px 10px;
  }
  .cs_department_subject .section_departmentcs_content table th {
    text-align: center;
    font-size: 14px !important;
    font-family: "Montserrat";
    color: #024980;
  }
  .cs_department_subject .section_departmentcs_content table tbody tr td {
    text-align: center;
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 500px) {
  .cs_department_subject hr {
    width: 35%;
  }
  .cs_department_subject h2 {
    font-size: 23px;
  }
  .cs_department_subject .section_departmentcs_content {
    padding: 0px;
  }
  .cs_department_subject .section_departmentcs_content .tab-content .tab-pane td {
    text-align: left;
    color: #024980;
    font-weight: 500;
    font-size: 12px;
    padding: 8px 10px;
  }
  .cs_department_subject .section_departmentcs_content table th {
    text-align: center;
    font-size: 12px !important;
    font-family: "Montserrat";
    color: #024980;
  }
  .cs_department_subject .section_departmentcs_content table tbody tr td {
    text-align: center;
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 500px) {
  .cs_department_subject {
    padding: 48px 10px;
  }
}

.dept_faculty h3 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 5px;
}

.dept_faculty table tr th {
  color: #024980 !important;
}

.dept_faculty table tr td a:hover {
  color: #c32249;
}

@media only screen and (max-width: 500px) {
  .dept_faculty h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .dept_faculty table tr th {
    font-size: 14px;
    text-align: center;
  }
  .dept_faculty table tr td {
    text-align: left;
  }
}

.section_research {
  padding: 80px 10px 80px;
}

.section_research h2 {
  background: #c32249;
  color: white;
  padding: 10px;
  margin: 0px;
  font-size: 33px;
  font-weight: 700;
}

.section_research hr {
  width: 10%;
  margin: 10px auto;
  height: 0px;
  border: none;
  border-top: 5px solid #024980;
  color: #024980;
  opacity: 1;
}

@media only screen and (max-width: 800px) {
  .section_research .section_research {
    padding: 48px 0px;
  }
  .section_research hr {
    width: 25%;
  }
  .section_research h2 {
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 500px) {
  .section_research h2 {
    font-size: 23px;
  }
  .section_research hr {
    width: 35%;
  }
  .section_research {
    padding: 48px 10px;
  }
}

.section_research #news_slider {
  width: 100%;
  height: 100%;
}

.section_research .research_content .swiper-wrapper .nslide .testimonial_message {
  margin: 0px 50px 0px;
  background: #f8f8f8;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
}

.section_research .research_content .swiper-wrapper .nslide .testimonial_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}

.section_research .research_content .swiper-wrapper .nslide .testimonial_left {
  padding: 0px;
}

.section_research .research_content .swiper-wrapper .nslide p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
}

.section_research .research_content .swiper-wrapper .nslide h4 {
  font-weight: 700;
  font-family: Montserrat;
  font-size: 20px;
  color: #024980;
}

.section_research .research_content .swiper-wrapper .nslide h6 {
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 16px;
  color: #c32249;
}

.section_research .research_content .swiper-wrapper .nslide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_research .research_content .nslide {
  padding: 20px 80px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_research .research_content .testimonial_outer_section {
  position: relative;
  padding: 0px 50px;
}

.section_research .research_content .pageination_dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_research .research_content .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.section_research .research_content .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 0px !important;
  margin: 0px 5px;
  background: #024980;
}

.section_research .research_content .swiper-button-next,
.section_research .research_content .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.section_research .research_content .swiper-button-prev,
.section_research .research_content .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.section_research .research_content .swiper-button-next,
.section_research .research_content .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #024980;
  position: absolute;
  outline: none;
}

.section_research .research_content .swiper-button-next:after,
.section_research .research_content .swiper-button-prev:after {
  font-size: 34px !important;
}

.section_research .research_content .swiper-pagination-clickable .swiper-pagination-bullet {
  outline: none !important;
}

@media only screen and (max-width: 800px) {
  .section_research .research_content .swiper-wrapper .nslide {
    padding: 0px 30px;
  }
  .section_research .research_content .swiper-wrapper .nslide .testimonial_message {
    margin: 0px 25px 25px !important;
  }
  .section_research .research_content .swiper-wrapper .nslide .testimonial_message img {
    margin: 0px 0px 20px;
  }
  .section_research .research_content .swiper-wrapper .nslide .testimonial_message h4 {
    font-weight: 700;
    font-family: Montserrat;
    font-size: 18px;
    color: #024980;
  }
  .section_research .research_content .swiper-wrapper .nslide .testimonial_message h6 {
    font-weight: 700;
    font-family: "Open Sans";
    font-size: 16px;
    color: #c32249;
  }
  .section_research .research_content .swiper-wrapper .nslide .testimonial_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px;
  }
  .section_research .research_content .swiper-wrapper .nslide .testimonial_left {
    padding: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .section_research {
    padding: 48px 0px;
  }
  .section_research .research_content .pageination_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_research .research_content .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0px !important;
    margin: 0px 5px;
    background: #024980;
  }
  .section_research .research_content .swiper-wrapper .nslide {
    padding: 0px 10px 15px;
  }
  .section_research .research_content .swiper-wrapper .nslide .testimonial_message {
    margin: 0px 30px 0px !important;
    height: 100%;
  }
  .section_research .research_content .swiper-wrapper .nslide .testimonial_message p {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10px;
  }
  .section_research .research_content .swiper-wrapper .nslide .testimonial_message h4 {
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 16px;
    color: #024980;
  }
  .section_research .research_content .swiper-wrapper .nslide .testimonial_message h6 {
    font-weight: 700;
    font-family: "Open Sans";
    font-size: 14px;
    color: #c32249;
  }
  .section_research .research_content .swiper-wrapper .nslide .testimonial_message .testimonial_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 13px;
  }
}

.rd_research .section_admission4_content {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(194, 185, 185, 0.64);
          box-shadow: 0px 0px 10px 0px rgba(194, 185, 185, 0.64);
  padding: 0px 12px;
}

.rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper {
  margin: 20px;
}

.rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper label {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
}

.rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper .dataTables_info {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
}

.rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper ul li {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
  color: #c32249;
}

.rd_research .section_admission4_content .tab-content .tab-pane td {
  color: #024980;
  font-weight: 500;
  font-size: 16px;
  font-family: "Open Sans";
}

.rd_research .section_admission4_content .tab-content .tab-pane .theading {
  line-height: 1.2 !important;
  font-weight: 700 !important;
  font-size: 16px;
}

.rd_research .section_admission4_content ul {
  border-bottom: #024980 2px solid;
}

.rd_research .section_admission4_content ul li {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rd_research .section_admission4_content ul li .nav-link {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  border-radius: 0px;
  color: #024980;
  text-align: center;
  line-height: 1.3;
  font-family: "Open Sans";
  background: white;
}

@media only screen and (max-width: 500px) {
  .rd_research .section_admission4_content ul li .nav-link {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
  }
}

.rd_research .section_admission4_content .nav-pills .nav-link.active,
.rd_research .section_admission4_content .nav-pills .show > .nav-link {
  background: #024980;
  font-weight: 600;
  color: white !important;
}

.rd_research .section_admission4_content .nav-pills .nav-link.active .subtext,
.rd_research .section_admission4_content .nav-pills .show > .nav-link .subtext {
  color: #c32249;
}

@media only screen and (max-width: 800px) {
  .rd_research {
    padding: 60px 10px;
  }
  .rd_research .section_admission4_content {
    padding: 0px;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper {
    margin: 10px;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper label {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 14px;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper .dataTables_info {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 14px;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper ul li {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 14px;
    color: #c32249;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane td {
    padding: 10px 10px !important;
  }
  .rd_research .section_admission4_content ul li .nav-link {
    padding: 10px 0px !important;
  }
}

@media only screen and (max-width: 500px) {
  .rd_research {
    padding: 60px 10px;
  }
  .rd_research hr {
    width: 35%;
  }
  .rd_research h2 {
    font-size: 23px;
  }
  .rd_research .section_admission4_content {
    padding: 0px;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper {
    margin: 0px;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper .col {
    padding: 0px 5px;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper label {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 12px;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper .dataTables_length {
    margin: 10px 0px;
    text-align: left;
    padding: 0px 10px;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper .dataTables_info {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 12px;
    margin: 10px auto;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper .dataTables_filter {
    text-align: left;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper #myTable_filter {
    text-align: left;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .dataTables_wrapper ul li {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 10px;
    color: #c32249;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane .theading {
    font-size: 12px !important;
  }
  .rd_research .section_admission4_content .tab-content .tab-pane td {
    text-align: left;
    color: #024980;
    font-weight: 500;
    font-size: 12px;
    padding: 8px 10px;
  }
}

.addresearchblog h5 {
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 21px;
  color: #024980;
}

.addresearchblog .add_researchs label {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
}

.addresearchblog .dataTables_wrapper label {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
  color: #024980;
}

.addresearchblog .dataTables_wrapper .dataTables_info {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
  color: #024980;
}

.addresearchblog .dataTables_wrapper ul li {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
  color: #c32249 !important;
}

.addresearchblog .add_button {
  background: #024980;
  color: white;
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
  padding: 8px 20px;
  outline: none;
}

.addresearchblog .add_button:hover {
  background: #c32249;
  color: white;
}

.addresearchblog .btnadd {
  background: #024980;
  color: white;
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
  padding: 8px 20px;
  outline: none;
}

.addresearchblog .btnadd:hover {
  background: #c32249;
  color: white;
}

.addresearchblog .btncancel {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
  padding: 8px 20px;
}

.addresearchblog .table_research tr th {
  font-family: "Montserrat";
  font-size: 14px;
  text-align: center;
  color: #024980;
  vertical-align: middle;
}

.addresearchblog .table_research tr td {
  font-family: "Open Sans";
  font-size: 14px;
  color: #024980;
}

.addresearchblog .table_research tr .actionbuttons .update {
  font-size: 14px;
  background: #024980;
  color: white;
  padding: 8px;
  border-radius: 2px;
  margin: 5px 5px;
  display: inline-block;
}

.addresearchblog .table_research tr .actionbuttons .delete {
  font-size: 14px;
  background: red;
  color: white;
  padding: 8px;
  border-radius: 2px;
  margin: 5px 5px;
  display: inline-block;
}

.addresearchblog .table_research #editModal label {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
  text-align: left !important;
}

.addresearchblog .table_research #editModal input {
  font-family: "Open Sans";
  font-size: 16px;
}

.addresearchblog .table_research #editModal .edit_action_button {
  text-align: center;
}

.addresearchblog .table_research #editModal .editcancel {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
  padding: 8px 20px;
}

.addresearchblog .table_research #editModal .editupdate {
  background: #024980;
  color: white;
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
  padding: 8px 20px;
  outline: none;
}

.addresearchblog .table_research #editModal .editupdate:hover {
  background: #c32249;
  color: white;
}

@media only screen and (max-width: 800px) {
  .addresearchblog .table_research .dataTables_wrapper label {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 14px;
  }
  .addresearchblog .table_research .dataTables_wrapper .dataTables_info {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 14px;
  }
  .addresearchblog .table_research .dataTables_wrapper ul li {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 14px;
    color: #c32249;
  }
  .addresearchblog .table_research th {
    font-size: 14px !important;
    vertical-align: middle;
  }
  .addresearchblog .table_research td {
    font-size: 14px !important;
  }
  .addresearchblog .table_research .actionbuttons .update {
    display: inline-block;
    padding: 5px;
  }
  .addresearchblog .table_research .actionbuttons .delete {
    display: inline-block;
    padding: 5px;
  }
}

@media only screen and (max-width: 500px) {
  .addresearchblog .add_button {
    font-size: 14px;
    padding: 5px 15px;
  }
  .addresearchblog .table_research .dataTables_wrapper {
    margin: 0px;
  }
  .addresearchblog .table_research .dataTables_wrapper .col {
    padding: 0px 5px;
  }
  .addresearchblog .table_research .dataTables_wrapper label {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 12px;
  }
  .addresearchblog .table_research .dataTables_wrapper .dataTables_length {
    margin: 10px 0px;
    text-align: left;
    padding: 0px 10px;
  }
  .addresearchblog .table_research .dataTables_wrapper .dataTables_info {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 12px;
    margin: 10px auto;
    text-align: left;
  }
  .addresearchblog .table_research .dataTables_wrapper #myTable_filter {
    text-align: left;
  }
  .addresearchblog .table_research .dataTables_wrapper .dataTables_filter {
    text-align: left;
    margin-left: -4px !important;
  }
  .addresearchblog .table_research .dataTables_wrapper #myTablessed_paginate {
    text-align: left !important;
  }
  .addresearchblog .table_research .dataTables_wrapper #myTablessed_paginate .pagination {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
    margin-left: -12px !important;
  }
  .addresearchblog .table_research .dataTables_wrapper ul li {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 10px;
    color: #c32249;
  }
  .addresearchblog .table_research th {
    font-size: 14px !important;
    vertical-align: middle;
  }
  .addresearchblog .table_research td {
    font-size: 14px !important;
    vertical-align: middle;
  }
  .addresearchblog .table_research .actionbuttons .update {
    display: inline-block;
    padding: 4px;
  }
  .addresearchblog .table_research .actionbuttons .delete {
    display: inline-block;
    padding: 4px;
  }
}

.privacy_hero {
  padding: 180px 0px 60px;
  background-color: #024980;
}
.privacy_hero h1 {
  font-size: 42px;
  font-weight: 700;
  color: white;
  text-align: center;
}
.privacy_hero p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans";
  text-transform: initial;
}

@media (max-width: 800px) {
  .privacy_hero {
    padding: 130px 5px 48px;
    background-color: #024980;
  }
  .privacy_hero h1 {
    font-size: 33px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  .privacy_hero p {
    font-size: 18px;
    font-weight: 500;
    font-family: "Open Sans";
    text-transform: initial;
  }
}
.privacy_content {
  padding: 60px 0px;
}
.privacy_content h2 {
  font-size: 23px;
  font-weight: 600;
  color: #024980;
}
.privacy_content h3 {
  font-size: 23px;
  font-weight: 600;
  color: #024980;
}
.privacy_content h5 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #024980;
}
.privacy_content p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans";
  text-transform: initial;
}

@media (max-width: 800px) {
  .privacy_content {
    padding: 48px 5px;
  }
  .privacy_content h2 {
    font-size: 23px;
    font-weight: 600;
    color: #024980;
  }
  .privacy_content p {
    font-size: 16px;
    font-weight: 500;
    font-family: "Open Sans";
    text-transform: initial;
  }
}

.collaborated {
  height: 100vh;
  background-color: #f8f8f8;
  text-align: center;
}
.collaborated .row {
  padding-top: 80px;
}
.collaborated .svl {
  display: block;
  margin: auto;
  width: 350px;
  margin-bottom: 20px;
}
.collaborated .svl1 {
  display: block;
  margin: auto;
  width: 350px;
  margin-bottom: 25px;
}
.collaborated h3 {
  margin: 20px 0px 25px;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 28px;
  color: #212529;
  margin-bottom: 40px;
}
.collaborated h3 span {
  color: #024980;
}
.collaborated p {
  margin: 20px 0px 25px;
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 23px;
  color: #212529;
}
.collaborated p .merge {
  color: #c32249;
  font-weight: 600;
}
.collaborated p .ins {
  color: #024980;
}
.collaborated a {
  text-decoration: none;
  padding: 10px 20px;
  background-color: #024980;
  color: white;
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 16px;
  border-radius: 3px;
}
.collaborated a:hover {
  background-color: #c32249;
  color: white;
}

@media only screen and (max-width: 800px) {
  .collaborated {
    height: 100vh;
    background-color: #f8f8f8;
    text-align: center;
  }
  .collaborated .row {
    padding-top: 80px;
  }
  .collaborated .svl {
    display: block;
    margin: auto;
    width: 350px;
    margin-bottom: 20px;
  }
  .collaborated .svl1 {
    display: block;
    margin: auto;
    width: 350px;
    margin-bottom: 20px;
  }
  .collaborated h3 {
    margin: 20px 0px 25px;
    font-weight: 600;
    font-family: "Montserrat";
    font-size: 28px;
    color: #212529;
    margin-bottom: 25px;
  }
  .collaborated h3 span {
    color: #024980;
  }
  .collaborated p {
    margin: 20px 0px 25px;
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 21px;
    color: #212529;
  }
  .collaborated p .merge {
    color: #c32249;
    font-weight: 600;
  }
  .collaborated p .ins {
    color: #024980;
  }
  .collaborated a {
    margin-top: 40px;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #024980;
    color: white;
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 16px;
    border-radius: 3px;
  }
  .collaborated a:hover {
    background-color: #c32249;
    color: white;
  }
}
@media only screen and (max-width: 600px) {
  .collaborated {
    height: 100vh;
    background-color: #f8f8f8;
    text-align: center;
  }
  .collaborated .row {
    padding-top: 80px;
  }
  .collaborated .svl {
    display: block;
    margin: auto;
    width: 250px;
    margin-bottom: 20px;
  }
  .collaborated .svl1 {
    display: block;
    margin: auto;
    width: 280px;
    margin-bottom: 60px;
  }
  .collaborated h3 {
    margin: 20px 0px 25px;
    font-weight: 600;
    font-family: "Montserrat";
    font-size: 23px;
    color: #212529;
    margin-bottom: 25px;
  }
  .collaborated h3 span {
    color: #024980;
  }
  .collaborated p {
    margin: 20px 0px 25px;
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 18px;
    color: #212529;
  }
  .collaborated p .merge {
    color: #c32249;
    font-weight: 600;
  }
  .collaborated p .ins {
    color: #024980;
  }
  .collaborated a {
    margin-top: 40px;
    text-decoration: none;
    padding: 12px 30px;
    background-color: #024980;
    color: white;
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 16px;
    border-radius: 3px;
  }
  .collaborated a:hover {
    background-color: #c32249;
    color: white;
  }
}/*# sourceMappingURL=style.css.map */