tbody.table_image.table_design {
    border-width: 4px;
    border-color: lightblue;
}
.middle-footer-count img {
    width: 370px;
    height: 130px;
}
.hotline img{
    width:100%;
    height: auto;
}
.teaching_permissions_title h2 {
    text-align: center;
    background-color: #ddd;
    padding: 5px;
}
.teaching_permissions_image img {
    width: 100%;
    height: auto;
    padding: 15px;
}
p {
    line-height: 2;
}
.col-md-4.gallery {
    float: left;
    padding: 5px;
}
body{
	background-color: #f7f7f7;
}
a.scroll_notice {
    text-decoration: none;
    color: #FFF;
}
tbody.founder-pic img {
    width: 50px;
    height: auto;
}
.top-header {
    padding: 8px 8px;
}
section.section-bg.top-header-style {
    background-color: seagreen;
    color: #FFF;
}
.section-bg {
    background-color: #f7f7f7;
}

/* Starts Top Header Area */
.header-banner-area {
    width: 100%;
    height: 180px;
}

/* Starts Main Nav Area */
div#main-nav{
    background: linear-gradient(to right, #a5008f, #c38513);
     margin: 2px 0;
}
.mainnav-area{
	z-index:999 !important;
}

.responsive-menu{
    height: 52px;
}
.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.mainnav:after, .logo h1{transition:.4s}

.is-sticky .logo h1{
padding: 6px 12px;
}
.is-sticky .mainnav-area{
	box-shadow: 0px 0px 7px 2px #ccc;
	background:#fff;
	opacity:.9;
}
.main_nav_area{
	float:left;
}
.mainnav ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.mainnav li{
	display:inline-block;
	position:relative;
}
.mainnav li a{
	color:#FFF;
	display:block;
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	padding:15px 12px;
	text-decoration:none;
	}
.mainnav li:hover > a{
	color:#000;
	transition:.3s;
}
.mainnav li ul{
	position:absolute;
	left:0;
	width:200px;
	padding:15px 0px;
	background:#000;
	z-index:1000;
	
	transition:.3s;
	opacity:0;
	visibility:hidden; transform:scale(.5);
	
}
.mainnav li ul li{
	display:block;
}
.mainnav li ul li a{
	padding:10px 15px;
	color:#fff;
}
.mainnav li:hover ul{
	opacity:1;
	visibility:visible; transform:scale(1);
}
.mainnav li:hover li:hover > a{
	background-color:#e5176e;
	color:#fff;
}

/*Slide Area*/
section.slider {
    margin: 2px 0;
}

/*Slide Area*/
.single-slide-item{
	background-size:cover;
	background-position:center;
	background-color:#ddd;
	height:540px;
	font-size:24px;
	color: #fff;
}
.single-slide-item h2{
	font-size:18px;
	margin:0 0 5px;
	text-align: center;
}
.single-slide-item h3{
	font-size:16px;
	margin:0 0 5px;
	text-align: center;
}
.slider-overly{
    display: block;
    height: 100%;
    width: 100%;
}
.slide-item-table{
	display:table;
	width:100%;
	height:100%;
}
.slide-item-tablecell{
	display:table-cell;
	vertical-align:bottom;
}

.homepage-slides .owl-nav div{
	position:absolute;
	left:50px;
	top:50%;
	color:#fff;
	border:2px solid;
	font-size:19px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:35px;
	margin-top:-20px;
	opacity:.8;
	border-radius:50%;
	opacity:0;
	visibility:hidden;
	transition:.3s;
}
.homepage-slides:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.homepage-slides .owl-nav div.owl-next{
	left:auto;
	right:50px;
}
.slide-title-fixed {
    width: 100%;
    padding: 5px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.50);
}



/* all teachers  */



/*Slide Area*/

.card{
    border-radius: 25px;
    background-color: #FFF;
    width: 100%;
}
.slide-content{
/*    margin: 0 40px;*/
}
.image-content,
.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;

}
.image-content{
    row-gap: 5px;
    position: relative;
    padding: 25px 0;
}
.overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}
.overlay::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}
.card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}
.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}
.name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.description{
    font-size: 15px;
    color: #707070;
    text-align: justify;
}


/*Product Area*/

.client-product-carousel .owl-dots div{
    height:5px;
    background:#000;
    width:20px;
    display:inline-block;
    margin:5px;
    transition: .2s;
    border-radius:2px;
}
.client-product-carousel .owl-dots div.active{
    width:30px;
    background:#10dcf1;
}
.client-product-carousel .owl-dots{
    text-align:center;
    margin-top:20px;
}
.country_president_image img {
    width: 100%;
    height: auto;
}







/* Scroll Notice */
.row.section-style {
    background-color: #fff;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    text-align: justify;
    color: #000;
    padding: 5px 0px;
}
.col-md-12.scroll-notice-area {
    padding: 0;
}
.news_scroll img{
    width:20px;
    height: 20px;
}
span.last_news {
    width: 8%;
    float: left;
    background: linear-gradient(to right, #a5008f, #c38513);
    height: 46px;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
span.news_scroll {
    width: 92%;
    float: left;
    background: linear-gradient(to right, #a50078, #912b2b);
    height: 46px;
    padding: 10px;
    font-size: 15px;
    color: #FFF;
}

/*Main Content Area*/
.col-md-12.all-content-area {
    padding: 0;
}

.col-md-9.main-content-area {
    float: left;
    padding-left: 0;
}

.col-md-3.right-sidebar {
    float: left;
    margin-top: 5px;
}
.title-style {
    background: linear-gradient(to right, #a5008f, #c38513);
    padding: 10px;
    color: #FFF;
    font-size: 18px;
    margin: 10px 0px;
}
.right-title-style {
    background: linear-gradient(to right, #a5008f, #c38513);
    padding: 10px;
    color: #FFF;
    margin: 7px 0px;
}
.institute-history{
	float: left;
    background-color: #fff;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    text-align: justify;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.history-content {
	
    padding: 10px;
}
.history-content img {
    width: 200px;
    height: 180px;
    float: left;
    padding: 8px;
    margin-top: 18px;
}

.btn-click {
    display: inline-block;
    background: linear-gradient(to right, #a5008f, #c38513);
    color: #FFF;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border-radius: 3px;
    float: right;
}
.btn-style a {
    text-decoration: none;
}
.btn-click:hover{
	color: #000;
}
.president-speech{
	float: left;
    background-color: #fff;
    text-align: justify;
    color: #000;
    margin-bottom: 10px;
}
.super-speech{
	float: left;
    background-color: #fff;
    text-align: justify;
    color: #000;
    margin-bottom: 10px;
}

.speech-content img{
	width: 150px;
    height: 160px;
    float: left;
    padding: 8px 8px 8px 0px;
}

/* Start Menu Middle Option  */
.single-feature-item {
    background: #F5F5F5;
    padding: 10px;
    border: 1px solid #e3e3e3;
    margin-bottom: 12px;
    height: 165px;
}
.single-feature-item ul{
	list-style: none;
	padding: 0px 0px 0px 5px;
}
.single-feature-item a{
	text-decoration: none;
	color: #666;
	font-size: 16px;
    line-height: 1.6;
}
.single-feature-item a:hover{
	color: green;
	border-bottom: 1px solid #ddd;
}
.single-feature-item {
    background: #F5F5F5;
    padding: 10px;
    border: 1px solid #e3e3e3;
    margin-bottom: 12px;
    height: 165px;
}
.single-feature-item h4 {
    font-size: 18px;
}

.speech-content.bordered-img img {
    width: 120px;
    height: 100px;
}

/*counter area*/

/*  Counter Content  */
.header-top-area, .header-top-area a{
     color: #fff;
   font-weight:bold;
   text-decoration:none;
     background-color: #213B7C;
  font-size:15px;
  padding:8px 0;

}
.header-top-area a:hover{
  text-decoration:none;
  opacity:.7;
  transition: .3s;
}
.social_icon i.fa{
  color:#FFF;
  width:30px;
  height:30px;
  transition:.3s;
  background:#3183D7;
  border-radius:50%;
  text-align: center;
    padding: 8px;
    font-size: 15px;
}
.contact_icon i.fa{
  color:#FFF;
  width:30px;
  height:30px;
  transition:.3s;
  background:#3183D7;
  border-radius:50%;
  text-align: center;
    padding: 8px;
    font-size: 15px;
}
.header-top-area:hover i.fa{
  transform:rotate(360deg);
}


.col-md-12.summery_title {
    background: linear-gradient(to right, #a5008f, #c38513);
    padding: 8px;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}

.counter-content{
    text-align:center;
}
.count {
    color: #000;
    padding: 20px 0;
    background: #FFF;
    border: 1px solid #029170;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 8px;
}
.count span{
    font-size:25px;
}
.count h3{
    font-size:15px;
}
span.counter_image i.fa {
    color: #016b70;
}
i.fa.fa-users.font_size {
    font-size: 50px;
}


/* Start Right Sidebar  */
.right-sidebar{
    background-color: #fff;
/*    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);*/
    text-align: justify;
    color: #000;
    margin-bottom: 10px;
    padding: 0px 0px 0px 10px;
}
.right-sidebar a{
	text-decoration: none;
}
.sidebar-image {
    text-align: center;
    padding-bottom: 8px;
}
.sidebar-image img {
    width: 170px;
    height: 199px;
    text-align: center;
    padding: 8px 0px;
}
.col-md-3.right-sidebar h3 {
    font-size: 18px;
}

.sidebarlist {
    padding: 0;
}
.sidebarlist ul {
    list-style: none;
    padding: 0px;
}

.sidebarlist ul li {
    list-style: none;
    border-bottom: 1px solid #0badeb;
    padding: 8px 0px;
    text-align: left;
}
.sidebarlist ul li a {
    text-decoration: none;
    color: #666;
}

/*Contact Area*/

.contact {
    width: 100%;
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 3%);
    padding: 8px;
    background: #fff;
}
.container.contact {
    padding: 1px;
    border: 1px solid #ddd;
}

.contact .info-wrap {
    box-shadow: 0px 2px 0px rgb(0 0 0 / 3%);
    padding: 12px;
}
.contact .info {
    background: #fff;
}
.contact .info i {
    font-size: 20px;
    color: #1bbd36;
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #1bbd36;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
}
.contact .form-group {
    padding-bottom: 8px;
}
.contact input {
    height: 44px;
}
.contact button[type="submit"] {
    background: #1bbd36;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact button[type="submit"]:hover {
    background: #2ae149;
}
iframe {
    border: 0;
    width: 100%;
}
.video iframe {
    height: auto;
}
i.fas.fa-check {
    color: #00a54f;
    font-size: 15px;
}

/** **/
/*--------------------------------------------------------------
# Our gallery
--------------------------------------------------------------*/
.gallery .member {
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
}

.gallery .member .member-img {
  position: relative;
  overflow: hidden;
}

.gallery .member .gallery-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}


.gallery .member .member-info {
  padding: 25px 15px;
}

.gallery .member:hover .gallery-title {
  opacity: 1;
}

/*Middle Footer Area*/
.middle-footer-count h3 {
    border-bottom: 2px solid #ddd;
    width: 95%;
}
section.site_footer {
    background: #1e1e1e;
}
.middle-footer-area{
	padding: 40px 15px;
}
.middle-footer-content{
	float: left;
}
.middle-footer-count h3{
	color:#ddd;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px
}
.middle-footer-class{
	color:#fff;
}
ul.middle-footer-class{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	}
ul.middle-footer-class li a{
	color:#fff;
	display:block;
	font-weight:700;
	font-size:14px;
    text-decoration: none;
    line-height: 2;
	}

ul.middle_footer_class{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	}
ul.middle_footer_class li{
	float:left;
}
ul.middle_footer_class li img{
    width:50px;
	margin:2px;
	
	}
ul.middle-footer-class img {
    padding-bottom: 5px;
    width:100%;
}
ul.middle-footer-class li {
    padding: 2px 0;
}
ul.middle_footer_class.payment-method img {
    width: 40px;
    height: 40px;
}
/*Footer Area*/

.col-md-4.text-left.developer a {
    text-decoration: none;
    color: aqua;
    font-weight: 700;
}

.footer-copyright-area{
	background:#000;
	color:#fff;
	padding:15px 0;
}

.customer-support img {
    width: 100%;
}


/*Responsive css*/
.responsive-nav-wrap{
	display:none;
}
.responsive-menu{
    display: none;
}



/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px){
.single-slide-item
{
    height: 400px;
}

.mainnav li a{
	padding: 15px 12px;
}

.top-footer-content{
	width:97%;
}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width:991px){
.single-slide-item
{
    height: 350px;
}
.middle-footer-content{
    width:100%;
}
.header-banner-area{
height: 150px;
}
.slide_tex{
    width:100%;
}
.slide_text:last-child{
	display:none;
}
.slide_head_title h2 {
	color:chartreuse;
}

.is-sticky .logo h1{
	padding:10px 15px;
}
.mainnav ul li a{
	padding: 15px 9px;
}
.mainnav li ul{
	top:80px;
}
.mainnav li:hover ul{
	top:48px;
}

.testimonial-slide .owl-nav div{
	top:100%;
}
span.last_news{
	    width: 15%;
}
span.news_scroll{
	width: 85%;
}
.contact-title{
	margin-top: 100px;
	margin-bottom:0px;
	margin-left: 12%;
}
.top-footer-content{
	width:97%;
}
.footer-wid{
	padding-bottom:0;
	padding-top: 50px;
}
.footer-top-area{
	padding-bottom: 50px;
	padding-top:30px;
}
.tsbd-cta-area{
	line-height: 1.5;
}

}
/* Mobile Layout: 320px. */
@media only screen and (max-width:767px){
.single-slide-item
{
    height: 300px;
}
span.last_news{
	    width: 20%;
}
span.news_scroll{
	width: 80%;
}
.header-banner-area{
height: 120px;
}
.middle-footer-content{
    width:100%;
}
.responsive-menu{
    display: block;
}

.responsive-nav-wrap{
	display:block;
	position:absolute;
	right:0;
	top:46%;
	margin-top:-16px;
	
}
.slide_tex{
    width:48%;
}
.slide_tex{
    width:100%;
}
.slide_text:last-child{
	display:none;
}
.mainnav{
	display:none;

}
.mainnav-area{
	position:relative;
	z-index:9;
}
.responsive-nav-wrap .slicknav_menu{
	background:none;
	padding:0;
}
.slicknav_btn{
	margin:0;
	padding: 10px;
	background:#000;
}
.slicknav_nav{
	width:200px;
	border-radius:2px;
	font-size:16px;
}

.slicknav_nav a{
	background:#e5176e;
	color:#fff;
}
.slicknav_nav:hover a{
	background:#e5176e;
	color:#fff;
}

.parsonal-information h3{
	font-size: 18px;
    text-align: center;
}

.parsonal-information p{
	 padding-bottom:15px;
 }
.personal-item-bg{
	margin-bottom:30px;
}

.contact-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.testimonial-slide .owl-nav div{
	top:100%;
}
.top-footer-content{
	width:97%;
}
.footer-wid{
	padding-bottom:0;
	padding-top: 50px;
}
.footer-top-area{
	padding-bottom: 50px;
	padding-top:30px;
}

.one-click-details-right{
	padding-left:10px;
}
}
/* Wide Mobile Layout: 480px */
@media only screen and (min-width:480px) and (max-width:767px){
.single-slide-item
{
    height: 300px;
}
span.last_news{
	    width: 20%;
}
span.news_scroll{
	width: 80%;
}
.middle-footer-content{
    width:100%;
}
.header-banner-area{
height: 100px;
}



}

