:root {
  --transition: all 0.2s ease;

  --gap50: 50px;
  --gap40: 40px;
  --gap30: 30px;
  --gap25: 25px;
  --gap20: 20px;
  --gap15: 15px;
  --gap10: 10px;

  --pera_font_family: "Roboto", sans-serif;
  --peraSize: clamp(14px, 3vw, 16px);
  --pera_line_height: calc(var(--peraSize) * 1.6);

  --peraColor1: #000000;
  --peraColor2: #ffffff;
  --peraColor3: #212121;

  --h1_size: clamp(32px, 5vw, 40px);
  --h2_size: clamp(26px, 4vw, 36px);
  --h3_size: clamp(22px, 3vw, 28px);
  --h4_size: clamp(20px, 2.5vw, 24px);
  --h5_size: clamp(18px, 2vw, 20px);
  --h6_size: clamp(16px, 1.5vw, 18px);

  --headingColor1: #000000;
  --headingColor2: #ffffff;
  --headingColor3: #002147;
  --headingColor4: #212121;

  --heading_font_family: "Roboto", sans-serif;
  --heading_line_height: 1.3;

  --innercontainer: 1300px;

  --bgColor1: #000000;
  --bgColor2: #ffffff;
  --bgColor3: #621006;
  --bgColor4: #fdc800;
}


@media only screen and (max-width: 768px){
  :root {
   --gap50: 15px;
   --gap40: 15px;
   --gap30: 15px;
   --gap25: 15px;
   --gap20: 15px;
   --gap15: 15px;
   --gap10: 10px;
 }

 

}

@media only screen and (max-width: 480px){
  
}


/*=============*/

.custom_space_50 {
  padding: 50px 0;
}

.btn_box {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.custom_btn1 {
  padding: 10px 40px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 45px;
  text-align: center;
  color: #ffffff;
  background: #7e1609;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  transition: all 0.2s;
  transition-delay: 0s;
}

.custom_btn1:hover {
  background: #fdc800;
  color: #212121;
}

.custom_heading {
  text-align: center;
  margin-bottom: var(--gap30);
  position: relative;
  z-index: 2;
}

.custom_heading h2 {
  display: inline-block;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 700;
  font-size: var(--h2_size);
  color: var(--headingColor4);
  font-family: var(--heading_font_family);
  line-height: var(--heading_line_height);
}
.custom_heading p {
  font-family: var(--pera_font_family);
  font-size: var(--peraSize);
  line-height: var(--pera_line_height);
  color: var(--peraColor1);
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 15px;
  overflow-wrap: break-word;
}

/* ============================== ( Comman Css End ) ==================================== */
/* ============================== ( Comman Css End ) ==================================== */
/* ============================== ( Comman Css End ) ==================================== */


/* About us Start */

.about_intro {
  display: flex;
  align-items: center;
  gap: var(--gap30);
  margin-left: auto;
  margin-right: auto;
}

.about_img {
  width: 50%;
  flex: 1;
}

.about_content .custom_heading {
  margin-bottom: 0;
  text-align: left;
}

.about_content {
  width: 50%;
}

.about_img img {
  width: 100%;
  border-radius: 10px;
}

.about_content .custom_heading h3 {
  color: var(--headingColor5);
  text-align: center;
  font-size: var(--h4_size);
  font-family: var(--heading_font_family1);
}

.mission_section {
  padding-top: 0;
}

.mission_wrap {
  display: flex;
  gap: var(--gap30);
}

.mission_box {
  background: var(--bgColor2);
  padding: var(--gap30);
  border-radius: 10px;
  box-shadow: var(--box_shadow);
  flex: 1;
  position: relative;
}

.mission_box h3 {
  border-bottom: 1px solid var(--bgColor3);
  padding-bottom: var(--gap20);
  margin-bottom: var(--gap20);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.mission_box img {
  width: 50px;
  opacity: 0.2;
  box-shadow: var(--box_shadow);
}

.about_cta_inside {
  max-width: 1000px;
  margin: auto;
}

.about_cta {
  background: var(--bgColor5) url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  text-align: center;
}

.about_cta_inside h2 {
  color: var(--headingColor2);
  margin-bottom: 10px;
}

.about_cta_inside p {
  color: var(--peraColor5);
}

/*========================*/

.new_about,
.lecturers-area {
  background-color: #fdf6ee;
  z-index: 9;
  position: relative;
}

.new_about::before,
.lecturers-area::before {
  position: absolute;
  content: "";
  background: url(img/bgart1.png);
  bottom: 0;
  left: 0;
  width: 80%;
  height: 80%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  z-index: -1;
}

.new_about::after,
.lecturers-area::after {
  position: absolute;
  content: "";
  background: url(img/bgart1.png);
  top: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  transform: rotate(180deg);
  z-index: -1;
}

.about_content .custom_heading .about-title {
  text-align: left;
  font-weight: 700;
}

.pet_collage {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pet_card img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.pet_small_top,
.pet_small_bottom {
  width: 200px;
  height: 200px;
  display: none;
}

.pet_small_top {
  right: -50px;
  top: -70px;
  padding-top: 35%;
}

.pet_small_bottom {
  left: -50px;
  bottom: -70px;
  padding-top: 35%;
}

.pet_card {
  transition: 0.4s;
}


/*===========( Section 2 Start )============*/
/*===========( Section 2 Start )============*/
/*===========( Section 2 Start )============*/

.hamare_sansthan {
  background-color: #efeff1;
  position: relative;
  z-index: 9;
}

.hamare_sansthan::before {
  content: "";
  position: absolute;
  background: url(img/bgart3.jpg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
      background-position: center;
    background-size: contain;
}

.custom_pb_space_50 {
  padding-bottom: 50px;
}

.founder_wrapper {
  display: grid;
  gap: var(--gap50);
  gap: calc(var(--gap50) + var(--gap50));
}

.founder-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.founder-media {
  flex: 1;
  position: relative;
  z-index: 1;
  height: 550px;
  width: 100%;
}

.founder-media::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f3c10138;
  z-index: -1;
  bottom: -20px;
  left: 20px;
  border-radius: 25px;
}

.founder-media img {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  object-fit: cover;
}

.founder-text-box {
  flex: 1;
  background: #fff;
  padding: var(--gap30);
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  margin-left: -80px;
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.founder-text-box::before {
  content: "";
  position: absolute;
  background: url(img/bgart3.jpg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
  line-height: 1;
}

.founders_line {
  display: block;
  width: 40px;
  height: 3px;
  background: #7e1609;
  margin-bottom: 10px;
  border-radius: 50px;
}

.founders_desc p {
  font-family: var(--pera_font_family);
  font-size: var(--peraSize);
  line-height: var(--pera_line_height);
  font-weight: 400;
  margin: 0 0 15px 0;
  color: var(--peraColor3);
}

.founder-text-box h4 {
  color: var(--headingColor4);
  font-size: var(--h2_size);
  line-height: calc(var(--h2_size) * 1.4);
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
}

.list_title h3 {
  font-weight: 700;
}

.founders_desc ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.founders_desc ul li {
  font-weight: 700;
}

.founder-item:nth-child(even) {
  flex-direction: row-reverse;
}

.founder-item:nth-child(even) .founder-text-box {
  margin-left: 0;
  margin-right: -80px;
}

.founder-item:nth-child(1) .founder-text-box {
  background: #06b6d4;
}
.founder-item:nth-child(2) .founder-text-box {
  background: #f97316;
}
.founder-item:nth-child(3) .founder-text-box {
  background: #ef4444;
}

.founder-item .founder-text-box h4,
.founder-item .founder-text-box p,
.founders_desc ul li,
.list_title h3 {
  color: var(--headingColor2);
}

/* =============================( Section 2 End )================================= */
/* =============================( Section 2 End )================================= */
/* =============================( Section 2 End )================================= */

/* =============================( Section 3 Start )================================= */
/* =============================( Section 3 Start )================================= */
/* =============================( Section 3 Start )================================= */

.coll_sch_wapper {
  display: grid;
  gap: var(--gap30);
}

.coll_sch_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap30);
}

.coll_sch_box {
  box-shadow: 0 0 10px #ccc;
  border-radius: 15px;
  position: relative;
  background-color: #ffff;
  overflow: hidden;
}
.coll_sch_img {
  position: relative;
  width: 100%;
  padding-top: 80%;
  overflow: hidden;
  border-radius: 6px 6px 20px 20px;
}
.coll_sch_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.coll_sch_img:hover img {
  transform: scale(1.03);
}

.coll_sch_name h3 {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  border-bottom: 3px solid var(--bgColor4);
}

.coll_schhover_box {
  /*display: none;*/
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
}

.coll_sch_box:hover .coll_schhover_box {
  opacity: 1;
}

.coll_schhover_box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.5s;
  transition-delay: 0.2s;
  opacity: 0;
  transform: translateY(10px);
}

.coll_schhover_box p {
  font-size: 14px;
  transition: 0.5s;
  transition-delay: 0.4s;
  opacity: 0;
  transform: translateY(20px);
}

.coll_schhover_box .btn_box {
  margin-top: 0;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(30px);
}

.coll_schhover_box .custom_btn1 {
  padding: 10px 24px;
  font-size: 14px;
}

.coll_sch_box:hover .coll_schhover_box h3,
.coll_sch_box:hover .coll_schhover_box p,
.coll_sch_box:hover .coll_schhover_box .btn_box {
  opacity: 1;
  transform: translateY(0px);
}

.collage_heading h2 {
  background-color: #0da18a17;
  padding: 15px;
  border-left: 4px solid;
  line-height: 1;
  font-weight: 700;
  border-radius: 0 30px 0 15px;
  background: #0da18a17;
  background: linear-gradient(90deg, rgb(13 161 138 / 11%) 0%, rgb(255 255 255 / 46%) 100%);
  width: 100%;
  font-size: var(--h4_size);
}

.collage_school {
  /*background: linear-gradient(273deg, rgb(13 161 138 / 11%) 0%, rgb(13 207 128 / 10%) 100%);*/
  background: linear-gradient(118deg, rgb(13 161 138 / 11%) 0%, rgb(207 13 109 / 10%) 100%);
  position: relative;
  z-index: 9;
}

.collage_school::before {
  content: "";
  position: absolute;
  background: url(img/bgart5.1.jpg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: bottom;
  background-repeat: repeat;
  mix-blend-mode: color-burn;
  opacity: 0.2;
}

/* =============================( Section 3 End )================================= */
/* =============================( Section 3 End )================================= */
/* =============================( Section 3 End )================================= */


/*Final*/

.wrapper_notice_board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap30);
}

.notice_board {
  background: var(--bgColor4);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  position: relative;
  max-height: 630px;
  height: 100%;
  border-bottom: 4px solid var(--bgColor4);
}
.nb_heading h2 {
  margin: 0;
  font-weight: 700;
  color: var(--headingColor1);
  font-size: var(--h3_size);
  padding: 15px;
  text-align: center;
  background: var(--bgColor4);
}

.new-tag {
  display: inline-block;
  background: #ffdfd9;
  color: #b51e0c;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 30px;
}

.gety {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form {
  padding: var(--gap30);
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  border: none;
  background: #f5f6f8;
  border-radius: 10px;
  padding: 15px 22px;

  outline: none;
  transition: 0.3s;

  font-family: var(--pera_font_family);
  font-size: var(--peraSize);
  line-height: var(--pera_line_height);
  color: var(--peraColor1);
  font-weight: 400;
}

.contact-form form textarea {
  height: 140px;
  resize: none;
}

.form-control:focus {
  color: inherit;
  background-color: #f5f6f8;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.marquee_box {
  height: 450px;
  position: relative;
}

.mar_list {
  height: 100%;
  overflow: hidden;
}

.mar_list,
.contact-form {
  background-color: #fff;
  border-radius: 25px 25px 0 0;
}

.view_more {
  justify-content: center;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-top: 0;
}

.parap {
  color: #7e1609 !important;
  text-align: left !important;
  border-bottom: 1px solid #f5f6f8 !important;
  font-size: 15px !important;
  margin: 0px !important;
  padding: 18px 20px !important;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
}

.parap:hover {
  background-color: #fdc8000f;
}

.parap .fa {
  font-size: 20px;
}

/* body team Start */

.single-item {
  transition: 0.5s ease;
}

.members_body {
  background: #ffffff;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  transition: 0.5s ease;
  border: 1px solid #f1f1f1;
}

.mem_body_img {
  border-radius: 20px;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.mem_body_img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: var(--transition);
}

.mem_detail {
  padding: 15px 10px 0;
  text-align: left;
}

.mem_detail .item-title {
  font-size: var(--h4_size);
  margin-bottom: 5px;
  font-weight: 800;
}

.mem_detail .item-designation {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}

.team_card_line {
  width: 40px;
  height: 3px;
  background: var(--bgColor4);
  border-radius: 2px;
  transition: 0.4s;
}

.single-item:hover .team_card_line {
  width: 100%;
  background: var(--bgColor4);
}

.single-item:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 123, 255, 0.1);
  border-color: transparent;
}

.single-item:hover .mem_body_img img {
  transform: scale(1.1);
}

.lecturers-area .btn_box {
  justify-content: center;
  margin-top: var(--gap30);
}

/* Owl carousel */

.team_caro_wrap {
  padding-left: 60px;
  padding-right: 60px;
}

.lecturers-area .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.lecturers-area .owl-nav .owl-prev,
.lecturers-area .owl-nav .owl-next {
  position: absolute;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px !important;
  font-size: 0 !important;
  background-image: url(img/slide_right_arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px !important; 
}

.lecturers-area .owl-nav .owl-prev:hover,
.lecturers-area .owl-nav .owl-next:hover{
  background-image: url(img/slide_right_arrow_white.png) !important;
}

.lecturers-area .owl-nav .owl-prev{
  rotate: 180deg;
}

.lecturers-area .owl-nav .owl-prev {
  left: 0;
}

.lecturers-area .owl-nav .owl-next {
  right: 0;
}

/* body team END */


/* ================================= ( Responsive css start ) ======================================== */
/* ================================= ( Responsive css start ) ======================================== */
/* ================================= ( Responsive css start ) ======================================== */



@media only screen and (max-width: 1500px){
  .coll_sch_img{padding-top: 100%;}
}

@media only screen and (max-width: 1300px){
  .coll_sch_grid{grid-template-columns: repeat(3, 1fr);}
    
}

@media only screen and (max-width: 980px){
  .founder-item{flex-direction: column;}
  .founder-text-box{margin-left: 0;width: calc(100% - 60px);margin-top: -50px;flex: inherit;}
  .founder-media{height: auto;flex: inherit;}

  .founder_wrapper{gap: var(--gap50);}
  .founder-item:nth-child(even) {flex-direction: column;}
  .founder-item:nth-child(even) 
  .founder-text-box{margin-right: 0;}
  .hamare_sansthan::before{background-size: cover;}

  .coll_sch_grid{    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
  .coll_sch_img{padding-top: 100%;}
}

@media only screen and (max-width: 840px){
  .wrapper_notice_board{grid-template-columns: repeat(2, 1fr);}
}

@media only screen and (max-width: 768px){

  .custom_space_50{padding: 30px 0;}
 .custom_btn1 {font-size: 14px;padding: 10px 20px;}

  .new-tag{padding: 3px 7px;font-size: 8px;}
  .about_intro{flex-direction: column;}
  .about_img,.about_content{width: 100%;}

  .founder-media::before{display: none;}
  .founder-media{height: 450px;width: 100%;}
  .founder-text-box::before{background-position: top;opacity: 0.1;}
  .wrapper_notice_board{grid-template-columns: repeat(1, 1fr);}

  .marquee_box{height: 250px;}
  .view_more{padding-top: 15px;margin-bottom: 15px;}

  .notice_board{height: 100%;}
  .parap{font-size: 14px !important;padding: 13px 20px !important;}
  .contact-form form input,
  .contact-form form textarea{    padding: 10px 22px;}
  .contact-form form textarea{height: 100px;}

}

@media only screen and (max-width: 640px){
  .coll_sch_grid {grid-template-columns: 1fr}
  .lecturers-area .owl-nav .owl-prev, 
  .lecturers-area .owl-nav .owl-next{    height: 40px;width: 40px;}
  .team_caro_wrap{padding-left: 50px;padding-right: 50px;}
 .coll_sch_img{padding-top: 50%;}
}

@media only screen and (max-width: 576px){

  .founder-text-box{width: calc(100% - 7px);}
  .founder-media{height: 250px;}

  .coll_sch_img{padding-top: 90%;}
  
}

@media only screen and (max-width: 480px){

  .custom_btn1 {font-size: 12px;padding: 7px 15px;}

  /*-------*/

  .lecturers-area .owl-nav .owl-prev,
  .lecturers-area .owl-nav .owl-next{display: none !important;}
  .team_caro_wrap{padding-left: 0;padding-right: 0;}
  .mem_detail .item-title{font-size: 16px;}

  .parap{font-size: 12px !important;gap: 7px;padding: 7px 10px !important;}      
  .parap .fa {font-size: 10px;}
}
