@charset "utf-8";
/* CSS Document */

@import url('themecolor.css');


/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	min-height: 100vh;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
	font-family: "Poppins", serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;}
	
p {
	font-size: 15px;
	color: #414141;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#272727;
	 font-family: "Archivo", serif;}

a {
	text-decoration:none;
	outline: none;
	color: #2a3038;}
	
:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: var(--color1);
	text-decoration: none;}
		
hr{
	background:#e3e3e3;
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: var(--color1);
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: var(--color1);
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
	
.btn:focus,button:focus,.form-control:focus{
	outline:0;
	box-shadow:0 0 0 0 transparent;
}
.modal-backdrop{
    z-index: 9999;
}
.modal {
    z-index: 99999;
}
/** BASIC CSS END HERE **/ 
.topbar {
    background: #dbdbdb;
    color: #1d1d1d;
    padding: 5px 0;
}
.top_c_left {
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.top_c_left::after{
    content: "";
    display: block;
    background: var(--color1);
    position: absolute;
    top: -8px;
    bottom: -8px;
    width: 150%;
    left: 72%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 4% 100%);
    z-index: -1;
}
.top_c_left a {
    color: #373737;
    font-size: 15px;
	display: flex;
    margin: 3px 8px;
}
.top_c_left a:first-child{
	margin-left: 0;
}
.top_c_left a:last-child{
	margin-right: 0;
}
.top_c_left a svg.svg-inline--fa{
	width: 28px;
	color: var(--color3);
    font-size: 20px;
    margin-right: 3px;
}
.top_c_right {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    z-index: 1;
}
.top_c_right a {
	font-size: 15px;
    display: block;
    margin: 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1.8;
    background: transparent;
    color: #fff;
    border-radius: 0px;
}
.top_c_right a svg.svg-inline--fa{
	color: #fff;
    font-size: 15px;
}
.top_c_right a:hover {
	background: var(--color4);
}
.top_c_right a:hover svg.svg-inline--fa{
	color: #ffffff;
}
.top_c_right a:first-child{
	margin-left: 0;
}
.top_c_right a:last-child{
	margin-right: 0;
}
.owl-nav button{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 56px;
    height: 56px;
    margin: auto;
    background: transparent !important;
    font-size: 22px !important;
    border-radius: 50%;
    color: var(--color1) !important;
    border: 1px solid var(--color1) !important;
}
.owl-nav button:hover{
    background: var(--color1) !important;
    color: #fff !important;
}
.owl-nav button.owl-prev{
	left: -60px;
}
.owl-nav button.owl-next{
	right: -60px;
}
.herobanner .owl-nav button.owl-prev{
	left: 20px;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.herobanner .owl-nav button.owl-next{
	right: 20px;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.section {
    padding: 90px 0;
}
.catslide .item{
    padding: 10px;
}
.cat_box{
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #000;
    background: #ffffff;
    height: 180px;
    display: block;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.4;
    padding: 25px 15px;
    box-shadow: 7px 8px 20px 8px #cbcbcb5c;
    border-left: 4px solid var(--color3);
}
.cat_box::before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: var(--color3);
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    transform: translate(10px, -20px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.cat_box:hover::before{
    transform: translate(0px, 0px);
}
.cat_box img{
    width: 69px !important;
    height: 69px;
    object-fit: contain;
    display: block;
    margin: auto;
    margin-bottom: 13px;
}
/* .cat_box:hover{
	background: var(--color3);
	border-color: var(--color3);
    color: #fff;
} */
.section_title {
    margin-bottom: 20px;
}
.section_title h1{
	font-size: 39px;
    color: #000;
	font-weight: 400;
}
.section_title.text-white h1{
    color: #fff;
}
.section_title h1 span{
	color: var(--color1);
	font-weight: 600;
}
.section_title.text-white h1 span{
	color: var(--color3);
	font-weight: 600;
}
.bg-light-1 {
    background: #f3f8ff;
}

.course_box {
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 5px 10px #ababab26;
    margin: 5px 10px 16px;
}
.course_box img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.course_body {
    padding: 11px;
	border-bottom: 1px solid #efefef ;
}
.course_body h1{
	font-size: 21px;
    color: var(--color1);
    margin-bottom: 7px;
}
.course_body .ccat{
    color: #555;
    font-size: 13px;
}
.course_body .ccod{
	background: var(--color3);
    color: #fff !important;
    padding: 3px 8px;
    font-size: 11px;
    margin-bottom: 6px;
    display: inline-block;
    border-radius: 0px 7px;
}
.course_footer {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.course_footer .btn{
    width: 100%;
    background: #e9e9e9;
    color: #838383;
    border-radius: 0;
    padding: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.course_footer .btn:hover,.course_footer .btn:focus{
    background: var(--color1);
    color: #ffffff;
    border-radius: 20px;
}
.crsdur {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
}
.crsdur span{
	font-size: 14px;
    color: #000;
}
.crsdur .svg-inline--fa{
    color: var(--color4);
}

.subcenter_box {
    position: relative;
    background: #fff;
    border: 0px solid #e7e7e7;
    border-radius: 6px;
    overflow: hidden;
    margin: 5px 10px 16px;
}
.subcenter_box img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.subcenter_body {
    padding: 11px;
	border-bottom: 1px solid #efefef ;
}
.subcenter_body h1{
	font-size: 21px;
    color: var(--color1);
    margin-bottom: 7px;
}
.subcenter_body .scat{
    color: #555;
    font-size: 13px;
}
.subcenter_body .scod{
    background: transparent;
    color: #292929;
    font-size: 13px;
    margin-bottom: 9px;
    display: inline-block;
}
.subcenter_body .scod .svg-inline--fa{
    color: var(--color3);
}
.subcenter_body p{
	font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: baseline;
	margin-top: 6px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: normal;
    width: 100%;
    min-height: 50px;
}
.subcenter_body p .svg-inline--fa{
    margin-right: 5px;
    font-size: 20px;
    min-width: 15px;
    color: var(--color4);
    transform: translate(0px, 4px);
}
.subcenter_footer {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.subcenter_footer span{
	font-size: 14px;
    color: #000;
}
.subcenter_footer .svg-inline--fa {
    color: var(--color4);
}
.subcenter_footer .btn{
    width: 100%;
    background: #e9e9e9;
    color: #838383;
    border-radius: 0;
    padding: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.subcenter_footer .btn:hover,.subcenter_footer .btn:focus{
    background: var(--color1);
    color: #ffffff;
    border-radius: 20px;
}
.btn_common {
    background: var(--color1);
    color: #fff;
    padding: 10px 40px;
    border: 1px solid var(--color1);
    position: relative;
    font-size: 16px;
    border-radius: 50px;
}
.btn_common:hover,.btn_common:focus{
    background: black;
    color: #fff;
    border: 1px solid black;
}
.btn_common2 {
    background: var(--color3);
    color: #fff;
    padding: 10px 40px;
    border: 1px solid var(--color3);
    position: relative;
    font-size: 16px;
    border-radius: 50px;
}
.btn_common2:hover,.btn_common2:focus{
    background: var(--color4);
    color: #fff;
    border: 1px solid var(--color4);
}
.btn_common .svg-inline--fa{
    display: inline-block;
    width: 25px !important;
    height: auto !important;
    border: none !important;
    text-align: inherit !important;
    line-height: normal !important;
    margin-right: 0 !important;
    border-radius: inherit !important;
    padding: 0 !important;
    transform: inherit !important;
    color: var(--color3) !important;
    position: absolute;
    right: -14px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.btn_common2 .svg-inline--fa{
    display: inline-block;
    width: 25px !important;
    height: auto !important;
    border: none !important;
    text-align: inherit !important;
    line-height: normal !important;
    margin-right: 0 !important;
    border-radius: inherit !important;
    padding: 0 !important;
    transform: inherit !important;
    color: var(--color1) !important;
    position: absolute;
    right: -14px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.btn_common:hover .svg-inline--fa,.btn_commo2:hover .svg-inline--fa{
    right: -20px;
}
.dk-datatable tbody tr td .btn{
    padding: 6px 16px;
    font-size: 13px;
}
.topstudentslide .item{
    padding: 10px;
}
.topstd_box {
    background: #fff;
    border-top: 2px solid var(--color1);
    border-radius: 10px;
    padding: 73px 20px 20px;
    text-align: left;
    position: relative;
    margin-top: 54px;
    box-shadow: -1px 4px 10px #00000021;
}
.topstd_box img{
    width: 103px !important;
    height: 113px;
    border: 2px solid var(--color1);
    border-radius: 10px;
    position: absolute;
    top: -55px;
    left: 20px;
    margin: auto;
    object-fit: cover;
}
.topstd_box h4{
    font-size: 17px;
    color: var(--color3);
    margin-bottom: 7px;
}
.topstd_box p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.topstudentslide .owl-nav button{
    top: 80px;
}
.placementbox {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.placementbox img{
    width: 100%;
    height: 150px;
    object-fit: contain;
    padding: 11px;
    object-position: center center;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.placementbox p{
    text-align: center;
    font-size: 14px;
    color: #000;
}
.testimonials_box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
}
.test_footer {
    display: flex;
    align-items: center;
    width: 100%;
}
.tsticon .svg-inline--fa{
    color: var(--color1);
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.test_cont h6{
    font-size: 16px;
    color: var(--color1);
}
.test_cont span {
    font-size: 13px;
}
.bg-light-2{
    background-color: #d1d1d1;
    background-image: url('../images/bg1.jpg') ;
}
.footer_top {
    background: #ebebeb;
    color: #414141;
}
.footer_bottom {
    background: #141414;
    color: #f3f8ff;
    padding: 20px 0;
}
.footer_top p{
    color: #414141;
}
.footer_bottom p {
    color: #f3f8ff;
    margin-bottom: 0;
    line-height: 1.5;
}
.footer_bottom p a{
    color: var(--color3);
}
.foot_logo{
    width: 260px;
    height: 100px;
    margin-bottom: 10px;
}
.foot_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}
.socialmedia_tab {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 15px 0;
}
.socialmedia_tab li{
    margin-right: 5px;
}
.socialmedia_tab li a{
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 23px;
    text-align: center;
    line-height: 2;
    border-radius: 50%;
}
.facebook{
    background: #3b5998;
    color: #fff;
}
.twitter{
    background: #55acee;
    color: #fff;
}
.instagram{
    background: #e76ce9;
    color: #fff;
}
.linkedin{
    background: #0061ac;
    color: #fff;
}
.youtube{
    background: #e91e63;
    color: #fff;
}
.foot_widget h3 {
    color: var(--color3);
    font-size: 21px;
    margin-bottom: 10px;
}
.foot_link {
    padding: 0;
    list-style: none;
}
.foot_link li{
    margin-bottom: 15px;
}
.foot_link li a{
    color: #414141;
}
.foot_link li a:hover{
    color: var(--color3);
}
.contact_info{
    display: flex;
    width: 100%;
    margin-bottom: 18px;
}
.contact_info span{
    color: var(--color1);
    font-size: 19px;
    width: 19px;
    margin-right: 13px;
}
.contact_info a{
    color: #414141;
    margin: 1px 5px;
    display: inline-block;
}
.contact_info a:hover{
    color: var(--color3);
}
.contact_item {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}
.contact_item span{
    font-size: 14px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 2;
    border: 2px solid;
    border-radius: 50%;
    margin-right: 7px;
    color: var(--color1);
}
.contact_item label{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--color3);
}
.foot_widget {
    padding: 40px 0;
}

.floating_wp {
    position: fixed;
    right: 10px;
    bottom: 150px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 999;
    text-align: center;
    font-size: 33px;
    color: #fff;
    line-height: 1.5;
  }
  .whatsapp{
    background: #4caf50;
    }

#scrolltop {
    position:fixed;
    right:10px;
    bottom:71px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:var(--color2);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index: 999;
}
#scrolltop span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scrolltop:hover {
    background-color:var(--color1);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.inner_banner{
    background: url('../images/bg2.jpg') no-repeat fixed;
    background-size: cover;
    background-position: center center;
    text-align: center;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_content h1{
    color: var(--color1);
}
.about_content .btn{
    margin-top: 10px;
}
.textareacontent {
    margin-top: 20px;
    font-size: 15px !important;
    color: #565656;
    line-height: 28px;
    font-weight: 400;
  }
  .textareacontent blockquote {
    background: #efefef;
    padding: 1em;
    border-left: 3px solid var(--color1);
    border-radius: 0px 0px 10px;
}
.textareacontent ul{
    padding-left: 10px;
    margin-left: 0;
    list-style: none;
}
.textareacontent ul li {
    position: relative;
    padding-left: 14px;
}
.textareacontent ul li::before{
    display: inline-block;
    margin-left: 0;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: 0.3em solid;
    color: var(--color3);
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 0;
}

  /*-contact----*/


.contact_form {
    position: relative;
      width: 100%;
      height: auto;
      background: #ededed;
      padding: 52px 30px 40px 30px;
      border-radius: 10px;
  }

  .contact_form .form-control {
    border: 1px solid #cccccc;
    padding: 9px 14px;
  }
  .contact_content {
    background: #ffffffbd;
  }
  .contact_content h2 {
    font-size: 25px;
    font-weight: bold;
    color: var(--color5);
    margin-bottom: 15px;
  }
  .contact_content h2 span{
    color: var(--color1);
  }
  .contact_content p,.contact_content p a {
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 500;
  }
  .contact_content p a:hover{
    color: var(--color1);
  }
  .contact_content p label{
    color: #000;
    font-weight: bold;
    font-size: 16px;
  }
  .contact_content p label .svg-inline--fa{
    color: var(--color1);
    font-size: 19px;
  }
  .contact_content .social_link{
    margin: 10px 0;
  }
  .contact_content .social_link li {
    margin-right: 29px;
  }
  .contact_content .social_link li a {
    font-size: 24px;
  }
  .gmap{
    width: 100%;
    text-align: center;
    padding-bottom: 0 !important;
    border-bottom: 8px solid var(--color1);
  }
  .gmap iframe{
    width: 100%;
    height: 350px;
    margin: 0;
  }
  .subcenter_img{
    width: 100%;
    height: 50vh;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
  }
  .subcenter_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .subcenter_img .center_logo{
    position: absolute;
    width: 130px;
    height: 130px;
    right: 10px;
    bottom: 7px;
    border-radius: 10px;
    padding: 0;
    background: #fff;
    padding: 10px;
    object-fit: contain;
  }
  .about_content .svg-inline--fa{
    color: var(--color3);
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid;
    text-align: center;
    line-height: 1;
    margin-right: 5px;
    border-radius: 50%;
    padding: 6px;
    transform: translate(0px, 8px);
  }
  .mapbutton {
    border: 1px solid var(--color3);
    color: #535353;
    line-height: 1;
    padding: 1px 18px 16px;
  }
  .mapbutton:hover, .mapbutton:focus {
    border-color: var(--color3);
    background: var(--color3);
    color: #fff !important;
  }
  .mapbutton:hover .svg-inline--fa, .mapbutton:focus  .svg-inline--fa{
    color: #fff !important;
  }
  .semester_details{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .semester_details li{
    margin-bottom: 20px;
  }
  .semester_details li strong{
    display: block;
    margin-bottom: 8px;
  }
  .semester_details li strong .svg-inline--fa{
    width: 20px;
      height: 20px;
      line-height: 1.4;
  }
  .about_content h1 {
    color: var(--color1);
    margin-bottom: 39px;
	position: relative;
}
.about_content h1:after{
    content: "";
    display: block;
    background: var(--color3);
    width: 90px;
    height: 1px;
    border-radius: 230px;
    position: absolute;
    bottom: -14px;
}

table.dataTable thead th, table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: 1px solid #eaeaea !important;
}
.table>:not(caption)>*>* {
    border-bottom-width: 0;
}
.form-control,
#DataTables_Table_0_length select ,
#DataTables_Table_0_filter input{
    padding: 8px 14px;
    border-radius: 50px;
    border: 1px solid #bbbbbb;
}
textarea.form-control{
    border-radius: 20px !important;
}
.form-control:focus,.form-control:hover,
#DataTables_Table_0_length select:hover,
#DataTables_Table_0_length select:focus,
#DataTables_Table_0_filter input:hover,
#DataTables_Table_0_filter input:focus{
    border: 1px solid #616161;
}
div.dataTables_wrapper div.dataTables_info {
    float: left;
}
.table tr td,.table tr th{
    vertical-align: middle;
    text-align: left;
    padding: 8px 10px !important;
    border-bottom: 1px solid #eaeaea !important;
}
.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border-radius:6px;
    color: #fff !important;
    background: var(--color1) !important;
}
.dataTables_wrapper .active>.page-link, .page-link.active{
    color: var(--bs-pagination-active-color);
    background-color: var(--color1) !important;
    border-color: var(--color1) !important;
}
.search_box {
    padding: 12px;
    background: var(--color3);
    border-radius: 0;
}
.search_box .input-group{
    background: #ffffff70;
    border-radius: 50px;
    overflow: hidden;
}
.search_box .input-group input{
    background: transparent;
    color: #383838;
    border: 0;
    padding: 10px 20px;
    border-right: 1px solid #ffffff4d;
}
.search_box .input-group input::placeholder{
    color: #3a3a3a93;
}
.search_box .input-group input:focus{
    border: 0;
    outline: 0 !important;
}
.search_box .input-group .btn{
    border: 0;
    color: #fff;
    background: var(--color1);
    padding: 5px 19px;
}
.search_box .input-group .btn:hover,.search_box .input-group .btn:focus{
    border: 0;
    outline: 0 !important;
}
div.dataTables_wrapper tr td img,div.dataTables_wrapper tr th img{
    width: 60px;
    height: 40px;
    object-fit: cover;
}
.table:not(.table-dark) th {
    background: var(--color1) !important;
    color: #fff !important;
}
.sem_item {
    border: 1px solid var(--color3);
    border-radius: 7px;
    margin: 5px 0 10px;
    overflow: hidden;
}
.sem_item h4{
    font-size: 17px;
    color: #000;
    border-bottom: 1px solid var(--color3);
    margin-bottom: 5px;
    padding: 10px 12px;
    background: var(--color3);
}
.sem_item p{
    padding: 0 6px 6px;
    margin: 0;
}
.sem_item p span{
    display: inline-block;
    background: var(--color1);
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    margin: 2px 1px;
}
.contact-wrap {
    background: #ebebeb;
    border-radius: 10px;
}
.contact-wrap label{
    margin-bottom: 10px;
}
.text-primary{
    color: var(--color1) !important;
}

.student-profile .card {
    border-radius: 10px;
  }
  
  .student-profile .card .card-header .profile_img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 10px auto;
    border: 10px solid #ccc;
    border-radius: 50%;
  }
  
  .student-profile .card h3 {
    font-size: 20px;
    font-weight: 700;
  }
  
  .student-profile .card p {
    font-size: 16px;
    color: #000;
  }
  
  .student-profile .table th,
  .student-profile .table td {
    font-size: 14px;
    padding: 5px 10px;
    color: #000;
  }
  .bg-light-3 {
    background: var(--color3);
}
.bg-dark-4{
    background-color: #101111;
}
.bgnotice{
    background-image: url('../images/notice.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.bgfixed{
    background-attachment: fixed;
}
.noticebox_box {
    text-align: center;
    /* border: 1px solid var(--color4); */
    background: transparent;
    background-image: url('../images/notice_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0px;
    padding: 1.8rem 8rem 2.5rem;
    color: #0c0c0c;
}
  .noticebox_box p{
    color: #0c0c0c;
    margin-bottom: 0;
  }
  .pdate{
    color: #fff;
    background: #92633b;
    padding: 9px 15px;
    border-radius: 10px 0;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 11px;
  }
  .pdate i.fa{
    color: var(--color3);
  }
  #noticeModal .close{
    position: absolute;
    right: -21px;
    top: -16px;
    font-size: 38px;
    background: red;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
  }

  .tz-gallery {
    padding: 0 20px;
}
.tz-gallery a {
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
}
/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    content:"\f00e";
    font-family:"Font Awesome 6 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(239 83 80 / 56%);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
.counter_section {
    background: #333;
    background-image: url('../images/bg_3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.counter_box {
    text-align: center;
    border: 1px solid #ffffff2e;
    padding: 24px 10px;
    border-radius: 11px;
}
.counter_box span{
    font-size: 33px;
    width: 70px;
    height: 70px;
    display: block;
    text-align: center;
    color: #fff;
    margin: auto;
    margin-bottom: 11px;
    line-height: 2.2;
    background: var(--color1);
    border-radius: 9px;
}
.counter_box h1{
    color: var(--color3);
    font-size: 3em;
}
.counter_box p{
    margin: 0;
    color: #c5c5c5;
    letter-spacing: 1px;
}
.frinchisee_sec{
    background: #0c0c0c;
}
.frinchisee_sec img{
    background: #0c0c0c;
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center center;
}
.frinchisee_content {
    background: var(--color1);
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.frinchisee_content div{
    max-width: 450px;
}
.frinchisee_content h1{
    color: #ffffff;
    margin-bottom: 8px;
}
.frinchisee_content p{
    color: #b3b2b2;
    margin-bottom: 20px;
    margin-top: 12px;
}

.teambox {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.teambox img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 0px;
    object-position: top center;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    background: rgb(172, 172, 172)383;
}
.teambox p{
    text-align: center;
    font-size: 14px;
    color: #000;
}
.team_box{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    background: #e4e3e1;
}
.team_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.tm_overlay{
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 23%, rgba(0, 0, 0, 0) 100%);
    padding: 50px 10px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.tm_overlay h5{
    color: #fff;
    font-size: 16px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.tm_overlay p{
    color: #cfcfcf;
    font-size: 14px;
    margin-bottom: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.team_box:hover .tm_overlay{
    height: 100%;
    padding: 15px 10px 15px;
}