* {
    margin: 0;
    padding: 0;
    outline: 0;
}
ul,li {
    list-style: none;
}
a,a:focus {
    outline: none;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}
i {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Raleway', sans-serif;
    margin: 0;
}
p,
span {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0!important;
}
/*=================== header-menu css ==================*/
#header-main {
    padding: 10px 0;
    background: #27D485;
}
.header-top-icon {
    text-align: right;
}
.header-content-item .header-content-part1 {
    float: left;
    margin-right: 20px;
}
.header-content-item .header-content-part1 span,
.header-content-item .header-content-part2 span,
.header-content-item  i{
    color: #fff;
}
.header-content-item .header-content-part2 {
    float: left;
}
.header-top-icon i{
    font-size: 16px;
    margin-right: 15px;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.header-top-icon i:hover {
     -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}
.header-top-icon i:last-child {
    margin-right: 0;
}
.header-top-icon .fb {
   color: #fff;
}
.header-top-icon .fb:hover {
     color: #405D9B;
}
.header-top-icon .twit {
    color: #fff;
}
.header-top-icon .twit:hover {
    color: #2AC0FD;
}
.header-top-icon .you {
    color: #fff;
}
.header-top-icon .you:hover {
    color: #FF0000;
}
.header-top-icon .link {
    color: #fff;
}
.header-top-icon .link:hover {
    color: #007BB6;
}
.header-top-icon .drib {
    color: #fff;
}
.header-top-icon .drib:hover {
    color: #B2215A;
}
.header-top-icon .git {
    color: #fff;
}
.header-top-icon .git:hover {
    color: #000000;
}

/*=================== header-menu css ==================*/

/*=================== sticky-menu css ==================*/
.stikymenu {
    position: fixed!important;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: sticky 1s;
}
@keyframes sticky {
    from {
        top: -50px;
    }
    to {
        top: 0;
    }
}
/*=================== sticky-menu css ==================*/

/*=================== main-menu css ==================*/
.navbar {
     background: #262626;
    width: 100%;
}
.navbar-light .navbar-nav .active >
.nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: #27D485!important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #27D485!important;
}
.navbar .navbar-nav .nav-item a {
    color: #fff;
}
.navbar .navbar-nav .nav-item {
   position: relative;
}
.navbar .navbar-nav .nav-item .sub-menu{
   position: absolute;
    width: 250px;
    background: #262626;
    top: 140%;
    left: -120px;
    padding: 15px;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    visibility: hidden;
   z-index: 9;
}
.navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 140%;
    border-top: 3px solid #FE2D24;
}
.navbar .navbar-nav .nav-item .sub-menu li a {
    text-decoration: none;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.navbar .navbar-nav .nav-item .sub-menu li a:hover {
    color: #27D485!important;
}
/*=================== main-menu css ==================*/

/*=================== mobile-menu css ==================*/
.mobile-responsive {
    padding: 5px;
}
.humbarger {
    position: absolute;
    right: 73px;
    top: 86px;

}
.humbarger .bar1,
.humbarger .bar3 {
    width: 35px;
    height: 5px;
    background: #262626;
    margin-bottom: 6px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.27);
}
.humbarger .bar2 {
    width: 25px;
    height: 5px;
    background: #262626;
    margin-bottom: 6px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.27);
}
.sani .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 5px);
    transform: rotate(-45deg) translate(-6px, 7px);
}
.sani .bar2 {
    opacity: 0;
}
.sani .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, 5px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.mobile-side-nav {
    position: fixed;
    height: 100%;
    width: 250px;
    background: #262626;
    top: 0;
    left: -300px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.27);
    overflow-y: auto;
    z-index: 999;
}
.mobile-side-nav.active {
    left: 0;
}
.mobile-side-nav .menu-item {
    margin-top: 30px;
    padding: 20px;
    margin-bottom: 30px;

}
.mobile-side-nav .menu-item ul li {
    padding-bottom: 8px;
    cursor: pointer;
}
.mobile-side-nav .menu-item ul li a{
    color: #fff;
    text-decoration: none;
}
.menu-item .sub-item {
    display: none;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.mobile-side-nav .menu-item ul li .sub-item a{
    color: #222!important;
}
.admin-icon {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
}
.admin-icon .fas{
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 60px;
    border: 5px solid #ffffff5e;
    border-radius: 50%/3%;
    color: #27D485;
}
.overlay_body {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
}
.transf {
    display: block;
}
/*=================== mobile-menu css ==================*/

/*=================== banner css ==================*/
#banner-head .banner-text-content {
    padding: 150px 0;
}
#banner-head .banner-img {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
}
#banner-head .banner-text-content h3{
   font-size: 60px;
    color: #fff;
    font-weight: 700;
}
#banner-head .banner-text-content P{
    color: #fff;
    font-weight: 400;
}
#banner-head .banner-text-content button{
    color: #fff;
    padding: 10px 30px;
    background: #27D485;
    margin-top: 30px;
}
/*=================== banner css ==================*/


/*=================== service css ==================*/
#service-head {
    padding-bottom: 60px;
}
.service-head-main {
    margin-top: -100px;
    -webkit-box-shadow: 0px 14px 46px -7px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 14px 46px -7px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 14px 46px -7px rgba(0, 0, 0, 0.22);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.service-item {
    background: #f5f5f5;
    padding: 10px;
    border-right: 1px solid #ddd;
}
.service-head-main .last-child {
    border-right: 0;
}
.service-item h3{
    font-size: 24px;
    color: #222;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
.service-item .counter {
    font-size: 40px;
    font-weight: 700;
    padding-right: 5px;
    color: #262626;
}
.service-item .kaja {
    font-size: 30px;
}
.service-content {
    padding: 30px 0;
}
.service-content p {
    font-size: 20px;
    padding-top: 20px;
}
/*=================== service css ==================*/

/*=================== about css ==================*/
.abt-img-1 {
    position: absolute;
    top: 60%;
    left: 40%;
    -webkit-box-shadow: 0 0 10px #bbbbbb;
    -moz-box-shadow: 0 0 10px #bbbbbb;
    box-shadow: 0 0 10px #bbbbbb;
    transition: cubic-bezier(.36,.37,.64,.88) .4s;
    z-index: 1;
}
.about-img-animate:hover .abt-img-1 {
    top: 70%;
}
.abt-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 10px #bbbbbb;
    -moz-box-shadow: 0 0 10px #bbbbbb;
    box-shadow: 0 0 10px #bbbbbb;
    transition: cubic-bezier(.36,.37,.64,.88) .4s;
}
.about-img-animate:hover .abt-img-2 {
    top: -10%;
}
.abt-img-3 {
    position: relative;
    margin-left: 319px;
    -webkit-box-shadow: 0 0 10px #bbbbbb;
    -moz-box-shadow: 0 0 10px #bbbbbb;
    box-shadow: 0 0 10px #bbbbbb;
    transition: cubic-bezier(.36,.37,.64,.88) .4s;
    z-index: -1;
}
.about-content {
    padding: 80px 0;
}
.about-content .about-text h3.abt-1 {
    position: relative;
    font-size: 32px;
    color: #222;
    font-weight: 600;
}
.about-content .about-text h3.abt-1::before {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    background: #27D485;
    width: 40px;
    height: 3px;
}
.about-content .about-text h4 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}
/*=================== about css ==================*/

/*=================== gallery css ==================*/
#gallery-head {
    padding-top: 60px;
}
.gallery-heading-top h3 {
    font-weight: 600;
    color: #222;
    font-size: 32px;
    margin-bottom: 30px;
    display: inline-block;
}
.gallery-heading-top h3.section-heading {
    position: relative;
}
.gallery-heading-top h3.section-heading::after {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #27D485;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px #bbbbbb;
    -moz-box-shadow: 0 0 10px #bbbbbb;
    box-shadow: 0 0 10px #bbbbbb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.gallery-item img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #bbbbbb;
    -moz-box-shadow: 0 0 10px #bbbbbb;
    box-shadow: 0 0 10px #bbbbbb;
    height: 278px;
}
.gallery-item .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transform: scaleY(1.2) translateX(-30px);
    -moz-transform: scaleY(1.2) translateX(-30px);
    transform: scaleY(1.2) translateX(-30px);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    opacity: 0;
}
.gallery-item:hover .gallery-overlay {
    -webkit-transform: scaleY(1) translateX(0px);
    -moz-transform: scaleY(1) translateX(0px);
    transform: scaleY(1) translateX(0px);
    opacity: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.gallery-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-text h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.gallery-text .far {
    font-size: 24px;
    color: #fff;
}
/*=================== gallery css ==================*/

/*=================== student-feedback css ==================*/
#student-feedback {
    padding: 60px 0;
}
.student-feedback-silder {
    padding-top: 30px;
    position: relative;
}
.testimonial_item {
    padding: 30px;
    margin: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #bbbbbb;
    -moz-box-shadow: 0 0 10px #bbbbbb;
    box-shadow: 0 0 10px #bbbbbb;

}
.testimonial_item .img-test img{
    width: 100px!important;
    height: 100px;
    border-radius: 50px;
    float: left;
    margin-right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial_item .test_content {
    padding-left: 122px;
}
/*=================== student-feedback css ==================*/

/*=================== partner-logo css ==================*/
#partner-logo {
    padding: 60px 0;
    background: #f0f0f0;
}
.partner-item {
    padding-top: 30px;
}
.owl-nav {
    text-align: center;
    padding-top: 30px;
}
.owl-prev span {
    font-size: 30px;
    margin-right: 20px!important;
    width: 40px;
    height: 30px;
    background: #27D485;
    display: inline-block;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
    -moz-box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
    box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
}
.owl-next span {
    font-size: 30px;
    width: 40px;
    height: 30px;
    background: #27D485;
    display: inline-block;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
    -moz-box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
    box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
}
/*=================== partner-logo css ==================*/


/*=================== footer css ==================*/
#footer-head {
    background: #262626;
    padding: 50px 0;
}
#footer-head .footer-heading h3{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}
.location-address ul li .fas{
    color: #27D485;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
}
.location-item ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.location-item ul li span{
   color: #fff;
}
.necessary-link .necessary-item2 {
    float: right;
    margin-right: 30px;
}
.necessary-link ul li {
    padding-bottom: 10px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.necessary-link ul li a {
    color: #fff;
    text-decoration: none;
}
.necessary-item .fas{
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.necessary-item li:hover{
    padding-left: 20px;
}

.necessary-item li:hover .fas {
     color: #27D485;
}
.map iframe {
    width: 450px;
    height: 200px;
}
.footer_img {
    padding-bottom: 20px;
}
/*=================== footer css ==================*/

/*=================== last-footer css ==================*/
#last-footer {
    padding: 20px 0;
    background: #262626;
    border-top: 1px solid #ddd;
}
#last-footer .copy-right .fas{
    color: #27D485;
    margin-right: 10px;
    margin-left: 5px;
}
#last-footer .copy-right span{
    color: #fff;
}
#last-footer .copy-right span a{
    color: #fff;
    text-decoration: none;
}
#last-footer .copy-right span a:hover {
    color: #27D485;
}
/*=================== last-footer css ==================*/

/*=================== back-to-top css ==================*/
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}
.back-to-top .fas {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #27D485;
    background: #222;
    -webkit-box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
    -moz-box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
    box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
    border-radius: 5px;
}
/*=================== back-to-top css ==================*/


/*=================== contact-us css ==================*/
#contact-banner {
   /* background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));*/
    background-color: #ff4e00;
    background-image :linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
    padding: 80px 0;
}
#contact-us {
    padding: 50px 0;
    background: #f5f5f5;
}
.contact-banner-content h3 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}
.breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}
#contact-us .contact-ADD span {
    color: #222;
}
.contact-location-add {
    background: #fff;
    padding: 20px;
}
.contact-form .form-group input{
    border: 1px solid #ddd;
}
textarea {
	overflow: auto;
	resize: vertical;
	width: 100%;
	height: 150px;
	border: none;
	border-bottom: 1px solid #ddd;
    padding: 10px;
}
.contact-form button {
    margin-top: 10px;
}
.btn-text {
    padding: 10px 30px;
    background: #27D485;
    color: #fff;
    border: none;
    border-radius: 5px;
}
/*=================== contact-us css ==================*/

/*=================== chairman-msg css ==================*/
#chairman-msg {
    padding: 50px 0;
}
.chairman-text {
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
    -moz-box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
    box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
    border-radius: 5px;
}
.chairman-text h3 {
    font-size: 26px;
    color: #222;
    font-weight: 600;
    padding-bottom: 20px;
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #262626!important;
	border-color: #007bff;
    color: #ffffff;
}
.list-group-item.active a {
    color: #ffffff;
}
.notice_tst p {
    padding-bottom: 30px;
}
.notice_tst .read_more {
    padding: 8px 20px;
    background: #262626;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
/*=================== chairman-msg css ==================*/

/*=================== code-of-conduct css ==================*/
.code-of h5{
    font-size: 20px;
    color: #222;
    font-weight: 500;
    padding-bottom: 20px;
}
/*=================== code-of-conduct css ==================*/

/*=================== student-fees css ==================*/
.fees-text h5{
    font-size: 20px;
    color: #222;
    font-weight: 500;
    padding-bottom: 20px;
}
.fees-text p{
    padding-bottom: 20px;
}
/*=================== student-fees css ==================*/

/*=================== gallery css ==================*/
#Our-gallery-head {
    padding: 50px 0;
}
/*=================== gallery css ==================*/

/*=================== login-form css ==================*/
#login-form-head {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-form {
    padding: 20px;
    background: #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
    -moz-box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
    box-shadow: 0 0 10px rgba(187, 187, 187, 0.66);
}
.chackedmark {
    position: relative;
    color: #222;
    line-height: 22px;
    padding-left: 23px;
    font-weight: 500;

}
.chackedmark .input_hide{
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 30px;
    cursor: pointer;
}
.chackboxbd_Afte {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #27D485;
    display: inline-block;
    border-radius: 3px;
}
.chackboxbd_Afte::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #27D485;
    transform: scale(0);
    transition: all .3s;
}
.chackboxbd_Afte::after {
    position: absolute;
    content: '';
    top: 0;
    left: 5px;
    width: 6px;
    height: 13px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
   transform: rotate(45deg)scale(0);
    -webkit-transition: 0.4s cubic-bezier(1, 0, 0, 1);
        transition: 0.4s cubic-bezier(1, 0, 0, 1);
}
.input_hide:checked ~ .chackboxbd_Afte::before {
    transform: scale(1);
}
.input_hide:checked ~ .chackboxbd_Afte::after {
    transform: rotate(45deg)scale(1);
}

/*=================== login-form css ==================*/

/*=================== teacher Info css ==================*/

.techer_hed {
    margin-bottom: 30px;
    position: relative;
}
.overlay_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 212, 133, 0.58);
    -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0;
    transition: all linear .3s;
}
.overlay_img .view_Dej {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    padding: 4px 15px;
    background: #262626;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border: 2px solid #262626;
    transition: all linear .3s;
}
.overlay_img .view_Dej:hover {
    background: transparent;
    color: #262626;
}
.hover_head:hover .overlay_img {
    opacity: 1;
}
.techer_hed img {
    -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    object-fit: fill;
    object-position: center;
    height: 255px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
    margin: 0 auto;
}
.techer_hed h3 {
    font-weight: 600;
    font-size: 20px;
    color: #222;
    text-transform: capitalize;
    padding-top: 10px;
}
/*=================== teacher Info css ==================*/
