/*
Theme Name: SIMEC Institute of technology
Theme URI: http://blogerhub.com/
Author: 
Author URI: 
Description: Easy, Fast & Creative Blog
Tags: left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
*/
@font-face {
  font-family: 'Montreux G';
  src: url('assets/fonts/MontreuxG/MontreuxG-Bd/MontreuxG-Bd.eot');
  src: url('assets/fonts/MontreuxG/MontreuxG-Bd/MontreuxG-Bd.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/MontreuxG/MontreuxG-Bd/MontreuxG-Bd.woff2') format('woff2'),
      url('assets/fonts/MontreuxG/MontreuxG-Bd/MontreuxG-Bd.woff') format('woff'),
      url('assets/fonts/MontreuxG/MontreuxG-Bd/MontreuxG-Bd.ttf') format('truetype'),
      url('assets/fonts/MontreuxG/MontreuxG-Bd/MontreuxG-Bd.svg#MontreuxG-Bd') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;

}
@font-face {
  font-family: 'Montreux G Blk';
  src: url('assets/fonts/MontreuxG/MontreuxG-Blk/MontreuxG-Blk.eot');
  src: url('assets/fonts/MontreuxG/MontreuxG-Blk/MontreuxG-Blk.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/MontreuxG/MontreuxG-Blk/MontreuxG-Blk.woff2') format('woff2'),
      url('assets/fonts/MontreuxG/MontreuxG-Blk/MontreuxG-Blk.woff') format('woff'),
      url('assets/fonts/MontreuxG/MontreuxG-Blk/MontreuxG-Blk.ttf') format('truetype'),
      url('assets/fonts/MontreuxG/MontreuxG-Blk/MontreuxG-Blk.svg#MontreuxG-Blk') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
	font-family: 'Montreux lite';
	src: url('assets/fonts/MontreuxG-Lt.woff');
}

@font-face {
	font-family: 'Montreux Reguler';
	src: url('assets/fonts/MontreuxG-Rg.woff');
}

a{
  text-decoration: none;
  color: unset;
}
 a:hover{
  color: #9ec845;
} 
.nav-link:focus, .nav-link:hover{
  color: #4b87eb;
}
h1{
  font-size: 58px;
  font-weight: 700;
}

ul{
  list-style-type: none;
  padding: 0;
}

.social {
    position: fixed;
    top: 43%;
    right: 0%;
    z-index: 999;
}
.social ul {
    list-style-type: none;
    padding: 0;
    transform: translatex(30px);
}
.social ul li {
    display: block;
    margin: 5px;
    width: 75px;
    text-align: left;
    padding: 5px;
    border-radius: 30px 0px 0px 30px;
    transition: all .5s;
}
.social ul li a {
    color: #27a149;
    text-decoration: none;
}
.custom_icon {
    max-height: 32px;
    border-radius: 5px;
}
.popup_admssion{
    font-family: "Anek Bangla", serif;
    color: #0B66B7;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    border: 1px solid #004F96;
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
}
.bts-popup.is-visible {
    opacity: 1;
    visibility: visible;
}
.banner_popup{
	position: absolute;
    bottom: 10%;
    left: 5%;
    transform: translate(-5%, -10%);	
	}
/* SERACH-BAR */
#header_menu_primary{
  position: relative;
}
.institute_search{
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 100%;
  background-color: #00478473;
  padding: 2rem;
  text-align: center;
  border-radius: 3px;
  transition-duration: .5s;
  opacity: 0;
}

.institute_search.show{
  z-index: 999;
  opacity: 1;
  transition-duration: .5s;
  top: 100px;
}

.institute_search .input_box{
  width: 30%;
  border: 1px solid #145faa;
  border-radius: 5px;
  padding: 5px 5px;
  color: #b6b6b6;
  font-family: 'Montreux lite';
  letter-spacing: 1px;
}
.search_tab_icon{
    background: linear-gradient(229.91deg, #5693E0 12.57%, #1260AA 60.58%);
    box-shadow: 0px 10px 20px rgb(82 155 240 / 50%);
    font-family: 'Montreux lite';
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #5693E0;
    letter-spacing: 1px;
}
.institute_search_page{
  padding: 8rem 0rem;
}
.institute_search_page h2{
  background: linear-gradient(229.91deg, #5693E0 12.57%, #1260AA 60.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.serach_content_box{
  margin-top: 2rem;
  box-shadow: 0px 0px 20px rgb(99 157 210 / 25%);
  background: #FFFFFF;
  padding: 2rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  max-height: 15rem;
  min-height: 10rem;
  overflow: auto;
}
.serach_content_box h3{
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 20px;
  color: #1260aa;
  text-decoration: underline;
}
.mbl_part{
    display:none;
}
/* width */
.serach_content_box::-webkit-scrollbar {
  width: 5px;
  overflow: hidden;
}
/* Track */
.serach_content_box::-webkit-scrollbar-track {
  background: #ffff; 
  border-radius: 10px;
}
 
/* Handle */
.serach_content_box::-webkit-scrollbar-thumb {
  background: #1260aa;
  border-radius: 10px;

}

/* HEADER-SECTION */
.navbar-bg{
  background-image: url(./assets/images/header.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  background-position-x: 10%;
  top: 0%;
  width: 100%;
  z-index: 99;
      height: 155px;
  /* box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
  padding: 0; */
 
  /* background-color: #d8eaffc7;
  backdrop-filter: blur(20px); */
  
  /* border-top: 5px solid #0055A6; */

}
.navbar-bg, .navbar-brand{
  padding: 0;
} 
a.logo_anchor{
  padding: 7px 5px 7px 5px;
}
.mobile_hide_menu{
      margin-top: -80px;
    position: relative;
}
.header_logo{
  max-height: 75px;
  /* width: 100%; */
  position: absolute;
  top: 35px;
  left: -8%;
  transform: translate(-8%, 0px);
}
.navbar-bg .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  font-family: 'Open Sans';
  background: linear-gradient(229.91deg, #5693E0 12.57%, #1260AA 60.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
}
.navbar-bg .navbar-nav .nav-link {
  font-family: 'Open Sans', sans-serif;
      color: #226db0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: capitalize;
	transition-duration: .3s;
}
#menu-header-menu > li > a{
  padding: 36px 15px;
}

.header_search .hs_icon{
	color: #09569A;
	font-size: 15px;
  cursor: pointer;
}

.header_search .hs_icon:hover{
	color: #1260AA;
}

.navbar-bg .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #1260AA;
}

#menu-header-menu > li.menu-item-has-children{
  position: relative;
}

ul li.mega_menu > ul.sub-menu{
    position: absolute;
    width:100vw;
    top: 100%;
    left: 200%;
    transform: translate(-200%, 0%);
    background-color: #FAFBFF;
    display: flex;
    justify-content: center;
    padding: 40px 0px;
    box-shadow: 0px 2px 5px 0px #bbb;
    border-top: 2px solid #388ad3;
    opacity: 0;
    transition-duration: .3s;
}
ul li.mega_menu:hover > ul.sub-menu{
	opacity: 1;
	top: 100%;
	left: 38%;
	transform: translate(-38%, 0%);
	transition-duration: .3s;
}

#menu-header-menu li.current-menu-item > a{
  color: #1260AA;
	    font-weight: 600;
  position: relative;
  transition-duration: .3s;
}

#menu-header-menu > li.current-menu-item > a::before{
	content: '';
	display:block;
	width: 60px;
	height: 2px;
	background-color: #1260AA;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-70%);
}

#menu-header-menu > li.menu-item-has-children::after{
  color: #09569A;
  content: '\f0dd';
  font-family: "Font Awesome 6 free"; 
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 45%;
  right: 3%;
  transform: translate(-3%, -45%);
  transition-duration: .3s;
}

#menu-header-menu > li.menu-item-has-children:hover:after{
  content: '\f0d8';
  font-family: "Font Awesome 6 free"; 
  font-weight: 600;
  color: #1260AA;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(-3%, -50%);
  transition-duration: .3s;
}
#menu-header-menu > li.menu-item-has-children.current-menu-ancestor::after{
  color: #1260AA;
  top: 45%;
  right: 2%;
  transform: translate(-2%, -45%) rotate(0deg);
}

#menu-header-menu > li.current-menu-item::after{
  color: #1260AA;
  top: 55%;
  right: 5%;
  transform: translate(-5%, -55%) rotate(180deg);
}

ul li.mega_menu > ul.sub-menu > li.current-menu-item > a{
  border-bottom: 2px solid #1260AA;
   color: #1260AA!important;
}

ul li.mega_menu > ul.sub-menu > li > a{
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 15px;
	text-transform: capitalize!important;
	font-size: 15px!important;
	color: #565656!important;
	font-weight: 700!important;
	font-family: 'Montreux Reguler'!important;
}

ul li.mega_menu > ul.sub-menu > li > ul{
  padding-bottom: 15px;
  width: 330px;
}

#menu-header-menu li.current-menu-ancestor > a{
	color: #A5A5A5;
	position: relative;
	transition-duration: .3s;
}

#menu-header-menu > li.current-menu-ancestor > a::before{
	content: '';
	display:block;
	width: 60px;
	height: 2px;
	background-color: #1260AA;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-70%);
}

ul li.mega_menu > ul.sub-menu > li.current-menu-parent > a{
  border-bottom: 2px solid #1260AA;
   color: #1260AA!important;
}
ul li.mega_menu > ul.sub-menu > li > ul > li.current-menu-item a{
  color: #1260AA!important;
}

ul li.mega_menu > ul.sub-menu > li > ul > li a{
	color: #43474E!important;
	padding: 10px 10px 10px 5px;
	text-transform: capitalize!important;
	font-size: 12px!important;
	position: relative;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul li.mega_menu > ul.sub-menu > li > ul > li > a:hover{
	 color: #1260AA!important;
	    padding: 10px 10px 10px 15px;
}

ul li.mega_menu > ul.sub-menu > li > ul > li > a::before{
	color: #1260AA;
    content: '\f0da';
    font-family: "Font Awesome 6 free";
    font-weight: 600;
    font-size: 15px;
	position:absolute;
	top: 50%;
	left:0%;
	transform: translate(0%, -50%);
	transition-duration: .3s;
	opacity: 0;
}

ul li.mega_menu > ul.sub-menu > li > ul > li > a:hover:before{
	opacity: 1;
	transition-duration: .3s;
	
}


li.kosen_menu{
	border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin-top: 15px;
  width: 60%;
}
/* Training MENU */
#menu-header-menu > li.training_dropdown {
  position: relative;
}
#menu-header-menu li.training_dropdown  ul.sub-menu{
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    padding: 12px 2px;
    z-index: 99999;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 150%;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    width: 350px;
}
#menu-header-menu li.training_dropdown:hover > ul {
  pointer-events: visible;
  top: 100%;
  visibility: visible;
  opacity: 1;
  width: 350px;
}

/* ABOUT US MENU */
#menu-header-menu > li.aboutus_dropdown {
  position: relative;
}
#menu-header-menu li.aboutus_dropdown  ul.sub-menu{
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    padding: 12px 2px;
    z-index: 99999;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 150%;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    width: 150px;
}
#menu-header-menu li.aboutus_dropdown:hover > ul {
  pointer-events: visible;
  top: 100%;
  visibility: visible;
  opacity: 1;
  width: 150px;
}
  /* SilckNev Start*/

  .slicknav_menu{

    display: none;

  }
  .slicknav_brand{
    padding: 0px 12px;
    height: auto;
  }

  .slicknav_brand a{
    display: block;
  }

  .slicknav_brand img{
    width: 120px;
  }
  .slicknav_btn{
    margin: 10px 5px 0px;
  }

  .slicknav_nav a{
    color: #000;
  }

    /* SilckNev End*/

/* Privacy Policy  ===========================*/
.terms_conditions_box {
    padding: 0rem 2rem 0rem;
    box-shadow: 0px 0px 40px 0px #00000014;
    border: 3px solid #9CC6444D;
    border-radius: 10px;
    background-color: #FFFFFF;
	margin-bottom: 3rem;
}
.Policy_border_box {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.Policy_border_box h5 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #40423C;
    margin-bottom: 1rem;
}
.Policy_border_box p {
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 17px;
    color: #585555;
    line-height: 27px;
    margin-bottom: 15px;
}
.heading_blue {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 17px;
    color: #105CAA;
}
.personal_data_heading h5 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #105FA6;
}
.personal_data_heading p{
	font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 17px;
    color: #585555;
    line-height: 27px;
    margin-bottom: 15px;
}
.personal_data_heading ul li{
	padding: 0px 30px;
}
.personal_data_heading ul li{
	font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 16px;
    color: #585555;
    line-height: 25px;
    margin-bottom: 10px;
}
/* BANNER-SECTION */
.home_banner_sec{
  position: relative;
}
.home_banner_sec img{
  width: 100%;
  height: 600px;
  object-fit: fill;

}
.image_bottom_fade img{
  width: 100%;
}
.home_banner_text{
  text-align: center;
  position: absolute;
  top: 55%;
  left: 0%;
  transform: translate(0%, -55%);
}
.home_banner_text p{
  font-family: 'Montreux Reguler';
	letter-spacing: 1px;
  margin-bottom: 12px;
  color: #666666;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.home_banner_text h1{
  font-family: 'Montreux G Blk';
  font-style: normal;
  background: linear-gradient(82.59deg, #1C65A6 11.51%, #4095E0 99.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}
.home_banner_text h6{
    font-family: 'Open Sans';
    font-size: 18px;
    color: #666666;
    text-align: center;
    font-weight: 400;
    padding: 0rem 30rem;
    margin-top: 1rem;
    line-height: 27px;
}

/* SLIDER-SECTION */
.slider_card_box{
  margin-top: 2rem;
}
.slider_card_box img{
  border-radius: 12px;
}
.slider_box{
  position: relative;
  
}
.slider_box img{
  height: 15rem;
  object-fit: cover;
}
.slider_box_title{
	position: absolute;
	bottom: 0%;
	left: 0%;
	transform:translate(0%,0%);
	background-color: #504f4f52;
	color: #FFFFFF;
	padding: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: inline-block;
	width: 100%;
	height: 60px;
	backdrop-filter: blur(10px);
}
.education_slider img{
	height: 600px;
    width: 100%;
    object-fit: cover;
}
.slider_box_title_hover{
  display: none;
}
.slider_box_title h4{
  font-size: 14px;
  font-family: 'Open Sans';
  line-height: 17px;
  top: 7px;
  position: absolute;
}
.slider_box_title h4:hover{
color: #7ae9ff;
}
/* owl-carousel */
.home_carosul .owl-stage{
  height: 320px;
}
.home_carosul .owl-next,
.home_carosul .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}
.home_carosul .owl-prev {
  left: 0%;
  top: 0%;
  height: 18rem;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.84) 58.07%, rgba(255, 255, 255, 0) 100%)!important;
  font-size: 30px!important;
  border-radius: 0;
}
.home_carosul .owl-prev i{
  position: absolute;
  color: #1260AA;
  font-size: 50px;
  left: 0;
}
.home_carosul .owl-next i{
  position: absolute;
  color: #1260AA;
  font-size: 50px;
  left: 25;
}
.home_carosul .owl-next {
  right: 0%;
  top: 0%;
  height: 18rem;
  background: linear-gradient(268deg, #FFFFFF 0%, rgba(255, 255, 255, 0.84) 58.07%, rgba(255, 255, 255, 0) 100%)!important;
  font-size: 30px!important;
  border-radius: 0;
}
.home_carosul .owl-dots.disabled, .home_carosul .owl-nav.disabled {
  display: unset;
}

/* YOUTUBE-SECTION */
.yt_heading{
  margin: 2rem 0rem 4rem 0rem;
}
.yt_frame iframe{
  border-radius: 10px;
}
/* EDUCATION-SECTION */
.education_bg{
  background-image: url('./assets/images/Education_bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 2rem 0rem;
  background-attachment: fixed;
}
.education_bg > .container-fluid{
  width: 90%;
}
.education_details_sec{
  padding: 6rem 0rem;
}
.education_details_sec h4, .gallery_heading h4{
  font-family: 'Montreux G';
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 150.6%;
  color: #105FA6;
}
.education_details_sec p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #666666;
  text-align: justify;
  margin-bottom: 2rem;
}
.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.admission_btn{
  background: linear-gradient(229.91deg, #5693E0 12.57%, #1260AA 60.58%);
  box-shadow: 0px 10px 20px rgba(82, 155, 240, 0.5);
  font-family: 'Montreux lite';
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 40px;
  border: 1px solid #5693E0;
  letter-spacing: 1px;
}
.admission_btn:hover{
  border: 1px solid #666666;
  background: linear-gradient(229.91deg, #8d8d8d00 12.57%, #ffffff 60.58%);
}
.education_courses_list{
  display: grid;
  grid-template-columns: auto auto;
  padding: 0rem 0rem 0rem 5rem;
}
.education_courses_color1, .education_courses_color4 {
  background-color: #1774C6;
  padding: 3rem 2rem 1rem 2rem;
}
.education_courses_color2, .education_courses_color3{
  background-color: #1952A8;
  padding: 3rem 2rem 1rem 2rem;
}
.education_courses_color1{
  border-top-left-radius: 12px;
}
.education_courses_color2{
  border-top-right-radius: 12px;
}
.education_courses_color3{
  border-bottom-left-radius: 12px;
}
.education_courses_color4{
  border-bottom-right-radius: 12px;
}
.education_courses_color1:hover, .education_courses_color4:hover{
  background-color: #0b7bdd;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all 0.5s ease-in-out;
}
.education_courses_color2:hover, .education_courses_color3:hover{
  background-color: #0d6bbd;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all 0.5s ease-in-out;
}
.education_courses_name{
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
}
.education_courses_name p{
  font-family: 'Montreux G';
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}
.education_courses_icon{
  color: #ffff;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 7px;
  height: 30px;
  width: 30px;
  transform: rotate(300deg);
}
.education_courses_color1:hover i, .education_courses_color2:hover i, .education_courses_color3:hover i, .education_courses_color4:hover i {
  transform: rotate(360deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all 0.5s ease-in-out;
}
/* HOME BANNER MARQUEE */
.home_marque marquee{
	padding: 7px 10px 0px;
    background-color: aliceblue;
}
.home_marque h5 a {
	font-family: 'Montreux G';
	color: #2766ac;
    font-weight: 800;
    margin-bottom: 0;
}
.home_marque h5 a span{
	font-family: 'Montreux G';
	color: red;
    font-weight: 800;
}
/* HOME INTERNATION RESEARCH CENTER SECTION ==============================*/
.home_irc_bg{
  background-image: url('./assets/images/irc_bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 10rem 0rem;
}
.home_irc_sec h5{
  font-family: 'Montreux G';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #F5F5F5;
}
.home_irc_sec h4{
  font-family: 'Montreux G';
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 62px;
  color: #FFFFFF;
}
.home_irc_sec p{
  font-family: 'Open Sans';
  margin: 2rem 0rem;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: justify; 
}
.get_intouch_btn{
	font-family: 'Montreux lite';
	background: linear-gradient(229.91deg, #E0EEFF 12.57%, #F1F8FF 60.58%);
	box-shadow: 0px 10px 10px rgba(0, 43, 94, 0.5);
	padding: 15px 40px;
	font-size: 14px;
	color: #1260AA;
	font-weight: 700;
	border-radius: 5px;
	letter-spacing: 1px;
}
.get_intouch_btn:hover{
  border: 1px solid #ffff;
  background: linear-gradient(229.91deg, #0069e900 12.57%, #f1f8ff00 60.58%);
  color: #ffff;
}
.learnmore_btn{
	font-family: 'Montreux lite';
	padding: 15px 40px;
	font-size: 14px;
	color: #ffff;
	font-weight: 600;
	border-radius: 5px;
	border: 1px solid #ffff;
	margin-left: 1rem;
	letter-spacing: 1px;
}
.learnmore_btn:hover{
  background: linear-gradient(229.91deg, #E0EEFF 12.57%, #F1F8FF 60.58%);
  color: #1260AA; 
  font-weight: 700;
}
.home_irc_list ul{
  font-family: 'Montreux lite';
  list-style-type: none;
  font-style: normal;
  text-align: right;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: width 2s;
}

.home_irc_list ul li a{
	position:relative;
	font-weight: 600;
	font-size: 26px;
	line-height: 85px;
	letter-spacing: 1px;
	color: #ffff;
	transition-duration: .3s;
}
.home_irc_list ul li a:hover{
	color: #ffff;
	font-size: 30px;
}
.home_irc_list ul li a::after{
   position: absolute;
    content: "";
    width: 5%;
    background: #fff;
    height: 5px;
    right: 0px;
    margin-top: 70px;
    transition-duration: .3s;
	opacity:0;
}
.home_irc_list ul li a:hover::after{
	opacity:1;
	width: 70%;
	transition-duration: .3s;
}

.home_irc_list ul li a::before{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-right: 15px;
	transition-duration: .3s;
	opacity:0;
}

.home_irc_list ul li a:hover::before{
	opacity:1;
	transition-duration: .3s;
}

/* HOME COURSE SECTION ======================================*/
.course_section {
    padding: 50px 0px 50px;
    background-image: url(./assets/images/course-section.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.title_head h2 {
    font-size: 40px;
    text-align: center;
    font-family: 'Montreux G';
    font-style: normal;
    color: #105FA6;
    font-weight: 700;
    margin-bottom: 35px;
}
.title_head p {
    font-size: 18px;
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    color: #666666;
    font-weight: 400;
    margin-bottom: 35px;
}
.cart_section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    background: rgba(244, 245, 250, 1);
    border-radius: 15px 0px;
    border: 3px solid rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    height: 100%;
    transition: 0.3s ease;
}
.image_section {
    position: relative;
    margin-bottom: 15px;
    transition: transform 0.5s ease;
    border-radius: 15px 0px;
}
.cart_section:hover .image_section::before {
    background: rgba(11, 102, 183, 0.7);
}
.image_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 102, 183, 0.2);
    border-radius: 15px 0px;
    z-index: 3;
    opacity: 1;
    transition: background 0.5s ease;
}
.image_section .main_image {
    position: relative;
    border-radius: 15px 0px;
    z-index: 2;
    object-fit: cover;
    width: 100%;
    height: 175px;
    display: block;
}
.explore_more_position {
    position: absolute;
    top: 70%;
    right: 0;
    background-color: rgb(16 95 166);
    z-index: 4;
    padding: 4px 16px;
    border-radius: 15px 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.26px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    transition: opacity 0.5s ease;
}
.icon_position {
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: 4;
}
.cart_content_section {
    z-index: 3;
    margin-top: auto;
}
.cart_content_section h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: rgba(99, 95, 95, 1);
    z-index: 3;
}

.facilities_section {
    background: linear-gradient(90deg, rgba(149, 195, 66, 0.05) 0%, rgba(16, 92, 170, 0.03) 100%);
    padding: 50px 0px 40px;
}
.image-wrapper {
    position: relative;
    overflow: hidden;
}
.image-wrapper img{
  height: 220px;
    width: 100%;
    object-fit: cover;
}
.custom-card {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    height:auto;
}
.main-image {
    width: 100%;
    height: 233px;
    object-fit: cover;
    transition: filter 0.4s ease, transform 0.4s ease;
    transform: scale(1);
}
.card-body {
    padding: 15px;
}
.card-body h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #656262;
}
.life_at_sec {
    background: linear-gradient(90deg, rgba(16, 92, 170, 0.1) 0%, rgba(156, 198, 68, 0.15) 100%);
    padding: 50px 0px 50px;
}
.life_custom_card{
    width: 100%;
    height: 250px;

    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
.life_custom_card img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.client_sec {
    background-image: url(./assets/images/client_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px 50px;
    width: 100%;
    background-size: cover;
}
.logo-column {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 20px;
}
.logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}
.logo-card:hover {
    border-left-color: rgba(156, 198, 68, 1);
    border-right-color: rgba(156, 198, 68, 1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.logo-card img {
    max-width: 100%;
    max-height: 65px;
    object-fit: contain;
}
.stab_top_gap_stu_opp{
      padding: 5rem 0rem 3rem 0rem;
}
/* ABOUT-US-SECTION =========================================*/

.image_bottom_fade::after{
  display: block;
    position: relative;
    content: '';
    margin-top: -470px;
    width: 100%;
    height: 480px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #ffffff 97%);
}
.about_us_details h1{
  font-family: 'Montreux G';
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 150.6%;
  color:#0B70CA;
  text-align: center;
	margin-bottom: 20px;
}
.about_us_details h6{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #666666;
  padding: 1rem 7rem;
  margin-bottom: 5rem;
}
.about_us_details{
  padding: 0rem 2rem 5rem 2rem;
  text-align: center;
}

.about_us_details p{
	text-align: justify;
	color:#666666;
}
.home_mission{
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  padding: 2rem 2rem;
  position: relative;
  min-height: 25rem;
  margin-bottom: 4rem;
}
.home_mission h5{
  font-family: 'Montreux G';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.05em;
  background: linear-gradient(190deg, #5693E0 65.57%, #1260AA 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.5rem;
  margin-top: 2rem;

}
.home_mission ul{
  list-style-type: none;
  padding: 0;
}
.home_mission ul li{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #666666;
  margin-bottom: 10px;
  text-align: justify;
}
.home_mission ul li::before{
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  color: #5BB3FF;
  padding-right: 5px;
}
.mission_icon{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-70px, -45px);
}
.registration_page_ssl{
  margin-top: 10rem!important;
}
/* Conference payment option buttons - hover uses same blue as Pay with Bank */
.registration_page_ssl .conference-pay-bank-btn {
  border-color: #347AB8;
  color: #347AB8;
}
.registration_page_ssl .conference-pay-bank-btn:hover {
  background-color: #347AB8;
  border-color: #347AB8;
  color: #fff;
}
.registration_page_ssl .conference-pay-bank-btn:hover small {
  color: rgba(255, 255, 255, 0.9) !important;
}
/* ALUMNI-SECTION ==============================================*/
.home_alumni_bg{
  background-image: url('./assets/images/alumni_bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 10rem 5rem 2rem;
}
.alumni_sec{
  margin: 2rem 2rem;
}
.alumni_slider_card img{
	border-radius: 50%;
	height: 160px;
	width: 160px;
	box-shadow: 0px 0px 5px 0px #e3e3e3;
}
.alumni_slider_card .alumni_details h5{
	font-family: 'Montreux G';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 1rem;
	background: linear-gradient(190deg, #5693E0 50.57%, #1260AA 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.alumni_slider_card .alumni_details h6{
  font-family: 'Montreux G';
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #666666;
}
.alumni_slider_card .alumni_details p{
  font-family: 'Open Sans';
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin:0px;
}
.alumni_team{
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 4rem;
    min-height: 27rem;
}
.alumni_teamimg img{
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-top: 1rem;
}
.alumni_teamtext{
  padding: 1rem;
}
.alumni_team h4{
  color: #09569A;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
}
.alumni_team p{
  font-size: 14px;
}

/* Slider-sectio-start */
.wrapper{
  padding: 0rem 6rem;
}
/* Default slide */
.center-slider .slick-slide{
  color: #FFF;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  padding: 45px 15px;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.7);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.0);
}

.slick-slider .slick-list{
	height: 32rem;
}

.slick-slider .slick-list .slick-track{
	    top: 30px;
}

.center-slider .slick-current.slick-active{
  transform: scale(1.1,1.1);

}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-prev{
  position: absolute;
  top: 50%;
  left: -4%;
  font-size: 18px;
  border: none;
  border-radius: 50%;
  padding: 9px 14px;
  color: #105FA6;
}
.slick-next{
  position: absolute;
  top: 50%;
  right: -2%;
  font-size: 18px;
  border: none;
  border-radius: 50%;
  padding: 9px 14px;
  color: #105FA6;
}
/* PRESIDENT-MESSAGE ==========================================*/

/* Another-design-message ================== */
.chairman_meaasge_details_1 h2, .president_meaasge_details_1 h2{
  text-align: center;
  font-size: 36px!important;
}
.chairman_imge_1{
  position: relative;
  text-align: center;
}
.chairman_imge_1 > .chairmansir{
  width: 50%;
}
.president_imge_1 > .presidents{
  width: 50%;
}
.chairman_imge_1 > .chairman_bg_imge {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: -1;
}
.chairman_meaasge_details_1 {
  padding: 2rem 2rem 1rem 2rem!important;
  border-right: 1px dotted #367bc7;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.president_imge_1{
  position: relative;
  text-align: center;
}
.president_imge_1 > .president_bg_imge{
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: -1;
}
.president_meaasge_details_1 {
  padding: 2rem 2rem 1rem 2rem!important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-left: 1px dotted #367bc7;
}


.president_message_sec .container-fluid{
  padding: 0;
  overflow: hidden;
}
.president_imge{
  position: relative;
}
.president_message_sec::after{
  display: block;
  position: relative;
  content: "";
  margin-top: -260px;
  width: 100%;
  height: 260px;
  background: linear-gradient(180deg, rgba(71, 100, 202, 0) 47.45%, rgba(71, 100, 202, 0.09) 100%);
}

.president_bg_imge{
  position: absolute;
    bottom: 0%;
    right: 10%;
    z-index: -1;
}
.president_meaasge_details{
  padding: 5rem 0rem 0rem 5rem;
}
.president_meaasge_details h2, .chairman_meaasge_details h2{
  font-family: 'Montreux G';
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 60px;
  background: -webkit-linear-gradient(#5693E0 , #1260AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0rem 0rem;
}
.president_meaasge_details p, .chairman_meaasge_details p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #666666;
  margin-bottom: 2rem;
  text-align: justify;
}
.president_meaasge_details h6, .chairman_meaasge_details h6{
  font-family: 'Montreux G';
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #666666;
}
.president_meaasge_details .president_degree, .chairman_meaasge_details .chairman_degree{
  font-family: 'Montreux lite';
  font-size: 18px;
  color: #999999;
  font-weight: 600;
}
/* CHAIRMAN SIR SECTION =====================================*/
.chairman_message_sec{
  padding: 9rem 0rem 2rem;
}
.chairman_meaasge_details{
  padding: 3rem 0rem 0rem 8rem;
}
.chairman_sir{
  position: absolute;
  right: 0;
}
.chairman_imge{
  position: relative;
}
.chairman_bg_imge{
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -1;
}


/* ENROLL SECTION ===========================================*/
.enroll_sec_bg{
  background-image: url("./assets/images/enroll_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  padding: 10rem 0rem;
}
.enroll_detials h4{
 font-family: 'Montreux lite';
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #FFFFFF;
	letter-spacing: 1px;
}
.enroll_detials h1{
  font-family: 'Montreux G';
  font-weight: 700;
  font-size: 58px;
  line-height: 150.6%;
  text-align: center;
  color: #FFFFFF;
  margin: 2rem;
}
.enroll_btn{
  font-family: 'Montreux lite';
  padding: 15px 40px;
  background: linear-gradient(229.91deg, #E0EEFF 12.57%, #F1F8FF 60.58%);
  box-shadow: 0px 10px 10px rgba(0, 43, 94, 0.5);
  border-radius: 5px;
  color: #0B70CA;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 25px;
}
.enroll_btn:hover{
  border: 1px solid #ffff;
  background: linear-gradient(229.91deg, #0069e900 12.57%, #f1f8ff00 60.58%);
  color: #ffff;
}
/* NEWS AND NOTICES ===================================== */
/* Tabs */
.news-and-notices{
  background: linear-gradient(85.98deg, #132D5E 0%, #225591 100%);
  padding: 7rem 5rem 8rem 8rem;
}
.news-and-notices h1{
  font-family: 'Montreux G';
  color: #ffff;
  margin-bottom: 5rem;
}
.tabs {
  width: 100%;
  border-radius: 5px 5px 5px 5px;
  display : flex;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  width: 100%;
}
#tabs-content{
  width : 100%;
  overflow: hidden;
  height: 14.8rem;
}
ul#tabs-nav li {
  font-weight: bold;
  margin-right: 2px;
  padding: 15px 40px 15px 10px;
  cursor: pointer;
  display: block;
  text-align: end;
}
ul#tabs-nav li.active {
  background: linear-gradient(269deg, rgb(195 195 195) 5.87%, rgb(255 255 255 / 0%) 99.43%);
    border-right: 5px solid #143061;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background: linear-gradient(269deg, rgb(195 195 195) 5.87%, rgb(255 255 255 / 0%) 99.43%);
    border-right: 5px solid #143061;
}
#tabs-nav li a {
  text-decoration: none;
  font-size: 16px;
  padding: 6px 0px;
  border-bottom: 1px solid #ffff;
  display: inline-block;
  font-family: "Anek Bangla", serif;
  color: #666666;
}
ul#tabs-nav li:hover a{
color: #0055A7;
}
.news_event h2{
  font-size: 40px;
  float: right;
  font-family: 'Montreux G';
  font-style: normal;
  color:#105FA6;
  font-weight: 700;
  text-transform: capitalize;
}
.news_notice_content {
  padding: 10px;
  background: linear-gradient(106.12deg, rgba(255, 255, 255, 0.28) 2.87%, rgba(255, 255, 255, 0.04) 98.43%);
  border: 2.53846px solid rgb(44 91 155);
  border-radius: 10px;
  display: flex;
}
.news_notice_content, .news_notice_content_details{
  padding: 1rem 1rem;
}
.news_notice_content img{
  border-radius: 10px;
  max-height: 200px;
}
.news_notice_content h5{
  font-family: 'Montreux G';
  color: #ffff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 2rem;
  height: 23px;
}
.news_notice_content p{
  font-family: 'Open Sans';
  color: #ffff;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.5;
  height: 50px;
}
.news_badge{
  background: #9ec845;
    border-radius: 2px;
    padding: 7px 8px;
    color: #000000;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 1rem;
}
.view_btn{
  font-family: 'Montreux G';
  font-weight: 700;
  font-size: 16px;
  float: right;
  color: #FFFFFF;
}
.view_all_news-media{
  color: #000;
}
.view_all_news-media a{
  font-family: 'Montreux G';
  float: right;
  padding: 3rem 2rem;
  font-size: 16px;
  font-weight: 700;
}
.view_all_news-media a:hover{
    color: #004784;
}
/* SINGLE NEWS AND NOTICES ===================================== */
.event_box{
  box-shadow: 0px 0px 20px rgba(99, 157, 210, 0.25);
  min-height: 38rem;
  transition: all .35s ease;
  position: relative;
  margin-bottom: 2rem;
}
.event_box:hover{
  transform: translateY(-5px);
}
.event_box:hover > .event_box_img img{
background-color: #00B050;
}
.event_box_img  > .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #105FA6;
}
.event_box:hover .overlay {
  opacity: 0.6;
}
.share_icon{
  position: absolute;
  bottom: 30px;
  right: 25px;
}
.share_icon > i{
  font-size: 15px;
  border: 1px solid #0B66B7;
  padding: 10px;
  border-radius: 50%;
  color: #0B66B7;
}
.event_box:hover .share{
  border: 1px solid #ffff;
  color: #ffff;
  transition: .5s ease;
  transform: translateY(10px);
  
}
.event_socialiocn{
  position: absolute;
  width: 50px;
  top: 8%;
  right: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.5s linear;
  background-size: cover;
  display: none;
}
.event_socialiocn ul li a i{
  color: #0055A7;
  background-color: #FFFFFF;
  padding: 8px;
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  transition: all .35s ease;
}
.event_box:hover .event_socialiocn{
  top: 18%;
  display: block;
  transform: translateZ(10px);
  transition: all 0.5s ease;
}
.event_socialiocn ul li {
  line-height: 38px;
}
.event_box_details{
  padding: 1.5rem;
}
.event_box_img{
  position: relative;
}
.event_box_img img{
  width: 100%;
  height: 17rem;
  object-fit: cover;
}
.event_box_details h5{
  font-family: "Anek Bangla", serif;
  color: #0B66B7;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  height: 70px;
  
}
.event_box_details h6{
  font-family: 'Open Sans';
  color: #0B66B7;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
}
.event_box_details p{
  font-family: "Anek Bangla", serif;
  color: #333333;
  line-height: 19px;
  font-weight: 400;
  font-size: 15px;
  margin: 1rem 0rem 1rem 0rem;
  text-align: justify;
  height: 80px;

}
.view_btn:hover{
    color: #7ae9ff;
}
.event_view_btn{
  float: right;
}
.event_view_btn p{
  font-size: 16px;
  color: #0B66B7;
}
.event_view_btn i{
  font-size: 25px;
    margin-left: 14px;
}
.event_view_btn p:hover{
  color: #9DC543;
}

/* FOOTER-SECTION ==========================================================*/
.footer_sec{
  padding: 2rem;
  background: linear-gradient(165deg, #ffffff 20%, #E7EFF7 100%);
}
.footer_logo img{
    width: 80%;
}
.footer_simec_group_btn{
  font-family: 'Montreux lite';
  padding: 10px 30px;
  letter-spacing:1px;
  height: 50px;
  background: linear-gradient(229.91deg, #5693E0 12.57%, #1260AA 60.58%);
  box-shadow: 0px 10px 20px rgba(82, 155, 240, 0.5);
  border-radius: 5px;
  color: #ffff;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  margin: 2rem 0rem;
  border: none;
  width: 77%;
}
.footer_social_icon ul{
  list-style-type: none;
  padding: 0;
  display: flex;

}
.footer_social_icon ul li{
      padding: 0px 40px 0px 0px;
    font-size: 30px;
}
.footer_social_icon ul li a .fa-facebook-f{
  color: #3B5998;
}
.footer_social_icon ul li a .fa-twitter{
  color: #00ACEE;
}
.footer_social_icon ul li a .fa-linkedin-in{
  color: #0072B1;
}
.footer_social_icon ul li a .fa-youtube{
  color: #C4302B;
}
.footer_quick_heading{
  padding: 2rem 4rem 0rem 0rem;
}
.Policies_sec p a{
	 font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 14px;
    color: #585555;
}
.footer_contact_heading{
  padding: 2rem 0rem 0rem 0rem;
}
.footer_heading h5{
font-family: 'Montreux Reguler';
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
}
.footer_menu_list{
  font-family: 'Open Sans';
  display: flex;
  line-height: 40px;
  color: #666666;
  font-weight: 600;
  font-size: 14px;
}
.footer_menu_address ul li{
	display: flex;
    padding: 10px 0px;
	align-items: center;
}

.footer_menu_address ul li p{
	margin: 0px;
}
.footer_menu_address ul li a:hover{
	color:#0B70CA;
}
.footer_menu_address ul li:nth-child(1) .footer_icon{
	width:22px;
	height:28px;
}
.footer_menu_address ul li:nth-child(2) .footer_icon{
	width:22px;
	height:28px;
}
.footer_menu_address ul li:nth-child(3) .footer_icon,
.footer_menu_address ul li:nth-child(4) .footer_icon{
	width:22px;
	height:28px;
}

.footer_icon{
	    margin: 0px 15px 0px 0px;
}

.footer_menu_address{
  font-family: 'Open Sans';
  justify-content: space-evenly;
  line-height: 25px;
  color: #666666;
  font-weight: 600;
  font-size: 14px;
}
.footer_menu_list ul{
  column-count: 1;
  list-style-type: none;
  padding: 0px 0px 0px 0px;
}
.footer_menu_list ul li a{
  padding: 0;
  color: unset;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}
.footer_menu_list ul li a:hover{
  color: #0B70CA;
}
.copyright{
  padding: 1rem 0rem;
  border-top: 1px solid #66666630; 
}
.copyright h5{
  font-weight: 600;
  font-size: 14px;
  line-height: 127.5%;
  text-align: center;
  color: #999999;
}
.copyright a:hover{
  color: #0B70CA;
}

/* Arrow-Up */

.scroll-arrow {
  position: relative;
}
.scroll-to-top {
  position: fixed;
  right: 2%;
  top: 93%;
  display: block;
  text-align: center;
  max-width: 70px;
  margin: 0 auto;
  z-index: 99;
  transform: translate(-5%, -12%);
}
.arrow-up img{
  min-width: 80px;
}
/* EDUCATION SECTION Computer Science*/
.objecive_sec h5{
	font-family: 'Montreux G';
	color: #0B66B7;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}
.objecive_sec p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.objecive_sec ul li {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
}
.lab_facilities{
	    margin-left: 2rem;
}
.lab_facilities p{
	margin-bottom:8px;
}
/* GALLEY-PAGE ========================================================*/
.gallery_heading h4{
  margin: 9rem 0rem 3rem 0rem;
  text-align: center;
  font-size: 40px;
}
.gallery_box{
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
}
.gallery_box_title{
  position: absolute;
  background: linear-gradient(106.12deg, rgba(0, 13, 46, 0.11) 2.87%, rgba(1, 55, 193, 0.4) 98.43%);
  backdrop-filter: blur(16.9231px);
  width: 100%;
  bottom: 0;
  color: #ffff;
  padding: 1rem 1rem;
  min-height: 130px;
}
.gallery_box_title p{
  height: 50px;
 line-height:20px;
}
.gallery_view_btn{
  background: linear-gradient(229.91deg, #E0EEFF 12.57%, #F1F8FF 60.58%);
  box-shadow: 0px 10px 15px rgba(0, 43, 94, 0.5);
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #105FA6;
  border: none;
}
.gallery_box img{
  min-height: 420px;
  zoom: 1.2;
  object-fit: cover;
  border-radius: 2px;
}
.gallery_box_title:hover, .gallery_view_btn:hover{
  background: linear-gradient(232deg, rgb(0 65 229 / 0%) 2.87%, rgb(1 55 193 / 51%) 98.43%);
  color: #ffff;
  border-radius: 5px;
  backdrop-filter: blur(16.9231px);
}

/* SINGLE-GALLERY-PAGE ======================================================*/
.single_gallery_heading{
  margin-top: 10rem;
  margin-bottom: 0rem;
  color: #999999;
}
.single_gallery_heading h6{
	font-size:22px;
	text-align: justify;
  margin-bottom: 25px;
}f
.single_gallery_heading span{
  color: #1B5FAC;
  font-weight: 700;
  font-family: "Anek Bangla", serif;
}
.single_gallery_heading  i{
  color: #999999;
  font-size: 12px;
}
.single_gallery_heading  p{
    font-size: 16px;
    line-height: 25px;
    color: #226db0;
	text-align: justify;
}
.gallery_title{
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(99, 157, 210, 0.25);
  border-radius: 10px;
  padding: 3rem 2rem;
}
.gallery_title h5{
  color: #0B66B7;
  font-size: 24px;
  margin-bottom: 2rem;
}
.gallery_title p{
  text-align: start;
  color: #333333;
  font-family: "Anek Bangla", serif;
}
.single_gallery_imge img{
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single_gallery_allimg{
  margin: 2rem 0rem 2rem 0rem;
}
.single_gallery_allimg img{
  margin-bottom: 2rem;
}
.conference_poster_img img{
	    width: 550px;
}
/* CONTACT-US-SECTION ======================================================*/
.contact_us_box{
  display: flex;
  margin: 15rem 0rem 9rem 0rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  padding: 0;
  position: relative;
  background-color: white;
}
.contact_us_box::before{
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 5px solid #94BEFE;
  opacity: 0.5;
  border-radius: 15px;
  z-index: -1;
  top: 0%;
  left: 0%;
  transform: translate(-16%, -20%);
}
.contact_us_box::after{
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.5;
  border-radius: 15px;
  bottom: 0%;
  right: 0%;
  transform: translate(18%, 20%);
  background: #94BEFE;
  z-index: -1;
}
.contactus_image img{
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact_title h6{
  font-family: 'Montreux Reguler';
  color: #0B70CA;
  font-weight: 700;
  font-size: 22px;
}
.contact_title{
  padding: 3rem;
}
.contact_title h3{
 font-family: 'Montreux Reguler';
  color: #0B70CA;
  font-weight: 700;
  font-size: 40px;
}
.contact_title p{
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  margin-top: 2rem;
}
.contact_title ul li{
    font-weight: 900;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #333333;
    margin-bottom: 1rem;
    font-family: 'Montreux lite';
}
.contact_title ul li i{
  font-size: 20px;
}
.google_map{
  position: relative;
  margin: 5rem 0rem 8rem 0rem;
}
.google_map_building{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(21%, -20%);
}
.google_map_building img{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 1rem;
	}
.contact_question_section{
  background-image: url("./assets/images/contact_question.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 5rem 0rem;
}
.contact_question_section h2, .contact_question_section h4{
  color: #ffff;
  line-height:25px;
  margin: 2rem 0rem;
}
.contact_question_details{
  margin-top: 3rem;
}
.contact_question_section p{
  color: #ffff;
  margin-top: 1rem;
  font-weight: 600;
}
.field_box{
  position: relative;
 height: 80px;
}
.field_box p{
  margin: 0;
}
.contact_from, .wpcf7-response-output{
	color: #ffc107;
	margin: 0rem!important;
} 
.form_icon{
  position: absolute;
  bottom: 25px;
  left: 7px;
  border-right: 1px solid #ffff;
  padding: 1px 10px 0px 3px
}
.contact_from .form-control{
  padding: 0.575rem 2.8rem;
  background-color: #fff0;
  border: 1px solid #ffff;
  color: #ffffff;
}
.contact_from .input-group-text{
  background-color: #e9ecef00;
  color: #ffffff;
  border-radius: 0.35rem;
}
.contact_from .form-check-label{
  color: #ffff;
}
.contact_from .form-control:focus {
  box-shadow: unset;
}
::placeholder{
  color: #dbd5d5!important;
  opacity: 0.7;
  font-size: 13px;
}
.contact_from .input-group-text i{
  font-size: 17px;
}
.contact_submit_btn{
  background: #226CB7;
  box-shadow: 0px 10px 10px rgba(0, 43, 94, 0.5);
  border-radius: 5px;
  color: #ffff;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  padding: 10px 30px;
  border: none;
}
/* ADMISSION-SECTION ========================================================*/
.admission{
  background: linear-gradient(104.04deg, rgba(247, 251, 255, 0.49) 0%, rgba(226, 239, 252, 0.6) 100%);
}
.admission_hr{
  border: 1px solid #b9cef5;
  margin-bottom: 1rem;
}
.admission_course_title h4{
  background: linear-gradient(190deg, #9ec845 44.57%, #1260AA 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 0rem;
  font-size: 25px;
  font-weight: 900;
}
.admission_box{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
  padding: 3rem 1rem;
  background: #FFFFFF;
  border: 3px solid rgb(208 220 237 / 62%);
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  max-height: 19rem;
}
.admission_open{
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #82c4ddab;
  border-radius: 5px;
  transform: translate(-12%, 50%);
}
.admission_open p{
  margin: 0!important;
  padding: 5px 10px;
  font-size: 12px!important;
  color: #0B66B7;
}
.admission_open i{
  background-color: #25B37D;
  border-radius: 50%;
  border: none;
}
.admission_box h2{
  background: -webkit-linear-gradient(#5693E0 , #1260AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  margin-top: 2rem;
  min-height: 50px;
}
.admission_box p{
  font-weight: 600;
  font-size: 18px;
}
.admission_box p span{
  color: #0B66B7;
}
.admission_enroll_btn{
  background: linear-gradient(229.91deg, #5693E0 12.57%, #1260AA 60.58%);
  box-shadow: 0px 10px 20px rgba(82, 155, 240, 0.5);
  border-radius: 5px;
  color: #ffff;
  border: none;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem;
}
.close_btn{
  opacity: .25!important;
}
.admission_open i.close_icon{
  background-color: #DE3730;
  border-radius: 50%;
  border: none;
}
.authorized_sec{
  background: linear-gradient(85.98deg, #132D5E 0%, #225591 100%);
  padding: 4rem;
}
.authorized_sec .row{
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  background-color: #ffff;
  padding: 2rem;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
}
.authorized_sec h3{
  padding: 3rem 3rem;
  background: -webkit-linear-gradient(#5693E0 , #1260AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  font-weight: 700;
  border-right: 2px solid #D7D7D7;
}
/* ADMISSION-FORM-SECTION =======================================================*/
.admission_form .form-control, .form-select{
  border: 0.5px solid #7bbdf7a9;
}

.education_info {
  border: 1px solid #7bbdf7a9;
    padding: 1rem;
    margin: 1rem;
    border-radius: 5px;
}
.education_info, .form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.admission_applybtn{
  background: linear-gradient(229.91deg, #5693E0 12.57%, #1260AA 60.58%);
  box-shadow: 0px 10px 20px rgba(82, 155, 240, 0.5);
  border-radius: 3px;
  padding: 7px 30px;
  color: #ffffff;
  border: none;
}
.admission_cancelbtn{
  border: 0.5px solid #0B66B7;
  color: red;
  font-weight: 700;
  border-radius: 3px;
  padding: 7px 30px;
  background-color: #ffff;
  float: right;
}
/* EDUCATION-COURSE-SECTION =================================================*/
.course_section{
  overflow: hidden;
}
.nav_bg{
  padding: 0;
}
.nav_bg .nav-tabs{
  font-size: 15px;
  background: #0B66B7;
  border-right: 1px solid #004F96;
  margin: -4rem auto 1rem;
  width: fit-content;
}
.nav_bg .nav-tabs .nav_link_details{
  border: unset;
  border-radius: 0;
  border-right: 1px solid #b7b4b4;
}
.nav_link_details{
  padding: 3rem 0.5rem;
  width: 200px;
  background-color: #005199;
  font-family: 'Open Sans';
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
}
.nav_link_details .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #ffffff;
  background-color: #3590DD;
  border-color: unset;
  border-radius: 0;
  border: 0;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  opacity: unset;

}

.nav_link_details:hover{
  color: #fff;
  border: none;
}
.course_navtabs_section{
  border-radius: none;
  border-bottom: none;
  margin-top: -6rem;
  padding: 0;
}

.course_section_imge img{
  height: 500px;
  width: 100%;
}
.course_title{
  margin-top: 3rem;
}
.course_title h6{
  position: absolute;
  top: 20%;
  color: #ffff;
  left: 25%;
  transform: translate(-25%, -20%);
  z-index: 9;
}
.course_title h2{
  position: absolute;
  top: 35%;
  color: #ffff;
  left: 50%;
  transform: translate(-50%, -35%);
  font-weight: 700;
  z-index: 9;
  text-align: center;
}
.term-kosen-education .nav_bg .nav-tabs .nav_link_details{
  width: 100%;
}

.course_image{
  margin-bottom: 2rem;
}
.course_image img{
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  max-height: 20rem;
}
.course_overview{
  padding: 0rem 2rem;
}
.software_course_sec {
  margin: 0rem 0rem 3rem 0rem;
}
.course_overview h4{
  color: #0B66B7;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
.course_overview p{
  color: #333333;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.more_details::before{
  content: '';
  position: absolute;
  background: linear-gradient(104.04deg, rgb(218 236 253 / 49%) 0%, rgba(226, 239, 252, 0.6) 100%);
  width: 100%;
  left: 0%;
  height: 500px;
  z-index: -1;
}
.more_details h3{
  font-family: 'Montreux Grotesk';
  color: #0B66B7;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  padding: 4rem 0rem 0rem 0rem;
}
.text_hr{
  margin: 2rem;
}
.our_speciality::before{
  content: '';
  background: url('./assets/images/our_speciality_bg.png') 
      no-repeat center center/cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 900px;
  z-index: -1;
}
.our_speciality h3{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding: 2rem 0rem 1rem 0rem;
}
.speciality-item{
  padding: 4rem 3rem;
}
.our_speciality_sec{
  display: grid;
  grid-template-columns: auto auto auto auto ;
  margin-bottom: 5rem;
}
.our_speciality_sec .speciality-item:nth-child(1){
  background: #EBF1FF;
  color: #115FA9;
  font-weight: 600;
  font-size: 26px;
  grid-column: span 2;
}
.our_speciality_sec .speciality-item:nth-child(2){
  background: #C7DDFF;
  color: #115FA9;
  font-weight: 600;
  font-size: 26px;
}
.our_speciality_sec .speciality-item:nth-child(3){
  background: #004784;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 26px;
}
.our_speciality_sec .speciality-item:nth-child(4){
  background: #115FA9;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 26px;
}
.our_speciality_sec .speciality-item:nth-child(5){
  background: #FFFFFF;
  color: #333333;
  font-weight: 600;
  font-size: 26px;
}
.our_speciality_sec .speciality-item:nth-child(6){
  background: #72AEFD;
  color: #004784;
  font-weight: 600;
  font-size: 26px;
}
.our_speciality_sec .speciality-item:nth-child(7){
  background: #3879C4;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 26px;
}
.voactional_navtabs .nav-link {
  padding: 0.8rem 5.5rem!important;
}
.course_hours_details{
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  margin: 3rem 1rem;
}
.course_hours_details h6{
  color: #005199;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.course_hours_details h5{
  color: #1C65A6;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}
.course_hours_details_border{
  border-right: 1px solid #E3E2E6;
  padding: 2rem 0rem 1rem 0rem;
}
.course_hours_details_border p{
  background: linear-gradient(82.59deg, #1C65A6 11.51%, #4095E0 99.97%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 600;
font-size: 16px;
text-align: center;
}


.course_hours_details_border:last-child{
  background: linear-gradient(82.59deg, #1C65A6 11.51%, #4095E0 99.97%);
}
 .course_hours_details_border:last-child p{
  background: linear-gradient(82.59deg, #ffffff 11.51%, #ffffff 99.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.course_details h4{
  margin: 4rem 0rem 0rem 0rem;
}
.course_details::before{
  content: '';
  background: linear-gradient(104.04deg, rgba(247, 251, 255, 0.49) 0%, rgba(226, 239, 252, 0.6) 100%);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1; 
  height: 1050px;
}
.course_schedule{
  background: #FFFFFF;
  box-shadow: 0px 3px 70px rgba(99, 157, 210, 0.12);
  border-radius: 10px;
  padding: 2rem 2rem;
  height: 500px;
  margin-bottom: 2rem;
}

.course_schedule h5{
  background: linear-gradient(182.63deg, #5693E0 0%, #1260AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  font-weight: 700;
  font-size: 24px;
}
.course_schedule img{
  margin: 3rem;
}
.course_schedule p{
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.course_schedule span{
  color: #1260AA;
  font-weight: 700;
}
.course_fee_scholarship{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-evenly;
  margin: 2rem 0rem 0rem 0rem;
  background: #FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
.course_fee_scholarship_details{
  border-right: 1px solid #E3E2E6;
  padding: 0rem 7rem;
  margin: 2rem;
  text-align: center;
}
.course_fee_scholarship_details:last-child{
  border-right: none;
}
.course_fee_scholarship_details p{
  color: #333333;
  font-weight: 600;
  font-size: 26px;
}
.course_fee_scholarship_details h5{
  color: #317CD0;
  font-weight: 700;
  font-size: 48px;
}
.course_content{
  margin: 8rem 0rem;
}
.course_content_details{
  border: 5px solid #EDF5FF;
  padding: 1rem 0rem 0rem 3rem;
  border-radius: 10px;
  position: relative;
} 
.course_content_details::after{
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #eaf1f7;
  left: 0%;
  border-radius: 50%;
  bottom: 0%;
  transform: translate(-53px, 44px);
  z-index: -1;
}
.course_content_img{
  position: relative;
}
.course_content_img::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-left: 100px solid rgba(162, 247, 211, 0.274);
  border-bottom: 60px solid transparent;
  right: -10%;
  margin-top: -5%;
  transform: rotateZ(331deg);
}
.course_content_list{
  margin: 1rem 0rem 1rem 0rem;
}
.course_content_list ul li{
  font-size: 15px;
  line-height: 20px;
}
.course_content_list ul li::before{
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: #5BB3FF;
  padding-right: 10px;
  line-height: 40px;
}
.course_content_img img{
  border-radius: 10px;
  margin-left: -5px;
  position: absolute;
  max-height: 24rem;
}
.major_benefits{
  text-align: center;
  padding: 2rem 2rem;
}

.major_benefits h5{
  margin-top: 2rem;
  font-size: 12px;
}
.course_rightcontent_img img{
    margin-left: 17px;
    z-index: 9;
}

.mechanical_box_list ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: #5BB3FF;
  padding-right: 10px;
  line-height: 25px;
}
.mechanical_box_list ul li{
  font-size: 14px;
  font-weight: 600;
}
.software_course_sec::before{
  content: '';
  background: linear-gradient(85.98deg, #132D5E 0%, #225591 100%);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.software_course{
  margin-top: 3rem;
  color: #ffff;
}
.software_course h4, .software_course_title h5{
  color: #ffff;
}
.register_form_text h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    background-color: #002d5a;
    text-align: start;
    padding: 10px 10px 10px;
    display: inline-block;
    border-radius: 5px;
}

.blink-soft {
  animation: colorBlink 1.6s linear infinite;
}

@keyframes colorBlink {
  0% { color: #9CC644; }
  50% { color: #ffe000; } /* change to any blink color */
  100% { color: #9CC644; }
}
.blink-soft-register {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.register_details_btn {
    background-color: #9CC644;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    color: white;
    text-align: center;
    margin: 10px 0px;
    font-family: "Poppins", sans-serif;
    transition: 0.5s ease-in-out;
}
.register_details_btn:hover {
    background-color: #002d5a;
}
/* ======================NEW OUTREACH====================== */
.outreachnew_heading h1{
  font-family: 'Montreux G';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  background: linear-gradient(85.98deg, #09569A 0%, #0B70CA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.outreach_box1{
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(99, 157, 210, 0.25);
  border-radius: 35px;
  margin-bottom: 5rem;
  height: 37rem;
}
.outreach_arrow_btn{
  display: flex;
  justify-content: space-between;
  color: #004784;
}
.outreach_arrow_btn p{
  color: #0B66B7;
  font-weight: 700;
}
.outreach_box_image1{
  border-radius: 30px 30px 0px 0px;
  width: 100%;
}
.outreach_box_image1 img{
  height: 18rem;
    width: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
}
.outreachnew_heading{
  margin: 10rem 0rem 3rem 0rem;
}
.outreachnew_heading .nav-pills{
  margin-bottom: 5rem;
}
.outreachnew_heading .nav-pills li{
  border: 1px solid rgba(11, 102, 183, 0.3);
}
.outreachnew_heading .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #1260aa;
  background-color: #D4EBF8;
  border-radius: 0;
}
.outreachnew_heading .outreach_navlink{
  color: #909295;
  font-weight: 600;
  font-size: 15px;
}
.top_outreach_area{
  position: absolute;
  top: 0;
  display: flex;
  padding: 1rem;
}
.top_outreach_area p{
  background: #0B66B7;
    padding: 4px 5px;
    margin-right: 5px;
    color: #ffff;
	font-size: 13px;
}

.outreach-body{
  padding: 2rem;
}
.outreach-body h5{
  font-family: 'Montreux G';
  color: #0B66B7;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.outreach-body h6{
  font-family: 'Open Sans';
  color: #0B66B7;
  font-weight: 600;
  font-size: 14px;
  margin: 1rem 0rem;
}
.outreach-body p{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
}
.outreach_arrow_btn p{
  color: #0B66B7;
  font-weight: 600;
}
.outreach_single_image img{
  padding: 10px;
}
/* ======================OUTREACH-MODAL========================== */
.outreach_modal_header{
	border-bottom: none;
}
.outreach_modal_content{
	position:relative;
}
.outreach_modal_content::before{
	content: '';
	display: block;
	width:100%;
	max-width: 100%;
    height: 100%;
	background: linear-gradient(270deg, #ffffff 33%, #00000070 33%);
	position: absolute;
}

.carousel-indicators .active img{
	border: 1px solid #9DC543;
}

.outreach_modal_header,.modal-body,.modal-footer{
	position:relative;
}

.carousel-indicators [data-bs-target] {
  width: 50px;
  position: relative;
  height: inherit;
}
.carousel-indicators [data-bs-target] img {
  position: absolute;
  left: 0;
  object-fit: cover;
  width: 100%;
  max-height: 32px;
}

.carousel-indicators {
  bottom: -42px;
}

.modal-footer{
  border: 0;
  padding: 1.5rem;
}
.contant_model h5{
  color: #0B66B7;
  font-weight: 700;
  font-size: 20px;
}
.contant_model p{
  color: #0B66B7;
  font-weight: 600;
  font-size: 14px;
  text-align:justify;
}
.contant_model_details p{
  color: #333333!important;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
 text-align: justify;
}
.modal-footer .top_outreach_area{
  top: inherit;
    bottom: 0;
    padding: 7px 0px 5px 0;
    margin: 0;
}
/* Pagination */
.custom_pagination{
  text-align: center;
  width: 100%;
}
.custom_pagination .pagination{
  display: inline-flex;
  align-items: center;
}
.custom_pagination a{
  border-left: inherit;
}
.custom_pagination a:first-child{
  border-left: 1px solid #1260aa;
   
}
.custom_pagination span.current{
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  background: #7ae9ff;
  color: #fff !important;
border-radius: 4px;
}
.custom_pagination .pagination a:hover {
  background-color: #9FC73A !important;
  color: #fff !important;    
}
.custom_pagination ul a,.custom_pagination ul .page-numbers.dots{
  background-color: #172b75;
  color: #fff;
  line-height: 40px;
  padding: 0 18px;
  background: linear-gradient(229.91deg, #5693E0 12.57%, #1260AA 60.58%);
}

/* SINGLE-COURSE-CONTENT-DESIGN */

.caregiving_course_schedule{
  text-align: left;
}
.caregiving_course_schedule .caregiving_text{
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    margin-top: 1rem;
}
.caregiving_course_schedule p{
  text-align: left;
  font-size: 14px;
  text-align: justify;
}
.caregiving_fee{
  display: flex;
  justify-content: space-between;
  margin: 1rem 0rem;
}
.caregiving_hr_details{
  padding: 2rem 0rem;
  display: flex;
  justify-content: space-between;
}
.caregiving_hr_border{
  border-right: 1px solid #c9d9e7;
    padding: 0rem 10rem 0rem 0rem;
}
.caregiving_level{
  font-size: 20px;
  padding: 1rem 0rem;
}
.course_span_color{
  color: #317CD0;
  font-weight: 700;
}
.caregiver_tab .course_hours_details{
  grid-template-columns: auto auto auto auto;
}
.mechanical-design-and-manufacturing_tab .mechanical_box1{
  border-bottom: 7px solid #FFC000;
}
.mechanical-design-and-manufacturing_tab .mechanical_box2{
  border-bottom: 7px solid #ED7D31;
}
.mechanical-design-and-manufacturing_tab .mechanical_box3{
  border-bottom: 7px solid #00B050;
}
.mechanical-design-and-manufacturing_tab .mechanical_box4{
  border-bottom: 7px solid #063D71 ;
}
.mechanical-design-and-manufacturing_tab .course_schedule p{
  line-height: 25px;
  font-weight: 700;
}
.mechanical-design-and-manufacturing_tab .course_fee_scholarship{
  grid-template-columns: auto;
}
.basic-3d-animation_tab .course_fee_scholarship{
  grid-template-columns: auto auto auto;
}
.basic-3d-animation_tab .course_fee_scholarship_details{
  padding: 0rem 2rem;
}
/* Faculty-Member-Css */
.faculty_memeber_box{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  border-radius: 10px;
  height: 29rem;
  border: 1px solid #dfeeff;
  transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
.faculty_memeber_box:hover{
  transform: translateY(-10px);
  border: 1px solid #9DC543;
}
.faculty_memeber_box img{
    width: 100%;
    height: 285px;
    object-fit: contain;
}
.faculty_memeber_box_details {
  padding: 20px 10px;
  
}
.faculty_memeber_box_details h6{
  font-family: 'Montreux G';
  color: #0055A6;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.faculty_memeber_box_details p{
  font-family: 'Montreux G';
  color: #0055A6;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.principal_box{
  margin: 0 auto;
  margin-bottom: 2rem;
}
.Coordinator {
    padding: 10rem 0rem 3rem 0rem;
    background: rgba(245, 250, 255, 0.8);
}
/* RESPONSIVE SECTION =========================================================*/
/* @media screen and (max-width: 2560px) {

} */
 @media only screen and (max-width: 1800px) {
    .header_logo {
  position: absolute;
  top: 35px;
  left: 1%;
  transform: translate(-20%, 0px);
}
}
@media only screen and (max-width: 1536px) {
.navbar-bg {
		background-position-x: 30%;
	}
  .home_banner_text h6 {
    padding: 0rem 17rem;
}
ul li.mega_menu:hover > ul.sub-menu {
	top: -31%;
    left: 34%;
    transform: translate(-34%, 31%)
}
.popup_admssion {
    font-size: 15px;
}
#menu-header-menu > li > a {
  padding: 38px 15px;
}

.yt_frame iframe {
  height: 300px;
}
ul#tabs-nav li {
  padding: 10px 40px 5px 10px;
}
.news_event h2 {
  font-size: 36px;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  height: 20rem!important;
}
.owl-carousel .owl-prev i, .owl-carousel .owl-next i  {
  top: 30%;
}
.slider_box img {
  height: 11rem;
}
.slider_box_title h4 {
  font-size: 12px;
  line-height: 14px;
}
.home_carosul .owl-stage {
  height: 250px;
}
.nav_link_details {
  width: 170px;
}
.course_title h6 {
  top: 22%;
  left: 15%;
  transform: translate(-15%, -22%);
}
.nav_bg .nav-tabs .nav_link_details {
  font-size: 14px;
}
	.chairman_sir{
		width: auto;
		max-height: 505px;
	}
	
.education_bg, .home_irc_bg {
  padding: 1rem 0rem;
}
.education_courses_color1, .education_courses_color4 {
  background-color: #1774C6;
  padding: 3rem 2rem 1rem 2rem;
}
.education_courses_color2, .education_courses_color3 {
  padding: 3rem 2rem 1rem 2rem;
}
.home_mission{
  min-height: 25rem;
}
.home_banner_text h1 {
  font-size: 42px;
}
.home_banner_sec img {
  height: 480px;
}
.home_banner_text h6 {
  padding: 0rem 17rem;
  font-size: 15px;
  line-height: 25px;
}
.home_alumni_bg {
  padding: 10rem 0rem 2rem!important;
}
.home_irc_sec p {
  font-size: 14px;
}
.home_irc_sec h4{
  font-size: 48px;
}
.alumni_slider_card img {
  height: 150px;
  width: 150px;
}
.alumni_slider_card .alumni_details h5 {
    font-size: 18px;
}
	.alumni_slider_card .alumni_details h6 {
		font-size: 14px;
	}
.president_meaasge_details h2, .chairman_meaasge_details h2 {
  padding: 1rem 0rem;
  font-size: 35px!important;
}
.president_meaasge_details {
  padding: 1rem 0rem 0rem 0rem;
}
.chairman_meaasge_details {
  padding: 0rem 0rem 0.8rem 5rem;
}

.president_meaasge_details p, .chairman_meaasge_details p {
  text-align: justify;
  font-size: 14px;
}
.president_message_sec {
  margin: 2rem 0rem 0rem 0rem;
}

.news_notice_content img {
  border-radius: 5px;
  max-height: 140px;
}
.news-and-notices h1 {
  margin-bottom: 2rem;
  font-size: 45px;
}
.news-and-notices {
  padding: 3rem;
}
.news_notice_content, .news_notice_content_details {
  padding: 10px 10px;
}
.center-slider .slick-slide {
    padding: 25px 15px;
}
	.slick-prev, .slick-next {
    top: 40%;
}
ul#tabs-nav {
  margin-top: -5rem;
}
.wrapper {
  padding: 0rem 4rem;
}
.news_notice_content p {
  font-size: 12px;
  height: 50px;
}
.view_btn {
  font-size: 15px;
}
#tabs-nav li a {
  font-size: 14px;
}
.view_all_news-media a {
  padding: 1rem 2rem;
  font-size: 15px;
}
.enroll_sec_bg {
  padding: 5rem 0rem;
}
.enroll_detials h1 {
  font-size: 50px;
}
.footer_sec {
  padding: 3rem 0rem 1rem 0rem;
}
/* GALLERY-SECTION */
.gallery_box img {
  min-height: 361px;
}
.contact_title {
  padding: 2rem;
}
.contact_title ul li {
  font-size: 13px;
}
.admission_enroll_btn {
  padding: 7px 20px;
  font-size: 12px;
  margin: 0;
}
.admission_box h2 {
  font-size: 22px;
  line-height: 30px;
}
.course_navtabs_section .nav-link {
  padding: 0.8rem 10.5rem;
}
.subcourse_navtabs_section .nav-link {
  padding: 50px 15px;
  font-size: 13px;
}
.course_title p {
  top: 20%;
  left: 17.5%;
}
.course_title h2 {
  top: 40%;
}
.education_courses_name p {
  font-size: 14px;
}

.course_fee_scholarship_details p {
  font-size: 20px;
}
	
	
}
@media screen and (max-width: 1440px) {
 
		#page-id-2282, .single_aboutus img{
		    margin-top: 3rem;
	}
    .header_logo {
        position: absolute;
        top: 35px;
        left: 6%;
        transform: translate(-38%, 0px);
    }
	   #menu-header-menu > li > a {
        padding: 38px 12px;
    }
	
}

@media screen and (max-width: 1366px) {
  ul li.mega_menu:hover > ul.sub-menu {
        top: -26%;
        left: 36%;
        transform: translate(-36%, 26%);
}
	#menu-header-menu > li > a {
		padding: 41px 12px;
	}
  .header_logo {
        position: absolute;
        top: 35px;
        left: 1%;
        transform: translate(-40%, 0px);
    }
	.navbar-bg .navbar-nav .nav-link {
	    font-size: 15px;	
	}
	#menu-header-menu > li.menu-item-has-children:hover:after {
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
}
	#menu-header-menu > li.menu-item-has-children::after {
    top: 48%;
    right: 0%;
    transform: translate(0%, -48%);

}
	
.home_banner_sec img {
  height: 500px;
}
ul li.mega_menu > ul.sub-menu > li > ul {
  width: 300px;
}
.home_banner_text {
  top: 55%;
  left: 0%;
  transform: translate(0%, -55%);
}
	
.education_details_sec h4, .gallery_heading h4{
		font-size: 45px;
}
	.home_irc_list ul li a{
		font-size: 25px;
		line-height: 65px;
	}
	.home_irc_list ul li a::after{
		    margin-top: 60px;
	}

	.top_outreach_area{
		padding: 15px 10px;
	}
	.outreach-body {
		padding: 1rem;
	}
  .course_title h2 {
    top: 40%;
  }
.outreach_box1 {
  min-height: 37rem;
}
.outreach-body h5 {
  font-size: 16px;
}
.footer_quick_heading {
  padding: 2rem 4rem 0rem 0rem;
}
.footer_social_icon ul li {
    padding: 0px 30px 0px 0px;
}
.caregiving_course_schedule p{
  font-size: 13px;
}
.caregiving_hr_border {
  padding: 0rem 7rem 0rem 0rem;
}
.course_details::before {
  height: 890px;
}
.major_benefits {
  padding: 2rem 0rem;
}
.contact_title ul li i {
    font-size: 15px;
}
.event_box:hover .event_socialiocn {
  top: 7%;
  right:8px;
}
.event_box {
  min-height: 36rem;
}
.event_box_details h5 {
    font-size: 18px;
}
.news_notice_content h5{
  font-size: 13px;
  margin-bottom: 10px;
  height: 30px;
}
    #tabs-content {
    height: 11.6rem!important;
}
	.event_box_img img{
		height: 14rem;
	}
	
}

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

.navbar-bg .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  font-size: 12px;
}
.navbar-bg .navbar-nav .nav-link {
  font-size: 15px;
}
  .home_banner_text h1 {
    font-size: 40px;
}
.home_banner_text h6 {
  font-size: 13px;
  padding: 0rem 11rem;
}

  .header_logo {
    position: absolute;
    top: 35px;
    left: 4%;
    transform: translate(-45%, 0px);
}
	
.yt_frame iframe{
  height: 250px;
}
	
#tabs-nav li a {
  font-size: 12px;
}
ul li.mega_menu:hover > ul.sub-menu {
	top: -29%;
	left: 35%;
	transform: translate(-35%, 29%);
}
	
ul li.mega_menu > ul.sub-menu > li > ul {
		width: 264px;
}

.education_details_sec .program_btn, .admission_btn, .get_intouch_btn, .learnmore_btn {
  padding: 8px 25px;
}
.home_irc_bg {
  padding: 5rem 0rem;
}
.education_courses_name p {
  font-size: 12px;
}
.education_courses_icon {
  padding: 6px;
  height: 30px;
  width: 30px;
  font-size: 17px;
}
.about_us_details {
  padding: 0rem 0rem 3rem 0rem;
  text-align: center;
  font-size: 14px;
}
.home_irc_sec h5 {
  font-size: 18px;
}
.home_irc_sec h4 {
  font-size: 32px;
  line-height: 42px;
}
.home_irc_list{
  margin-top: 3rem;
}
.home_irc_list ul li a {
  line-height: 60px;
  font-size: 25px;
}
.about_us_details p {
  padding: 1rem 3rem;
}
.mission_icon {
  transform: translate(-30px, -45px);
}
.home_mission ul li {
  font-size: 12px;
}
.home_irc_sec p {
  font-size: 12px;
}
.wrapper {
  padding: 0rem 1rem;
}
.alumni_slider_card img {
  height: 100px;
  width: 100px;
}
.alumni_slider_card .alumni_details h5 {
  font-size: 18px;
}
.slick-next {
  font-size: 14px;
  padding: 7px 11px;
}
.slick-prev {
  font-size: 14px;
  padding: 7px 11px;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
    height: 22rem!important;
}
.president_message_sec {
  margin: 3rem 0rem 4rem 0rem;
}
.president_meaasge_details h2, .chairman_meaasge_details h2 {
  font-size: 25px!important;
  line-height: 51px;
  padding: 0rem 0rem;
}
.president_meaasge_details p, .chairman_meaasge_details p {
  font-size: 12px;
  margin-bottom: 1rem;
}
.president_meaasge_details h6, .chairman_meaasge_details h6 {
  font-size: 15px;
  line-height: 15px;
}
.chairman_meaasge_details {
  padding: 0rem 0rem 0.6rem 2rem;
}
.chairman_imge, .chairman_sir {
right: unset;
}
.news-and-notices h1 {
  margin-bottom: 2rem;
  font-size: 40px;
}
.image_bottom_fade::after {
  margin-top: -335px;
  height: 346px;
}
.news-and-notices {
  padding: 2rem;
}
.news_notice_content, .news_notice_content_details {
  padding: 1rem 1rem;
}
.view_btn {
  font-size: 17px;
}
ul#tabs-nav {
  width: 100%;
  margin-top: 1rem;
}

.view_all_news-media a {
  padding: 1rem 2rem;
}
.enroll_detials h1 {
  font-size: 37px;
  margin: 1rem;
}
    .footer_sec {
        padding: 1rem 0rem 0rem;
    }
.footer_simec_group_btn {
  font-size: 10px;
  height: 37px;
}
.footer_social_icon ul li {
  padding-right: 25px;
  font-size: 27px;
}
.footer_menu_list {
  font-size: 12px;
}

.gallery_title h5 {
  font-size: 18px;
}
.gallery_title p {
  font-size: 12px;
}
.contact_us_box {
  margin: 9rem 0rem 9rem 0rem;
}
.contact_title {
  padding: 2rem;
}
.contact_us_box::before {
  transform: translate(-8%, -9%);
}
.contact_title h6 {
  font-size: 18px;
}
.contact_title p {
  font-size: 16px;
  margin-top: 1rem;
}
.contact_title ul li {
  font-size: 10px;
}
.contact_us_box::after {
  transform: translate(7%, 10%);
}
.google_map_building {
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translate(0%, -21%);
}

.admission_box p {
  font-size: 13px;
  margin: 1rem 0rem 1rem 0rem;
}
.admission_enroll_btn {
  padding: 5px 15px;
  font-size: 11px;
}
.authorized_sec h3 {
  font-size: 25px;
}
/* .course_section_imge img {
  height: 400px;
} */
.course_navtabs_section .nav-link {
  padding: 0.8rem 7.5rem;
}

.subcourse_navtabs_section .nav-link {
  padding: 45px 3px;
  font-size: 12px;
}
.our_speciality_sec .speciality-item:nth-child(1), .our_speciality_sec .speciality-item:nth-child(2), .our_speciality_sec .speciality-item:nth-child(3),
.our_speciality_sec .speciality-item:nth-child(4), .our_speciality_sec .speciality-item:nth-child(5), .our_speciality_sec .speciality-item:nth-child(6),
.our_speciality_sec .speciality-item:nth-child(7){
  font-size: 19px;
}
.voactional_navtabs .nav-link {
  padding: 0.8rem 2.1rem!important;
}
.subcourse_vacation_section .nav-link {
  padding: 65px 14px!important;
}
.course_hours_details_border {
  padding: 2rem 0rem 0rem 0rem;
}
.course_fee_scholarship_details h6 {
  font-size: 20px;
}
.course_fee_scholarship_details h5 {
  font-size: 26px;
}
.course_content_list ul li{
  font-size: 12px;
  line-height: 35px;
}
.course_content_list ul li::before {
  line-height: 31px;
}
.text_hr {
  margin-bottom: 1rem;
}
.major_benefits h5 {
  font-size: 12px;
}
/* OUTREACH-SECTION */
.outreach_heading {
  margin: 7rem 0rem 0rem 0rem;
}
.outreach_box_image img {
  object-fit: cover;
  height: 330px;
  object-position: center;
}
.outreach-body {
  padding: 1rem;
}
.outreach-body h5 {
  font-size: 15px;
  line-height: 21px;
}

.outreach-body p {
  font-size: 12px;
}
.outreach_view {
  margin: 1rem 0rem 1rem 0rem;
}

.nav_link_details {
  width: 170px;
  font-size: 12px;
}
}
@media only screen and (max-width: 1145px) {
  .tabs{
    display: initial;
  }
	ul li.mega_menu:hover > ul.sub-menu {
		top: -31%;
		left: 40%;
		transform: translate(-37%, 31%);
	}
	ul li.mega_menu > ul.sub-menu > li > ul {
		width: 100%;
	}

}

@media screen and (max-width: 1024px) {
	    .home_banner_text {
			top: 60%;
			left: 0%;
			transform: translate(0%, -60%);
	}
  .image-wrapper img {
    height: 220px;
}
.life_custom_card {
    height: 222px;
}
	.header_logo {
		max-height: 55px;
    position: absolute;
    top: 20px;
    left: 3%;
    transform: translate(-3%, 0px);
	}
  .navbar-bg {
    background-position-x: 20%;
    height: 112px;
}
  .mobile_hide_menu {
    margin-top: -50px;
    position: relative;
}
	#menu-header-menu > li > a {
		padding: 25px 12px;
	}
	.navbar-bg .navbar-nav .nav-link {
        font-size: 13px;
    }
	#menu-header-menu > li.menu-item-has-children::after {
    right: 0%;
    transform: translate(0%, -45%);
}
  .cart_content_section h1 {
    font-size: 16px;
}
.card-body h2 {
    font-size: 14px;
}
	#menu-header-menu > li.menu-item-has-children.current-menu-ancestor::after {
    color: #1260AA;
    top: 55%;
    right: 0%;
    transform: translate(-0%, -55%) rotate(180deg);
}
  ul li.mega_menu:hover > ul.sub-menu {
        top: -23%;
        left: 25%;
        transform: translate(-25%, 23%);
    }
	ul li.mega_menu > ul.sub-menu > li > a{
		    font-size: 12px!important;
	}
	.top_outreach_area p {
		padding: 3px 5px;
		font-size: 10px;
	}
	.modal-footer {
    padding: 1.5rem 0rem;
}
	.course_title h6 {
		top: 18%;
	}
	
	.president_meaasge_details .president_degree, .chairman_meaasge_details .chairman_degree {
		font-size: 14px;
	}
  .education_courses_list {
    padding: 0rem 0rem 0rem 0rem;
}
.nav_link_details {
    width: 155px;
}
	.outreach_box_image1 img {
		max-height: 14rem;
	}
	.course_overview h4 {
    font-size: 19px;
}
	.alumni_team p {
		font-size: 12px;
	}
.course_title h2 {
    top: 30%;
	font-size: 25px;
}
.caregiver_tab .course_schedule{
  padding: 1rem 1rem;
  height: 530px;
}
.course_fee_scholarship_details {
  padding: 0rem 4rem;
}
.admission_form {
    padding: 0rem 1rem;
}
.event_box{
  min-height: 35rem;
}
.event_box_details {
  padding: 1rem;
}
.event_box_details h6 {
  font-size: 13px;
}
.event_socialiocn ul li a i{
  width: 30px;
  height: 30px;
  font-size: 15px;
}
.event_socialiocn ul li {
  line-height: 34px;
}
.share_icon {
  bottom: 20px;
}
.event_box:hover .event_socialiocn{
  right: 7px;
}
.share_icon > i{
  font-size: 12px;
}
.share_icon > i {
  padding: 9px;
}
.outreachnew_heading h1 {
  font-size: 30px;
}
.outreach_box1 {
  min-height: 34rem;
}
.education_details_sec h4, .gallery_heading h4 {
  font-size: 32px;
}
	.faculty_memeber_box_details h6 {
		font-size: 15px;
	}

	.footer_menu_list ul {
    padding: 0px 0px 0px 33px;
}
}


@media only screen and (max-width: 991px) {
    .home_banner_text {
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
    }
  /* SilckNev */
  .pc_menu{
    display: none;
  }
  .slicknav_menu{
    display: block;
    position: relative;
    z-index: 99;
    background-color: unset;
  background-image: url(./assets/images/header.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  background-position-x: 10%;
  top: 0%;
  width: 100%;
  height: 95px;
  }
  .slicknav_brand {
    padding: 5px 50px;
    height: auto;
}
.slicknav_brand img {
    width: 135px;
}
.home_marque h5 a {
    font-size: 15px;
}
.slicknav_nav {
    background-color: aliceblue;
}
  /* SilckNev */
  .home_banner_text h1 {
    font-size: 25px;
    margin-bottom: 0;
    line-height: 25px;
}
.news_event{
  margin-top: 2rem;
}
.yt_frame iframe {
  height: 370px;
}
.home_banner_sec img {
  height: 350px;
}
.banner_popup {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
}
.title_head h2 {
    font-size: 30px;
}
.logo-column {
    grid-template-columns: auto auto auto;
}
.home_banner_text h6 {
  padding: 0rem 4rem;
}
.slider_box_title h4{
  font-size: 12px;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  height: 17rem!important;
}
.owl-carousel .owl-prev{
  left: -1%;
}
.owl-carousel .owl-next{
  right: -1%;
}
.owl-carousel .owl-stage-outer {
  max-height: 328px;
}
.education_details_sec {
  padding: 1rem 0rem 3rem 0rem;
}
.education_courses_list {
  padding: 0rem 0rem;
}
.home_irc_bg {
  padding: 2rem 1rem;
}
.home_irc_list ul {
  text-align: left;
  padding: 0;
}
.about_us_details p {
  padding: 1rem 0rem;
}
.home_alumni_bg {
  padding: 5rem 0rem!important;
}
	.chairman_imge_1 {
    margin-top: 3rem;
}
.home_irc_list {
  margin-top: 2rem;
}
.slick-prev {
  left: -3%;
}
.slick-next {
  right: -1%;
}
.president_message_sec {
  margin: 2rem 0rem 0rem 0rem;
}
.president_meaasge_details {
  padding: 0rem 0rem 3rem 0rem;
}
	.president_message_sec::after{
		margin-top: -268px;
	}
.president_meaasge_details p, .chairman_meaasge_details p {
  padding: 0px 21px 0px 0px;
}
.president_imge, .chairman_imge  {
  position: relative;
  top: 30%;
}
.chairman_meaasge_details {
  padding: 0rem 0rem 0rem 1rem;
}

.news_notice_content h5 {
  font-size: 15px;
}
.home_mission {
  min-height: 20rem;
}
.center-slider .slick-slide {
  height: 411px;
}
.contact_us_box{
  display: block;
}
.contactus_image{
  text-align: center;
}
.contact_title {
  text-align: center;
}
.contact_us_box {
  margin: 5rem 0rem 5rem 0rem;
}
iframe{
  height: 200px;
}
.authorized_sec .row{
  text-align: center;
}
.authorized_sec h3 {
  border-right: none;
}
.course_title p {
  top: 13%;
  left: 30.5%;
  font-size: 14px;
}
	.objecive_sec ul li {
    font-size: 14px;

}
	.objecive_sec{
		    padding: 1rem 1rem;
	}

.course_title h2 {
  top: 28%;
  font-size: 20px;
  transform: translate(-50%, -50%);
}
.gallery_heading h4, .outreachnew_heading {
	margin: 5rem 0rem 2rem 0rem;
}
.outreachnew_heading .nav-pills {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.course_details h4 {
    margin: 0rem 0rem 0rem 0rem;
}
.course_section_imge img {
  height: 300px;
}
.nav_bg .nav-tabs .nav_link_details {
  font-size: 11px;
}
.nav_link_details {
  width: 118px;
  padding: 2rem 0.5rem;
}
.course_navtabs_section .nav-link {
  padding: 0.8rem 3.5rem;
}
.subcourse_navtabs_section .nav-link {
  padding: 25px 7px;
  font-size: 8px;
}
.course_overview {
  padding: 2rem 1rem;
}
.our_speciality_sec .speciality-item:nth-child(1), .our_speciality_sec .speciality-item:nth-child(2), .our_speciality_sec .speciality-item:nth-child(3), .our_speciality_sec .speciality-item:nth-child(4), .our_speciality_sec .speciality-item:nth-child(5), .our_speciality_sec .speciality-item:nth-child(6), .our_speciality_sec .speciality-item:nth-child(7) {
  font-size: 12px;
}
.voactional_navtabs .nav-link {
  padding: 0.8rem 1.4rem!important;
  font-size: 12px;
}
.subcourse_navtabs_section {
  margin-top: -3.1rem;
}
.subcourse_vacation_section .nav-link {
  padding: 40px 14.5px!important;
}
.course_hours_details, .course_fee_scholarship{
  display: block;
}
.course_hours_details_border {
  padding: 2rem 0rem 1rem 0rem;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0;
}
.course_image{
  text-align: center;
}
.course_fee_scholarship_details{
  border: none;
}
.course_content {
  margin: 2rem 0rem;
}
.course_content_img img {
  position: unset;
  width: 100%;
}
.course_rightcontent_img img {
  margin-left: 0px;
}
.enroll_detials h1 {
  font-size: 30px;
  margin: 1rem;
}
.course_schedule h5{
  font-size: 18px;
}
.caregiving_hr_border {
  border-right: unset;
  padding: 0rem 1rem 0rem 0rem;
}
.caregiver_tab .course_schedule {
  height: 595px;
}
.education_courses_icon {
		padding: 5px;
		height: 25px;
		width: 25px;
		font-size: 14px;
}
.caregiving_level, .course_schedule h5  {
		font-size: 14px;
}
.mechanical_box_list ul li {
		font-size: 12px;
}
.modal-content::before{
		display:none;
}
.contant_model h5 {
    margin-top: 4rem;
}
.single_gallery_heading {
    margin-top: 7rem;
	margin-bottom: 0rem;
}
.google_map_building img{
		    max-height: 400px;
}
.event_box:hover .event_socialiocn {
  top: 15%;
}
.single_gallery_heading h6 {
  font-size: 18px;
  margin-bottom: 2rem;
}
.gallery_title{
  margin-bottom: 2rem;
}
.chairman_message_sec {
  padding: 2rem 0rem 0rem;
}
.president_meaasge_details h2, .chairman_meaasge_details h2 {
  font-size: 20px!important;
  line-height: 31px;
}
.president_meaasge_details_1 {
  padding: 2rem 2rem 2rem 2rem!important;
}
	#page-id-2282, .single_aboutus img {
		margin-top: 0rem;
	}
	.faculty_memeber_box {
		height: 29rem;
	}
	.education_slider img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.popup_admssion {
    font-size: 14px;
    line-height: 20px;
}
}

@media only screen and (max-width: 500px) {
    .mbl_part {
    display: block;
}
    .slicknav_brand {
        padding: 5px 20px;
        height: auto;
    }
	.gallery_heading h4, .outreachnew_heading {
        margin: 7rem 0rem 2rem 0rem;
    }
.home_banner_sec img {
    height: 360px;
}
	.popup_admssion {
        font-size: 13px;
    }
	   .banner_popup {
        position: absolute;
        bottom: 15%;
        left: 50%;
        transform: translate(-50%, -15%);
    }
.home_banner_text p {
    font-size: 12px;
}
.home_banner_text h1 {
  font-size: 15px;
}
.home_banner_text h6 {
  padding: 0rem 1rem;
  font-size: 12px;
  line-height: 18px;
}
.news_event h2 {
  font-size: 25px;
}
.slider_box img {
  height: 15rem;
}
.slider_box_title {
  padding: 15px;
    height: 45px;
}
.slider_box_title h4 {
  font-size: 12px;
}
.owl-carousel .owl-prev i, .owl-carousel .owl-next i {
  top: 50%;
  font-size: 40px;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
    height: 19rem!important;
}
.yt_heading {
    margin: 2rem 0rem 2rem 0rem;
}
.yt_frame iframe {
  height: 200px;
	width: 100%;
}
.about_us_details{
		padding:0rem;
}
.about_us_details p {
  padding: 1rem 1rem;
  margin-bottom: 2rem;
}
.Policy_border_box h5 {
    text-align: center;
}
.Policy_border_box p, .personal_data_heading p {
    font-size: 16px;
    text-align: justify;
}
.personal_data_heading ul li {
    padding: 0px 0px;
}
.personal_data_heading ul li {
    font-size: 15px;
}
.personal_data_heading h5 {
    font-size: 20px;
}
.education_bg {
  padding: 1rem 0rem;
}
.education_details_sec h4, .about_us_details h1 {
  font-size: 40px;
line-height: 84.6%;
}
	.president_meaasge_details .president_degree, .chairman_meaasge_details .chairman_degree {
		font-size: 13px;
	}
	.education_courses_color1, .education_courses_color4 {
    padding: 3rem 2rem 1rem 2rem;
}
	.education_courses_name p {
    font-size: 10px;
}
.home_irc_list ul li a {
  line-height: 50px;
  font-size: 19px;
}

.mission_icon img{
  max-height: 100px;
}
.alumni_sec {
  margin: 2rem 1rem;
}
.president_meaasge_details {
  padding: 0rem 0rem 2rem 1rem;
}
.president_imge, .chairman_imge {
  position: relative;
  top: 0%;
}
.center-slider .slick-slide {
  height: 420px;
}
.president_meaasge_details h2, .chairman_meaasge_details h2 {
  font-size: 31px;
  line-height: 37px;
  padding: 1rem 0rem;
}

.news-and-notices {
  padding: 1rem;
}
.news_notice_content{
  display: block;
  text-align: center;
}
.news_notice_content img{
  max-height: 150px;
}
.view_btn {
  font-size: 15px;
  padding: 0;
}
	.social {
   display:none;
}
.news_notice_content h5{
  margin-bottom: 1rem;
      font-size: 12px;
}
ul#tabs-nav li {
  padding: 6px 10px 5px 0px;
}
.enroll_detials h4, .enroll_detials h1 {
  font-size: 16px;
    line-height: 4px;
}
.enroll_btn{
  margin-top: 1rem;
  padding: 10px 15px;
}
.footer_sec {
  padding: 1rem;
}
.footer_logo{
	text-align:center;	
}
.footer_logo img{
  max-width: 165px
}
.footer_simec_group_btn {
  padding: 0px 21px;
  width: 45%;
  height: 41px;
  font-size: 12px;
  margin: 1rem 1rem;
}
	.footer_menu_list ul {
		padding: 0px 0px 0px 0px;
	}
.footer_social_icon ul {
  padding: 15px;
  justify-content: center;
}
.footer_quick_heading {
  padding: 0rem 0rem;
  margin-top: 2rem;
}
.gallery_title {
  padding: 2rem 2rem;
}
.gallery_title h5 {
  font-size: 18px;
}
.google_map {
  margin: 2rem 0rem 3rem 0rem;
}
.contact_question_section {
  padding: 0rem 0rem 2rem;
}
.contact_us_box::before {
  transform: translate(3%, -9%);
}
.admission_box h2 {
  font-size: 22px;
}
.authorized_sec {
  padding: 2rem;
}
.authorized_sec h3 {
  font-size: 19px;
}
.course_navtabs_section .nav-link {
  padding: 0.8rem 1rem;
  font-size: 12px;
}
.subcourse_navtabs_section {
  margin-top: -3.1rem;
}
.our_speciality_sec{
  display: block;
}
.speciality-item {
  padding: 2rem 2rem;
}
.text_hr {
  margin-bottom: 3rem;
}
.course_title p {
    left: 35.5%;
}
.course_title h2 {
    font-size: 13px;
    text-align: center;
	top: 22%;
    transform: translate(-50%, -50%);
}
.software_course_sec::before {
    height: 138%;
}
.course_overview h4 {
    font-size: 22px;
    line-height: 30px;
	text-align: center;
}
.top_outreach_area {
  padding: 1rem;
}
.top_outreach_area p{
  font-size: 12px;
}
.objecive_sec h5, .objecive_sec h5 {
    font-size: 18px;
}
	.course_title h6 {
		top: 13%;
    font-size: 13px;
		text-align: center;
	}
	.course_section_imge img {
		height: 230px;
	}
	.nav_bg .nav-tabs .nav_link_details {
		font-size: 10px;
	}
	.nav_link_details {
	    width: 140px;
		padding: 1rem 0.5rem;
	}
	.education_details_sec .program_btn, .admission_btn, .get_intouch_btn, .learnmore_btn {
    padding: 8px 17px;
}
.education_courses_list img{
		max-height: 70px;
}
.education_details_sec h4, .gallery_heading h4 {
    font-size: 25px;
}
	
.event_box:hover .event_socialiocn {
  top: 30%;
}
.single_gallery_heading h6 {
  font-size: 15px;
  text-align: justify;
}
.event_box {
  min-height: 37rem;
}
    #tabs-content {
     height: inherit!important;
}
.chairman_imge_1 > .chairmansir, .president_imge_1 > .presidents {
  width: 80%;
}
	.single_gallery_heading p {
		font-size: 14px;
	}
	.faculty_memeber_box {
		height: 28rem;
	}
	    .education_slider img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
.footer_menu_address ul li p, .footer_menu_list ul li a, .Policies_sec p a {
    font-size: 13px;
}
	

}
@media only screen and (max-width: 375px) {
.education_courses_color1, .education_courses_color4 {
    padding: 3rem 1rem 0rem 1rem;
}
.education_courses_icon {
  padding: 4px;
  height: 22px;
  width: 22px;
  font-size: 12px;
}
.president_meaasge_details h2, .chairman_meaasge_details h2 {
  font-size: 30px;
  line-height: 40px;
  padding: 0rem 0rem;
}
.news-and-notices h1 {
  margin-bottom: 2rem;
  font-size: 30px;
}
.enroll_detials h4, .enroll_detials h1 {
  font-size: 16px;
}
.footer_logo img {
  max-height: 60px;
}
.footer_simec_group_btn {
  padding: 0px 14px;
  width: 138px;
  height: 38px;
  font-size: 11px;
  margin: 1rem 0rem;
  margin-left: 29px;
}
.course_title h2 {
    font-size: 14px;
}
.course_title h6 {
    font-size: 12px;
}
.outreachnew_heading h1{
		font-size: 22px;
}
.outreachnew_heading .nav-pills {
    margin: 2rem 0rem;
}
.course_navtabs_section .nav-item.show .nav-link, .nav-tabs .nav-link.active, .course_navtabs_section .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-size: 10px;
}
.nav_link_details {
	width: 124px;
	padding: 1rem 0.5rem;
}
.subcourse_navtabs_section {
    margin-top: -3.4rem;
}
.subcourse_navtabs_section .nav-link {
    padding: 15px 7px;
}
.event_box:hover .event_socialiocn {
  top: 22%;
}
}