.theme_color{
  color: #2D87FF;
}
.slider_img {
  z-index: -1;
  width: 100%;
  height: 100%;
}

.swiper.slider {
  width: 100%;
  height: 650px;
}

#banner_heading h1 {
  font-size: 50px;
}
#top_header {
  background-color: rgb(15 22 128);
}

@media screen and (max-width: 375px) {
  .wel {
    font-size: 40px;
  }
}

.para_about p {
  text-align: justify;
}

.vision_box {
  /* max-width: 1200px; */
  margin: auto;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35); */
  padding: 40px 20px;
}

.map_iframe {
  border: 2px solid white;
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.5);
}

.Social_Media_frame iframe {
  /* box-shadow: 0 5px 5px 4px rgba(0, 0, 0, 0.5); */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img_container {
  padding: 5px;
  margin: 10px;
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.quote {
  font-size: 18px;
  font-weight: 600;
  color: #404040;
  font-family: "Poppins", sans-serif;
  /* font-size: 16px; */
  max-width: 1000px;
  text-align: justify;
  margin: auto;
  padding: 5px 10px;
}

.banner_heading {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 10%;
}

.quote i {
  color: #2D87FF;
}


.director_message_para_container p,
.principal_message_para p {
  text-align: justify;
  font-size: 16px;
  line-height: 26px;
}

.btn-design {
    height: 45px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 600;
    color: #fff; 
    background-color: #2D87FF;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    border: 3px solid #2D87FF;
    width: 140px;
    justify-content: center;
}

.btn-design:hover {
  border: 3px solid #2D87FF;
  border-radius: 5px;
  color: #2D87FF;
  font-weight: 700;
  background-color: #fff;
  transition: 1s;
}
.btn-box-2{
  display: none;
}
/* main heading */
#main_heading {
  color: #2D87FF;
  font-family: "Poppins", sans-serif;
}



/* ----------Our mentors box Code of heading started here---------------- */
.mentors {
  background-color: #fff4f4;
}

.mentors_parent{
  background-color: #555;
}

.title-text-secondary {
  text-align: center;
  padding-top: 30px;
}

.title-text-secondary h2 {
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 6px;
}

.title-text {
  text-align: center;
  padding-top: 30px;
}

.title-text h2 {
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 6px;
}

.title-text h2::after {
  content: "";
  width: 50px;
  height: 35px;
  background: linear-gradient(#2d87ff, antiquewhite);
  position: absolute;
  top: -20px;
  left: 40%;
  z-index: -1;
  transform: rotate(10deg);
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.theme_secondary {
  color: #000;
}

.theme_color_heading {
  color: #2d87ff;
}

.double_line_border {
  width: 80px;
  height: 2px;
  background-color: #2d87ff;
  margin: auto;
  position: relative;
}

.double_line_border::after {
  content: "";
  width: 24px;
  height: 6px;
  position: absolute;
  background-color: #2d87ff;
  margin-left: -11px;
  margin-top: -2px;
  border-radius: 4px;
}
.double_line_border2 {
  width: 80px;
  height: 2px;
  background-color: #000;
  margin: auto;
  position: relative;
}

.double_line_border2::after {
  content: "";
  width: 24px;
  height: 6px;
  position: absolute;
  background-color: #000;
  margin-left: -11px;
  margin-top: -2px;
  border-radius: 4px;
}

/* -----Heading code ended here---------------- */
.mentors {
  position: relative;
  margin-top: 20px;
}

.mentors .Mentors_Box {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-evenly; */
}

.mentors .Mentors_Box .Mentors_img_Box {
  width: 350px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  overflow: hidden;
  margin: 30px 0;
}

.mentors .Mentors_Box .Mentors_img {
  position: relative;
  width: 300px;
  height: 300px;
  padding: 8px;
  margin-bottom: 50px;
  box-shadow: 0 0 10px rgb(206, 204, 204);
  transition: 0.3s;
  margin-top: 30px;
  border: 2px solid #2D87FF;
  border-radius: 5px;
  background-color: #fff;
}

.mentors .Mentors_Box .Mentors_Name {
  position: absolute;
  bottom: 0%;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 5px;
  background: rgba(0, 0, 0, 0.631);
  height: 0%;
  width: 100%;
  display: block;
  transition: all 0.3s linear;
  opacity: 0;
}

.Mentors_img:hover > .Mentors_Name {
  height: 130px;
  padding: 10px 5px;
  opacity: 1;
}

.mentors .Mentors_Box .Mentors_Name p:nth-child(1) {
  color: #eee;
  font-size: 18px;
}

.mentors .Mentors_Box .Mentors_Name p:nth-child(2) {
  color: #eee;
  font-size: 13px;
  margin-bottom: 5px;
}

.mentors .Mentors_Box .Mentors_Name a {
  border: 2px solid rgb(11 83 179);
  text-decoration: none;
  padding: 4px 8px;
  font-size: 15px;
  border-radius: 5px;
  background-color: #fff;
  color: rgb(11 83 179);
  transition: 0.3s;
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
}

.mentors .Mentors_Box .Mentors_Name a:hover {
  background-color: rgb(11 83 179);
  color: white;
  box-shadow: 2px 2px 5px rgb(11 83 179);
}

.mentors .Mentors_Box .Mentors_img img {
  width: 100%;
  height: 100%;
}

.mentors .Mentors_Box .Mentors_img:hover {
  box-shadow: 0 0 5px orangered;
}

.mentors .profile_pic_design span:nth-child(1) {
  border: 2px solid brown;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  transform: skew(50deg);
}

.mentors .profile_pic_design span:nth-child(2) {
  border: 2px solid brown;
  position: absolute;
  top: -10px;
  left: -12px;
  height: 50px;
  transform: skewY(50deg);
}

.mentors .profile_pic_design span:nth-child(3) {
  border: 2px solid brown;
  position: absolute;
  top: -10px;
  right: -12px;
  height: 50px;
  transform: skewY(-50deg);
}

.mentors .profile_pic_design span:nth-child(4) {
  border: 2px solid brown;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  transform: skew(-50deg);
}

.mentors .profile_pic_design span:nth-child(5) {
  border: 2px solid brown;
  position: absolute;
  bottom: -12px;
  right: -10px;
  width: 50px;
  transform: skew(50deg);
}

.mentors .profile_pic_design span:nth-child(6) {
  border: 2px solid brown;
  position: absolute;
  bottom: -10px;
  right: -12px;
  height: 50px;
  transform: skewY(50deg);
}

.mentors .profile_pic_design span:nth-child(7) {
  border: 2px solid brown;
  position: absolute;
  bottom: -10px;
  left: -12px;
  height: 50px;
  transform: skewY(-50deg);
}

.mentors .profile_pic_design span:nth-child(8) {
  border: 2px solid brown;
  position: absolute;
  bottom: -12px;
  left: -10px;
  width: 50px;
  transform: skew(-50deg);
}

/*--------------- mentors code ended-------------------------*/

/* about section code started here */
.heading_align {
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: orangered;
  text-align: center;
}

/* .quotes_style{
    font-size: 20px;
  } */
/* about section code  ended here*/

/* Social Media Code Started here */
.Social_media_container {
  background-color: #fff4f4;
  margin: 20px 0px;
  padding: 20px 0px;
}

.Social_Media_frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  overflow: hidden;
  padding-top: 20px;
}

.Social_media_container a {
  font-size: 10px;
}

.Social_media_container h3 {
  font-size: 16px;
  font-weight: 600;
}

.Social_Media_frame .facebook iframe,
.Social_Media_frame .youtube iframe {
  border-radius: 5px;
}

.Social_Media_frame .youtube iframe {
  width: 450px;
  /* margin: 50px; */
}

.viewAllBtn {
  vertical-align: middle;
  display: inline;
  margin-bottom: 5px;
  background-color: #2d87ff;
  color: #ffffff;
  border: 1px solid #2d87ff;
  width: 70px;
  height: 20px;
  cursor: pointer;
}

.viewAllBtn:hover {
  background-color: #fff;
  color: #2d87ff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 550px) {
  .Social_media_container {
    background-color: #fff4f4;
    margin: 20px 0px;
    padding: 20px 0px;
  }

  .Social_Media_frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    overflow: hidden;
    padding-top: 20px;
  }

  .Social_Media_frame .facebook iframe,
  .Social_Media_frame .youtube iframe {
    border-radius: 5px;
  }

  .Social_Media_frame .youtube iframe {
    width: 450px;
    /* margin: 50px; */
  }
}

@media only screen and (max-width: 1149px) and (min-width: 781px) {
  .facebook {
    order: 1;
    padding: 20px;
  }

  .twitter {
    order: 2;
    padding: 20px;
  }

  .youtube {
    order: 3;
    margin-top: 20px;
    border-top: 2px solid #ccc;
    padding-top: 20px;
  }

  .Social_Media_frame .youtube iframe {
    width: 450px;
    /* margin: 10px; */
  }
}

@media only screen and (max-width: 780px) {
  .facebook {
    order: 1;
    padding: 5px;
    flex: 0 0 100%;
  }

  .twitter {
    order: 2;
    padding: 5px;
    margin-top: 20px;
    flex: 0 0 100%;
  }

  .youtube {
    order: 3;
    margin-top: 20px;
    /* border-top: 2px solid #ccc; */
    padding-top: 20px;
  }

  .Social_Media_frame .youtube iframe {
    width: 300px;
    /* margin: 10px; */
  }
}

/* --------media querry has been ended for social media section---------- */

/* Social Media Code Ended here */

/* Important links code started here */
#imp_link_container {
  background-color: #f1f1f1;
}

/* Important links code Ended here */

/* vission and mission code started here */
/* .vision_mission_container {
  border: 2px solid rgb(174, 4, 4);
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  padding-bottom: 5rem;
} */
.vision_mission_statement {
  color: #404040;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  max-width: 1000px;
  text-align: justify;
  margin: auto;
  padding: 5px 10px;
}

/* vission and mission code ended here */

/* ----------------------------------------*/
/*  Slider Area Styling */

/* .slide_bg_1 {
  background: #f0f0f0 url("<?php echo $ct['s_photo'];  ?>") no-repeat scroll right center;
} */

.slide_bg_2 {
  background: #f0f0f0 url("../images/newimg/slider5.jpg") no-repeat scroll right
    center;
}

.slide_bg_3 {
  background: #f0f0f0 url("../images/newimg/slider7.jpg") no-repeat scroll right
    center;
}

.single_slider {
  background-color: #dddd;
  background-position: center center !important;
  background-size: cover !important;
  color: #fff;
  font-size: 24px;
  height: 350px;
}

.single_slider .container {
  margin-top: -6px;
}

.slider_item_tb {
  display: table;
  height: 100%;
  width: 100%;
}

.slider_item_tbcell {
  display: table-cell;
  vertical-align: middle;
}

.slide_bg_2 .slider_item_tbcell {
  text-align: right;
}

.single_slider.slide_bg_2 .col-lg-6 {
  margin-left: 49.5%;
}

.slider_home_two .col-md-offset-3 {
  margin-left: 21%;
}

.slide_bg_2 .col-lg-7.col-xs-12 {
  margin-left: 21%;
}

.slider_home h2 {
  font-size: 54px;
  margin-bottom: 25px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 64px;
  color: white;
  margin-top: -14px;
}

.slider_home h5 {
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 300;
  color: white;
  position: relative;
  padding-left: 30px;
}

.slider_home h5::before {
  position: absolute;
  content: "";
  background-color: #b9ea0f;
  width: 15px;
  height: 11px;
  bottom: 13px;
  left: 7px;
  margin-left: -1px;
  border-radius: 136px;
  margin-bottom: -6px;
}

.slider_home h5::after {
  position: absolute;
  content: "";
  background-color: #9dca00;
  width: 15px;
  height: 11px;
  bottom: 13px;
  left: 0px;
  margin-left: -1px;
  border-radius: 136px;
  margin-bottom: -6px;
}

.slide_bg_2 h5 {
  padding-right: 33px;
}

.slide_bg_2 h5::before {
  left: 96%;
}

.slide_bg_2 h5::after {
  left: 98%;
}

.slider_home h2 .slide_st1 {
  color: #2c2c2c;
  font-weight: 700;
}

.slider_home p {
  color: #000;
  font-size: 20px;
}

.slider_btn a {
  margin-top: -10px;
}

.slider_btn_one {
  margin-right: 0px;
}

.slider_btn_two {
  margin-right: 15px;
  color: #2b343b;
  border: 1px solid #2b343b;
  background: transparent;
}

.slider_btn_two.more-link::before {
  background: #9dca00;
}

.slider_btn_one:hover {
  color: #fff;
}

.slider_btn_two:hover {
  color: #fff;
  border: 1px solid #9dca00;
}

.slides_wrapper {
  position: relative;
}

.slides__preload_wrapper {
  background: #9dca00 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.slides__preload_wrapper .spinner {
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
}

/*  Carousel   Nav  
-------------------------------------*/
.slider_home .owl-controls {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  position: relative;
}

.slider_home .owl-nav div.owl-next {
  left: auto !important;
  right: 6px !important;
}

.slider_home .owl-nav div.owl-prev {
  right: 28px;
  left: auto !important;
}

.slider_home .owl-nav div {
  color: #333;
  font-size: 15px;
  height: 40px;
  left: 20px !important;
  line-height: 29px;
  margin-top: -77px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  text-align: center;
  top: 100%;
  width: 40px;
  border-radius: 50%;
  padding-right: 0px !important;
  padding-top: 5px;
}

.slider_home .owl-nav div:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #9dca00 !important;
  color: #fff;
  z-index: 99999;
}

.slider_home .owl-theme .owl-controls .owl-nav div {
}

.slider_home .owl-prev .icon-glyph-229::before {
  transform: rotate(-180deg);
  left: -2px;
  position: relative;
  top: 1px;
}

.slider_home .owl-next .icon-glyph-229::before {
  left: 3px;
  position: relative;
}

/*  Carousel Dots  
-------------------------------------*/
.slider_home .owl-dots {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: -66px;
  margin-right: 71px;
}

.slider_home.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 0px;
  border-radius: 50%;
}

.slider_home.owl-theme .owl-dot.active span {
  background: #9dca00;
  width: 15px;
  height: 8px;
  border-radius: 7px;
}

.slider_home.owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
}

/* facility code started here */
.facility_container{
  padding: 20px 10px;
  margin: 30px 10px;
  border: 1px solid gray;
  border-radius: 5px;
}

.facility_image_container{
  padding: 3px;
  border: 2px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.facility_image_container img{
  width: 100%;
  max-height: 300px;
  border-radius: 5px;
}
.facility_content{
  padding: 4px;
}
.facility_content h3{
  color:#2D87FF;
  text-align: justify;
  font-family: 600;
}
.facility_content p{
  font-size: 16px;
  line-height: 22px;
  font-family: 'Poppins',sans-serif;
  text-align: justify;
}
/* facility code ended here */

/* slider media query started here  */
@media screen and (max-width:1030px) {
  .banner-title{
    font-size: 72px;
  }
}
@media screen and (max-width: 768px) {
  .swiper.slider {
    height: 500px;
  }
  .banner-title {
    font-size: 40px;
  }
  .banner-paragraph {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .swiper.slider {
    height: 450px;
  }
  .banner-title {
    font-size: 28px;
    margin-bottom: 10px !important;
  }

  .banner_heading {
    top: 30%;
  }
  .btn-design {
    padding: 0 20px;
    max-width: 180px;
  }
  .btn-box{
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 430px) {
  .swiper.slider {
    height: 375px;
  }
  .banner-title {
    font-size: 32px;
    margin-bottom: 10px !important;
  }

  .banner_heading {
    top: 35%;
  }
  .btn-design {
    padding: 0 20px;
    max-width: 150px;
  }
  .btn-box{
    padding-top: 10px !important;
  }
  .btn-box{
    display: none;
  }
  .btn-box-2{
    display: block;
  }
}
@media screen and (max-width:380px) {
  .banner-paragraph{
    font-size: 14px;
  }
  .section-title{
    font-size: 28px;
  }
}
@media screen and (max-width:340px) {
  .banner-title{
    font-size: 26px;
  }
  .banner-paragraph{
    font-size: 12px;
  }
}


/* slider media query ended here  */

@media screen and (max-width:640px) {
  .swiper.mySwiper.client,
  .swiper-wrapper.client{
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* vision mission media query  */

@media screen and (max-width:768px) {
  .mission_para_mobile{
    order: 2;
  }
.mission_for_mobile {
  order: 1;
}  
}
/* vision mission media query  */


/* map on contact us */
.map_contact iframe{
  padding: 8px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin: 30px 10px;
}
/* map on contact us */

.modal-body h6{
  color: #000;
  text-align: justify;
  font-size: 16px;
}
.modal-body p{
  text-align: justify;

}


/* admission instruction in admission page is started here */
.admission_instruction p{
  font-size: 16px;
  margin-bottom: 8px;
}
.instruction_heading{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.theme_color_icon{
  color: #2d87ff;
}
/* admission instruction in admission page is ended here */